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:	Tue, 26 Apr 2011 23:18:45 -0700
From:	Abhijeet Dharmapurikar <adharmap@...eaurora.org>
To:	sameo@...ux.intel.com, grant.likely@...retlab.ca
Cc:	Abhijeet Dharmapurikar <adharmap@...eaurora.org>,
	dwalker@...o99.com, davidb@...eaurora.org,
	linux-arm-msm-owner@...r.kernel.org, linux-kernel@...r.kernel.org,
	linux-arm-msm@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org,
	Andres Salomon <dilinger@...ued.net>,
	Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Subject: [PATCH 0/2] fix mpp and gpio for pm8921

As discussed here 
https://lkml.org/lkml/2011/4/26/326
removed the usage of mfd_get_data and moved back to using platform_data.

Grant please review and ack these.

Abhijeet Dharmapurikar (1):
  gpio: pm8xxx-gpio: Add pm8xxx gpio driver

David Collins (1):
  mfd: pm8xxx-mpp: Add pm8xxx MPP driver

 drivers/gpio/Kconfig              |   17 ++
 drivers/gpio/Makefile             |    2 +
 drivers/gpio/pm8xxx-gpio.c        |  455 +++++++++++++++++++++++++++++++++++++
 drivers/gpio/pm8xxx-mpp.c         |  325 ++++++++++++++++++++++++++
 drivers/mfd/pm8921-core.c         |   65 ++++++
 include/linux/mfd/pm8xxx/gpio.h   |  135 +++++++++++
 include/linux/mfd/pm8xxx/mpp.h    |  233 +++++++++++++++++++
 include/linux/mfd/pm8xxx/pm8921.h |   18 ++
 8 files changed, 1250 insertions(+), 0 deletions(-)
 create mode 100644 drivers/gpio/pm8xxx-gpio.c
 create mode 100644 drivers/gpio/pm8xxx-mpp.c
 create mode 100644 include/linux/mfd/pm8xxx/gpio.h
 create mode 100644 include/linux/mfd/pm8xxx/mpp.h

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
--
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