Merge tag 'i3c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Pull i3c update from Alexandre Belloni: "Subsystem: - Handle drivers without probe or remove callback - Remove callback now returns void - DT documentation is now in yaml New driver: - Silvaco I3C master" * tag 'i3c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux: i3c: master: dw: Drop redundant disec call MAINTAINERS: Add Silvaco I3C master i3c: master: svc: Add Silvaco I3C master driver dt-bindings: i3c: Describe Silvaco master binding dt-bindings: Add vendor prefix for Silvaco dt-bindings: i3c: mipi-hci: Include the bus binding dt-bindings: i3c: Convert the bus description to yaml i3c: Make remove callback return void i3c: Handle drivers without probe or remove callback i3c/master/mipi-i3c-hci: Specify HAS_IOMEM dependency
Showing
- Documentation/devicetree/bindings/i3c/i3c.txt 0 additions, 140 deletionsDocumentation/devicetree/bindings/i3c/i3c.txt
- Documentation/devicetree/bindings/i3c/i3c.yaml 179 additions, 0 deletionsDocumentation/devicetree/bindings/i3c/i3c.yaml
- Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml 7 additions, 2 deletionsDocumentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml
- Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml 60 additions, 0 deletions...mentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
- Documentation/devicetree/bindings/vendor-prefixes.yaml 2 additions, 0 deletionsDocumentation/devicetree/bindings/vendor-prefixes.yaml
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- drivers/i3c/device.c 5 additions, 0 deletionsdrivers/i3c/device.c
- drivers/i3c/master.c 3 additions, 5 deletionsdrivers/i3c/master.c
- drivers/i3c/master/Kconfig 9 additions, 0 deletionsdrivers/i3c/master/Kconfig
- drivers/i3c/master/Makefile 1 addition, 0 deletionsdrivers/i3c/master/Makefile
- drivers/i3c/master/dw-i3c-master.c 0 additions, 5 deletionsdrivers/i3c/master/dw-i3c-master.c
- drivers/i3c/master/svc-i3c-master.c 1478 additions, 0 deletionsdrivers/i3c/master/svc-i3c-master.c
- include/linux/i3c/device.h 1 addition, 1 deletioninclude/linux/i3c/device.h
Please register or sign in to comment