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, 21 May 2011 00:05:00 +0200
From:	Linus Walleij <linus.walleij@...ricsson.com>
To:	Grant Likely <grant.likely@...retlab.ca>,
	<linux-kernel@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>
Cc:	Lee Jones <lee.jones@...aro.org>,
	Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH 0/4] Move U300 and Nomadik GPIO drivers

From: Linus Walleij <linus.walleij@...aro.org>

This simply moves the U300 and Nomadik GPIO drivers to the
GPIO subsystem and applies debugfs additions and two new calls
on the Nomadik driver.

These patches were split out of an earlier GPIO consolidation
patch set and have all been reviewed in earlier incarnations.

Feel free to drop the two latter patches if you just want to do
the move in this merge window.

The drivers/gpio/Makefile will likely conflict with one or
another update, enjoy.

Linus Walleij (2):
  gpio: move U300 GPIO driver to drivers/gpio
  gpio: move Nomadik 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

 arch/arm/mach-u300/Makefile               |    2 +-
 arch/arm/mach-u300/gpio.c                 |  700 -------------------
 arch/arm/plat-nomadik/Kconfig             |    5 -
 arch/arm/plat-nomadik/Makefile            |    1 -
 arch/arm/plat-nomadik/gpio.c              | 1024 ---------------------------
 arch/arm/plat-nomadik/include/plat/gpio.h |    2 +
 drivers/gpio/Makefile                     |    2 +
 drivers/gpio/gpio-nomadik.c               | 1073 +++++++++++++++++++++++++++++
 drivers/gpio/gpio-u300.c                  |  700 +++++++++++++++++++
 9 files changed, 1778 insertions(+), 1731 deletions(-)
 delete mode 100644 arch/arm/mach-u300/gpio.c
 delete mode 100644 arch/arm/plat-nomadik/gpio.c
 create mode 100644 drivers/gpio/gpio-nomadik.c
 create mode 100644 drivers/gpio/gpio-u300.c

-- 
1.7.3.2

--
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