Re: [PATCH 1/3] pinctrl: Ingenic: Fix bug and reformat the code.
From: Paul Cercueil <paul@crapouillou.net>
Date: 2021-03-10 14:20:23
Also in:
linux-gpio, linux-mips, lkml
From: Paul Cercueil <paul@crapouillou.net>
Date: 2021-03-10 14:20:23
Also in:
linux-gpio, linux-mips, lkml
Le mer. 10 mars 2021 à 16:03, Andy Shevchenko [off-list ref] a écrit :
On Tue, Mar 9, 2021 at 6:42 PM 周琰杰 (Zhou Yanjie) [off-list ref] wrote:quoted
1.Add tabs before values to align the code in the macro definition section. 2.Fix bugs related to the MAC of JZ4770, add missing pins to the MII group. 3.Adjust the sequence of X1830's SSI related codes to make it consistent with other Ingenic SoCs. 4.Fix bug in "ingenic_pinconf_get()", so that it can read the configuration of X1830 SoC correctly.Split to 4 patches then. It's quite hard for everybody to handle regression fixes like this.
Agreed. And the fixes should have a Fixes: tag. -Paul