aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/aat2870-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30mfd: aat2870: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2019-08-01mfd: aat2870: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2019-02-01mfd: aat2870-core: Make it explicitly non-modularPaul Gortmaker1-37/+3
2016-01-14mfd: aat2870-core: Remove unnecessary 'out of memory' messageLee Jones1-4/+1
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-07-09mfd: aat2870-core: Stop using obsolte simple_strtoul()Lee Jones1-1/+4
2013-10-23mfd: aat2870: Fix sparse errorSachin Kamat1-1/+1
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-13mfd: Replace strict_strtoul() with kstrtoul() in ab* and att*Jingoo Han1-2/+3
2013-04-08mfd: aat2870: Use use devm_*() functionsJingoo Han1-14/+6
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2012-01-09mfd: Convert aat2870 to dev_pm_opsMark Brown1-9/+10
2012-01-09mfd: Constify aat2870-core i2c_device_id tableAxel Lin1-1/+1
2012-01-09mfd: Use gpio_request_one from aat2870-coreAxel Lin1-2/+2
2011-10-24mfd: Fix aat2870 build failure for x86_64Jin Park1-1/+1
2011-07-31mfd: Add AAT2870 mfd driverJin Park1-0/+535