On Sat, Sep 22, 2018 at 2:14 PM Laurent Pinchart laurent.pinchart+renesas@ideasonboard.com wrote:
This patch series attemps at clarifying usage of the DRM_BUS_FLAG_PIXDATA_(POS|NEG)EDGE flags. It results from a discussion on the mailing list available at [1].
The problem being discussed was confusion around how the DRM_BUS_FLAG_PIXDATA_POSEDGE and DRM_BUS_FLAG_PIXDATA_NEGEDGE flags could be interpreted (and are interpreted now by drivers). Patch 1/2 introduces new, more explicit flags, and explains the rationale. Patch 2/2 then updates the drivers to use the new flags.
[1] https://www.spinics.net/lists/arm-kernel/msg677079.html
Laurent Pinchart (2): drm: Clarify definition of the DRM_BUS_FLAG_PIXDATA_* macros drm: Use new DRM_BUS_FLAG_PIXDATA_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
I am fine with this. Acked-by: Linus Walleij linus.walleij@linaro.org
Yours, Linus Walleij