From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tegra: Remove tegra_spl_gpio_direction_output declaration from header file
Date: Thu, 05 Mar 2015 09:58:25 -0700 [thread overview]
Message-ID: <54F88B31.7050705@wwwdotorg.org> (raw)
In-Reply-To: <1425552057.21331.5.camel@phoenix>
On 03/05/2015 03:40 AM, Axel Lin wrote:
> This function is deleted by commit 2fccd2d96bad
> "tegra: Convert tegra GPIO driver to use driver model".
I think you want to send this to Tom Warren (who as Tegra maintainer
would apply it) and whoever wrote the commit you're fixing (Simon Glass
I would assume given the description). I've CC'd them so they see the patch.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
> arch/arm/include/asm/arch-tegra/gpio.h | 9 ---------
> 1 file changed, 9 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-tegra/gpio.h b/arch/arm/include/asm/arch-tegra/gpio.h
> index 7334e0c..daf5698 100644
> --- a/arch/arm/include/asm/arch-tegra/gpio.h
> +++ b/arch/arm/include/asm/arch-tegra/gpio.h
> @@ -28,15 +28,6 @@ struct tegra_gpio_config {
> };
>
> /**
> - * tegra_spl_gpio_direction_output() - set the output value of a GPIO
> - *
> - * This function is only used from SPL on seaboard, which needs to enable a
> - * GPIO to get the UART running. It could be done in U-Boot rather than SPL,
> - * but for now, this gets it working
> - */
> -int tegra_spl_gpio_direction_output(int gpio, int value);
> -
> -/**
> * Configure a list of GPIOs
> *
> * @param config List of GPIO configurations
>
next prev parent reply other threads:[~2015-03-05 16:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-05 10:40 [U-Boot] [PATCH] tegra: Remove tegra_spl_gpio_direction_output declaration from header file Axel Lin
2015-03-05 16:58 ` Stephen Warren [this message]
2015-03-05 21:45 ` Simon Glass
2015-03-05 21:45 ` Simon Glass
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=54F88B31.7050705@wwwdotorg.org \
--to=swarren@wwwdotorg.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.