Age | Commit message (Expand) | Author |
2024-07-04 | mfd: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König |
2023-06-15 | mfd: Switch i2c drivers back to use .probe() | Uwe Kleine-König |
2023-06-15 | mfd: Remove redundant dev_set_drvdata() from I2C drivers | Guiting Shen |
2022-12-07 | mfd: aat2870: Remove #ifdef guards for PM related functions | Paul Cercueil |
2022-12-07 | mfd: aat2870-core: Convert to i2c's .probe_new() | Uwe Kleine-König |
2020-03-30 | mfd: aat2870: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai |
2019-08-01 | mfd: aat2870: no need to check return value of debugfs_create functions | Greg Kroah-Hartman |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner |
2019-02-01 | mfd: aat2870-core: Make it explicitly non-modular | Paul Gortmaker |
2016-01-14 | mfd: aat2870-core: Remove unnecessary 'out of memory' message | Lee Jones |
2015-08-11 | mfd: Drop owner assignment from i2c_drivers | Krzysztof Kozlowski |
2014-07-09 | mfd: aat2870-core: Stop using obsolte simple_strtoul() | Lee Jones |
2013-10-23 | mfd: aat2870: Fix sparse error | Sachin Kamat |
2013-07-31 | mfd: Use dev_get_platdata() | Jingoo Han |
2013-06-13 | mfd: Replace strict_strtoul() with kstrtoul() in ab* and att* | Jingoo Han |
2013-04-08 | mfd: aat2870: Use use devm_*() functions | Jingoo Han |
2012-09-15 | mfd: core: Push irqdomain mapping out into devices | Mark Brown |
2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd |
2012-01-09 | mfd: Convert aat2870 to dev_pm_ops | Mark Brown |
2012-01-09 | mfd: Constify aat2870-core i2c_device_id table | Axel Lin |
2012-01-09 | mfd: Use gpio_request_one from aat2870-core | Axel Lin |
2011-10-24 | mfd: Fix aat2870 build failure for x86_64 | Jin Park |
2011-07-31 | mfd: Add AAT2870 mfd driver | Jin Park |