[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACRpkdYXw0D9BJSBd6tvnKM3tkMir6ptcpg0nZxpbWQdAHYooA@mail.gmail.com>
Date: Wed, 19 Feb 2020 17:23:39 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Nicolas Belin <nbelin@...libre.com>
Cc: Kevin Hilman <khilman@...libre.com>,
"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
"open list:ARM/Amlogic Meson..." <linux-amlogic@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] pinctrl: meson-gxl: fix GPIOX sdio pins
Hi Nicolas,
thanks for your patch!
I can't apply it for some reason, something is weird with it...
On Wed, Feb 5, 2020 at 12:22 PM Nicolas Belin <nbelin@...libre.com> wrote:
> @@ -147,8 +147,8 @@ static const unsigned int sdio_d0_pins[] = { GPIOX_0 };
> static const unsigned int sdio_d1_pins[] = { GPIOX_1 };
> static const unsigned int sdio_d2_pins[] = { GPIOX_2 };
> static const unsigned int sdio_d3_pins[] = { GPIOX_3 };
> -static const unsigned int sdio_cmd_pins[] = { GPIOX_4 };
> -static const unsigned int sdio_clk_pins[] = { GPIOX_5 };
> +static const unsigned int sdio_clk_pins[] = { GPIOX_4 };
> +static const unsigned int sdio_cmd_pins[] = { GPIOX_5 };
> static const unsigned int sdio_irq_pins[] = { GPIOX_7 };
>
> static const unsigned int nand_ce0_pins[] = { BOOT_8 };
> --
For example the patch just ends here with -- two dashes.
Please collect Jerome's ACK and resend using git-send-email if possible.
Yours,
Linus Walleij
Powered by blists - more mailing lists