Re: [PATCH 1/2] regmap: Add DSI bus support

2019-07-10 Thread Jeffrey Hugo
On Fri, Jul 5, 2019 at 7:06 PM Mark Brown wrote: > > On Wed, Jul 03, 2019 at 02:45:12PM -0700, Jeffrey Hugo wrote: > > Add basic support with a simple implementation that utilizes the generic > > read/write commands to allow device registers to be configured. > > This looks good to me but I really

[PATCH 1/2] regmap: Add DSI bus support

2019-07-03 Thread Jeffrey Hugo
Add basic support with a simple implementation that utilizes the generic read/write commands to allow device registers to be configured. Signed-off-by: Jeffrey Hugo --- drivers/base/regmap/Kconfig | 6 +++- drivers/base/regmap/Makefile | 1 + drivers/base/regmap/regmap-dsi.c | 62