summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-i2c.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: arizona-i2c: Simplify obtaining I2C match dataBiju Das2023-11-011-9/+2
* mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-151-1/+1
* mfd: arizona-i2c: Add the missing device table IDs for OFAndré Apitzsch2023-04-261-0/+1
* mfd: arizona: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-071-1/+1
* mfd: arizona-i2c: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* mfd: arizona: Add missing statics to the of_match_tablesCharles Keepax2022-03-081-1/+1
* mfd: arizona: Split of_match table into I2C and SPI versionsCharles Keepax2021-11-051-1/+13
* 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-i2c: Add blank line formatting after declarationLee Jones2016-01-141-0/+2
* 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-13/+15
* mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski2015-08-111-1/+0
* mfd: arizona: Add support for WM8998 and WM1814Richard Fitzgerald2015-08-111-0/+8
* mfd: arizona: Add support for WM8280/WM8281Richard Fitzgerald2015-02-261-0/+2
* mfd: arizona: Rid data size incompatibility warn when building for 64bitLee Jones2014-07-091-2/+3
* mfd: arizona: Include linux/of.h headerSachin Kamat2013-10-231-0/+1
* mfd: arizona: Integrate wm8997 into Arizona mfdCharles Keepax2013-06-181-0/+6
* mfd: Add device tree bindings for Arizona class devicesMark Brown2013-05-201-2/+8
* 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: Add missing WM5102 ifdefsMark Brown2012-07-091-0/+2
* mfd: arizona: I2C bus interfaceMark Brown2012-06-231-0/+89