Re: [PATCH v6 4/6] drm/solomon: Add SSD130x OLED displays I2C support

2022-02-16 Thread Maxime Ripard
On Mon, Feb 14, 2022 at 02:37:08PM +0100, Javier Martinez Canillas wrote: > The ssd130x driver only provides the core support for these devices but it > does not have any bus transport logic. Add a driver to interface over I2C. > > Signed-off-by: Javier Martinez Canillas > Reviewed-by: Andy Shevc

[PATCH v6 4/6] drm/solomon: Add SSD130x OLED displays I2C support

2022-02-14 Thread Javier Martinez Canillas
The ssd130x driver only provides the core support for these devices but it does not have any bus transport logic. Add a driver to interface over I2C. Signed-off-by: Javier Martinez Canillas Reviewed-by: Andy Shevchenko --- (no changes since v5) Changes in v5: - Add Andy Shevchenko's Reviewed-b