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:	Mon, 28 Mar 2011 13:07:11 +0200
From:	Linus Walleij <linus.walleij@...aro.org>
To:	torvalds@...l.org
Cc:	linux-kernel@...r.kernel.org,
	Grant Likely <grant.likely@...aro.org>,
	Bibek BASU <bibek.basu@...ricsson.com>,
	Bengt Jonsson <bengt.g.jonsson@...ricsson.com>
Subject: [GIT PULL] 2.6.39 ux500-core leftovers

Hi Linus,

these are some leftovers for ux500-core, which were lost in cross-subsystem
dependency hell. The new GPIO driver is ACK:ed by the GPIO subsystem
maintainer, the rest is platform data.

Please pull it, it is coming this late due to needing to be rebased on the
regulator/voltage tree from yesterday.

The following changes since commit 18bcd0c8cb7d85a9063b88ec810dc1cdc0974518:

  Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
(2011-03-27 20:37:50 -0700)

are available in the git repository at:

 git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
for-torvalds

Bengt Jonsson (1):
      mach-ux500: provide ab8500 init vector

Bibek Basu (2):
      gpio: driver for 42 AB8500 GPIO pins
      mach-ux500: board support for AB8500 GPIO driver

Linus Walleij (1):
      mach-ux500: configure board for the TPS61052 regulator v2

 arch/arm/mach-ux500/Kconfig                        |    1 +
 arch/arm/mach-ux500/board-mop500-regulators.c      |  201 ++++++++
 arch/arm/mach-ux500/board-mop500-regulators.h      |    1 +
 arch/arm/mach-ux500/board-mop500.c                 |   49 ++-
 arch/arm/mach-ux500/board-mop500.h                 |    4 +
 .../mach-ux500/include/mach/irqs-board-mop500.h    |   15 +-
 drivers/gpio/Kconfig                               |    5 +
 drivers/gpio/Makefile                              |    1 +
 drivers/gpio/ab8500-gpio.c                         |  522 ++++++++++++++++++++
 drivers/mfd/ab8500-core.c                          |   14 +
 drivers/mfd/ab8500-i2c.c                           |    2 +-
 include/linux/mfd/ab8500.h                         |   41 ++
 include/linux/mfd/ab8500/gpio.h                    |   21 +
 13 files changed, 873 insertions(+), 4 deletions(-)
 create mode 100644 drivers/gpio/ab8500-gpio.c
 create mode 100644 include/linux/mfd/ab8500/gpio.h

Yours,
Linus Walleij
--
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