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.

Rajeshwari Shinde (6):
  EXYNOS5: FDT: Add I2C device node data
  EXYNOS5 : FDT: Add Aliases for I2C device
  EXYNOS5: FDT: Add compatible string for I2C
  FDT: Api to find compatible id for a given node
  I2C: Driver changes for FDT support
  SMDK5250: Populate I2C data using FDT.

 arch/arm/dts/exynos5250.dtsi              |   64 +++++++++++++++++++++
 board/samsung/dts/exynos5250-smdk5250.dts |   11 ++++
 board/samsung/smdk5250/smdk5250.c         |    7 ++-
 drivers/i2c/s3c24x0_i2c.c                 |   89 ++++++++++++++++++++++++++++-
 drivers/i2c/s3c24x0_i2c.h                 |    7 ++
 include/fdtdec.h                          |   15 +++++
 include/i2c.h                             |   28 +++++++++
 lib/fdtdec.c                              |   13 ++++
 8 files changed, 231 insertions(+), 3 deletions(-)

-- 
1.7.4.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to