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


Groups > linux.kernel > #1669925

[PATCHv4 0/3] Add Altera I2C Controller Driver

From thor.thayer@linux.intel.com
Newsgroups linux.kernel
Subject [PATCHv4 0/3] Add Altera I2C Controller Driver
Date 2017-06-19 22:40 +0200
Message-ID <tUbCN-7vX-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web