[PATCH 2/7] clk: stm32mp1: The dev is always NULL, replace it with np
Alexandre TORGUE
alexandre.torgue at foss.st.com
Fri Apr 16 15:39:45 BST 2021
Hi Marek
On 4/16/21 3:39 PM, Marek Vasut wrote:
> On 4/16/21 8:44 AM, gabriel.fernandez at foss.st.com wrote:
>> Hi Marek,
>
> Hello Gabriel,
>
>> I have a patch-set in progress using $dev (convertion into module
>> driver).
>>
>> https://patchwork.kernel.org/project/linux-clk/list/?series=421767
>>
>> Then rebase of your patch, [PATCH 4/7] clk: stm32mp1: Add parent_data
>> to ETHRX clock, can be done easily.
>
> I suspect the aforementioned patchset will have to be reworked, since
> the current approach to push SCMI onto every system and renumerate the
> clock has been rejected, because it caused DT ABI break and boot
> problems on many systems.
SCMI patches for clock drivers will be pushed (and merged one day :)).
We only drop the DT part which will be done through dtbo in uboot/tfa/optee.
regards
alex
>
> btw please don't top-post.
>
>> Best regards
>> Gabriel
>>
>> On 4/8/21 8:57 PM, Marek Vasut wrote:
>>> Instead of passing around $dev to all the registration functions, which
>>> is always NULL, pass around struct device_node pointer $np. This way it
>>> is possible to use of_clk_hw_register*() functions and/or register clock
>>> with associated $np pointer.
> [...]
More information about the linux-arm-kernel
mailing list