[PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-18 Thread Ville Syrjälä
On Fri, Jan 18, 2013 at 09:56:36AM +0100, Thierry Reding wrote: > On Wed, Jan 16, 2013 at 03:27:14PM +0200, Ville Syrj?l? wrote: > > On Mon, Jan 14, 2013 at 03:30:22PM +0100, Thierry Reding wrote: > > > Add generic helpers to pack HDMI infoframes into binary buffers. > [...] > > > +/** > > > + * hd

[PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-18 Thread Thierry Reding
On Wed, Jan 16, 2013 at 03:27:14PM +0200, Ville Syrj?l? wrote: > On Mon, Jan 14, 2013 at 03:30:22PM +0100, Thierry Reding wrote: > > Add generic helpers to pack HDMI infoframes into binary buffers. [...] > > +/** > > + * hdmi_avi_infoframe_init() - initialize an HDMI AVI infoframe > > + * @frame: H

Re: [PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-18 Thread Ville Syrjälä
On Fri, Jan 18, 2013 at 09:56:36AM +0100, Thierry Reding wrote: > On Wed, Jan 16, 2013 at 03:27:14PM +0200, Ville Syrjälä wrote: > > On Mon, Jan 14, 2013 at 03:30:22PM +0100, Thierry Reding wrote: > > > Add generic helpers to pack HDMI infoframes into binary buffers. > [...] > > > +/** > > > + * hd

Re: [PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-18 Thread Thierry Reding
On Wed, Jan 16, 2013 at 03:27:14PM +0200, Ville Syrjälä wrote: > On Mon, Jan 14, 2013 at 03:30:22PM +0100, Thierry Reding wrote: > > Add generic helpers to pack HDMI infoframes into binary buffers. [...] > > +/** > > + * hdmi_avi_infoframe_init() - initialize an HDMI AVI infoframe > > + * @frame: H

[PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-16 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 03:30:22PM +0100, Thierry Reding wrote: > Add generic helpers to pack HDMI infoframes into binary buffers. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - add support for audio, vendor-specific and SPD infoframes > - add various validity checks on infoframes >

Re: [PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-16 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 03:30:22PM +0100, Thierry Reding wrote: > Add generic helpers to pack HDMI infoframes into binary buffers. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - add support for audio, vendor-specific and SPD infoframes > - add various validity checks on infoframes >

[PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-14 Thread Thierry Reding
Add generic helpers to pack HDMI infoframes into binary buffers. Signed-off-by: Thierry Reding --- Changes in v2: - add support for audio, vendor-specific and SPD infoframes - add various validity checks on infoframes - factor out checksum computation Changes in v3: - introduce HDMI_INFOFRAME_HE

[PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-14 Thread Thierry Reding
Add generic helpers to pack HDMI infoframes into binary buffers. Signed-off-by: Thierry Reding --- Changes in v2: - add support for audio, vendor-specific and SPD infoframes - add various validity checks on infoframes - factor out checksum computation Changes in v3: - introduce HDMI_INFOFRAME_HE