On Mon, Apr 08, 2013 at 11:04:10AM +0100, Mark Brown wrote: > patch series... I'm just re-tagging and re-pushing but were you testing > both serieses together? OK, the mirrors seem to have the rebase now. New pull request: The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6: Linux 3.9-rc6 (2013-04-07 20:49:54 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git tags/mfd-arizona-3.10 for you to fetch changes up to 031eb8d52ecbe417cf778fba2d49bee90a078648: mfd: wm5102: Don't wait for boot when boot sequencer is disabled (2013-04-08 11:12:04 +0100) ---------------------------------------------------------------- mfd: arizona: Updates for v3.10 This is really a few separate topics which I can split out if required: - WM5102 updates to improve robustness - Improved support for interoperation with edge triggered interrupt controllers - Support for some unusual clocking configurations - A couple small single patch updates and fixes ---------------------------------------------------------------- Charles Keepax (7): mfd: wm5102: Manually apply register patch mfd: arizona: Factor out register polling mfd: arizona: Add a hardware patch mechanism mfd: wm5102: Deactivate standard boot sequence mfd: wm5102: Update defaults to match patch mfd: arizona: Wait for internal clocks to startup after reset mfd: wm5102: Don't wait for boot when boot sequencer is disabled Mark Brown (12): mfd: arizona: Disable all wake sources by default mfd: arizona: Clean up on failed runtime resume mfd: arizona: Clarify error message for failed primary IRQ request mfd: arizona: Basic support for edge triggered IRQs mfd: arizona: Allow GPIO to be specified for IRQ line mfd: arizona: Try to use interrupt flags from interrupt controller mfd: arizona: Support configuring MICBIASes into bypass mode mfd: wm5102: Update patch for latest evaluation mfd: arizona: Fully support the use of MCLK1 as the 32kHz clock source mfd: arizona: Unconditionally enable 32kHz clock mfd: wm5102: Only use the lowest three bits of device revision mfd: arizona: Hold device in reset while ramping supplies arch/arm/mach-s3c64xx/mach-crag6410-module.c | 4 +- drivers/mfd/arizona-core.c | 267 +++++++++++++++++++++----- drivers/mfd/arizona-irq.c | 106 ++++++++-- drivers/mfd/wm5102-tables.c | 56 ++++-- include/linux/mfd/arizona/pdata.h | 7 +- 5 files changed, 357 insertions(+), 83 deletions(-)