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>] [day] [month] [year] [list]
Date:	Sat, 28 May 2011 00:04:18 -0600
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc:	Haojian Zhuang <haojian.zhuang@...il.com>,
	Joe Perches <joe@...ches.com>, Kevin Hilman <khilman@...com>,
	Kristen Carlson Accardi <kristen.c.accardi@...el.com>,
	Kyungmin Park <kyungmin.park@...sung.com>,
	Lars-Peter Clausen <lars@...afoo.de>,
	Linus Walleij <linus.walleij@...aro.org>,
	Rabin Vincent <rabin.vincent@...ricsson.com>,
	Tomoya MORINAGA <morinaga526@....okisemi.com>
Subject: [GIT PULL] Move gpio drivers from arch/arm into drivers/gpio

Hi Linus,

As part of the big cleanup of arch/arm, all of the gpio drivers are
being moved out of arch/arm and into drivers/gpio where they will be
cleaned up and consolidated.  This pull request include a handful of
moves, plus a few other miscellaneous gpio changes that I missed in
the first pull.

g.

The following changes since commit 29a6ccca3869bbe33879dae0cd7df2a1559eff54:

  Merge git://git.infradead.org/mtd-2.6 (2011-05-27 20:06:53 -0700)

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6 gpio/next

Ed Wildgoose (1):
      gpio/cs5535: Show explicit dependency between gpio_cs5535 and mfd_cs5535

Grant Likely (2):
      gpio: move Nomadik GPIO driver to drivers/gpio
      Merge branch 'for_2.6.40/gpio-move' of
git://git.kernel.org/.../khilman/linux-omap-pm into gpio/next

Haojian Zhuang (1):
      gpio/pca953x: Add support for pca9574 and pca9575 devices

Joe Perches (1):
      gpio: Convert gpio_is_valid to return bool

Kevin Hilman (2):
      GPIO: OMAP: move register offset defines into <plat/gpio.h>
      GPIO: OMAP: move to drivers/gpio

Kristen Carlson Accardi (1):
      langwell_gpio: add runtime pm support

Kyungmin Park (4):
      gpio: Move to Samsung common GPIO library to drivers/gpio
      gpio: Move the exynos4 GPIO to drivers/gpio
      gpio: Move the s5pv210 GPIO to drivers/gpio
      gpio: Move the s5pc100 GPIO to drivers/gpio

Lars-Peter Clausen (1):
      gpio: make gpio_{request,free}_array gpio array parameter const

Linus Walleij (1):
      gpio: move U300 GPIO driver to drivers/gpio

Rabin Vincent (1):
      gpio/nomadik: show all pins in debug

Rickard Andersson (1):
      gpio/nomadik: add function to read GPIO pull down status

Tomoya MORINAGA (1):
      gpio/pch_gpio: Support new device ML7223

 arch/arm/mach-exynos4/Makefile                     |    2 +-
 arch/arm/mach-nomadik/Kconfig                      |    1 -
 arch/arm/mach-s5pc100/Makefile                     |    2 +-
 arch/arm/mach-s5pv210/Makefile                     |    2 +-
 arch/arm/mach-u300/Makefile                        |    2 +-
 arch/arm/mach-ux500/Kconfig                        |    1 -
 arch/arm/plat-nomadik/Kconfig                      |    5 -
 arch/arm/plat-nomadik/Makefile                     |    1 -
 arch/arm/plat-nomadik/include/plat/gpio.h          |    2 +
 arch/arm/plat-omap/Makefile                        |    2 +-
 arch/arm/plat-omap/include/plat/gpio.h             |  103 ++++++++
 arch/arm/plat-samsung/Makefile                     |    1 -
 drivers/gpio/Kconfig                               |   34 +++-
 drivers/gpio/Makefile                              |    7 +
 .../gpiolib.c => drivers/gpio/gpio-exynos4.c       |    0
 .../gpio.c => drivers/gpio/gpio-nomadik.c          |   65 +++++-
 .../plat-omap/gpio.c => drivers/gpio/gpio-omap.c   |  105 --------
 .../gpiolib.c => drivers/gpio/gpio-plat-samsung.c  |    0
 .../gpiolib.c => drivers/gpio/gpio-s5pc100.c       |    0
 .../gpiolib.c => drivers/gpio/gpio-s5pv210.c       |    0
 .../mach-u300/gpio.c => drivers/gpio/gpio-u300.c   |    0
 drivers/gpio/gpiolib.c                             |    4 +-
 drivers/gpio/langwell_gpio.c                       |   65 +++++
 drivers/gpio/pca953x.c                             |  249 +++++++++++++++-----
 drivers/gpio/pch_gpio.c                            |    2 +
 include/asm-generic/gpio.h                         |   10 +-
 include/linux/gpio.h                               |    8 +-
 27 files changed, 475 insertions(+), 198 deletions(-)
 rename arch/arm/mach-exynos4/gpiolib.c => drivers/gpio/gpio-exynos4.c (100%)
 rename arch/arm/plat-nomadik/gpio.c => drivers/gpio/gpio-nomadik.c (95%)
 rename arch/arm/plat-omap/gpio.c => drivers/gpio/gpio-omap.c (93%)
 rename arch/arm/plat-samsung/gpiolib.c =>
drivers/gpio/gpio-plat-samsung.c (100%)
 rename arch/arm/mach-s5pc100/gpiolib.c => drivers/gpio/gpio-s5pc100.c (100%)
 rename arch/arm/mach-s5pv210/gpiolib.c => drivers/gpio/gpio-s5pv210.c (100%)
 rename arch/arm/mach-u300/gpio.c => drivers/gpio/gpio-u300.c (100%)

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
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