summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-core.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: arizona: Fix initialisation of the PM runtimeCharles Keepax2015-07-241-8/+6Star
* mfd: arizona: Fix race between runtime suspend and IRQsCharles Keepax2015-07-241-1/+1
* mfd: arizona: Split INx_MODE into two fieldsRichard Fitzgerald2015-06-221-2/+6
* mfd: wm5110: Add delay before releasing reset lineCharles Keepax2015-06-221-0/+10
* mfd: arizona: Add better support for system suspendCharles Keepax2015-06-221-16/+77
* mfd: wm5110: Set DCVDD voltage to 1.175V before entering sleep modeCharles Keepax2015-06-221-0/+52
* mfd: wm5110: Add register patch required for low power sleepCharles Keepax2015-06-221-0/+39
* mfd: arizona: Factor out SYSCLK enable from wm5102 hardware patchCharles Keepax2015-06-221-20/+57
* mfd: arizona: Fix formating/style issues in arizona_apply_hardware_patchCharles Keepax2015-06-221-20/+17Star
* mfd: wm5102: Ensure we always boot the device fullyCharles Keepax2015-06-221-10/+40
* mfd: arizona: Factor out hard reset into helper functionsCharles Keepax2015-06-221-8/+17
* mfd: arizona: Use devres to manage reset GPIOCharles Keepax2015-06-221-6/+4Star
* mfd: arizona: Remove redundant register syncCharles Keepax2015-06-221-8/+0Star
* mfd: arizona: Add DT binding for the DMIC reference voltagesCharles Keepax2015-03-121-0/+10
* mfd: arizona: Add support for WM8280/WM8281Richard Fitzgerald2015-02-261-2/+13
* MFD / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-2/+2
* mfd: arizona: Correct mask to allow setting micbias external capCharles Keepax2014-09-261-0/+1
* Revert "mfd: wm5102: Manually apply register patch"Charles Keepax2014-09-261-12/+0Star
* mfd: arizona: Add support for INn_Mode register controlInha Song2014-09-261-0/+13
* mfd: wm5102: Mark register write sequencer control 3 readableMark Brown2014-09-261-1/+2
* mfd: arizona: Add missing handling for ISRC3 under/overclockedCharles Keepax2014-07-281-0/+4
* mfd: arizona: Map MICVDD from extcon device to the Arizona coreCharles Keepax2014-07-281-4/+16
* mfd: arizona: Add MICVDD to mapped regulators for wm8997Charles Keepax2014-07-281-0/+1
* mfd: arizona: Rid data size incompatibility warn when building for 64bitLee Jones2014-07-091-2/+2
* mfd: arizona: Add comment to explain non-devm regulator_getCharles Keepax2014-07-091-0/+6
* mfd: arizona: Use num_core_supplies in arizona_dev_exitCharles Keepax2014-07-091-1/+1
* mfd: arizona: Don't use devres for DCVDDCharles Keepax2014-07-091-3/+6
* mfd: arizona: Disable DCVDD before we destroy the MFDCharles Keepax2014-07-091-1/+3
* mfd: arizona: Disable PM runtime at start of driver removalCharles Keepax2014-07-091-1/+2
* mfd: arizona: Add MICVDD to mapped regulatorsCharles Keepax2014-06-031-0/+1
* regulator: arizona-ldo1: Move setup processing from arizona-coreCharles Keepax2014-04-181-9/+3Star
* mfd: arizona: Factor out read of device tree GPIOsCharles Keepax2014-04-181-9/+22
* mfd: arizona: Use new regmap features for manual register patchCharles Keepax2014-02-261-4/+0Star
* mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-061-4/+4
* Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-11-161-3/+3
|\
| * mfd: arizona: Correct handling of device tree gpio defaultsCharles Keepax2013-10-231-1/+1
| * mfd: arizona: Only attempt to parse DT if platform data was not passedLee Jones2013-10-231-2/+2
* | mfd: arizona: Specify supply mappings for Arizona CODECsCharles Keepax2013-10-231-3/+29
|/
* mfd: arizona: Move regulator disable to after marking cache onlyCharles Keepax2013-08-141-1/+1
* mfd: arizona: Integrate wm8997 into Arizona mfdCharles Keepax2013-06-181-0/+27
* mfd: arizona: Change fast_start pdata name to better reflect functionalityCharles Keepax2013-05-211-1/+1
* mfd: arizona: Support use of external DCVDDMark Brown2013-05-201-0/+43
* mfd: Add device tree bindings for Arizona class devicesMark Brown2013-05-201-0/+69
* mfd: arizona: Disable interrupts during suspendMark Brown2013-05-171-1/+22
* mfd: arizona: Add missing cleanup on removeMark Brown2013-05-171-0/+5
* mfd: wm5102: Manually apply register patchCharles Keepax2013-05-171-0/+12
* mfd: arizona: Read the device identification information after bootMark Brown2013-05-171-31/+49
* 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