summaryrefslogtreecommitdiff
path: root/drivers/power/axp221.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-09-17sunxi: axp2xx: disable ldoio0/1 at bootHans de Goede1-0/+12
2016-05-25power: axp221: Remove switch case to simplify axp_set_eldoChen-Yu Tsai1-20/+7
2016-01-26power: axp: merge separate DLDO functions into 1Chen-Yu Tsai1-68/+20
2016-01-26sunxi: Implement poweroff support for axp221 pmicHans de Goede1-0/+12
2015-10-20sunxi: power: Drop protection against multiple calls from axp221 axp_init()Hans de Goede1-6/+0
2015-10-20sunxi: power: Unify axp pmic function namesHans de Goede1-18/+17
2015-05-04sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede1-64/+0
2015-05-04sunxi: axp: Move axp pmic register helpers to a separate fileHans de Goede1-119/+53
2015-05-04sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede1-5/+5
2015-04-15sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detectHans de Goede1-1/+1
2015-04-15power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski1-31/+44
2015-03-10sunxi: axp221: Add VBUS detection supportChen-Yu Tsai1-0/+16
2015-02-02sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()Hans de Goede1-3/+1
2015-01-22sunxi: axp221: Add ELDO[1-3] supportSiarhei Siamashka1-0/+33
2015-01-14sunxi: axp221: Add support for controlling the drivebus pinHans de Goede1-0/+36
2015-01-14sunxi: axp221: Protect axp221_init against multiple callsHans de Goede1-0/+6
2015-01-14sunxi: axp221: Explicitly turn off unused voltagesHans de Goede1-6/+96
2015-01-14sunxi: axp221: Add axp223 supportHans de Goede1-21/+67
2015-01-14sun6i: axp221: Add axp221_get_sid functionHans de Goede1-0/+27
2014-11-13sun6i: Add basic axp221 driverOliver Schinagl1-0/+186