All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] sunxi: power: axp818: Support ALDO/DLDO/ELDOs
@ 2016-01-12  6:42 Chen-Yu Tsai
  2016-01-12  6:42 ` [U-Boot] [PATCH 1/5] power: axp818: Remove duplicate register definition macros Chen-Yu Tsai
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Chen-Yu Tsai @ 2016-01-12  6:42 UTC (permalink / raw)
  To: u-boot

Hi everyone,

This series adds proper support for ALDO/DLDO/ELDOs on AXP818. FLDOs
aren't covered yet, though the hardware defaults should work nicely
with sane hardware. ALDO functions aren't consolidated or cleaned up
either.

Patch 1 cleans up the axp818 header.

Patch 2 merges the separate axp221 dldo functions into 1.

Patch 3 adds support for axp818's dldos and eldos.

Patch 4 drops the LDO voltages from h8_homlet_v2_defconfig. These
match the defaults.

Patch 5 adds support for axp818's aldos.


Regards
ChenYu


Chen-Yu Tsai (5):
  power: axp818: Remove duplicate register definition macros
  power: axp: merge separate DLDO functions into 1
  power: axp818: Add support for DLDO and ELDO regulators
  sunxi: h8_homlet_v2: Drop LDO settings from defconfig
  sunxi: power: axp818: Enable support for ALDOs

 board/sunxi/board.c            | 16 ++++----
 configs/h8_homlet_v2_defconfig |  3 --
 drivers/power/Kconfig          | 25 +++++++-----
 drivers/power/axp221.c         | 88 ++++++++++--------------------------------
 drivers/power/axp818.c         | 81 ++++++++++++++++++++++++++++++++++++++
 include/axp818.h               |  8 ----
 include/axp_pmic.h             |  5 +--
 7 files changed, 125 insertions(+), 101 deletions(-)

-- 
2.6.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-01-22 14:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12  6:42 [U-Boot] [PATCH 0/5] sunxi: power: axp818: Support ALDO/DLDO/ELDOs Chen-Yu Tsai
2016-01-12  6:42 ` [U-Boot] [PATCH 1/5] power: axp818: Remove duplicate register definition macros Chen-Yu Tsai
2016-01-15  3:21   ` Vishnu Patekar
2016-01-12  6:42 ` [U-Boot] [PATCH 2/5] power: axp: merge separate DLDO functions into 1 Chen-Yu Tsai
2016-01-12  6:42 ` [U-Boot] [PATCH 3/5] power: axp818: Add support for DLDO and ELDO regulators Chen-Yu Tsai
2016-01-12  6:42 ` [U-Boot] [PATCH 4/5] sunxi: h8_homlet_v2: Drop LDO settings from defconfig Chen-Yu Tsai
2016-01-12  6:42 ` [U-Boot] [PATCH 5/5] sunxi: power: axp818: Enable support for ALDOs Chen-Yu Tsai
2016-01-22 14:10 ` [U-Boot] [linux-sunxi] [PATCH 0/5] sunxi: power: axp818: Support ALDO/DLDO/ELDOs Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.