aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/bcm590xx-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-02regulator: bcm590xx: Convert to use simplified DT parsingAxel Lin1-103/+2
2019-01-07regulator: bcm590xx: Fix .enable_reg for BCM590XX_REG_VSRAxel Lin1-0/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+4
2017-01-31regulator: bcm590xx-regulator: constify regulator_ops structureBhumika Goyal1-3/+3
2015-09-14regulator: bcm590xx: Remove unneeded semicolonJavier Martinez Canillas1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-07regulator: bcm590xx: Remove unused **info field from struct bcm590xx_regAxel Lin1-8/+0
2014-08-05Merge remote-tracking branches 'regulator/topic/88pm800', 'regulator/topic/ab8500', 'regulator/topic/act8865', 'regulator/topic/as3722' and 'regulator/topic/bcm590xx' into regulator-nextMark Brown1-12/+4
2014-06-22regulator: bcm590xx: fix vbus nameGraham Williams1-0/+5
2014-06-06regulator: bcm590xx: remove unnecessary OOM messagesJingoo Han1-12/+4
2014-05-21regulator: bcm590xx: Add support for regulators on secondary I2C slaveMatt Porter1-10/+82
2014-04-10regulator: bcm590xx: Set n_voltages for linear regTim Kryger1-0/+1
2014-03-21regulator: bcm590xx: Remove **rdev from struct bcm590xx_regAxel Lin1-10/+0
2014-03-21regulator: bcm590xx: Make the modalias matches the driver nameAxel Lin1-1/+1
2014-03-11regulator: add bcm590xx regulator driverMatt Porter1-0/+413