Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp7930807pxb; Fri, 19 Feb 2021 03:08:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJwir2MbBvairoFCxhxnmUIJfA6u6RQzZJ3uA7xz5XgQ6SARs04DZ9n0KpoYzivwdXK9QBNp X-Received: by 2002:a05:6402:34d2:: with SMTP id w18mr8944321edc.102.1613732914259; Fri, 19 Feb 2021 03:08:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613732914; cv=none; d=google.com; s=arc-20160816; b=CHI7GDrNq7XatrslRh8YYnURQAS+9yMIblhivN2zcBAkSaD/i8CPGfRsJ9N11+MDeq mOXjprTpoLnsiet7cauS2AjopX5GcDClZcMuUqPCJyClGF1sFuMk6zZuwlpNw/PceevK W4suQIrrLKnG01S5Ef//zWELU/kLDkaIwTkpxhqai5E/bEddyjB9XdKNbCcRsl53ZDOV iqp5mlm52OHx0v1AgaemJBdsY/xlpe7BCzTHcO3bqf7JTdbaPAKvbFTSyZ9ZkrVzeoPX evcrWrWeSARsCWL8eva014Skn7Z4xdNRH2RThXW48859ummciV9790pVFvNSuyQbq7NH GNFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=l9VLXEvJgQ86Tmmn3CSLYHpJ62g5595jMq3Z/DjrfoY=; b=p1LEDgLTayH5nenLYDcdHnBHyiWFi2l7gksDW44ZQQ/w0KKSRGBIFvFrmj8C9PrUxw DWeJmZOzJ8XXLGEflZuOy6gnap+nxZNvct279H+RcI45vaJSevZXjIqYOxfJ9eFvtBZ6 NEQVIzviITL+EholljycjFy4i87oausuMC8RgN/6JGkQy4uP3N62IjgtIR6Pz0bWBsmk yQIlEVg7A7Fl1yF9jsLyPI8+aWpFzkyXgM7z0JV3rr8ae8IAGNibJF6BzCcVmJfl25zJ DEgFJ9bHyL49EuoKnaeHglzzJaVqlk89gQbjnGqNnMIfE1xACkqRogyix/0QPUrQrD/A MNFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y10si5460043eds.328.2021.02.19.03.08.09; Fri, 19 Feb 2021 03:08:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230124AbhBSLFT (ORCPT + 99 others); Fri, 19 Feb 2021 06:05:19 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:48302 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229998AbhBSLFP (ORCPT ); Fri, 19 Feb 2021 06:05:15 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 282181C0B80; Fri, 19 Feb 2021 12:04:17 +0100 (CET) Date: Fri, 19 Feb 2021 12:04:16 +0100 From: Pavel Machek To: =?iso-8859-1?Q?N=EDcolas_F=2E_R=2E_A=2E?= Prado Cc: Dan Murphy , Bjorn Andersson , Andy Gross , Rob Herring , linux-leds@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Brian Masney , Luca Weiss , Russell King , Georgi Djakov , linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, lkcamp@lists.libreplanetbr.org, andrealmeid@collabora.com Subject: Re: [PATCH v2 0/4] Add support for QCOM SPMI Flash LEDs Message-ID: <20210219110416.GH19207@duo.ucw.cz> References: <20210126140240.1517044-1-nfraprado@protonmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QwZB9vYiNIzNXIj" Content-Disposition: inline In-Reply-To: <20210126140240.1517044-1-nfraprado@protonmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --+QwZB9vYiNIzNXIj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > Another thing worth mentioning: for v1 the dt nodes were added in hammerh= ead's > dts (just to simplify testing), but I have now moved them to pm8941's dts= i, > since it was like that in downstream. So if folks using devices based on > PM8941/MSM8974 other than the Nexus 5 could test it, that would be great,= since > I have only tested on the Nexus 5. Please cc phone-devel, there may be people there to help with testing. Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --+QwZB9vYiNIzNXIj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCYC+bMAAKCRAw5/Bqldv6 8olzAKCoQLoFBHp501DOXkylS/RTtXUV1wCeOqmjK+tmPNLtN2m8imxPj2Zgz20= =rFph -----END PGP SIGNATURE----- --+QwZB9vYiNIzNXIj--