Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1669925 > unrolled thread
| Started by | thor.thayer@linux.intel.com |
|---|---|
| First post | 2017-06-19 22:40 +0200 |
| Last post | 2017-06-19 22:40 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCHv4 0/3] Add Altera I2C Controller Driver thor.thayer@linux.intel.com - 2017-06-19 22:40 +0200
[PATCHv4 1/3] MAINTAINERS: Add Altera I2C Controller Driver thor.thayer@linux.intel.com - 2017-06-19 22:40 +0200
| From | thor.thayer@linux.intel.com |
|---|---|
| Date | 2017-06-19 22:40 +0200 |
| Subject | [PATCHv4 0/3] Add Altera I2C Controller Driver |
| Message-ID | <tUbCN-7vX-3@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | thor.thayer@linux.intel.com |
|---|---|
| Date | 2017-06-19 22:40 +0200 |
| Subject | [PATCHv4 1/3] MAINTAINERS: Add Altera I2C Controller Driver |
| Message-ID | <tUbCO-7vX-21@gated-at.bofh.it> |
| In reply to | #1669925 |
From: Thor Thayer <thor.thayer@linux.intel.com> Add maintainer for the Altera I2C Controller Driver. Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> --- v2-4 No change --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ced1383..c00af95 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -636,6 +636,11 @@ ALPS PS/2 TOUCHPAD DRIVER R: Pali Rohár <pali.rohar@gmail.com> F: drivers/input/mouse/alps.* +ALTERA I2C CONTROLLER DRIVER +M: Thor Thayer <thor.thayer@linux.intel.com> +S: Maintained +F: drivers/i2c/busses/i2c-altera.c + ALTERA MAILBOX DRIVER M: Ley Foon Tan <lftan@altera.com> L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) -- 2.7.4
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web