All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] i2c: rcar: improve concurrency
@ 2019-03-03 15:03 Wolfram Sang
  2019-03-03 15:03 ` [PATCH 1/2] i2c: rcar: fix concurrency issue related to ICDMAER Wolfram Sang
  2019-03-03 15:03 ` [PATCH 2/2] i2c: rcar: explain the lockless design Wolfram Sang
  0 siblings, 2 replies; 8+ messages in thread
From: Wolfram Sang @ 2019-03-03 15:03 UTC (permalink / raw)
  To: linux-i2c; +Cc: linux-renesas-soc, Wolfram Sang

Here is a small series which mainly upports a patch from the BSP, reasonably
fixing an issue. Thanks, Yamasaki-san. I also noticed during review that there
is no explanation of the special lockless design of this driver, so I added a
comment for that. It is really noteworthy, I think.


Hiromitsu Yamasaki (1):
  i2c: rcar: fix concurrency issue related to ICDMAER

Wolfram Sang (1):
  i2c: rcar: explain the lockless design

 drivers/i2c/busses/i2c-rcar.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

-- 
2.11.0


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-03 15:03 [PATCH 0/2] i2c: rcar: improve concurrency Wolfram Sang
2019-03-03 15:03 ` [PATCH 1/2] i2c: rcar: fix concurrency issue related to ICDMAER Wolfram Sang
2019-03-04 22:27   ` Wolfram Sang
2019-03-06 12:59   ` Simon Horman
2019-03-09 10:10   ` Wolfram Sang
2019-03-03 15:03 ` [PATCH 2/2] i2c: rcar: explain the lockless design Wolfram Sang
2019-03-06 12:59   ` Simon Horman
2019-03-09 10:11   ` Wolfram Sang

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.