From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27C63C433DF for ; Fri, 17 Jul 2020 21:03:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F19452070E for ; Fri, 17 Jul 2020 21:03:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="G5spNQOl" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726818AbgGQVDN (ORCPT ); Fri, 17 Jul 2020 17:03:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726393AbgGQVDN (ORCPT ); Fri, 17 Jul 2020 17:03:13 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3ED6FC0619D2; Fri, 17 Jul 2020 14:03:13 -0700 (PDT) Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C666171D; Fri, 17 Jul 2020 23:03:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1595019792; bh=hI7v7Ov33NFPbSjT9jErBZWE6iVtec2cdO+MKep6yHI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G5spNQOlJAh9KpSET9n33sZ5LDKK4m3eR4ClyeFYZJ715KMMfu7icQI5Qz6ZY/QV7 rbCNoVScvcTZmgbhMvdZT3eZFIxhIh98rKQxF9YCnYFU7wLEZx9Nk82A7lyaBfzlWD ZqGnSeBCKC0U2FKJEVeylzYhXdGbydopD46b1Eh4= Date: Sat, 18 Jul 2020 00:03:03 +0300 From: Laurent Pinchart To: Jacopo Mondi Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, slongerbeam@gmail.com, linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 12/13] MAINTAINERS: ov5640: Add bindings file Message-ID: <20200717210303.GN5961@pendragon.ideasonboard.com> References: <20200717132859.237120-1-jacopo+renesas@jmondi.org> <20200717132859.237120-13-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200717132859.237120-13-jacopo+renesas@jmondi.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Jacopo, Thank you for the patch. On Fri, Jul 17, 2020 at 03:28:58PM +0200, Jacopo Mondi wrote: > Add the newly introduced bindings file to the list of files > associated with the ov5640 driver in the MAINTAINERS file. > > Signed-off-by: Jacopo Mondi I'd squash this with patch 01/13. Reviewed-by: Laurent Pinchart > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2730af1265ea..fc2a2129d18e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12604,6 +12604,7 @@ M: Steve Longerbeam > L: linux-media@vger.kernel.org > S: Maintained > T: git git://linuxtv.org/media_tree.git > +F: Documentation/devicetree/bindings/media/i2c/ov5640.yaml > F: drivers/media/i2c/ov5640.c > > OMNIVISION OV5647 SENSOR DRIVER -- Regards, Laurent Pinchart