Skip to content

Commit 228a65d

Browse files
committed
Merge tag 'sh-for-5.11' of git://git.libc.org/linux-sh
Pull arch/sh updates from Rich Felker: "Cleanup and warning fixes" * tag 'sh-for-5.11' of git://git.libc.org/linux-sh: sh/intc: Restore devm_ioremap() alignment sh: mach-sh03: remove duplicate include arch: sh: remove duplicate include sh: Drop ARCH_NR_GPIOS definition sh: Remove unused HAVE_COPY_THREAD_TLS macro sh: remove CONFIG_IDE from most defconfig sh: mm: Convert to DEFINE_SHOW_ATTRIBUTE sh: intc: Convert to DEFINE_SHOW_ATTRIBUTE arch/sh: hyphenate Non-Uniform in Kconfig prompt sh: dma: fix kconfig dependency for G2_DMA
2 parents ef7b1a0 + b89bc06 commit 228a65d

File tree

17 files changed

+17
-77
lines changed

17 files changed

+17
-77
lines changed

arch/sh/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ config SUPERH
2929
select HAVE_ARCH_KGDB
3030
select HAVE_ARCH_SECCOMP_FILTER
3131
select HAVE_ARCH_TRACEHOOK
32-
select HAVE_COPY_THREAD_TLS
3332
select HAVE_DEBUG_BUGVERBOSE
3433
select HAVE_DEBUG_KMEMLEAK
3534
select HAVE_DYNAMIC_FTRACE

arch/sh/boards/mach-sh03/rtc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <linux/sched.h>
1212
#include <linux/time.h>
1313
#include <linux/bcd.h>
14-
#include <linux/rtc.h>
1514
#include <linux/spinlock.h>
1615
#include <linux/io.h>
1716
#include <linux/rtc.h>

arch/sh/configs/landisk_defconfig

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ CONFIG_NETFILTER=y
2727
CONFIG_ATALK=m
2828
CONFIG_BLK_DEV_LOOP=y
2929
CONFIG_BLK_DEV_RAM=y
30-
CONFIG_IDE=y
31-
CONFIG_BLK_DEV_IDECD=y
32-
CONFIG_BLK_DEV_OFFBOARD=y
33-
CONFIG_BLK_DEV_GENERIC=y
34-
CONFIG_BLK_DEV_AEC62XX=y
30+
CONFIG_ATA=y
31+
CONFIG_ATA_GENERIC=y
32+
CONFIG_PATA_ATP867X=y
3533
CONFIG_SCSI=y
3634
CONFIG_BLK_DEV_SD=y
35+
CONFIG_BLK_DEV_SR=y
3736
CONFIG_SCSI_MULTI_LUN=y
3837
CONFIG_MD=y
3938
CONFIG_BLK_DEV_MD=m

arch/sh/configs/microdev_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ CONFIG_IP_PNP=y
2020
# CONFIG_IPV6 is not set
2121
# CONFIG_FW_LOADER is not set
2222
CONFIG_BLK_DEV_RAM=y
23-
CONFIG_IDE=y
24-
CONFIG_BLK_DEV_IDECD=y
2523
CONFIG_NETDEVICES=y
2624
CONFIG_NET_ETHERNET=y
2725
CONFIG_SMC91X=y

arch/sh/configs/sdk7780_defconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,14 @@ CONFIG_NET_SCHED=y
4444
CONFIG_PARPORT=y
4545
CONFIG_BLK_DEV_LOOP=y
4646
CONFIG_BLK_DEV_RAM=y
47-
CONFIG_IDE=y
48-
CONFIG_BLK_DEV_IDECD=y
49-
CONFIG_BLK_DEV_PLATFORM=y
50-
CONFIG_BLK_DEV_GENERIC=y
5147
CONFIG_BLK_DEV_SD=y
5248
CONFIG_BLK_DEV_SR=y
5349
CONFIG_CHR_DEV_SG=y
5450
CONFIG_SCSI_SPI_ATTRS=y
5551
CONFIG_SCSI_FC_ATTRS=y
5652
CONFIG_ATA=y
53+
CONFIG_ATA_GENERIC=y
54+
CONFIG_PATA_PLATFORM=y
5755
CONFIG_MD=y
5856
CONFIG_BLK_DEV_DM=y
5957
CONFIG_NETDEVICES=y

arch/sh/configs/sdk7786_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ CONFIG_MTD_UBI_GLUEBI=m
116116
CONFIG_BLK_DEV_LOOP=y
117117
CONFIG_BLK_DEV_CRYPTOLOOP=y
118118
CONFIG_BLK_DEV_RAM=y
119-
CONFIG_IDE=y
120-
CONFIG_BLK_DEV_IDECD=y
121-
CONFIG_BLK_DEV_PLATFORM=y
122119
CONFIG_BLK_DEV_SD=y
123120
CONFIG_BLK_DEV_SR=y
124121
CONFIG_SCSI_MULTI_LUN=y

arch/sh/configs/se7750_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_MTD_BLOCK=y
2929
CONFIG_MTD_CFI=y
3030
CONFIG_MTD_CFI_AMDSTD=y
3131
CONFIG_MTD_ROM=y
32-
CONFIG_IDE=y
3332
CONFIG_SCSI=y
3433
CONFIG_NETDEVICES=y
3534
CONFIG_NET_ETHERNET=y

arch/sh/configs/sh03_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ CONFIG_IP_PNP_RARP=y
3939
CONFIG_BLK_DEV_LOOP=y
4040
CONFIG_BLK_DEV_NBD=y
4141
CONFIG_BLK_DEV_RAM=y
42-
CONFIG_IDE=y
43-
CONFIG_BLK_DEV_IDECD=m
44-
CONFIG_BLK_DEV_IDETAPE=m
4542
CONFIG_SCSI=m
4643
CONFIG_BLK_DEV_SD=m
4744
CONFIG_BLK_DEV_SR=m

arch/sh/drivers/dma/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ config PVR2_DMA
6363

6464
config G2_DMA
6565
tristate "G2 Bus DMA support"
66-
depends on SH_DREAMCAST
67-
select SH_DMA_API
66+
depends on SH_DREAMCAST && SH_DMA_API
6867
help
6968
This enables support for the DMA controller for the Dreamcast's
7069
G2 bus. Drivers that want this will generally enable this on

arch/sh/include/asm/gpio.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <cpu/gpio.h>
1717
#endif
1818

19-
#define ARCH_NR_GPIOS 512
2019
#include <asm-generic/gpio.h>
2120

2221
#ifdef CONFIG_GPIOLIB

0 commit comments

Comments
 (0)