From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] ARM: S3C24XX: cleanup debug macro/earlyprintk
Date: Thu, 24 Apr 2014 12:23:14 +0200 [thread overview]
Message-ID: <1544889.hRy2JpKRQe@phil> (raw)
This series tries to simplify the s3c24xx debug macro, removing dependencies
on mach/ includes, static mappings and finally moving it into include/debug.
The one slightly invasive change is the need for the developer to select
the uart type by himself, which gets rid of the debug macro trying to
determine the uart type itself.
But as usage of the debug-uart is not the common case - especially in a
multiplatform scenario - I didn't worry to much.
Based on 3.15-rc1 and tested on a S3C2442 Openmoko Freerunner (GTA02)
Heiko Stuebner (4):
ARM: compressed/head.S: remove s3c24xx special case
ARM: S3C24XX: trim down debug uart handling
ARM: S3C24XX: use generic DEBUG_UART_PHY/_VIRT in debug macro
ARM: S3C24XX: move debug-macro.S into the common space
arch/arm/Kconfig.debug | 36 +++++++-
arch/arm/boot/compressed/head.S | 5 --
arch/arm/include/debug/s3c24xx.S | 46 +++++++++++
arch/arm/mach-s3c24xx/Kconfig | 28 -------
arch/arm/mach-s3c24xx/include/mach/debug-macro.S | 101 -----------------------
5 files changed, 80 insertions(+), 136 deletions(-)
create mode 100644 arch/arm/include/debug/s3c24xx.S
delete mode 100644 arch/arm/mach-s3c24xx/include/mach/debug-macro.S
--
1.9.0
next reply other threads:[~2014-04-24 10:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-24 10:23 Heiko Stübner [this message]
2014-04-24 10:24 ` [PATCH 1/4] ARM: compressed/head.S: remove s3c24xx special case Heiko Stübner
2014-04-24 10:24 ` [PATCH 2/4] ARM: S3C24XX: trim down debug uart handling Heiko Stübner
2014-04-24 10:34 ` Russell King - ARM Linux
2014-04-24 10:48 ` Heiko Stübner
2014-04-24 10:25 ` [PATCH 3/4] ARM: S3C24XX: use generic DEBUG_UART_PHY/_VIRT in debug macro Heiko Stübner
2014-04-24 10:25 ` [PATCH 4/4] ARM: S3C24XX: move debug-macro.S into the common space Heiko Stübner
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=1544889.hRy2JpKRQe@phil \
--to=heiko@sntech.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox