[GIT PULL] i3c: Fixes for 5.0-rc5

From: Boris Brezillon
Date: Fri Feb 01 2019 - 03:41:08 EST


Hello Linus,

Here is the I3C fixes PR for 5.0-rc5.

Regards,

Boris

The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:

Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/fixes-for-5.0-rc5

for you to fetch changes up to f36c1f9a8dfd6a78e6c3fe7aff5e722b84307597:

i3c: master: dw: fix deadlock (2019-01-26 11:14:25 +0100)

----------------------------------------------------------------
- Fix a deadlock in the designware driver
- Fix the error path in i3c_master_add_i3c_dev_locked()

----------------------------------------------------------------
Jisheng Zhang (2):
i3c: fix missing detach if failed to retrieve i3c dev
i3c: master: dw: fix deadlock

drivers/i3c/master.c | 2 +-
drivers/i3c/master/dw-i3c-master.c | 18 ++++++++++++------
2 files changed, 13 insertions(+), 7 deletions(-)