[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1445597520-6299-1-git-send-email-yamada.masahiro@socionext.com>
Date: Fri, 23 Oct 2015 19:51:58 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-i2c@...r.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Jiri Slaby <jslaby@...e.com>,
Zubair Lutfullah Kakakhel <Zubair.Kakakhel@...tec.com>,
Kumar Gala <galak@...eaurora.org>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Rob Herring <robh+dt@...nel.org>,
James Hogan <james.hogan@...tec.com>,
Kamal Dasu <kdasu.kdev@...il.com>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Neelesh Gupta <neelegup@...ux.vnet.ibm.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Ray Jui <rjui@...adcom.com>, Tejun Heo <tj@...nel.org>,
Andrew Bresticker <abrestic@...omium.org>,
Scott Branden <sbranden@...adcom.com>,
Javier Martinez Canillas <javier@....samsung.com>,
Pawel Moll <pawel.moll@....com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
devicetree@...r.kernel.org, Xudong Chen <xudong.chen@...iatek.com>,
Mauro Carvalho Chehab <mchehab@....samsung.com>,
Wolfram Sang <wsa@...-dreams.de>,
Joachim Eastwood <manabian@...il.com>,
Beniamino Galvani <b.galvani@...il.com>,
Lee Jones <lee.jones@...aro.org>,
linux-arm-kernel@...ts.infradead.org,
Max Schwarz <max.schwarz@...ine.de>,
Laurentiu Palcu <laurentiu.palcu@...el.com>,
David Box <david.e.box@...ux.intel.com>,
linux-kernel@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Joe Perches <joe@...ches.com>,
Zhangfei Gao <zhangfei.gao@...aro.org>,
Subhendu Sekhar Behera <sbehera@...adcom.com>,
Mark Rutland <mark.rutland@....com>, Feng Kan <fkan@....com>
Subject: [PATCH v2 0/2] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform
This series adds two I2C controller drivers.
(they are completely different IPs.)
The first one is a very simple FIFO-less I2C controller,
which is used on some older UniPhier SoCs.
The other one is higher-performance I2C controller with TX/RX FIFO,
used on newer UniPhier SoCs.
Changes in v2:
- Delete if-block after platform_get_resource()
- Add I2C_FUNC_SMBUS_EMUL to functionality
- Add bindings document
- Add entry to MAINTAINERS
- Delete if-block after platform_get_resource()
- Add I2C_FUNC_SMBUS_EMUL to functionality
- Add bindings document
- Fix a typo in a comment block
Masahiro Yamada (2):
i2c: uniphier: add UniPhier FIFO-less I2C driver
i2c: uniphier_f: add UniPhier FIFO-builtin I2C driver
.../devicetree/bindings/i2c/i2c-uniphier-f.txt | 25 +
.../devicetree/bindings/i2c/i2c-uniphier.txt | 25 +
MAINTAINERS | 1 +
drivers/i2c/busses/Kconfig | 16 +
drivers/i2c/busses/Makefile | 2 +
drivers/i2c/busses/i2c-uniphier-f.c | 584 +++++++++++++++++++++
drivers/i2c/busses/i2c-uniphier.c | 441 ++++++++++++++++
7 files changed, 1094 insertions(+)
create mode 100644 Documentation/devicetree/bindings/i2c/i2c-uniphier-f.txt
create mode 100644 Documentation/devicetree/bindings/i2c/i2c-uniphier.txt
create mode 100644 drivers/i2c/busses/i2c-uniphier-f.c
create mode 100644 drivers/i2c/busses/i2c-uniphier.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists