u-boot/drivers/clk/at91
Francois Berder 7b4ffe8c32 clk: at91: Fix initializing arrays
Arrays are not cleared entirely because ARRAY_SIZE
returns the number of elements in an array, not the size
in bytes.
This commit fixes the calls to memset by providing the
array size in bytes instead of the number of elements
in the array.

Signed-off-by: Francois Berder <fberder@outlook.fr>
2023-09-29 16:45:40 +03:00
..
clk-generic.c clk: at91: clk-generic: add driver compatible with ccf 2020-09-22 11:27:18 +03:00
clk-main.c clk: at91: clk-main: add driver compatible with ccf 2020-09-22 11:27:18 +03:00
clk-master.c clk: at91: clk-master: split master clock in pres and divider 2021-09-21 10:05:37 +03:00
clk-peripheral.c clk: at91: clk-peripheral: add driver compatible with ccf 2020-09-22 11:27:18 +03:00
clk-programmable.c clk: at91: clk-programmable: add driver compatible with ccf 2020-09-22 11:27:18 +03:00
clk-sam9x60-pll.c WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
clk-sam9x60-usb.c clk: at91: Add support for sam9x60 USB clock 2023-03-27 14:27:37 +03:00
clk-system.c clk: at91: clk-system: add driver compatible with ccf 2020-09-22 11:27:18 +03:00
clk-utmi.c clk: at91: clk-utmi: add support for sama7g5 2020-09-22 11:27:18 +03:00
compat.c global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
Kconfig clk: at91: Add support for sam9x60 USB clock 2023-03-27 14:27:37 +03:00
Makefile clk: at91: Add support for sam9x60 USB clock 2023-03-27 14:27:37 +03:00
pmc.c clk: at91: pmc: export clock setup to pmc 2023-03-27 14:27:37 +03:00
pmc.h clk: at91: pmc: export clock setup to pmc 2023-03-27 14:27:37 +03:00
sam9x60.c clk: at91: Fix initializing arrays 2023-09-29 16:45:40 +03:00
sama7g5.c clk: at91: Fix initializing arrays 2023-09-29 16:45:40 +03:00
sckc.c drivers: use devfdt_get_addr_ptr when cast to pointer 2023-05-06 17:28:18 +08:00