All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] bcm2835_gpio: Implement GPIOF_FUNC
Date: Thu, 11 Aug 2016 16:37:58 -0600	[thread overview]
Message-ID: <CAPnjgZ2d4UVZ68GqtAw_=eU=BnnnARj7bd1OsX265d2AkjsjkQ@mail.gmail.com> (raw)
In-Reply-To: <1470915512-40855-1-git-send-email-agraf@suse.de>

On 11 August 2016 at 05:38, Alexander Graf <agraf@suse.de> wrote:
> So far we could only tell the gpio framework that a GPIO was mapped as input or
> output, not as alternative function.
>
> This patch adds support for determining whether a function is mapped as
> alternative.
>
> Signed-off-by: Alexander Graf <agraf@suse.de>
> ---
>  arch/arm/mach-bcm283x/include/mach/gpio.h |  2 ++
>  drivers/gpio/bcm2835_gpio.c               | 30 +++++++++++++++++-------------
>  2 files changed, 19 insertions(+), 13 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

  parent reply	other threads:[~2016-08-11 22:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-11 11:38 [U-Boot] [PATCH 1/2] bcm2835_gpio: Implement GPIOF_FUNC Alexander Graf
2016-08-11 11:38 ` [U-Boot] [PATCH 2/2] serial: bcm283x_mu: Detect disabled serial device Alexander Graf
2016-08-11 22:38   ` Simon Glass
2016-08-12  5:24     ` Alexander Graf
2016-08-15 15:48   ` [U-Boot] [PATCH v4 " Alexander Graf
2016-08-16  3:30     ` Stephen Warren
2016-08-16  4:52       ` Simon Glass
2016-08-16  5:55       ` Alexander Graf
2016-09-07 17:57     ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-08-11 22:37 ` Simon Glass [this message]
2016-08-13  2:16 ` [U-Boot] [PATCH 1/2] bcm2835_gpio: Implement GPIOF_FUNC Stephen Warren
2016-09-07 17:57 ` [U-Boot] [U-Boot,1/2] " 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='CAPnjgZ2d4UVZ68GqtAw_=eU=BnnnARj7bd1OsX265d2AkjsjkQ@mail.gmail.com' \
    --to=sjg@chromium.org \
    --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.