summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-core.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: Explicitly include correct DT includesRob Herring2023-08-181-1/+0
* mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leakLiang He2023-02-221-1/+1
* mfd: arizona: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-071-12/+7
* mfd: arizona: Split of_match table into I2C and SPI versionsCharles Keepax2021-11-051-13/+0
* mfd: arizona: Allow building arizona MFD-core as moduleHans de Goede2021-06-021-0/+2
* mfd: arizona: Drop arizona-extcon cellsHans de Goede2021-03-181-20/+0
* mfd: arizona: Replace arizona_of_get_type() with device_get_match_data()Hans de Goede2021-02-041-11/+0
* mfd: arizona: Ensure 32k clock is put on driver unbind and errorCharles Keepax2020-06-181-0/+18
* mfd: arizona: Remove BUG_ON usageCharles Keepax2020-06-181-1/+1
* mfd: arizona: Switch to using devm_gpiod_get()Dmitry Torokhov2019-11-111-5/+1
* Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-07-151-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/+1
|/
* 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/+1
* mfd: arizona: Fix typo using hard-coded registerCharles Keepax2017-06-061-2/+1
* mfd: arizona: Refactor arizona_poll_regCharles Keepax2017-04-271-20/+16
* mfd: arizona: Display register addresses in hexCharles Keepax2017-04-271-2/+2
* mfd: arizona: Remove duplicate set of ret variableCharles Keepax2017-04-271-6/+2
* 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/+7
* 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/+4
* 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/+14
* 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/+1
* 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/+16
| * | 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/+6
* | mfd: arizona: Fix race between runtime suspend and IRQsCharles Keepax2015-07-241-1/+1
|/