summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-07-161-1/+1
|\
| * mfd: arizona: Fix undefined behaviorArnd Bergmann2019-07-021-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* mfd: arizona: Make array mclk_name static, shrinks object sizeColin Ian King2018-10-231-1/+1
* mfd: arizona: Correct calling of runtime_put_syncSapthagiri Baratam2018-10-231-4/+4
* mfd: arizona: Don't use regmap_read_poll_timeoutCharles Keepax2018-07-271-8/+26
* mfd: arizona: Update reset pin to use GPIODCharles Keepax2018-05-161-18/+35
* mfd: arizona: Remove audio related device tree codeCharles Keepax2017-09-201-131/+1Star
* mfd: arizona: Fix typo using hard-coded registerCharles Keepax2017-06-061-2/+1Star
* mfd: arizona: Refactor arizona_poll_regCharles Keepax2017-04-271-20/+16Star
* mfd: arizona: Display register addresses in hexCharles Keepax2017-04-271-2/+2
* mfd: arizona: Remove duplicate set of ret variableCharles Keepax2017-04-271-6/+2Star
* mfd: arizona: Disable IRQs during driver removeCharles Keepax2016-11-291-0/+1
* mfd: arizona: Handle probe deferral for reset GPIOCharles Keepax2016-10-041-4/+9
* mfd: arizona: Remove arizona_of_get_named_gpio helper functionCharles Keepax2016-10-041-20/+7Star
* mfd: arizona: Add DT options for max_channels_clocked and PDM speaker configRichard Fitzgerald2016-10-041-0/+30
* mfd: arizona: Use suspend_noirq inplace of suspend_lateCharles Keepax2016-10-041-6/+4Star
* mfd: arizona: Add sensible return value to some error pathsCharles Keepax2016-10-041-1/+4
* mfd: arizona: Add gating of external MCLKn clocksSylwester Nawrocki2016-10-041-2/+28
* mfd: arizona: Add missing disable of PM runtime on probe error pathCharles Keepax2016-06-291-1/+3
* mfd: arizona: Update device ordering to allow clean driver removalCharles Keepax2016-05-091-5/+5
* mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range...Lee Jones2016-01-141-4/+4
* mfd: arizona: Add device tree binding to specify mono outputsCharles Keepax2016-01-111-0/+10
* mfd: arizona: Support Cirrus Logic CS47L24 and WM1831Richard Fitzgerald2015-12-041-6/+68
* mfd: arizona: Signedness bug in arizona_runtime_suspend()Dan Carpenter2015-10-301-1/+1
* mfd: arizona: Remove use of codec build config #ifdefsRichard Fitzgerald2015-10-301-58/+71
* mfd: arizona: Simplify adding subdevicesRichard Fitzgerald2015-10-301-22/+14Star
* mfd: arizona: Downgrade type mismatch messages to dev_warnRichard Fitzgerald2015-10-301-8/+8
* mfd: arizona: Factor out checking of jack detection stateRichard Fitzgerald2015-10-301-9/+32
* mfd: arizona: Factor out DCVDD isolation controlRichard Fitzgerald2015-10-301-46/+62
* mfd: arizona: Remove unneded ret variableJavier Martinez Canillas2015-10-301-3/+1Star
* Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-09-041-1/+1
|\
| *-. Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...Mark Brown2015-08-301-1/+1
| |\ \
| | | * regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-161-1/+1
| | |/
* | | Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-041-25/+113
|\ \ \ | |/ / |/| |
| * | mfd: arizona: Fixup some formatting/white space errorsCharles Keepax2015-08-121-17/+16Star
| * | mfd: arizona: Add support for WM8998 and WM1814Richard Fitzgerald2015-08-111-8/+97
| * | mfd: arizona: Fix race between runtime suspend and IRQsCharles Keepax2015-08-111-1/+1
| |/
* | 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