drm/solomon: Add SSD130x OLED displays I2C support
authorJavier Martinez Canillas <javierm@redhat.com>
Mon, 14 Feb 2022 13:37:08 +0000 (14:37 +0100)
committerJavier Martinez Canillas <javierm@redhat.com>
Wed, 16 Feb 2022 12:29:04 +0000 (13:29 +0100)
commitd12dd1db809a3f298b4ef6cc02ca64fe3038391d
tree1a6f5050c19e54320c6bf07f21c9b91cf8a35a21
parenta61732e808672cfa8c8c6028bcf9feacb953ef40
drm/solomon: Add SSD130x OLED displays I2C support

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
drivers/gpu/drm/solomon/Kconfig
drivers/gpu/drm/solomon/Makefile
drivers/gpu/drm/solomon/ssd130x-i2c.c [new file with mode: 0644]