lkml.org 
[lkml]   [2018]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] Add driver for Synopsys DesignWare I3C master IP
Date
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 V10 submitted bu Boris Brezillon.

The change made on bufs passed to i3c_master_send_ccc_cmd_locked() be dynamically allocated allow the use of writesl/readsl() function on I3C transfers.
For I2C transfers still have memory misalignment on bufs and if the client try to read more than 4bytes the system stops. This will fixed next version.

Supported features:
Regular CCC commands.
I3C private transfers.
I2C transfers.

Missing functionalities:
Support for I3C_BUS_MODE_MIXED_SLOW.
Hot-join.
IBI.

Main change between v1 and v2:
Add controller version on dt-binding
The driver now calls writesl/readsl() instead readl/writel
Rename some variables in the driver


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 | 42 +
MAINTAINERS | 6 +
drivers/i3c/master/Kconfig | 13 +
drivers/i3c/master/Makefile | 1 +
drivers/i3c/master/dw-i3c-master.c | 1217 ++++++++++++++++++++
5 files changed, 1279 insertions(+)
create mode 100755 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
create mode 100755 drivers/i3c/master/dw-i3c-master.c

--
2.7.4


\
 
 \ /
  Last update: 2018-10-29 11:09    [W:0.117 / U:0.688 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site