devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv5 0/3] Add Altera I2C Controller Driver
@ 2017-07-17 16:35 thor.thayer
  2017-07-17 16:35 ` [PATCHv5 1/3] MAINTAINERS: " thor.thayer
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: thor.thayer @ 2017-07-17 16:35 UTC (permalink / raw)
  To: wsa, robh+dt, mark.rutland, thor.thayer
  Cc: davem, gregkh, mchehab, linux-i2c, devicetree, linux-kernel,
	linux-arm-kernel

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

This patch series adds the Altera I2C Controller driver for use in FPGAs.
This version includes cleanup and a bug fix noticed by the Linux
community.

Thor Thayer (3):
  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 +
 drivers/i2c/busses/Kconfig                         |  10 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-altera.c                    | 510 +++++++++++++++++++++
 5 files changed, 565 insertions(+)
 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] 8+ messages in thread

end of thread, other threads:[~2017-07-31 20:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 16:35 [PATCHv5 0/3] Add Altera I2C Controller Driver thor.thayer
2017-07-17 16:35 ` [PATCHv5 1/3] MAINTAINERS: " thor.thayer
     [not found] ` <1500309314-18464-1-git-send-email-thor.thayer-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-07-17 16:35   ` [PATCHv5 2/3] dt-bindings: i2c: Add Altera I2C Controller thor.thayer-VuQAYsv1563Yd54FQh9/CA
2017-07-17 16:35 ` [PATCHv5 3/3] i2c: altera: Add Altera I2C Controller driver thor.thayer
     [not found]   ` <1500309314-18464-4-git-send-email-thor.thayer-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-07-26 10:37     ` Andy Shevchenko
2017-07-31 13:31     ` Wolfram Sang
2017-07-31 19:40       ` Thor Thayer
     [not found]         ` <305220e7-4ae2-ed44-e4ec-2abf9b3c38f0-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-07-31 20:16           ` Wolfram Sang

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).