[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120421000003.GA17403@sortiz-mobl>
Date:	Sat, 21 Apr 2012 02:00:03 +0200
From:	Samuel Ortiz <sameo@...ux.intel.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	Daniel Lezcano <daniel.lezcano@...aro.org>,
	Dmitry Artamonow <mad_soft@...ox.ru>,
	Keshava Munegowda <Keshava_mgowda@...com>,
	Paul Gortmaker <paul.gortmaker@...driver.com>,
	Peter Ujfalusi <peter.ujfalusi@...com>
Subject: [GIT] [3.4] MFD fixes
Hi Linus,
This is a pull request for MFD fixes for 3.4.
We have 3 build fixes, a OMAP USB host PHY reset fix and the twl6040
conversion to an i2c driver. The latter may not sound like a fix but the
twl6040 MFD driver won't probe without it, triggering an OMAP4 audio
regression.
Thanks in advance for pulling them in:
The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:
  Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)
are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git tags/mfd-for-linus-3.4
for you to fetch changes up to 82ea267f7dc853a5e6a724916a70a10656efdfc2:
  mfd: Fix modular builds of rc5t583 regulator support (2012-04-16 21:27:07 +0200)
----------------------------------------------------------------
First MFD pull request for 3.4 fixes
----------------------------------------------------------------
Daniel Lezcano (1):
      mfd : Fix dbx500 compilation error
Dmitry Artamonow (1):
      mfd: Fix asic3_gpio_to_irq
Keshava Munegowda (1):
      ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue
Paul Gortmaker (1):
      mfd: Fix modular builds of rc5t583 regulator support
Peter Ujfalusi (1):
      mfd: Convert twl6040 to i2c driver, and separate it from twl core
 arch/arm/mach-omap2/board-4430sdp.c    |   12 ++--
 arch/arm/mach-omap2/board-generic.c    |    2 +-
 arch/arm/mach-omap2/board-omap4panda.c |   13 ++--
 arch/arm/mach-omap2/twl-common.c       |   37 +++++++++--
 arch/arm/mach-omap2/twl-common.h       |   10 +--
 drivers/input/misc/Kconfig             |    3 +-
 drivers/input/misc/twl6040-vibra.c     |    4 +-
 drivers/mfd/Kconfig                    |   11 +++-
 drivers/mfd/asic3.c                    |    4 +-
 drivers/mfd/omap-usb-host.c            |   44 ------------
 drivers/mfd/rc5t583.c                  |   39 +-----------
 drivers/mfd/twl6040-core.c             |  114 +++++++++++++++++++-------------
 drivers/usb/host/ehci-omap.c           |   39 ++++++++++-
 include/linux/i2c/twl.h                |   12 ----
 include/linux/mfd/db5500-prcmu.h       |   88 ++++++++++--------------
 include/linux/mfd/rc5t583.h            |   47 +++++++++++--
 include/linux/mfd/twl6040.h            |   27 ++++++++
 sound/soc/codecs/Kconfig               |    3 +-
 sound/soc/codecs/twl6040.c             |    3 +-
 sound/soc/omap/Kconfig                 |    2 +-
 20 files changed, 276 insertions(+), 238 deletions(-)
-- 
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
 
