mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] gpio: reduce verbosity while probing
@ 2012-09-28 12:57 Jan Luebbe
  2012-09-28 14:35 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Luebbe @ 2012-09-28 12:57 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
 arch/arm/mach-imx/gpio.c  |    2 +-
 arch/arm/mach-omap/gpio.c |    2 +-
 drivers/gpio/gpio-stmpe.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-imx/gpio.c b/arch/arm/mach-imx/gpio.c
index e661cc1..268e598 100644
--- a/arch/arm/mach-imx/gpio.c
+++ b/arch/arm/mach-imx/gpio.c
@@ -145,7 +145,7 @@ static int imx_gpio_probe(struct device_d *dev)
 	imxgpio->regs = regs;
 	gpiochip_add(&imxgpio->chip);
 
-	dev_info(dev, "probed gpiochip%d with base %d\n", dev->id, imxgpio->chip.base);
+	dev_dbg(dev, "probed gpiochip%d with base %d\n", dev->id, imxgpio->chip.base);
 
 	return 0;
 }
diff --git a/arch/arm/mach-omap/gpio.c b/arch/arm/mach-omap/gpio.c
index 422831b..ff49708 100644
--- a/arch/arm/mach-omap/gpio.c
+++ b/arch/arm/mach-omap/gpio.c
@@ -138,7 +138,7 @@ static int omap_gpio_probe(struct device_d *dev)
 	omapgpio->chip.dev = dev;
 	gpiochip_add(&omapgpio->chip);
 
-	dev_info(dev, "probed gpiochip%d with base %d\n",
+	dev_dbg(dev, "probed gpiochip%d with base %d\n",
 				dev->id, omapgpio->chip.base);
 
 	return 0;
diff --git a/drivers/gpio/gpio-stmpe.c b/drivers/gpio/gpio-stmpe.c
index fa3b041..1181351 100644
--- a/drivers/gpio/gpio-stmpe.c
+++ b/drivers/gpio/gpio-stmpe.c
@@ -145,7 +145,7 @@ static int stmpe_gpio_probe(struct device_d *dev)
 		return ret;
 	}
 
-	dev_info(dev, "probed stmpe gpiochip%d with base %d\n", dev->id, stmpegpio->chip.base);
+	dev_dbg(dev, "probed stmpe gpiochip%d with base %d\n", dev->id, stmpegpio->chip.base);
 	return 0;
 }
 
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] gpio: reduce verbosity while probing
  2012-09-28 12:57 [PATCH] gpio: reduce verbosity while probing Jan Luebbe
@ 2012-09-28 14:35 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-09-28 14:35 UTC (permalink / raw)
  To: Jan Luebbe; +Cc: barebox

On Fri, Sep 28, 2012 at 02:57:01PM +0200, Jan Luebbe wrote:
> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
> ---
>  arch/arm/mach-imx/gpio.c  |    2 +-
>  arch/arm/mach-omap/gpio.c |    2 +-
>  drivers/gpio/gpio-stmpe.c |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/mach-imx/gpio.c b/arch/arm/mach-imx/gpio.c
> index e661cc1..268e598 100644
> --- a/arch/arm/mach-imx/gpio.c
> +++ b/arch/arm/mach-imx/gpio.c
> @@ -145,7 +145,7 @@ static int imx_gpio_probe(struct device_d *dev)
>  	imxgpio->regs = regs;
>  	gpiochip_add(&imxgpio->chip);
>  
> -	dev_info(dev, "probed gpiochip%d with base %d\n", dev->id, imxgpio->chip.base);
> +	dev_dbg(dev, "probed gpiochip%d with base %d\n", dev->id, imxgpio->chip.base);
>  
>  	return 0;
>  }
> diff --git a/arch/arm/mach-omap/gpio.c b/arch/arm/mach-omap/gpio.c
> index 422831b..ff49708 100644
> --- a/arch/arm/mach-omap/gpio.c
> +++ b/arch/arm/mach-omap/gpio.c
> @@ -138,7 +138,7 @@ static int omap_gpio_probe(struct device_d *dev)
>  	omapgpio->chip.dev = dev;
>  	gpiochip_add(&omapgpio->chip);
>  
> -	dev_info(dev, "probed gpiochip%d with base %d\n",
> +	dev_dbg(dev, "probed gpiochip%d with base %d\n",
>  				dev->id, omapgpio->chip.base);
>  
>  	return 0;
> diff --git a/drivers/gpio/gpio-stmpe.c b/drivers/gpio/gpio-stmpe.c
> index fa3b041..1181351 100644
> --- a/drivers/gpio/gpio-stmpe.c
> +++ b/drivers/gpio/gpio-stmpe.c
> @@ -145,7 +145,7 @@ static int stmpe_gpio_probe(struct device_d *dev)
>  		return ret;
>  	}
>  
> -	dev_info(dev, "probed stmpe gpiochip%d with base %d\n", dev->id, stmpegpio->chip.base);
> +	dev_dbg(dev, "probed stmpe gpiochip%d with base %d\n", dev->id, stmpegpio->chip.base);
>  	return 0;
>  }
>  
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-09-28 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-28 12:57 [PATCH] gpio: reduce verbosity while probing Jan Luebbe
2012-09-28 14:35 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox