mbox series

[linux,dev-4.13,0/3] i2c: fsi: Fix locking and simplify the driver

Message ID 1527621398-26526-1-git-send-email-eajames@linux.vnet.ibm.com
Headers show
Series i2c: fsi: Fix locking and simplify the driver | expand

Message

Eddie James May 29, 2018, 7:16 p.m. UTC
This series fixes up the FSI-based I2C driver. Thanks to Ben H for the first
patch.

Eddie James (3):
  i2c: fsi: Don't take a lock around FSI accesses
  i2c: fsi: Use mutex lock instead of semaphore
  i2c: fsi: Use usleep instead of schedule calls

 drivers/i2c/busses/i2c-fsi.c | 107 +++++++++++--------------------------------
 1 file changed, 26 insertions(+), 81 deletions(-)

Comments

Joel Stanley May 30, 2018, 2:21 p.m. UTC | #1
On 30 May 2018 at 04:46, Eddie James <eajames@linux.vnet.ibm.com> wrote:
> This series fixes up the FSI-based I2C driver. Thanks to Ben H for the first
> patch.

Thanks for the series. I noticed you got some comments on the version
you sent upstream, so I'll let you re-spin this series to match those
comments.

On Monday I'll apply the upstream series to the dev-4.17 tree.
However, it would be nice to get these fixes into the 4.13 branch
before we move on.

Cheers,

Joel