Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
19449366c8861cfb3a587c09971bce3102de7aac
/
drivers
/
power
4997f6e
power: pmic: add the max8997 controller for DM
by Jaehoon Chung
· 8 years ago
2e97146
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
c89f7ce
regulator: palmas: Fix smps6 - smps9 indices
by Keerthy
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
b86c4d0
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
6d6e5ee
pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic
by Hou Zhiqiang
· 8 years ago
2cfca56
power_i2c.c: Fix unused variable warning
by Tom Rini
· 8 years ago
10e80f3
power: change from meaningless value to error number
by Jaehoon Chung
· 8 years ago
dd242ab
regulator: fixed: Add support to handle enable-active-high DT property
by Vignesh R
· 8 years ago
42b5d88
power: pmic: add the max8998 controller for DM
by Jaehoon Chung
· 8 years ago
d999d05
ARM: OMAP4+: Add support for getting pbias info from board
by Lokesh Vutla
· 8 years ago
813fe9d
ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX
by Nishanth Menon
· 8 years ago
ce152be
power: regulator: Add limits checking while setting current
by Keerthy
· 8 years ago
c6e6669
power: regulator: Add limits checking while setting voltage
by Keerthy
· 8 years ago
162c02e
power: regulator: Introduce regulator_set_value_force function
by Keerthy
· 8 years ago
8bc958a
power: twl6030: fix code refactoring
by Nicolae Rosia
· 8 years ago
499c29e
libfdt: Sync fdt_for_each_subnode() with upstream
by Simon Glass
· 8 years ago
65dfbe6
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
947d928
power: regulator: lp873x: Add regulator support
by Keerthy
· 8 years ago
662797b
power: pmic: lp873x: Add the base pmic support
by Keerthy
· 8 years ago
ffed0ea
power: regulator: palmas: Add regulator support
by Keerthy
· 8 years ago
f0df1b1
power: pmic: Palmas: Add the base pmic support
by Keerthy
· 8 years ago
17b3fe7
power: regulator: Add support for gpio regulators
by Keerthy
· 8 years ago
4c41ee4
regulator: fixed: honour optionality of enable gpio
by Marcel Ziswiler
· 8 years ago
b084ddd
power: pmic: add Ricoh RN5T567 PMIC support
by Stefan Agner
· 8 years ago
8bbe1cc
power: regulator: add pwm regulator
by Kever Yang
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
30fe357
drivers: squash lines for immediate return
by Masahiro Yamada
· 8 years ago
af7f67c
sunxi: axp2xx: disable ldoio0/1 at boot
by Hans de Goede
· 8 years ago
a531aa5
regulator: fixed: obey startup delay
by John Keeping
· 8 years ago
402a0fa
power domain: add Tegra186 driver
by Stephen Warren
· 8 years ago
5cd3727
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
f7f311d
power: pmic: act8846: add missing newline to debug statements
by John Keeping
· 8 years ago
bfea23a
power: regulator: act8846: fix reading values
by John Keeping
· 8 years ago
78cd22a
kconfig: use bool instead of boolean for type definition attributes
by Masahiro Yamada
· 8 years ago
92c67fa
Add a power domain framework/uclass
by Stephen Warren
· 8 years ago
1823034
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
09128c5
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
f1e66e7
sunxi: power: add AXP809 support
by Chen-Yu Tsai
· 9 years ago
45f192c
sunxi: Implement poweroff support for axp818 pmic
by Chen-Yu Tsai
· 9 years ago
0e3efd3
sunxi: power: axp818: Add support for switch SW
by Chen-Yu Tsai
· 9 years ago
7096534
power: axp818: Fix typo for fldo2 Kconfig description
by Chen-Yu Tsai
· 9 years ago
c80376c
power: axp221: Remove switch case to simplify axp_set_eldo
by Chen-Yu Tsai
· 9 years ago
96504b6
drivers/power/pmic/pm8916.c: Make usid be uint32_t
by Tom Rini
· 9 years ago
0be548f
pmic: Add support for Qualcomm PM8916 PMIC
by Mateusz Kulikowski
· 9 years ago
26c50fb
sunxi: Add support for Allwinner A64 SoCs
by Siarhei Siamashka
· 9 years ago
d028fba
power: axp818: Add support for FLDOs
by Chen-Yu Tsai
· 9 years ago
f5932a1
power: axp818: Fix DCDC5 default voltage
by Chen-Yu Tsai
· 9 years ago
c76b97a
power: twl6030: Power off support
by Paul Kocialkowski
· 9 years ago
b052c4b
power: twl6030: Remove ifdef around the code
by Paul Kocialkowski
· 9 years ago
e1545d9
power: twl6030: Clear VUSB_IN_PMID bit on USB device setup
by Paul Kocialkowski
· 9 years ago
3f3b12b
power: twl6030: Configure VUSB voltage on USB device setup
by Paul Kocialkowski
· 9 years ago
b649748
power: twl6030: Device-index-specific MMC power initialization
by Paul Kocialkowski
· 9 years ago
1db349f
power: twl6030: Enable VAUX1 for eMMC power, depending on BOOT2 value
by Paul Kocialkowski
· 9 years ago
b8421a7
power: twl6030: Some more explicit registers and values definitions
by Paul Kocialkowski
· 9 years ago
c7298e7
dm: Use uclass_first_device_err() where it is useful
by Simon Glass
· 9 years ago
a5c71ff
pmic: tps65218: add useful functions and defines
by Nikita Kiryanov
· 9 years ago
3f3a309
sunxi: power: add support for sy8106a driver
by Jelle van der Waa
· 9 years ago
c05aa39
sunxi: power: axp818: Enable support for ALDOs
by Chen-Yu Tsai
· 9 years ago
265015b
power: axp818: Add support for DLDO and ELDO regulators
by Chen-Yu Tsai
· 9 years ago
2e6911f
power: axp: merge separate DLDO functions into 1
by Chen-Yu Tsai
· 9 years ago
6391f0e
sunxi: Implement poweroff support for axp221 pmic
by Hans de Goede
· 9 years ago
8fb31fe
sunxi: Implement poweroff support for axp209 pmic
by Michael van Slingerland
· 9 years ago
d728da1
sunxi: Implement poweroff support for axp152 pmic
by Hans de Goede
· 9 years ago
d6eddad
dm: power: Allow regulators to not implement all operations
by Simon Glass
· 9 years ago
46ad8cb
dm: power: Tidy up debugging output and return values
by Simon Glass
· 9 years ago
c8db7b4
dm: power: Allow regulators to be omitted from SPL
by Simon Glass
· 9 years ago
adecfef
power: Add support for RK808 regulators
by Simon Glass
· 9 years ago
a8bd2ac
power: Add base support for the RK808 PMIC
by Simon Glass
· 9 years ago
e6cf0aa
power: regulator: max77686: Don't use switch() on bools
by Tom Rini
· 9 years ago
91bce9c
sunxi: power: axp818: add support for axp818 driver
by vishnupatekar
· 9 years ago
f977072
sunxi: Add basic H3 support
by Jens Kuske
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
c900103
dm: regulator: add function device_get_supply_regulator()
by Przemyslaw Marczak
· 9 years ago
9181512
dm: pmic: add s2mps11 PMIC I/O driver
by Przemyslaw Marczak
· 9 years ago
a8c8491
sunxi: power: Change axp209 LDO3 and LDO4 default to disabled
by Hans de Goede
· 9 years ago
84a8b79
sunxi: power: Add support for disabling axp209 regulators
by Hans de Goede
· 9 years ago
5dc30b4
sunxi: power: Drop protection against multiple calls from axp221 axp_init()
by Hans de Goede
· 9 years ago
aa1d512
sunxi: power: Use pmic_bus functions for axp152 / axp209 driver
by Hans de Goede
· 9 years ago
f4da4c9
sunxi: power: Change A23/A33 aldo1 default voltage to 3.0V
by Hans de Goede
· 9 years ago
cf96e3f
sunxi: power: Change A23/A33 VDD-SYS default from 1.2V to 1.1V
by Hans de Goede
· 9 years ago
d9ee84b
sunxi: power: Unify axp pmic function names
by Hans de Goede
· 9 years ago
04bfd41
sunxi: power: Make all voltages configurable through Kconfig
by Hans de Goede
· 9 years ago
70ce2c8
sunxi: Kconfig-ify CONFIG_AXP152_POWER and _AXP209_POWER
by Hans de Goede
· 9 years ago
e2cb6c5
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
d102cf6
power: regulator: Add a driver for ACT8846 regulators
by Simon Glass
· 9 years ago
b08ce89
power: Add support for ACT8846 PMIC
by Simon Glass
· 9 years ago
9072cb2
power: pmic: add pfuze3000 support
by Adrian Alonso
· 9 years ago
c6c47c2
sunxi: axp221: Allow specifying dcdc2 voltage via Kconfig
by Hans de Goede
· 9 years ago
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
6f4f6d2
Add missing part of: "power: pmic: pfuze100 support driver model"
by Peng Fan
· 9 years ago
a2af734
pmic: pmic_hi6553: Add a driver for the hi6553 pmic found on hikey board.
by Peter Griffin
· 9 years ago
8264e14
power: twl4030: Power off support
by Paul Kocialkowski
· 9 years ago
7fc93c4
dm: pmic: max77686: Correct two typos in a comment
by Simon Glass
· 9 years ago
e4cbfa6
power: regulator: max77686 correct variable type
by Peng Fan
· 9 years ago
54ee6a4
power: regulator: add pfuze100 support
by Peng Fan
· 9 years ago
c57f4e1
power: pmic: pfuze100 support driver model
by Peng Fan
· 9 years ago
cd672d4
power: regulator use node name when no regulator-name
by Peng Fan
· 9 years ago
50bcd1d
power: Remove old TPS65090 drivers
by Simon Glass
· 9 years ago
f55c951
dm: power: Don't return an error when regulators are not autoset
by Simon Glass
· 9 years ago
Next »