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

2020-08-12 Thread Stephen Boyd
Quoting Krzysztof Kozlowski (2020-08-06 11:20:22) > From: Arnd Bergmann > > 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 ke

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

2020-08-06 Thread Krzysztof Kozlowski
From: Arnd Bergmann 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 indi