This patch series is a proposal for the I3C master driver for Synopsys IP. This patch is to be applied on top of I3C subsystem RFC V6 submitted by Boris Brezillon. Supported features: Regular CCC commands. I3C private transfers. I2C transfers. Missing functionalities: Hot-join. IBI. Vitor soares (3): i3c: master: Add driver for Synopsys DesignWare IP dt-bindings: i3c: Document Synopsys DesignWare I3C master bindings MAINTAINERS: Add myself as the dw-i3c-master module maintainer .../devicetree/bindings/i3c/snps,dw-i3c-master.txt | 43 + MAINTAINERS | 6 + drivers/i3c/master/Kconfig | 10 + drivers/i3c/master/Makefile | 1 + drivers/i3c/master/dw-i3c-master.c | 1255 ++++++++++++++++++++ 5 files changed, 1315 insertions(+) create mode 100644 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt create mode 100644 drivers/i3c/master/dw-i3c-master.c -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html