All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiner Kallweit <hkallweit1@gmail.com>
To: Jean Delvare <jdelvare@suse.com>
Cc: "linux-i2c@vger.kernel.org" <linux-i2c@vger.kernel.org>
Subject: [PATCH 0/2] i2c: i801: Replace waitqueue with completion API
Date: Fri, 21 May 2021 23:59:15 +0200	[thread overview]
Message-ID: <561b74ab-b020-b0c7-c1ad-b7c3326245e3@gmail.com> (raw)

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


             reply	other threads:[~2021-05-21 21:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-21 21:59 Heiner Kallweit [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=561b74ab-b020-b0c7-c1ad-b7c3326245e3@gmail.com \
    --to=hkallweit1@gmail.com \
    --cc=jdelvare@suse.com \
    --cc=linux-i2c@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.