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

Arnd Bergmann arnd at arndb.de
Tue Apr 19 08:55:52 PDT 2022


On Mon, Oct 28, 2019 at 10:58 PM Robert Jarzmik <robert.jarzmik at free.fr> 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



More information about the linux-arm-kernel mailing list