public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6 V4] EXYNOS5: FDT Support for I2C
@ 2012-11-29  7:09 Rajeshwari Shinde
  2012-11-29  7:09 ` [U-Boot] [PATCH 1/6 V4] EXYNOS5: FDT: Add I2C device node data Rajeshwari Shinde
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Rajeshwari Shinde @ 2012-11-29  7:09 UTC (permalink / raw)
  To: u-boot

This patch set adds FDT support for I2C driver and
API's to acess the bus number using the fdt node
and also reset the port.

Changes in V2:
        - Baord i2c init moved to I2C driver in case of FDT.
        - Added Periph id to device node.
        - Modified i2c_get_bus_num_fdt api to compare using
          node.
Changes in V3:
        - Peripheral id removed from dtsi file and decoded
        based on interrupts.
        - API for fdtdec_lookup removed as it is already present
        as fd_dec_lookup.
Changes in V4:
	- renamed decode_peripheral_id to pinmux_decode_peripheral_id.
	- added comments in periph.h as suggested by Simon Glass. 

Rajeshwari Shinde (6):
  EXYNOS5: FDT: Add I2C device node data
  EXYNOS5 : FDT: Add Aliases for I2C device
  EXYNOS5: FDT: Add compatible string for I2C
  EXYNOS5: FDT : Decode peripheral id
  I2C: Driver changes for FDT support
  SMDK5250: Initialise I2C using FDT

 arch/arm/cpu/armv7/exynos/pinmux.c        |   28 ++++++++++
 arch/arm/dts/exynos5250.dtsi              |   64 ++++++++++++++++++++++
 arch/arm/include/asm/arch-exynos/periph.h |   31 ++++++-----
 arch/arm/include/asm/arch-exynos/pinmux.h |    8 +++
 board/samsung/dts/exynos5250-smdk5250.dts |   11 ++++
 board/samsung/smdk5250/smdk5250.c         |   20 +-------
 drivers/i2c/s3c24x0_i2c.c                 |   83 ++++++++++++++++++++++++++++-
 drivers/i2c/s3c24x0_i2c.h                 |    8 +++
 include/fdtdec.h                          |    1 +
 include/i2c.h                             |   26 +++++++++
 lib/fdtdec.c                              |    1 +
 11 files changed, 248 insertions(+), 33 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2012-12-03  5:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29  7:09 [U-Boot] [PATCH 0/6 V4] EXYNOS5: FDT Support for I2C Rajeshwari Shinde
2012-11-29  7:09 ` [U-Boot] [PATCH 1/6 V4] EXYNOS5: FDT: Add I2C device node data Rajeshwari Shinde
2012-11-29  7:09 ` [U-Boot] [PATCH 2/6 V4] EXYNOS5 : FDT: Add Aliases for I2C device Rajeshwari Shinde
2012-11-29  7:09 ` [U-Boot] [PATCH 3/6 V4] EXYNOS5: FDT: Add compatible string for I2C Rajeshwari Shinde
2012-11-29  7:09 ` [U-Boot] [PATCH 4/6 V4] EXYNOS5: FDT : Decode peripheral id Rajeshwari Shinde
2012-11-30  4:56   ` Simon Glass
2012-11-29  7:09 ` [U-Boot] [PATCH 5/6 V4] I2C: Driver changes for FDT support Rajeshwari Shinde
2012-11-29  8:33   ` Heiko Schocher
2012-11-29  9:26     ` Rajeshwari Birje
     [not found]       ` <CAJZ5Ok2THcLsR4xyzf2HSO_vDVW6wfb40F3DJ-z96rY=wNgecQ@mail.gmail.com>
2012-12-03  5:52         ` Rajeshwari Birje
2012-11-29  7:09 ` [U-Boot] [PATCH 6/6 V4] SMDK5250: Initialise I2C using FDT Rajeshwari Shinde
2012-11-29  8:16 ` [U-Boot] [PATCH 0/6 V4] EXYNOS5: FDT Support for I2C Rajeshwari Birje

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