aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/bcm590xx-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-02regulator: bcm590xx: Convert to use simplified DT parsingGravatar Axel Lin 1-103/+2
2019-01-07regulator: bcm590xx: Fix .enable_reg for BCM590XX_REG_VSRGravatar Axel Lin 1-0/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+4
2017-01-31regulator: bcm590xx-regulator: constify regulator_ops structureGravatar Bhumika Goyal 1-3/+3
2015-09-14regulator: bcm590xx: Remove unneeded semicolonGravatar Javier Martinez Canillas 1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-07regulator: bcm590xx: Remove unused **info field from struct bcm590xx_regGravatar Axel Lin 1-8/+0
2014-08-05Merge remote-tracking branches 'regulator/topic/88pm800', 'regulator/topic/ab...Gravatar Mark Brown 1-12/+4
2014-06-22regulator: bcm590xx: fix vbus nameGravatar Graham Williams 1-0/+5
2014-06-06regulator: bcm590xx: remove unnecessary OOM messagesGravatar Jingoo Han 1-12/+4
2014-05-21regulator: bcm590xx: Add support for regulators on secondary I2C slaveGravatar Matt Porter 1-10/+82
2014-04-10regulator: bcm590xx: Set n_voltages for linear regGravatar Tim Kryger 1-0/+1
2014-03-21regulator: bcm590xx: Remove **rdev from struct bcm590xx_regGravatar Axel Lin 1-10/+0
2014-03-21regulator: bcm590xx: Make the modalias matches the driver nameGravatar Axel Lin 1-1/+1
2014-03-11regulator: add bcm590xx regulator driverGravatar Matt Porter 1-0/+413