linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Loongson cleanups
@ 2019-11-07  4:01 Jiaxun Yang
  2019-11-07  4:01 ` [PATCH 1/5] MIPS: Drop pmon.h Jiaxun Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jiaxun Yang @ 2019-11-07  4:01 UTC (permalink / raw)
  To: linux-mips; +Cc: paulburton, chenhe, Jiaxun Yang

Hi all,
This series reduced duplicated code in Loongson platform.



Jiaxun Yang (5):
  MIPS: Drop pmon.h
  MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdline
  MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED
  MIPS: Loongson2ef: Convert to early_printk_8250
  MIPS: Loongson64: Drop setup_pcimap

 arch/mips/Kconfig                             |  3 -
 .../include/asm/mach-loongson2ef/loongson.h   |  2 -
 arch/mips/include/asm/mach-loongson32/prom.h  | 20 -------
 .../include/asm/mach-loongson64/loongson.h    |  1 -
 arch/mips/include/asm/pgtable.h               | 11 ----
 arch/mips/include/asm/pmon.h                  | 46 ---------------
 arch/mips/kernel/smp-bmips.c                  |  1 -
 arch/mips/loongson2ef/Kconfig                 |  2 +
 arch/mips/loongson2ef/common/Makefile         |  3 +-
 arch/mips/loongson2ef/common/cmdline.c        | 44 --------------
 arch/mips/loongson2ef/common/early_printk.c   | 38 ------------
 arch/mips/loongson2ef/common/env.c            | 26 ++------
 arch/mips/loongson2ef/common/init.c           |  5 +-
 arch/mips/loongson2ef/common/mem.c            | 58 ------------------
 arch/mips/loongson2ef/common/uart_base.c      |  2 +
 arch/mips/loongson32/common/prom.c            | 59 ++++---------------
 arch/mips/loongson32/common/setup.c           | 11 ++--
 arch/mips/loongson64/Makefile                 |  2 +-
 arch/mips/loongson64/cmdline.c                | 42 -------------
 arch/mips/loongson64/init.c                   |  3 +-
 arch/mips/loongson64/pci.c                    | 43 --------------
 21 files changed, 32 insertions(+), 390 deletions(-)
 delete mode 100644 arch/mips/include/asm/mach-loongson32/prom.h
 delete mode 100644 arch/mips/include/asm/pmon.h
 delete mode 100644 arch/mips/loongson2ef/common/cmdline.c
 delete mode 100644 arch/mips/loongson2ef/common/early_printk.c
 delete mode 100644 arch/mips/loongson64/cmdline.c

-- 
2.20.1


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

end of thread, other threads:[~2019-11-11 19:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07  4:01 [PATCH 0/5] Loongson cleanups Jiaxun Yang
2019-11-07  4:01 ` [PATCH 1/5] MIPS: Drop pmon.h Jiaxun Yang
2019-11-07  4:01 ` [PATCH 2/5] MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdline Jiaxun Yang
2019-11-07  4:01 ` [PATCH 3/5] MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED Jiaxun Yang
2019-11-07  4:01 ` [PATCH 4/5] MIPS: Loongson2ef: Convert to early_printk_8250 Jiaxun Yang
2019-11-07  4:01 ` [PATCH 5/5] MIPS: Loongson64: Drop setup_pcimap Jiaxun Yang
2019-11-11 19:51 ` [PATCH 0/5] Loongson cleanups Paul Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).