All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] fixes for atmel-hlcdc
@ 2019-12-18 12:28 ` Claudiu Beznea
  0 siblings, 0 replies; 60+ messages in thread
From: Claudiu Beznea @ 2019-12-18 12:28 UTC (permalink / raw)
  To: boris.brezillon, airlied, nicolas.ferre, alexandre.belloni,
	lee.jones, sam
  Cc: peda, dri-devel, linux-arm-kernel, linux-kernel, 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 in v2:
- introduce patch 3/6
- use dev_err() inpatch 4/6
- introduce patch 5/6 instead of reverting commit f6f7ad323461
  ("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-hlcdc: add struct device member to struct
    atmel_hlcdc_regmap
  mfd: atmel-hlcdc: return in case of error
  Revert "drm: atmel-hlcdc: enable sys_clk during initalization."

Peter Rosin (1):
  drm: atmel-hlcdc: prefer a lower pixel-clock than requested

 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 18 ++++++++++++------
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c   | 19 +------------------
 drivers/mfd/atmel-hlcdc.c                      | 18 ++++++++++++++----
 3 files changed, 27 insertions(+), 28 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 60+ messages in thread

end of thread, other threads:[~2020-01-08  8:13 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18 12:28 [PATCH v3 0/6] fixes for atmel-hlcdc Claudiu Beznea
2019-12-18 12:28 ` Claudiu Beznea
2019-12-18 12:28 ` Claudiu Beznea
2019-12-18 12:28 ` [PATCH v3 1/6] drm: atmel-hlcdc: use double rate for pixel clock only if supported Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2019-12-18 12:28 ` [PATCH v3 2/6] drm: atmel-hlcdc: enable clock before configuring timing engine Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2019-12-18 12:28 ` [PATCH v3 3/6] mfd: atmel-hlcdc: add struct device member to struct atmel_hlcdc_regmap Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2019-12-18 12:28 ` [PATCH v3 4/6] mfd: atmel-hlcdc: return in case of error Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2020-01-07 10:18   ` Lee Jones
2020-01-07 10:18     ` Lee Jones
2020-01-07 10:18     ` Lee Jones
2019-12-18 12:28 ` [PATCH v3 5/6] drm: atmel-hlcdc: prefer a lower pixel-clock than requested Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2020-01-02  9:08   ` Sam Ravnborg
2020-01-02  9:08     ` Sam Ravnborg
2020-01-02  9:08     ` Sam Ravnborg
2020-01-04 17:12     ` Sam Ravnborg
2020-01-04 17:12       ` Sam Ravnborg
2020-01-04 17:12       ` Sam Ravnborg
2020-01-06  9:25       ` Claudiu.Beznea
2020-01-06  9:25         ` Claudiu.Beznea
2020-01-06  9:25         ` Claudiu.Beznea
2020-01-06 19:02         ` Sam Ravnborg
2020-01-06 19:02           ` Sam Ravnborg
2020-01-06 19:02           ` Sam Ravnborg
2020-01-06  9:24     ` Claudiu.Beznea
2020-01-06  9:24       ` Claudiu.Beznea
2020-01-06  9:24       ` Claudiu.Beznea
2020-01-07  9:19       ` Peter Rosin
2020-01-07  9:19         ` Peter Rosin
2020-01-07  9:19         ` Peter Rosin
2019-12-18 12:28 ` [PATCH v3 6/6] Revert "drm: atmel-hlcdc: enable sys_clk during initalization." Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2019-12-18 12:28   ` Claudiu Beznea
2020-01-02  9:05 ` [PATCH v3 0/6] fixes for atmel-hlcdc Sam Ravnborg
2020-01-02  9:05   ` Sam Ravnborg
2020-01-02  9:05   ` Sam Ravnborg
2020-01-02 16:05   ` Lee Jones
2020-01-02 16:05     ` Lee Jones
2020-01-02 16:05     ` Lee Jones
2020-01-02 16:21     ` Sam Ravnborg
2020-01-02 16:21       ` Sam Ravnborg
2020-01-02 16:21       ` Sam Ravnborg
2020-01-06 19:37 ` Sam Ravnborg
2020-01-06 19:37   ` Sam Ravnborg
2020-01-06 19:37   ` Sam Ravnborg
2020-01-07 10:17 ` [GIT PULL] Immutable branch between MFD and DRM due for the v5.6 merge window Lee Jones
2020-01-07 10:17   ` Lee Jones
2020-01-07 10:17   ` Lee Jones
2020-01-07 18:21   ` Sam Ravnborg
2020-01-07 18:21     ` Sam Ravnborg
2020-01-07 18:21     ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.