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

2019-07-12 Thread Vitor Soares
Hi Boris, From: Boris Brezillon Date: Fri, Jul 12, 2019 at 16:59:15 > On Fri, 12 Jul 2019 13:53:28 +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. > > > > This patch has been appl

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

2019-07-12 Thread Boris Brezillon
On Fri, 12 Jul 2019 13:53:28 +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. > This patch has been applied by Mark already. Please make sure to drop already applied patches when submitting a n

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

2019-07-12 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 ++