summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/solomon/ssd130x-i2c.c
AgeCommit message (Collapse)AuthorFilesLines
2022-02-16drm/solomon: Add SSD130x OLED displays I2C supportJavier Martinez Canillas1-0/+116
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 <javierm@redhat.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20220214133710.3278506-5-javierm@redhat.com