drm/panel: Add driver for the Sony ACX565AKM panel
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 13 Aug 2019 20:10:59 +0000 (23:10 +0300)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 14 Aug 2019 20:23:11 +0000 (22:23 +0200)
commit1c8fc3f0c5d280d691c330388666c3726fa525c7
tree8bc2691ddbf43c7b1ccde571fdba52c2ea0f9caa
parentc9cf4c2a3bd35f4e90e840979ba7872932f9f120
drm/panel: Add driver for the Sony ACX565AKM panel

This panel is used on the Nokia N900.

The code is based on the omapdrm-specific panel-sony-acx565akm driver.
The hardware-related logic has been changed as little as possible to
avoid regressions as hardware availability is lacking to test the
changes. Follow-up patches should address the items listed in the TODO
list.

v2:
- fix checkpatch warning (lcd == NULL) => (!lcd) (sam)

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190813201101.30980-8-laurent.pinchart@ideasonboard.com
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.c
drivers/gpu/drm/panel/panel-sony-acx565akm.c [new file with mode: 0644]