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=-5.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 851B8C3A589 for ; Tue, 20 Aug 2019 16:22:33 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 57F0F22CE3 for ; Tue, 20 Aug 2019 16:22:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fExpZvry" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 57F0F22CE3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mess.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PdCNT6iB3KhOeqvSH3VdBfIlTqKM2qmdjzhFXHMr5dU=; b=fExpZvryehgfbK 01M5UL/PtKmu9e1kdDAYlYm00RPdXFfmxekX1dLmVv3biZGsgk8eEVtfkM7EEZRid6TnL86kiaDMA Ayh0bXwLaQ7Xki12aVchZZcZTSfJ1sQBJKvZUnKCzXBxHzkvgv1kHGFp2tetAlxdkBJNUAVL3/q1Q vUAJREOq9FPBZRIODtbcK16t/zCloWh0/kfZmnoH9CO06GrDAO8CDzk53SVbetnPcwxSWOlMUbBCI LxqWYa4kny0BwpY1GY2OzfHk4jD1TIZO1R/IHMEUlNb3WzpZMGwfymL4vcgcYEP/Ri/YsZH/rOSQf Gco96Na3V+KoSn/8bPEg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i06tv-0003JW-Ui; Tue, 20 Aug 2019 16:22:27 +0000 Received: from gofer.mess.org ([2a02:8011:d000:212::1]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i06ts-0003Iy-CQ for linux-arm-kernel@lists.infradead.org; Tue, 20 Aug 2019 16:22:26 +0000 Received: by gofer.mess.org (Postfix, from userid 1000) id AA2A961074; Tue, 20 Aug 2019 17:22:16 +0100 (BST) Date: Tue, 20 Aug 2019 17:22:16 +0100 From: Sean Young To: Rob Herring Subject: Re: [PATCH v2 1/2] dt-bindings: media: Add YAML schemas for the generic RC bindings Message-ID: <20190820162216.7uol2jy5i3swhxi5@gofer.mess.org> References: <20190819182619.29065-1-mripard@kernel.org> <20190820081525.celdosrgcvwoq6e7@gofer.mess.org> <20190820095028.l74sfvipwjjla6kq@flea> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190820_092224_561986_42A8C563 X-CRM114-Status: GOOD ( 14.24 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , Maxime Ripard , Chen-Yu Tsai , Mauro Carvalho Chehab , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Linux Media Mailing List Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 20, 2019 at 10:52:29AM -0500, Rob Herring wrote: > On Tue, Aug 20, 2019 at 4:50 AM Maxime Ripard wrote: > > On Tue, Aug 20, 2019 at 09:15:26AM +0100, Sean Young wrote: > > > On Mon, Aug 19, 2019 at 08:26:18PM +0200, Maxime Ripard wrote: > > > > From: Maxime Ripard > > > > > > > > The RC controllers have a bunch of generic properties that are needed in a > > > > device tree. Add a YAML schemas for those. > > > > > > > > Reviewed-by: Rob Herring > > > > Signed-off-by: Maxime Ripard > > > > > > For the series (both 1/2 and 2.2): > > > > > > Reviewed-by: Sean Young > > > > > > How's tree should this go through? > > > > Either yours or Rob's, I guess? > > Sean's because there are other changes to > Documentation/devicetree/bindings/media/sunxi-ir.txt in -next. Good point, I'll take them. Thanks Sean _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel