All of lore.kernel.org
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/8] ARM: convert printk(KERN_* to pr_*
Date: Wed, 19 Nov 2014 03:02:41 +0100	[thread overview]
Message-ID: <20141119020241.GG16103@lunn.ch> (raw)
In-Reply-To: <E1XqSvh-0002EF-3Y@rmk-PC.arm.linux.org.uk>

On Mon, Nov 17, 2014 at 08:29:45PM +0000, Russell King wrote:
> Convert many (but not all) printk(KERN_* to pr_* to simplify the code.
> We take the opportunity to join some printk lines together so we don't
> split the message across several lines, and we also add a few levels
> to some messages which were previously missing them.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> ---
>  arch/arm/common/sa1111.c        | 13 ++++++-------
>  arch/arm/kernel/atags_compat.c  |  6 ++----
>  arch/arm/kernel/atags_parse.c   |  5 ++---
>  arch/arm/kernel/atags_proc.c    |  4 ++--
>  arch/arm/kernel/bios32.c        |  2 +-
>  arch/arm/kernel/dma-isa.c       |  4 ++--
>  arch/arm/kernel/dma.c           | 26 +++++++++++--------------
>  arch/arm/kernel/etm.c           | 12 ++++++------
>  arch/arm/kernel/fiq.c           |  2 +-
>  arch/arm/kernel/irq.c           |  2 +-
>  arch/arm/kernel/machine_kexec.c |  6 +++---
>  arch/arm/kernel/module.c        |  2 +-
>  arch/arm/kernel/smp.c           | 16 ++++++++--------
>  arch/arm/kernel/smp_twd.c       |  4 ++--
>  arch/arm/kernel/swp_emulate.c   |  2 +-
>  arch/arm/kernel/thumbee.c       |  2 +-
>  arch/arm/kernel/topology.c      |  4 ++--
>  arch/arm/kernel/traps.c         | 42 ++++++++++++++++++++---------------------
>  arch/arm/kernel/xscale-cp0.c    |  7 +++----
>  arch/arm/mm/alignment.c         | 10 +++++-----
>  arch/arm/mm/cache-feroceon-l2.c |  6 +++---

Hi Russell

I booted on Kirkwood, which uses feroceon. The feroceon Info messages
are in the log as you would expect. Given this sort of mechanical
transformation, i don't real see how it could go wrong. But anyway:

Tested-by: Andrew Lunn <andrew@lunn.ch>

	   Andrew

  reply	other threads:[~2014-11-19  2:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-17 20:29 [PATCH 0/8] ARM cleanups Russell King - ARM Linux
2014-11-17 20:29 ` [PATCH 1/8] ARM: convert printk(KERN_* to pr_* Russell King
2014-11-19  2:02   ` Andrew Lunn [this message]
2014-11-17 20:29 ` [PATCH 2/8] ARM: use pr_warn_ratelimited() when migrating IRQs Russell King
2014-11-17 20:29 ` [PATCH 3/8] ARM: drop nwfpe initialisation message from warning to info level Russell King
2014-11-17 20:30 ` [PATCH 4/8] ARM: reduce "Booted secondary processor" message to debug level Russell King
2014-11-17 20:30 ` [PATCH 5/8] ARM: remove "SMP: Total of %d processors activated." message Russell King
2014-11-17 20:30 ` [PATCH 6/8] ARM: add machine name to stack dump output Russell King
2014-11-19  2:29   ` Stephen Boyd
2014-11-17 20:30 ` [PATCH 7/8] ARM: move ftrace assembly code to separate file Russell King
2014-11-17 20:30 ` [PATCH 8/8] ARM: io.c: clean up EXPORT_SYMBOL()s Russell King
2014-11-17 23:16 ` [PATCH 0/8] ARM cleanups Felipe Balbi
2014-11-20 19:37   ` Felipe Balbi

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=20141119020241.GG16103@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.