[U-Boot] [PATCH 0/4] ventana: Add LTC3676 PMIC support

Tim Harvey tharvey at gateworks.com
Wed Apr 23 06:53:55 CEST 2014


The Gateworks Ventana boards share much in common, but there are two differing
PMIC's used on them. This patch series adds a new PMIC driver for the LTC3676
and supports them both within the common board support file.

Signed-off-By: Tim Harvey <tharvey at gateworks.com>

Tim Harvey (4):
  power: make pfuze100 be able to coexist with other pmics
  ventana: use non-generic pfuze100 init
  power: Add support for LTC3676 PMIC
  ventana: Add support for the LTC3676 PMIC

 board/gateworks/gw_ventana/gw_ventana.c | 78 ++++++++++++++++++++++++---------
 drivers/power/pmic/Makefile             |  1 +
 drivers/power/pmic/pmic_ltc3676.c       | 32 ++++++++++++++
 drivers/power/pmic/pmic_pfuze100.c      |  2 +-
 include/configs/gw_ventana.h            |  2 +
 include/power/ltc3676_pmic.h            | 51 +++++++++++++++++++++
 include/power/pfuze100_pmic.h           |  1 +
 7 files changed, 145 insertions(+), 22 deletions(-)
 create mode 100644 drivers/power/pmic/pmic_ltc3676.c
 create mode 100644 include/power/ltc3676_pmic.h

-- 
1.8.3.2



More information about the U-Boot mailing list