public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] adapt s3c24x0 driver to new i2c framework
@ 2013-11-13 14:31 Piotr Wilczek
  2013-11-13 14:31 ` [U-Boot] [PATCH 1/6] driver:i2c:s3c24x0: adapt driver to new i2c Piotr Wilczek
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Piotr Wilczek @ 2013-11-13 14:31 UTC (permalink / raw)
  To: u-boot

This patch series adapts the s3c24x0 driver to the new i2c framework.
Config file is modified for all the boards that use the driver.
Boards VCMA9, arndale and exynos5250 are compile tested only.
Boards Trats and Trats2 were hardware tested.
All boards compile clean.

Piotr Wilczek (6):
  driver:i2c:s3c24x0: adapt driver to new i2c
  board:arndale: switch to new i2c framework
  board:VCMA9 switch to new i2c framework
  board:smdk5250: switch to new i2c framework
  board:trats: switch to new i2c framework
  board:trats2: switch Trats2 to new i2c framework

 board/samsung/smdk5250/exynos5-dt.c |    2 -
 board/samsung/trats/trats.c         |   21 +++--
 board/samsung/trats2/trats2.c       |   35 ++++++--
 drivers/i2c/Makefile                |    2 +-
 drivers/i2c/s3c24x0_i2c.c           |  157 ++++++++++++++++++++++-------------
 include/configs/VCMA9.h             |    8 +-
 include/configs/arndale.h           |    9 +-
 include/configs/exynos5250-dt.h     |    8 +-
 include/configs/trats.h             |   25 ++----
 include/configs/trats2.h            |   29 +++----
 10 files changed, 174 insertions(+), 122 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-09  6:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 14:31 [U-Boot] [PATCH 0/6] adapt s3c24x0 driver to new i2c framework Piotr Wilczek
2013-11-13 14:31 ` [U-Boot] [PATCH 1/6] driver:i2c:s3c24x0: adapt driver to new i2c Piotr Wilczek
2013-11-18  6:17   ` Heiko Schocher
2013-11-18  7:10     ` Piotr Wilczek
2013-11-18  7:19       ` Heiko Schocher
2013-11-13 14:31 ` [U-Boot] [PATCH 2/6] board:arndale: switch to new i2c framework Piotr Wilczek
2013-11-13 14:31 ` [U-Boot] [PATCH 3/6] board:VCMA9 " Piotr Wilczek
2013-11-13 14:31 ` [U-Boot] [PATCH 4/6] board:smdk5250: " Piotr Wilczek
2013-11-13 14:31 ` [U-Boot] [PATCH 5/6] board:trats: " Piotr Wilczek
2013-11-13 14:31 ` [U-Boot] [PATCH 6/6] board:trats2: switch Trats2 " Piotr Wilczek
2013-11-20  9:43 ` [U-Boot] [PATCH V2 1/2] driver:i2c:s3c24x0: adapt driver to new i2c Piotr Wilczek
2013-11-20  9:43   ` [U-Boot] [PATCH 2/2] driver:i2c:s3c24x0: fix clock init for hsi2c Piotr Wilczek
2013-12-09  6:50     ` [U-Boot] [U-Boot, " Heiko Schocher
2013-11-20 12:08   ` [U-Boot] [PATCH V2 1/2] driver:i2c:s3c24x0: adapt driver to new i2c Naveen Krishna Ch
2013-11-20 14:15   ` Naveen Krishna Ch
2013-11-21  4:28     ` Heiko Schocher
2013-12-09  6:50   ` [U-Boot] [U-Boot, V2, " Heiko Schocher

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