linux/drivers/clk/davinci
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
..
da8xx-cfgchip.c clk:davinci: make use of dev_err_cast_probe() 2024-08-28 13:11:21 -07:00
Makefile clk: davinci: remove support for da830 2025-03-13 13:17:41 -07:00
pll-da850.c clk: Remove io.h from clk-provider.h 2019-05-15 13:21:37 -07:00
pll.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
pll.h clk: Fix typos 2025-07-26 23:49:18 -07:00
psc-da850.c clk: davinci: psc: drop unused reset lookup 2025-11-18 17:52:54 +01:00
psc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
psc.h clk: davinci: remove support for da830 2025-03-13 13:17:41 -07:00