linux/drivers/clk/stm32
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-stm32-core.c clk: stm32: stm32-core: convert from divider_round_rate_parent() to divider_determine_rate() 2026-01-22 10:48:26 -05:00
clk-stm32-core.h clk: stm32mp2: use of STM32 access controller 2024-06-03 14:10:46 -07:00
clk-stm32mp1.c clk: stm32: stm32mp1: convert from round_rate() to determine_rate() 2025-09-08 09:41:28 -04:00
clk-stm32mp13.c clk: stm32mp2: use of STM32 access controller 2024-06-03 14:10:46 -07:00
clk-stm32mp21.c clk: stm32: introduce clocks for STM32MP21 platform 2025-09-21 10:31:56 -07:00
clk-stm32mp25.c clk: stm32mp25: add security clocks 2024-06-03 14:10:46 -07:00
Kconfig clk: stm32: introduce clocks for STM32MP21 platform 2025-09-21 10:31:56 -07:00
Makefile clk: stm32: introduce clocks for STM32MP21 platform 2025-09-21 10:31:56 -07:00
reset-stm32.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
reset-stm32.h clk: stm32: introduce clocks for STM32MP257 platform 2024-04-11 23:20:27 -07:00
stm32mp13_rcc.h
stm32mp21_rcc.h clk: stm32: introduce clocks for STM32MP21 platform 2025-09-21 10:31:56 -07:00
stm32mp25_rcc.h clk: stm32: introduce clocks for STM32MP257 platform 2024-04-11 23:20:27 -07:00