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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 923F0C77B6E for ; Thu, 13 Apr 2023 10:50:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ax7BPmhwlMXQvcDP2uLyo8PEv1+D9HH00aqB3HeALY0=; b=M6DCvhlfrGS5GB+BzsP3uW23zB ru8/Q1Lp7tEMCRvE7tX8uXk9Tf0TSrvqW50zn+SW82xtrNCz2x+0z4b6U9dIx6GX8a6rjoty4la4w tOpRhlDvliWQcDyG7dzB3DJBgud8Iw5460eZCRdX7sV0g5zhT42uUCNIq37XZ/Npj0hQJh5+Q5pph XOI5nZXcFs6Lz2kkdm7in28YHYRryoJK3gwMUWOIJjWlUP26ZYcH8vghXLI0vLoWxU6mmy7K3kCC+ qyIEM0gT+P+tflzYWqJRhKAhMbWtF1TqtPodO6YX0nfL/vRj5so4uJIXygM2C5/BDyPkrtyfBWqCO 8jj8jRQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pmuVz-005vlj-02; Thu, 13 Apr 2023 10:49:19 +0000 Received: from jabberwock.ucw.cz ([46.255.230.98]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pmuVw-005vjq-0f; Thu, 13 Apr 2023 10:49:17 +0000 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id E6DA41C0AB3; Thu, 13 Apr 2023 12:49:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1; t=1681382954; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8W9jtbqN6xKguBZ7APq038DUQHbwahDOenGO1VwnTr8=; b=RcUTqGeIixkfZkvr1yDh2531IFYd43KtEPj7Qbv8znxrAvCtVYgEnnZsfUUT0Se2NzBfkH xpa5IiBS7pdnKSPoUlQvmzxua3xJwJ8KswTSL2kij/5pCjozvgriT0/H09d07VO0VqqtLi qh1EZ2CaOFA8IsBpwoNm5xImBZzW7zk= Date: Thu, 13 Apr 2023 12:49:14 +0200 From: Pavel Machek To: AngeloGioacchino Del Regno Cc: lee@kernel.org, sean.wang@mediatek.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH v2 0/7] Add support for MT6331 and MT6332 LEDs Message-ID: References: <20230412153310.241046-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 In-Reply-To: <20230412153310.241046-1-angelogioacchino.delregno@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230413_034916_391569_0EF58F7C X-CRM114-Status: GOOD ( 16.96 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0808839181425015398==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============0808839181425015398== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/vFl9uYmCyb8SBnI" Content-Disposition: inline --/vFl9uYmCyb8SBnI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > Changes in v2: > - Rebase over next-20230412 >=20 > NOTE: Since v1 of this series was sent in Semptember 2022 and got > ignored for *7 months* with no feedback, I'm retrying the upstreaming > of this same series. > There are no changes, if not just a simple rebase and another test > run on the same hardware. >=20 >=20 > MT6323 is not the only PMIC that has a LEDs controller IP and it was > found that the others do have a compatible register layout, except > for some register offsets. > The logic contained in this driver can be totally reused for other > PMICs as well, so I can't see any reason to keep this specific to > the MT6323 part. >=20 > This series brings meaningful platform data to this driver, giving > it flexibility and adding support for LED controllers found in the > MT6331 and MT6332 PMICs. >=20 > Tested on MT6795 Sony Xperia M5 smartphone. Please cc phone-devel with phone related stuff. Can I get ls /sys/class/leds on that machine? BR, Pavel --=20 People of Russia, stop Putin before his war on Ukraine escalates. --/vFl9uYmCyb8SBnI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCZDfeKgAKCRAw5/Bqldv6 8m7nAKCkhsGoT6c46SC0+xG2IjFSQVUhGQCcD9A0Yf4QeIcQ0stgUpEYAsAYh5I= =5q7a -----END PGP SIGNATURE----- --/vFl9uYmCyb8SBnI-- --===============0808839181425015398== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============0808839181425015398==--