All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/4] Add Altera I2C Controller Driver
@ 2017-06-02 23:52 ` thor.thayer-VuQAYsv1563Yd54FQh9/CA
  0 siblings, 0 replies; 19+ messages in thread
From: thor.thayer @ 2017-06-02 23:52 UTC (permalink / raw)
  To: wsa, robh+dt, mark.rutland, dinguyen, thor.thayer
  Cc: davem, gregkh, mchehab, linux-i2c, devicetree, linux-kernel,
	linux-arm-kernel

From: Thor Thayer <thor.thayer@linux.intel.com>

This patch seris add the Altera I2C Controller driver for use in FPGAs.

Thor Thayer (4):
  ARM: dts: socfpga: Add Altera I2C Controller to CycloneV
  MAINTAINERS: Add Altera I2C Controller Driver
  dt-bindings: i2c: Add Altera I2C Controller
  i2c: altera: Add Altera I2C Controller driver

 .../devicetree/bindings/i2c/i2c-altera.txt         |  39 ++
 MAINTAINERS                                        |   5 +
 arch/arm/boot/dts/socfpga.dtsi                     |  13 +-
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts       |  28 +-
 drivers/i2c/busses/Kconfig                         |  10 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-altera.c                    | 509 +++++++++++++++++++++
 7 files changed, 601 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-altera.txt
 create mode 100644 drivers/i2c/busses/i2c-altera.c

-- 
2.7.4

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

end of thread, other threads:[~2017-06-08 22:21 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-02 23:52 [PATCHv3 0/4] Add Altera I2C Controller Driver thor.thayer
2017-06-02 23:52 ` thor.thayer at linux.intel.com
2017-06-02 23:52 ` thor.thayer-VuQAYsv1563Yd54FQh9/CA
2017-06-02 23:52 ` [PATCHv3 1/4] ARM: dts: socfpga: Add Altera I2C Controller to CycloneV thor.thayer
2017-06-02 23:52   ` thor.thayer at linux.intel.com
2017-06-02 23:52   ` thor.thayer
2017-06-06  6:40   ` Steffen Trumtrar
2017-06-06  6:40     ` Steffen Trumtrar
2017-06-07 20:45     ` Thor Thayer
2017-06-07 20:45       ` Thor Thayer
2017-06-07 20:45       ` Thor Thayer
2017-06-02 23:52 ` [PATCHv3 2/4] MAINTAINERS: Add Altera I2C Controller Driver thor.thayer
2017-06-02 23:52   ` thor.thayer at linux.intel.com
2017-06-02 23:52 ` [PATCHv3 3/4] dt-bindings: i2c: Add Altera I2C Controller thor.thayer
2017-06-02 23:52   ` thor.thayer at linux.intel.com
2017-06-08 22:21   ` Rob Herring
2017-06-08 22:21     ` Rob Herring
2017-06-02 23:52 ` [PATCHv3 4/4] i2c: altera: Add Altera I2C Controller driver thor.thayer
2017-06-02 23:52   ` thor.thayer at linux.intel.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.