[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7d6acdfe-87f5-6096-a870-58d7d802f975@alliedtelesis.co.nz>
Date: Wed, 24 Mar 2021 03:43:43 +0000
From: Chris Packham <Chris.Packham@...iedtelesis.co.nz>
To: "robh+dt@...nel.org" <robh+dt@...nel.org>,
"linux@...ck-us.net" <linux@...ck-us.net>,
"wsa@...nel.org" <wsa@...nel.org>,
"jdelvare@...e.com" <jdelvare@...e.com>
CC: "linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 0/6] i2c: mpc: Refactor to improve responsiveness
On 23/03/21 5:33 pm, Chris Packham wrote:
> The "meat" of this series is in the last patch which is the change that
> actually starts making use of the interrupts to drive a state machine.
> The dt-bindings patches can probably go in at any time. The rest of the
> series isn't dependent on them.
>
> I've tested it on a T2081 based system with a number of i2c and smbus
> devices. Its the end of my work day so I figured I'd get this out now
> but I'll do some more testing on a P2041 board and a few different i2c
> devices tomorrow.
I've done more testing on a T2081 and P2041 board. Both look good.
I've had some feedback from Rob on the dt-bindings which I think I've
got sorted now. I've got a couple of minor cosmetic changes to 6/6 but
I'll hold fire on sending a v2 to give people a chance to look at the
functional changes.
> Chris Packham (6):
> dt-bindings: i2c-mpc: Document interrupt property as required
> dt-bindings: i2c: convert i2c-mpc to json-schema
> i2c: mpc: Make use of i2c_recover_bus()
> i2c: mpc: make interrupt mandatory and remove polling code
> i2c: mpc: use device managed APIs
> i2c: mpc: Interrupt driven transfer
>
> .../devicetree/bindings/i2c/i2c-mpc.txt | 62 ---
> .../devicetree/bindings/i2c/i2c-mpc.yaml | 99 ++++
> drivers/i2c/busses/i2c-mpc.c | 513 ++++++++++--------
> 3 files changed, 373 insertions(+), 301 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-mpc.txt
> create mode 100644 Documentation/devicetree/bindings/i2c/i2c-mpc.yaml
>
Powered by blists - more mailing lists