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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 12 May 2010 03:31:13 +0200
From:	Lars-Peter Clausen <lars@...afoo.de>
To:	sameo@...ux.intel.com
Cc:	linux-kernel@...r.kernel.org, Lars-Peter Clausen <lars@...afoo.de>
Subject: [PATCH 0/3] pcf50633: Replace custom gpio api with gpiolib

Hi

This patch series replaces the custom api in the pcf50633 gpio driver with
gpiolib. There is only one user of the custom api which can be safely removed.

Lars-Peter Clausen (3):
  gta02: Remove usage of pcf50633 gpio api
  MFD: pcf50633-gpio: Add gpiolib support
  MFD: pcf50633: Move pcf50633-gpio driver to the gpio drivers folder

 arch/arm/mach-s3c2440/Kconfig      |    1 -
 arch/arm/mach-s3c2440/mach-gta02.c |   12 +--
 drivers/gpio/Kconfig               |    7 +
 drivers/gpio/Makefile              |    1 +
 drivers/gpio/pcf50633-gpio.c       |  228 ++++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig                |    7 -
 drivers/mfd/Makefile               |    1 -
 drivers/mfd/pcf50633-core.c        |    4 +-
 drivers/mfd/pcf50633-gpio.c        |  121 -------------------
 include/linux/mfd/pcf50633/core.h  |    4 +
 include/linux/mfd/pcf50633/gpio.h  |   61 +++++-----
 11 files changed, 277 insertions(+), 170 deletions(-)
 create mode 100644 drivers/gpio/pcf50633-gpio.c
 delete mode 100644 drivers/mfd/pcf50633-gpio.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