Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp4272627ybl; Tue, 20 Aug 2019 09:24:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqw3jrmVrCH21pslsm5N5Z3oNOprqXVLOc0Sgv5pEXgJfrDFAMXm7gIusBQFVmJ3LncbMLA5 X-Received: by 2002:a62:dbc6:: with SMTP id f189mr1585324pfg.237.1566318247263; Tue, 20 Aug 2019 09:24:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566318247; cv=none; d=google.com; s=arc-20160816; b=KFb8fja8ii+3QbUpwtQB4KexqJVJ8l1CqcqjJtMB1ZaTBGuQgChurtzTzFvqWBaVUG lzNsApbKZZo6/reLjSVIr2PpKHPi3Wm/WJ6MWgREnHitWg6S4r7DyCk+PjbKu9H14VAN raKvyKGoyeEX4eC38eGLrhiopmTrgkyAkjm9UcB7pqWin3uURbQjR3AKwwq0u+6boTNW fj+wUHxvnkxluaPea9A4dK5C6JAvC+1jCsYCeTKcdiQJcf5xd6Xu19gDHZ64CmtphOp4 Bdu6gPcw2yzZ81A0UAe8+7l87m+zKlo/P1jq9uKFPKflD7H5bRsu6k9mfPlLxY595l5h Tyow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=OrNtBudHbzwHuuk84OI6sb7CCTQ84WD8jyx9bytqD24=; b=fXJj6O8TzoloGWJZaGuAwH0u3eLvbvs5NUfpWnsky3BmCPGZMUVoLCq8f8Mn4Mm3HL 9PINfXSBP5awdUE2EpclvI1SgB9kIslGLM1w8u8ZpHG2Ay1VPc/Okz/bKnvpzoQrbGsi ApqYPGjbApc4wBJzC7vu1IOaYOSqrWgmXfGBEHRFkIyxl8MFN3TcEfOP1HhZE4wgw5Si A//t+qQHOavZ6h3f2X8HeLI74hOawuz/3e7ZodaGQ5C+nVl4aQfXfMFmAQC++VRs7d1T NHZ6Mv0UPkpn2ZsWvr/lS/KD+qgNfOUu3DoqJDnxTvnFxTh721N2X4sn/NfV+uHgO1WP h7zg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x20si228186pjn.49.2019.08.20.09.23.51; Tue, 20 Aug 2019 09:24:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730216AbfHTQWT (ORCPT + 99 others); Tue, 20 Aug 2019 12:22:19 -0400 Received: from gofer.mess.org ([88.97.38.141]:50407 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726742AbfHTQWT (ORCPT ); Tue, 20 Aug 2019 12:22:19 -0400 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 Cc: Maxime Ripard , Mauro Carvalho Chehab , Linux Media Mailing List , "linux-kernel@vger.kernel.org" , Chen-Yu Tsai , Mark Rutland , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , devicetree@vger.kernel.org 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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