u-boot-brain/drivers/clk
Philipp Tomsich cdc6080a28 rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc
The clk driver for the RK3368 picked the wrong data structure's size
for its auto-alloc size: the size was calculated on the structure
representing the CRU hardware block instead of the priv structure.
As the CRU's register file is much larger than the driver's priv,
this did not cause any pain (except wasting memory).

Fix this by using the correct data structure's size.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-07-27 14:59:02 +02:00
..
aspeed dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
at91 clk: Modify xlate() method for livetree 2017-06-01 07:03:14 -06:00
exynos dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
rockchip rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc 2017-07-27 14:59:02 +02:00
tegra clock: implement a driver for the Tegra CAR 2016-09-27 09:11:02 -07:00
uniphier ARM: uniphier: fix various sparse warnings 2017-06-25 06:06:09 +09:00
clk_bcm6345.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
clk_boston.c clk: boston: Providea simple driver for Boston board clocks 2016-09-21 15:04:32 +02:00
clk_fixed_rate.c dm: clk: fixed: Update to support livetree 2017-06-01 07:03:14 -06:00
clk_pic32.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
clk_sandbox_test.c clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
clk_sandbox.c clk: sandbox: don't check clk ID against 0 2016-06-24 17:24:35 -04:00
clk_stm32f7.c clk: stm32f7: remove clock_get() 2017-07-26 11:28:08 -04:00
clk_zynq.c dm: clk: Update uclass to support livetree 2017-06-01 07:03:14 -06:00
clk_zynqmp.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
clk-uclass.c dm: clk: Update uclass to support livetree 2017-06-01 07:03:14 -06:00
Kconfig dm: clk: add BCM6345 clock driver 2017-05-10 16:16:09 +02:00
Makefile dm: clk: add BCM6345 clock driver 2017-05-10 16:16:09 +02:00