Age | Commit message (Expand) | Author | Files | Lines |
2021-06-02 | mfd: twl-core: Fix incorrect function name twl_regcache_bypass() | Lee Jones | 1 | -1/+1 |
2019-08-12 | mfd: twl-core: Convert to i2c_new_dummy_device | Wolfram Sang | 1 | -3/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2019-04-02 | mfd: twl-core: Disable IRQ while suspended | Andreas Kemnade | 1 | -0/+23 |
2019-01-03 | mfd: twl-core: Fix section annotations on {,un}protect_pm_master | Nathan Chancellor | 1 | -2/+2 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -2/+3 |
2018-05-16 | mfd: twl-core: Fix clock initialization | Peter Ujfalusi | 1 | -1/+1 |
2017-09-05 | mfd: twl-core: Improve the documentation | Dan Carpenter | 1 | -2/+2 |
2017-09-04 | mfd: twl: Move header file out of I2C realm | Wolfram Sang | 1 | -3/+3 |
2016-10-04 | mfd: twl-core: Make it explicitly non-modular | Paul Gortmaker | 1 | -8/+1 |
2016-06-29 | mfd: twl-core: Refactoring for add_numbered_child() | Markus Elfring | 1 | -10/+11 |
2016-06-29 | mfd: twl-core: Return directly after a failed platform_device_alloc() in add_... | Markus Elfring | 1 | -5/+2 |
2015-08-05 | twl4030_charger: use runtime_pm to keep usb phy active while charging. | NeilBrown | 1 | -5/+4 |
2015-01-22 | mfd: twl-core: Constify struct regmap_config and reg_default array | Krzysztof Kozlowski | 1 | -4/+4 |
2014-05-07 | Merge tag 'ib-mfd-omap-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Tony Lindgren | 1 | -0/+15 |
2014-04-23 | mfd: twl-core: Fix idle mode signaling for omaps when booted with device tree | Tony Lindgren | 1 | -0/+15 |
2014-03-19 | mfd: twl-core: Fix accessibility of some twl4030 audio registers | Tomas Novotny | 1 | -5/+5 |
2014-01-21 | Merge tag 'ib-asoc-3.14.2' into for-mfd-next | Lee Jones | 1 | -27/+163 |
2014-01-21 | mfd: twl-core: Fix passing of platform data in the device tree case | Tony Lindgren | 1 | -3/+12 |
2014-01-21 | mfd: twl-core: Clean up module by removing twl603x pdata handling | Ruslan Ruslichenko | 1 | -198/+0 |
2014-01-08 | mfd: twl-core: Enable regcache for audio registers | Peter Ujfalusi | 1 | -0/+111 |
2014-01-08 | mfd: twl-core: API to set the regcache bypass for a given regmap in twl | Peter Ujfalusi | 1 | -0/+21 |
2014-01-08 | mfd: twl-core: Simplify IO wrapper functions by moving common code out | Peter Ujfalusi | 1 | -27/+31 |
2013-07-31 | mfd: Use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-06-20 | mfd: twl-core: Change TWL6025 references to TWL6032 | Graeme Gregory | 1 | -23/+23 |
2013-06-19 | mfd: twl4030-power: Split from twl-core into a dedicated module | Florian Vaussard | 1 | -4/+8 |
2013-06-11 | mfd: twl-core: Convert to module_i2c_driver() | Grygorii Strashko | 1 | -11/+1 |
2013-02-14 | mfd: twl-core: Fix kernel panic on boot | Jon Hunter | 1 | -8/+8 |
2013-02-14 | mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline function | Peter Ujfalusi | 1 | -28/+0 |
2013-02-14 | mfd: twl-core: Remove no longer valid comment regarding to write buffer size | Peter Ujfalusi | 1 | -3/+0 |
2013-02-14 | mfd: twl-core: Collect global variables behind one private structure (global) | Peter Ujfalusi | 1 | -47/+57 |
2013-02-14 | mfd: twl-core: Move 'inuse' check early at probe time | Peter Ujfalusi | 1 | -6/+6 |
2013-02-14 | mfd: twl-core: Do not create dummy pdata when booted with DT | Peter Ujfalusi | 1 | -24/+7 |
2013-02-14 | mfd: twl-core: Do not try to call legacy mfd add_children() when booted with DT | Peter Ujfalusi | 1 | -2/+1 |
2013-02-14 | mfd: twl-core: Allocate twl_modules dynamically | Peter Ujfalusi | 1 | -10/+21 |
2013-02-14 | mfd: twl-core: Use the lookup table to find the correct subchip for the modules | Peter Ujfalusi | 1 | -29/+27 |
2013-02-14 | mfd: twl-core: No need to check for invalid subchip ID | Peter Ujfalusi | 1 | -11/+2 |
2013-02-14 | mfd: twl-core: Clean up module id lookup and definitions | Peter Ujfalusi | 1 | -54/+51 |
2012-12-17 | Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 1 | -109/+118 |
2012-12-12 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2012-11-29 | mfd: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-21 | mfd: twl-core: Change TWL4030_MODULE_* ids to TWL_MODULE_* | Peter Ujfalusi | 1 | -8/+6 |
2012-11-21 | mfd: twl-core: re-group the twl_mapping table for easier reading | Peter Ujfalusi | 1 | -4/+5 |
2012-11-21 | mfd: twl: Convert module id definitions to enums | Peter Ujfalusi | 1 | -6/+3 |
2012-11-21 | mfd: twl-core: Clean up and correct child registration | Peter Ujfalusi | 1 | -15/+12 |
2012-11-21 | mfd/rtc/gpio: twl: No need to allocate bigger buffer for write | Peter Ujfalusi | 1 | -7/+2 |
2012-11-21 | mfd: twl-core: Convert to use regmap for I/O | Peter Ujfalusi | 1 | -67/+80 |
2012-11-21 | mfd: twl-core: Support for proper PWM drivers | Peter Ujfalusi | 1 | -2/+9 |
2012-11-21 | mfd: twl-core: Register twl4030-madc child only for twl4030 class | Peter Ujfalusi | 1 | -1/+2 |
2012-11-20 | mfd: twl-core: Fix chip ID for the twl6030-pwm module | Peter Ujfalusi | 1 | -1/+1 |