aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23mfd: arizona: Make array mclk_name static, shrinks object sizeColin Ian King1-1/+1
2018-10-23mfd: arizona: Correct calling of runtime_put_syncSapthagiri Baratam1-4/+4
2018-07-27mfd: arizona: Don't use regmap_read_poll_timeoutCharles Keepax1-8/+26
2018-05-16mfd: arizona: Update reset pin to use GPIODCharles Keepax1-18/+35
2017-09-20mfd: arizona: Remove audio related device tree codeCharles Keepax1-131/+1
2017-06-06mfd: arizona: Fix typo using hard-coded registerCharles Keepax1-2/+1
2017-04-27mfd: arizona: Refactor arizona_poll_regCharles Keepax1-20/+16
2017-04-27mfd: arizona: Display register addresses in hexCharles Keepax1-2/+2
2017-04-27mfd: arizona: Remove duplicate set of ret variableCharles Keepax1-6/+2
2016-11-29mfd: arizona: Disable IRQs during driver removeCharles Keepax1-0/+1
2016-10-04mfd: arizona: Handle probe deferral for reset GPIOCharles Keepax1-4/+9
2016-10-04mfd: arizona: Remove arizona_of_get_named_gpio helper functionCharles Keepax1-20/+7
2016-10-04mfd: arizona: Add DT options for max_channels_clocked and PDM speaker configRichard Fitzgerald1-0/+30
2016-10-04mfd: arizona: Use suspend_noirq inplace of suspend_lateCharles Keepax1-6/+4
2016-10-04mfd: arizona: Add sensible return value to some error pathsCharles Keepax1-1/+4
2016-10-04mfd: arizona: Add gating of external MCLKn clocksSylwester Nawrocki1-2/+28
2016-06-29mfd: arizona: Add missing disable of PM runtime on probe error pathCharles Keepax1-1/+3
2016-05-09mfd: arizona: Update device ordering to allow clean driver removalCharles Keepax1-5/+5
2016-01-14mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range() insteadLee Jones1-4/+4
2016-01-11mfd: arizona: Add device tree binding to specify mono outputsCharles Keepax1-0/+10
2015-12-04mfd: arizona: Support Cirrus Logic CS47L24 and WM1831Richard Fitzgerald1-6/+68
2015-10-30mfd: arizona: Signedness bug in arizona_runtime_suspend()Dan Carpenter1-1/+1
2015-10-30mfd: arizona: Remove use of codec build config #ifdefsRichard Fitzgerald1-58/+71
2015-10-30mfd: arizona: Simplify adding subdevicesRichard Fitzgerald1-22/+14
2015-10-30mfd: arizona: Downgrade type mismatch messages to dev_warnRichard Fitzgerald1-8/+8
2015-10-30mfd: arizona: Factor out checking of jack detection stateRichard Fitzgerald1-9/+32
2015-10-30mfd: arizona: Factor out DCVDD isolation controlRichard Fitzgerald1-46/+62
2015-10-30mfd: arizona: Remove unneded ret variableJavier Martinez Canillas1-3/+1
2015-09-04Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2015-09-04Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-25/+113
2015-08-30Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', 'asoc/topic/rl6231', 'asoc/topic/rockchip' and 'asoc/topic/rt286' into asoc-nextMark Brown1-1/+1
2015-08-12mfd: arizona: Fixup some formatting/white space errorsCharles Keepax1-17/+16
2015-08-11mfd: arizona: Add support for WM8998 and WM1814Richard Fitzgerald1-8/+97
2015-08-11mfd: arizona: Fix race between runtime suspend and IRQsCharles Keepax1-1/+1
2015-07-24mfd: arizona: Fix initialisation of the PM runtimeCharles Keepax1-8/+6
2015-07-24mfd: arizona: Fix race between runtime suspend and IRQsCharles Keepax1-1/+1
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-1/+1
2015-06-22mfd: arizona: Split INx_MODE into two fieldsRichard Fitzgerald1-2/+6
2015-06-22mfd: wm5110: Add delay before releasing reset lineCharles Keepax1-0/+10
2015-06-22mfd: arizona: Add better support for system suspendCharles Keepax1-16/+77
2015-06-22mfd: wm5110: Set DCVDD voltage to 1.175V before entering sleep modeCharles Keepax1-0/+52
2015-06-22mfd: wm5110: Add register patch required for low power sleepCharles Keepax1-0/+39
2015-06-22mfd: arizona: Factor out SYSCLK enable from wm5102 hardware patchCharles Keepax1-20/+57
2015-06-22mfd: arizona: Fix formating/style issues in arizona_apply_hardware_patchCharles Keepax1-20/+17
2015-06-22mfd: wm5102: Ensure we always boot the device fullyCharles Keepax1-10/+40
2015-06-22mfd: arizona: Factor out hard reset into helper functionsCharles Keepax1-8/+17
2015-06-22mfd: arizona: Use devres to manage reset GPIOCharles Keepax1-6/+4
2015-06-22mfd: arizona: Remove redundant register syncCharles Keepax1-8/+0
2015-03-12mfd: arizona: Add DT binding for the DMIC reference voltagesCharles Keepax1-0/+10
2015-02-26mfd: arizona: Add support for WM8280/WM8281Richard Fitzgerald1-2/+13