summaryrefslogtreecommitdiff
path: root/drivers/power/regulator
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass7-33/+33
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass24-155/+155
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass12-16/+16
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-1/+1
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-10-23power: regulator: gpio-regulator: Convert to use APIs which support live DTPatrick Delaunay1-9/+13
2020-10-23power: regulator: gpio-regulator: protect count valuePatrick Delaunay1-2/+3
2020-08-04power: Tidy up inclusion of regulator_common.hSimon Glass4-5/+7
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-07-07power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier1-2/+14
2020-06-15regulator: fix: enable gpio when requestedMark Kettenis2-3/+2
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass4-0/+4
2020-05-19common: Drop linux/delay.h from common headerSimon Glass7-0/+7
2020-05-19common: Drop log.h from common headerSimon Glass15-0/+15
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini4-0/+4
2020-02-11regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski2-5/+3
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+3
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-28power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey3-0/+409
2020-01-20power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missi...Keerthy1-2/+2
2020-01-07power: regulator: support off-on-delay-usPeng Fan1-0/+4
2019-11-23power: fan53555: fix fan53555_regulator_set_valueVasily Khoruzhick1-1/+1
2019-11-23power: fan53555: add support for Silergy SYR82X and SYR83XVasily Khoruzhick1-12/+33
2019-11-11Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-85/+924
2019-11-10power: pmic: rk809: support rk809 pmicJoseph Chen1-0/+69
2019-11-10power: pmic: rk817: support rk817 pmicJoseph Chen1-4/+185
2019-11-10power: pmic: rk805: support rk805 pmicElaine Zhang1-0/+17
2019-11-10power: pmic: rk816: support rk816 pmicElaine Zhang1-5/+124
2019-11-10power: regulator: rk8xx: update the driver for rk808 and rk818Elaine Zhang1-82/+465
2019-11-10dm: regulator: support regulator more stateJoseph Chen1-0/+70
2019-11-08power: regulator: tps65941: add regulator supportKeerthy3-0/+418
2019-11-08power: regulator: tps6236x: add support for tps6236x regulatorsTero Kristo3-0/+134
2019-10-11regulator: fixed: Modify enable-active-high behaviorPatrice Chotard1-1/+6
2019-07-19regulator: bd718x7: support ROHM BD71837 and BD71847 PMICsMatti Vaittinen3-0/+486
2019-07-18regulator: Allow enabling GPIO regulatorSven Schwermer2-1/+19
2019-07-18regulator: Factor out common enable codeSven Schwermer5-69/+124
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2-1/+2
2019-07-13regulator: Allow autosetting fixed regulatorsSven Schwermer1-0/+3
2019-07-13power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp8...Keerthy1-0/+26
2019-07-12power: stpmic1: Fix warnings when compiling with W=1Patrick Delaunay1-0/+1
2019-07-12power: regulator: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-06-11power: pfuze100: Fix off by one error in voltage table handlingTrent Piepho1-2/+2
2019-04-12Merge tag 'u-boot-stm32-20190412' of https://github.com/patrickdelaunay/u-bootTom Rini4-676/+683
2019-04-12stpmic1: update register namesPatrick Delaunay1-57/+57
2019-04-12power: rename stpmu1 to official name stpmic1Patrick Delaunay3-257/+263
2019-04-12power: stpmu1: rename files to stpmic1Patrick Delaunay2-2/+2
2019-04-12regulator: stpmu1: update buck1 rangePatrick Delaunay1-2/+3
2019-04-12ARM: dts: dra7: Change pbias voltage to 3.3VFaiz Abbas1-1/+1
2019-03-11power: regulator: s2mps11: Add enable delayKrzysztof Kozlowski1-1/+10
2019-03-11regulator: Add support for ramp delayKrzysztof Kozlowski1-2/+45