RE: [PATCH v2 4/4] pinctrl/lantiq: fix up pinmux
From: Martin Schiller <hidden>
Date: 2015-11-26 06:40:18
Also in:
linux-gpio, linux-mips
From: Martin Schiller <hidden>
Date: 2015-11-26 06:40:18
Also in:
linux-gpio, linux-mips
On 11/25/2015 at 11:40 AM, Jonas Gorski wrote:
Hi On Wed, Nov 25, 2015 at 11:18 AM, Martin Schiller [off-list ref] wrote:quoted
From: John Crispin <redacted> This patch is included in the openwrt patchset for several years nowand needsquoted
to go upstream as well. It includes the following changes: 1. Fix up inline function call to xway_mux_applyThis really needs an explanation what is being fixed here.
I hope John - as the original author of this patch - can explain why this change is necessary.
quoted
2. Fix GPIO Setup of GPIO Port3This change looks fine.quoted
3. Implement gpio_chip.to_irqThese are three different changes (two fixes, one new feature) and therefore should be split up into three patches.
As I'm not the author of this patch, I decided to leave it as it is. But per se you are right, it would be better to split it up.
quoted
Signed-off-by: John Crispin <redacted> Signed-off-by: Martin Schiller <redacted> ---Also please provide a changelog for your patches here.
OK.
quoted
drivers/pinctrl/pinctrl-xway.c | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-)Jonas
Martin