linux/drivers/clk/mmp
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-apbc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-apmu.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-audio.c clk: mmp: audio: convert from round_rate() to determine_rate() 2025-09-08 09:41:27 -04:00
clk-frac.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-gate.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-mix.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-of-mmp2.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-of-pxa168.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-of-pxa910.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-of-pxa1928.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-pll.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-pxa1908-apbc.c clk: mmp: pxa1908-apbc: Fix NULL vs IS_ERR() check 2024-12-03 12:02:25 -08:00
clk-pxa1908-apbcp.c clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check 2024-12-03 12:01:42 -08:00
clk-pxa1908-apmu.c clk: mmp: pxa1908: Instantiate power driver through auxiliary bus 2025-09-21 10:48:44 -07:00
clk-pxa1908-mpmu.c clk: mmp: pxa1908-mpmu: Fix a NULL vs IS_ERR() check 2024-12-03 12:01:07 -08:00
clk.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk.h clk: mmp: Switch to use struct u32_fract instead of custom one 2024-11-14 14:32:50 -08:00
Kconfig clk: mmp: pxa1908: Instantiate power driver through auxiliary bus 2025-09-21 10:48:44 -07:00
Makefile clk: mmp: pxa1908: Instantiate power driver through auxiliary bus 2025-09-21 10:48:44 -07:00
pwr-island.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
reset.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
reset.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00