Re: [GIT PULL] arch/sh updates for 5.11

From: Rich Felker
Date: Sun Jan 24 2021 - 15:40:41 EST


The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

git://git.libc.org/linux-sh tags/sh-for-5.11

for you to fetch changes up to b89bc060b53e7054e5c8ca11feea4bc884d83611:

sh/intc: Restore devm_ioremap() alignment (2021-01-06 19:55:29 -0500)

----------------------------------------------------------------
Cleanup and warning fixes.

----------------------------------------------------------------
Andy Shevchenko (1):
sh: Drop ARCH_NR_GPIOS definition

Christoph Hellwig (1):
sh: remove CONFIG_IDE from most defconfig

Geert Uytterhoeven (1):
sh/intc: Restore devm_ioremap() alignment

Jinyang He (1):
sh: Remove unused HAVE_COPY_THREAD_TLS macro

Necip Fazil Yildiran (1):
sh: dma: fix kconfig dependency for G2_DMA

Qinglang Miao (2):
sh: intc: Convert to DEFINE_SHOW_ATTRIBUTE
sh: mm: Convert to DEFINE_SHOW_ATTRIBUTE

Randy Dunlap (1):
arch/sh: hyphenate Non-Uniform in Kconfig prompt

Wang Qing (2):
arch: sh: remove duplicate include
sh: mach-sh03: remove duplicate include

arch/sh/Kconfig | 1 -
arch/sh/boards/mach-sh03/rtc.c | 1 -
arch/sh/configs/landisk_defconfig | 9 ++++-----
arch/sh/configs/microdev_defconfig | 2 --
arch/sh/configs/sdk7780_defconfig | 6 ++----
arch/sh/configs/sdk7786_defconfig | 3 ---
arch/sh/configs/se7750_defconfig | 1 -
arch/sh/configs/sh03_defconfig | 3 ---
arch/sh/drivers/dma/Kconfig | 3 +--
arch/sh/include/asm/gpio.h | 1 -
arch/sh/kernel/cpu/sh3/entry.S | 1 -
arch/sh/mm/Kconfig | 2 +-
arch/sh/mm/asids-debugfs.c | 15 ++-------------
arch/sh/mm/cache-debugfs.c | 15 ++-------------
arch/sh/mm/pmb.c | 15 ++-------------
drivers/sh/intc/core.c | 2 +-
drivers/sh/intc/virq-debugfs.c | 14 ++------------
17 files changed, 17 insertions(+), 77 deletions(-)