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