Thread (4 messages) 4 messages, 3 authors, 2020-08-31

Re: [PATCH 0/8] drivers: phy: Constify static phy_ops structs

From: Vinod Koul <vkoul@kernel.org>
Date: 2020-08-31 09:07:05
Also in: linux-arm-kernel, linux-arm-msm, lkml

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help