mbox series

[GIT,PULL] I3C changes for 5.13

Message ID YJWVRyqnPVlz5vY5@piout.net (mailing list archive)
State Accepted
Commit 1ad77a05cfaed42cba301368350817333ac69b6a
Headers show
Series [GIT,PULL] I3C changes for 5.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-5.13

Message

Alexandre Belloni May 7, 2021, 7:30 p.m. UTC
Hello Linus,

Here is the I3C pull request for 5.13. Only three fixes this cycle.

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-5.13

for you to fetch changes up to 0d95f41ebde40d552bb4fea64b1d618607915fd6:

  Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_register" (2021-04-24 22:21:01 +0200)

----------------------------------------------------------------
I3C for 5.13

Subsystem:
 - Fix i3c_master_register error path.

----------------------------------------------------------------
Colin Ian King (1):
      i3c: master: svc: remove redundant assignment to cmd->read_len

Jae Hyun Yoo (1):
      Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_register"

Rob Herring (1):
      dt-bindings: i3c: Fix silvaco,i3c-master-v1 compatible string

 Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml | 2 +-
 drivers/i3c/master.c                                          | 5 +----
 drivers/i3c/master/svc-i3c-master.c                           | 1 -
 3 files changed, 2 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org May 7, 2021, 8:08 p.m. UTC | #1
The pull request you sent on Fri, 7 May 2021 21:30:15 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-5.13

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1ad77a05cfaed42cba301368350817333ac69b6a

Thank you!