aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-08mfd: wm5102: Don't wait for boot when boot sequencer is disabledCharles Keepax1-4/+18
2013-04-08mfd: arizona: Wait for internal clocks to startup after resetCharles Keepax1-1/+5
2013-04-08mfd: arizona: Hold device in reset while ramping suppliesMark Brown1-13/+13
2013-04-08mfd: wm5102: Deactivate standard boot sequenceCharles Keepax1-5/+5
2013-04-08mfd: arizona: Add a hardware patch mechanismCharles Keepax1-0/+109
2013-04-08mfd: arizona: Factor out register pollingCharles Keepax1-22/+30
2013-04-08mfd: wm5102: Manually apply register patchCharles Keepax1-0/+10
2013-04-08mfd: wm5102: Only use the lowest three bits of device revisionMark Brown1-0/+1
2013-04-08mfd: arizona: Unconditionally enable 32kHz clockMark Brown1-0/+1
2013-04-08mfd: arizona: Fully support the use of MCLK1 as the 32kHz clock sourceMark Brown1-2/+19
2013-04-08mfd: arizona: Support configuring MICBIASes into bypass modeMark Brown1-1/+11
2013-04-08mfd: arizona: Clean up on failed runtime resumeMark Brown1-4/+7
2013-02-14mfd: arizona: Provide platform data for MICBIAS configurationMark Brown1-0/+23
2013-02-14mfd: arizona: Clarify mixer underclocking errorMark Brown1-1/+1
2013-02-14mfd: arizona: Disable interrupts during resumeMark Brown1-0/+26
2013-02-14mfd: arizona: Register MICVDD supply first to ensure no retriesMark Brown1-2/+2
2013-01-22mfd: arizona: Check errors from regcache_sync()Mark Brown1-1/+6
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-5/+12
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+2
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2012-12-03mfd: arizona: Defer patch initialistation until after first device bootMark Brown1-5/+12
2012-11-30mfd: arizona: Register haptics devicesMark Brown1-0/+2
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-1/+1
2012-11-28mfd: arizona: Register haptics devicesMark Brown1-0/+2
2012-11-20mfd: arizona: Sync regcache after resetCharles Keepax1-0/+8
2012-11-20mfd: arizona: Correctly report when AIF2/AIF1 is underclockedCharles Keepax1-2/+2
2012-11-20mfd: arizona: Use correct array for ARRAY_SIZE in mfd_add_devices callCharles Keepax1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-3/+3
2012-07-25mfd: Add debug trace on entering and leaving arizone runtime suspendMark Brown1-0/+4
2012-07-16mfd: Initial support for the WM5110Mark Brown1-0/+24
2012-07-10mfd: Add support for multiple arizona PDM speaker outputsMark Brown1-3/+2
2012-07-09mfd: Error out if initial arizona boot failsMark Brown1-1/+5
2012-07-09mfd: Don't free unallocated arizona supplies on errorMark Brown1-1/+1
2012-07-09mfd: Add missing WM5102 ifdefsMark Brown1-1/+2
2012-07-09mfd: Treat arizona register read errors as non-fatal during resumeMark Brown1-1/+1
2012-07-09mfd: Release arizona DCVDD if we fail to resume the deviceMark Brown1-1/+3
2012-07-09mfd: Move arizona digital core supply management to the regulator APIMark Brown1-30/+35
2012-06-23mfd: arizona: Core driverMark Brown1-0/+527