remarkable-linux/drivers/clk/uniphier
Masahiro Yamada c0ce317f0c clk: uniphier: fix type of variable passed to regmap_read()
The 3rd argument of regmap_read() takes a pointer to unsigned int.
This driver is saved just because u32 happens to be typedef'ed as
unsigned int, but we should not rely on that fact.  Change the
variable type just in case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2016-10-17 15:20:52 -07:00
..
clk-uniphier-core.c clk: uniphier: add system clock support for sLD3 SoC 2016-10-17 15:20:50 -07:00
clk-uniphier-fixed-factor.c
clk-uniphier-fixed-rate.c
clk-uniphier-gate.c
clk-uniphier-mio.c clk: uniphier: add clock data for UniPhier SoCs 2016-09-16 16:31:38 -07:00
clk-uniphier-mux.c clk: uniphier: fix type of variable passed to regmap_read() 2016-10-17 15:20:52 -07:00
clk-uniphier-peri.c clk: uniphier: add clock data for UniPhier SoCs 2016-09-16 16:31:38 -07:00
clk-uniphier-sys.c clk: uniphier: add clock data for UniPhier SoCs 2016-09-16 16:31:38 -07:00
clk-uniphier.h clk: uniphier: add clock data for UniPhier SoCs 2016-09-16 16:31:38 -07:00
Kconfig
Makefile clk: uniphier: add clock data for UniPhier SoCs 2016-09-16 16:31:38 -07:00