linux-kernelorg-stable/drivers/clk/meson
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
..
Kconfig clk: meson: t7: add t7 clock peripherals controller driver 2025-12-15 10:42:29 +01:00
Makefile clk: meson: t7: add t7 clock peripherals controller driver 2025-12-15 10:42:29 +01:00
a1-peripherals.c clk: amlogic: introduce a common pclk definition 2025-09-04 18:27:12 +02:00
a1-pll.c clk: amlogic: use probe helper in mmio based controllers 2025-09-04 18:27:12 +02:00
axg-aoclk.c clk: amlogic: use the common pclk definition 2025-09-04 18:27:12 +02:00
axg-audio.c clk: amlogic: drop clk_regmap tables 2025-07-02 15:38:19 +02:00
axg.c clk: amlogic: introduce a common pclk definition 2025-09-04 18:27:12 +02:00
c3-peripherals.c clk: amlogic: c3-peripherals: use helper for basic composite clocks 2025-09-04 18:27:12 +02:00
c3-pll.c clk: amlogic: use probe helper in mmio based controllers 2025-09-04 18:27:12 +02:00
clk-cpu-dyndiv.c
clk-cpu-dyndiv.h
clk-dualdiv.c
clk-dualdiv.h
clk-mpll.c
clk-mpll.h
clk-phase.c
clk-phase.h
clk-pll.c
clk-pll.h
clk-regmap.c
clk-regmap.h clk: amlogic: move PCLK definition to clkc-utils 2025-09-04 18:27:12 +02:00
g12a-aoclk.c clk: amlogic: use the common pclk definition 2025-09-04 18:27:12 +02:00
g12a.c clk: meson: g12a: Limit the HDMI PLL OD to /4 2026-01-06 09:52:21 +01:00
gxbb-aoclk.c clk: amlogic: use the common pclk definition 2025-09-04 18:27:12 +02:00
gxbb.c clk: meson: gxbb: use the existing HHI_HDMI_PLL_CNTL3 macro 2026-01-06 09:52:21 +01:00
meson-aoclk.c clk: amlogic: aoclk: use clkc-utils syscon probe 2025-09-04 18:27:12 +02:00
meson-aoclk.h clk: amlogic: aoclk: use clkc-utils syscon probe 2025-09-04 18:27:12 +02:00
meson-clkc-utils.c clk: amlogic: add probe helper for mmio based controllers 2025-09-04 18:27:12 +02:00
meson-clkc-utils.h clk: amlogic: add composite clock helpers 2025-09-04 18:27:12 +02:00
meson8-ddr.c clk: amlogic: use probe helper in mmio based controllers 2025-09-04 18:27:12 +02:00
meson8b.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
parm.h
s4-peripherals.c clk: amlogic: remove potentially unsafe flags from S4 video clocks 2025-12-15 10:56:08 +01:00
s4-pll.c clk: amlogic: use probe helper in mmio based controllers 2025-09-04 18:27:12 +02:00
sclk-div.c
sclk-div.h
t7-peripherals.c clk: meson: t7: add t7 clock peripherals controller driver 2025-12-15 10:42:29 +01:00
t7-pll.c clk: meson: t7: add support for the T7 SoC PLL clock 2025-12-15 10:42:29 +01:00
vclk.c
vclk.h
vid-pll-div.c
vid-pll-div.h