All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: Peter Robinson <pbrobinson@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>, Breno Lima <breno.lima@nxp.com>,
	 Francesco Montefoschi <francesco.montefoschi@udoo.org>,
	U-Boot-Denx <u-boot@lists.denx.de>
Subject: Re: [PATCH 1/4] udoo_neo: Call gpio_request()
Date: Tue, 21 Dec 2021 10:37:40 -0300	[thread overview]
Message-ID: <CAOMZO5ASqKg2uBEWq324eO_b3PP=+1RoC5YGKLdAnsG0cxxN9w@mail.gmail.com> (raw)
In-Reply-To: <20211221123249.455347-1-pbrobinson@gmail.com>

On Tue, Dec 21, 2021 at 9:32 AM Peter Robinson <pbrobinson@gmail.com> wrote:
>
> Calling gpio_request() prior to its usage is now mandatory.
>
> This fixes the following GPIO errors:
> gpio@20a8000: set_dir_flags: error: gpio GPIO4_16 not reserved
> gpio@20a8000: set_dir_flags: error: gpio GPIO4_13 not reserved
> gpio@20a8000: set_dir_flags: error: gpio GPIO4_0 not reserved
> gpio@20a8000: get_value: error: gpio GPIO4_13 not reserved
> gpio@20a8000: get_value: error: gpio GPIO4_0 not reserved
> gpio@20a0000: set_dir_flags: error: gpio GPIO2_1 not reserved
> gpio@20a0000: set_value: error: gpio GPIO2_1 not reserved
>
> Fixes: 191840ae99 ("ARM: imx: udoo_neo: Enable OF_CONTROL and DM gpio/pin control")
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>

  parent reply	other threads:[~2021-12-21 13:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-21 12:32 [PATCH 1/4] udoo_neo: Call gpio_request() Peter Robinson
2021-12-21 12:32 ` [PATCH 2/4] udoo_neo: Fixes for booting from the mSD card Peter Robinson
2021-12-21 13:37   ` Fabio Estevam
2022-01-07 17:02   ` Tom Rini
2021-12-21 12:32 ` [PATCH 3/4] udoo_neo: Fix ethernet Peter Robinson
2021-12-21 13:38   ` Fabio Estevam
2022-01-07 17:02   ` Tom Rini
2021-12-21 12:32 ` [PATCH 4/4] udoo_neo: Enable support for USB and storage Peter Robinson
2021-12-21 13:38   ` Fabio Estevam
2022-01-07 17:02   ` Tom Rini
2021-12-21 13:37 ` Fabio Estevam [this message]
2022-01-07 17:02 ` [PATCH 1/4] udoo_neo: Call gpio_request() Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOMZO5ASqKg2uBEWq324eO_b3PP=+1RoC5YGKLdAnsG0cxxN9w@mail.gmail.com' \
    --to=festevam@gmail.com \
    --cc=breno.lima@nxp.com \
    --cc=francesco.montefoschi@udoo.org \
    --cc=pbrobinson@gmail.com \
    --cc=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.