linux/drivers/clk/starfive
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
clk-starfive-jh71x0.c clk: starfive: Make _clk_get become a common helper function 2025-01-14 10:55:00 -08:00
clk-starfive-jh71x0.h clk: starfive: Make _clk_get become a common helper function 2025-01-14 10:55:00 -08:00
clk-starfive-jh7100-audio.c clk: starfive: Make _clk_get become a common helper function 2025-01-14 10:55:00 -08:00
clk-starfive-jh7100.c clk: starfive: jh7100: Add CLK_SET_RATE_PARENT to gmac_tx 2024-01-03 15:51:58 -08:00
clk-starfive-jh7110-aon.c clk: starfive: Make _clk_get become a common helper function 2025-01-14 10:55:00 -08:00
clk-starfive-jh7110-isp.c clk: starfive: Make _clk_get become a common helper function 2025-01-14 10:55:00 -08:00
clk-starfive-jh7110-pll.c clk: starfive: jh7110-pll: Mark the probe function as __init 2024-10-30 13:23:51 -07:00
clk-starfive-jh7110-stg.c clk: starfive: Make _clk_get become a common helper function 2025-01-14 10:55:00 -08:00
clk-starfive-jh7110-sys.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-starfive-jh7110-vout.c clk: starfive: Make _clk_get become a common helper function 2025-01-14 10:55:00 -08:00
clk-starfive-jh7110.h clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver 2023-07-19 18:08:05 +01:00
Kconfig clk: starfive: Add StarFive JH7110 Video-Output clock driver 2023-07-19 18:08:05 +01:00
Makefile clk: starfive: Add StarFive JH7110 Video-Output clock driver 2023-07-19 18:08:05 +01:00