Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1689239 > unrolled thread

[PATCHv5 0/3] Add Altera I2C Controller Driver

Started bythor.thayer@linux.intel.com
First post2017-07-17 18:40 +0200
Last post2017-07-17 18:40 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCHv5 0/3] Add Altera I2C Controller Driver thor.thayer@linux.intel.com - 2017-07-17 18:40 +0200
    [PATCHv5 1/3] MAINTAINERS: Add Altera I2C Controller Driver thor.thayer@linux.intel.com - 2017-07-17 18:40 +0200

#1689239 — [PATCHv5 0/3] Add Altera I2C Controller Driver

Fromthor.thayer@linux.intel.com
Date2017-07-17 18:40 +0200
Subject[PATCHv5 0/3] Add Altera I2C Controller Driver
Message-ID<u4hdT-7rt-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.
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

[toc] | [next] | [standalone]


#1689243 — [PATCHv5 1/3] MAINTAINERS: Add Altera I2C Controller Driver

Fromthor.thayer@linux.intel.com
Date2017-07-17 18:40 +0200
Subject[PATCHv5 1/3] MAINTAINERS: Add Altera I2C Controller Driver
Message-ID<u4hdV-7rt-31@gated-at.bofh.it>
In reply to#1689239
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-5  No change
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6f08ce7..5ee85d8a 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