All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/8] prom/console cleanups
@ 2010-12-04  3:55 Julian Calaby
  2010-12-04  9:42 ` Adrien Mazarguil
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Julian Calaby @ 2010-12-04  3:55 UTC (permalink / raw)
  To: sparclinux

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-08 21:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-04  3:55 [RFC 0/8] prom/console cleanups Julian Calaby
2010-12-04  9:42 ` Adrien Mazarguil
2010-12-04 10:29 ` Julian Calaby
2010-12-08 17:41 ` David Miller
2010-12-08 21:35 ` Julian Calaby

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.