Re: [PATCH v4 0/3] pinctrl: Ingenic: Add support for SSI and I2S pins.

2020-10-10 Thread Paul Cercueil
Hi Linus, Zhou, The first patch is bogus. Half of the SSI pins are wrong (GPIO chip D/E start at 0x60/0x80 respectively). Sorry for not catching that before. -Paul Le mar. 29 sept. 2020 à 14:48, Linus Walleij a écrit : On Sun, Sep 13, 2020 at 8:59 AM 周琰杰 (Zhou Yanjie) wrote: 1.Add

Re: [PATCH v4 0/3] pinctrl: Ingenic: Add support for SSI and I2S pins.

2020-09-29 Thread Linus Walleij
On Sun, Sep 13, 2020 at 8:59 AM 周琰杰 (Zhou Yanjie) wrote: > 1.Add SSI pins support for JZ4770 and JZ4780. > 2.Correct the pullup and pulldown parameters of JZ4780. > 3.Add I2S pins support for JZ4780, X1000, X1500, and X1830. > > v2->v3: > 1.Add Paul Cercueil's Reviewed-by. > 2.Fix bug about

[PATCH v4 0/3] pinctrl: Ingenic: Add support for SSI and I2S pins.

2020-09-13 Thread Zhou Yanjie
1.Add SSI pins support for JZ4770 and JZ4780. 2.Correct the pullup and pulldown parameters of JZ4780. 3.Add I2S pins support for JZ4780, X1000, X1500, and X1830. v2->v3: 1.Add Paul Cercueil's Reviewed-by. 2.Fix bug about PE15's pull-up parameter. v3->v4: 1.Add Paul Cercueil's Reviewed-by. 2.Fix