All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Altera I2C Controller Driver
@ 2017-04-11 16:02 thor.thayer
  2017-04-11 16:02 ` [PATCH 1/3] MAINTAINERS: " thor.thayer
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: thor.thayer @ 2017-04-11 16:02 UTC (permalink / raw)
  To: wsa, robh; +Cc: linux-i2c, devicetree, Thor Thayer

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

Add the Altera I2C Controller driver for use in FPGAs.

Thor Thayer (3):
  MAINTAINERS: Add Altera I2C Controller Driver
  Documentation: dt: i2c: Add Altera I2C Controller
  i2c: altera: Add Altera I2C Controller driver

 .../devicetree/bindings/i2c/i2c-altera.txt         |  37 ++
 MAINTAINERS                                        |   5 +
 drivers/i2c/busses/Kconfig                         |  10 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-altera.c                    | 509 +++++++++++++++++++++
 5 files changed, 562 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-altera.txt
 create mode 100644 drivers/i2c/busses/i2c-altera.c

-- 
1.9.1

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

end of thread, other threads:[~2017-05-05 14:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 16:02 [PATCH 0/3] Add Altera I2C Controller Driver thor.thayer
2017-04-11 16:02 ` [PATCH 1/3] MAINTAINERS: " thor.thayer
2017-04-11 16:02 ` [PATCH 2/3] Documentation: dt: i2c: Add Altera I2C Controller thor.thayer
     [not found]   ` <1491926547-29510-3-git-send-email-thor.thayer-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-04-13 21:22     ` Rob Herring
2017-04-14 13:46       ` Thor Thayer
     [not found]         ` <7c803e53-5c1b-cd59-6c59-5a32b07edcb8-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-04-20 15:47           ` Rob Herring
     [not found]             ` <CAL_JsqLcrFsRDXfVUtnvUT+RWuk-eduJKV9vN94_d9TswEuCdQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-05 14:55               ` Thor Thayer
2017-04-11 16:02 ` [PATCH 3/3] i2c: altera: Add Altera I2C Controller driver thor.thayer

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.