[GIT PULL] i3c: Fixes for 5.0-rc3

From: Boris Brezillon
Date: Fri Jan 18 2019 - 07:57:48 EST


Hello Linus,

Here is the I3C fixes PR for 5.0-rc3.

Regards,

Boris

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

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-rc3

for you to fetch changes up to f29fd331aa055fbeb5a496b4af937b7952111b6b:

i3c: master: dw-i3c-master: fix i3c_attach/reattach (2019-01-15 11:15:11 +0100)

----------------------------------------------------------------
- Fix the error check on master->sysclk val in the Cadence driver
- Fix reattach implementation in the Designware driver

----------------------------------------------------------------
Christophe JAILLET (1):
i3c: master: Fix an error checking typo in 'cdns_i3c_master_probe()'

Vitor Soares (1):
i3c: master: dw-i3c-master: fix i3c_attach/reattach

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