Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp214147pxb; Wed, 18 Aug 2021 00:06:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJymPed8uAOusk3UDAAxsENgZ6+tHOIqhdKTIYp7rGI84KCN2F4hGsSPxsIIiy1J/SHMyGEY X-Received: by 2002:a17:906:4f97:: with SMTP id o23mr8410058eju.418.1629270361849; Wed, 18 Aug 2021 00:06:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629270361; cv=none; d=google.com; s=arc-20160816; b=bG6VIUYaH2TN+t0k/bPW6L4wZ/P4UdJ5PBnaubf7iyu4bkwXm7vW6Jot5Fe4Tvcxi/ nVuM85GZTysXpX8S7FzGq/Ni7hUXQTxqZSx0Hkd2S0vBZ2FZG5t80M2V2vL3gbu5YDZ3 3Zi1OJr+sY9ardMzag767urL15cY3oippi20rpEeDvWn+XHTI1cbZ2njax1g2w5XYomj LOkREUJ+ISUybh6W6Wk4oroXZoAvggRJe9jyLPUr0t0Oc97+besyyuiuTFQ3QB+PX3u4 x/RlWRBghvVa/P6sZjd8A4RdDpjIAdLQ8+gs/2JHCEy/pzFKGITwYTrHBvOkgm8J7lSB 7abQ== 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=rptJZNK7Skcun5uaNWARo//WEC4sUDj0PZFCuCvoWi8=; b=P4IZzN6NL0SwbML1jZ2k1ciHJj14UP4mycILqRdjwQY2od1ml7pLkOomzebYXu2DZu ZYT6/No5U30VYpIffniElmINNh+l35u6GWbE/Rpk72T6d9G/l78kGu6csQ/30w5qMKVc 3luKUCeHj3PBVIHlSt9/vIkjWespUoXYE7zmto0tXh7FzJZU0T8ns1Syp1rM+4iail+5 gB1rZutflydMEc0nFXtRtW696ZRPUFIzcmmVW0YbEMOnnuBT04aVElDtRVuO+7jDGBWJ lVqhba0zYyFtYgrAzwRuI/9mRqPAAZfENm9eSEujgZXLTKhN0eVobolWeSR439tVq0mX K+aQ== 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 k20si4562668edq.36.2021.08.18.00.05.36; Wed, 18 Aug 2021 00:06:01 -0700 (PDT) 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 S238343AbhHRHCf (ORCPT + 99 others); Wed, 18 Aug 2021 03:02:35 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:47634 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237636AbhHRHCe (ORCPT ); Wed, 18 Aug 2021 03:02:34 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id CEDD01C0B7A; Wed, 18 Aug 2021 09:01:59 +0200 (CEST) Date: Wed, 18 Aug 2021 09:01:59 +0200 From: Pavel Machek To: Hermes Zhang Cc: Dan Murphy , kernel , "linux-kernel@vger.kernel.org" , "linux-leds@vger.kernel.org" Subject: Re: [PATCH v3] leds: leds-multi-gpio: Add multiple GPIOs LED driver Message-ID: <20210818070159.GE22282@amd> References: <20210329055847.13293-1-chenhui.zhang@axis.com> <20210804155221.GB25072@amd> <69ae0b3fd44c4a5796d125a5b97b9d78@XBOX01.axis.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PPYy/fEw/8QCHSq3" Content-Disposition: inline In-Reply-To: <69ae0b3fd44c4a5796d125a5b97b9d78@XBOX01.axis.com> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --PPYy/fEw/8QCHSq3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > > From: Hermes Zhang > > > > > > Introduce a new multiple GPIOs LED driver. This LED will made of > > > multiple GPIOs (up to 8) and will map different brightness to > > > different GPIOs states which defined in dts file. > > > > > > Signed-off-by: Hermes Zhang > >=20 > > Thank you, it looks simple and mostly ok. > >=20 > > Acked-by: Pavel Machek > >=20 > > But it really needs to go in with devicetree documentation changes, and= they > > need to be acked by devicetree maintainers. If you have that, please se= nd it > > in series. > >=20 >=20 > Do you mean this one: https://lore.kernel.org/patchwork/patch/1402471/, i= t's already in series.=20 I don't see Rob Herring's ack there. Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --PPYy/fEw/8QCHSq3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmEcsGcACgkQMOfwapXb+vLbgwCghkKagE1YQyWqaVfKcHCt/YG9 voQAoJtFadjtZAffGpuIvAI4vClNJHm6 =16pI -----END PGP SIGNATURE----- --PPYy/fEw/8QCHSq3--