From mboxrd@z Thu Jan 1 00:00:00 1970 From: Piotr Wilczek Date: Mon, 25 Mar 2013 10:58:45 +0100 Subject: [U-Boot] [PATCH 0/2] Introduce Samsung's new board Trats2 Message-ID: <1364205527-14750-1-git-send-email-p.wilczek@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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