mbox series

[GIT,PULL] I3C changes for 5.19

Message ID YpfXf/unhrWZkE3j@mail.local (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] I3C changes for 5.19 | expand

Pull-request

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

Message

Alexandre Belloni June 1, 2022, 9:17 p.m. UTC
Hello Linus,

Here is the pull request for the i3c subsystem. Only clean ups and no
functional change this cycle.

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 66ed42caf286a7aaeb6f1db4b2995dd9416226c2:

  MAINTAINERS: rectify entries for some i3c drivers after dt conversion (2022-06-01 22:46:58 +0200)

----------------------------------------------------------------
I3C for 5.19

Subsystem:
 - yaml conversion of the DT bindings

----------------------------------------------------------------
Guo Zhengkui (1):
      i3c: master: svc: fix returnvar.cocci warning

Lukas Bulwahn (1):
      MAINTAINERS: rectify entries for some i3c drivers after dt conversion

Minghao Chi (1):
      i3c/master: simplify the return expression of i3c_hci_remove()

Rob Herring (2):
      dt-bindings: i3c: Convert cdns,i3c-master to DT schema
      dt-bindings: i3c: Convert snps,dw-i3c-master to DT schema

 .../devicetree/bindings/i3c/cdns,i3c-master.txt    | 43 ----------------
 .../devicetree/bindings/i3c/cdns,i3c-master.yaml   | 60 ++++++++++++++++++++++
 .../devicetree/bindings/i3c/snps,dw-i3c-master.txt | 41 ---------------
 .../bindings/i3c/snps,dw-i3c-master.yaml           | 52 +++++++++++++++++++
 MAINTAINERS                                        |  4 +-
 drivers/i3c/master/mipi-i3c-hci/core.c             |  7 +--
 drivers/i3c/master/svc-i3c-master.c                |  3 +-
 7 files changed, 116 insertions(+), 94 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
 create mode 100644 Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml
 delete mode 100644 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
 create mode 100644 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml

Comments

pr-tracker-bot@kernel.org June 1, 2022, 9:53 p.m. UTC | #1
The pull request you sent on Wed, 1 Jun 2022 23:17:51 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/55fe92179058406fe00bff2167c94443a7b2e07a

Thank you!