mbox series

[GIT,PULL] sh updates for v6.11

Message ID 285ec5d64bc9ce8a8aef6d1f3f81c00da587584f.camel@physik.fu-berlin.de (mailing list archive)
State New
Headers show
Series [GIT,PULL] sh updates for v6.11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.11-tag1

Message

John Paul Adrian Glaubitz July 23, 2024, 8:29 a.m. UTC
Hi Linus,

my pull request with sh updates is rather small this time and contains just three
changes. The first change by Oscar Salvador drops support for memory hotplug and
hotremove for sh as the kernel stopped supporting it on 32-bit platforms since
7ec58a2b941e ("mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit"), this
includes a follow-up change to update all affected KConfig and config files. The
third change comes from Jeff Johnson which adds the missing MODULE_DESCRIPTION()
macro to the push-switch driver.

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.11-tag1

for you to fetch changes up to 0c5e964dad29aff321d4c006193d45d292756165:

  sh: push-switch: Add missing MODULE_DESCRIPTION() macro (2024-07-16 17:52:36 +0200)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.11

- sh: push-switch: Add missing MODULE_DESCRIPTION() macro
- sh: Kconfig: Drop CONFIG_MEMORY_{HOTPLUG,HOTREMOVE}
- sh: Drop support for memory hotplug and memory hotremove

----------------------------------------------------------------
Jeff Johnson (1):
      sh: push-switch: Add missing MODULE_DESCRIPTION() macro

Oscar Salvador (2):
      sh: Drop support for memory hotplug and memory hotremove
      sh: Kconfig: Drop CONFIG_MEMORY_{HOTPLUG,HOTREMOVE}

 arch/sh/Kconfig                     |  2 --
 arch/sh/configs/apsh4ad0a_defconfig |  2 --
 arch/sh/configs/sdk7786_defconfig   |  2 --
 arch/sh/configs/shx3_defconfig      |  2 --
 arch/sh/drivers/push-switch.c       |  1 +
 arch/sh/mm/Kconfig                  |  4 ----
 arch/sh/mm/init.c                   | 28 ----------------------------
 7 files changed, 1 insertion(+), 40 deletions(-)