[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181029145051.31984-1-federico.vaga@cern.ch>
Date: Mon, 29 Oct 2018 15:50:46 +0100
From: Federico Vaga <federico.vaga@...n.ch>
To: Peter Korsgaard <peter@...sgaard.com>, <linux-i2c@...r.kernel.org>
CC: <linux-kernel@...r.kernel.org>, <federico.vaga@...n.ch>
Subject: [PATCH V2 0/5] i2c:ocores: improvements
This patch set provides improvements to the i2c-ocore driver.
[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()
Powered by blists - more mailing lists