All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] gpio: add static to get_function()
@ 2017-06-22  7:50 Masahiro Yamada
  2017-06-22  8:22 ` Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Masahiro Yamada @ 2017-06-22  7:50 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/gpio/gpio-uclass.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpio/gpio-uclass.c b/drivers/gpio/gpio-uclass.c
index f611996f1729..9faf3357af8b 100644
--- a/drivers/gpio/gpio-uclass.c
+++ b/drivers/gpio/gpio-uclass.c
@@ -494,8 +494,8 @@ static const char * const gpio_function[GPIOF_COUNT] = {
 	"func",
 };
 
-int get_function(struct udevice *dev, int offset, bool skip_unused,
-		 const char **namep)
+static int get_function(struct udevice *dev, int offset, bool skip_unused,
+			const char **namep)
 {
 	struct gpio_dev_priv *uc_priv = dev_get_uclass_priv(dev);
 	struct dm_gpio_ops *ops = gpio_get_ops(dev);
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] gpio: add static to get_function()
  2017-06-22  7:50 [U-Boot] [PATCH] gpio: add static to get_function() Masahiro Yamada
@ 2017-06-22  8:22 ` Bin Meng
  2017-07-06  4:49 ` Simon Glass
  2017-07-07 11:40 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2017-06-22  8:22 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 22, 2017 at 3:50 PM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  drivers/gpio/gpio-uclass.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] gpio: add static to get_function()
  2017-06-22  7:50 [U-Boot] [PATCH] gpio: add static to get_function() Masahiro Yamada
  2017-06-22  8:22 ` Bin Meng
@ 2017-07-06  4:49 ` Simon Glass
  2017-07-07 11:40 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2017-07-06  4:49 UTC (permalink / raw)
  To: u-boot

On 22 June 2017 at 01:50, Masahiro Yamada <yamada.masahiro@socionext.com> wrote:
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  drivers/gpio/gpio-uclass.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] gpio: add static to get_function()
  2017-06-22  7:50 [U-Boot] [PATCH] gpio: add static to get_function() Masahiro Yamada
  2017-06-22  8:22 ` Bin Meng
  2017-07-06  4:49 ` Simon Glass
@ 2017-07-07 11:40 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-07-07 11:40 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 22, 2017 at 04:50:25PM +0900, Masahiro Yamada wrote:

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170707/fa5fe524/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-07 11:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-22  7:50 [U-Boot] [PATCH] gpio: add static to get_function() Masahiro Yamada
2017-06-22  8:22 ` Bin Meng
2017-07-06  4:49 ` Simon Glass
2017-07-07 11:40 ` [U-Boot] " Tom Rini

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.