lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed,  4 Apr 2012 18:34:29 +0530
From:	Laxman Dewangan <ldewangan@...dia.com>
To:	grant.likely@...retlab.ca, linus.walleij@...ricsson.com,
	sameo@...ux.intel.com, ldewangan@...dia.com
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH V1 0/2] RC5T583: Add support for gpio

RICOH's PMIC support 8 gpios. Adding support of accessing
these pins through gpio library.
This patch series add the related support.

Laxman Dewangan (2):
  gpio: Add gpio driver for RICOH PMIC RC5T583
	-  Adding the gpio driver for this device.
  mfd: rc5t583: Initialize gpio during initialization.
	-  Calling gpio initialization from probe of mfd core driver.

 drivers/gpio/Kconfig        |    9 +++
 drivers/gpio/Makefile       |    1 +
 drivers/gpio/gpio-rc5t583.c |  148 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig         |    1 +
 drivers/mfd/rc5t583.c       |    1 +
 include/linux/mfd/rc5t583.h |   11 +++
 6 files changed, 171 insertions(+), 0 deletions(-)
 create mode 100644 drivers/gpio/gpio-rc5t583.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ