devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv4 0/3] Add Altera I2C Controller Driver
@ 2017-06-19 20:36 thor.thayer
  2017-06-19 20:36 ` [PATCHv4 1/3] MAINTAINERS: " thor.thayer
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: thor.thayer @ 2017-06-19 20:36 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.
The device tree patch was removed in this version because this I2C is not
the default I2C master.

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                    | 511 +++++++++++++++++++++
 5 files changed, 566 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] 9+ messages in thread

end of thread, other threads:[~2017-07-12 22:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-19 20:36 [PATCHv4 0/3] Add Altera I2C Controller Driver thor.thayer
2017-06-19 20:36 ` [PATCHv4 1/3] MAINTAINERS: " thor.thayer
2017-06-19 20:36 ` [PATCHv4 2/3] dt-bindings: i2c: Add Altera I2C Controller thor.thayer
2017-06-19 20:36 ` [PATCHv4 3/3] i2c: altera: Add Altera I2C Controller driver thor.thayer
     [not found]   ` <1497904618-27010-4-git-send-email-thor.thayer-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-07-07 15:58     ` Thor Thayer
2017-07-07 16:25   ` Andy Shevchenko
     [not found]     ` <CAHp75VcpdeGW0KXSqZwyMDkGbjT+6Ky5nBXTs7d-dN0gpYHV_w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-07 21:08       ` Thor Thayer
2017-07-08 21:41         ` Andy Shevchenko
     [not found]           ` <CAHp75Vdr6tomrzKMtJ2LQ+k-jU274VMEfHN-MTzvO-PYN_8DHw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-12 22:39             ` Thor Thayer

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