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 9A147C30658 for ; Wed, 26 Jun 2024 15:48:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=L5/0ODQ1ji7ByqnbWS7KDCu3P8w0AxeNazsEasCEM6c=; b=jtXjZkrOK8uMOppKxM22RnRJq5 A5E6X+gjg19vAbpXi+TxvIFHviyQ/j/5x2oYIXLGCeUwfKekOV140wNi4PVUdsQC4+vJWCyQS3879 yiVNkKNBmhWOv5aRKnO2qfyzFFEiGPfGRlnFuD8rdm4tzpQ9RTFhCLgBsLoWs6G2eVi2xOqSkPhLX J+TzAyLUao6uzmo7akTJ+f7SbGvjw+3RuUMfjyOO8/h2JbkC7lF+qx2k3xY++QR1xXyrt1x5qrmUo DcmxRvHMPDeFe6ia1THbOVEP8azbL1sWVjEMDyxmT0acjDngBOkDuCitAbj6Wd0KqFSCaerB1AW4y 2fAXyWhA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMUss-00000007SY9-3zdp; Wed, 26 Jun 2024 15:48:34 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMUsl-00000007SWz-1pVF for linux-arm-kernel@lists.infradead.org; Wed, 26 Jun 2024 15:48:28 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 8B1C561B46; Wed, 26 Jun 2024 15:48:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A91D7C32782; Wed, 26 Jun 2024 15:48:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719416906; bh=7xwExvsEtQoE7N89hQc/J6z0i05gkGebrUaPVCObEFM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HviN61+YBV3eLHyiuRy4LkHEQ41TYCbBKwmC+EQlJITSa3tdk+hdSy18vkGB5xyPt 9UHzKpY3b6aWVl2xQjf58xirSIipJgVkBw5P65W7XF4qcC5SZs2sZjvCdsjXyUmtOL zw8GJ5U3eV0cNBD6fvTtuGM146MSDJxGAx37hShelajotSxSEmp+zcv7dtbs7VBh3k 3X2uLsNy/eDDZzFKwoRZmEoSps/Kpsf0icPnwuq8d8iOyB7mhqAe7eWt5wybZ6xuFS Ewg5cLQHcbAlnQEvsCK+TL20LtTViYu6bUecyMKn781sbojycNFJvE/1UBZdWxLcwK UDZIxvPMAwTNQ== Date: Wed, 26 Jun 2024 16:48:21 +0100 From: Lee Jones To: Peter Griffin Cc: arnd@arndb.de, krzk@kernel.org, alim.akhtar@samsung.com, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, tudor.ambarus@linaro.org, andre.draszik@linaro.org, saravanak@google.com, willmcvicker@google.com, semen.protsenko@linaro.org, kernel-team@android.com Subject: Re: [PATCH v3 0/2] Add syscon of_syscon_register_regmap api Message-ID: <20240626154821.GE2504017@google.com> References: <20240621115544.1655458-1-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240621115544.1655458-1-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240626_084827_637703_03E1211F X-CRM114-Status: GOOD ( 33.08 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 21 Jun 2024, Peter Griffin wrote: > Hi Lee, Arnd, Krzysztof, all, > > This series adds support to syscon driver for a new of_syscon_register_regmap() > api. > > Platforms such as gs101 require a special regmap to access PMU registers, which > in the existing upstream client drivers are accessed via syscon regmap. This > issue was partly solved in [1] whereby a custom regmap is created in exynos-pmu > and a new API exynos_get_pmu_regmap_by_phandle() created. > > One issue with the approach in [1] is that it required client drivers to be > updated from syscon_regmap_lookup_by_phandle() to > exynos_get_pmu_regmap_by_phandle() when obtaining the regmap. > > Whilst updating to exynos_get_pmu_regmap_by_phandle() was OK for exynos > specific drivers, it meant other drivers like syscon-reboot and syscon-poweroff > which span multiple SoC architectures could not be easily re-used. > > In previous review feedback for USB phy and gs101 poweroff driver Krzysztof > requested [2] that we take a more generic approach that other SoCs can also > leverage. > > The new of_syscon_register_regmap() api overcomes this limitation by allowing > a SoC driver like exynos-pmu to register it's SoC specific regmap with the > syscon driver. This keeps the SoC complexity out of syscon driver, and allows > client drivers to continue using syscon_regmap_lookup_by_phandle() as before. > The solution allows more code re-use and can be used by other SoC archs. > > Notes on probe ordering > > exynos-pmu runs at postcore_initcall, so all but one of the client drivers > (ufs phy, usb phy, watchdog) run after the regmap is created and registered. > > The one exception to this is pinctrl-samsung driver which is also > postcore_initcall level. The exynos_get_pmu_regmap() and > exynos_get_pmu_regmap_by_phandle() have been temporarily left to support > -EPROBE_DEFER for pinctrl-samsung driver. > > The longer term plan to solve that probe ordering issue is to enable > fw_devlink for syscon dt properties so they are correctly listed as > suppliers in /sys/class/devlink. I tested a PoC patch (see below) for > fw_devlink and that seemed to work fine. Once fw_devlink supports syscon I > believe exynos_get_pmu_regmap_by_phandle() api could be removed. The main issue > currently with fw_devlink syscon support is the wide diversity of dt property > naming currently in use. That was discussed previously here [3] > > 1248a1256,1257 > > DEFINE_SUFFIX_PROP(syscon_phandle, "syscon-phandle", NULL) > > DEFINE_SUFFIX_PROP(pmu_syscon, "pmu-syscon", NULL) > 1358a1368,1369 > > { .parse_prop = parse_syscon_phandle, }, > > { .parse_prop = parse_pmu_syscon, }, > > > Note one previous concern from Saravana about syscon potentially probing > before exynos-pmu driver and it relying on drivers/Makefile ordering. I tested > this and even if mfd is listed before soc in drivers/Makefile exynos-pmu > always probes first due to syscon driver not setting a .of_match_table entry. > > Once the syscon and exynos-pmu patchs are queued I will send patches for > watchdog and ufs phy drivers to switch back to syscon_regmap_lookup_by_phandle() > > Many thanks, > > Peter. > > [1] https://lore.kernel.org/linux-arm-kernel/20240219204238.356942-1-peter.griffin@linaro.org/T/ > [2] https://lore.kernel.org/lkml/06383015-51b2-4f4c-9fd8-e4f7ce12f44e@kernel.org/ > [3] https://lore.kernel.org/all/CAGETcx-CCpaV7R0O0HpDpoX6KxQBuJiMmKdWA8nDE-5Qj2Sa7g@mail.gmail.com/ > > Changes since v2: > - Move allocation outside spinlock area (Arnd) > Link to v2: > - https://lore.kernel.org/linux-arm-kernel/20240620112446.1286223-1-peter.griffin@linaro.org/ > > Changes since v1: > - Collect by tags > - Keep syscon lock held for check and adding entry (Krzysztof) > - pass pmu_np not np to syscon_node_to_regmap() (William) > > Link to v1: > - https://lore.kernel.org/linux-arm-kernel/20240614140421.3172674-1-peter.griffin@linaro.org/ > > Peter Griffin (2): > mfd: syscon: add of_syscon_register_regmap() API > soc: samsung: exynos-pmu: update to use of_syscon_register_regmap() > > drivers/mfd/syscon.c | 48 ++++++++++++++++++++++++++++++++ > drivers/soc/samsung/exynos-pmu.c | 38 ++++++++++--------------- > include/linux/mfd/syscon.h | 8 ++++++ > 3 files changed, 70 insertions(+), 24 deletions(-) Applied and submitted for build testing. If all is good, I'll send out a PR for the other maintainer(s). Note to self: ib-mfd-soc-samsung-6.11 -- Lee Jones [李琼斯]