public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] i2c: atmel: add driver for Atmel i2c platform
@ 2016-06-20  5:22 Songjun Wu
  2016-06-20  5:22 ` [U-Boot] [PATCH v3 1/2] i2c: atmel: add i2c driver Songjun Wu
  2016-06-20  5:22 ` [U-Boot] [PATCH v3 2/2] i2c: atmel: DT binding for " Songjun Wu
  0 siblings, 2 replies; 7+ messages in thread
From: Songjun Wu @ 2016-06-20  5:22 UTC (permalink / raw)
  To: u-boot

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.

Changes in v3:
- Update the clk API.

Changes in v2:
- Add code to get and enable clock.
- Add phandles to input clocks

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

 doc/device-tree-bindings/i2c/i2c-at91.txt |  26 +++
 drivers/i2c/Kconfig                       |  10 +
 drivers/i2c/Makefile                      |   1 +
 drivers/i2c/at91_i2c.c                    | 338 ++++++++++++++++++++++++++++++
 drivers/i2c/at91_i2c.h                    |  77 +++++++
 5 files changed, 452 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

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

end of thread, other threads:[~2016-08-15 20:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20  5:22 [U-Boot] [PATCH v3 0/2] i2c: atmel: add driver for Atmel i2c platform Songjun Wu
2016-06-20  5:22 ` [U-Boot] [PATCH v3 1/2] i2c: atmel: add i2c driver Songjun Wu
2016-06-29  6:10   ` Heiko Schocher invitel
2016-08-15 20:15   ` [U-Boot] [U-Boot,v3,1/2] " Andreas Bießmann
2016-06-20  5:22 ` [U-Boot] [PATCH v3 2/2] i2c: atmel: DT binding for " Songjun Wu
2016-06-29  6:11   ` Heiko Schocher invitel
2016-08-15 20:16   ` [U-Boot] [U-Boot,v3,2/2] " Andreas Bießmann

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