All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] i2c: core: introduce master_xfer_irqless
@ 2018-09-20 16:14 ` Wolfram Sang
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfram Sang @ 2018-09-20 16:14 UTC (permalink / raw)
  To: linux-i2c
  Cc: Tero Kristo, preid, Keerthy, Andy Shevchenko, linux-renesas-soc,
	Wolfram Sang, Grygorii Strashko, Stefan Lengfeld, linux-omap,
	linux-arm-kernel

To keep the discussion about master_xfer_irqless going, I post here a
draft how I envision the changes to the I2C core. They are only build
tested. I am unsure if I can test them on hardware before next week, so
I'll send them around as RFC already, so people can get an idea and
comment. Maybe Stefan has some bandwidth to test his imx driver
implementation on top of this?

A branch can be found here:

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/i2c/xfer_irqless

Happy hacking and thanks for all the input to this,

   Wolfram


Wolfram Sang (4):
  i2c: core: remove outdated DEBUG output
  i2c: core: remove level of indentation in i2c_transfer
  i2c: core: use I2C locking behaviour also for SMBUS
  i2c: core: introduce master_xfer_irqless callback

 drivers/i2c/i2c-core-base.c  | 44 +++++++++++++-----------------------
 drivers/i2c/i2c-core-smbus.c |  7 +++++-
 drivers/i2c/i2c-core.h       | 12 ++++++++++
 include/linux/i2c.h          | 10 +++++---
 4 files changed, 41 insertions(+), 32 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 68+ messages in thread

end of thread, other threads:[~2019-02-09 18:03 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20 16:14 [RFC PATCH 0/4] i2c: core: introduce master_xfer_irqless Wolfram Sang
2018-09-20 16:14 ` Wolfram Sang
2018-09-20 16:14 ` Wolfram Sang
2018-09-20 16:14 ` [RFC PATCH 1/4] i2c: core: remove outdated DEBUG output Wolfram Sang
2018-09-20 16:14   ` Wolfram Sang
2018-09-20 16:14   ` Wolfram Sang
2018-09-20 17:23   ` Peter Rosin
2018-09-20 17:23     ` Peter Rosin
2018-09-20 17:23     ` Peter Rosin
2018-10-05 16:14   ` Wolfram Sang
2018-10-05 16:14     ` Wolfram Sang
2018-10-05 16:14     ` Wolfram Sang
2018-09-20 16:14 ` [RFC PATCH 2/4] i2c: core: remove level of indentation in i2c_transfer Wolfram Sang
2018-09-20 16:14   ` Wolfram Sang
2018-09-20 16:14   ` Wolfram Sang
2018-09-20 17:26   ` Peter Rosin
2018-09-20 17:26     ` Peter Rosin
2018-09-20 17:26     ` Peter Rosin
2018-09-20 22:46     ` Wolfram Sang
2018-09-20 22:46       ` Wolfram Sang
2018-09-20 22:46       ` Wolfram Sang
2018-10-05 16:15   ` Wolfram Sang
2018-10-05 16:15     ` Wolfram Sang
2018-10-05 16:15     ` Wolfram Sang
2018-09-20 16:14 ` [RFC PATCH 3/4] i2c: core: use I2C locking behaviour also for SMBUS Wolfram Sang
2018-09-20 16:14   ` Wolfram Sang
2018-09-20 16:14   ` Wolfram Sang
2018-09-20 17:31   ` Peter Rosin
2018-09-20 17:31     ` Peter Rosin
2018-09-20 17:31     ` Peter Rosin
2018-09-20 22:48     ` Wolfram Sang
2018-09-20 22:48       ` Wolfram Sang
2018-09-20 22:48       ` Wolfram Sang
2018-09-20 16:14 ` [RFC PATCH 4/4] i2c: core: introduce master_xfer_irqless callback Wolfram Sang
2018-09-20 16:14   ` Wolfram Sang
2018-09-20 16:14   ` Wolfram Sang
2018-09-20 17:41   ` Peter Rosin
2018-09-20 17:41     ` Peter Rosin
2018-09-20 17:41     ` Peter Rosin
2018-09-20 22:55     ` Wolfram Sang
2018-09-20 22:55       ` Wolfram Sang
2018-09-20 22:55       ` Wolfram Sang
2018-10-18 10:44   ` Russell King - ARM Linux
2018-10-18 10:44     ` Russell King - ARM Linux
2018-10-18 10:44     ` Russell King - ARM Linux
2019-02-09 18:03     ` Wolfram Sang
2019-02-09 18:03       ` Wolfram Sang
2018-09-20 22:02 ` [RFC PATCH 0/4] i2c: core: introduce master_xfer_irqless Tony Lindgren
2018-09-20 22:02   ` Tony Lindgren
2018-09-20 22:02   ` Tony Lindgren
2018-09-20 22:56   ` Wolfram Sang
2018-09-20 22:56     ` Wolfram Sang
2018-09-20 22:56     ` Wolfram Sang
2018-10-18 10:35     ` Keerthy
2018-10-18 10:35       ` Keerthy
2018-10-18 10:35       ` Keerthy
2018-09-20 23:01 ` Wolfram Sang
2018-09-20 23:01   ` Wolfram Sang
2018-09-20 23:01   ` Wolfram Sang
2018-09-23 20:20 ` Stefan Lengfeld
2018-09-23 20:20   ` Stefan Lengfeld
2018-09-23 20:20   ` Stefan Lengfeld
2018-10-07 15:39   ` [RFC PATCH 0/3] " Stefan Lengfeld
2018-10-07 15:39     ` [RFC PATCH 1/3] i2c: imx: implement master_xfer_irqless callback Stefan Lengfeld
2018-10-08 10:06       ` Andy Shevchenko
2018-10-07 15:39     ` [RFC PATCH 2/3] watchdog: da9062: avoid regmap in restart handler Stefan Lengfeld
2018-10-08 10:07       ` Andy Shevchenko
2018-10-07 15:39     ` [RFC PATCH 3/3] ARM: dts: phyboard-mira-dl: rely on PMIC for reboot and watchdog Stefan Lengfeld

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.