[PATCH v2 05/41] ARM: s3c24xx: make S3C24XX_MISCCR access indirect

Stephen Boyd sboyd at kernel.org
Wed Aug 12 03:53:29 EDT 2020


Quoting Krzysztof Kozlowski (2020-08-06 11:20:22)
> From: Arnd Bergmann <arnd at 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 at arndb.de>
> Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
> ---

Reviewed-by: Stephen Boyd <sboyd at kernel.org>



More information about the linux-arm-kernel mailing list