Re: [PATCH v2 05/41] ARM: s3c24xx: make S3C24XX_MISCCR access indirect
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-08-12 07:53:32
Also in:
linux-clk, linux-samsung-soc, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-08-12 07:53:32
Also in:
linux-clk, linux-samsung-soc, lkml
Quoting Krzysztof Kozlowski (2020-08-06 11:20:22)
From: Arnd Bergmann <arnd@arndb.de> The clk driver uses both a function call into an exported platform file and a direct register access to a hardcoded virtual address for accessing the MISCCR register, both become are a problem for a multiplatform kernel because of the header file dependency. Make this an indirect function call through platform data instead. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> ---
Reviewed-by: Stephen Boyd <sboyd@kernel.org> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel