summaryrefslogtreecommitdiff
path: root/drivers/power/axp221.c
Commit message (Expand)AuthorAgeLines
* power: axp221: Remove switch case to simplify axp_set_eldoChen-Yu Tsai2016-05-25-20/+7
* power: axp: merge separate DLDO functions into 1Chen-Yu Tsai2016-01-26-68/+20
* sunxi: Implement poweroff support for axp221 pmicHans de Goede2016-01-26-0/+12
* sunxi: power: Drop protection against multiple calls from axp221 axp_init()Hans de Goede2015-10-20-6/+0
* sunxi: power: Unify axp pmic function namesHans de Goede2015-10-20-18/+17
* sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede2015-05-04-64/+0
* sunxi: axp: Move axp pmic register helpers to a separate fileHans de Goede2015-05-04-119/+53
* sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede2015-05-04-5/+5
* sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detectHans de Goede2015-04-15-1/+1
* power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski2015-04-15-31/+44
* sunxi: axp221: Add VBUS detection supportChen-Yu Tsai2015-03-10-0/+16
* sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()Hans de Goede2015-02-02-3/+1
* sunxi: axp221: Add ELDO[1-3] supportSiarhei Siamashka2015-01-22-0/+33
* sunxi: axp221: Add support for controlling the drivebus pinHans de Goede2015-01-14-0/+36
* sunxi: axp221: Protect axp221_init against multiple callsHans de Goede2015-01-14-0/+6
* sunxi: axp221: Explicitly turn off unused voltagesHans de Goede2015-01-14-6/+96
* sunxi: axp221: Add axp223 supportHans de Goede2015-01-14-21/+67
* sun6i: axp221: Add axp221_get_sid functionHans de Goede2015-01-14-0/+27
* sun6i: Add basic axp221 driverOliver Schinagl2014-11-13-0/+186