summaryrefslogtreecommitdiff
path: root/drivers/mfd/twl-core.c
AgeCommit message (Expand)Author
2024-02-23mfd: twl-core: Add power off implementation for twl603xAndreas Kemnade
2023-11-01mfd: twl: Convert to use maple tree register cacheMark Brown
2023-11-01mfd: twl-core: Add a clock subdevice for the TWL6032Andreas Kemnade
2023-06-15mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-04-26mfd: twl-core: Remove unused add_child() and add_numbered_child() functionsTom Rix
2023-02-22mfd: twl: Fix TWL6032 phy vbus detectionAndreas Kemnade
2022-12-07mfd: twl-core: Convert to i2c's .probe_new()Uwe Kleine-König
2022-10-07Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2022-09-28mfd: twl-core: Fix double "to to" in comment.Jason Wang
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-19mfd: twl: Remove platform data supportUwe Kleine-König
2022-04-28mfd: twl4030: Make twl4030_exit_irq() return voidUwe Kleine-König
2022-04-28mfd: twl6030: Make twl6030_exit_irq() return voidUwe Kleine-König
2021-06-02mfd: twl-core: Fix incorrect function name twl_regcache_bypass()Lee Jones
2019-08-12mfd: twl-core: Convert to i2c_new_dummy_deviceWolfram Sang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-02mfd: twl-core: Disable IRQ while suspendedAndreas Kemnade
2019-01-03mfd: twl-core: Fix section annotations on {,un}protect_pm_masterNathan Chancellor
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-16mfd: twl-core: Fix clock initializationPeter Ujfalusi
2017-09-05mfd: twl-core: Improve the documentationDan Carpenter
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang
2016-10-04mfd: twl-core: Make it explicitly non-modularPaul Gortmaker
2016-06-29mfd: twl-core: Refactoring for add_numbered_child()Markus Elfring
2016-06-29mfd: twl-core: Return directly after a failed platform_device_alloc() in add_...Markus Elfring
2015-08-05twl4030_charger: use runtime_pm to keep usb phy active while charging.NeilBrown
2015-01-22mfd: twl-core: Constify struct regmap_config and reg_default arrayKrzysztof Kozlowski
2014-05-06Merge tag 'ib-mfd-omap-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren
2014-04-23mfd: twl-core: Fix idle mode signaling for omaps when booted with device treeTony Lindgren
2014-03-19mfd: twl-core: Fix accessibility of some twl4030 audio registersTomas Novotny
2014-01-21Merge tag 'ib-asoc-3.14.2' into for-mfd-nextLee Jones
2014-01-21mfd: twl-core: Fix passing of platform data in the device tree caseTony Lindgren
2014-01-21mfd: twl-core: Clean up module by removing twl603x pdata handlingRuslan Ruslichenko
2014-01-08mfd: twl-core: Enable regcache for audio registersPeter Ujfalusi
2014-01-08mfd: twl-core: API to set the regcache bypass for a given regmap in twlPeter Ujfalusi
2014-01-08mfd: twl-core: Simplify IO wrapper functions by moving common code outPeter Ujfalusi
2013-07-31mfd: Use dev_get_platdata()Jingoo Han
2013-06-20mfd: twl-core: Change TWL6025 references to TWL6032Graeme Gregory
2013-06-19mfd: twl4030-power: Split from twl-core into a dedicated moduleFlorian Vaussard
2013-06-11mfd: twl-core: Convert to module_i2c_driver()Grygorii Strashko
2013-02-14mfd: twl-core: Fix kernel panic on bootJon Hunter
2013-02-14mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline functionPeter Ujfalusi
2013-02-14mfd: twl-core: Remove no longer valid comment regarding to write buffer sizePeter Ujfalusi
2013-02-14mfd: twl-core: Collect global variables behind one private structure (global)Peter Ujfalusi
2013-02-14mfd: twl-core: Move 'inuse' check early at probe timePeter Ujfalusi
2013-02-14mfd: twl-core: Do not create dummy pdata when booted with DTPeter Ujfalusi
2013-02-14mfd: twl-core: Do not try to call legacy mfd add_children() when booted with DTPeter Ujfalusi
2013-02-14mfd: twl-core: Allocate twl_modules dynamicallyPeter Ujfalusi
2013-02-14mfd: twl-core: Use the lookup table to find the correct subchip for the modulesPeter Ujfalusi
2013-02-14mfd: twl-core: No need to check for invalid subchip IDPeter Ujfalusi