On Tue, Jun 24, 2014 at 06:25:19PM +0200, Denis Carikli wrote:
On 06/24/2014 05:13 PM, Russell King - ARM Linux wrote: [...]
If you'd like to send me better commit messages for these patches, I'll add them to what I already have:
imx-drm: use defines for clock polarity settings
The comment of the clk_pol field of the ipu_di_signal_cfg struct was inverted. Instead of merely inverting the comment, the values of clk_pol were defined.
s/inverting/fixing/
imx-drm: add RGB666 support for parallel display.
This permits to drive parallel displays that expect the RGB666 color format.
This allows imx-drm to drive ...
It may also be worth describing the RGB666 format in the commit message for:
v4l2: add new V4L2_PIX_FMT_RGB666 pixel format.
The RGB666 color format encodes 6 bits for each color(red, green and blue), linearly. It looks like this in memory: 0 17 RRRRRRGGGGGGBBBBBB
Thanks! I've tweaked them very slightly as detailed above so they read a bit better.