[U-Boot] [PATCH 0/2] i2c: atmel: add driver for atmel i2c

Songjun Wu songjun.wu at atmel.com
Fri May 6 07:32:08 CEST 2016


The i2c driver includes two parts.
1) Driver code to implement the i2c function.
2) Device tree binding documentation, it describes how to add
   the i2c in device tree.


Songjun Wu (2):
  i2c: atmel: add i2c driver
  i2c: atmel: DT binding for i2c driver

 doc/device-tree-bindings/i2c/i2c-at91.txt |  24 +++
 drivers/i2c/Kconfig                       |  10 ++
 drivers/i2c/Makefile                      |   1 +
 drivers/i2c/at91_i2c.c                    | 290 ++++++++++++++++++++++++++++++
 drivers/i2c/at91_i2c.h                    |  76 ++++++++
 5 files changed, 401 insertions(+)
 create mode 100644 doc/device-tree-bindings/i2c/i2c-at91.txt
 create mode 100644 drivers/i2c/at91_i2c.c
 create mode 100644 drivers/i2c/at91_i2c.h

-- 
2.7.4



More information about the U-Boot mailing list