Re: [PATCH] clk: at91: fix compilation errors in sama5d2.c

2019-05-23 Thread Ahmad Fatoum
Hello Sam, On 2/4/19 19:10, Sam Ravnborg wrote: > Hi Ahmad. > > Thanks for looking into this. > > On Mon, Apr 01, 2019 at 12:32:57PM +0200, Ahmad Fatoum wrote: >> sama5d2 was added along with the update to the upstream >> device tree bindings, but wasn't wired in anywhere. >> >> To prepare for u

Re: [PATCH] clk: at91: fix compilation errors in sama5d2.c

2019-04-02 Thread Sam Ravnborg
Hi Ahmad. Thanks for looking into this. On Mon, Apr 01, 2019 at 12:32:57PM +0200, Ahmad Fatoum wrote: > sama5d2 was added along with the update to the upstream > device tree bindings, but wasn't wired in anywhere. > > To prepare for usage in future sama5d2 support, fix > compilation errors relat

[PATCH] clk: at91: fix compilation errors in sama5d2.c

2019-04-01 Thread Ahmad Fatoum
sama5d2 was added along with the update to the upstream device tree bindings, but wasn't wired in anywhere. To prepare for usage in future sama5d2 support, fix compilation errors related to absence of locks and unavailability of audio/i2s clock/pll handling. Signed-off-by: Ahmad Fatoum --- driv