Re: [PATCH 33/46] ARM: pxa: pcmcia: move smemc configuration back to arch

From: Arnd Bergmann
Date: Tue Apr 19 2022 - 11:56:17 EST


On Mon, Oct 28, 2019 at 10:58 PM Robert Jarzmik <robert.jarzmik@xxxxxxx> wrote:
> > -static int pxa2xx_pcmcia_set_timing(struct soc_pcmcia_socket *skt)
> > -{
> > - unsigned long clk = clk_get_rate(skt->clk);
> > - return pxa2xx_pcmcia_set_mcxx(skt, clk / 10000);
> That curious, because you divide here by 10^4, while in the old
> pxa2xx_pcmcia_set_mcxx() that was 10^3 ... is that a fix I don't see ?

Revisiting an older patch here: I'm fairly sure the change was my typo,
fixed it now, thanks!

Arnd