linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] i2c: designware: add i2c gpio recovery option
@ 2017-06-16  7:42 Phil Reid
  2017-06-16  7:42 ` [PATCH v2 1/2] i2c: Switch to using gpiod interface for gpio bus recovery Phil Reid
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Phil Reid @ 2017-06-16  7:42 UTC (permalink / raw)
  To: jarkko.nikula, andriy.shevchenko, mika.westerberg, wsa, tim,
	linux-i2c
  Cc: Phil Reid

Changes from V1:
- In review Andy suggested change the i2c core to use the gpiod
  I've added a patch that allows the gradual switching of drivers 
  to using gpiod interface. The old interface is preserved so
  that changes can be made incrementally.
- I've update Tim's patch for the designware driver to use the new
  interface. Tweaked a couple of things to his patch and fixed
  up things Andy id in last review. 
  The core changes in p1 don't require the get/set scl/sda functions.
  Hopefully I've done the right thing with preserving authorship and
  signoff.

Phil Reid (1):
  i2c: Switch to using gpiod interface for gpio bus recovery

Tim Sander (1):
  i2c: designware: add i2c gpio recovery option

 drivers/i2c/busses/i2c-designware-core.c    | 12 ++++--
 drivers/i2c/busses/i2c-designware-core.h    |  1 +
 drivers/i2c/busses/i2c-designware-platdrv.c | 58 +++++++++++++++++++++++++++++
 drivers/i2c/i2c-core-base.c                 | 22 +++++++++--
 include/linux/i2c.h                         |  2 +
 5 files changed, 88 insertions(+), 7 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-08-30  6:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16  7:42 [PATCH v2 0/2] i2c: designware: add i2c gpio recovery option Phil Reid
2017-06-16  7:42 ` [PATCH v2 1/2] i2c: Switch to using gpiod interface for gpio bus recovery Phil Reid
2017-06-16  7:42 ` [PATCH v2 2/2] i2c: designware: add i2c gpio recovery option Phil Reid
2017-08-24  9:21 ` [PATCH v2 0/2] " Phil Reid
2017-08-24 11:59   ` Andy Shevchenko
2017-08-29 16:28     ` Andy Shevchenko
2017-08-30  6:18       ` Phil Reid

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).