From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform
Date: Mon, 26 Oct 2015 08:17:46 +0000 [thread overview]
Message-ID: <20151026081746.GC597@x1> (raw)
In-Reply-To: <1445597520-6299-1-git-send-email-yamada.masahiro@socionext.com>
> 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.
And you have sent this to me because ... ?
> 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
>
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2015-10-26 8:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-23 10:51 [PATCH v2 0/2] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform Masahiro Yamada
2015-10-23 10:51 ` [PATCH v2 1/2] i2c: uniphier: add UniPhier FIFO-less I2C driver Masahiro Yamada
2015-10-23 11:49 ` Wolfram Sang
2015-10-23 10:52 ` [PATCH v2 2/2] i2c: uniphier_f: add UniPhier FIFO-builtin " Masahiro Yamada
2015-10-23 11:49 ` Wolfram Sang
2015-10-26 8:17 ` Lee Jones [this message]
2015-10-26 8:27 ` [PATCH v2 0/2] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform Masahiro Yamada
2015-10-26 8:31 ` Geert Uytterhoeven
2015-10-26 8:35 ` Wolfram Sang
2015-10-26 10:47 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151026081746.GC597@x1 \
--to=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).