From: Samuel Ortiz <sameo@linux.intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
AnilKumar Ch <anilkumar@ti.com>, Arnd Bergmann <arnd@arndb.de>,
Ashish Jangam <ashish.jangam@kpitcummins.com>,
Axel Lin <axel.lin@ingics.com>,
Guenter Roeck <linux@roeck-us.net>,
Lee Jones <lee.jones@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>,
Linus Walleij <linus.walleij@stericsson.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Wei WANG <wei_wang@realsil.com.cn>
Subject: [GIT] [3.8] MFD fixes
Date: Mon, 28 Jan 2013 01:39:09 +0100 [thread overview]
Message-ID: <20130128003909.GX1174@sortiz-mobl> (raw)
Hi Linus,
This is the first pull request for MFD fixes for 3.8
We have some build failure fixes (twl4030, vexpress, abx500 and tps65910),
some actual runtime oops and lockup fixes (rtsx, da9052), and some more
hypothetical NULL pointers dereferences fixes for pcf50633 and max776xx.
Then we also have additional rtsx fixes for a correct switch output voltage
and clock divider correctness for rtl8411 (rtsx driver), and irqdomain fix for
db8550-prcmu, and some more cosmetic fixes for arizona and wm5102.
Thanks in advance for pulling them in.
The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:
Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)
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.8-1
for you to fetch changes up to 2d1484f5990c094e2c706672a8d286576dd096b4:
mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probed (2013-01-27 02:18:07 +0100)
----------------------------------------------------------------
AnilKumar Ch (1):
mfd: tps65910: Select REGMAP_IRQ in Kconfig to fix build error
Arnd Bergmann (1):
mfd: twl4030: Don't warn about uninitialized return code
Ashish Jangam (1):
mfd: da9052/53 lockup fix
Axel Lin (3):
mfd: max77686: Init max77686->dev before using it
mfd: max77693: Init max77693->dev before using it
mfd: pcf50633: Init pcf->dev before using it
Guenter Roeck (1):
mfd: vexpress: Export global functions to fix build error
Lee Jones (1):
mfd: Fix compile errors and warnings when !CONFIG_AB8500_BM
Linus Walleij (2):
mfd: db8500-prcmu: Fix irqdomain usage
mfd: tc3589x: Use simple irqdomain
Mark Brown (3):
mfd: arizona: Disable control interface reporting for WM5102 and WM5110
mfd: arizona: Check errors from regcache_sync()
mfd: wm5102: Fix definition of WM5102_MAX_REGISTER
Wei WANG (4):
mfd: rtsx: Add output voltage switch hook
mmc: rtsx: Call MFD hook to switch output voltage
mfd: rtsx: Add clock divider hook
mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probed
drivers/mfd/Kconfig | 1 +
drivers/mfd/ab8500-core.c | 1 +
drivers/mfd/arizona-core.c | 7 +++-
drivers/mfd/arizona-irq.c | 18 ++--------
drivers/mfd/da9052-i2c.c | 61 +++++++++++++++++++++++++++++++
drivers/mfd/db8500-prcmu.c | 13 ++++---
drivers/mfd/max77686.c | 18 +++++-----
drivers/mfd/max77693.c | 34 +++++++++---------
drivers/mfd/pcf50633-core.c | 5 ++-
drivers/mfd/rtl8411.c | 29 +++++++++++++++
drivers/mfd/rts5209.c | 21 +++++++++++
drivers/mfd/rts5229.c | 21 +++++++++++
drivers/mfd/rtsx_pcr.c | 27 +++++++++++---
drivers/mfd/tc3589x.c | 17 +++------
drivers/mfd/twl4030-power.c | 2 +-
drivers/mfd/vexpress-config.c | 8 +++--
drivers/mfd/wm5102-tables.c | 2 +-
drivers/mmc/host/rtsx_pci_sdmmc.c | 30 +++-------------
include/linux/mfd/abx500.h | 2 --
include/linux/mfd/abx500/ab8500-bm.h | 29 +++------------
include/linux/mfd/da9052/da9052.h | 66 +++++++++++++++++++++++++++++++---
include/linux/mfd/da9052/reg.h | 3 ++
include/linux/mfd/rtsx_common.h | 3 ++
include/linux/mfd/rtsx_pci.h | 25 ++++++++++---
24 files changed, 314 insertions(+), 129 deletions(-)
--
Intel Open Source Technology Centre
http://oss.intel.com/
reply other threads:[~2013-01-28 0:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130128003909.GX1174@sortiz-mobl \
--to=sameo@linux.intel.com \
--cc=anilkumar@ti.com \
--cc=arnd@arndb.de \
--cc=ashish.jangam@kpitcummins.com \
--cc=axel.lin@ingics.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linus.walleij@stericsson.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=torvalds@linux-foundation.org \
--cc=wei_wang@realsil.com.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox