All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT] [3.4] MFD fixes
@ 2012-04-21  0:00 Samuel Ortiz
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2012-04-21  0:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Daniel Lezcano, Dmitry Artamonow,
	Keshava Munegowda, Paul Gortmaker, Peter Ujfalusi

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT] [3.4] MFD fixes
@ 2012-05-03 22:18 Samuel Ortiz
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2012-05-03 22:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Russ Dill

Hi Linus,

This is the second pull request for 3.4 MFD related fixes.
This time we only have a one liner fixing an omap-usb build error.

Thanks in advance for pulling it in:

The following changes since commit 69964ea4c7b68c9399f7977aa5b9aa6539a6a98a:

  Linux 3.4-rc5 (2012-04-29 15:19:10 -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-rc6

for you to fetch changes up to 13176a89e1c4a0011bd9f576730b0338ecb619ff:

  mfd: Fix build breakage in omap-usb-host.c (2012-05-01 11:55:04 +0200)

----------------------------------------------------------------
Second MFD pull request for 3.4 fixes

----------------------------------------------------------------
Russ Dill (1):
      mfd: Fix build breakage in omap-usb-host.c

 drivers/mfd/omap-usb-host.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-03 22:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-21  0:00 [GIT] [3.4] MFD fixes Samuel Ortiz
2012-05-03 22:18 Samuel Ortiz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.