mbox series

[GIT,PULL] i3c: Fixes for 5.0-rc3

Message ID 20190118135716.5cb2cc64@bbrezillon (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] i3c: Fixes for 5.0-rc3 | expand

Pull-request

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

Message

Boris Brezillon Jan. 18, 2019, 12:57 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 18, 2019, 7:40 p.m. UTC | #1
The pull request you sent on Fri, 18 Jan 2019 13:57:37 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8b4fe58db67947b0c7195405ecb041a991580693

Thank you!