[U-Boot] [PATCH V6 0/3] Introduce Samsung's new board Trats2
Minkyu Kang
mk7.kang at samsung.com
Wed Sep 25 04:18:07 CEST 2013
On 20/09/13 22:01, Piotr Wilczek wrote:
> This patchset add support for a new Samsung board Trats2.
> Multi i2c file is updated for third soft I2C adapter for Trats2 board
> Battery support is added for Trats2.
>
> This patchset depends on:
> http://patchwork.ozlabs.org/patch/245307/
>
> Changes in v6:
> - fixed build issue for other board.
>
> Changes in v5:
> - updated Maintainer entry
> - removed direct access to registers
> - in board_mmc_init error is return only if both mmc card init fails
>
> Changes in v4:
> - rebased on the latest tree
> - modified default boot envs
>
> 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
> samsung:common:i2c: add definions for third soft I2C adapter for
> Trats2 board
> samsung: trats2: add support for new board Trats2
>
> board/samsung/common/multi_i2c.c | 12 +
> board/samsung/trats2/Makefile | 34 +++
> board/samsung/trats2/trats2.c | 513 ++++++++++++++++++++++++++++++++++++
> boards.cfg | 1 +
> drivers/power/battery/Makefile | 1 +
> drivers/power/battery/bat_trats2.c | 65 +++++
> include/configs/trats2.h | 311 ++++++++++++++++++++++
> 7 files changed, 937 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
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list