* [patch 1/1] SM501: Update debugging/low information messages
[not found] <20080806144716.533792387@fluff.org>
@ 2008-08-06 14:47 ` $mailname
0 siblings, 0 replies; 3+ messages in thread
From: $mailname @ 2008-08-06 14:47 UTC (permalink / raw)
To: akpm, linux-fbdev-devel; +Cc: Ben Dooks
[-- Attachment #1: simtec/simtec-drivers-mfd-sm501-output-update.patch --]
[-- Type: text/plain, Size: 1510 bytes --]
Make the default output of the SM501 driver to be less noisy wrt to
message that have low informational value, or simply should be debug.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Index: linux-2.6.26-quilt7/drivers/mfd/sm501.c
===================================================================
--- linux-2.6.26-quilt7.orig/drivers/mfd/sm501.c 2008-08-05 11:54:26.000000000 +0100
+++ linux-2.6.26-quilt7/drivers/mfd/sm501.c 2008-08-05 11:56:09.000000000 +0100
@@ -624,8 +624,8 @@ unsigned long sm501_set_clock(struct dev
sm501_sync_regs(sm);
- dev_info(sm->dev, "gate %08lx, clock %08lx, mode %08lx\n",
- gate, clock, mode);
+ dev_dbg(sm->dev, "gate %08lx, clock %08lx, mode %08lx\n",
+ gate, clock, mode);
sm501_mdelay(sm, 16);
mutex_unlock(&sm->clock_lock);
@@ -743,7 +743,7 @@ static int sm501_register_device(struct
int ret;
for (ptr = 0; ptr < pdev->num_resources; ptr++) {
- printk("%s[%d] flags %08lx: %08llx..%08llx\n",
+ printk(KERN_DEBUG "%s[%d] flags %08lx: %08llx..%08llx\n",
pdev->name, ptr,
pdev->resource[ptr].flags,
(unsigned long long)pdev->resource[ptr].start,
--
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [patch 1/1] SM501: Update debugging/low information messages
[not found] <20080806144728.525306982@fluff.org>
@ 2008-08-06 14:47 ` $mailname
2008-08-08 16:59 ` Krzysztof Helt
0 siblings, 1 reply; 3+ messages in thread
From: $mailname @ 2008-08-06 14:47 UTC (permalink / raw)
To: akpm, linux-fbdev-devel; +Cc: Ben Dooks
[-- Attachment #1: simtec/simtec-drivers-mfd-sm501-output-update.patch --]
[-- Type: text/plain, Size: 1510 bytes --]
Make the default output of the SM501 driver to be less noisy wrt to
message that have low informational value, or simply should be debug.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Index: linux-2.6.26-quilt7/drivers/mfd/sm501.c
===================================================================
--- linux-2.6.26-quilt7.orig/drivers/mfd/sm501.c 2008-08-05 11:54:26.000000000 +0100
+++ linux-2.6.26-quilt7/drivers/mfd/sm501.c 2008-08-05 11:56:09.000000000 +0100
@@ -624,8 +624,8 @@ unsigned long sm501_set_clock(struct dev
sm501_sync_regs(sm);
- dev_info(sm->dev, "gate %08lx, clock %08lx, mode %08lx\n",
- gate, clock, mode);
+ dev_dbg(sm->dev, "gate %08lx, clock %08lx, mode %08lx\n",
+ gate, clock, mode);
sm501_mdelay(sm, 16);
mutex_unlock(&sm->clock_lock);
@@ -743,7 +743,7 @@ static int sm501_register_device(struct
int ret;
for (ptr = 0; ptr < pdev->num_resources; ptr++) {
- printk("%s[%d] flags %08lx: %08llx..%08llx\n",
+ printk(KERN_DEBUG "%s[%d] flags %08lx: %08llx..%08llx\n",
pdev->name, ptr,
pdev->resource[ptr].flags,
(unsigned long long)pdev->resource[ptr].start,
--
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 1/1] SM501: Update debugging/low information messages
2008-08-06 14:47 ` $mailname
@ 2008-08-08 16:59 ` Krzysztof Helt
0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Helt @ 2008-08-08 16:59 UTC (permalink / raw)
To: Ben Dooks; +Cc: akpm, linux-fbdev-devel
On Wed, 06 Aug 2008 15:47:29 +0100
$mailname@fluff.org wrote:
> Make the default output of the SM501 driver to be less noisy wrt to
> message that have low informational value, or simply should be debug.
>
> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
> Index: linux-2.6.26-quilt7/drivers/mfd/sm501.c
> ===================================================================
> --- linux-2.6.26-quilt7.orig/drivers/mfd/sm501.c 2008-08-05 11:54:26.000000000 +0100
> +++ linux-2.6.26-quilt7/drivers/mfd/sm501.c 2008-08-05 11:56:09.000000000 +0100
> @@ -624,8 +624,8 @@ unsigned long sm501_set_clock(struct dev
>
> sm501_sync_regs(sm);
>
> - dev_info(sm->dev, "gate %08lx, clock %08lx, mode %08lx\n",
> - gate, clock, mode);
> + dev_dbg(sm->dev, "gate %08lx, clock %08lx, mode %08lx\n",
> + gate, clock, mode);
>
> sm501_mdelay(sm, 16);
> mutex_unlock(&sm->clock_lock);
> @@ -743,7 +743,7 @@ static int sm501_register_device(struct
> int ret;
>
> for (ptr = 0; ptr < pdev->num_resources; ptr++) {
> - printk("%s[%d] flags %08lx: %08llx..%08llx\n",
> + printk(KERN_DEBUG "%s[%d] flags %08lx: %08llx..%08llx\n",
> pdev->name, ptr,
> pdev->resource[ptr].flags,
> (unsigned long long)pdev->resource[ptr].start,
>
> --
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Linux-fbdev-devel mailing list
> Linux-fbdev-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel
>
----------------------------------------------------------------------
Taniej na zagraniczne komorki!
Sprawdz >>> http://link.interia.pl/f1ece
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-08 16:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20080806144716.533792387@fluff.org>
2008-08-06 14:47 ` [patch 1/1] SM501: Update debugging/low information messages $mailname
[not found] <20080806144728.525306982@fluff.org>
2008-08-06 14:47 ` $mailname
2008-08-08 16:59 ` Krzysztof Helt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).