devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/3] Add Altera I2C Controller Driver
@ 2017-04-17 21:49 thor.thayer-VuQAYsv1563Yd54FQh9/CA
       [not found] ` <1492465743-8679-1-git-send-email-thor.thayer-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: thor.thayer-VuQAYsv1563Yd54FQh9/CA @ 2017-04-17 21:49 UTC (permalink / raw)
  To: wsa-z923LK4zBo2bacvFa/9K2g, robh-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	thor.thayer-VuQAYsv1563Yd54FQh9/CA

From: Thor Thayer <thor.thayer-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>

Add the Altera soft IP I2C Controller driver for use in FPGAs.

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         |  38 ++
 MAINTAINERS                                        |   5 +
 drivers/i2c/busses/Kconfig                         |  10 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-altera.c                    | 509 +++++++++++++++++++++
 5 files changed, 563 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-altera.txt
 create mode 100644 drivers/i2c/busses/i2c-altera.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-04-17 21:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-17 21:49 [PATCHv2 0/3] Add Altera I2C Controller Driver thor.thayer-VuQAYsv1563Yd54FQh9/CA
     [not found] ` <1492465743-8679-1-git-send-email-thor.thayer-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-04-17 21:49   ` [PATCHv2 1/3] MAINTAINERS: " thor.thayer-VuQAYsv1563Yd54FQh9/CA
2017-04-17 21:49   ` [PATCHv2 2/3] dt-bindings: i2c: Add Altera I2C Controller thor.thayer-VuQAYsv1563Yd54FQh9/CA
2017-04-17 21:49   ` [PATCHv2 3/3] i2c: altera: Add Altera I2C Controller driver thor.thayer-VuQAYsv1563Yd54FQh9/CA

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