aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/rk808-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-26/+620
2019-06-27regulator: rk808: Add RK809 and RK817 support.Heiko Stuebner1-26/+620
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-02-06regulator: rk808: Convert rk805 buck1/2 to use linear rangeAxel Lin1-43/+12
2019-02-02regulator: rk808: Fix BUCK1/2 voltages on rk805Otavio Salvador1-8/+45
2019-01-28regulator: rk808: Update module description to include RK805Axel Lin1-2/+2
2019-01-28regulator: rk808: Constify regulator_opsAxel Lin1-21/+21
2017-08-21regulator: rk808: Add regulator driver for RK805Elaine Zhang1-0/+130
2017-04-30Merge remote-tracking branches 'regulator/fix/isl9305', 'regulator/fix/rk808' and 'regulator/fix/tps65023' into regulator-linusMark Brown1-1/+1
2017-03-24regulator: rk808: Fix RK818 LDO2Wadim Egorov1-1/+1
2016-10-24regulator: rk808: Use rdev_get_id() to access id of regulatorAxel Lin1-5/+4
2016-10-07Merge tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-7/+136
2016-08-31regulator: rk808: Add regulator driver for RK818Wadim Egorov1-7/+136
2016-08-15regulator: rk808: Delete owner assignmentMarkus Elfring1-2/+1
2016-05-13regulator: rk808: Migrate to regulator core's simplified DT parsing codeWadim Egorov1-171/+79
2016-04-27regulator: rk808: Add rk808_reg_ops_ranges for LDO3Wadim Egorov1-1/+29
2016-04-26regulator: rk808: remove unused rk808_reg_ops_rangesArnd Bergmann1-28/+0
2016-04-25regulator: rk808: remove linear range definitions with a single rangeWadim Egorov1-39/+51
2015-07-21regulator: rk808: make better use of the gpiod APIUwe Kleine-König1-20/+12
2015-07-21regulator: rk808: add #include for gpiod functionsUwe Kleine-König1-0/+1
2015-07-20regulator: rk808: fixed the overshoot when adjust voltageChris Zhong1-12/+207
2015-03-06Merge remote-tracking branches 'regulator/fix/da9210' and 'regulator/fix/rk808' into regulator-linusMark Brown1-0/+8
2015-02-21regulator: rk808: Set the enable time for LDOsDoug Anderson1-0/+8
2015-02-08Merge remote-tracking branches 'regulator/topic/rk808', 'regulator/topic/rpm', 'regulator/topic/rt5033' and 'regulator/topic/tps65023' into regulator-nextMark Brown1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-09regulator: rk808: Fix sparse non static symbol warningsWei Yongjun1-3/+3
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/max77693', 'regulator/topic/max77802', 'regulator/topic/power-off' and 'regulator/topic/rk808' into regulator-nextMark Brown1-3/+54
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20regulator: rk808: Add support setting suspend voltageChris Zhong1-3/+54
2014-10-07regulator: rk808: Fix min_uV for DCDC1 & DCDC2Chris Zhong1-1/+1
2014-09-16regulator: rk808: Add function for ramp delay for buck1/buck2Doug Anderson1-2/+55
2014-09-12regulator: rk808: Fix missing of_node_putAxel Lin1-1/+2
2014-09-12regulator: rk808: Remove unused variablesAxel Lin1-26/+0
2014-09-10regulator: rk808: Remove pdata from the regulatorChris Zhong1-72/+17
2014-09-02regulator: RK808: Add proper input supplies for rk808Doug Anderson1-1/+14
2014-09-02regulator: rk808: Fix n_voltages for DCDC4Axel Lin1-1/+1
2014-08-28regulator: rk808: Fix memory leakAxel Lin1-1/+1
2014-08-27regulator: rk808: remove redundant codeChris Zhong1-13/+4
2014-08-26regulator: RK808: modify for struct rk808 changeChris Zhong1-20/+14
2014-08-21regulator: rk808: Fix uninitialized valueDoug Anderson1-1/+1
2014-08-20regulator: RK808: Add regulator driver for RK808Chris Zhong1-0/+410