Re: [PATCH 0/4] arm: mxs: mxs_set_gpmiclk

2020-01-04 Thread Rasmus Villemoes
On 03/01/2020 13.42, Stefano Babic wrote: > Hi Rasmus, > > On 27/09/19 10:33, Rasmus Villemoes wrote: >> On 12/09/2019 11.17, Rasmus Villemoes wrote: >>> While trying to implement an mxs_set_gpmiclk() I stumbled on a few minor >>> things. >>> >>> Rasmus Villemoes (4): >>> arm: mxs: fix

Re: [PATCH 0/4] arm: mxs: mxs_set_gpmiclk

2020-01-04 Thread Stefano Babic
Hi Rasmus, On 27/09/19 10:33, Rasmus Villemoes wrote: > On 12/09/2019 11.17, Rasmus Villemoes wrote: >> While trying to implement an mxs_set_gpmiclk() I stumbled on a few minor >> things. >> >> Rasmus Villemoes (4): >> arm: mxs: fix register definitions for clkctrl_gpmi and clkctrl_sspX >>

Re: [U-Boot] [PATCH 0/4] arm: mxs: mxs_set_gpmiclk

2019-09-27 Thread Rasmus Villemoes
On 12/09/2019 11.17, Rasmus Villemoes wrote: > While trying to implement an mxs_set_gpmiclk() I stumbled on a few minor > things. > > Rasmus Villemoes (4): > arm: mxs: fix register definitions for clkctrl_gpmi and clkctrl_sspX > arm: mxs: fix comments in arch_cpu_init to match the code >

[U-Boot] [PATCH 0/4] arm: mxs: mxs_set_gpmiclk

2019-09-12 Thread Rasmus Villemoes
While trying to implement an mxs_set_gpmiclk() I stumbled on a few minor things. Rasmus Villemoes (4): arm: mxs: fix register definitions for clkctrl_gpmi and clkctrl_sspX arm: mxs: fix comments in arch_cpu_init to match the code arm: mxs: be more careful when enabling gpmi_clk arm: mxs: