aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-05MFD / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-09-26mfd: arizona: Correct mask to allow setting micbias external capCharles Keepax1-0/+1
2014-09-26Revert "mfd: wm5102: Manually apply register patch"Charles Keepax1-12/+0
2014-09-26mfd: arizona: Add support for INn_Mode register controlInha Song1-0/+13
2014-09-26mfd: wm5102: Mark register write sequencer control 3 readableMark Brown1-1/+2
2014-07-28mfd: arizona: Add missing handling for ISRC3 under/overclockedCharles Keepax1-0/+4
2014-07-28mfd: arizona: Map MICVDD from extcon device to the Arizona coreCharles Keepax1-4/+16
2014-07-28mfd: arizona: Add MICVDD to mapped regulators for wm8997Charles Keepax1-0/+1
2014-07-09mfd: arizona: Rid data size incompatibility warn when building for 64bitLee Jones1-2/+2
2014-07-09mfd: arizona: Add comment to explain non-devm regulator_getCharles Keepax1-0/+6
2014-07-09mfd: arizona: Use num_core_supplies in arizona_dev_exitCharles Keepax1-1/+1
2014-07-09mfd: arizona: Don't use devres for DCVDDCharles Keepax1-3/+6
2014-07-09mfd: arizona: Disable DCVDD before we destroy the MFDCharles Keepax1-1/+3
2014-07-09mfd: arizona: Disable PM runtime at start of driver removalCharles Keepax1-1/+2
2014-06-03mfd: arizona: Add MICVDD to mapped regulatorsCharles Keepax1-0/+1
2014-04-18regulator: arizona-ldo1: Move setup processing from arizona-coreCharles Keepax1-9/+3
2014-04-18mfd: arizona: Factor out read of device tree GPIOsCharles Keepax1-9/+22
2014-02-26mfd: arizona: Use new regmap features for manual register patchCharles Keepax1-4/+0
2014-01-06mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven1-4/+4
2013-11-15Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds1-3/+3
2013-10-23mfd: arizona: Correct handling of device tree gpio defaultsCharles Keepax1-1/+1
2013-10-23mfd: arizona: Only attempt to parse DT if platform data was not passedLee Jones1-2/+2
2013-10-23mfd: arizona: Specify supply mappings for Arizona CODECsCharles Keepax1-3/+29
2013-08-14mfd: arizona: Move regulator disable to after marking cache onlyCharles Keepax1-1/+1
2013-06-18mfd: arizona: Integrate wm8997 into Arizona mfdCharles Keepax1-0/+27
2013-05-21mfd: arizona: Change fast_start pdata name to better reflect functionalityCharles Keepax1-1/+1
2013-05-20mfd: arizona: Support use of external DCVDDMark Brown1-0/+43
2013-05-20mfd: Add device tree bindings for Arizona class devicesMark Brown1-0/+69
2013-05-17mfd: arizona: Disable interrupts during suspendMark Brown1-1/+22
2013-05-17mfd: arizona: Add missing cleanup on removeMark Brown1-0/+5
2013-05-17mfd: wm5102: Manually apply register patchCharles Keepax1-0/+12
2013-05-17mfd: arizona: Read the device identification information after bootMark Brown1-31/+49
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