linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Amlogic I2C driver for u-boot
@ 2017-10-29  9:08 Beniamino Galvani
  2017-10-29  9:09 ` [PATCH 1/2] i2c: add Amlogic Meson driver Beniamino Galvani
  2017-10-29  9:09 ` [PATCH 2/2] odroid-c2: enable I2C Beniamino Galvani
  0 siblings, 2 replies; 10+ messages in thread
From: Beniamino Galvani @ 2017-10-29  9:08 UTC (permalink / raw)
  To: linus-amlogic

Hi,

this series adds support for the Amlogic Meson I2C controller to
u-boot.

Beniamino Galvani (2):
  i2c: add Amlogic Meson driver
  odroid-c2: enable I2C

 arch/arm/include/asm/arch-meson/gxbb.h |   1 +
 arch/arm/include/asm/arch-meson/i2c.h  |  11 ++
 board/amlogic/odroid-c2/odroid-c2.c    |   1 +
 configs/odroid-c2_defconfig            |   3 +
 drivers/i2c/Kconfig                    |   6 +
 drivers/i2c/Makefile                   |   1 +
 drivers/i2c/meson_i2c.c                | 263 +++++++++++++++++++++++++++++++++
 7 files changed, 286 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-meson/i2c.h
 create mode 100644 drivers/i2c/meson_i2c.c

-- 
2.13.6

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

end of thread, other threads:[~2017-11-27 17:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29  9:08 [PATCH 0/2] Amlogic I2C driver for u-boot Beniamino Galvani
2017-10-29  9:09 ` [PATCH 1/2] i2c: add Amlogic Meson driver Beniamino Galvani
2017-10-29 14:44   ` Neil Armstrong
2017-11-20 12:39   ` Heiko Schocher
2017-11-20 15:36   ` Simon Glass
2017-11-26 16:49     ` Beniamino Galvani
2017-11-27 17:10       ` Simon Glass
2017-10-29  9:09 ` [PATCH 2/2] odroid-c2: enable I2C Beniamino Galvani
2017-10-29 14:42   ` Neil Armstrong
2017-11-20 12:40   ` Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).