mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/6] i2c: add bus recovery infrastructure
@ 2015-07-30 14:52 Jan Luebbe
  2015-07-30 14:52 ` [PATCH v2 1/6] " Jan Luebbe
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Jan Luebbe @ 2015-07-30 14:52 UTC (permalink / raw)
  To: barebox

This series ports the kernel's i2c bus recovery support to barebox.

Bus recovery is necessary when a slave device pulls the SDA line low because it
is in a wrong state. The fix is to toggle the SCL line, which move the slaves
into the idle state. Using the same structure and callbacks as the kernel makes
it easy to port the per-driver code to barebox.

Changes from v1:
  - Let the driver configure the function pointers to avoid linking in
    i2c_generic_gpio_recovery when it is not actually needed.
  - Add recovery support to i2c-gpio.

Jan Luebbe (6):
  i2c: add bus recovery infrastructure
  i2c-omap: clear ARDY twice
  i2c-omap: add bus recovery support
  i2c: algo-bit: fix debug code
  i2c: algo-bit: check if the bus is busy
  i2c: gpio: add bus recovery support

 drivers/i2c/algos/i2c-algo-bit.c |  44 ++++++++++---
 drivers/i2c/busses/i2c-gpio.c    |  10 +++
 drivers/i2c/busses/i2c-omap.c    |  88 +++++++++++++++++++++++++-
 drivers/i2c/i2c.c                | 130 +++++++++++++++++++++++++++++++++++++++
 include/i2c/i2c.h                |  45 ++++++++++++++
 5 files changed, 307 insertions(+), 10 deletions(-)

-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-08-03  9:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-30 14:52 [PATCH v2 0/6] i2c: add bus recovery infrastructure Jan Luebbe
2015-07-30 14:52 ` [PATCH v2 1/6] " Jan Luebbe
2015-07-30 14:52 ` [PATCH v2 2/6] i2c-omap: clear ARDY twice Jan Luebbe
2015-07-30 14:52 ` [PATCH v2 3/6] i2c-omap: add bus recovery support Jan Luebbe
2015-07-30 14:52 ` [PATCH v2 4/6] i2c: algo-bit: fix debug code Jan Luebbe
2015-07-30 14:52 ` [PATCH v2 5/6] i2c: algo-bit: check if the bus is busy Jan Luebbe
2015-07-30 14:52 ` [PATCH v2 6/6] i2c: gpio: add bus recovery support Jan Luebbe
2015-07-31  7:29 ` [PATCH v2 0/6] i2c: add bus recovery infrastructure Sascha Hauer
2015-08-03  9:20   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox