Re: [RFC PATCH 3/3] drm/panel: panel-sharp-ls043t1le01: Use panel-common helpers

2017-03-25 Thread Emil Velikov
On 16 March 2017 at 22:08, Sean Paul wrote: > static const struct drm_display_mode default_mode = { > @@ -259,14 +238,14 @@ static const struct drm_panel_funcs > sharp_nt_panel_funcs = { > static int sharp_nt_panel_add(struct sharp_nt_panel *sharp_nt) > { > struct device *dev = &sharp

[RFC PATCH 3/3] drm/panel: panel-sharp-ls043t1le01: Use panel-common helpers

2017-03-16 Thread Sean Paul
Instead of duplicating common code from panel-simple, use the panel-common helpers. Signed-off-by: Sean Paul --- drivers/gpu/drm/panel/Kconfig | 1 + drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c | 70 +++-- 2 files changed, 20 insertions(+), 51 deletion