From: Julian Calaby <julian.calaby@gmail.com>
To: sparclinux@vger.kernel.org
Subject: [RFC 0/8] prom/console cleanups
Date: Sat, 04 Dec 2010 03:55:24 +0000 [thread overview]
Message-ID: <4CF9BBAC.4070407@gmail.com> (raw)
Dave,
After having a good poke around in the patches you sent to address the PROM call regressions, I saw a few places where some files could be cleaned up and dropped.
These haven't even been compile tested as I currently lack the equipment - hence the RFC tags, however they're a few obvious changes and moving some code so they *should* be safe. ..... er scratch that. Test them, please?
Oh, and I hope this doesn't increase your workload any =)
Thanks,
Julian Calaby
Julian Calaby (8):
sparc: prom: Sanitize return value from prom_nbputchar()
sparc: prom: Use the return value from prom_nbputchar()
sparc: prom: Use n instead of len to decrement buf
sparc: prom: Remove unused definition of prom_stdin
sparc: prom: Merge console_*.c into printf.c
sparc: oplib: Remove prom_console_write_buf() definition
sparc: prom: Make prom_console_write_buf() static
sparc: prom: Update DaveM's email address
arch/sparc/include/asm/oplib_32.h | 3 --
arch/sparc/include/asm/oplib_64.h | 3 --
arch/sparc/prom/Makefile | 1 -
arch/sparc/prom/console_32.c | 56 ----------------------------
arch/sparc/prom/console_64.c | 48 ------------------------
arch/sparc/prom/printf.c | 73 +++++++++++++++++++++++++++++++++++--
6 files changed, 70 insertions(+), 114 deletions(-)
delete mode 100644 arch/sparc/prom/console_32.c
delete mode 100644 arch/sparc/prom/console_64.c
next reply other threads:[~2010-12-04 3:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-04 3:55 Julian Calaby [this message]
2010-12-04 9:42 ` [RFC 0/8] prom/console cleanups Adrien Mazarguil
2010-12-04 10:29 ` Julian Calaby
2010-12-08 17:41 ` David Miller
2010-12-08 21:35 ` Julian Calaby
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=4CF9BBAC.4070407@gmail.com \
--to=julian.calaby@gmail.com \
--cc=sparclinux@vger.kernel.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.