lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 1 Jun 2022 23:17:51 +0200
From:   Alexandre Belloni <alexandre.belloni@...tlin.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-i3c@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] I3C changes for 5.19

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ