[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200831090652.GK2639@vkoul-mobl>
Date: Mon, 31 Aug 2020 14:36:52 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Rikard Falkeborn <rikard.falkeborn@...il.com>
Cc: Kishon Vijay Abraham I <kishon@...com>,
linux-kernel@...r.kernel.org, Peter Chen <peter.chen@....com>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>,
Yu Chen <chenyu56@...wei.com>,
Binghui Wang <wangbinghui@...ilicon.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
Alim Akhtar <alim.akhtar@...sung.com>,
Seungwon Jeon <essuuj@...il.com>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
linux-arm-kernel@...ts.infradead.org, linux-usb@...r.kernel.org,
linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH 0/8] drivers: phy: Constify static phy_ops structs
On 24-08-20, 00:00, Rikard Falkeborn wrote:
> This series constifies all static phy_ops structs in drivers/phy.
> Typically the only usage is to pass the address of it to devm_phy_create()
> which takes a const pointer. The lone exception is in
> drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c where the address of the
> structs is assigned to the data-field in of_device_id, which is a const
> void pointer.
>
> Making the structs const allows the compiler to put them in read-only
> memory.
>
> The patches are all independent of each other, and have been
> compile-tested only.
Applied all, thanks
--
~Vinod
Powered by blists - more mailing lists