Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3609275ybi; Mon, 27 May 2019 03:00:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqwJ/rgiyK3nePhdjf1ZcDX/7YbWaE65G2XzT7w2PKH1F6yT6Aro9TgyxUBDc4g/73MvAvvl X-Received: by 2002:a63:d345:: with SMTP id u5mr118869828pgi.83.1558951243548; Mon, 27 May 2019 03:00:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558951243; cv=none; d=google.com; s=arc-20160816; b=dwbM5Z9kqjXqhnP9QMK1xcQlfZV+8457/8yGLl/x+x0oLyr5DsByJTv/kIXWDIQulB PTfJCBT5CNXqCEMBR2cgpygCW0vhl2PVA0zmmI1LBR5i0shMGloL8ORv0eX2o7RHPhGU EJxtzuNxejSsXW5DBRQrWvWFHCUxIyo48NKn9XdiqC2l4CzlJRjBuxSaj6dxtha3bY5I eqJDKbZk9/jLlWqsYTQ5Ob5PQd/9DJiUbiR0wdo1M++ufCJw+Emkj/m+GiBRwmhWbWY4 nEAtXfUUdmYSSqB1+dZN/dsvnN3kff1rYLYjyHN0XjJMYCIPdt4Eu/txGTZZptrmjGF7 2U5w== 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=xtoRA+hdsoH3bLKJbJ6x4gga9CHO2J4hZGAlzTT9m1Q=; b=GMihznW4sxcKS9avd4f1nJEn7qkVNsjF7B6GWmm+IhG+qnh6cItyv9EsbAsXCoD6Hb w2+DuoPwYeDmGiFLjfjoGyVL06hpji+ceHvMazz4mi0rE4K+mmisuJShNx9eAEtGTZBv xunCIN+y8HqEuYmS2Rw/2T7mQfU2hVPf6hKwIueWzkkiNUabjHeLpUpsp2dcKSEGULmC +IOUvMZcccP8Q9kazTbK+L6bmvlf+GzS6HbaFCUnsf2ELSnGowGS2Uy4XgfMsG6pb6SB g0pjtf1518teUy4DPPVUUSYtih6xdNi/Qodgu49Cijt7M/oWM7tmTdsmkufPvzgOhluV GoXg== 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 g3si14194525pjs.57.2019.05.27.03.00.28; Mon, 27 May 2019 03:00:43 -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 S1726793AbfE0J7K (ORCPT + 99 others); Mon, 27 May 2019 05:59:10 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:40667 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726072AbfE0J7K (ORCPT ); Mon, 27 May 2019 05:59:10 -0400 Received: from localhost (aaubervilliers-681-1-27-134.w90-88.abo.wanadoo.fr [90.88.147.134]) (Authenticated sender: maxime.ripard@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id AE932200014; Mon, 27 May 2019 09:59:07 +0000 (UTC) Date: Mon, 27 May 2019 11:59:07 +0200 From: Maxime Ripard To: =?utf-8?B?Q2zDqW1lbnQgUMOpcm9u?= Cc: Mauro Carvalho Chehab , Rob Herring , Mark Rutland , Chen-Yu Tsai , linux-media@vger.kernel.org, devicetree , linux-arm-kernel , linux-kernel , linux-sunxi Subject: Re: [PATCH v2 02/10] media: rc: sunxi: Add A31 compatible Message-ID: <20190527095907.s2ubq3xos5hqef5p@flea> References: <20190526222536.10917-1-peron.clem@gmail.com> <20190526222536.10917-3-peron.clem@gmail.com> <20190527074700.rvhqua44ixudt52z@flea> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="m4jzlbt2jcbegnyb" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --m4jzlbt2jcbegnyb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 27, 2019 at 10:20:05AM +0200, Cl=E9ment P=E9ron wrote: > Hi Maxime, > > On Mon, 27 May 2019 at 09:47, Maxime Ripard w= rote: > > > > Hi, > > > > On Mon, May 27, 2019 at 12:25:28AM +0200, Cl=E9ment P=E9ron wrote: > > > Allwiner A31 has a different memory mapping so add the compatible > > > we will need it later. > > > > > > Signed-off-by: Cl=E9ment P=E9ron > > > --- > > > drivers/media/rc/sunxi-cir.c | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/drivers/media/rc/sunxi-cir.c b/drivers/media/rc/sunxi-ci= r.c > > > index 307e44714ea0..29ac33b68596 100644 > > > --- a/drivers/media/rc/sunxi-cir.c > > > +++ b/drivers/media/rc/sunxi-cir.c > > > @@ -319,6 +319,7 @@ static int sunxi_ir_remove(struct platform_device= *pdev) > > > static const struct of_device_id sunxi_ir_match[] =3D { > > > { .compatible =3D "allwinner,sun4i-a10-ir", }, > > > { .compatible =3D "allwinner,sun5i-a13-ir", }, > > > + { .compatible =3D "allwinner,sun6i-a31-ir", }, > > > > We should also move from reset_get_optional to the non optional > > variant for the A31, and ignore it otherwise. > > Should this be done in this series ? Yep, please Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --m4jzlbt2jcbegnyb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXOu06wAKCRDj7w1vZxhR xT6eAP9HYOS4/YL7nDIyH8X1cRrNbqpJMWDjdFnOep5zfx8jjwD/Qcw/3E8rl/S+ gHsm5kr92Rx4StTFdWA00FbyFkAjMQU= =xrzq -----END PGP SIGNATURE----- --m4jzlbt2jcbegnyb--