Re: [PATCH] soundwire: cdns: Fix compilation error on arm64

2019-05-26 Thread Vinod Koul
On 04-04-19, 09:12, Jan Kotas wrote: > On arm64 the cadence_master.c file doesn't compile. > > readl and writel are undefined. > This patch fixes that by including io.h. Applied, thanks -- ~Vinod

Re: [PATCH] soundwire: cdns: Fix compilation error on arm64

2019-04-14 Thread Vinod Koul
On 04-04-19, 09:12, Jan Kotas wrote: > On arm64 the cadence_master.c file doesn't compile. > > readl and writel are undefined. > This patch fixes that by including io.h. And I cant verify that without hacking kconfig to force compile the lib. > > Signed-off-by: Jan Kotas > --- > drivers/sound

Re: [PATCH] soundwire: cdns: Fix compilation error on arm64

2019-04-04 Thread Mukesh Ojha
On 4/4/2019 1:42 PM, Jan Kotas wrote: On arm64 the cadence_master.c file doesn't compile. readl and writel are undefined. This patch fixes that by including io.h. Signed-off-by: Jan Kotas Reviewed-by: Mukesh Ojha Cheers, -Mukesh --- drivers/soundwire/cadence_master.c | 1 + 1 file cha