summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2019-08-27stpmic1: simplify stpmic1_sysreset_requestPatrick Delaunay1-8/+1
2019-08-27pmu: stpmic1: change specific NVM api to MISCPatrick Delaunay1-42/+56
2019-08-19sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko1-0/+1
2019-08-12power: domain: ti-sci-power-domain: Add device ID info to get/set_device failureNishanth Menon1-4/+4
2019-07-28Merge branch '2019-07-26-ti-imports'Tom Rini1-1/+30
2019-07-27power: domain: ti_sci_power_domains: Add support for exclusive and shared accessLokesh Vutla1-1/+30
2019-07-19regulator: bd718x7: support ROHM BD71837 and BD71847 PMICsMatti Vaittinen4-5/+513
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 Rini3-4/+10
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-13power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565Keerthy1-0/+21
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-07-12pmic: stpmic1: add support for SYSRESET_POWER_OFFPatrick Delaunay1-3/+8
2019-06-11regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-bootMatti Vaittinen3-0/+97
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 Rini8-775/+942
2019-04-12stpmic1: add NVM update support in fuse commandPatrick Delaunay1-0/+114
2019-04-12pmic: stpmu1: add power switch off supportPatrick Delaunay1-0/+46
2019-04-12stpmic1: update register namesPatrick Delaunay1-57/+57
2019-04-12power: rename stpmu1 to official name stpmic1Patrick Delaunay6-292/+298
2019-04-12power: stpmu1: rename files to stpmic1Patrick Delaunay4-4/+4
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-14Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2-3/+59
2019-03-11power: regulator: s2mps11: Add enable delayKrzysztof Kozlowski1-1/+10
2019-03-11regulator: Add support for ramp delayKrzysztof Kozlowski1-2/+45
2019-03-11power: regulator: s2mps11: Fix step for LDO27 and LDO35Krzysztof Kozlowski1-0/+4
2019-03-08power: axp818: Fix typo in axp_set_dldoOndrej Jirman1-1/+1
2019-02-09power: regulator: Introduce regulator_set_enable_if_allowed apiLokesh Vutla1-0/+11
2019-02-09Revert "power: regulator: Return success on attempt to disable an always-on r...Lokesh Vutla1-1/+1
2019-02-01regulator: pbias: Handle extended drain IO when changing omap36 PBIASAdam Ford1-2/+47
2019-01-31power: domain: meson-gx-pwrc-vpu: add missing dependsMaxime Jourdan1-1/+1
2019-01-03power: regulator: Allow PWM regulator to be omitted from SPL.Christoph Muellner2-1/+8
2018-12-27power: regulator: Return success on attempt to disable an always-on regulatorLokesh Vutla1-1/+1
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini6-0/+336
2018-12-10power: add FAN53555 family supportPhilipp Tomsich6-0/+336
2018-12-10power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot7-10/+317
2018-12-07power: axp209: Limit inrush current for broken boardsOlliver Schinagl2-0/+32
2018-12-07power: axp209: Add support for voltage rate control on LDO3Olliver Schinagl2-0/+58
2018-12-07power: axp209: Reduce magic values by adding defines for LDO[234]Olliver Schinagl1-7/+7
2018-12-07power: axp209: Define the chip version maskOlliver Schinagl1-4/+1
2018-12-05power: regulator: denied disable on always-on regulatorPatrick Delaunay1-0/+5
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass1-1/+1
2018-11-29power: pmic: Correct debug/error outputSimon Glass18-55/+56
2018-11-29power domain: MediaTek: add power domain driver for MT7623 SoCRyder Lee1-0/+80
2018-11-29power domain: MediaTek: add power domain driver for MT7629 SoCRyder Lee3-0/+334
2018-11-01power: spl: add SPL_DM_REGULATOR_GPIO in KconfigLokesh Vutla1-1/+8