From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Thu, 20 Jun 2013 13:07:59 +0900 Subject: [U-Boot] [PATCH V3 0/3] Introduce Samsung's new board Trats2 In-Reply-To: <51C005A8.3070009@samsung.com> References: <1369383791-21795-1-git-send-email-p.wilczek@samsung.com> <51C005A8.3070009@samsung.com> Message-ID: <51C2801F.4060303@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 Tested-by: Jaehoon Chung Best Regards, Jaehoon Chung On 06/18/2013 04:00 PM, Jaehoon Chung wrote: > Hi Piotr, > > I tested your patches on trats2 board. > I found the below log message..If i missed some patch, let me know. > > Board PMIC init > Can't find PMIC:MAX77686_PMIC > > What's this log? > > Best Regards, > Jaehoon Chung > > On 05/24/2013 05:23 PM, Piotr Wilczek wrote: >> This patchset add support for a new Samsung board Trats2. >> Multi I2C file is update to support more buses. >> Battery support is added for Trats2. >> >> This patchset depends on: >> http://patchwork.ozlabs.org/patch/246101/ >> http://patchwork.ozlabs.org/patch/246100/ >> http://patchwork.ozlabs.org/patch/245311/ >> http://patchwork.ozlabs.org/patch/245307/ >> http://patchwork.ozlabs.org/patch/245306/ >> >> Changes in v3: >> - add Maintainer entry >> - changed T-flash detect pin to GPX3[3] >> - removed MMC_ASYNC >> - use only software i2c >> >> Changes in v2: >> - removed lcd callback in panel_info >> - changed i2c from hardware to software >> - use max77693 multifunction pmic >> >> Piotr Wilczek (3): >> power:battery: add battery support for Trats2 board >> i2c:multi_i2c: add new macros I2C_7 and I2C_8 >> samsung: trats2: add support for new board Trats2 >> >> MAINTAINERS | 4 + >> board/samsung/common/multi_i2c.c | 33 +++ >> board/samsung/trats2/Makefile | 50 ++++ >> board/samsung/trats2/trats2.c | 529 ++++++++++++++++++++++++++++++++++++ >> boards.cfg | 1 + >> drivers/power/battery/Makefile | 1 + >> drivers/power/battery/bat_trats2.c | 81 ++++++ >> include/configs/trats2.h | 326 ++++++++++++++++++++++ >> 8 files changed, 1025 insertions(+) >> create mode 100644 board/samsung/trats2/Makefile >> create mode 100644 board/samsung/trats2/trats2.c >> create mode 100644 drivers/power/battery/bat_trats2.c >> create mode 100644 include/configs/trats2.h >> > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >