summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-spi.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devsHans de Goede2023-11-011-0/+3
* mfd: arizona-spi: Add missing MODULE_DEVICE_TABLECharles Keepax2023-04-261-0/+1
* mfd: arizona: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-071-1/+1
* Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2022-03-251-21/+66
|\
| * mfd: arizona-spi: Add Android board ACPI table handlingHans de Goede2022-03-231-1/+34
| * mfd: arizona-spi: Split Windows ACPI init code into its own functionHans de Goede2022-03-231-20/+32
| * mfd: arizona: Add missing statics to the of_match_tablesCharles Keepax2022-03-081-1/+1
* | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
|/
* mfd: arizona: Split of_match table into I2C and SPI versionsCharles Keepax2021-11-051-1/+12
* mfd: arizona: Make some symbols staticWei Yongjun2021-04-141-2/+2
* mfd: arizona: Add support for ACPI enumeration of WM5102 connected over SPIHans de Goede2021-02-041-0/+127
* mfd: arizona: Replace arizona_of_get_type() with device_get_match_data()Hans de Goede2021-02-041-4/+6
* mfd: arizona: Add MODULE_SOFTDEP("pre: arizona_ldo1")Hans de Goede2021-02-041-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mfd: arizona: Support Cirrus Logic CS47L24 and WM1831Richard Fitzgerald2015-12-041-0/+7
* Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-061-10/+13
|\
| * mfd: arizona: Use correct type ID for device tree configRichard Fitzgerald2015-10-301-3/+2
| * mfd: arizona: Remove use of codec build config #ifdefsRichard Fitzgerald2015-10-301-7/+11
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
|/
* mfd: arizona: Add support for WM8280/WM8281Richard Fitzgerald2015-02-261-0/+2
* mfd: arizona-spi: Add lines after declarations - checkpatch catchWill Sheppard2014-11-251-0/+2
* mfd: arizona: Rid data size incompatibility warn when building for 64bitLee Jones2014-07-091-1/+2
* mfd: arizona: Include linux/of.h headerSachin Kamat2013-10-231-0/+1
* mfd: Add device tree bindings for Arizona class devicesMark Brown2013-05-201-2/+8
* mfd: arizona: Use spi_get_drvdata()Jingoo Han2013-04-091-1/+1
* mfd: remove use of __devexitBill Pemberton2012-11-281-1/+1
* mfd: remove use of __devinitBill Pemberton2012-11-281-1/+1
* mfd: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* mfd: Initial support for the WM5110Mark Brown2012-07-161-0/+6
* mfd: arizona: SPI bus interfaceMark Brown2012-06-231-0/+91