summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/twl-core.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: twl: Convert to use maple tree register cacheMark Brown2023-11-011-1/+1
* mfd: twl-core: Add a clock subdevice for the TWL6032Andreas Kemnade2023-11-011-0/+16
* mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-151-1/+1
* mfd: twl-core: Remove unused add_child() and add_numbered_child() functionsTom Rix2023-04-261-65/+0
* mfd: twl: Fix TWL6032 phy vbus detectionAndreas Kemnade2023-02-221-5/+4
* mfd: twl-core: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-2/+3
* Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2022-10-071-1/+1
|\
| * mfd: twl-core: Fix double "to to" in comment.Jason Wang2022-09-281-1/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
|/
* mfd: twl: Remove platform data supportUwe Kleine-König2022-07-191-318/+5
* mfd: twl4030: Make twl4030_exit_irq() return voidUwe Kleine-König2022-04-281-5/+1
* mfd: twl6030: Make twl6030_exit_irq() return voidUwe Kleine-König2022-04-281-2/+2
* mfd: twl-core: Fix incorrect function name twl_regcache_bypass()Lee Jones2021-06-021-1/+1
* mfd: twl-core: Convert to i2c_new_dummy_deviceWolfram Sang2019-08-121-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* mfd: twl-core: Disable IRQ while suspendedAndreas Kemnade2019-04-021-0/+23
* mfd: twl-core: Fix section annotations on {,un}protect_pm_masterNathan Chancellor2019-01-031-2/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+3
* mfd: twl-core: Fix clock initializationPeter Ujfalusi2018-05-161-1/+1
* mfd: twl-core: Improve the documentationDan Carpenter2017-09-051-2/+2
* mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-041-3/+3
* mfd: twl-core: Make it explicitly non-modularPaul Gortmaker2016-10-041-8/+1
* mfd: twl-core: Refactoring for add_numbered_child()Markus Elfring2016-06-291-10/+11
* mfd: twl-core: Return directly after a failed platform_device_alloc() in add_...Markus Elfring2016-06-291-5/+2
* twl4030_charger: use runtime_pm to keep usb phy active while charging.NeilBrown2015-08-051-5/+4
* mfd: twl-core: Constify struct regmap_config and reg_default arrayKrzysztof Kozlowski2015-01-221-4/+4
* Merge tag 'ib-mfd-omap-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren2014-05-061-0/+15
|\
| * mfd: twl-core: Fix idle mode signaling for omaps when booted with device treeTony Lindgren2014-04-231-0/+15
* | mfd: twl-core: Fix accessibility of some twl4030 audio registersTomas Novotny2014-03-191-5/+5
|/
* Merge tag 'ib-asoc-3.14.2' into for-mfd-nextLee Jones2014-01-211-27/+163
|\
| * mfd: twl-core: Enable regcache for audio registersPeter Ujfalusi2014-01-081-0/+111
| * mfd: twl-core: API to set the regcache bypass for a given regmap in twlPeter Ujfalusi2014-01-081-0/+21
| * mfd: twl-core: Simplify IO wrapper functions by moving common code outPeter Ujfalusi2014-01-081-27/+31
* | mfd: twl-core: Fix passing of platform data in the device tree caseTony Lindgren2014-01-211-3/+12
* | mfd: twl-core: Clean up module by removing twl603x pdata handlingRuslan Ruslichenko2014-01-211-198/+0
|/
* mfd: Use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* mfd: twl-core: Change TWL6025 references to TWL6032Graeme Gregory2013-06-201-23/+23
* mfd: twl4030-power: Split from twl-core into a dedicated moduleFlorian Vaussard2013-06-191-4/+8
* mfd: twl-core: Convert to module_i2c_driver()Grygorii Strashko2013-06-111-11/+1
* mfd: twl-core: Fix kernel panic on bootJon Hunter2013-02-141-8/+8
* mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline functionPeter Ujfalusi2013-02-141-28/+0
* mfd: twl-core: Remove no longer valid comment regarding to write buffer sizePeter Ujfalusi2013-02-141-3/+0
* mfd: twl-core: Collect global variables behind one private structure (global)Peter Ujfalusi2013-02-141-47/+57
* mfd: twl-core: Move 'inuse' check early at probe timePeter Ujfalusi2013-02-141-6/+6
* mfd: twl-core: Do not create dummy pdata when booted with DTPeter Ujfalusi2013-02-141-24/+7
* mfd: twl-core: Do not try to call legacy mfd add_children() when booted with DTPeter Ujfalusi2013-02-141-2/+1
* mfd: twl-core: Allocate twl_modules dynamicallyPeter Ujfalusi2013-02-141-10/+21
* mfd: twl-core: Use the lookup table to find the correct subchip for the modulesPeter Ujfalusi2013-02-141-29/+27
* mfd: twl-core: No need to check for invalid subchip IDPeter Ujfalusi2013-02-141-11/+2
* mfd: twl-core: Clean up module id lookup and definitionsPeter Ujfalusi2013-02-141-54/+51