Re: [PATCH v2 1/3] regmap: add i3c bus support

2019-06-07 Thread Mark Brown
On Thu, Jun 06, 2019 at 05:12:02PM +0200, Vitor Soares wrote: > Add basic support for i3c bus. > This is a simple implementation that only give support > for SDR Read and Write commands. The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19

[PATCH v2 1/3] regmap: add i3c bus support

2019-06-06 Thread Vitor Soares
Add basic support for i3c bus. This is a simple implementation that only give support for SDR Read and Write commands. Signed-off-by: Vitor Soares --- Changes in v2: None drivers/base/regmap/Kconfig | 6 +++- drivers/base/regmap/Makefile | 1 + drivers/base/regmap/regmap-i3c.c |