
25 Mar
2013
25 Mar
'13
10:58 a.m.
This patchset add support for a new Samsung board Trats2
Piotr Wilczek (2): pmic:max77686: add function to set voltage and mode samsung: trats2: add support for new board Trats2
board/samsung/trats2/Makefile | 50 ++++ board/samsung/trats2/trats2.c | 465 ++++++++++++++++++++++++++++++++++++ boards.cfg | 1 + drivers/power/pmic/pmic_max77686.c | 186 +++++++++++++++ include/configs/trats2.h | 291 ++++++++++++++++++++++ include/power/max77686_pmic.h | 11 + 6 files changed, 1004 insertions(+) create mode 100644 board/samsung/trats2/Makefile create mode 100644 board/samsung/trats2/trats2.c create mode 100644 include/configs/trats2.h
--
1.7.9.5