mbox series

[v4,0/6] i2c: mpc: Refactor to improve responsiveness

Message ID 20210414223325.23352-1-chris.packham@alliedtelesis.co.nz
Headers show
Series i2c: mpc: Refactor to improve responsiveness | expand

Message

Chris Packham April 14, 2021, 10:33 p.m. UTC
I've tested on T2081 and P2041 based systems with a number of i2c and smbus
devices.

I've included some clean ups provided by Andy Shevchenko to make applying the
series easier.

Andy Shevchenko (4):
  i2c: mpc: Use devm_clk_get_optional()
  i2c: mpc: Remove CONFIG_PM_SLEEP ifdeffery
  i2c: mpc: Use device_get_match_data() helper
  i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()

Chris Packham (2):
  i2c: mpc: Interrupt driven transfer
  i2c: mpc: Update license and copyright

 drivers/i2c/busses/i2c-mpc.c | 492 +++++++++++++++++++----------------
 1 file changed, 262 insertions(+), 230 deletions(-)

Comments

Wolfram Sang April 15, 2021, 8:09 p.m. UTC | #1
On Thu, Apr 15, 2021 at 10:33:19AM +1200, Chris Packham wrote:
> I've tested on T2081 and P2041 based systems with a number of i2c and smbus

> devices.

> 

> I've included some clean ups provided by Andy Shevchenko to make applying the

> series easier.


Applied to for-next, thanks!