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 02D8EC77B6F for ; Thu, 13 Apr 2023 11:32:27 +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: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pGZHg4J5NFuu8Phf4XYP4U6JZ39pqp/fpjrvPZsbPNA=; b=PHds1vdWk68/n8 ACJb/0Ld1NQv0rL+AZWCMBE372RFlO+cGeKwfUFA/1Bn/DJxGogQp2GZ0S8zR25oHyn2kJCWXpOZ8 NklV5atNnXYOmiLRBl+YwbSDQ4f9uQqJpeEcmRmRKPf6net1MgUx6H9gcnD5zwH5EARqwjpBVSjHO 3xIuzBznokL1DjbjctnvmoDGgCo26O+MHXExBgVT1REKGopDn6gC/uv17vSjugeKm2pabjOqPhGhn Mbs03SWMrN7UOafPtOOXCH8U2p78tAcRDwa1D1VRj9/a6Ucg1iCNsTKxMCAjxHDl1vftjv1bdQBHt DJ6xNb/qCbxr7UVePzzw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pmvAv-0064yu-1K; Thu, 13 Apr 2023 11:31:37 +0000 Received: from madras.collabora.co.uk ([46.235.227.172]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pmvAs-0064y3-1V; Thu, 13 Apr 2023 11:31:35 +0000 Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 1DB3A6603212; Thu, 13 Apr 2023 12:31:32 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1681385493; bh=KFjJyN/GRcVUyM9+MD0q8eBTa213wPHOvUrosvi9KxA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ikY8B1YFvFqMNo5q9NG4TZ2rG1qvlPBJlAHeyu8lM2Ptd51JGYJq+66Jt85CHSgfs epp6jgYMRQVsn/apQLHRYEf8DkVcWeNL9UqSKfndnNXUXhUQlWI0Axcmjk+Kx/s7WH yGdT7V47aLpVcWEnYoPX/5M19y3rsLE+DhbxNU1ng4og2zAIQhWspXZjlVgvnYyUt4 Oj8DtNwyWm5KIRbJVRORpGnqLX42Z8j8K6PgUi+a9uHCNtz1XyQzB2gkkZwiNvU3iV bTufsRZhpRzYgznf7PlP7ypF0x8CR4pf/MPlEhgzmCHHLMxrHYjBYnQyWRpLySsaB/ eSWkFQpyaC7GQ== Message-ID: Date: Thu, 13 Apr 2023 13:31:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH v2 0/7] Add support for MT6331 and MT6332 LEDs Content-Language: en-US To: Pavel Machek 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 References: <20230412153310.241046-1-angelogioacchino.delregno@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230413_043134_630913_B389DC5A X-CRM114-Status: GOOD ( 18.24 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Il 13/04/23 12:49, Pavel Machek ha scritto: > Hi! > >> Changes in v2: >> - Rebase over next-20230412 >> >> 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. >> >> >> 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. >> >> 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. >> >> Tested on MT6795 Sony Xperia M5 smartphone. > > Please cc phone-devel with phone related stuff. Sorry, I completely forgot to :-( > > Can I get ls /sys/class/leds on that machine? Yes you can, but that will require some time, as I'm on other tasks. I should be able to provide that next week, sorry for the delay! Regards, Angelo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel