From: Ray Jui <ray.jui@broadcom.com>
To: Wolfram Sang <wsa@the-dreams.de>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>
Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
bcm-kernel-feedback-list@broadcom.com,
Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>,
Ray Jui <ray.jui@broadcom.com>
Subject: [PATCH v6 0/9] iProc I2C slave mode and NIC mode
Date: Tue, 2 Apr 2019 18:18:21 -0700 [thread overview]
Message-ID: <20190403011830.3254-1-ray.jui@broadcom.com> (raw)
This patch series adds the following support to the iProc I2C driver:
- Increase maximum read transfer size to 255 bytes
- I2C slave mode
- Polling mode
- NIC I2C mode
This patch series is based on kernel v5.1-rc3 and available at:
https://github.com/Broadcom/arm64-linux.git
branch: i2c-slave-v6
Changes from v5:
- Address various comments from Wolfram
- Rebase to v5.1-rc3
Changes from v4:
- Add more detailed explanations in the device tree binding document
changes, to address Rob's review comments
Changes from v3:
- Various minor fixes on commit messages and commits
- Rebased to v5.0-rc3
Changes from v2:
- Address Ray's review comments.
Changes from v1:
- Rebased to Linux v5.0.0-rc2
Michael Cheng (1):
i2c: iproc: Add support for more master error status
Ray Jui (1):
dt-bindings: i2c: iproc: make 'interrupts' optional
Rayagonda Kokatanur (5):
i2c: iproc: add polling support
i2c: iproc: use wrapper for read/write access
dt-bindings: i2c: iproc: add "brcm,iproc-nic-i2c" compatible string
i2c: iproc: add NIC I2C support
arm64: dts: Stingray: Add NIC i2c device node
Shreesha Rajashekar (2):
i2c: iproc: Extend I2C read up to 255 bytes
i2c: iproc: Add slave mode support
.../bindings/i2c/brcm,iproc-i2c.txt | 17 +-
.../boot/dts/broadcom/stingray/stingray.dtsi | 18 +
drivers/i2c/busses/Kconfig | 1 +
drivers/i2c/busses/i2c-bcm-iproc.c | 758 +++++++++++++++---
4 files changed, 662 insertions(+), 132 deletions(-)
--
2.17.1
next reply other threads:[~2019-04-03 1:18 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-03 1:18 Ray Jui [this message]
2019-04-03 1:18 ` [PATCH v6 1/9] i2c: iproc: Extend I2C read up to 255 bytes Ray Jui
2019-04-03 1:18 ` [PATCH v6 2/9] i2c: iproc: Add slave mode support Ray Jui
2019-04-03 1:18 ` [PATCH v6 3/9] i2c: iproc: Add support for more master error status Ray Jui
2019-04-03 1:18 ` [PATCH v6 4/9] dt-bindings: i2c: iproc: make 'interrupts' optional Ray Jui
2019-04-03 1:18 ` [PATCH v6 5/9] i2c: iproc: add polling support Ray Jui
2019-04-03 1:18 ` [PATCH v6 6/9] i2c: iproc: use wrapper for read/write access Ray Jui
2019-04-03 1:18 ` [PATCH v6 7/9] dt-bindings: i2c: iproc: add "brcm,iproc-nic-i2c" compatible string Ray Jui
2019-04-03 1:18 ` [PATCH v6 8/9] i2c: iproc: add NIC I2C support Ray Jui
2019-04-03 1:18 ` [PATCH v6 9/9] arm64: dts: Stingray: Add NIC i2c device node Ray Jui
2019-04-04 16:28 ` Florian Fainelli
2019-04-03 20:44 ` [PATCH v6 0/9] iProc I2C slave mode and NIC mode Wolfram Sang
2019-04-03 20:56 ` Ray Jui
2019-04-03 22:20 ` Florian Fainelli
2019-04-04 6:16 ` Wolfram Sang
2019-04-04 16:28 ` Florian Fainelli
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=20190403011830.3254-1-ray.jui@broadcom.com \
--to=ray.jui@broadcom.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=rayagonda.kokatanur@broadcom.com \
--cc=robh+dt@kernel.org \
--cc=wsa@the-dreams.de \
/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).