[GIT PULL] sh updates for v6.14
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <e69caa6dbc35338b2aa898b3647985823e0548ea.camel@physik.fu-berlin.de> |
Hi Linus,
this is my pull request for v6.14 which contains three fixes and improvements
for sh. The first patch by David Wang replaces seq_printf() with the more
efficient seq_put_decimal_ull_width() to increase performance when stress
reading /proc/interrupts.
The second patch by Masahiro Yamada migrates sh to the generic rule for built-in
DTB to help avoid race conditions during parallel builds which can occur because
Kbuild decends into arch/*/boot/dts twice.
And, finally, a patch by Geert Uytterhoeven replaces select with imply in the
boards Kconfig for enabling hardware with complex dependencies. This addresses
warnings which were reported by the kernel test robot.
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.14-tag1
for you to fetch changes up to 909f3c55d887a9f9d4cd2762813cbfcaf640ec57:
sh: boards: Use imply to enable hardware with complex dependencies (2025-02-01 10:44:06 +0100)
Thanks for pulling!
Adrian
----------------------------------------------------------------
sh updates for v6.14
- sh: boards: Use imply to enable hardware with complex dependencies
- sh: Migrate to the generic rule for built-in DTB
- sh: irq: Use seq_put_decimal_ull_width() for decimal values
----------------------------------------------------------------
David Wang (1):
sh: irq: Use seq_put_decimal_ull_width() for decimal values
Geert Uytterhoeven (1):
sh: boards: Use imply to enable hardware with complex dependencies
Masahiro Yamada (1):
sh: Migrate to the generic rule for built-in DTB
arch/sh/Kbuild | 1 -
arch/sh/Kconfig | 7 ++++---
arch/sh/boards/Kconfig | 4 ++--
arch/sh/boot/dts/Makefile | 2 +-
arch/sh/kernel/irq.c | 4 ++--
arch/sh/kernel/setup.c | 4 ++--
6 files changed, 11 insertions(+), 11 deletions(-)
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913