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

2019-07-10 Thread Mark Brown
On Wed, Jul 10, 2019 at 04:56:37PM +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. Please do not submit new versions of already applied patches, please submit incremental updates to the existing

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

2019-07-10 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 --- drivers/base/regmap/Kconfig | 6 +++- drivers/base/regmap/Makefile | 1 + drivers/base/regmap/regmap-i3c.c | 60 ++