Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755546AbaKEO5e (ORCPT ); Wed, 5 Nov 2014 09:57:34 -0500 Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:51779 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754864AbaKEO5b (ORCPT ); Wed, 5 Nov 2014 09:57:31 -0500 Date: Wed, 5 Nov 2014 16:57:27 +0200 From: Sakari Ailus To: Boris Brezillon Cc: Mauro Carvalho Chehab , Hans Verkuil , Laurent Pinchart , linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-api@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Guennadi Liakhovetski Subject: Re: [PATCH 02/15] [media] v4l: Update subdev-formats doc with new MEDIA_BUS_FMT values Message-ID: <20141105145726.GR3136@valkosipuli.retiisi.org.uk> References: <1415094910-15899-1-git-send-email-boris.brezillon@free-electrons.com> <1415094910-15899-3-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415094910-15899-3-git-send-email-boris.brezillon@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Boris, On Tue, Nov 04, 2014 at 10:54:57AM +0100, Boris Brezillon wrote: > In order to have subsytem agnostic media bus format definitions we've > moved media bus definition to include/uapi/linux/media-bus-format.h and > prefixed enum values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT. > > Update the v4l documentation accordingly. > > Signed-off-by: Boris Brezillon > --- > Documentation/DocBook/media/Makefile | 2 +- > Documentation/DocBook/media/v4l/subdev-formats.xml | 308 ++++++++++----------- > include/uapi/linux/v4l2-mediabus.h | 2 + > 3 files changed, 157 insertions(+), 155 deletions(-) > ... > diff --git a/include/uapi/linux/v4l2-mediabus.h b/include/uapi/linux/v4l2-mediabus.h > index f471064..9fbe891 100644 > --- a/include/uapi/linux/v4l2-mediabus.h > +++ b/include/uapi/linux/v4l2-mediabus.h > @@ -32,6 +32,8 @@ enum v4l2_mbus_pixelcode { > MEDIA_BUS_TO_V4L2_MBUS(RGB888_2X12_BE), > MEDIA_BUS_TO_V4L2_MBUS(RGB888_2X12_LE), > MEDIA_BUS_TO_V4L2_MBUS(ARGB8888_1X32), > + MEDIA_BUS_TO_V4L2_MBUS(RGB444_1X12), > + MEDIA_BUS_TO_V4L2_MBUS(RGB565_1X16), Shouldn't this to go to a separate patch? > > MEDIA_BUS_TO_V4L2_MBUS(Y8_1X8), > MEDIA_BUS_TO_V4L2_MBUS(UV8_1X8), -- Kind regards, Sakari Ailus e-mail: sakari.ailus@iki.fi XMPP: sailus@retiisi.org.uk -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/