mbox series

[mips-next,0/5] MIPS: a set of misc Kconfig/Kbuild improvements

Message ID 20200122105852.8788-1-alobakin@dlink.ru (mailing list archive)
Headers show
Series MIPS: a set of misc Kconfig/Kbuild improvements | expand

Message

Alexander Lobakin Jan. 22, 2020, 10:58 a.m. UTC
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

Comments

Paul Burton Jan. 23, 2020, 7:44 p.m. UTC | #1
Hello,

Alexander Lobakin wrote:
> 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"

Series applied to mips-next.

> MIPS: don't explicitly select LIBFDT in Kconfig
>   commit 7c8f13790958
>   https://git.kernel.org/mips/c/7c8f13790958
>   
>   Signed-off-by: Alexander Lobakin <alobakin@dlink.ru>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> MIPS: generic: don't unconditionally select PINCTRL
>   commit 7de86604bbe4
>   https://git.kernel.org/mips/c/7de86604bbe4
>   
>   Signed-off-by: Alexander Lobakin <alobakin@dlink.ru>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> MIPS: make CPU_HAS_LOAD_STORE_LR opt-out
>   commit 18d84e2e55b6
>   https://git.kernel.org/mips/c/18d84e2e55b6
>   
>   Signed-off-by: Alexander Lobakin <alobakin@dlink.ru>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> MIPS: sort MIPS and MIPS_GENERIC Kconfig selects alphabetically (again)
>   commit 34c01e41b247
>   https://git.kernel.org/mips/c/34c01e41b247
>   
>   Signed-off-by: Alexander Lobakin <alobakin@dlink.ru>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> Revert "MIPS: Add custom serial.h with BASE_BAUD override for generic kernel"
>   commit 0a3d5b577784
>   https://git.kernel.org/mips/c/0a3d5b577784
>   
>   Signed-off-by: Alexander Lobakin <alobakin@dlink.ru>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paulburton@kernel.org to report it. ]