linux/drivers/clk/hisilicon
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-hi3519.c clk: Switch back to struct platform_driver::remove() 2024-09-21 14:12:05 -07:00
clk-hi3559a.c clk: Switch back to struct platform_driver::remove() 2024-09-21 14:12:05 -07:00
clk-hi3620.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clk-hi3660-stub.c clk: hisilicon: hi3660-stub: convert from round_rate() to determine_rate() 2025-09-08 09:41:27 -04:00
clk-hi3660.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi3670.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi6220-stub.c clk: hisilicon: hi6220-stub: convert from round_rate() to determine_rate() 2025-09-08 09:41:27 -04:00
clk-hi6220.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hip04.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hisi-phase.c clk: core: replace clk_{readl,writel} with {readl,writel} 2019-04-23 10:57:49 -07:00
clk-hix5hd2.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -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: hisilicon: Add clock driver for hi3559A SoC 2021-06-27 20:14:24 -07:00
clkdivider-hi6220.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clkgate-separated.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
crg-hi3516cv300.c clk: Switch back to struct platform_driver::remove() 2024-09-21 14:12:05 -07:00
crg-hi3798cv200.c clk: Switch back to struct platform_driver::remove() 2024-09-21 14:12:05 -07:00
crg.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
Kconfig clk: hisilicon: hi3559a: select RESET_HISI 2021-07-26 17:23:40 -07:00
Makefile clk: hisilicon: Add clock driver for hi3559A SoC 2021-06-27 20:14:24 -07:00
reset.c clk: hisilicon: use devm_platform_ioremap_resource() to simplify code 2019-10-16 16:17:06 -07:00
reset.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 2019-05-21 11:28:45 +02:00