linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Federico Vaga <federico.vaga@cern.ch>
To: Peter Korsgaard <peter@korsgaard.com>, Andrew Lunn <andrew@lunn.ch>
Cc: <linux-i2c@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH v3 0/5]
Date: Fri, 8 Feb 2019 17:11:56 +0100	[thread overview]
Message-ID: <20190208161201.7860-1-federico.vaga@cern.ch> (raw)

This patch set provides improvements to the i2c-ocore driver.

[V2 -> V3]
- fix error condition on platform_get_irq(). Copied from
  https://patchwork.ozlabs.org/patch/1038409/

[V1 -> V2]
- replaced usleep_range() with udelay() so that the polling version can be
  used in atomic context.
- added dedicated patch for minor style issues
- fixed delay computation
- use spin_lock_irqsave(), instead of spin_trylock_irqsave(). IACK is always
  necessary and a trylock would generate an extra interrupt for nothing
- make the driver ready for an eventual master_xfer_irqless()


             reply	other threads:[~2019-02-08 16:12 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-08 16:11 Federico Vaga [this message]
2019-02-08 16:11 ` [PATCH v3 1/5] i2c:ocores: stop transfer on timeout Federico Vaga
2019-02-08 16:58   ` Andrew Lunn
2019-02-08 16:11 ` [PATCH v3 2/5] i2c:ocores: do not handle IRQ if IF is not set Federico Vaga
2019-02-08 17:00   ` Andrew Lunn
2019-02-08 16:11 ` [PATCH v3 3/5] i2c:ocores: add polling interface Federico Vaga
2019-02-09 21:33   ` Andrew Lunn
2019-02-11  8:20     ` Federico Vaga
2019-02-08 16:12 ` [PATCH v3 4/5] i2c:ocores: add SPDX tag Federico Vaga
2019-02-08 17:01   ` Andrew Lunn
2019-02-08 17:16   ` Peter Rosin
2019-02-08 16:12 ` [PATCH v3 5/5] i2c:ocores: checkpatch fixes Federico Vaga
2019-02-08 17:03   ` Andrew Lunn
2019-02-09 21:41 ` [PATCH v3 0/5] Andrew Lunn
  -- strict thread matches above, loose matches on Subject: below --
2023-05-29 15:35 Bernhard Rosenkränzer
2023-05-29 16:30 ` Matthias Brugger
2018-05-18 14:39 Marc Zyngier
2018-05-18 16:29 ` Vince Weaver
2018-05-18 16:41   ` Marc Zyngier
2018-05-18 17:39     ` Stefan Wahren
2018-05-21 18:19 ` Will Deacon
2015-07-12  5:10 Taeung Song
2014-12-08  9:46 Yunzhi Li
2009-11-10 22:36 Alex Chiang

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=20190208161201.7860-1-federico.vaga@cern.ch \
    --to=federico.vaga@cern.ch \
    --cc=andrew@lunn.ch \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter@korsgaard.com \
    /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 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).