All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] microblaze: remove early_printk
@ 2018-02-28 22:39 Rob Herring
  2018-02-28 22:39 ` [PATCH 1/3] microblaze: remove unnecessary prom.h includes Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring @ 2018-02-28 22:39 UTC (permalink / raw)
  To: Michal Simek; +Cc: linux-kernel

This started with removing 'linux,stdout-path' which dtc now warns 
about, but I noticed the early_printk support only supports that. The 
early_printk support is redundant with earlycon support since the 2 
Xilinx UARTs support earlycon now.

This is compile tested only. If earlycon support has already been 
tested, then this change should be harmless. AFAICT, the ioremap calls 
work early before paging is up. Otherwise, fixmap support is needed.

Rob

Rob Herring (3):
  microblaze: remove unnecessary prom.h includes
  microblaze: remove redundant early_printk support
  microblaze: dts: replace 'linux,stdout-path' with 'stdout-path'

 arch/microblaze/Kconfig.debug         |   8 --
 arch/microblaze/boot/dts/system.dts   |   2 +-
 arch/microblaze/include/asm/cpuinfo.h |   2 +-
 arch/microblaze/include/asm/pci.h     |   1 -
 arch/microblaze/include/asm/prom.h    |  27 -----
 arch/microblaze/kernel/Makefile       |   1 -
 arch/microblaze/kernel/early_printk.c | 184 ----------------------------------
 arch/microblaze/kernel/misc.S         |  35 -------
 arch/microblaze/kernel/platform.c     |   1 -
 arch/microblaze/kernel/prom.c         |  80 ---------------
 arch/microblaze/kernel/setup.c        |  12 +--
 arch/microblaze/pci/indirect_pci.c    |   1 -
 12 files changed, 3 insertions(+), 351 deletions(-)
 delete mode 100644 arch/microblaze/include/asm/prom.h
 delete mode 100644 arch/microblaze/kernel/early_printk.c

-- 
2.14.1

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

end of thread, other threads:[~2018-02-28 22:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 22:39 [PATCH 0/3] microblaze: remove early_printk Rob Herring
2018-02-28 22:39 ` [PATCH 1/3] microblaze: remove unnecessary prom.h includes Rob Herring
2018-02-28 22:39 ` [PATCH 2/3] microblaze: remove redundant early_printk support Rob Herring
2018-02-28 22:39 ` [PATCH 3/3] microblaze: dts: replace 'linux,stdout-path' with 'stdout-path' Rob Herring

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.