Re: [PATCH v3 1/4] [media] v4l2-common: Add helper function for fourcc to string

2017-10-17 Thread Sakari Ailus
Hi Hans, On Tue, Oct 17, 2017 at 11:28:46AM +0200, Hans Verkuil wrote: > On 10/17/17 11:17, Dave Stevenson wrote: > > Hi Sakari. > > > > On 13 October 2017 at 22:09, Sakari Ailus wrote: > >> Hi Dave, > >> > >> On Wed, Sep 20, 2017 at 05:07:54PM +0100, Dave Stevenson wrote:

Re: [PATCH v3 1/4] [media] v4l2-common: Add helper function for fourcc to string

2017-10-17 Thread Hans Verkuil
On 10/17/17 11:17, Dave Stevenson wrote: > Hi Sakari. > > On 13 October 2017 at 22:09, Sakari Ailus wrote: >> Hi Dave, >> >> On Wed, Sep 20, 2017 at 05:07:54PM +0100, Dave Stevenson wrote: >>> New helper function char *v4l2_fourcc2s(u32 fourcc, char *buf) >>> that converts a

Re: [PATCH v3 1/4] [media] v4l2-common: Add helper function for fourcc to string

2017-10-17 Thread Dave Stevenson
Hi Sakari. On 13 October 2017 at 22:09, Sakari Ailus wrote: > Hi Dave, > > On Wed, Sep 20, 2017 at 05:07:54PM +0100, Dave Stevenson wrote: >> New helper function char *v4l2_fourcc2s(u32 fourcc, char *buf) >> that converts a fourcc into a nice printable version. >> >>

Re: [PATCH v3 1/4] [media] v4l2-common: Add helper function for fourcc to string

2017-10-13 Thread Sakari Ailus
Hi Dave, On Wed, Sep 20, 2017 at 05:07:54PM +0100, Dave Stevenson wrote: > New helper function char *v4l2_fourcc2s(u32 fourcc, char *buf) > that converts a fourcc into a nice printable version. > > Signed-off-by: Dave Stevenson > --- > > No changes from v2 to v3

[PATCH v3 1/4] [media] v4l2-common: Add helper function for fourcc to string

2017-09-20 Thread Dave Stevenson
New helper function char *v4l2_fourcc2s(u32 fourcc, char *buf) that converts a fourcc into a nice printable version. Signed-off-by: Dave Stevenson --- No changes from v2 to v3 drivers/media/v4l2-core/v4l2-common.c | 18 ++