linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] i2c: i801: Replace waitqueue with completion API
@ 2021-05-21 21:59 Heiner Kallweit
  2021-05-21 22:00 ` [PATCH 1/2] i2c: i801: Remove unneeded warning after wait_event_timeout timeout Heiner Kallweit
  2021-05-21 22:02 ` [PATCH 2/2] i2c: i801: Replace waitqueue with completion API Heiner Kallweit
  0 siblings, 2 replies; 9+ messages in thread
From: Heiner Kallweit @ 2021-05-21 21:59 UTC (permalink / raw)
  To: Jean Delvare; +Cc: linux-i2c

Using the completion API is more intuitive and it allows to simplify
the code.

Heiner Kallweit (2):
  i2c: i801: Remove unneeded warning after wait_event_timeout timeout
  i2c: i801: Replace waitqueue with completion API

 drivers/i2c/busses/i2c-i801.c | 52 +++++++++++++----------------------
 1 file changed, 19 insertions(+), 33 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-05-27 20:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 21:59 [PATCH 0/2] i2c: i801: Replace waitqueue with completion API Heiner Kallweit
2021-05-21 22:00 ` [PATCH 1/2] i2c: i801: Remove unneeded warning after wait_event_timeout timeout Heiner Kallweit
2021-05-25 10:00   ` Jean Delvare
2021-05-27 20:09     ` Wolfram Sang
2021-05-21 22:02 ` [PATCH 2/2] i2c: i801: Replace waitqueue with completion API Heiner Kallweit
2021-05-25 12:12   ` Jean Delvare
2021-05-25 13:01     ` Heiner Kallweit
2021-05-27  7:13       ` Daniel Kurtz
2021-05-27 20:09   ` Wolfram Sang

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