[PATCH v2 0/7] add LCD support for SAM9X60

From: Claudiu.Beznea
Date: Tue Mar 05 2019 - 05:07:40 EST


From: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx>

Hi,

These patches adds support for SAM9X60's LCD controller.

First patches add option to specify if controller clock source is fixed.
Second patch avoid a variable initialization in atmel_hlcdc_crtc_mode_set_nofb().
The 3rd one adds specific bindings for SAM9X60 LCD controller.
The 4th and 5th add compatibles in the driver.
The 6th patch enables sys_clk in probe since SAM9X60 needs this.
Specific support was added also in suspend/resume hooks.
The work in the 6th patch was done based on support added in 1st patch.
The 7th patch adds SAM9X60's LCD configuration and enabled it.

I kept a big series including PWM, MFD, LCD changes due to shared DT
bindings. If you prefer, I'm available to send them separately. Please let
me know.

Thank you,
Claudiu Beznea

Changes in v2:
- use "|" operator in patch 1/7 to set ATMEL_HLCDC_CLKSEL on cfg
- collect Acked-by, Reviewed-by tags

Claudiu Beznea (5):
drm: atmel-hlcdc: add config option for clock selection
drm: atmel-hlcdc: avoid initializing cfg with zero
dt-bindings: mfd: add bindings for SAM9X60 HLCD controller
mfd: atmel-hlcdc: add compatible for SAM9X60 HLCD controller
pwm: atmel-hlcdc: add compatible for SAM9X60 HLCDC's PWM

Sandeep Sheriker Mallikarjun (2):
drm: atmel-hlcdc: enable sys_clk during initalization.
drm: atmel-hlcdc: add sam9x60 LCD controller

.../devicetree/bindings/mfd/atmel-hlcdc.txt | 1 +
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 18 ++--
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 120 ++++++++++++++++++++-
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h | 2 +
drivers/mfd/atmel-hlcdc.c | 1 +
drivers/pwm/pwm-atmel-hlcdc.c | 3 +
6 files changed, 135 insertions(+), 10 deletions(-)

--
2.7.4