linux/drivers/clk/ingenic
Stephen Kitt e620a1e061 drivers/clk: convert VL struct to struct_size
There are a few manually-calculated variable-length struct allocations
left, this converts them to use struct_size. Found with the following
git grep command

	git grep -A1 'kzalloc.*sizeof[^_].*+'

Signed-off-by: Stephen Kitt <steve@sk2.org>
Link: https://lkml.kernel.org/r/20190927185110.29897-1-steve@sk2.org
Acked-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
[sboyd@kernel.org: Add grep command]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2019-11-08 08:36:12 -08:00
..
cgu.c This round of clk driver and framework updates is heavy on the driver update 2019-07-17 10:07:48 -07:00
cgu.h This round of clk driver and framework updates is heavy on the driver update 2019-07-17 10:07:48 -07:00
jz4725b-cgu.c clk: ingenic: Use CLK_OF_DECLARE_DRIVER macro 2019-08-12 10:59:50 -07:00
jz4740-cgu.c Main MIPS changes for v5.4: 2019-09-22 09:30:30 -07:00
jz4770-cgu.c clk: ingenic: Use CLK_OF_DECLARE_DRIVER macro 2019-08-12 10:59:50 -07:00
jz4780-cgu.c clk: ingenic: Use CLK_OF_DECLARE_DRIVER macro 2019-08-12 10:59:50 -07:00
Kconfig clk: ingenic: Add driver for the TCU clocks 2019-08-08 15:30:07 -07:00
Makefile clk: ingenic: Add driver for the TCU clocks 2019-08-08 15:30:07 -07:00
pm.c clk: ingenic: Handle setting the Low-Power Mode bit 2019-06-25 15:43:15 -07:00
pm.h clk: ingenic: Handle setting the Low-Power Mode bit 2019-06-25 15:43:15 -07:00
tcu.c drivers/clk: convert VL struct to struct_size 2019-11-08 08:36:12 -08:00