All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7 V5] EXYNOS5: Enable I2C support
@ 2012-07-05 11:59 Rajeshwari Shinde
  2012-07-05 11:59 ` [U-Boot] [PATCH 1/7 V5] EXYNOS: CLK: Add i2c clock Rajeshwari Shinde
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Rajeshwari Shinde @ 2012-07-05 11:59 UTC (permalink / raw)
  To: u-boot

This patch set enables I2C support for EXYNOS5.
This patchset modifies the s3c24x0 I2C driver to use same for EXYNOS5.
Multichannel support has been added to the s3c24x0 I2C driver.
s3c24x0_i2c struct has been moved to a common place as it can used
by different SOC's.

Changes in V2:
        - Incorporated review comments from Simon Glass.
        - Aligned the pinmux functionality as per latest comments
Changes in V3:
        - Incorporated review comments from Joonyoung Shim for
          I2C driver.
Changes in V4:
        - Resolved build error for S3C2410.
Changes in V5:
        - Pinmux setting moved to board file.
        - Multi Bus I2C offset calculation done based on
          EXYNOS_I2C_SPACE.
        - Peripheral id calculation removed from i2c driver.

Rajeshwari Shinde (7):
  EXYNOS: CLK: Add i2c clock
  EXYNOS: Add I2C base address.
  EXYNOS: PINMUX: Add pinmux support for I2C
  I2C: Move struct s3c24x0_i2c to a common place.
  I2C: Modify the I2C driver for EXYNOS5
  I2C: Add support for Multi channel
  CONFIG: SMDK5250: I2C: Enable I2C

 arch/arm/cpu/armv7/exynos/clock.c           |   33 ++++
 arch/arm/cpu/armv7/exynos/pinmux.c          |   52 +++++++
 arch/arm/include/asm/arch-exynos/clk.h      |    1 +
 arch/arm/include/asm/arch-exynos/cpu.h      |    3 +
 arch/arm/include/asm/arch-exynos/periph.h   |    8 +
 arch/arm/include/asm/arch-s3c24x0/s3c24x0.h |   10 --
 board/samsung/smdk5250/smdk5250.c           |   23 +++-
 drivers/i2c/s3c24x0_i2c.c                   |  220 ++++++++++++++++++---------
 drivers/i2c/s3c24x0_i2c.h                   |   33 ++++
 include/configs/smdk5250.h                  |    9 +
 10 files changed, 306 insertions(+), 86 deletions(-)
 create mode 100644 drivers/i2c/s3c24x0_i2c.h

-- 
1.7.4.4

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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-05 11:59 [U-Boot] [PATCH 0/7 V5] EXYNOS5: Enable I2C support Rajeshwari Shinde
2012-07-05 11:59 ` [U-Boot] [PATCH 1/7 V5] EXYNOS: CLK: Add i2c clock Rajeshwari Shinde
2012-07-18 17:16   ` Simon Glass
2012-07-19  6:01     ` Rajeshwari Birje
2012-07-19  7:20       ` Rajeshwari Birje
2012-07-19 20:20         ` Simon Glass
2012-07-05 11:59 ` [U-Boot] [PATCH 2/7 V5] EXYNOS: Add I2C base address Rajeshwari Shinde
2012-07-05 11:59 ` [U-Boot] [PATCH 3/7 V5] EXYNOS: PINMUX: Add pinmux support for I2C Rajeshwari Shinde
2012-07-05 11:59 ` [U-Boot] [PATCH 4/7 V5] I2C: Move struct s3c24x0_i2c to a common place Rajeshwari Shinde
2012-07-05 11:59 ` [U-Boot] [PATCH 5/7 V5] I2C: Modify the I2C driver for EXYNOS5 Rajeshwari Shinde
2012-07-18 20:06   ` Simon Glass
2012-07-19  6:03     ` Rajeshwari Birje
2012-07-05 11:59 ` [U-Boot] [PATCH 6/7 V5] I2C: Add support for Multi channel Rajeshwari Shinde
2012-07-05 11:59 ` [U-Boot] [PATCH 7/7 V5] CONFIG: SMDK5250: I2C: Enable I2C Rajeshwari Shinde
2012-07-18 20:09   ` Simon Glass
2012-07-19  6:02     ` Rajeshwari Birje

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.