public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/4] i2c: UniPhier: add I2C drivers based on driver model
@ 2014-12-26  3:07 Masahiro Yamada
  2014-12-26  3:07 ` [U-Boot] [PATCH v3 1/4] i2c: UniPhier: add driver for UniPhier i2c controller Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Masahiro Yamada @ 2014-12-26  3:07 UTC (permalink / raw)
  To: u-boot


Masahiro Yamada (4):
  i2c: UniPhier: add driver for UniPhier i2c controller
  i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller
  ARM: UniPhier: enable I2C for UniPhier SoCs
  ARM: UniPhier: enable CONFIG_I2C_EEPROM

 configs/ph1_ld4_defconfig    |   2 +
 configs/ph1_pro4_defconfig   |   2 +
 configs/ph1_sld8_defconfig   |   2 +
 drivers/i2c/Kconfig          |  22 +++
 drivers/i2c/Makefile         |   2 +
 drivers/i2c/i2c-uniphier-f.c | 374 +++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/i2c-uniphier.c   | 233 +++++++++++++++++++++++++++
 include/configs/uniphier.h   |   3 +
 8 files changed, 640 insertions(+)
 create mode 100644 drivers/i2c/i2c-uniphier-f.c
 create mode 100644 drivers/i2c/i2c-uniphier.c

-- 
1.9.1

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

end of thread, other threads:[~2015-01-13  1:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26  3:07 [U-Boot] [PATCH v3 0/4] i2c: UniPhier: add I2C drivers based on driver model Masahiro Yamada
2014-12-26  3:07 ` [U-Boot] [PATCH v3 1/4] i2c: UniPhier: add driver for UniPhier i2c controller Masahiro Yamada
2015-01-05  6:52   ` Heiko Schocher
2015-01-05 14:35     ` Masahiro YAMADA
2015-01-13  1:29       ` Simon Glass
2014-12-26  3:07 ` [U-Boot] [PATCH v3 2/4] i2c: UniPhier: add driver for UniPhier FIFO-builtin " Masahiro Yamada
2014-12-26  3:07 ` [U-Boot] [PATCH v3 3/4] ARM: UniPhier: enable I2C for UniPhier SoCs Masahiro Yamada
2014-12-26  3:07 ` [U-Boot] [PATCH v3 4/4] ARM: UniPhier: enable CONFIG_I2C_EEPROM Masahiro Yamada

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