Re: [PATCH v3 0/6] fixes for atmel-hlcdc

2020-01-06 Thread Sam Ravnborg
> > Claudiu Beznea (5): > drm: atmel-hlcdc: use double rate for pixel clock only if supported > drm: atmel-hlcdc: enable clock before configuring timing engine > mfd: atmel-hlcdc: add struct device member to struct > atmel_hlcdc_regmap > mfd: atmel-hlcdc: return in case of error >

Re: [PATCH v3 0/6] fixes for atmel-hlcdc

2020-01-02 Thread Sam Ravnborg
Hi Lee. > > > ("drm/atmel-hlcdc: allow selecting a higher pixel-clock than requested") > > > > > > Claudiu Beznea (5): > > > drm: atmel-hlcdc: use double rate for pixel clock only if supported > > > drm: atmel-hlcdc: enable clock before configuring timing engine > > > > > mfd: atmel-hlcd

Re: [PATCH v3 0/6] fixes for atmel-hlcdc

2020-01-02 Thread Lee Jones
On Thu, 02 Jan 2020, Sam Ravnborg wrote: > Hi Lee. > > How do de handle the two mfd related patches? > > > I have few fixes for atmel-hlcdc driver in this series as well > > as two reverts. > > Revert "drm: atmel-hlcdc: enable sys_clk during initalization." is > > due to the fix in in patch 2/5.

Re: [PATCH v3 0/6] fixes for atmel-hlcdc

2020-01-02 Thread Sam Ravnborg
Hi Lee. How do de handle the two mfd related patches? > I have few fixes for atmel-hlcdc driver in this series as well > as two reverts. > Revert "drm: atmel-hlcdc: enable sys_clk during initalization." is > due to the fix in in patch 2/5. > > Thank you, > Claudiu Beznea > > Changes in v3: > -

[PATCH v3 0/6] fixes for atmel-hlcdc

2019-12-18 Thread Claudiu Beznea
Hi, I have few fixes for atmel-hlcdc driver in this series as well as two reverts. Revert "drm: atmel-hlcdc: enable sys_clk during initalization." is due to the fix in in patch 2/5. Thank you, Claudiu Beznea Changes in v3: - changes dev_err() message in patch 4/6 - collect Acked-by tags Changes