All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] I3C changes for 5.19
Date: Wed, 1 Jun 2022 23:17:51 +0200	[thread overview]
Message-ID: <YpfXf/unhrWZkE3j@mail.local> (raw)

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

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] I3C changes for 5.19
Date: Wed, 1 Jun 2022 23:17:51 +0200	[thread overview]
Message-ID: <YpfXf/unhrWZkE3j@mail.local> (raw)

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

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

             reply	other threads:[~2022-06-01 21:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01 21:17 Alexandre Belloni [this message]
2022-06-01 21:17 ` [GIT PULL] I3C changes for 5.19 Alexandre Belloni
2022-06-01 21:53 ` pr-tracker-bot
2022-06-01 21:53   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YpfXf/unhrWZkE3j@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=linux-i3c@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.