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:	Thu, 16 Oct 2008 06:10:28 -0400
From:	Samuel Ortiz <sameo@...nedhand.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Randy Dunlap <randy.dunlap@...cle.com>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	Ian Molton <spyro@....com>,
	David Brownell <dbrownell@...rs.sourceforge.net>,
	Eric Miao <eric.miao@...vell.com>,
	Dmitry Baryshkov <dbaryshkov@...il.com>,
	Ben Dooks <ben-linux@...ff.org>
Subject: [GIT] mfd pull request


Hi Linus,

Could you please pull the mfd updates ?

The following changes since commit
04ab591808565f968d4406f6435090ad671ebdab:
  Linus Torvalds (1):
        Merge branch 'upstream' of
git://ftp.linux-mips.org/pub/scm/upstream-linus

are available in the git repository at:

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

Andrew Morton (2):
      mfd: ucb1400 needs GPIO
      mfd: further unbork the ucb1400 ac97_bus dependencies

Ben Dooks (1):
      mfd: update sm501 debugging/low information messages

David Brownell (2):
      mfd: TWL4030 core driver
      mfd: twl4030-core irq simplification

Dmitry Baryshkov (4):
      mfd: provide and use setup hook for tc6393xb
      mfd: do tcb6393xb state restore on resume only if requested
      mfd: add OHCI cell to tc6393xb
      mfd: support tmiofb cell on tc6393xb

Eric Miao (1):
      mfd: add base support for Dialog DA9030/DA9034 PMICs

Ian Molton (2):
      mfd: reduce stack usage in mfd-core.c
      mfd: update TMIO drivers to use the clock API

Mark Brown (1):
      mfd: Don't use NO_IRQ in WM8350

Randy Dunlap (1):
      mfd: ucb1400 sound driver uses/depends on AC97_BUS:

Samuel Ortiz (1):
      mfd: Fix htc-egpio compile warning

 arch/arm/mach-pxa/include/mach/tosa.h |    2 -
 arch/arm/mach-pxa/tosa.c              |   37 +-
 drivers/input/touchscreen/Kconfig     |    2 +-
 drivers/mfd/Kconfig                   |   16 +
 drivers/mfd/Makefile                  |    2 +
 drivers/mfd/da903x.c                  |  563 ++++++++++++++++
 drivers/mfd/htc-egpio.c               |    2 +-
 drivers/mfd/mfd-core.c                |   15 +-
 drivers/mfd/sm501.c                   |    6 +-
 drivers/mfd/t7l66xb.c                 |   40 +-
 drivers/mfd/tc6387xb.c                |   47 +-
 drivers/mfd/tc6393xb.c                |  296 +++++++--
 drivers/mfd/twl4030-core.c            | 1193
+++++++++++++++++++++++++++++++++
 drivers/mfd/wm8350-core.c             |    2 +-
 include/linux/i2c/twl4030.h           |  339 ++++++++++
 include/linux/mfd/da903x.h            |  201 ++++++
 include/linux/mfd/t7l66xb.h           |    2 -
 include/linux/mfd/tc6387xb.h          |    3 -
 include/linux/mfd/tc6393xb.h          |   17 +-
 19 files changed, 2687 insertions(+), 98 deletions(-)
 create mode 100644 drivers/mfd/da903x.c
 create mode 100644 drivers/mfd/twl4030-core.c
 create mode 100644 include/linux/i2c/twl4030.h
 create mode 100644 include/linux/mfd/da903x.h

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