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>] [day] [month] [year] [list]
Date:	Wed, 22 Oct 2008 11:44:54 +0200
From:	Samuel Ortiz <sameo@...nedhand.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Cc:	Roel Kluin <roel.kluin@...il.com>,
	Arjan van de Ven <arjan@...ux.intel.com>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	Stephen Rothwell <sfr@...b.auug.org.au>,
	David Brownell <dbrownell@...rs.sourceforge.net>
Subject: [GIT] mfd pull request

Hi Linus,

Could you please pull this final rc1 patchset for mfd ?
It contains one build fix from Stephen, for the wm8350.

The following changes since commit 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4:
  Paul Mundt (1):
        binfmt_elf_fdpic: Update for cputime changes.

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-next

Arjan van de Ven (1):
      mfd: use pci_ioremap_bar() in sm501

David Brownell (3):
      mfd: twl4030 IRQ handling update
      mfd: rtc-twl4030 driver
      mfd: twl4030-gpio driver

Mark Brown (1):
      mfd: Don't store volatile bits in WM8350 register cache

Roel Kluin (1):
      mfd: check for platform_get_irq() return value in sm501

Stephen Rothwell (1):
      mfd: don't export wm3850 static functions

 drivers/gpio/Kconfig        |    7 +
 drivers/gpio/Makefile       |    1 +
 drivers/gpio/twl4030-gpio.c |  521 ++++++++++++++++++++++++++++++
 drivers/mfd/Makefile        |    2 +-
 drivers/mfd/sm501.c         |   25 +-
 drivers/mfd/twl4030-core.c  |  421 +-----------------------
 drivers/mfd/twl4030-irq.c   |  743 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/wm8350-core.c   |    5 +-
 drivers/rtc/Kconfig         |   10 +
 drivers/rtc/Makefile        |    1 +
 drivers/rtc/rtc-twl4030.c   |  564 ++++++++++++++++++++++++++++++++
 include/linux/i2c/twl4030.h |   28 +-
 12 files changed, 1897 insertions(+), 431 deletions(-)
 create mode 100644 drivers/gpio/twl4030-gpio.c
 create mode 100644 drivers/mfd/twl4030-irq.c
 create mode 100644 drivers/rtc/rtc-twl4030.c

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
--
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