Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755941AbdLOKiO (ORCPT ); Fri, 15 Dec 2017 05:38:14 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:40103 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755091AbdLOKiI (ORCPT ); Fri, 15 Dec 2017 05:38:08 -0500 X-Google-Smtp-Source: ACJfBouVqUQjooAkueefA0gIboNYxImpWQtMfySsb2lD1V3usllqsJgqXA54pHl1R1YnNJZMeuxZYVQgZ8mBM/GRii0= MIME-Version: 1.0 In-Reply-To: <20171215075625.27028-2-acourbot@chromium.org> References: <20171215075625.27028-1-acourbot@chromium.org> <20171215075625.27028-2-acourbot@chromium.org> From: Philippe Ombredanne Date: Fri, 15 Dec 2017 11:37:26 +0100 Message-ID: Subject: Re: [RFC PATCH 1/9] media: add request API core and UAPI To: Alexandre Courbot Cc: Mauro Carvalho Chehab , Hans Verkuil , Laurent Pinchart , Pawel Osciak , Marek Szyprowski , Tomasz Figa , Sakari Ailus , Gustavo Padovan , Linux Media Mailing List , LKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1472 Lines: 44 Alexandre: On Fri, Dec 15, 2017 at 8:56 AM, Alexandre Courbot wrote: > The request API provides a way to group buffers and device parameters > into units of work to be queued and executed. This patch introduces the > UAPI and core framework. > > This patch is based on the previous work by Laurent Pinchart. The core > has changed considerably, but the UAPI is mostly untouched. > > Signed-off-by: Alexandre Courbot --- /dev/null > +++ b/drivers/media/media-request.c > @@ -0,0 +1,390 @@ > +/* > + * Request and request queue base management > + * > + * Copyright (C) 2017, The Chromium OS Authors. All rights reserved. > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ Have you considered using the new SPDX tags instead of this fine but long legalese? And if other Chromium contributors could follow suit and you could spread the word that would be even better! See Thomas doc patches [1] for details. Thanks! [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne