public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3 0/3] Introduce Samsung's new board Trats2
@ 2013-05-24  8:23 Piotr Wilczek
  2013-05-24  8:23 ` [U-Boot] [PATCH V3 1/3] power:battery: add battery support for Trats2 board Piotr Wilczek
                   ` (6 more replies)
  0 siblings, 7 replies; 27+ messages in thread
From: Piotr Wilczek @ 2013-05-24  8:23 UTC (permalink / raw)
  To: u-boot

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

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2013-09-25  2:18 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24  8:23 [U-Boot] [PATCH V3 0/3] Introduce Samsung's new board Trats2 Piotr Wilczek
2013-05-24  8:23 ` [U-Boot] [PATCH V3 1/3] power:battery: add battery support for Trats2 board Piotr Wilczek
2013-05-24  8:23 ` [U-Boot] [PATCH V3 2/3] i2c:multi_i2c: add new macros I2C_7 and I2C_8 Piotr Wilczek
2013-05-24  8:23 ` [U-Boot] [PATCH V3 3/3] samsung: trats2: add support for new board Trats2 Piotr Wilczek
2013-06-18  7:00 ` [U-Boot] [PATCH V3 0/3] Introduce Samsung's " Jaehoon Chung
2013-06-20  4:07   ` Jaehoon Chung
2013-08-29  8:49 ` [U-Boot] [PATCH V4 " Piotr Wilczek
2013-08-29  8:49   ` [U-Boot] [PATCH V4 1/3] power:battery: add battery support for Trats2 board Piotr Wilczek
2013-08-30  4:39     ` Minkyu Kang
2013-08-30  6:00       ` Piotr Wilczek
2013-09-11  7:53         ` Minkyu Kang
2013-09-11 10:48           ` Lukasz Majewski
2013-09-17 13:25             ` Minkyu Kang
2013-09-11  6:22       ` Piotr Wilczek
2013-08-29  8:49   ` [U-Boot] [PATCH V4 2/3] samsung:common:i2c: add definions for third soft I2C adapter " Piotr Wilczek
2013-08-29  8:49   ` [U-Boot] [PATCH V4 3/3] samsung: trats2: add support for new board Trats2 Piotr Wilczek
2013-09-17 13:23     ` Minkyu Kang
2013-08-30  3:04   ` [U-Boot] [PATCH V4 0/3] Introduce Samsung's " Jaehoon Chung
2013-09-19  8:14 ` [U-Boot] [PATCH V5 " Piotr Wilczek
2013-09-19  8:14   ` [U-Boot] [PATCH V5 1/3] power:battery: add battery support for Trats2 board Piotr Wilczek
2013-09-19  8:14   ` [U-Boot] [PATCH V5 2/3] samsung:common:i2c: add definions for third soft I2C adapter " Piotr Wilczek
2013-09-19  8:14   ` [U-Boot] [PATCH V5 3/3] samsung: trats2: add support for new board Trats2 Piotr Wilczek
2013-09-20 13:01 ` [U-Boot] [PATCH V6 0/3] Introduce Samsung's " Piotr Wilczek
2013-09-20 13:01   ` [U-Boot] [PATCH V6 1/3] power:battery: add battery support for Trats2 board Piotr Wilczek
2013-09-20 13:01   ` [U-Boot] [PATCH V6 2/3] samsung:common:i2c: add definions for third soft I2C adapter " Piotr Wilczek
2013-09-20 13:01   ` [U-Boot] [PATCH V6 3/3] samsung: trats2: add support for new board Trats2 Piotr Wilczek
2013-09-25  2:18   ` [U-Boot] [PATCH V6 0/3] Introduce Samsung's " Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox