public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] Bring new I2C framwork to Samsung Trats board
@ 2012-11-15  8:15 Piotr Wilczek
  2012-11-15  8:15 ` [U-Boot] [PATCH 1/6] exynos:clock: Add i2c clock Piotr Wilczek
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Piotr Wilczek @ 2012-11-15  8:15 UTC (permalink / raw)
  To: u-boot

This patchset brings new I2C framework to Samsung Trats board.
It is intended to test the framework, please don't merge.

I2C clock, spacing and pinmux are added for Exynos4.
The s3c24x0 i2c driver is modified to support both Exynos4.

The s3c24x0 i2c driver is modiefied for the new I2C framework.
Configs for VCMA9.h and smdk5250.h boards are modified. Boards compile
successfully but were not tested.

New i2c framework is enabled and tested on Samsung Trats board.

Piotr Wilczek (6):
  exynos:clock: Add i2c clock
  exynos:cpu: Add Exynos4 I2C spacing
  exynos:pinmux: Add pinmux support for i2c
  drivers:i2c: Modify I2C driver for Exynos4
  WIP: i2c: s3c24x0: modify driver for new I2C framework
  WIP: arm: trats: add support for new I2C framework

 arch/arm/cpu/armv7/exynos/clock.c      |   17 ++++
 arch/arm/cpu/armv7/exynos/pinmux.c     |   64 ++++++++++++++
 arch/arm/include/asm/arch-exynos/cpu.h |    2 +
 board/samsung/trats/trats.c            |   26 +++++-
 drivers/i2c/i2c_core.c                 |    5 +
 drivers/i2c/s3c24x0_i2c.c              |  148 ++++++++++++++++++++++++++++----
 include/configs/VCMA9.h                |    4 +
 include/configs/smdk5250.h             |    4 +
 include/configs/trats.h                |   16 +++-
 9 files changed, 263 insertions(+), 23 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2012-11-20 12:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15  8:15 [U-Boot] [PATCH 0/6] Bring new I2C framwork to Samsung Trats board Piotr Wilczek
2012-11-15  8:15 ` [U-Boot] [PATCH 1/6] exynos:clock: Add i2c clock Piotr Wilczek
2012-11-15  8:15 ` [U-Boot] [PATCH 2/6] exynos:cpu: Add Exynos4 I2C spacing Piotr Wilczek
2012-11-15  8:15 ` [U-Boot] [PATCH 3/6] exynos:pinmux: Add pinmux support for i2c Piotr Wilczek
2012-11-15  8:15 ` [U-Boot] [PATCH 4/6] drivers:i2c: Modify I2C driver for Exynos4 Piotr Wilczek
2012-11-15  8:15 ` [U-Boot] [PATCH 5/6] WIP: i2c: s3c24x0: modify driver for new I2C framework Piotr Wilczek
2012-11-16 10:34   ` Heiko Schocher
2012-11-16 12:27     ` Piotr Wilczek
2012-11-15  8:15 ` [U-Boot] [PATCH 6/6] WIP: arm: trats: add support " Piotr Wilczek
2012-11-16 10:45   ` Heiko Schocher
2012-11-16 12:51     ` Piotr Wilczek
2012-11-20 12:19 ` [U-Boot] [PATCH v2 0/6] Bring new I2C framwork to Samsung Trats board Piotr Wilczek
2012-11-20 12:19   ` [U-Boot] [PATCH v2 1/6] exynos:clock: Add i2c clock Piotr Wilczek
2012-11-20 12:19   ` [U-Boot] [PATCH v2 2/6] exynos:cpu: Add Exynos4 I2C spacing Piotr Wilczek
2012-11-20 12:19   ` [U-Boot] [PATCH v2 3/6] exynos:pinmux: Add pinmux support for i2c Piotr Wilczek
2012-11-20 12:19   ` [U-Boot] [PATCH v2 4/6] drivers:i2c: Modify I2C driver for Exynos4 Piotr Wilczek
2012-11-20 12:19   ` [U-Boot] [PATCH v2 5/6] drivers:i2c:s3c24x0: modify driver for new I2C framework Piotr Wilczek
2012-11-20 12:19   ` [U-Boot] [PATCH v2 6/6] arm:trats: add support " Piotr Wilczek

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