linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH mips-next 0/5] MIPS: a set of misc Kconfig/Kbuild improvements
@ 2020-01-22 10:58 Alexander Lobakin
  2020-01-22 10:58 ` [PATCH mips-next 1/5] MIPS: don't explicitly select LIBFDT in Kconfig Alexander Lobakin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alexander Lobakin @ 2020-01-22 10:58 UTC (permalink / raw)
  To: Paul Burton
  Cc: Ralf Baechle, Alexandre Belloni, Microchip Linux Driver Support,
	Will Deacon, Greg Kroah-Hartman, Masahiro Yamada, Paul Walmsley,
	Alexander Lobakin, Michal Simek, Allison Randal, Thomas Gleixner,
	Eric W. Biederman, linux-mips, linux-kernel

This patchset aims mainly at MIPS and Generic MIPS Kconfig optimizations
except for the last patch that removes redundant BASE_BAUD override for
Generic MIPS. If it should go out of this series, please let me know.
All changes were fully tested on Generic MIPS32R2 board, but I admit
there potentionally might be any non-critical issues on other systems
(unlikely though).

Alexander Lobakin (5):
  MIPS: don't explicitly select LIBFDT in Kconfig
  MIPS: generic: don't unconditionally select PINCTRL
  MIPS: make CPU_HAS_LOAD_STORE_LR opt-out
  MIPS: sort MIPS and MIPS_GENERIC Kconfig selects alphabetically
    (again)
  Revert "MIPS: Add custom serial.h with BASE_BAUD override for generic
    kernel"

 arch/mips/Kconfig                             | 60 ++++++-------------
 arch/mips/configs/generic/board-ocelot.config |  1 +
 arch/mips/include/asm/Kbuild                  |  1 +
 arch/mips/include/asm/serial.h                | 18 ------
 arch/mips/kernel/unaligned.c                  | 36 +++++------
 arch/mips/lib/memcpy.S                        | 14 ++---
 arch/mips/lib/memset.S                        | 16 ++---
 7 files changed, 52 insertions(+), 94 deletions(-)
 delete mode 100644 arch/mips/include/asm/serial.h

-- 
2.25.0


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

end of thread, other threads:[~2020-01-23 19:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22 10:58 [PATCH mips-next 0/5] MIPS: a set of misc Kconfig/Kbuild improvements Alexander Lobakin
2020-01-22 10:58 ` [PATCH mips-next 1/5] MIPS: don't explicitly select LIBFDT in Kconfig Alexander Lobakin
2020-01-22 10:58 ` [PATCH mips-next 2/5] MIPS: generic: don't unconditionally select PINCTRL Alexander Lobakin
2020-01-22 10:58 ` [PATCH mips-next 3/5] MIPS: make CPU_HAS_LOAD_STORE_LR opt-out Alexander Lobakin
2020-01-22 10:58 ` [PATCH mips-next 4/5] MIPS: sort MIPS and MIPS_GENERIC Kconfig selects alphabetically (again) Alexander Lobakin
2020-01-22 10:58 ` [PATCH mips-next 5/5] Revert "MIPS: Add custom serial.h with BASE_BAUD override for generic kernel" Alexander Lobakin
2020-01-23 19:44 ` [PATCH mips-next 0/5] MIPS: a set of misc Kconfig/Kbuild improvements 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).