Message ID | 20240711200213.2402248-1-tmaimon77@gmail.com |
---|---|
Headers | show |
Series | pinctrl: npcm8xx: pin configuration changes | expand |
On Thu, 2024-07-11 at 23:02 +0300, Tomer Maimon wrote: > This patch set addresses various pin configuration changes for the > Nuvoton NPCM8XX BMC SoC. The patches aim to enhance functionality, > remove unused pins, and improve overall pin management. > > Tomer Maimon (7): > pinctrl: nuvoton: npcm8xx: clear polarity before set both edge > pinctrl: nuvoton: npcm8xx: add gpi35 and gpi36 > pinctrl: nuvoton: npcm8xx: add pin 250 to DDR pins group > pinctrl: nuvoton: npcm8xx: remove unused smb4den pin, group, function > pinctrl: nuvoton: npcm8xx: remove unused lpcclk pin, group, function > pinctrl: nuvoton: npcm8xx: modify clkrun and serirq pin configuration > pinctrl: nuvoton: npcm8xx: modify pins flags > > drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 64 +++++++++++------------ > 1 file changed, 31 insertions(+), 33 deletions(-) > What's the state of this series with respect to upstream? Is this a bunch of fixes specific to openbmc/linux dev-6.6? Or do all of these patches have equivalents upstream? Andrew
Hi Andrew On Tue, 16 Jul 2024 at 06:20, Andrew Jeffery <andrew@codeconstruct.com.au> wrote: > > On Thu, 2024-07-11 at 23:02 +0300, Tomer Maimon wrote: > > This patch set addresses various pin configuration changes for the > > Nuvoton NPCM8XX BMC SoC. The patches aim to enhance functionality, > > remove unused pins, and improve overall pin management. > > > > Tomer Maimon (7): > > pinctrl: nuvoton: npcm8xx: clear polarity before set both edge > > pinctrl: nuvoton: npcm8xx: add gpi35 and gpi36 > > pinctrl: nuvoton: npcm8xx: add pin 250 to DDR pins group > > pinctrl: nuvoton: npcm8xx: remove unused smb4den pin, group, function > > pinctrl: nuvoton: npcm8xx: remove unused lpcclk pin, group, function > > pinctrl: nuvoton: npcm8xx: modify clkrun and serirq pin configuration > > pinctrl: nuvoton: npcm8xx: modify pins flags > > > > drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 64 +++++++++++------------ > > 1 file changed, 31 insertions(+), 33 deletions(-) > > > > What's the state of this series with respect to upstream? Is this a > bunch of fixes specific to openbmc/linux dev-6.6? Or do all of these > patches have equivalents upstream? > > Andrew These patches are on the upstream process https://lore.kernel.org/lkml/CAOiHx=kr=_-ra392XH-vR2fG-E5ZVXAutU9OP6xQRrzXSu9ZWg@mail.gmail.com/T/ these patches are not specific for openbmc/linux dev-6.6 Thanks, Tomer