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:	Wed, 17 Jun 2009 20:32:20 +0200
From:	Samuel Ortiz <sameo@...ux.intel.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Cc:	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	Philipp Zabel <philipp.zabel@...il.com>,
	Daniel Ribeiro <drwyrm@...il.com>,
	Linus Walleij <linus.ml.walleij@...il.com>,
	Mike Rapoport <mike@...pulab.co.il>,
	Thomas Gleixner <tglx@...utronix.de>,
	Adrian Bunk <bunk@...nel.org>,
	Rakib Mullick <rakib.mullick@...il.com>
Subject: [GIT] MFD pull request for 2.6.31-rc1

Hi Linus,

This is the MFD pull request for the 2.6.31 merge window.
The big changes there are 2 new drivers (PCAP, AB3100), and a fairly big asic3
update.

Thanks in advance for pulling those changes in.

The following changes since commit 65795efbd380a832ae508b04dba8f8e53f0b84d9:
  Linus Torvalds (1):
        Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linux

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git for-next

Adrian Bunk (1):
      mfd/pcf50633-gpio.c: add MODULE_LICENSE

Daniel Ribeiro (1):
      mfd: add PCAP driver

Linus Walleij (1):
      mfd: add U300 AB3100 core support

Mark Brown (3):
      mfd: Correct readability of WM8350 register 227
      mfd: Mark WM8350 mask revision as readable to match silicon
      mfd: Fix Kconfig help text for WM8350

Philipp Zabel (7):
      mfd: asic3: add asic3_set_register common operation
      mfd: asic3: add clock handling for MFD cells
      mfd: add ASIC3 IRQ numbers
      mfd: asic3: use resource_size macro instead of local variable
      mfd: asic3: remove SD/SDIO controller register definitions
      mfd: asic3: enable DS1WM cell
      mfd: asic3: enable SD/SDIO cell

Rakib Mullick (1):
      mfd: Mark clocks_init as non-init in twl4030-core.c

Samuel Ortiz (2):
      mfd: fix tmio related warnings
      mfd: early init for MFD running regulators

Thomas Gleixner (1):
      drivers/mfd: remove obsolete irq_desc_t typedef

 drivers/mfd/Kconfig          |   24 +-
 drivers/mfd/Makefile         |    5 +-
 drivers/mfd/ab3100-core.c    |  991 ++++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/asic3.c          |  312 +++++++++++++-
 drivers/mfd/da903x.c         |    2 +-
 drivers/mfd/ezx-pcap.c       |  505 +++++++++++++++++++++
 drivers/mfd/pcf50633-core.c  |    2 +-
 drivers/mfd/pcf50633-gpio.c  |    3 +
 drivers/mfd/t7l66xb.c        |    2 +-
 drivers/mfd/tc6387xb.c       |    2 +-
 drivers/mfd/tc6393xb.c       |    2 +-
 drivers/mfd/twl4030-core.c   |    2 +-
 drivers/mfd/twl4030-irq.c    |    2 +-
 drivers/mfd/wm8350-regmap.c  |    4 +-
 drivers/mfd/wm8400-core.c    |    2 +-
 include/linux/mfd/ab3100.h   |  103 +++++
 include/linux/mfd/asic3.h    |  236 +----------
 include/linux/mfd/ezx-pcap.h |  256 +++++++++++
 include/linux/mfd/tmio.h     |    2 +-
 19 files changed, 2219 insertions(+), 238 deletions(-)
 create mode 100644 drivers/mfd/ab3100-core.c
 create mode 100644 drivers/mfd/ezx-pcap.c
 create mode 100644 include/linux/mfd/ab3100.h
 create mode 100644 include/linux/mfd/ezx-pcap.h

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