public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v6 0/5] i2c: UniPhier: add I2C drivers based on driver model
@ 2015-01-13  3:44 Masahiro Yamada
  2015-01-13  3:44 ` [U-Boot] [PATCH v6 1/5] i2c: add CONFIG_DM_I2C to Kconfig Masahiro Yamada
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Masahiro Yamada @ 2015-01-13  3:44 UTC (permalink / raw)
  To: u-boot

Masahiro Yamada (5):
  i2c: add CONFIG_DM_I2C to Kconfig
  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 | 379 +++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/i2c-uniphier.c   | 239 +++++++++++++++++++++++++++
 include/configs/uniphier.h   |   3 +
 8 files changed, 651 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] 12+ messages in thread

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13  3:44 [U-Boot] [PATCH v6 0/5] i2c: UniPhier: add I2C drivers based on driver model Masahiro Yamada
2015-01-13  3:44 ` [U-Boot] [PATCH v6 1/5] i2c: add CONFIG_DM_I2C to Kconfig Masahiro Yamada
2015-01-13 14:50   ` Simon Glass
2015-01-13  3:44 ` [U-Boot] [PATCH v6 2/5] i2c: UniPhier: add driver for UniPhier i2c controller Masahiro Yamada
2015-01-13 14:50   ` Simon Glass
2015-01-13  3:44 ` [U-Boot] [PATCH v6 3/5] i2c: UniPhier: add driver for UniPhier FIFO-builtin " Masahiro Yamada
2015-01-13 14:50   ` Simon Glass
2015-01-13  3:44 ` [U-Boot] [PATCH v6 4/5] ARM: UniPhier: enable I2C for UniPhier SoCs Masahiro Yamada
2015-01-13 14:51   ` Simon Glass
2015-01-13  3:44 ` [U-Boot] [PATCH v6 5/5] ARM: UniPhier: enable CONFIG_I2C_EEPROM Masahiro Yamada
2015-01-13 14:51   ` Simon Glass
2015-01-13  5:56 ` [U-Boot] [PATCH v6 0/5] i2c: UniPhier: add I2C drivers based on driver model Heiko Schocher

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