Skip to content

Commit 9855523

Browse files
committed
Merge tag 'arc-6.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Pull ARC fixes from Vineet Gupta: - fix for Page Table mem leak - defconfig updates - misc other fixes * tag 'arc-6.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc: ARC: mm: fix leakage of memory allocated for PTE arc: update config files arc: iounmap() arg is volatile arc: dts: Harmonize EHCI/OHCI DT nodes name ARC: bitops: Change __fls to return unsigned long ARC: Fix comment typo ARC: Fix comment typo
2 parents 4dc12f3 + 4fd9df1 commit 9855523

25 files changed

+20
-51
lines changed

arch/arc/boot/dts/axc003.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@
103103
dma-coherent;
104104
};
105105

106-
ehci@40000 {
106+
usb@40000 {
107107
dma-coherent;
108108
};
109109

110-
ohci@60000 {
110+
usb@60000 {
111111
dma-coherent;
112112
};
113113

arch/arc/boot/dts/axc003_idu.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@
110110
dma-coherent;
111111
};
112112

113-
ehci@40000 {
113+
usb@40000 {
114114
dma-coherent;
115115
};
116116

117-
ohci@60000 {
117+
usb@60000 {
118118
dma-coherent;
119119
};
120120

arch/arc/boot/dts/axs10x_mb.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@
8787
mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */
8888
};
8989

90-
ehci@40000 {
90+
usb@40000 {
9191
compatible = "generic-ehci";
9292
reg = < 0x40000 0x100 >;
9393
interrupts = < 8 >;
9494
};
9595

96-
ohci@60000 {
96+
usb@60000 {
9797
compatible = "generic-ohci";
9898
reg = < 0x60000 0x100 >;
9999
interrupts = < 8 >;

arch/arc/boot/dts/hsdk.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,15 @@
234234
};
235235
};
236236

237-
ohci@60000 {
237+
usb@60000 {
238238
compatible = "snps,hsdk-v1.0-ohci", "generic-ohci";
239239
reg = <0x60000 0x100>;
240240
interrupts = <15>;
241241
resets = <&cgu_rst HSDK_USB_RESET>;
242242
dma-coherent;
243243
};
244244

245-
ehci@40000 {
245+
usb@40000 {
246246
compatible = "snps,hsdk-v1.0-ehci", "generic-ehci";
247247
reg = <0x40000 0x100>;
248248
interrupts = <15>;

arch/arc/boot/dts/vdk_axs10x_mb.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
clock-names = "stmmaceth";
4747
};
4848

49-
ehci@40000 {
49+
usb@40000 {
5050
compatible = "generic-ehci";
5151
reg = < 0x40000 0x100 >;
5252
interrupts = < 8 >;

arch/arc/configs/axs101_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ CONFIG_IP_PNP=y
3535
CONFIG_IP_PNP_DHCP=y
3636
CONFIG_IP_PNP_BOOTP=y
3737
CONFIG_IP_PNP_RARP=y
38-
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
39-
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
40-
# CONFIG_INET_XFRM_MODE_BEET is not set
4138
# CONFIG_IPV6 is not set
4239
CONFIG_DEVTMPFS=y
4340
# CONFIG_STANDALONE is not set
@@ -99,7 +96,6 @@ CONFIG_NFS_FS=y
9996
CONFIG_NFS_V3_ACL=y
10097
CONFIG_NLS_CODEPAGE_437=y
10198
CONFIG_NLS_ISO8859_1=y
102-
# CONFIG_ENABLE_MUST_CHECK is not set
10399
CONFIG_STRIP_ASM_SYMS=y
104100
CONFIG_SOFTLOCKUP_DETECTOR=y
105101
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=10

arch/arc/configs/axs103_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ CONFIG_IP_PNP=y
3434
CONFIG_IP_PNP_DHCP=y
3535
CONFIG_IP_PNP_BOOTP=y
3636
CONFIG_IP_PNP_RARP=y
37-
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
38-
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
39-
# CONFIG_INET_XFRM_MODE_BEET is not set
4037
# CONFIG_IPV6 is not set
4138
CONFIG_DEVTMPFS=y
4239
# CONFIG_STANDALONE is not set
@@ -97,7 +94,6 @@ CONFIG_NFS_FS=y
9794
CONFIG_NFS_V3_ACL=y
9895
CONFIG_NLS_CODEPAGE_437=y
9996
CONFIG_NLS_ISO8859_1=y
100-
# CONFIG_ENABLE_MUST_CHECK is not set
10197
CONFIG_STRIP_ASM_SYMS=y
10298
CONFIG_SOFTLOCKUP_DETECTOR=y
10399
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=10

arch/arc/configs/axs103_smp_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ CONFIG_IP_PNP=y
3535
CONFIG_IP_PNP_DHCP=y
3636
CONFIG_IP_PNP_BOOTP=y
3737
CONFIG_IP_PNP_RARP=y
38-
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
39-
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
40-
# CONFIG_INET_XFRM_MODE_BEET is not set
4138
# CONFIG_IPV6 is not set
4239
CONFIG_DEVTMPFS=y
4340
# CONFIG_STANDALONE is not set
@@ -100,7 +97,6 @@ CONFIG_NFS_FS=y
10097
CONFIG_NFS_V3_ACL=y
10198
CONFIG_NLS_CODEPAGE_437=y
10299
CONFIG_NLS_ISO8859_1=y
103-
# CONFIG_ENABLE_MUST_CHECK is not set
104100
CONFIG_STRIP_ASM_SYMS=y
105101
CONFIG_SOFTLOCKUP_DETECTOR=y
106102
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=10

arch/arc/configs/haps_hs_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ CONFIG_EXT2_FS_XATTR=y
5959
CONFIG_TMPFS=y
6060
# CONFIG_MISC_FILESYSTEMS is not set
6161
CONFIG_NFS_FS=y
62-
# CONFIG_ENABLE_MUST_CHECK is not set
6362
CONFIG_DEBUG_MEMORY_INIT=y
6463
# CONFIG_DEBUG_PREEMPT is not set

arch/arc/configs/haps_hs_smp_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ CONFIG_EXT2_FS_XATTR=y
5959
CONFIG_TMPFS=y
6060
# CONFIG_MISC_FILESYSTEMS is not set
6161
CONFIG_NFS_FS=y
62-
# CONFIG_ENABLE_MUST_CHECK is not set
6362
CONFIG_SOFTLOCKUP_DETECTOR=y
6463
# CONFIG_DEBUG_PREEMPT is not set

0 commit comments

Comments
 (0)