aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/bcm590xx.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23mfd: bcm590xx: Convert to use maple tree register cacheBo Liu1-2/+2
2023-08-18mfd: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-15mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-12-07mfd: bcm590xx: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2020-11-27mfd: bcm590xx: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2019-08-12mfd: bcm590xx: Convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2016-11-29mfd: bcm590xx: Simplify a testChristophe JAILLET1-1/+1
2016-04-19mfd: bcm590xx: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan1-9/+2
2015-10-26mfd: bcm590xx: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-06-06Merge tag 'mfd-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+8
2014-06-03mfd: bcm590xx: Fix modalias prefixAxel Lin1-1/+1
2014-06-03mfd: bcm590xx: Add missing remove functionAxel Lin1-0/+7
2014-05-21mfd: bcm590xx: Add support for secondary I2C slave addressMatt Porter1-14/+46
2014-03-19mfd: bcm590xx: Fix type argument for module device tableAxel Lin1-1/+1
2014-03-19mfd: Add bcm590xx pmu driverMatt Porter1-0/+93