* [PATCH] staging: ipu-di: Change DI address info to dev_dbg
@ 2013-01-09 15:52 Fabio Estevam
2013-01-23 21:14 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2013-01-09 15:52 UTC (permalink / raw)
To: gregkh; +Cc: s.hauer, linux-kernel, Fabio Estevam
Currently when ipuv3 is probed we have:
imx-ipuv3 40000000.ipu: DI0 base: 0x5e040000 remapped to a08aa000
imx-ipuv3 40000000.ipu: DI1 base: 0x5e048000 remapped to a08ac000
imx-ipuv3 40000000.ipu: IPUv3EX probed
The DI base address and the remapped address are more interesting for debug
purposes, so mark this message as dev_dbg instead.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
drivers/staging/imx-drm/ipu-v3/ipu-di.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/imx-drm/ipu-v3/ipu-di.c b/drivers/staging/imx-drm/ipu-v3/ipu-di.c
index 67d974f..ec340da 100644
--- a/drivers/staging/imx-drm/ipu-v3/ipu-di.c
+++ b/drivers/staging/imx-drm/ipu-v3/ipu-di.c
@@ -677,7 +677,7 @@ int ipu_di_init(struct ipu_soc *ipu, struct device *dev, int id,
goto failed_clk_register;
}
- dev_info(dev, "DI%d base: 0x%08lx remapped to %p\n",
+ dev_dbg(dev, "DI%d base: 0x%08lx remapped to %p\n",
id, base, di->base);
di->inuse = false;
di->ipu = ipu;
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: ipu-di: Change DI address info to dev_dbg
2013-01-09 15:52 [PATCH] staging: ipu-di: Change DI address info to dev_dbg Fabio Estevam
@ 2013-01-23 21:14 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2013-01-23 21:14 UTC (permalink / raw)
To: Fabio Estevam; +Cc: gregkh, linux-kernel
On Wed, Jan 09, 2013 at 01:52:30PM -0200, Fabio Estevam wrote:
> Currently when ipuv3 is probed we have:
>
> imx-ipuv3 40000000.ipu: DI0 base: 0x5e040000 remapped to a08aa000
> imx-ipuv3 40000000.ipu: DI1 base: 0x5e048000 remapped to a08ac000
> imx-ipuv3 40000000.ipu: IPUv3EX probed
>
> The DI base address and the remapped address are more interesting for debug
> purposes, so mark this message as dev_dbg instead.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Sascha
> ---
> drivers/staging/imx-drm/ipu-v3/ipu-di.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/imx-drm/ipu-v3/ipu-di.c b/drivers/staging/imx-drm/ipu-v3/ipu-di.c
> index 67d974f..ec340da 100644
> --- a/drivers/staging/imx-drm/ipu-v3/ipu-di.c
> +++ b/drivers/staging/imx-drm/ipu-v3/ipu-di.c
> @@ -677,7 +677,7 @@ int ipu_di_init(struct ipu_soc *ipu, struct device *dev, int id,
> goto failed_clk_register;
> }
>
> - dev_info(dev, "DI%d base: 0x%08lx remapped to %p\n",
> + dev_dbg(dev, "DI%d base: 0x%08lx remapped to %p\n",
> id, base, di->base);
> di->inuse = false;
> di->ipu = ipu;
> --
> 1.7.9.5
>
>
>
--
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 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-23 21:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-09 15:52 [PATCH] staging: ipu-di: Change DI address info to dev_dbg Fabio Estevam
2013-01-23 21:14 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®