diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /arch/sh | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'arch/sh')
334 files changed, 9063 insertions, 5371 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 33990fa95af0..bbdeb48bbf8e 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -1,14 +1,7 @@ | |||
1 | # | ||
2 | # For a description of the syntax of this configuration file, | ||
3 | # see Documentation/kbuild/kconfig-language.txt. | ||
4 | # | ||
5 | |||
6 | mainmenu "Linux/SuperH Kernel Configuration" | ||
7 | |||
8 | config SUPERH | 1 | config SUPERH |
9 | def_bool y | 2 | def_bool y |
10 | select EMBEDDED | 3 | select EXPERT |
11 | select HAVE_CLK | 4 | select CLKDEV_LOOKUP |
12 | select HAVE_IDE if HAS_IOPORT | 5 | select HAVE_IDE if HAS_IOPORT |
13 | select HAVE_MEMBLOCK | 6 | select HAVE_MEMBLOCK |
14 | select HAVE_OPROFILE | 7 | select HAVE_OPROFILE |
@@ -16,15 +9,22 @@ config SUPERH | |||
16 | select HAVE_ARCH_TRACEHOOK | 9 | select HAVE_ARCH_TRACEHOOK |
17 | select HAVE_DMA_API_DEBUG | 10 | select HAVE_DMA_API_DEBUG |
18 | select HAVE_DMA_ATTRS | 11 | select HAVE_DMA_ATTRS |
12 | select HAVE_IRQ_WORK | ||
19 | select HAVE_PERF_EVENTS | 13 | select HAVE_PERF_EVENTS |
20 | select PERF_USE_VMALLOC | 14 | select PERF_USE_VMALLOC |
21 | select HAVE_KERNEL_GZIP | 15 | select HAVE_KERNEL_GZIP |
22 | select HAVE_KERNEL_BZIP2 | 16 | select HAVE_KERNEL_BZIP2 |
23 | select HAVE_KERNEL_LZMA | 17 | select HAVE_KERNEL_LZMA |
18 | select HAVE_KERNEL_XZ | ||
24 | select HAVE_KERNEL_LZO | 19 | select HAVE_KERNEL_LZO |
25 | select HAVE_SYSCALL_TRACEPOINTS | 20 | select HAVE_SYSCALL_TRACEPOINTS |
21 | select HAVE_REGS_AND_STACK_ACCESS_API | ||
22 | select HAVE_GENERIC_HARDIRQS | ||
23 | select HAVE_SPARSE_IRQ | ||
24 | select IRQ_FORCED_THREADING | ||
26 | select RTC_LIB | 25 | select RTC_LIB |
27 | select GENERIC_ATOMIC64 | 26 | select GENERIC_ATOMIC64 |
27 | select GENERIC_IRQ_SHOW | ||
28 | help | 28 | help |
29 | The SuperH is a RISC processor targeted for use in embedded systems | 29 | The SuperH is a RISC processor targeted for use in embedded systems |
30 | and consumer electronics; it was also used in the Sega Dreamcast | 30 | and consumer electronics; it was also used in the Sega Dreamcast |
@@ -45,8 +45,9 @@ config SUPERH32 | |||
45 | select HAVE_ARCH_KGDB | 45 | select HAVE_ARCH_KGDB |
46 | select HAVE_HW_BREAKPOINT | 46 | select HAVE_HW_BREAKPOINT |
47 | select HAVE_MIXED_BREAKPOINTS_REGS | 47 | select HAVE_MIXED_BREAKPOINTS_REGS |
48 | select PERF_EVENTS if HAVE_HW_BREAKPOINT | 48 | select PERF_EVENTS |
49 | select ARCH_HIBERNATION_POSSIBLE if MMU | 49 | select ARCH_HIBERNATION_POSSIBLE if MMU |
50 | select SPARSE_IRQ | ||
50 | 51 | ||
51 | config SUPERH64 | 52 | config SUPERH64 |
52 | def_bool ARCH = "sh64" | 53 | def_bool ARCH = "sh64" |
@@ -70,25 +71,12 @@ config GENERIC_CSUM | |||
70 | def_bool y | 71 | def_bool y |
71 | depends on SUPERH64 | 72 | depends on SUPERH64 |
72 | 73 | ||
73 | config GENERIC_FIND_NEXT_BIT | ||
74 | def_bool y | ||
75 | |||
76 | config GENERIC_HWEIGHT | 74 | config GENERIC_HWEIGHT |
77 | def_bool y | 75 | def_bool y |
78 | 76 | ||
79 | config GENERIC_HARDIRQS | ||
80 | def_bool y | ||
81 | |||
82 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
83 | def_bool y | ||
84 | |||
85 | config IRQ_PER_CPU | 77 | config IRQ_PER_CPU |
86 | def_bool y | 78 | def_bool y |
87 | 79 | ||
88 | config SPARSE_IRQ | ||
89 | def_bool y | ||
90 | depends on SUPERH32 | ||
91 | |||
92 | config GENERIC_GPIO | 80 | config GENERIC_GPIO |
93 | def_bool n | 81 | def_bool n |
94 | 82 | ||
@@ -172,7 +160,8 @@ config ARCH_HAS_CPU_IDLE_WAIT | |||
172 | def_bool y | 160 | def_bool y |
173 | 161 | ||
174 | config NO_IOPORT | 162 | config NO_IOPORT |
175 | bool | 163 | def_bool !PCI |
164 | depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN | ||
176 | 165 | ||
177 | config IO_TRAPPED | 166 | config IO_TRAPPED |
178 | bool | 167 | bool |
@@ -204,6 +193,7 @@ config CPU_SH2 | |||
204 | config CPU_SH2A | 193 | config CPU_SH2A |
205 | bool | 194 | bool |
206 | select CPU_SH2 | 195 | select CPU_SH2 |
196 | select UNCACHED_MAPPING | ||
207 | 197 | ||
208 | config CPU_SH3 | 198 | config CPU_SH3 |
209 | bool | 199 | bool |
@@ -249,6 +239,11 @@ config ARCH_SHMOBILE | |||
249 | select PM | 239 | select PM |
250 | select PM_RUNTIME | 240 | select PM_RUNTIME |
251 | 241 | ||
242 | config CPU_HAS_PMU | ||
243 | depends on CPU_SH4 || CPU_SH4A | ||
244 | default y | ||
245 | bool | ||
246 | |||
252 | if SUPERH32 | 247 | if SUPERH32 |
253 | 248 | ||
254 | choice | 249 | choice |
@@ -279,6 +274,7 @@ config CPU_SUBTYPE_SH7203 | |||
279 | select CPU_HAS_FPU | 274 | select CPU_HAS_FPU |
280 | select SYS_SUPPORTS_CMT | 275 | select SYS_SUPPORTS_CMT |
281 | select SYS_SUPPORTS_MTU2 | 276 | select SYS_SUPPORTS_MTU2 |
277 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
282 | 278 | ||
283 | config CPU_SUBTYPE_SH7206 | 279 | config CPU_SUBTYPE_SH7206 |
284 | bool "Support SH7206 processor" | 280 | bool "Support SH7206 processor" |
@@ -350,6 +346,9 @@ config CPU_SUBTYPE_SH7720 | |||
350 | select CPU_SH3 | 346 | select CPU_SH3 |
351 | select CPU_HAS_DSP | 347 | select CPU_HAS_DSP |
352 | select SYS_SUPPORTS_CMT | 348 | select SYS_SUPPORTS_CMT |
349 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
350 | select USB_ARCH_HAS_OHCI | ||
351 | select USB_OHCI_SH if USB_OHCI_HCD | ||
353 | help | 352 | help |
354 | Select SH7720 if you have a SH3-DSP SH7720 CPU. | 353 | Select SH7720 if you have a SH3-DSP SH7720 CPU. |
355 | 354 | ||
@@ -358,6 +357,8 @@ config CPU_SUBTYPE_SH7721 | |||
358 | select CPU_SH3 | 357 | select CPU_SH3 |
359 | select CPU_HAS_DSP | 358 | select CPU_HAS_DSP |
360 | select SYS_SUPPORTS_CMT | 359 | select SYS_SUPPORTS_CMT |
360 | select USB_ARCH_HAS_OHCI | ||
361 | select USB_OHCI_SH if USB_OHCI_HCD | ||
361 | help | 362 | help |
362 | Select SH7721 if you have a SH3-DSP SH7721 CPU. | 363 | Select SH7721 if you have a SH3-DSP SH7721 CPU. |
363 | 364 | ||
@@ -412,6 +413,7 @@ config CPU_SUBTYPE_SH7723 | |||
412 | select ARCH_SHMOBILE | 413 | select ARCH_SHMOBILE |
413 | select ARCH_SPARSEMEM_ENABLE | 414 | select ARCH_SPARSEMEM_ENABLE |
414 | select SYS_SUPPORTS_CMT | 415 | select SYS_SUPPORTS_CMT |
416 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
415 | help | 417 | help |
416 | Select SH7723 if you have an SH-MobileR2 CPU. | 418 | Select SH7723 if you have an SH-MobileR2 CPU. |
417 | 419 | ||
@@ -422,6 +424,7 @@ config CPU_SUBTYPE_SH7724 | |||
422 | select ARCH_SHMOBILE | 424 | select ARCH_SHMOBILE |
423 | select ARCH_SPARSEMEM_ENABLE | 425 | select ARCH_SPARSEMEM_ENABLE |
424 | select SYS_SUPPORTS_CMT | 426 | select SYS_SUPPORTS_CMT |
427 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
425 | help | 428 | help |
426 | Select SH7724 if you have an SH-MobileR2R CPU. | 429 | Select SH7724 if you have an SH-MobileR2R CPU. |
427 | 430 | ||
@@ -429,12 +432,17 @@ config CPU_SUBTYPE_SH7757 | |||
429 | bool "Support SH7757 processor" | 432 | bool "Support SH7757 processor" |
430 | select CPU_SH4A | 433 | select CPU_SH4A |
431 | select CPU_SHX2 | 434 | select CPU_SHX2 |
435 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
436 | select USB_ARCH_HAS_OHCI | ||
437 | select USB_ARCH_HAS_EHCI | ||
432 | help | 438 | help |
433 | Select SH7757 if you have a SH4A SH7757 CPU. | 439 | Select SH7757 if you have a SH4A SH7757 CPU. |
434 | 440 | ||
435 | config CPU_SUBTYPE_SH7763 | 441 | config CPU_SUBTYPE_SH7763 |
436 | bool "Support SH7763 processor" | 442 | bool "Support SH7763 processor" |
437 | select CPU_SH4A | 443 | select CPU_SH4A |
444 | select USB_ARCH_HAS_OHCI | ||
445 | select USB_OHCI_SH if USB_OHCI_HCD | ||
438 | help | 446 | help |
439 | Select SH7763 if you have a SH4A SH7763(R5S77631) CPU. | 447 | Select SH7763 if you have a SH4A SH7763(R5S77631) CPU. |
440 | 448 | ||
@@ -452,6 +460,7 @@ config CPU_SUBTYPE_SH7785 | |||
452 | select CPU_SHX2 | 460 | select CPU_SHX2 |
453 | select ARCH_SPARSEMEM_ENABLE | 461 | select ARCH_SPARSEMEM_ENABLE |
454 | select SYS_SUPPORTS_NUMA | 462 | select SYS_SUPPORTS_NUMA |
463 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
455 | 464 | ||
456 | config CPU_SUBTYPE_SH7786 | 465 | config CPU_SUBTYPE_SH7786 |
457 | bool "Support SH7786 processor" | 466 | bool "Support SH7786 processor" |
@@ -459,12 +468,18 @@ config CPU_SUBTYPE_SH7786 | |||
459 | select CPU_SHX3 | 468 | select CPU_SHX3 |
460 | select CPU_HAS_PTEAEX | 469 | select CPU_HAS_PTEAEX |
461 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP | 470 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
471 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
472 | select USB_ARCH_HAS_OHCI | ||
473 | select USB_OHCI_SH if USB_OHCI_HCD | ||
474 | select USB_ARCH_HAS_EHCI | ||
475 | select USB_EHCI_SH if USB_EHCI_HCD | ||
462 | 476 | ||
463 | config CPU_SUBTYPE_SHX3 | 477 | config CPU_SUBTYPE_SHX3 |
464 | bool "Support SH-X3 processor" | 478 | bool "Support SH-X3 processor" |
465 | select CPU_SH4A | 479 | select CPU_SH4A |
466 | select CPU_SHX3 | 480 | select CPU_SHX3 |
467 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP | 481 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
482 | select ARCH_REQUIRE_GPIOLIB | ||
468 | 483 | ||
469 | # SH4AL-DSP Processor Support | 484 | # SH4AL-DSP Processor Support |
470 | 485 | ||
@@ -482,6 +497,7 @@ config CPU_SUBTYPE_SH7722 | |||
482 | select ARCH_SPARSEMEM_ENABLE | 497 | select ARCH_SPARSEMEM_ENABLE |
483 | select SYS_SUPPORTS_NUMA | 498 | select SYS_SUPPORTS_NUMA |
484 | select SYS_SUPPORTS_CMT | 499 | select SYS_SUPPORTS_CMT |
500 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
485 | 501 | ||
486 | config CPU_SUBTYPE_SH7366 | 502 | config CPU_SUBTYPE_SH7366 |
487 | bool "Support SH7366 processor" | 503 | bool "Support SH7366 processor" |
@@ -569,16 +585,7 @@ config SH_CLK_CPG | |||
569 | config SH_CLK_CPG_LEGACY | 585 | config SH_CLK_CPG_LEGACY |
570 | depends on SH_CLK_CPG | 586 | depends on SH_CLK_CPG |
571 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ | 587 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ |
572 | !CPU_SUBTYPE_SH7786 | 588 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 |
573 | |||
574 | config SH_CLK_MD | ||
575 | int "CPU Mode Pin Setting" | ||
576 | depends on CPU_SH2 | ||
577 | default 6 if CPU_SUBTYPE_SH7206 | ||
578 | default 5 if CPU_SUBTYPE_SH7619 | ||
579 | default 0 | ||
580 | help | ||
581 | MD2 - MD0 pin setting. | ||
582 | 589 | ||
583 | source "kernel/time/Kconfig" | 590 | source "kernel/time/Kconfig" |
584 | 591 | ||
@@ -738,6 +745,14 @@ config GUSA_RB | |||
738 | LLSC, this should be more efficient than the other alternative of | 745 | LLSC, this should be more efficient than the other alternative of |
739 | disabling interrupts around the atomic sequence. | 746 | disabling interrupts around the atomic sequence. |
740 | 747 | ||
748 | config HW_PERF_EVENTS | ||
749 | bool "Enable hardware performance counter support for perf events" | ||
750 | depends on PERF_EVENTS && CPU_HAS_PMU | ||
751 | default y | ||
752 | help | ||
753 | Enable hardware performance counter support for perf events. If | ||
754 | disabled, perf events will use software events only. | ||
755 | |||
741 | source "drivers/sh/Kconfig" | 756 | source "drivers/sh/Kconfig" |
742 | 757 | ||
743 | endmenu | 758 | endmenu |
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 12fec72fec5f..c1d5a820b1aa 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug | |||
@@ -28,15 +28,6 @@ config STACK_DEBUG | |||
28 | every function call and will therefore incur a major | 28 | every function call and will therefore incur a major |
29 | performance hit. Most users should say N. | 29 | performance hit. Most users should say N. |
30 | 30 | ||
31 | config DEBUG_STACK_USAGE | ||
32 | bool "Stack utilization instrumentation" | ||
33 | depends on DEBUG_KERNEL | ||
34 | help | ||
35 | Enables the display of the minimum amount of free stack which each | ||
36 | task has ever had available in the sysrq-T and sysrq-P debug output. | ||
37 | |||
38 | This option will slow down process creation somewhat. | ||
39 | |||
40 | config 4KSTACKS | 31 | config 4KSTACKS |
41 | bool "Use 4Kb for kernel stacks instead of 8Kb" | 32 | bool "Use 4Kb for kernel stacks instead of 8Kb" |
42 | depends on DEBUG_KERNEL && (MMU || BROKEN) && !PAGE_SIZE_64KB | 33 | depends on DEBUG_KERNEL && (MMU || BROKEN) && !PAGE_SIZE_64KB |
@@ -82,7 +73,7 @@ config SH_NO_BSS_INIT | |||
82 | help | 73 | help |
83 | If running in painfully slow environments, such as an RTL | 74 | If running in painfully slow environments, such as an RTL |
84 | simulation or from remote memory via SHdebug, where the memory | 75 | simulation or from remote memory via SHdebug, where the memory |
85 | can already be gauranteed to ber zeroed on boot, say Y. | 76 | can already be guaranteed to ber zeroed on boot, say Y. |
86 | 77 | ||
87 | For all other cases, say N. If this option seems perplexing, or | 78 | For all other cases, say N. If this option seems perplexing, or |
88 | you aren't sure, say N. | 79 | you aren't sure, say N. |
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 307b3a4a790b..e3d8170ad00b 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -133,10 +133,7 @@ machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se | |||
133 | machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx | 133 | machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx |
134 | machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast | 134 | machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast |
135 | machdir-$(CONFIG_SH_SH03) += mach-sh03 | 135 | machdir-$(CONFIG_SH_SH03) += mach-sh03 |
136 | machdir-$(CONFIG_SH_SECUREEDGE5410) += mach-snapgear | ||
137 | machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d | 136 | machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d |
138 | machdir-$(CONFIG_SH_7751_SYSTEMH) += mach-systemh | ||
139 | machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705 | ||
140 | machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander | 137 | machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander |
141 | machdir-$(CONFIG_SH_MIGOR) += mach-migor | 138 | machdir-$(CONFIG_SH_MIGOR) += mach-migor |
142 | machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa | 139 | machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa |
@@ -203,7 +200,7 @@ endif | |||
203 | libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y) | 200 | libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y) |
204 | libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y) | 201 | libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y) |
205 | 202 | ||
206 | BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.lzo \ | 203 | BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \ |
207 | uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \ | 204 | uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \ |
208 | romImage | 205 | romImage |
209 | PHONY += $(BOOT_TARGETS) | 206 | PHONY += $(BOOT_TARGETS) |
@@ -233,5 +230,6 @@ define archhelp | |||
233 | @echo '* uImage.gz - Kernel-only image for U-Boot (gzip)' | 230 | @echo '* uImage.gz - Kernel-only image for U-Boot (gzip)' |
234 | @echo ' uImage.bz2 - Kernel-only image for U-Boot (bzip2)' | 231 | @echo ' uImage.bz2 - Kernel-only image for U-Boot (bzip2)' |
235 | @echo ' uImage.lzma - Kernel-only image for U-Boot (lzma)' | 232 | @echo ' uImage.lzma - Kernel-only image for U-Boot (lzma)' |
233 | @echo ' uImage.xz - Kernel-only image for U-Boot (xz)' | ||
236 | @echo ' uImage.lzo - Kernel-only image for U-Boot (lzo)' | 234 | @echo ' uImage.lzo - Kernel-only image for U-Boot (lzo)' |
237 | endef | 235 | endef |
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 07b35ca2f644..d893411022d5 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -3,6 +3,9 @@ menu "Board support" | |||
3 | config SOLUTION_ENGINE | 3 | config SOLUTION_ENGINE |
4 | bool | 4 | bool |
5 | 5 | ||
6 | config SH_ALPHA_BOARD | ||
7 | bool | ||
8 | |||
6 | config SH_SOLUTION_ENGINE | 9 | config SH_SOLUTION_ENGINE |
7 | bool "SolutionEngine" | 10 | bool "SolutionEngine" |
8 | select SOLUTION_ENGINE | 11 | select SOLUTION_ENGINE |
@@ -81,13 +84,6 @@ config SH_7343_SOLUTION_ENGINE | |||
81 | Select 7343 SolutionEngine if configuring for a Hitachi | 84 | Select 7343 SolutionEngine if configuring for a Hitachi |
82 | SH7343 (SH-Mobile 3AS) evaluation board. | 85 | SH7343 (SH-Mobile 3AS) evaluation board. |
83 | 86 | ||
84 | config SH_7751_SYSTEMH | ||
85 | bool "SystemH7751R" | ||
86 | depends on CPU_SUBTYPE_SH7751R | ||
87 | help | ||
88 | Select SystemH if you are configuring for a Renesas SystemH | ||
89 | 7751R evaluation board. | ||
90 | |||
91 | config SH_HP6XX | 87 | config SH_HP6XX |
92 | bool "HP6XX" | 88 | bool "HP6XX" |
93 | select SYS_SUPPORTS_APM_EMULATION | 89 | select SYS_SUPPORTS_APM_EMULATION |
@@ -155,6 +151,8 @@ config SH_SDK7786 | |||
155 | depends on CPU_SUBTYPE_SH7786 | 151 | depends on CPU_SUBTYPE_SH7786 |
156 | select SYS_SUPPORTS_PCI | 152 | select SYS_SUPPORTS_PCI |
157 | select NO_IOPORT if !PCI | 153 | select NO_IOPORT if !PCI |
154 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
155 | select HAVE_SRAM_POOL | ||
158 | help | 156 | help |
159 | Select SDK7786 if configuring for a Renesas Technology Europe | 157 | Select SDK7786 if configuring for a Renesas Technology Europe |
160 | SH7786-65nm board. | 158 | SH7786-65nm board. |
@@ -165,6 +163,11 @@ config SH_HIGHLANDER | |||
165 | select SYS_SUPPORTS_PCI | 163 | select SYS_SUPPORTS_PCI |
166 | select IO_TRAPPED if MMU | 164 | select IO_TRAPPED if MMU |
167 | 165 | ||
166 | config SH_SH7757LCR | ||
167 | bool "SH7757LCR" | ||
168 | depends on CPU_SUBTYPE_SH7757 | ||
169 | select ARCH_REQUIRE_GPIOLIB | ||
170 | |||
168 | config SH_SH7785LCR | 171 | config SH_SH7785LCR |
169 | bool "SH7785LCR" | 172 | bool "SH7785LCR" |
170 | depends on CPU_SUBTYPE_SH7785 | 173 | depends on CPU_SUBTYPE_SH7785 |
@@ -309,6 +312,32 @@ config SH_POLARIS | |||
309 | help | 312 | help |
310 | Select if configuring for an SMSC Polaris development board | 313 | Select if configuring for an SMSC Polaris development board |
311 | 314 | ||
315 | config SH_SH2007 | ||
316 | bool "SH-2007 board" | ||
317 | select NO_IOPORT | ||
318 | depends on CPU_SUBTYPE_SH7780 | ||
319 | help | ||
320 | SH-2007 is a single-board computer based around SH7780 chip | ||
321 | intended for embedded applications. | ||
322 | It has an Ethernet interface (SMC9118), direct connected | ||
323 | Compact Flash socket, two serial ports and PC-104 bus. | ||
324 | More information at <http://sh2000.sh-linux.org>. | ||
325 | |||
326 | config SH_APSH4A3A | ||
327 | bool "AP-SH4A-3A" | ||
328 | select SH_ALPHA_BOARD | ||
329 | depends on CPU_SUBTYPE_SH7785 | ||
330 | help | ||
331 | Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A. | ||
332 | |||
333 | config SH_APSH4AD0A | ||
334 | bool "AP-SH4AD-0A" | ||
335 | select SH_ALPHA_BOARD | ||
336 | select SYS_SUPPORTS_PCI | ||
337 | depends on CPU_SUBTYPE_SH7786 | ||
338 | help | ||
339 | Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A. | ||
340 | |||
312 | endmenu | 341 | endmenu |
313 | 342 | ||
314 | source "arch/sh/boards/mach-r2d/Kconfig" | 343 | source "arch/sh/boards/mach-r2d/Kconfig" |
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile index 4f90f9b7a922..975a0f64ff20 100644 --- a/arch/sh/boards/Makefile +++ b/arch/sh/boards/Makefile | |||
@@ -2,10 +2,16 @@ | |||
2 | # Specific board support, not covered by a mach group. | 2 | # Specific board support, not covered by a mach group. |
3 | # | 3 | # |
4 | obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o | 4 | obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o |
5 | obj-$(CONFIG_SH_SECUREEDGE5410) += board-secureedge5410.o | ||
6 | obj-$(CONFIG_SH_SH2007) += board-sh2007.o | ||
5 | obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o | 7 | obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o |
6 | obj-$(CONFIG_SH_URQUELL) += board-urquell.o | 8 | obj-$(CONFIG_SH_URQUELL) += board-urquell.o |
7 | obj-$(CONFIG_SH_SHMIN) += board-shmin.o | 9 | obj-$(CONFIG_SH_SHMIN) += board-shmin.o |
10 | obj-$(CONFIG_SH_EDOSK7705) += board-edosk7705.o | ||
8 | obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o | 11 | obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o |
9 | obj-$(CONFIG_SH_ESPT) += board-espt.o | 12 | obj-$(CONFIG_SH_ESPT) += board-espt.o |
10 | obj-$(CONFIG_SH_POLARIS) += board-polaris.o | 13 | obj-$(CONFIG_SH_POLARIS) += board-polaris.o |
11 | obj-$(CONFIG_SH_TITAN) += board-titan.o | 14 | obj-$(CONFIG_SH_TITAN) += board-titan.o |
15 | obj-$(CONFIG_SH_SH7757LCR) += board-sh7757lcr.o | ||
16 | obj-$(CONFIG_SH_APSH4A3A) += board-apsh4a3a.o | ||
17 | obj-$(CONFIG_SH_APSH4AD0A) += board-apsh4ad0a.o | ||
diff --git a/arch/sh/boards/board-apsh4a3a.c b/arch/sh/boards/board-apsh4a3a.c new file mode 100644 index 000000000000..8e2a27057bc9 --- /dev/null +++ b/arch/sh/boards/board-apsh4a3a.c | |||
@@ -0,0 +1,175 @@ | |||
1 | /* | ||
2 | * ALPHAPROJECT AP-SH4A-3A Support. | ||
3 | * | ||
4 | * Copyright (C) 2010 ALPHAPROJECT Co.,Ltd. | ||
5 | * Copyright (C) 2008 Yoshihiro Shimoda | ||
6 | * Copyright (C) 2009 Paul Mundt | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | #include <linux/init.h> | ||
13 | #include <linux/platform_device.h> | ||
14 | #include <linux/io.h> | ||
15 | #include <linux/mtd/physmap.h> | ||
16 | #include <linux/smsc911x.h> | ||
17 | #include <linux/irq.h> | ||
18 | #include <linux/clk.h> | ||
19 | #include <asm/machvec.h> | ||
20 | #include <asm/sizes.h> | ||
21 | #include <asm/clock.h> | ||
22 | |||
23 | static struct mtd_partition nor_flash_partitions[] = { | ||
24 | { | ||
25 | .name = "loader", | ||
26 | .offset = 0x00000000, | ||
27 | .size = 512 * 1024, | ||
28 | }, | ||
29 | { | ||
30 | .name = "bootenv", | ||
31 | .offset = MTDPART_OFS_APPEND, | ||
32 | .size = 512 * 1024, | ||
33 | }, | ||
34 | { | ||
35 | .name = "kernel", | ||
36 | .offset = MTDPART_OFS_APPEND, | ||
37 | .size = 4 * 1024 * 1024, | ||
38 | }, | ||
39 | { | ||
40 | .name = "data", | ||
41 | .offset = MTDPART_OFS_APPEND, | ||
42 | .size = MTDPART_SIZ_FULL, | ||
43 | }, | ||
44 | }; | ||
45 | |||
46 | static struct physmap_flash_data nor_flash_data = { | ||
47 | .width = 4, | ||
48 | .parts = nor_flash_partitions, | ||
49 | .nr_parts = ARRAY_SIZE(nor_flash_partitions), | ||
50 | }; | ||
51 | |||
52 | static struct resource nor_flash_resources[] = { | ||
53 | [0] = { | ||
54 | .start = 0x00000000, | ||
55 | .end = 0x01000000 - 1, | ||
56 | .flags = IORESOURCE_MEM, | ||
57 | } | ||
58 | }; | ||
59 | |||
60 | static struct platform_device nor_flash_device = { | ||
61 | .name = "physmap-flash", | ||
62 | .dev = { | ||
63 | .platform_data = &nor_flash_data, | ||
64 | }, | ||
65 | .num_resources = ARRAY_SIZE(nor_flash_resources), | ||
66 | .resource = nor_flash_resources, | ||
67 | }; | ||
68 | |||
69 | static struct resource smsc911x_resources[] = { | ||
70 | [0] = { | ||
71 | .name = "smsc911x-memory", | ||
72 | .start = 0xA4000000, | ||
73 | .end = 0xA4000000 + SZ_256 - 1, | ||
74 | .flags = IORESOURCE_MEM, | ||
75 | }, | ||
76 | [1] = { | ||
77 | .name = "smsc911x-irq", | ||
78 | .start = evt2irq(0x200), | ||
79 | .end = evt2irq(0x200), | ||
80 | .flags = IORESOURCE_IRQ, | ||
81 | }, | ||
82 | }; | ||
83 | |||
84 | static struct smsc911x_platform_config smsc911x_config = { | ||
85 | .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, | ||
86 | .irq_type = SMSC911X_IRQ_TYPE_OPEN_DRAIN, | ||
87 | .flags = SMSC911X_USE_16BIT, | ||
88 | .phy_interface = PHY_INTERFACE_MODE_MII, | ||
89 | }; | ||
90 | |||
91 | static struct platform_device smsc911x_device = { | ||
92 | .name = "smsc911x", | ||
93 | .id = -1, | ||
94 | .num_resources = ARRAY_SIZE(smsc911x_resources), | ||
95 | .resource = smsc911x_resources, | ||
96 | .dev = { | ||
97 | .platform_data = &smsc911x_config, | ||
98 | }, | ||
99 | }; | ||
100 | |||
101 | static struct platform_device *apsh4a3a_devices[] __initdata = { | ||
102 | &nor_flash_device, | ||
103 | &smsc911x_device, | ||
104 | }; | ||
105 | |||
106 | static int __init apsh4a3a_devices_setup(void) | ||
107 | { | ||
108 | return platform_add_devices(apsh4a3a_devices, | ||
109 | ARRAY_SIZE(apsh4a3a_devices)); | ||
110 | } | ||
111 | device_initcall(apsh4a3a_devices_setup); | ||
112 | |||
113 | static int apsh4a3a_clk_init(void) | ||
114 | { | ||
115 | struct clk *clk; | ||
116 | int ret; | ||
117 | |||
118 | clk = clk_get(NULL, "extal"); | ||
119 | if (!clk || IS_ERR(clk)) | ||
120 | return PTR_ERR(clk); | ||
121 | ret = clk_set_rate(clk, 33333000); | ||
122 | clk_put(clk); | ||
123 | |||
124 | return ret; | ||
125 | } | ||
126 | |||
127 | /* Initialize the board */ | ||
128 | static void __init apsh4a3a_setup(char **cmdline_p) | ||
129 | { | ||
130 | printk(KERN_INFO "Alpha Project AP-SH4A-3A support:\n"); | ||
131 | } | ||
132 | |||
133 | static void __init apsh4a3a_init_irq(void) | ||
134 | { | ||
135 | plat_irq_setup_pins(IRQ_MODE_IRQ7654); | ||
136 | } | ||
137 | |||
138 | /* Return the board specific boot mode pin configuration */ | ||
139 | static int apsh4a3a_mode_pins(void) | ||
140 | { | ||
141 | int value = 0; | ||
142 | |||
143 | /* These are the factory default settings of SW1 and SW2. | ||
144 | * If you change these dip switches then you will need to | ||
145 | * adjust the values below as well. | ||
146 | */ | ||
147 | value &= ~MODE_PIN0; /* Clock Mode 16 */ | ||
148 | value &= ~MODE_PIN1; | ||
149 | value &= ~MODE_PIN2; | ||
150 | value &= ~MODE_PIN3; | ||
151 | value |= MODE_PIN4; | ||
152 | value &= ~MODE_PIN5; /* 16-bit Area0 bus width */ | ||
153 | value |= MODE_PIN6; /* Area 0 SRAM interface */ | ||
154 | value |= MODE_PIN7; | ||
155 | value |= MODE_PIN8; /* Little Endian */ | ||
156 | value |= MODE_PIN9; /* Master Mode */ | ||
157 | value |= MODE_PIN10; /* Crystal resonator */ | ||
158 | value |= MODE_PIN11; /* Display Unit */ | ||
159 | value |= MODE_PIN12; | ||
160 | value &= ~MODE_PIN13; /* 29-bit address mode */ | ||
161 | value |= MODE_PIN14; /* No PLL step-up */ | ||
162 | |||
163 | return value; | ||
164 | } | ||
165 | |||
166 | /* | ||
167 | * The Machine Vector | ||
168 | */ | ||
169 | static struct sh_machine_vector mv_apsh4a3a __initmv = { | ||
170 | .mv_name = "AP-SH4A-3A", | ||
171 | .mv_setup = apsh4a3a_setup, | ||
172 | .mv_clk_init = apsh4a3a_clk_init, | ||
173 | .mv_init_irq = apsh4a3a_init_irq, | ||
174 | .mv_mode_pins = apsh4a3a_mode_pins, | ||
175 | }; | ||
diff --git a/arch/sh/boards/board-apsh4ad0a.c b/arch/sh/boards/board-apsh4ad0a.c new file mode 100644 index 000000000000..e2bd218a054e --- /dev/null +++ b/arch/sh/boards/board-apsh4ad0a.c | |||
@@ -0,0 +1,125 @@ | |||
1 | /* | ||
2 | * ALPHAPROJECT AP-SH4AD-0A Support. | ||
3 | * | ||
4 | * Copyright (C) 2010 ALPHAPROJECT Co.,Ltd. | ||
5 | * Copyright (C) 2010 Matt Fleming | ||
6 | * Copyright (C) 2010 Paul Mundt | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | #include <linux/init.h> | ||
13 | #include <linux/platform_device.h> | ||
14 | #include <linux/io.h> | ||
15 | #include <linux/smsc911x.h> | ||
16 | #include <linux/irq.h> | ||
17 | #include <linux/clk.h> | ||
18 | #include <asm/machvec.h> | ||
19 | #include <asm/sizes.h> | ||
20 | |||
21 | static struct resource smsc911x_resources[] = { | ||
22 | [0] = { | ||
23 | .name = "smsc911x-memory", | ||
24 | .start = 0xA4000000, | ||
25 | .end = 0xA4000000 + SZ_256 - 1, | ||
26 | .flags = IORESOURCE_MEM, | ||
27 | }, | ||
28 | [1] = { | ||
29 | .name = "smsc911x-irq", | ||
30 | .start = evt2irq(0x200), | ||
31 | .end = evt2irq(0x200), | ||
32 | .flags = IORESOURCE_IRQ, | ||
33 | }, | ||
34 | }; | ||
35 | |||
36 | static struct smsc911x_platform_config smsc911x_config = { | ||
37 | .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, | ||
38 | .irq_type = SMSC911X_IRQ_TYPE_OPEN_DRAIN, | ||
39 | .flags = SMSC911X_USE_16BIT, | ||
40 | .phy_interface = PHY_INTERFACE_MODE_MII, | ||
41 | }; | ||
42 | |||
43 | static struct platform_device smsc911x_device = { | ||
44 | .name = "smsc911x", | ||
45 | .id = -1, | ||
46 | .num_resources = ARRAY_SIZE(smsc911x_resources), | ||
47 | .resource = smsc911x_resources, | ||
48 | .dev = { | ||
49 | .platform_data = &smsc911x_config, | ||
50 | }, | ||
51 | }; | ||
52 | |||
53 | static struct platform_device *apsh4ad0a_devices[] __initdata = { | ||
54 | &smsc911x_device, | ||
55 | }; | ||
56 | |||
57 | static int __init apsh4ad0a_devices_setup(void) | ||
58 | { | ||
59 | return platform_add_devices(apsh4ad0a_devices, | ||
60 | ARRAY_SIZE(apsh4ad0a_devices)); | ||
61 | } | ||
62 | device_initcall(apsh4ad0a_devices_setup); | ||
63 | |||
64 | static int apsh4ad0a_mode_pins(void) | ||
65 | { | ||
66 | int value = 0; | ||
67 | |||
68 | /* These are the factory default settings of SW1 and SW2. | ||
69 | * If you change these dip switches then you will need to | ||
70 | * adjust the values below as well. | ||
71 | */ | ||
72 | value |= MODE_PIN0; /* Clock Mode 3 */ | ||
73 | value |= MODE_PIN1; | ||
74 | value &= ~MODE_PIN2; | ||
75 | value &= ~MODE_PIN3; | ||
76 | value &= ~MODE_PIN4; /* 16-bit Area0 bus width */ | ||
77 | value |= MODE_PIN5; | ||
78 | value |= MODE_PIN6; | ||
79 | value |= MODE_PIN7; /* Normal mode */ | ||
80 | value |= MODE_PIN8; /* Little Endian */ | ||
81 | value |= MODE_PIN9; /* Crystal resonator */ | ||
82 | value &= ~MODE_PIN10; /* 29-bit address mode */ | ||
83 | value &= ~MODE_PIN11; /* PCI-E Root port */ | ||
84 | value &= ~MODE_PIN12; /* 4 lane + 1 lane */ | ||
85 | value |= MODE_PIN13; /* AUD Enable */ | ||
86 | value &= ~MODE_PIN14; /* Normal Operation */ | ||
87 | |||
88 | return value; | ||
89 | } | ||
90 | |||
91 | static int apsh4ad0a_clk_init(void) | ||
92 | { | ||
93 | struct clk *clk; | ||
94 | int ret; | ||
95 | |||
96 | clk = clk_get(NULL, "extal"); | ||
97 | if (!clk || IS_ERR(clk)) | ||
98 | return PTR_ERR(clk); | ||
99 | ret = clk_set_rate(clk, 33333000); | ||
100 | clk_put(clk); | ||
101 | |||
102 | return ret; | ||
103 | } | ||
104 | |||
105 | /* Initialize the board */ | ||
106 | static void __init apsh4ad0a_setup(char **cmdline_p) | ||
107 | { | ||
108 | pr_info("Alpha Project AP-SH4AD-0A support:\n"); | ||
109 | } | ||
110 | |||
111 | static void __init apsh4ad0a_init_irq(void) | ||
112 | { | ||
113 | plat_irq_setup_pins(IRQ_MODE_IRQ3210); | ||
114 | } | ||
115 | |||
116 | /* | ||
117 | * The Machine Vector | ||
118 | */ | ||
119 | static struct sh_machine_vector mv_apsh4ad0a __initmv = { | ||
120 | .mv_name = "AP-SH4AD-0A", | ||
121 | .mv_setup = apsh4ad0a_setup, | ||
122 | .mv_mode_pins = apsh4ad0a_mode_pins, | ||
123 | .mv_clk_init = apsh4ad0a_clk_init, | ||
124 | .mv_init_irq = apsh4ad0a_init_irq, | ||
125 | }; | ||
diff --git a/arch/sh/boards/board-edosk7705.c b/arch/sh/boards/board-edosk7705.c new file mode 100644 index 000000000000..541d8a281035 --- /dev/null +++ b/arch/sh/boards/board-edosk7705.c | |||
@@ -0,0 +1,78 @@ | |||
1 | /* | ||
2 | * arch/sh/boards/renesas/edosk7705/setup.c | ||
3 | * | ||
4 | * Copyright (C) 2000 Kazumoto Kojima | ||
5 | * | ||
6 | * Hitachi SolutionEngine Support. | ||
7 | * | ||
8 | * Modified for edosk7705 development | ||
9 | * board by S. Dunn, 2003. | ||
10 | */ | ||
11 | #include <linux/init.h> | ||
12 | #include <linux/irq.h> | ||
13 | #include <linux/platform_device.h> | ||
14 | #include <linux/interrupt.h> | ||
15 | #include <linux/smc91x.h> | ||
16 | #include <asm/machvec.h> | ||
17 | #include <asm/sizes.h> | ||
18 | |||
19 | #define SMC_IOBASE 0xA2000000 | ||
20 | #define SMC_IO_OFFSET 0x300 | ||
21 | #define SMC_IOADDR (SMC_IOBASE + SMC_IO_OFFSET) | ||
22 | |||
23 | #define ETHERNET_IRQ 0x09 | ||
24 | |||
25 | static void __init sh_edosk7705_init_irq(void) | ||
26 | { | ||
27 | make_imask_irq(ETHERNET_IRQ); | ||
28 | } | ||
29 | |||
30 | /* eth initialization functions */ | ||
31 | static struct smc91x_platdata smc91x_info = { | ||
32 | .flags = SMC91X_USE_16BIT | SMC91X_IO_SHIFT_1 | IORESOURCE_IRQ_LOWLEVEL, | ||
33 | }; | ||
34 | |||
35 | static struct resource smc91x_res[] = { | ||
36 | [0] = { | ||
37 | .start = SMC_IOADDR, | ||
38 | .end = SMC_IOADDR + SZ_32 - 1, | ||
39 | .flags = IORESOURCE_MEM, | ||
40 | }, | ||
41 | [1] = { | ||
42 | .start = ETHERNET_IRQ, | ||
43 | .end = ETHERNET_IRQ, | ||
44 | .flags = IORESOURCE_IRQ , | ||
45 | } | ||
46 | }; | ||
47 | |||
48 | static struct platform_device smc91x_dev = { | ||
49 | .name = "smc91x", | ||
50 | .id = -1, | ||
51 | .num_resources = ARRAY_SIZE(smc91x_res), | ||
52 | .resource = smc91x_res, | ||
53 | |||
54 | .dev = { | ||
55 | .platform_data = &smc91x_info, | ||
56 | }, | ||
57 | }; | ||
58 | |||
59 | /* platform init code */ | ||
60 | static struct platform_device *edosk7705_devices[] __initdata = { | ||
61 | &smc91x_dev, | ||
62 | }; | ||
63 | |||
64 | static int __init init_edosk7705_devices(void) | ||
65 | { | ||
66 | return platform_add_devices(edosk7705_devices, | ||
67 | ARRAY_SIZE(edosk7705_devices)); | ||
68 | } | ||
69 | device_initcall(init_edosk7705_devices); | ||
70 | |||
71 | /* | ||
72 | * The Machine Vector | ||
73 | */ | ||
74 | static struct sh_machine_vector mv_edosk7705 __initmv = { | ||
75 | .mv_name = "EDOSK7705", | ||
76 | .mv_nr_irqs = 80, | ||
77 | .mv_init_irq = sh_edosk7705_init_irq, | ||
78 | }; | ||
diff --git a/arch/sh/boards/board-edosk7760.c b/arch/sh/boards/board-edosk7760.c index 35dc0994875d..e9656a2cc4cc 100644 --- a/arch/sh/boards/board-edosk7760.c +++ b/arch/sh/boards/board-edosk7760.c | |||
@@ -56,7 +56,7 @@ static struct mtd_partition edosk7760_nor_flash_partitions[] = { | |||
56 | }, { | 56 | }, { |
57 | .name = "fs", | 57 | .name = "fs", |
58 | .offset = MTDPART_OFS_APPEND, | 58 | .offset = MTDPART_OFS_APPEND, |
59 | .size = SZ_26M, | 59 | .size = (26 << 20), |
60 | }, { | 60 | }, { |
61 | .name = "other", | 61 | .name = "other", |
62 | .offset = MTDPART_OFS_APPEND, | 62 | .offset = MTDPART_OFS_APPEND, |
@@ -182,7 +182,7 @@ static int __init init_edosk7760_devices(void) | |||
182 | return platform_add_devices(edosk7760_devices, | 182 | return platform_add_devices(edosk7760_devices, |
183 | ARRAY_SIZE(edosk7760_devices)); | 183 | ARRAY_SIZE(edosk7760_devices)); |
184 | } | 184 | } |
185 | __initcall(init_edosk7760_devices); | 185 | device_initcall(init_edosk7760_devices); |
186 | 186 | ||
187 | /* | 187 | /* |
188 | * The Machine Vector | 188 | * The Machine Vector |
diff --git a/arch/sh/boards/board-espt.c b/arch/sh/boards/board-espt.c index d5ce5e18eb37..9da92ac36533 100644 --- a/arch/sh/boards/board-espt.c +++ b/arch/sh/boards/board-espt.c | |||
@@ -66,6 +66,11 @@ static struct resource sh_eth_resources[] = { | |||
66 | .end = 0xFEE00F7C - 1, | 66 | .end = 0xFEE00F7C - 1, |
67 | .flags = IORESOURCE_MEM, | 67 | .flags = IORESOURCE_MEM, |
68 | }, { | 68 | }, { |
69 | .start = 0xFEE01800, /* TSU */ | ||
70 | .end = 0xFEE01FFF, | ||
71 | .flags = IORESOURCE_MEM, | ||
72 | }, { | ||
73 | |||
69 | .start = 57, /* irq number */ | 74 | .start = 57, /* irq number */ |
70 | .flags = IORESOURCE_IRQ, | 75 | .flags = IORESOURCE_IRQ, |
71 | }, | 76 | }, |
@@ -74,6 +79,8 @@ static struct resource sh_eth_resources[] = { | |||
74 | static struct sh_eth_plat_data sh7763_eth_pdata = { | 79 | static struct sh_eth_plat_data sh7763_eth_pdata = { |
75 | .phy = 0, | 80 | .phy = 0, |
76 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | 81 | .edmac_endian = EDMAC_LITTLE_ENDIAN, |
82 | .register_type = SH_ETH_REG_GIGABIT, | ||
83 | .phy_interface = PHY_INTERFACE_MODE_MII, | ||
77 | }; | 84 | }; |
78 | 85 | ||
79 | static struct platform_device espt_eth_device = { | 86 | static struct platform_device espt_eth_device = { |
diff --git a/arch/sh/boards/board-magicpanelr2.c b/arch/sh/boards/board-magicpanelr2.c index efba450a0518..93f5039099b7 100644 --- a/arch/sh/boards/board-magicpanelr2.c +++ b/arch/sh/boards/board-magicpanelr2.c | |||
@@ -388,12 +388,12 @@ static void __init init_mpr2_IRQ(void) | |||
388 | { | 388 | { |
389 | plat_irq_setup_pins(IRQ_MODE_IRQ); /* install handlers for IRQ0-5 */ | 389 | plat_irq_setup_pins(IRQ_MODE_IRQ); /* install handlers for IRQ0-5 */ |
390 | 390 | ||
391 | set_irq_type(32, IRQ_TYPE_LEVEL_LOW); /* IRQ0 CAN1 */ | 391 | irq_set_irq_type(32, IRQ_TYPE_LEVEL_LOW); /* IRQ0 CAN1 */ |
392 | set_irq_type(33, IRQ_TYPE_LEVEL_LOW); /* IRQ1 CAN2 */ | 392 | irq_set_irq_type(33, IRQ_TYPE_LEVEL_LOW); /* IRQ1 CAN2 */ |
393 | set_irq_type(34, IRQ_TYPE_LEVEL_LOW); /* IRQ2 CAN3 */ | 393 | irq_set_irq_type(34, IRQ_TYPE_LEVEL_LOW); /* IRQ2 CAN3 */ |
394 | set_irq_type(35, IRQ_TYPE_LEVEL_LOW); /* IRQ3 SMSC9115 */ | 394 | irq_set_irq_type(35, IRQ_TYPE_LEVEL_LOW); /* IRQ3 SMSC9115 */ |
395 | set_irq_type(36, IRQ_TYPE_EDGE_RISING); /* IRQ4 touchscreen */ | 395 | irq_set_irq_type(36, IRQ_TYPE_EDGE_RISING); /* IRQ4 touchscreen */ |
396 | set_irq_type(37, IRQ_TYPE_EDGE_FALLING); /* IRQ5 touchscreen */ | 396 | irq_set_irq_type(37, IRQ_TYPE_EDGE_FALLING); /* IRQ5 touchscreen */ |
397 | 397 | ||
398 | intc_set_priority(32, 13); /* IRQ0 CAN1 */ | 398 | intc_set_priority(32, 13); /* IRQ0 CAN1 */ |
399 | intc_set_priority(33, 13); /* IRQ0 CAN2 */ | 399 | intc_set_priority(33, 13); /* IRQ0 CAN2 */ |
diff --git a/arch/sh/boards/mach-snapgear/setup.c b/arch/sh/boards/board-secureedge5410.c index 331745dee379..f968f17891a4 100644 --- a/arch/sh/boards/mach-snapgear/setup.c +++ b/arch/sh/boards/board-secureedge5410.c | |||
@@ -1,6 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/sh/boards/snapgear/setup.c | ||
3 | * | ||
4 | * Copyright (C) 2002 David McCullough <davidm@snapgear.com> | 2 | * Copyright (C) 2002 David McCullough <davidm@snapgear.com> |
5 | * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> | 3 | * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> |
6 | * | 4 | * |
@@ -19,19 +17,18 @@ | |||
19 | #include <linux/module.h> | 17 | #include <linux/module.h> |
20 | #include <linux/sched.h> | 18 | #include <linux/sched.h> |
21 | #include <asm/machvec.h> | 19 | #include <asm/machvec.h> |
22 | #include <mach/snapgear.h> | 20 | #include <mach/secureedge5410.h> |
23 | #include <asm/irq.h> | 21 | #include <asm/irq.h> |
24 | #include <asm/io.h> | 22 | #include <asm/io.h> |
25 | #include <cpu/timer.h> | 23 | #include <cpu/timer.h> |
26 | 24 | ||
25 | unsigned short secureedge5410_ioport; | ||
26 | |||
27 | /* | 27 | /* |
28 | * EraseConfig handling functions | 28 | * EraseConfig handling functions |
29 | */ | 29 | */ |
30 | |||
31 | static irqreturn_t eraseconfig_interrupt(int irq, void *dev_id) | 30 | static irqreturn_t eraseconfig_interrupt(int irq, void *dev_id) |
32 | { | 31 | { |
33 | (void)__raw_readb(0xb8000000); /* dummy read */ | ||
34 | |||
35 | printk("SnapGear: erase switch interrupt!\n"); | 32 | printk("SnapGear: erase switch interrupt!\n"); |
36 | 33 | ||
37 | return IRQ_HANDLED; | 34 | return IRQ_HANDLED; |
@@ -39,21 +36,22 @@ static irqreturn_t eraseconfig_interrupt(int irq, void *dev_id) | |||
39 | 36 | ||
40 | static int __init eraseconfig_init(void) | 37 | static int __init eraseconfig_init(void) |
41 | { | 38 | { |
39 | unsigned int irq = evt2irq(0x240); | ||
40 | |||
42 | printk("SnapGear: EraseConfig init\n"); | 41 | printk("SnapGear: EraseConfig init\n"); |
42 | |||
43 | /* Setup "EraseConfig" switch on external IRQ 0 */ | 43 | /* Setup "EraseConfig" switch on external IRQ 0 */ |
44 | if (request_irq(IRL0_IRQ, eraseconfig_interrupt, IRQF_DISABLED, | 44 | if (request_irq(irq, eraseconfig_interrupt, IRQF_DISABLED, |
45 | "Erase Config", NULL)) | 45 | "Erase Config", NULL)) |
46 | printk("SnapGear: failed to register IRQ%d for Reset witch\n", | 46 | printk("SnapGear: failed to register IRQ%d for Reset witch\n", |
47 | IRL0_IRQ); | 47 | irq); |
48 | else | 48 | else |
49 | printk("SnapGear: registered EraseConfig switch on IRQ%d\n", | 49 | printk("SnapGear: registered EraseConfig switch on IRQ%d\n", |
50 | IRL0_IRQ); | 50 | irq); |
51 | return(0); | 51 | return 0; |
52 | } | 52 | } |
53 | |||
54 | module_init(eraseconfig_init); | 53 | module_init(eraseconfig_init); |
55 | 54 | ||
56 | /****************************************************************************/ | ||
57 | /* | 55 | /* |
58 | * Initialize IRQ setting | 56 | * Initialize IRQ setting |
59 | * | 57 | * |
@@ -62,7 +60,6 @@ module_init(eraseconfig_init); | |||
62 | * IRL2 = eth1 | 60 | * IRL2 = eth1 |
63 | * IRL3 = crypto | 61 | * IRL3 = crypto |
64 | */ | 62 | */ |
65 | |||
66 | static void __init init_snapgear_IRQ(void) | 63 | static void __init init_snapgear_IRQ(void) |
67 | { | 64 | { |
68 | printk("Setup SnapGear IRQ/IPR ...\n"); | 65 | printk("Setup SnapGear IRQ/IPR ...\n"); |
@@ -76,20 +73,5 @@ static void __init init_snapgear_IRQ(void) | |||
76 | static struct sh_machine_vector mv_snapgear __initmv = { | 73 | static struct sh_machine_vector mv_snapgear __initmv = { |
77 | .mv_name = "SnapGear SecureEdge5410", | 74 | .mv_name = "SnapGear SecureEdge5410", |
78 | .mv_nr_irqs = 72, | 75 | .mv_nr_irqs = 72, |
79 | |||
80 | .mv_inb = snapgear_inb, | ||
81 | .mv_inw = snapgear_inw, | ||
82 | .mv_inl = snapgear_inl, | ||
83 | .mv_outb = snapgear_outb, | ||
84 | .mv_outw = snapgear_outw, | ||
85 | .mv_outl = snapgear_outl, | ||
86 | |||
87 | .mv_inb_p = snapgear_inb_p, | ||
88 | .mv_inw_p = snapgear_inw, | ||
89 | .mv_inl_p = snapgear_inl, | ||
90 | .mv_outb_p = snapgear_outb_p, | ||
91 | .mv_outw_p = snapgear_outw, | ||
92 | .mv_outl_p = snapgear_outl, | ||
93 | |||
94 | .mv_init_irq = init_snapgear_IRQ, | 76 | .mv_init_irq = init_snapgear_IRQ, |
95 | }; | 77 | }; |
diff --git a/arch/sh/boards/board-sh2007.c b/arch/sh/boards/board-sh2007.c new file mode 100644 index 000000000000..b90b78f6a829 --- /dev/null +++ b/arch/sh/boards/board-sh2007.c | |||
@@ -0,0 +1,133 @@ | |||
1 | /* | ||
2 | * SH-2007 board support. | ||
3 | * | ||
4 | * Copyright (C) 2003, 2004 SUGIOKA Toshinobu | ||
5 | * Copyright (C) 2010 Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp> | ||
6 | */ | ||
7 | #include <linux/init.h> | ||
8 | #include <linux/irq.h> | ||
9 | #include <linux/smsc911x.h> | ||
10 | #include <linux/platform_device.h> | ||
11 | #include <linux/ata_platform.h> | ||
12 | #include <linux/io.h> | ||
13 | #include <asm/machvec.h> | ||
14 | #include <mach/sh2007.h> | ||
15 | |||
16 | struct smsc911x_platform_config smc911x_info = { | ||
17 | .flags = SMSC911X_USE_32BIT, | ||
18 | .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, | ||
19 | .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL, | ||
20 | }; | ||
21 | |||
22 | static struct resource smsc9118_0_resources[] = { | ||
23 | [0] = { | ||
24 | .start = SMC0_BASE, | ||
25 | .end = SMC0_BASE + 0xff, | ||
26 | .flags = IORESOURCE_MEM, | ||
27 | }, | ||
28 | [1] = { | ||
29 | .start = evt2irq(0x240), | ||
30 | .end = evt2irq(0x240), | ||
31 | .flags = IORESOURCE_IRQ, | ||
32 | } | ||
33 | }; | ||
34 | |||
35 | static struct resource smsc9118_1_resources[] = { | ||
36 | [0] = { | ||
37 | .start = SMC1_BASE, | ||
38 | .end = SMC1_BASE + 0xff, | ||
39 | .flags = IORESOURCE_MEM, | ||
40 | }, | ||
41 | [1] = { | ||
42 | .start = evt2irq(0x280), | ||
43 | .end = evt2irq(0x280), | ||
44 | .flags = IORESOURCE_IRQ, | ||
45 | } | ||
46 | }; | ||
47 | |||
48 | static struct platform_device smsc9118_0_device = { | ||
49 | .name = "smsc911x", | ||
50 | .id = 0, | ||
51 | .num_resources = ARRAY_SIZE(smsc9118_0_resources), | ||
52 | .resource = smsc9118_0_resources, | ||
53 | .dev = { | ||
54 | .platform_data = &smc911x_info, | ||
55 | }, | ||
56 | }; | ||
57 | |||
58 | static struct platform_device smsc9118_1_device = { | ||
59 | .name = "smsc911x", | ||
60 | .id = 1, | ||
61 | .num_resources = ARRAY_SIZE(smsc9118_1_resources), | ||
62 | .resource = smsc9118_1_resources, | ||
63 | .dev = { | ||
64 | .platform_data = &smc911x_info, | ||
65 | }, | ||
66 | }; | ||
67 | |||
68 | static struct resource cf_resources[] = { | ||
69 | [0] = { | ||
70 | .start = CF_BASE + CF_OFFSET, | ||
71 | .end = CF_BASE + CF_OFFSET + 0x0f, | ||
72 | .flags = IORESOURCE_MEM, | ||
73 | }, | ||
74 | [1] = { | ||
75 | .start = CF_BASE + CF_OFFSET + 0x206, | ||
76 | .end = CF_BASE + CF_OFFSET + 0x20f, | ||
77 | .flags = IORESOURCE_MEM, | ||
78 | }, | ||
79 | [2] = { | ||
80 | .start = evt2irq(0x2c0), | ||
81 | .end = evt2irq(0x2c0), | ||
82 | .flags = IORESOURCE_IRQ, | ||
83 | }, | ||
84 | }; | ||
85 | |||
86 | static struct platform_device cf_device = { | ||
87 | .name = "pata_platform", | ||
88 | .id = 0, | ||
89 | .num_resources = ARRAY_SIZE(cf_resources), | ||
90 | .resource = cf_resources, | ||
91 | }; | ||
92 | |||
93 | static struct platform_device *sh2007_devices[] __initdata = { | ||
94 | &smsc9118_0_device, | ||
95 | &smsc9118_1_device, | ||
96 | &cf_device, | ||
97 | }; | ||
98 | |||
99 | static int __init sh2007_io_init(void) | ||
100 | { | ||
101 | platform_add_devices(sh2007_devices, ARRAY_SIZE(sh2007_devices)); | ||
102 | return 0; | ||
103 | } | ||
104 | subsys_initcall(sh2007_io_init); | ||
105 | |||
106 | static void __init sh2007_init_irq(void) | ||
107 | { | ||
108 | plat_irq_setup_pins(IRQ_MODE_IRQ); | ||
109 | } | ||
110 | |||
111 | /* | ||
112 | * Initialize the board | ||
113 | */ | ||
114 | static void __init sh2007_setup(char **cmdline_p) | ||
115 | { | ||
116 | printk(KERN_INFO "SH-2007 Setup..."); | ||
117 | |||
118 | /* setup wait control registers for area 5 */ | ||
119 | __raw_writel(CS5BCR_D, CS5BCR); | ||
120 | __raw_writel(CS5WCR_D, CS5WCR); | ||
121 | __raw_writel(CS5PCR_D, CS5PCR); | ||
122 | |||
123 | printk(KERN_INFO " done.\n"); | ||
124 | } | ||
125 | |||
126 | /* | ||
127 | * The Machine Vector | ||
128 | */ | ||
129 | struct sh_machine_vector mv_sh2007 __initmv = { | ||
130 | .mv_setup = sh2007_setup, | ||
131 | .mv_name = "sh2007", | ||
132 | .mv_init_irq = sh2007_init_irq, | ||
133 | }; | ||
diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c new file mode 100644 index 000000000000..fa2a208ec6cb --- /dev/null +++ b/arch/sh/boards/board-sh7757lcr.c | |||
@@ -0,0 +1,559 @@ | |||
1 | /* | ||
2 | * Renesas R0P7757LC0012RL Support. | ||
3 | * | ||
4 | * Copyright (C) 2009 - 2010 Renesas Solutions Corp. | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | |||
11 | #include <linux/init.h> | ||
12 | #include <linux/platform_device.h> | ||
13 | #include <linux/gpio.h> | ||
14 | #include <linux/irq.h> | ||
15 | #include <linux/spi/spi.h> | ||
16 | #include <linux/spi/flash.h> | ||
17 | #include <linux/io.h> | ||
18 | #include <linux/mmc/host.h> | ||
19 | #include <linux/mmc/sh_mmcif.h> | ||
20 | #include <linux/mmc/sh_mobile_sdhi.h> | ||
21 | #include <cpu/sh7757.h> | ||
22 | #include <asm/sh_eth.h> | ||
23 | #include <asm/heartbeat.h> | ||
24 | |||
25 | static struct resource heartbeat_resource = { | ||
26 | .start = 0xffec005c, /* PUDR */ | ||
27 | .end = 0xffec005c, | ||
28 | .flags = IORESOURCE_MEM | IORESOURCE_MEM_8BIT, | ||
29 | }; | ||
30 | |||
31 | static unsigned char heartbeat_bit_pos[] = { 0, 1, 2, 3 }; | ||
32 | |||
33 | static struct heartbeat_data heartbeat_data = { | ||
34 | .bit_pos = heartbeat_bit_pos, | ||
35 | .nr_bits = ARRAY_SIZE(heartbeat_bit_pos), | ||
36 | .flags = HEARTBEAT_INVERTED, | ||
37 | }; | ||
38 | |||
39 | static struct platform_device heartbeat_device = { | ||
40 | .name = "heartbeat", | ||
41 | .id = -1, | ||
42 | .dev = { | ||
43 | .platform_data = &heartbeat_data, | ||
44 | }, | ||
45 | .num_resources = 1, | ||
46 | .resource = &heartbeat_resource, | ||
47 | }; | ||
48 | |||
49 | /* Fast Ethernet */ | ||
50 | #define GBECONT 0xffc10100 | ||
51 | #define GBECONT_RMII1 BIT(17) | ||
52 | #define GBECONT_RMII0 BIT(16) | ||
53 | static void sh7757_eth_set_mdio_gate(unsigned long addr) | ||
54 | { | ||
55 | if ((addr & 0x00000fff) < 0x0800) | ||
56 | writel(readl(GBECONT) | GBECONT_RMII0, GBECONT); | ||
57 | else | ||
58 | writel(readl(GBECONT) | GBECONT_RMII1, GBECONT); | ||
59 | } | ||
60 | |||
61 | static struct resource sh_eth0_resources[] = { | ||
62 | { | ||
63 | .start = 0xfef00000, | ||
64 | .end = 0xfef001ff, | ||
65 | .flags = IORESOURCE_MEM, | ||
66 | }, { | ||
67 | .start = 84, | ||
68 | .end = 84, | ||
69 | .flags = IORESOURCE_IRQ, | ||
70 | }, | ||
71 | }; | ||
72 | |||
73 | static struct sh_eth_plat_data sh7757_eth0_pdata = { | ||
74 | .phy = 1, | ||
75 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | ||
76 | .register_type = SH_ETH_REG_FAST_SH4, | ||
77 | .set_mdio_gate = sh7757_eth_set_mdio_gate, | ||
78 | }; | ||
79 | |||
80 | static struct platform_device sh7757_eth0_device = { | ||
81 | .name = "sh-eth", | ||
82 | .resource = sh_eth0_resources, | ||
83 | .id = 0, | ||
84 | .num_resources = ARRAY_SIZE(sh_eth0_resources), | ||
85 | .dev = { | ||
86 | .platform_data = &sh7757_eth0_pdata, | ||
87 | }, | ||
88 | }; | ||
89 | |||
90 | static struct resource sh_eth1_resources[] = { | ||
91 | { | ||
92 | .start = 0xfef00800, | ||
93 | .end = 0xfef009ff, | ||
94 | .flags = IORESOURCE_MEM, | ||
95 | }, { | ||
96 | .start = 84, | ||
97 | .end = 84, | ||
98 | .flags = IORESOURCE_IRQ, | ||
99 | }, | ||
100 | }; | ||
101 | |||
102 | static struct sh_eth_plat_data sh7757_eth1_pdata = { | ||
103 | .phy = 1, | ||
104 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | ||
105 | .register_type = SH_ETH_REG_FAST_SH4, | ||
106 | .set_mdio_gate = sh7757_eth_set_mdio_gate, | ||
107 | }; | ||
108 | |||
109 | static struct platform_device sh7757_eth1_device = { | ||
110 | .name = "sh-eth", | ||
111 | .resource = sh_eth1_resources, | ||
112 | .id = 1, | ||
113 | .num_resources = ARRAY_SIZE(sh_eth1_resources), | ||
114 | .dev = { | ||
115 | .platform_data = &sh7757_eth1_pdata, | ||
116 | }, | ||
117 | }; | ||
118 | |||
119 | static void sh7757_eth_giga_set_mdio_gate(unsigned long addr) | ||
120 | { | ||
121 | if ((addr & 0x00000fff) < 0x0800) { | ||
122 | gpio_set_value(GPIO_PTT4, 1); | ||
123 | writel(readl(GBECONT) & ~GBECONT_RMII0, GBECONT); | ||
124 | } else { | ||
125 | gpio_set_value(GPIO_PTT4, 0); | ||
126 | writel(readl(GBECONT) & ~GBECONT_RMII1, GBECONT); | ||
127 | } | ||
128 | } | ||
129 | |||
130 | static struct resource sh_eth_giga0_resources[] = { | ||
131 | { | ||
132 | .start = 0xfee00000, | ||
133 | .end = 0xfee007ff, | ||
134 | .flags = IORESOURCE_MEM, | ||
135 | }, { | ||
136 | /* TSU */ | ||
137 | .start = 0xfee01800, | ||
138 | .end = 0xfee01fff, | ||
139 | .flags = IORESOURCE_MEM, | ||
140 | }, { | ||
141 | .start = 315, | ||
142 | .end = 315, | ||
143 | .flags = IORESOURCE_IRQ, | ||
144 | }, | ||
145 | }; | ||
146 | |||
147 | static struct sh_eth_plat_data sh7757_eth_giga0_pdata = { | ||
148 | .phy = 18, | ||
149 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | ||
150 | .register_type = SH_ETH_REG_GIGABIT, | ||
151 | .set_mdio_gate = sh7757_eth_giga_set_mdio_gate, | ||
152 | .phy_interface = PHY_INTERFACE_MODE_RGMII_ID, | ||
153 | }; | ||
154 | |||
155 | static struct platform_device sh7757_eth_giga0_device = { | ||
156 | .name = "sh-eth", | ||
157 | .resource = sh_eth_giga0_resources, | ||
158 | .id = 2, | ||
159 | .num_resources = ARRAY_SIZE(sh_eth_giga0_resources), | ||
160 | .dev = { | ||
161 | .platform_data = &sh7757_eth_giga0_pdata, | ||
162 | }, | ||
163 | }; | ||
164 | |||
165 | static struct resource sh_eth_giga1_resources[] = { | ||
166 | { | ||
167 | .start = 0xfee00800, | ||
168 | .end = 0xfee00fff, | ||
169 | .flags = IORESOURCE_MEM, | ||
170 | }, { | ||
171 | .start = 316, | ||
172 | .end = 316, | ||
173 | .flags = IORESOURCE_IRQ, | ||
174 | }, | ||
175 | }; | ||
176 | |||
177 | static struct sh_eth_plat_data sh7757_eth_giga1_pdata = { | ||
178 | .phy = 19, | ||
179 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | ||
180 | .register_type = SH_ETH_REG_GIGABIT, | ||
181 | .set_mdio_gate = sh7757_eth_giga_set_mdio_gate, | ||
182 | .phy_interface = PHY_INTERFACE_MODE_RGMII_ID, | ||
183 | }; | ||
184 | |||
185 | static struct platform_device sh7757_eth_giga1_device = { | ||
186 | .name = "sh-eth", | ||
187 | .resource = sh_eth_giga1_resources, | ||
188 | .id = 3, | ||
189 | .num_resources = ARRAY_SIZE(sh_eth_giga1_resources), | ||
190 | .dev = { | ||
191 | .platform_data = &sh7757_eth_giga1_pdata, | ||
192 | }, | ||
193 | }; | ||
194 | |||
195 | /* SH_MMCIF */ | ||
196 | static struct resource sh_mmcif_resources[] = { | ||
197 | [0] = { | ||
198 | .start = 0xffcb0000, | ||
199 | .end = 0xffcb00ff, | ||
200 | .flags = IORESOURCE_MEM, | ||
201 | }, | ||
202 | [1] = { | ||
203 | .start = 211, | ||
204 | .flags = IORESOURCE_IRQ, | ||
205 | }, | ||
206 | [2] = { | ||
207 | .start = 212, | ||
208 | .flags = IORESOURCE_IRQ, | ||
209 | }, | ||
210 | }; | ||
211 | |||
212 | static struct sh_mmcif_dma sh7757lcr_mmcif_dma = { | ||
213 | .chan_priv_tx = SHDMA_SLAVE_MMCIF_TX, | ||
214 | .chan_priv_rx = SHDMA_SLAVE_MMCIF_RX, | ||
215 | }; | ||
216 | |||
217 | static struct sh_mmcif_plat_data sh_mmcif_plat = { | ||
218 | .dma = &sh7757lcr_mmcif_dma, | ||
219 | .sup_pclk = 0x0f, | ||
220 | .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA, | ||
221 | .ocr = MMC_VDD_32_33 | MMC_VDD_33_34, | ||
222 | }; | ||
223 | |||
224 | static struct platform_device sh_mmcif_device = { | ||
225 | .name = "sh_mmcif", | ||
226 | .id = 0, | ||
227 | .dev = { | ||
228 | .platform_data = &sh_mmcif_plat, | ||
229 | }, | ||
230 | .num_resources = ARRAY_SIZE(sh_mmcif_resources), | ||
231 | .resource = sh_mmcif_resources, | ||
232 | }; | ||
233 | |||
234 | /* SDHI0 */ | ||
235 | static struct sh_mobile_sdhi_info sdhi_info = { | ||
236 | .dma_slave_tx = SHDMA_SLAVE_SDHI_TX, | ||
237 | .dma_slave_rx = SHDMA_SLAVE_SDHI_RX, | ||
238 | .tmio_caps = MMC_CAP_SD_HIGHSPEED, | ||
239 | }; | ||
240 | |||
241 | static struct resource sdhi_resources[] = { | ||
242 | [0] = { | ||
243 | .start = 0xffe50000, | ||
244 | .end = 0xffe501ff, | ||
245 | .flags = IORESOURCE_MEM, | ||
246 | }, | ||
247 | [1] = { | ||
248 | .start = 20, | ||
249 | .flags = IORESOURCE_IRQ, | ||
250 | }, | ||
251 | }; | ||
252 | |||
253 | static struct platform_device sdhi_device = { | ||
254 | .name = "sh_mobile_sdhi", | ||
255 | .num_resources = ARRAY_SIZE(sdhi_resources), | ||
256 | .resource = sdhi_resources, | ||
257 | .id = 0, | ||
258 | .dev = { | ||
259 | .platform_data = &sdhi_info, | ||
260 | }, | ||
261 | }; | ||
262 | |||
263 | static struct platform_device *sh7757lcr_devices[] __initdata = { | ||
264 | &heartbeat_device, | ||
265 | &sh7757_eth0_device, | ||
266 | &sh7757_eth1_device, | ||
267 | &sh7757_eth_giga0_device, | ||
268 | &sh7757_eth_giga1_device, | ||
269 | &sh_mmcif_device, | ||
270 | &sdhi_device, | ||
271 | }; | ||
272 | |||
273 | static struct flash_platform_data spi_flash_data = { | ||
274 | .name = "m25p80", | ||
275 | .type = "m25px64", | ||
276 | }; | ||
277 | |||
278 | static struct spi_board_info spi_board_info[] = { | ||
279 | { | ||
280 | .modalias = "m25p80", | ||
281 | .max_speed_hz = 25000000, | ||
282 | .bus_num = 0, | ||
283 | .chip_select = 1, | ||
284 | .platform_data = &spi_flash_data, | ||
285 | }, | ||
286 | }; | ||
287 | |||
288 | static int __init sh7757lcr_devices_setup(void) | ||
289 | { | ||
290 | /* RGMII (PTA) */ | ||
291 | gpio_request(GPIO_FN_ET0_MDC, NULL); | ||
292 | gpio_request(GPIO_FN_ET0_MDIO, NULL); | ||
293 | gpio_request(GPIO_FN_ET1_MDC, NULL); | ||
294 | gpio_request(GPIO_FN_ET1_MDIO, NULL); | ||
295 | |||
296 | /* ONFI (PTB, PTZ) */ | ||
297 | gpio_request(GPIO_FN_ON_NRE, NULL); | ||
298 | gpio_request(GPIO_FN_ON_NWE, NULL); | ||
299 | gpio_request(GPIO_FN_ON_NWP, NULL); | ||
300 | gpio_request(GPIO_FN_ON_NCE0, NULL); | ||
301 | gpio_request(GPIO_FN_ON_R_B0, NULL); | ||
302 | gpio_request(GPIO_FN_ON_ALE, NULL); | ||
303 | gpio_request(GPIO_FN_ON_CLE, NULL); | ||
304 | |||
305 | gpio_request(GPIO_FN_ON_DQ7, NULL); | ||
306 | gpio_request(GPIO_FN_ON_DQ6, NULL); | ||
307 | gpio_request(GPIO_FN_ON_DQ5, NULL); | ||
308 | gpio_request(GPIO_FN_ON_DQ4, NULL); | ||
309 | gpio_request(GPIO_FN_ON_DQ3, NULL); | ||
310 | gpio_request(GPIO_FN_ON_DQ2, NULL); | ||
311 | gpio_request(GPIO_FN_ON_DQ1, NULL); | ||
312 | gpio_request(GPIO_FN_ON_DQ0, NULL); | ||
313 | |||
314 | /* IRQ8 to 0 (PTB, PTC) */ | ||
315 | gpio_request(GPIO_FN_IRQ8, NULL); | ||
316 | gpio_request(GPIO_FN_IRQ7, NULL); | ||
317 | gpio_request(GPIO_FN_IRQ6, NULL); | ||
318 | gpio_request(GPIO_FN_IRQ5, NULL); | ||
319 | gpio_request(GPIO_FN_IRQ4, NULL); | ||
320 | gpio_request(GPIO_FN_IRQ3, NULL); | ||
321 | gpio_request(GPIO_FN_IRQ2, NULL); | ||
322 | gpio_request(GPIO_FN_IRQ1, NULL); | ||
323 | gpio_request(GPIO_FN_IRQ0, NULL); | ||
324 | |||
325 | /* SPI0 (PTD) */ | ||
326 | gpio_request(GPIO_FN_SP0_MOSI, NULL); | ||
327 | gpio_request(GPIO_FN_SP0_MISO, NULL); | ||
328 | gpio_request(GPIO_FN_SP0_SCK, NULL); | ||
329 | gpio_request(GPIO_FN_SP0_SCK_FB, NULL); | ||
330 | gpio_request(GPIO_FN_SP0_SS0, NULL); | ||
331 | gpio_request(GPIO_FN_SP0_SS1, NULL); | ||
332 | gpio_request(GPIO_FN_SP0_SS2, NULL); | ||
333 | gpio_request(GPIO_FN_SP0_SS3, NULL); | ||
334 | |||
335 | /* RMII 0/1 (PTE, PTF) */ | ||
336 | gpio_request(GPIO_FN_RMII0_CRS_DV, NULL); | ||
337 | gpio_request(GPIO_FN_RMII0_TXD1, NULL); | ||
338 | gpio_request(GPIO_FN_RMII0_TXD0, NULL); | ||
339 | gpio_request(GPIO_FN_RMII0_TXEN, NULL); | ||
340 | gpio_request(GPIO_FN_RMII0_REFCLK, NULL); | ||
341 | gpio_request(GPIO_FN_RMII0_RXD1, NULL); | ||
342 | gpio_request(GPIO_FN_RMII0_RXD0, NULL); | ||
343 | gpio_request(GPIO_FN_RMII0_RX_ER, NULL); | ||
344 | gpio_request(GPIO_FN_RMII1_CRS_DV, NULL); | ||
345 | gpio_request(GPIO_FN_RMII1_TXD1, NULL); | ||
346 | gpio_request(GPIO_FN_RMII1_TXD0, NULL); | ||
347 | gpio_request(GPIO_FN_RMII1_TXEN, NULL); | ||
348 | gpio_request(GPIO_FN_RMII1_REFCLK, NULL); | ||
349 | gpio_request(GPIO_FN_RMII1_RXD1, NULL); | ||
350 | gpio_request(GPIO_FN_RMII1_RXD0, NULL); | ||
351 | gpio_request(GPIO_FN_RMII1_RX_ER, NULL); | ||
352 | |||
353 | /* eMMC (PTG) */ | ||
354 | gpio_request(GPIO_FN_MMCCLK, NULL); | ||
355 | gpio_request(GPIO_FN_MMCCMD, NULL); | ||
356 | gpio_request(GPIO_FN_MMCDAT7, NULL); | ||
357 | gpio_request(GPIO_FN_MMCDAT6, NULL); | ||
358 | gpio_request(GPIO_FN_MMCDAT5, NULL); | ||
359 | gpio_request(GPIO_FN_MMCDAT4, NULL); | ||
360 | gpio_request(GPIO_FN_MMCDAT3, NULL); | ||
361 | gpio_request(GPIO_FN_MMCDAT2, NULL); | ||
362 | gpio_request(GPIO_FN_MMCDAT1, NULL); | ||
363 | gpio_request(GPIO_FN_MMCDAT0, NULL); | ||
364 | |||
365 | /* LPC (PTG, PTH, PTQ, PTU) */ | ||
366 | gpio_request(GPIO_FN_SERIRQ, NULL); | ||
367 | gpio_request(GPIO_FN_LPCPD, NULL); | ||
368 | gpio_request(GPIO_FN_LDRQ, NULL); | ||
369 | gpio_request(GPIO_FN_WP, NULL); | ||
370 | gpio_request(GPIO_FN_FMS0, NULL); | ||
371 | gpio_request(GPIO_FN_LAD3, NULL); | ||
372 | gpio_request(GPIO_FN_LAD2, NULL); | ||
373 | gpio_request(GPIO_FN_LAD1, NULL); | ||
374 | gpio_request(GPIO_FN_LAD0, NULL); | ||
375 | gpio_request(GPIO_FN_LFRAME, NULL); | ||
376 | gpio_request(GPIO_FN_LRESET, NULL); | ||
377 | gpio_request(GPIO_FN_LCLK, NULL); | ||
378 | gpio_request(GPIO_FN_LGPIO7, NULL); | ||
379 | gpio_request(GPIO_FN_LGPIO6, NULL); | ||
380 | gpio_request(GPIO_FN_LGPIO5, NULL); | ||
381 | gpio_request(GPIO_FN_LGPIO4, NULL); | ||
382 | |||
383 | /* SPI1 (PTH) */ | ||
384 | gpio_request(GPIO_FN_SP1_MOSI, NULL); | ||
385 | gpio_request(GPIO_FN_SP1_MISO, NULL); | ||
386 | gpio_request(GPIO_FN_SP1_SCK, NULL); | ||
387 | gpio_request(GPIO_FN_SP1_SCK_FB, NULL); | ||
388 | gpio_request(GPIO_FN_SP1_SS0, NULL); | ||
389 | gpio_request(GPIO_FN_SP1_SS1, NULL); | ||
390 | |||
391 | /* SDHI (PTI) */ | ||
392 | gpio_request(GPIO_FN_SD_WP, NULL); | ||
393 | gpio_request(GPIO_FN_SD_CD, NULL); | ||
394 | gpio_request(GPIO_FN_SD_CLK, NULL); | ||
395 | gpio_request(GPIO_FN_SD_CMD, NULL); | ||
396 | gpio_request(GPIO_FN_SD_D3, NULL); | ||
397 | gpio_request(GPIO_FN_SD_D2, NULL); | ||
398 | gpio_request(GPIO_FN_SD_D1, NULL); | ||
399 | gpio_request(GPIO_FN_SD_D0, NULL); | ||
400 | |||
401 | /* SCIF3/4 (PTJ, PTW) */ | ||
402 | gpio_request(GPIO_FN_RTS3, NULL); | ||
403 | gpio_request(GPIO_FN_CTS3, NULL); | ||
404 | gpio_request(GPIO_FN_TXD3, NULL); | ||
405 | gpio_request(GPIO_FN_RXD3, NULL); | ||
406 | gpio_request(GPIO_FN_RTS4, NULL); | ||
407 | gpio_request(GPIO_FN_RXD4, NULL); | ||
408 | gpio_request(GPIO_FN_TXD4, NULL); | ||
409 | gpio_request(GPIO_FN_CTS4, NULL); | ||
410 | |||
411 | /* SERMUX (PTK, PTL, PTO, PTV) */ | ||
412 | gpio_request(GPIO_FN_COM2_TXD, NULL); | ||
413 | gpio_request(GPIO_FN_COM2_RXD, NULL); | ||
414 | gpio_request(GPIO_FN_COM2_RTS, NULL); | ||
415 | gpio_request(GPIO_FN_COM2_CTS, NULL); | ||
416 | gpio_request(GPIO_FN_COM2_DTR, NULL); | ||
417 | gpio_request(GPIO_FN_COM2_DSR, NULL); | ||
418 | gpio_request(GPIO_FN_COM2_DCD, NULL); | ||
419 | gpio_request(GPIO_FN_COM2_RI, NULL); | ||
420 | gpio_request(GPIO_FN_RAC_RXD, NULL); | ||
421 | gpio_request(GPIO_FN_RAC_RTS, NULL); | ||
422 | gpio_request(GPIO_FN_RAC_CTS, NULL); | ||
423 | gpio_request(GPIO_FN_RAC_DTR, NULL); | ||
424 | gpio_request(GPIO_FN_RAC_DSR, NULL); | ||
425 | gpio_request(GPIO_FN_RAC_DCD, NULL); | ||
426 | gpio_request(GPIO_FN_RAC_TXD, NULL); | ||
427 | gpio_request(GPIO_FN_COM1_TXD, NULL); | ||
428 | gpio_request(GPIO_FN_COM1_RXD, NULL); | ||
429 | gpio_request(GPIO_FN_COM1_RTS, NULL); | ||
430 | gpio_request(GPIO_FN_COM1_CTS, NULL); | ||
431 | |||
432 | writeb(0x10, 0xfe470000); /* SMR0: SerMux mode 0 */ | ||
433 | |||
434 | /* IIC (PTM, PTR, PTS) */ | ||
435 | gpio_request(GPIO_FN_SDA7, NULL); | ||
436 | gpio_request(GPIO_FN_SCL7, NULL); | ||
437 | gpio_request(GPIO_FN_SDA6, NULL); | ||
438 | gpio_request(GPIO_FN_SCL6, NULL); | ||
439 | gpio_request(GPIO_FN_SDA5, NULL); | ||
440 | gpio_request(GPIO_FN_SCL5, NULL); | ||
441 | gpio_request(GPIO_FN_SDA4, NULL); | ||
442 | gpio_request(GPIO_FN_SCL4, NULL); | ||
443 | gpio_request(GPIO_FN_SDA3, NULL); | ||
444 | gpio_request(GPIO_FN_SCL3, NULL); | ||
445 | gpio_request(GPIO_FN_SDA2, NULL); | ||
446 | gpio_request(GPIO_FN_SCL2, NULL); | ||
447 | gpio_request(GPIO_FN_SDA1, NULL); | ||
448 | gpio_request(GPIO_FN_SCL1, NULL); | ||
449 | gpio_request(GPIO_FN_SDA0, NULL); | ||
450 | gpio_request(GPIO_FN_SCL0, NULL); | ||
451 | |||
452 | /* USB (PTN) */ | ||
453 | gpio_request(GPIO_FN_VBUS_EN, NULL); | ||
454 | gpio_request(GPIO_FN_VBUS_OC, NULL); | ||
455 | |||
456 | /* SGPIO1/0 (PTN, PTO) */ | ||
457 | gpio_request(GPIO_FN_SGPIO1_CLK, NULL); | ||
458 | gpio_request(GPIO_FN_SGPIO1_LOAD, NULL); | ||
459 | gpio_request(GPIO_FN_SGPIO1_DI, NULL); | ||
460 | gpio_request(GPIO_FN_SGPIO1_DO, NULL); | ||
461 | gpio_request(GPIO_FN_SGPIO0_CLK, NULL); | ||
462 | gpio_request(GPIO_FN_SGPIO0_LOAD, NULL); | ||
463 | gpio_request(GPIO_FN_SGPIO0_DI, NULL); | ||
464 | gpio_request(GPIO_FN_SGPIO0_DO, NULL); | ||
465 | |||
466 | /* WDT (PTN) */ | ||
467 | gpio_request(GPIO_FN_SUB_CLKIN, NULL); | ||
468 | |||
469 | /* System (PTT) */ | ||
470 | gpio_request(GPIO_FN_STATUS1, NULL); | ||
471 | gpio_request(GPIO_FN_STATUS0, NULL); | ||
472 | |||
473 | /* PWMX (PTT) */ | ||
474 | gpio_request(GPIO_FN_PWMX1, NULL); | ||
475 | gpio_request(GPIO_FN_PWMX0, NULL); | ||
476 | |||
477 | /* R-SPI (PTV) */ | ||
478 | gpio_request(GPIO_FN_R_SPI_MOSI, NULL); | ||
479 | gpio_request(GPIO_FN_R_SPI_MISO, NULL); | ||
480 | gpio_request(GPIO_FN_R_SPI_RSPCK, NULL); | ||
481 | gpio_request(GPIO_FN_R_SPI_SSL0, NULL); | ||
482 | gpio_request(GPIO_FN_R_SPI_SSL1, NULL); | ||
483 | |||
484 | /* EVC (PTV, PTW) */ | ||
485 | gpio_request(GPIO_FN_EVENT7, NULL); | ||
486 | gpio_request(GPIO_FN_EVENT6, NULL); | ||
487 | gpio_request(GPIO_FN_EVENT5, NULL); | ||
488 | gpio_request(GPIO_FN_EVENT4, NULL); | ||
489 | gpio_request(GPIO_FN_EVENT3, NULL); | ||
490 | gpio_request(GPIO_FN_EVENT2, NULL); | ||
491 | gpio_request(GPIO_FN_EVENT1, NULL); | ||
492 | gpio_request(GPIO_FN_EVENT0, NULL); | ||
493 | |||
494 | /* LED for heartbeat */ | ||
495 | gpio_request(GPIO_PTU3, NULL); | ||
496 | gpio_direction_output(GPIO_PTU3, 1); | ||
497 | gpio_request(GPIO_PTU2, NULL); | ||
498 | gpio_direction_output(GPIO_PTU2, 1); | ||
499 | gpio_request(GPIO_PTU1, NULL); | ||
500 | gpio_direction_output(GPIO_PTU1, 1); | ||
501 | gpio_request(GPIO_PTU0, NULL); | ||
502 | gpio_direction_output(GPIO_PTU0, 1); | ||
503 | |||
504 | /* control for MDIO of Gigabit Ethernet */ | ||
505 | gpio_request(GPIO_PTT4, NULL); | ||
506 | gpio_direction_output(GPIO_PTT4, 1); | ||
507 | |||
508 | /* control for eMMC */ | ||
509 | gpio_request(GPIO_PTT7, NULL); /* eMMC_RST# */ | ||
510 | gpio_direction_output(GPIO_PTT7, 0); | ||
511 | gpio_request(GPIO_PTT6, NULL); /* eMMC_INDEX# */ | ||
512 | gpio_direction_output(GPIO_PTT6, 0); | ||
513 | gpio_request(GPIO_PTT5, NULL); /* eMMC_PRST# */ | ||
514 | gpio_direction_output(GPIO_PTT5, 1); | ||
515 | |||
516 | /* register SPI device information */ | ||
517 | spi_register_board_info(spi_board_info, | ||
518 | ARRAY_SIZE(spi_board_info)); | ||
519 | |||
520 | /* General platform */ | ||
521 | return platform_add_devices(sh7757lcr_devices, | ||
522 | ARRAY_SIZE(sh7757lcr_devices)); | ||
523 | } | ||
524 | arch_initcall(sh7757lcr_devices_setup); | ||
525 | |||
526 | /* Initialize IRQ setting */ | ||
527 | void __init init_sh7757lcr_IRQ(void) | ||
528 | { | ||
529 | plat_irq_setup_pins(IRQ_MODE_IRQ7654); | ||
530 | plat_irq_setup_pins(IRQ_MODE_IRQ3210); | ||
531 | } | ||
532 | |||
533 | /* Initialize the board */ | ||
534 | static void __init sh7757lcr_setup(char **cmdline_p) | ||
535 | { | ||
536 | printk(KERN_INFO "Renesas R0P7757LC0012RL support.\n"); | ||
537 | } | ||
538 | |||
539 | static int sh7757lcr_mode_pins(void) | ||
540 | { | ||
541 | int value = 0; | ||
542 | |||
543 | /* These are the factory default settings of S3 (Low active). | ||
544 | * If you change these dip switches then you will need to | ||
545 | * adjust the values below as well. | ||
546 | */ | ||
547 | value |= MODE_PIN0; /* Clock Mode: 1 */ | ||
548 | |||
549 | return value; | ||
550 | } | ||
551 | |||
552 | /* The Machine Vector */ | ||
553 | static struct sh_machine_vector mv_sh7757lcr __initmv = { | ||
554 | .mv_name = "SH7757LCR", | ||
555 | .mv_setup = sh7757lcr_setup, | ||
556 | .mv_init_irq = init_sh7757lcr_IRQ, | ||
557 | .mv_mode_pins = sh7757lcr_mode_pins, | ||
558 | }; | ||
559 | |||
diff --git a/arch/sh/boards/board-sh7785lcr.c b/arch/sh/boards/board-sh7785lcr.c index fe7e686c94ac..ee65ff05c558 100644 --- a/arch/sh/boards/board-sh7785lcr.c +++ b/arch/sh/boards/board-sh7785lcr.c | |||
@@ -284,7 +284,7 @@ static int __init sh7785lcr_devices_setup(void) | |||
284 | return platform_add_devices(sh7785lcr_devices, | 284 | return platform_add_devices(sh7785lcr_devices, |
285 | ARRAY_SIZE(sh7785lcr_devices)); | 285 | ARRAY_SIZE(sh7785lcr_devices)); |
286 | } | 286 | } |
287 | __initcall(sh7785lcr_devices_setup); | 287 | device_initcall(sh7785lcr_devices_setup); |
288 | 288 | ||
289 | /* Initialize IRQ setting */ | 289 | /* Initialize IRQ setting */ |
290 | void __init init_sh7785lcr_IRQ(void) | 290 | void __init init_sh7785lcr_IRQ(void) |
diff --git a/arch/sh/boards/mach-ap325rxa/setup.c b/arch/sh/boards/mach-ap325rxa/setup.c index 3da116f47f01..969421f64a15 100644 --- a/arch/sh/boards/mach-ap325rxa/setup.c +++ b/arch/sh/boards/mach-ap325rxa/setup.c | |||
@@ -14,6 +14,8 @@ | |||
14 | #include <linux/device.h> | 14 | #include <linux/device.h> |
15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <linux/mmc/host.h> | ||
18 | #include <linux/mmc/sh_mobile_sdhi.h> | ||
17 | #include <linux/mtd/physmap.h> | 19 | #include <linux/mtd/physmap.h> |
18 | #include <linux/mtd/sh_flctl.h> | 20 | #include <linux/mtd/sh_flctl.h> |
19 | #include <linux/delay.h> | 21 | #include <linux/delay.h> |
@@ -154,28 +156,53 @@ static struct platform_device nand_flash_device = { | |||
154 | #define PORT_DRVCRA 0xA405018A | 156 | #define PORT_DRVCRA 0xA405018A |
155 | #define PORT_DRVCRB 0xA405018C | 157 | #define PORT_DRVCRB 0xA405018C |
156 | 158 | ||
159 | static int ap320_wvga_set_brightness(void *board_data, int brightness) | ||
160 | { | ||
161 | if (brightness) { | ||
162 | gpio_set_value(GPIO_PTS3, 0); | ||
163 | __raw_writew(0x100, FPGA_BKLREG); | ||
164 | } else { | ||
165 | __raw_writew(0, FPGA_BKLREG); | ||
166 | gpio_set_value(GPIO_PTS3, 1); | ||
167 | } | ||
168 | |||
169 | return 0; | ||
170 | } | ||
171 | |||
172 | static int ap320_wvga_get_brightness(void *board_data) | ||
173 | { | ||
174 | return gpio_get_value(GPIO_PTS3); | ||
175 | } | ||
176 | |||
157 | static void ap320_wvga_power_on(void *board_data, struct fb_info *info) | 177 | static void ap320_wvga_power_on(void *board_data, struct fb_info *info) |
158 | { | 178 | { |
159 | msleep(100); | 179 | msleep(100); |
160 | 180 | ||
161 | /* ASD AP-320/325 LCD ON */ | 181 | /* ASD AP-320/325 LCD ON */ |
162 | __raw_writew(FPGA_LCDREG_VAL, FPGA_LCDREG); | 182 | __raw_writew(FPGA_LCDREG_VAL, FPGA_LCDREG); |
163 | |||
164 | /* backlight */ | ||
165 | gpio_set_value(GPIO_PTS3, 0); | ||
166 | __raw_writew(0x100, FPGA_BKLREG); | ||
167 | } | 183 | } |
168 | 184 | ||
169 | static void ap320_wvga_power_off(void *board_data) | 185 | static void ap320_wvga_power_off(void *board_data) |
170 | { | 186 | { |
171 | /* backlight */ | ||
172 | __raw_writew(0, FPGA_BKLREG); | ||
173 | gpio_set_value(GPIO_PTS3, 1); | ||
174 | |||
175 | /* ASD AP-320/325 LCD OFF */ | 187 | /* ASD AP-320/325 LCD OFF */ |
176 | __raw_writew(0, FPGA_LCDREG); | 188 | __raw_writew(0, FPGA_LCDREG); |
177 | } | 189 | } |
178 | 190 | ||
191 | const static struct fb_videomode ap325rxa_lcdc_modes[] = { | ||
192 | { | ||
193 | .name = "LB070WV1", | ||
194 | .xres = 800, | ||
195 | .yres = 480, | ||
196 | .left_margin = 32, | ||
197 | .right_margin = 160, | ||
198 | .hsync_len = 8, | ||
199 | .upper_margin = 63, | ||
200 | .lower_margin = 80, | ||
201 | .vsync_len = 1, | ||
202 | .sync = 0, /* hsync and vsync are active low */ | ||
203 | }, | ||
204 | }; | ||
205 | |||
179 | static struct sh_mobile_lcdc_info lcdc_info = { | 206 | static struct sh_mobile_lcdc_info lcdc_info = { |
180 | .clock_source = LCDC_CLK_EXTERNAL, | 207 | .clock_source = LCDC_CLK_EXTERNAL, |
181 | .ch[0] = { | 208 | .ch[0] = { |
@@ -183,18 +210,8 @@ static struct sh_mobile_lcdc_info lcdc_info = { | |||
183 | .bpp = 16, | 210 | .bpp = 16, |
184 | .interface_type = RGB18, | 211 | .interface_type = RGB18, |
185 | .clock_divider = 1, | 212 | .clock_divider = 1, |
186 | .lcd_cfg = { | 213 | .lcd_cfg = ap325rxa_lcdc_modes, |
187 | .name = "LB070WV1", | 214 | .num_cfg = ARRAY_SIZE(ap325rxa_lcdc_modes), |
188 | .xres = 800, | ||
189 | .yres = 480, | ||
190 | .left_margin = 32, | ||
191 | .right_margin = 160, | ||
192 | .hsync_len = 8, | ||
193 | .upper_margin = 63, | ||
194 | .lower_margin = 80, | ||
195 | .vsync_len = 1, | ||
196 | .sync = 0, /* hsync and vsync are active low */ | ||
197 | }, | ||
198 | .lcd_size_cfg = { /* 7.0 inch */ | 215 | .lcd_size_cfg = { /* 7.0 inch */ |
199 | .width = 152, | 216 | .width = 152, |
200 | .height = 91, | 217 | .height = 91, |
@@ -202,6 +219,12 @@ static struct sh_mobile_lcdc_info lcdc_info = { | |||
202 | .board_cfg = { | 219 | .board_cfg = { |
203 | .display_on = ap320_wvga_power_on, | 220 | .display_on = ap320_wvga_power_on, |
204 | .display_off = ap320_wvga_power_off, | 221 | .display_off = ap320_wvga_power_off, |
222 | .set_brightness = ap320_wvga_set_brightness, | ||
223 | .get_brightness = ap320_wvga_get_brightness, | ||
224 | }, | ||
225 | .bl_info = { | ||
226 | .name = "sh_mobile_lcdc_bl", | ||
227 | .max_brightness = 1, | ||
205 | }, | 228 | }, |
206 | } | 229 | } |
207 | }; | 230 | }; |
@@ -336,37 +359,31 @@ static struct soc_camera_link camera_link = { | |||
336 | .priv = &camera_info, | 359 | .priv = &camera_info, |
337 | }; | 360 | }; |
338 | 361 | ||
339 | static void dummy_release(struct device *dev) | 362 | static struct platform_device *camera_device; |
363 | |||
364 | static void ap325rxa_camera_release(struct device *dev) | ||
340 | { | 365 | { |
366 | soc_camera_platform_release(&camera_device); | ||
341 | } | 367 | } |
342 | 368 | ||
343 | static struct platform_device camera_device = { | ||
344 | .name = "soc_camera_platform", | ||
345 | .dev = { | ||
346 | .platform_data = &camera_info, | ||
347 | .release = dummy_release, | ||
348 | }, | ||
349 | }; | ||
350 | |||
351 | static int ap325rxa_camera_add(struct soc_camera_link *icl, | 369 | static int ap325rxa_camera_add(struct soc_camera_link *icl, |
352 | struct device *dev) | 370 | struct device *dev) |
353 | { | 371 | { |
354 | if (icl != &camera_link || camera_probe() <= 0) | 372 | int ret = soc_camera_platform_add(icl, dev, &camera_device, &camera_link, |
355 | return -ENODEV; | 373 | ap325rxa_camera_release, 0); |
374 | if (ret < 0) | ||
375 | return ret; | ||
356 | 376 | ||
357 | camera_info.dev = dev; | 377 | ret = camera_probe(); |
378 | if (ret < 0) | ||
379 | soc_camera_platform_del(icl, camera_device, &camera_link); | ||
358 | 380 | ||
359 | return platform_device_register(&camera_device); | 381 | return ret; |
360 | } | 382 | } |
361 | 383 | ||
362 | static void ap325rxa_camera_del(struct soc_camera_link *icl) | 384 | static void ap325rxa_camera_del(struct soc_camera_link *icl) |
363 | { | 385 | { |
364 | if (icl != &camera_link) | 386 | soc_camera_platform_del(icl, camera_device, &camera_link); |
365 | return; | ||
366 | |||
367 | platform_device_unregister(&camera_device); | ||
368 | memset(&camera_device.dev.kobj, 0, | ||
369 | sizeof(camera_device.dev.kobj)); | ||
370 | } | 387 | } |
371 | #endif /* CONFIG_I2C */ | 388 | #endif /* CONFIG_I2C */ |
372 | 389 | ||
@@ -416,7 +433,7 @@ static struct resource sdhi0_cn3_resources[] = { | |||
416 | [0] = { | 433 | [0] = { |
417 | .name = "SDHI0", | 434 | .name = "SDHI0", |
418 | .start = 0x04ce0000, | 435 | .start = 0x04ce0000, |
419 | .end = 0x04ce01ff, | 436 | .end = 0x04ce00ff, |
420 | .flags = IORESOURCE_MEM, | 437 | .flags = IORESOURCE_MEM, |
421 | }, | 438 | }, |
422 | [1] = { | 439 | [1] = { |
@@ -425,11 +442,18 @@ static struct resource sdhi0_cn3_resources[] = { | |||
425 | }, | 442 | }, |
426 | }; | 443 | }; |
427 | 444 | ||
445 | static struct sh_mobile_sdhi_info sdhi0_cn3_data = { | ||
446 | .tmio_caps = MMC_CAP_SDIO_IRQ, | ||
447 | }; | ||
448 | |||
428 | static struct platform_device sdhi0_cn3_device = { | 449 | static struct platform_device sdhi0_cn3_device = { |
429 | .name = "sh_mobile_sdhi", | 450 | .name = "sh_mobile_sdhi", |
430 | .id = 0, /* "sdhi0" clock */ | 451 | .id = 0, /* "sdhi0" clock */ |
431 | .num_resources = ARRAY_SIZE(sdhi0_cn3_resources), | 452 | .num_resources = ARRAY_SIZE(sdhi0_cn3_resources), |
432 | .resource = sdhi0_cn3_resources, | 453 | .resource = sdhi0_cn3_resources, |
454 | .dev = { | ||
455 | .platform_data = &sdhi0_cn3_data, | ||
456 | }, | ||
433 | .archdata = { | 457 | .archdata = { |
434 | .hwblk_id = HWBLK_SDHI0, | 458 | .hwblk_id = HWBLK_SDHI0, |
435 | }, | 459 | }, |
@@ -439,7 +463,7 @@ static struct resource sdhi1_cn7_resources[] = { | |||
439 | [0] = { | 463 | [0] = { |
440 | .name = "SDHI1", | 464 | .name = "SDHI1", |
441 | .start = 0x04cf0000, | 465 | .start = 0x04cf0000, |
442 | .end = 0x04cf01ff, | 466 | .end = 0x04cf00ff, |
443 | .flags = IORESOURCE_MEM, | 467 | .flags = IORESOURCE_MEM, |
444 | }, | 468 | }, |
445 | [1] = { | 469 | [1] = { |
@@ -448,11 +472,18 @@ static struct resource sdhi1_cn7_resources[] = { | |||
448 | }, | 472 | }, |
449 | }; | 473 | }; |
450 | 474 | ||
475 | static struct sh_mobile_sdhi_info sdhi1_cn7_data = { | ||
476 | .tmio_caps = MMC_CAP_SDIO_IRQ, | ||
477 | }; | ||
478 | |||
451 | static struct platform_device sdhi1_cn7_device = { | 479 | static struct platform_device sdhi1_cn7_device = { |
452 | .name = "sh_mobile_sdhi", | 480 | .name = "sh_mobile_sdhi", |
453 | .id = 1, /* "sdhi1" clock */ | 481 | .id = 1, /* "sdhi1" clock */ |
454 | .num_resources = ARRAY_SIZE(sdhi1_cn7_resources), | 482 | .num_resources = ARRAY_SIZE(sdhi1_cn7_resources), |
455 | .resource = sdhi1_cn7_resources, | 483 | .resource = sdhi1_cn7_resources, |
484 | .dev = { | ||
485 | .platform_data = &sdhi1_cn7_data, | ||
486 | }, | ||
456 | .archdata = { | 487 | .archdata = { |
457 | .hwblk_id = HWBLK_SDHI1, | 488 | .hwblk_id = HWBLK_SDHI1, |
458 | }, | 489 | }, |
@@ -481,7 +512,6 @@ static struct soc_camera_link ov7725_link = { | |||
481 | .power = ov7725_power, | 512 | .power = ov7725_power, |
482 | .board_info = &ap325rxa_i2c_camera[0], | 513 | .board_info = &ap325rxa_i2c_camera[0], |
483 | .i2c_adapter_id = 0, | 514 | .i2c_adapter_id = 0, |
484 | .module_name = "ov772x", | ||
485 | .priv = &ov7725_info, | 515 | .priv = &ov7725_info, |
486 | }; | 516 | }; |
487 | 517 | ||
diff --git a/arch/sh/boards/mach-cayman/irq.c b/arch/sh/boards/mach-cayman/irq.c index 1394b078db36..311bcebdbd07 100644 --- a/arch/sh/boards/mach-cayman/irq.c +++ b/arch/sh/boards/mach-cayman/irq.c | |||
@@ -55,8 +55,9 @@ static struct irqaction cayman_action_pci2 = { | |||
55 | .flags = IRQF_DISABLED, | 55 | .flags = IRQF_DISABLED, |
56 | }; | 56 | }; |
57 | 57 | ||
58 | static void enable_cayman_irq(unsigned int irq) | 58 | static void enable_cayman_irq(struct irq_data *data) |
59 | { | 59 | { |
60 | unsigned int irq = data->irq; | ||
60 | unsigned long flags; | 61 | unsigned long flags; |
61 | unsigned long mask; | 62 | unsigned long mask; |
62 | unsigned int reg; | 63 | unsigned int reg; |
@@ -72,8 +73,9 @@ static void enable_cayman_irq(unsigned int irq) | |||
72 | local_irq_restore(flags); | 73 | local_irq_restore(flags); |
73 | } | 74 | } |
74 | 75 | ||
75 | void disable_cayman_irq(unsigned int irq) | 76 | static void disable_cayman_irq(struct irq_data *data) |
76 | { | 77 | { |
78 | unsigned int irq = data->irq; | ||
77 | unsigned long flags; | 79 | unsigned long flags; |
78 | unsigned long mask; | 80 | unsigned long mask; |
79 | unsigned int reg; | 81 | unsigned int reg; |
@@ -89,16 +91,10 @@ void disable_cayman_irq(unsigned int irq) | |||
89 | local_irq_restore(flags); | 91 | local_irq_restore(flags); |
90 | } | 92 | } |
91 | 93 | ||
92 | static void ack_cayman_irq(unsigned int irq) | ||
93 | { | ||
94 | disable_cayman_irq(irq); | ||
95 | } | ||
96 | |||
97 | struct irq_chip cayman_irq_type = { | 94 | struct irq_chip cayman_irq_type = { |
98 | .name = "Cayman-IRQ", | 95 | .name = "Cayman-IRQ", |
99 | .unmask = enable_cayman_irq, | 96 | .irq_unmask = enable_cayman_irq, |
100 | .mask = disable_cayman_irq, | 97 | .irq_mask = disable_cayman_irq, |
101 | .mask_ack = ack_cayman_irq, | ||
102 | }; | 98 | }; |
103 | 99 | ||
104 | int cayman_irq_demux(int evt) | 100 | int cayman_irq_demux(int evt) |
@@ -153,8 +149,8 @@ void init_cayman_irq(void) | |||
153 | } | 149 | } |
154 | 150 | ||
155 | for (i = 0; i < NR_EXT_IRQS; i++) { | 151 | for (i = 0; i < NR_EXT_IRQS; i++) { |
156 | set_irq_chip_and_handler(START_EXT_IRQS + i, &cayman_irq_type, | 152 | irq_set_chip_and_handler(START_EXT_IRQS + i, |
157 | handle_level_irq); | 153 | &cayman_irq_type, handle_level_irq); |
158 | } | 154 | } |
159 | 155 | ||
160 | /* Setup the SMSC interrupt */ | 156 | /* Setup the SMSC interrupt */ |
diff --git a/arch/sh/boards/mach-cayman/setup.c b/arch/sh/boards/mach-cayman/setup.c index 7e8216ac31bd..e89e8e122a26 100644 --- a/arch/sh/boards/mach-cayman/setup.c +++ b/arch/sh/boards/mach-cayman/setup.c | |||
@@ -165,7 +165,7 @@ static int __init smsc_superio_setup(void) | |||
165 | 165 | ||
166 | return 0; | 166 | return 0; |
167 | } | 167 | } |
168 | __initcall(smsc_superio_setup); | 168 | device_initcall(smsc_superio_setup); |
169 | 169 | ||
170 | static void __iomem *cayman_ioport_map(unsigned long port, unsigned int len) | 170 | static void __iomem *cayman_ioport_map(unsigned long port, unsigned int len) |
171 | { | 171 | { |
diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c index d932667410ab..f63d323f411f 100644 --- a/arch/sh/boards/mach-dreamcast/irq.c +++ b/arch/sh/boards/mach-dreamcast/irq.c | |||
@@ -51,7 +51,7 @@ | |||
51 | */ | 51 | */ |
52 | #define LEVEL(event) (((event) - HW_EVENT_IRQ_BASE) / 32) | 52 | #define LEVEL(event) (((event) - HW_EVENT_IRQ_BASE) / 32) |
53 | 53 | ||
54 | /* Return the hardware event's bit positon within the EMR/ESR */ | 54 | /* Return the hardware event's bit position within the EMR/ESR */ |
55 | #define EVENT_BIT(event) (((event) - HW_EVENT_IRQ_BASE) & 31) | 55 | #define EVENT_BIT(event) (((event) - HW_EVENT_IRQ_BASE) & 31) |
56 | 56 | ||
57 | /* | 57 | /* |
@@ -60,8 +60,9 @@ | |||
60 | */ | 60 | */ |
61 | 61 | ||
62 | /* Disable the hardware event by masking its bit in its EMR */ | 62 | /* Disable the hardware event by masking its bit in its EMR */ |
63 | static inline void disable_systemasic_irq(unsigned int irq) | 63 | static inline void disable_systemasic_irq(struct irq_data *data) |
64 | { | 64 | { |
65 | unsigned int irq = data->irq; | ||
65 | __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); | 66 | __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); |
66 | __u32 mask; | 67 | __u32 mask; |
67 | 68 | ||
@@ -71,8 +72,9 @@ static inline void disable_systemasic_irq(unsigned int irq) | |||
71 | } | 72 | } |
72 | 73 | ||
73 | /* Enable the hardware event by setting its bit in its EMR */ | 74 | /* Enable the hardware event by setting its bit in its EMR */ |
74 | static inline void enable_systemasic_irq(unsigned int irq) | 75 | static inline void enable_systemasic_irq(struct irq_data *data) |
75 | { | 76 | { |
77 | unsigned int irq = data->irq; | ||
76 | __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); | 78 | __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); |
77 | __u32 mask; | 79 | __u32 mask; |
78 | 80 | ||
@@ -82,18 +84,19 @@ static inline void enable_systemasic_irq(unsigned int irq) | |||
82 | } | 84 | } |
83 | 85 | ||
84 | /* Acknowledge a hardware event by writing its bit back to its ESR */ | 86 | /* Acknowledge a hardware event by writing its bit back to its ESR */ |
85 | static void mask_ack_systemasic_irq(unsigned int irq) | 87 | static void mask_ack_systemasic_irq(struct irq_data *data) |
86 | { | 88 | { |
89 | unsigned int irq = data->irq; | ||
87 | __u32 esr = ESR_BASE + (LEVEL(irq) << 2); | 90 | __u32 esr = ESR_BASE + (LEVEL(irq) << 2); |
88 | disable_systemasic_irq(irq); | 91 | disable_systemasic_irq(data); |
89 | outl((1 << EVENT_BIT(irq)), esr); | 92 | outl((1 << EVENT_BIT(irq)), esr); |
90 | } | 93 | } |
91 | 94 | ||
92 | struct irq_chip systemasic_int = { | 95 | struct irq_chip systemasic_int = { |
93 | .name = "System ASIC", | 96 | .name = "System ASIC", |
94 | .mask = disable_systemasic_irq, | 97 | .irq_mask = disable_systemasic_irq, |
95 | .mask_ack = mask_ack_systemasic_irq, | 98 | .irq_mask_ack = mask_ack_systemasic_irq, |
96 | .unmask = enable_systemasic_irq, | 99 | .irq_unmask = enable_systemasic_irq, |
97 | }; | 100 | }; |
98 | 101 | ||
99 | /* | 102 | /* |
@@ -158,7 +161,6 @@ void systemasic_irq_init(void) | |||
158 | return; | 161 | return; |
159 | } | 162 | } |
160 | 163 | ||
161 | set_irq_chip_and_handler(i, &systemasic_int, | 164 | irq_set_chip_and_handler(i, &systemasic_int, handle_level_irq); |
162 | handle_level_irq); | ||
163 | } | 165 | } |
164 | } | 166 | } |
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 1d7b495a7db4..513cb1a2e6c8 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -11,15 +11,16 @@ | |||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/device.h> | 12 | #include <linux/device.h> |
13 | #include <linux/platform_device.h> | 13 | #include <linux/platform_device.h> |
14 | #include <linux/mfd/sh_mobile_sdhi.h> | ||
15 | #include <linux/mmc/host.h> | 14 | #include <linux/mmc/host.h> |
16 | #include <linux/mmc/sh_mmcif.h> | 15 | #include <linux/mmc/sh_mmcif.h> |
16 | #include <linux/mmc/sh_mobile_sdhi.h> | ||
17 | #include <linux/mtd/physmap.h> | 17 | #include <linux/mtd/physmap.h> |
18 | #include <linux/gpio.h> | 18 | #include <linux/gpio.h> |
19 | #include <linux/interrupt.h> | 19 | #include <linux/interrupt.h> |
20 | #include <linux/io.h> | 20 | #include <linux/io.h> |
21 | #include <linux/delay.h> | 21 | #include <linux/delay.h> |
22 | #include <linux/usb/r8a66597.h> | 22 | #include <linux/usb/r8a66597.h> |
23 | #include <linux/usb/renesas_usbhs.h> | ||
23 | #include <linux/i2c.h> | 24 | #include <linux/i2c.h> |
24 | #include <linux/i2c/tsc2007.h> | 25 | #include <linux/i2c/tsc2007.h> |
25 | #include <linux/spi/spi.h> | 26 | #include <linux/spi/spi.h> |
@@ -142,6 +143,8 @@ static struct resource sh_eth_resources[] = { | |||
142 | static struct sh_eth_plat_data sh_eth_plat = { | 143 | static struct sh_eth_plat_data sh_eth_plat = { |
143 | .phy = 0x1f, /* SMSC LAN8700 */ | 144 | .phy = 0x1f, /* SMSC LAN8700 */ |
144 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | 145 | .edmac_endian = EDMAC_LITTLE_ENDIAN, |
146 | .register_type = SH_ETH_REG_FAST_SH4, | ||
147 | .phy_interface = PHY_INTERFACE_MODE_MII, | ||
145 | .ether_link_active_low = 1 | 148 | .ether_link_active_low = 1 |
146 | }; | 149 | }; |
147 | 150 | ||
@@ -230,20 +233,111 @@ static struct platform_device usb1_common_device = { | |||
230 | .resource = usb1_common_resources, | 233 | .resource = usb1_common_resources, |
231 | }; | 234 | }; |
232 | 235 | ||
236 | /* | ||
237 | * USBHS | ||
238 | */ | ||
239 | static int usbhs_get_id(struct platform_device *pdev) | ||
240 | { | ||
241 | return gpio_get_value(GPIO_PTB3); | ||
242 | } | ||
243 | |||
244 | static struct renesas_usbhs_platform_info usbhs_info = { | ||
245 | .platform_callback = { | ||
246 | .get_id = usbhs_get_id, | ||
247 | }, | ||
248 | .driver_param = { | ||
249 | .buswait_bwait = 4, | ||
250 | .detection_delay = 5, | ||
251 | }, | ||
252 | }; | ||
253 | |||
254 | static struct resource usbhs_resources[] = { | ||
255 | [0] = { | ||
256 | .start = 0xa4d90000, | ||
257 | .end = 0xa4d90124 - 1, | ||
258 | .flags = IORESOURCE_MEM, | ||
259 | }, | ||
260 | [1] = { | ||
261 | .start = 66, | ||
262 | .end = 66, | ||
263 | .flags = IORESOURCE_IRQ, | ||
264 | }, | ||
265 | }; | ||
266 | |||
267 | static struct platform_device usbhs_device = { | ||
268 | .name = "renesas_usbhs", | ||
269 | .id = 1, | ||
270 | .dev = { | ||
271 | .dma_mask = NULL, /* not use dma */ | ||
272 | .coherent_dma_mask = 0xffffffff, | ||
273 | .platform_data = &usbhs_info, | ||
274 | }, | ||
275 | .num_resources = ARRAY_SIZE(usbhs_resources), | ||
276 | .resource = usbhs_resources, | ||
277 | .archdata = { | ||
278 | .hwblk_id = HWBLK_USB1, | ||
279 | }, | ||
280 | }; | ||
281 | |||
233 | /* LCDC */ | 282 | /* LCDC */ |
283 | const static struct fb_videomode ecovec_lcd_modes[] = { | ||
284 | { | ||
285 | .name = "Panel", | ||
286 | .xres = 800, | ||
287 | .yres = 480, | ||
288 | .left_margin = 220, | ||
289 | .right_margin = 110, | ||
290 | .hsync_len = 70, | ||
291 | .upper_margin = 20, | ||
292 | .lower_margin = 5, | ||
293 | .vsync_len = 5, | ||
294 | .sync = 0, /* hsync and vsync are active low */ | ||
295 | }, | ||
296 | }; | ||
297 | |||
298 | const static struct fb_videomode ecovec_dvi_modes[] = { | ||
299 | { | ||
300 | .name = "DVI", | ||
301 | .xres = 1280, | ||
302 | .yres = 720, | ||
303 | .left_margin = 220, | ||
304 | .right_margin = 110, | ||
305 | .hsync_len = 40, | ||
306 | .upper_margin = 20, | ||
307 | .lower_margin = 5, | ||
308 | .vsync_len = 5, | ||
309 | .sync = 0, /* hsync and vsync are active low */ | ||
310 | }, | ||
311 | }; | ||
312 | |||
313 | static int ecovec24_set_brightness(void *board_data, int brightness) | ||
314 | { | ||
315 | gpio_set_value(GPIO_PTR1, brightness); | ||
316 | |||
317 | return 0; | ||
318 | } | ||
319 | |||
320 | static int ecovec24_get_brightness(void *board_data) | ||
321 | { | ||
322 | return gpio_get_value(GPIO_PTR1); | ||
323 | } | ||
324 | |||
234 | static struct sh_mobile_lcdc_info lcdc_info = { | 325 | static struct sh_mobile_lcdc_info lcdc_info = { |
235 | .ch[0] = { | 326 | .ch[0] = { |
236 | .interface_type = RGB18, | 327 | .interface_type = RGB18, |
237 | .chan = LCDC_CHAN_MAINLCD, | 328 | .chan = LCDC_CHAN_MAINLCD, |
238 | .bpp = 16, | 329 | .bpp = 16, |
239 | .lcd_cfg = { | ||
240 | .sync = 0, /* hsync and vsync are active low */ | ||
241 | }, | ||
242 | .lcd_size_cfg = { /* 7.0 inch */ | 330 | .lcd_size_cfg = { /* 7.0 inch */ |
243 | .width = 152, | 331 | .width = 152, |
244 | .height = 91, | 332 | .height = 91, |
245 | }, | 333 | }, |
246 | .board_cfg = { | 334 | .board_cfg = { |
335 | .set_brightness = ecovec24_set_brightness, | ||
336 | .get_brightness = ecovec24_get_brightness, | ||
337 | }, | ||
338 | .bl_info = { | ||
339 | .name = "sh_mobile_lcdc_bl", | ||
340 | .max_brightness = 1, | ||
247 | }, | 341 | }, |
248 | } | 342 | } |
249 | }; | 343 | }; |
@@ -435,7 +529,7 @@ static struct i2c_board_info ts_i2c_clients = { | |||
435 | .irq = IRQ0, | 529 | .irq = IRQ0, |
436 | }; | 530 | }; |
437 | 531 | ||
438 | #ifdef CONFIG_MFD_SH_MOBILE_SDHI | 532 | #if defined(CONFIG_MMC_SDHI) || defined(CONFIG_MMC_SDHI_MODULE) |
439 | /* SDHI0 */ | 533 | /* SDHI0 */ |
440 | static void sdhi0_set_pwr(struct platform_device *pdev, int state) | 534 | static void sdhi0_set_pwr(struct platform_device *pdev, int state) |
441 | { | 535 | { |
@@ -446,13 +540,14 @@ static struct sh_mobile_sdhi_info sdhi0_info = { | |||
446 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, | 540 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, |
447 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, | 541 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, |
448 | .set_pwr = sdhi0_set_pwr, | 542 | .set_pwr = sdhi0_set_pwr, |
543 | .tmio_caps = MMC_CAP_SDIO_IRQ | MMC_CAP_POWER_OFF_CARD, | ||
449 | }; | 544 | }; |
450 | 545 | ||
451 | static struct resource sdhi0_resources[] = { | 546 | static struct resource sdhi0_resources[] = { |
452 | [0] = { | 547 | [0] = { |
453 | .name = "SDHI0", | 548 | .name = "SDHI0", |
454 | .start = 0x04ce0000, | 549 | .start = 0x04ce0000, |
455 | .end = 0x04ce01ff, | 550 | .end = 0x04ce00ff, |
456 | .flags = IORESOURCE_MEM, | 551 | .flags = IORESOURCE_MEM, |
457 | }, | 552 | }, |
458 | [1] = { | 553 | [1] = { |
@@ -474,7 +569,7 @@ static struct platform_device sdhi0_device = { | |||
474 | }, | 569 | }, |
475 | }; | 570 | }; |
476 | 571 | ||
477 | #if !defined(CONFIG_MMC_SH_MMCIF) | 572 | #if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE) |
478 | /* SDHI1 */ | 573 | /* SDHI1 */ |
479 | static void sdhi1_set_pwr(struct platform_device *pdev, int state) | 574 | static void sdhi1_set_pwr(struct platform_device *pdev, int state) |
480 | { | 575 | { |
@@ -484,6 +579,7 @@ static void sdhi1_set_pwr(struct platform_device *pdev, int state) | |||
484 | static struct sh_mobile_sdhi_info sdhi1_info = { | 579 | static struct sh_mobile_sdhi_info sdhi1_info = { |
485 | .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX, | 580 | .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX, |
486 | .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX, | 581 | .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX, |
582 | .tmio_caps = MMC_CAP_SDIO_IRQ | MMC_CAP_POWER_OFF_CARD, | ||
487 | .set_pwr = sdhi1_set_pwr, | 583 | .set_pwr = sdhi1_set_pwr, |
488 | }; | 584 | }; |
489 | 585 | ||
@@ -491,7 +587,7 @@ static struct resource sdhi1_resources[] = { | |||
491 | [0] = { | 587 | [0] = { |
492 | .name = "SDHI1", | 588 | .name = "SDHI1", |
493 | .start = 0x04cf0000, | 589 | .start = 0x04cf0000, |
494 | .end = 0x04cf01ff, | 590 | .end = 0x04cf00ff, |
495 | .flags = IORESOURCE_MEM, | 591 | .flags = IORESOURCE_MEM, |
496 | }, | 592 | }, |
497 | [1] = { | 593 | [1] = { |
@@ -620,7 +716,6 @@ static struct soc_camera_link tw9910_link = { | |||
620 | .bus_id = 1, | 716 | .bus_id = 1, |
621 | .power = tw9910_power, | 717 | .power = tw9910_power, |
622 | .board_info = &i2c_camera[0], | 718 | .board_info = &i2c_camera[0], |
623 | .module_name = "tw9910", | ||
624 | .priv = &tw9910_info, | 719 | .priv = &tw9910_info, |
625 | }; | 720 | }; |
626 | 721 | ||
@@ -644,7 +739,6 @@ static struct soc_camera_link mt9t112_link1 = { | |||
644 | .power = mt9t112_power1, | 739 | .power = mt9t112_power1, |
645 | .bus_id = 0, | 740 | .bus_id = 0, |
646 | .board_info = &i2c_camera[1], | 741 | .board_info = &i2c_camera[1], |
647 | .module_name = "mt9t112", | ||
648 | .priv = &mt9t112_info1, | 742 | .priv = &mt9t112_info1, |
649 | }; | 743 | }; |
650 | 744 | ||
@@ -667,7 +761,6 @@ static struct soc_camera_link mt9t112_link2 = { | |||
667 | .power = mt9t112_power2, | 761 | .power = mt9t112_power2, |
668 | .bus_id = 1, | 762 | .bus_id = 1, |
669 | .board_info = &i2c_camera[2], | 763 | .board_info = &i2c_camera[2], |
670 | .module_name = "mt9t112", | ||
671 | .priv = &mt9t112_info2, | 764 | .priv = &mt9t112_info2, |
672 | }; | 765 | }; |
673 | 766 | ||
@@ -696,38 +789,8 @@ static struct platform_device camera_devices[] = { | |||
696 | }; | 789 | }; |
697 | 790 | ||
698 | /* FSI */ | 791 | /* FSI */ |
699 | /* | ||
700 | * FSI-B use external clock which came from da7210. | ||
701 | * So, we should change parent of fsi | ||
702 | */ | ||
703 | #define FCLKBCR 0xa415000c | ||
704 | static void fsimck_init(struct clk *clk) | ||
705 | { | ||
706 | u32 status = __raw_readl(clk->enable_reg); | ||
707 | |||
708 | /* use external clock */ | ||
709 | status &= ~0x000000ff; | ||
710 | status |= 0x00000080; | ||
711 | |||
712 | __raw_writel(status, clk->enable_reg); | ||
713 | } | ||
714 | |||
715 | static struct clk_ops fsimck_clk_ops = { | ||
716 | .init = fsimck_init, | ||
717 | }; | ||
718 | |||
719 | static struct clk fsimckb_clk = { | ||
720 | .ops = &fsimck_clk_ops, | ||
721 | .enable_reg = (void __iomem *)FCLKBCR, | ||
722 | .rate = 0, /* unknown */ | ||
723 | }; | ||
724 | |||
725 | static struct sh_fsi_platform_info fsi_info = { | 792 | static struct sh_fsi_platform_info fsi_info = { |
726 | .portb_flags = SH_FSI_BRS_INV | | 793 | .portb_flags = SH_FSI_BRS_INV, |
727 | SH_FSI_OUT_SLAVE_MODE | | ||
728 | SH_FSI_IN_SLAVE_MODE | | ||
729 | SH_FSI_OFMT(I2S) | | ||
730 | SH_FSI_IFMT(I2S), | ||
731 | }; | 794 | }; |
732 | 795 | ||
733 | static struct resource fsi_resources[] = { | 796 | static struct resource fsi_resources[] = { |
@@ -793,7 +856,6 @@ static struct sh_vou_pdata sh_vou_pdata = { | |||
793 | .flags = SH_VOU_HSYNC_LOW | SH_VOU_VSYNC_LOW, | 856 | .flags = SH_VOU_HSYNC_LOW | SH_VOU_VSYNC_LOW, |
794 | .board_info = &ak8813, | 857 | .board_info = &ak8813, |
795 | .i2c_adap = 0, | 858 | .i2c_adap = 0, |
796 | .module_name = "ak881x", | ||
797 | }; | 859 | }; |
798 | 860 | ||
799 | static struct resource sh_vou_resources[] = { | 861 | static struct resource sh_vou_resources[] = { |
@@ -821,7 +883,7 @@ static struct platform_device vou_device = { | |||
821 | }, | 883 | }, |
822 | }; | 884 | }; |
823 | 885 | ||
824 | #if defined(CONFIG_MMC_SH_MMCIF) | 886 | #if defined(CONFIG_MMC_SH_MMCIF) || defined(CONFIG_MMC_SH_MMCIF_MODULE) |
825 | /* SH_MMCIF */ | 887 | /* SH_MMCIF */ |
826 | static void mmcif_set_pwr(struct platform_device *pdev, int state) | 888 | static void mmcif_set_pwr(struct platform_device *pdev, int state) |
827 | { | 889 | { |
@@ -870,6 +932,9 @@ static struct platform_device sh_mmcif_device = { | |||
870 | }, | 932 | }, |
871 | .num_resources = ARRAY_SIZE(sh_mmcif_resources), | 933 | .num_resources = ARRAY_SIZE(sh_mmcif_resources), |
872 | .resource = sh_mmcif_resources, | 934 | .resource = sh_mmcif_resources, |
935 | .archdata = { | ||
936 | .hwblk_id = HWBLK_MMC, | ||
937 | }, | ||
873 | }; | 938 | }; |
874 | #endif | 939 | #endif |
875 | 940 | ||
@@ -879,13 +944,14 @@ static struct platform_device *ecovec_devices[] __initdata = { | |||
879 | &sh_eth_device, | 944 | &sh_eth_device, |
880 | &usb0_host_device, | 945 | &usb0_host_device, |
881 | &usb1_common_device, | 946 | &usb1_common_device, |
947 | &usbhs_device, | ||
882 | &lcdc_device, | 948 | &lcdc_device, |
883 | &ceu0_device, | 949 | &ceu0_device, |
884 | &ceu1_device, | 950 | &ceu1_device, |
885 | &keysc_device, | 951 | &keysc_device, |
886 | #ifdef CONFIG_MFD_SH_MOBILE_SDHI | 952 | #if defined(CONFIG_MMC_SDHI) || defined(CONFIG_MMC_SDHI_MODULE) |
887 | &sdhi0_device, | 953 | &sdhi0_device, |
888 | #if !defined(CONFIG_MMC_SH_MMCIF) | 954 | #if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE) |
889 | &sdhi1_device, | 955 | &sdhi1_device, |
890 | #endif | 956 | #endif |
891 | #else | 957 | #else |
@@ -897,7 +963,7 @@ static struct platform_device *ecovec_devices[] __initdata = { | |||
897 | &fsi_device, | 963 | &fsi_device, |
898 | &irda_device, | 964 | &irda_device, |
899 | &vou_device, | 965 | &vou_device, |
900 | #if defined(CONFIG_MMC_SH_MMCIF) | 966 | #if defined(CONFIG_MMC_SH_MMCIF) || defined(CONFIG_MMC_SH_MMCIF_MODULE) |
901 | &sh_mmcif_device, | 967 | &sh_mmcif_device, |
902 | #endif | 968 | #endif |
903 | }; | 969 | }; |
@@ -939,7 +1005,7 @@ static void __init sh_eth_init(struct sh_eth_plat_data *pd) | |||
939 | return; | 1005 | return; |
940 | } | 1006 | } |
941 | 1007 | ||
942 | /* read MAC address frome EEPROM */ | 1008 | /* read MAC address from EEPROM */ |
943 | for (i = 0; i < sizeof(pd->mac_addr); i++) { | 1009 | for (i = 0; i < sizeof(pd->mac_addr); i++) { |
944 | pd->mac_addr[i] = mac_read(a, 0x10 + i); | 1010 | pd->mac_addr[i] = mac_read(a, 0x10 + i); |
945 | msleep(10); | 1011 | msleep(10); |
@@ -1079,33 +1145,18 @@ static int __init arch_setup(void) | |||
1079 | if (gpio_get_value(GPIO_PTE6)) { | 1145 | if (gpio_get_value(GPIO_PTE6)) { |
1080 | /* DVI */ | 1146 | /* DVI */ |
1081 | lcdc_info.clock_source = LCDC_CLK_EXTERNAL; | 1147 | lcdc_info.clock_source = LCDC_CLK_EXTERNAL; |
1082 | lcdc_info.ch[0].clock_divider = 1, | 1148 | lcdc_info.ch[0].clock_divider = 1; |
1083 | lcdc_info.ch[0].lcd_cfg.name = "DVI"; | 1149 | lcdc_info.ch[0].lcd_cfg = ecovec_dvi_modes; |
1084 | lcdc_info.ch[0].lcd_cfg.xres = 1280; | 1150 | lcdc_info.ch[0].num_cfg = ARRAY_SIZE(ecovec_dvi_modes); |
1085 | lcdc_info.ch[0].lcd_cfg.yres = 720; | ||
1086 | lcdc_info.ch[0].lcd_cfg.left_margin = 220; | ||
1087 | lcdc_info.ch[0].lcd_cfg.right_margin = 110; | ||
1088 | lcdc_info.ch[0].lcd_cfg.hsync_len = 40; | ||
1089 | lcdc_info.ch[0].lcd_cfg.upper_margin = 20; | ||
1090 | lcdc_info.ch[0].lcd_cfg.lower_margin = 5; | ||
1091 | lcdc_info.ch[0].lcd_cfg.vsync_len = 5; | ||
1092 | 1151 | ||
1093 | gpio_set_value(GPIO_PTA2, 1); | 1152 | gpio_set_value(GPIO_PTA2, 1); |
1094 | gpio_set_value(GPIO_PTU1, 1); | 1153 | gpio_set_value(GPIO_PTU1, 1); |
1095 | } else { | 1154 | } else { |
1096 | /* Panel */ | 1155 | /* Panel */ |
1097 | |||
1098 | lcdc_info.clock_source = LCDC_CLK_PERIPHERAL; | 1156 | lcdc_info.clock_source = LCDC_CLK_PERIPHERAL; |
1099 | lcdc_info.ch[0].clock_divider = 2, | 1157 | lcdc_info.ch[0].clock_divider = 2; |
1100 | lcdc_info.ch[0].lcd_cfg.name = "Panel"; | 1158 | lcdc_info.ch[0].lcd_cfg = ecovec_lcd_modes; |
1101 | lcdc_info.ch[0].lcd_cfg.xres = 800; | 1159 | lcdc_info.ch[0].num_cfg = ARRAY_SIZE(ecovec_lcd_modes); |
1102 | lcdc_info.ch[0].lcd_cfg.yres = 480; | ||
1103 | lcdc_info.ch[0].lcd_cfg.left_margin = 220; | ||
1104 | lcdc_info.ch[0].lcd_cfg.right_margin = 110; | ||
1105 | lcdc_info.ch[0].lcd_cfg.hsync_len = 70; | ||
1106 | lcdc_info.ch[0].lcd_cfg.upper_margin = 20; | ||
1107 | lcdc_info.ch[0].lcd_cfg.lower_margin = 5; | ||
1108 | lcdc_info.ch[0].lcd_cfg.vsync_len = 5; | ||
1109 | 1160 | ||
1110 | gpio_set_value(GPIO_PTR1, 1); | 1161 | gpio_set_value(GPIO_PTR1, 1); |
1111 | 1162 | ||
@@ -1120,7 +1171,7 @@ static int __init arch_setup(void) | |||
1120 | 1171 | ||
1121 | /* enable TouchScreen */ | 1172 | /* enable TouchScreen */ |
1122 | i2c_register_board_info(0, &ts_i2c_clients, 1); | 1173 | i2c_register_board_info(0, &ts_i2c_clients, 1); |
1123 | set_irq_type(IRQ0, IRQ_TYPE_LEVEL_LOW); | 1174 | irq_set_irq_type(IRQ0, IRQ_TYPE_LEVEL_LOW); |
1124 | } | 1175 | } |
1125 | 1176 | ||
1126 | /* enable CEU0 */ | 1177 | /* enable CEU0 */ |
@@ -1180,7 +1231,7 @@ static int __init arch_setup(void) | |||
1180 | gpio_direction_input(GPIO_PTR5); | 1231 | gpio_direction_input(GPIO_PTR5); |
1181 | gpio_direction_input(GPIO_PTR6); | 1232 | gpio_direction_input(GPIO_PTR6); |
1182 | 1233 | ||
1183 | #ifdef CONFIG_MFD_SH_MOBILE_SDHI | 1234 | #if defined(CONFIG_MMC_SDHI) || defined(CONFIG_MMC_SDHI_MODULE) |
1184 | /* enable SDHI0 on CN11 (needs DS2.4 set to ON) */ | 1235 | /* enable SDHI0 on CN11 (needs DS2.4 set to ON) */ |
1185 | gpio_request(GPIO_FN_SDHI0CD, NULL); | 1236 | gpio_request(GPIO_FN_SDHI0CD, NULL); |
1186 | gpio_request(GPIO_FN_SDHI0WP, NULL); | 1237 | gpio_request(GPIO_FN_SDHI0WP, NULL); |
@@ -1193,7 +1244,7 @@ static int __init arch_setup(void) | |||
1193 | gpio_request(GPIO_PTB6, NULL); | 1244 | gpio_request(GPIO_PTB6, NULL); |
1194 | gpio_direction_output(GPIO_PTB6, 0); | 1245 | gpio_direction_output(GPIO_PTB6, 0); |
1195 | 1246 | ||
1196 | #if !defined(CONFIG_MMC_SH_MMCIF) | 1247 | #if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE) |
1197 | /* enable SDHI1 on CN12 (needs DS2.6,7 set to ON,OFF) */ | 1248 | /* enable SDHI1 on CN12 (needs DS2.6,7 set to ON,OFF) */ |
1198 | gpio_request(GPIO_FN_SDHI1CD, NULL); | 1249 | gpio_request(GPIO_FN_SDHI1CD, NULL); |
1199 | gpio_request(GPIO_FN_SDHI1WP, NULL); | 1250 | gpio_request(GPIO_FN_SDHI1WP, NULL); |
@@ -1248,18 +1299,18 @@ static int __init arch_setup(void) | |||
1248 | 1299 | ||
1249 | /* set SPU2 clock to 83.4 MHz */ | 1300 | /* set SPU2 clock to 83.4 MHz */ |
1250 | clk = clk_get(NULL, "spu_clk"); | 1301 | clk = clk_get(NULL, "spu_clk"); |
1251 | if (clk) { | 1302 | if (!IS_ERR(clk)) { |
1252 | clk_set_rate(clk, clk_round_rate(clk, 83333333)); | 1303 | clk_set_rate(clk, clk_round_rate(clk, 83333333)); |
1253 | clk_put(clk); | 1304 | clk_put(clk); |
1254 | } | 1305 | } |
1255 | 1306 | ||
1256 | /* change parent of FSI B */ | 1307 | /* change parent of FSI B */ |
1257 | clk = clk_get(NULL, "fsib_clk"); | 1308 | clk = clk_get(NULL, "fsib_clk"); |
1258 | if (clk) { | 1309 | if (!IS_ERR(clk)) { |
1259 | clk_register(&fsimckb_clk); | 1310 | /* 48kHz dummy clock was used to make sure 1/1 divide */ |
1260 | clk_set_parent(clk, &fsimckb_clk); | 1311 | clk_set_rate(&sh7724_fsimckb_clk, 48000); |
1261 | clk_set_rate(clk, 11000); | 1312 | clk_set_parent(clk, &sh7724_fsimckb_clk); |
1262 | clk_set_rate(&fsimckb_clk, 11000); | 1313 | clk_set_rate(clk, 48000); |
1263 | clk_put(clk); | 1314 | clk_put(clk); |
1264 | } | 1315 | } |
1265 | 1316 | ||
@@ -1273,7 +1324,7 @@ static int __init arch_setup(void) | |||
1273 | 1324 | ||
1274 | /* set VPU clock to 166 MHz */ | 1325 | /* set VPU clock to 166 MHz */ |
1275 | clk = clk_get(NULL, "vpu_clk"); | 1326 | clk = clk_get(NULL, "vpu_clk"); |
1276 | if (clk) { | 1327 | if (!IS_ERR(clk)) { |
1277 | clk_set_rate(clk, clk_round_rate(clk, 166000000)); | 1328 | clk_set_rate(clk, clk_round_rate(clk, 166000000)); |
1278 | clk_put(clk); | 1329 | clk_put(clk); |
1279 | } | 1330 | } |
@@ -1284,7 +1335,7 @@ static int __init arch_setup(void) | |||
1284 | gpio_request(GPIO_PTU5, NULL); | 1335 | gpio_request(GPIO_PTU5, NULL); |
1285 | gpio_direction_output(GPIO_PTU5, 0); | 1336 | gpio_direction_output(GPIO_PTU5, 0); |
1286 | 1337 | ||
1287 | #if defined(CONFIG_MMC_SH_MMCIF) | 1338 | #if defined(CONFIG_MMC_SH_MMCIF) || defined(CONFIG_MMC_SH_MMCIF_MODULE) |
1288 | /* enable MMCIF (needs DS2.6,7 set to OFF,ON) */ | 1339 | /* enable MMCIF (needs DS2.6,7 set to OFF,ON) */ |
1289 | gpio_request(GPIO_FN_MMC_D7, NULL); | 1340 | gpio_request(GPIO_FN_MMC_D7, NULL); |
1290 | gpio_request(GPIO_FN_MMC_D6, NULL); | 1341 | gpio_request(GPIO_FN_MMC_D6, NULL); |
@@ -1310,6 +1361,7 @@ static int __init arch_setup(void) | |||
1310 | i2c_register_board_info(1, i2c1_devices, | 1361 | i2c_register_board_info(1, i2c1_devices, |
1311 | ARRAY_SIZE(i2c1_devices)); | 1362 | ARRAY_SIZE(i2c1_devices)); |
1312 | 1363 | ||
1364 | #if defined(CONFIG_VIDEO_SH_VOU) || defined(CONFIG_VIDEO_SH_VOU_MODULE) | ||
1313 | /* VOU */ | 1365 | /* VOU */ |
1314 | gpio_request(GPIO_FN_DV_D15, NULL); | 1366 | gpio_request(GPIO_FN_DV_D15, NULL); |
1315 | gpio_request(GPIO_FN_DV_D14, NULL); | 1367 | gpio_request(GPIO_FN_DV_D14, NULL); |
@@ -1341,6 +1393,7 @@ static int __init arch_setup(void) | |||
1341 | 1393 | ||
1342 | /* Remove reset */ | 1394 | /* Remove reset */ |
1343 | gpio_set_value(GPIO_PTG4, 1); | 1395 | gpio_set_value(GPIO_PTG4, 1); |
1396 | #endif | ||
1344 | 1397 | ||
1345 | return platform_add_devices(ecovec_devices, | 1398 | return platform_add_devices(ecovec_devices, |
1346 | ARRAY_SIZE(ecovec_devices)); | 1399 | ARRAY_SIZE(ecovec_devices)); |
diff --git a/arch/sh/boards/mach-edosk7705/Makefile b/arch/sh/boards/mach-edosk7705/Makefile deleted file mode 100644 index cd54acb51499..000000000000 --- a/arch/sh/boards/mach-edosk7705/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the EDOSK7705 specific parts of the kernel | ||
3 | # | ||
4 | |||
5 | obj-y := setup.o io.o | ||
diff --git a/arch/sh/boards/mach-edosk7705/io.c b/arch/sh/boards/mach-edosk7705/io.c deleted file mode 100644 index 5b9c57c43241..000000000000 --- a/arch/sh/boards/mach-edosk7705/io.c +++ /dev/null | |||
@@ -1,71 +0,0 @@ | |||
1 | /* | ||
2 | * arch/sh/boards/renesas/edosk7705/io.c | ||
3 | * | ||
4 | * Copyright (C) 2001 Ian da Silva, Jeremy Siegel | ||
5 | * Based largely on io_se.c. | ||
6 | * | ||
7 | * I/O routines for Hitachi EDOSK7705 board. | ||
8 | * | ||
9 | */ | ||
10 | |||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/types.h> | ||
13 | #include <linux/io.h> | ||
14 | #include <mach/edosk7705.h> | ||
15 | #include <asm/addrspace.h> | ||
16 | |||
17 | #define SMC_IOADDR 0xA2000000 | ||
18 | |||
19 | /* Map the Ethernet addresses as if it is at 0x300 - 0x320 */ | ||
20 | static unsigned long sh_edosk7705_isa_port2addr(unsigned long port) | ||
21 | { | ||
22 | /* | ||
23 | * SMC91C96 registers are 4 byte aligned rather than the | ||
24 | * usual 2 byte! | ||
25 | */ | ||
26 | if (port >= 0x300 && port < 0x320) | ||
27 | return SMC_IOADDR + ((port - 0x300) * 2); | ||
28 | |||
29 | maybebadio(port); | ||
30 | return port; | ||
31 | } | ||
32 | |||
33 | /* Trying to read / write bytes on odd-byte boundaries to the Ethernet | ||
34 | * registers causes problems. So we bit-shift the value and read / write | ||
35 | * in 2 byte chunks. Setting the low byte to 0 does not cause problems | ||
36 | * now as odd byte writes are only made on the bit mask / interrupt | ||
37 | * register. This may not be the case in future Mar-2003 SJD | ||
38 | */ | ||
39 | unsigned char sh_edosk7705_inb(unsigned long port) | ||
40 | { | ||
41 | if (port >= 0x300 && port < 0x320 && port & 0x01) | ||
42 | return __raw_readw(port - 1) >> 8; | ||
43 | |||
44 | return __raw_readb(sh_edosk7705_isa_port2addr(port)); | ||
45 | } | ||
46 | |||
47 | void sh_edosk7705_outb(unsigned char value, unsigned long port) | ||
48 | { | ||
49 | if (port >= 0x300 && port < 0x320 && port & 0x01) { | ||
50 | __raw_writew(((unsigned short)value << 8), port - 1); | ||
51 | return; | ||
52 | } | ||
53 | |||
54 | __raw_writeb(value, sh_edosk7705_isa_port2addr(port)); | ||
55 | } | ||
56 | |||
57 | void sh_edosk7705_insb(unsigned long port, void *addr, unsigned long count) | ||
58 | { | ||
59 | unsigned char *p = addr; | ||
60 | |||
61 | while (count--) | ||
62 | *p++ = sh_edosk7705_inb(port); | ||
63 | } | ||
64 | |||
65 | void sh_edosk7705_outsb(unsigned long port, const void *addr, unsigned long count) | ||
66 | { | ||
67 | unsigned char *p = (unsigned char *)addr; | ||
68 | |||
69 | while (count--) | ||
70 | sh_edosk7705_outb(*p++, port); | ||
71 | } | ||
diff --git a/arch/sh/boards/mach-edosk7705/setup.c b/arch/sh/boards/mach-edosk7705/setup.c deleted file mode 100644 index d59225e26fb9..000000000000 --- a/arch/sh/boards/mach-edosk7705/setup.c +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | /* | ||
2 | * arch/sh/boards/renesas/edosk7705/setup.c | ||
3 | * | ||
4 | * Copyright (C) 2000 Kazumoto Kojima | ||
5 | * | ||
6 | * Hitachi SolutionEngine Support. | ||
7 | * | ||
8 | * Modified for edosk7705 development | ||
9 | * board by S. Dunn, 2003. | ||
10 | */ | ||
11 | #include <linux/init.h> | ||
12 | #include <linux/irq.h> | ||
13 | #include <asm/machvec.h> | ||
14 | #include <mach/edosk7705.h> | ||
15 | |||
16 | static void __init sh_edosk7705_init_irq(void) | ||
17 | { | ||
18 | /* This is the Ethernet interrupt */ | ||
19 | make_imask_irq(0x09); | ||
20 | } | ||
21 | |||
22 | /* | ||
23 | * The Machine Vector | ||
24 | */ | ||
25 | static struct sh_machine_vector mv_edosk7705 __initmv = { | ||
26 | .mv_name = "EDOSK7705", | ||
27 | .mv_nr_irqs = 80, | ||
28 | |||
29 | .mv_inb = sh_edosk7705_inb, | ||
30 | .mv_outb = sh_edosk7705_outb, | ||
31 | |||
32 | .mv_insb = sh_edosk7705_insb, | ||
33 | .mv_outsb = sh_edosk7705_outsb, | ||
34 | |||
35 | .mv_init_irq = sh_edosk7705_init_irq, | ||
36 | }; | ||
diff --git a/arch/sh/boards/mach-highlander/setup.c b/arch/sh/boards/mach-highlander/setup.c index a5ecfbacaf36..87618c91d178 100644 --- a/arch/sh/boards/mach-highlander/setup.c +++ b/arch/sh/boards/mach-highlander/setup.c | |||
@@ -24,10 +24,10 @@ | |||
24 | #include <linux/interrupt.h> | 24 | #include <linux/interrupt.h> |
25 | #include <linux/usb/r8a66597.h> | 25 | #include <linux/usb/r8a66597.h> |
26 | #include <linux/usb/m66592.h> | 26 | #include <linux/usb/m66592.h> |
27 | #include <linux/clkdev.h> | ||
27 | #include <net/ax88796.h> | 28 | #include <net/ax88796.h> |
28 | #include <asm/machvec.h> | 29 | #include <asm/machvec.h> |
29 | #include <mach/highlander.h> | 30 | #include <mach/highlander.h> |
30 | #include <asm/clkdev.h> | ||
31 | #include <asm/clock.h> | 31 | #include <asm/clock.h> |
32 | #include <asm/heartbeat.h> | 32 | #include <asm/heartbeat.h> |
33 | #include <asm/io.h> | 33 | #include <asm/io.h> |
diff --git a/arch/sh/boards/mach-hp6xx/pm.c b/arch/sh/boards/mach-hp6xx/pm.c index 4499a3749d40..adc9b4bba828 100644 --- a/arch/sh/boards/mach-hp6xx/pm.c +++ b/arch/sh/boards/mach-hp6xx/pm.c | |||
@@ -143,7 +143,7 @@ static int hp6x0_pm_enter(suspend_state_t state) | |||
143 | return 0; | 143 | return 0; |
144 | } | 144 | } |
145 | 145 | ||
146 | static struct platform_suspend_ops hp6x0_pm_ops = { | 146 | static const struct platform_suspend_ops hp6x0_pm_ops = { |
147 | .enter = hp6x0_pm_enter, | 147 | .enter = hp6x0_pm_enter, |
148 | .valid = suspend_valid_only_mem, | 148 | .valid = suspend_valid_only_mem, |
149 | }; | 149 | }; |
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index 68994a163f6c..8b4abbbd1477 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c | |||
@@ -10,7 +10,8 @@ | |||
10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
11 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
12 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
13 | #include <linux/mfd/sh_mobile_sdhi.h> | 13 | #include <linux/mmc/host.h> |
14 | #include <linux/mmc/sh_mobile_sdhi.h> | ||
14 | #include <linux/mfd/tmio.h> | 15 | #include <linux/mfd/tmio.h> |
15 | #include <linux/mtd/physmap.h> | 16 | #include <linux/mtd/physmap.h> |
16 | #include <linux/mtd/onenand.h> | 17 | #include <linux/mtd/onenand.h> |
@@ -126,6 +127,21 @@ static struct platform_device kfr2r09_sh_keysc_device = { | |||
126 | }, | 127 | }, |
127 | }; | 128 | }; |
128 | 129 | ||
130 | const static struct fb_videomode kfr2r09_lcdc_modes[] = { | ||
131 | { | ||
132 | .name = "TX07D34VM0AAA", | ||
133 | .xres = 240, | ||
134 | .yres = 400, | ||
135 | .left_margin = 0, | ||
136 | .right_margin = 16, | ||
137 | .hsync_len = 8, | ||
138 | .upper_margin = 0, | ||
139 | .lower_margin = 1, | ||
140 | .vsync_len = 1, | ||
141 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | ||
142 | }, | ||
143 | }; | ||
144 | |||
129 | static struct sh_mobile_lcdc_info kfr2r09_sh_lcdc_info = { | 145 | static struct sh_mobile_lcdc_info kfr2r09_sh_lcdc_info = { |
130 | .clock_source = LCDC_CLK_BUS, | 146 | .clock_source = LCDC_CLK_BUS, |
131 | .ch[0] = { | 147 | .ch[0] = { |
@@ -134,18 +150,8 @@ static struct sh_mobile_lcdc_info kfr2r09_sh_lcdc_info = { | |||
134 | .interface_type = SYS18, | 150 | .interface_type = SYS18, |
135 | .clock_divider = 6, | 151 | .clock_divider = 6, |
136 | .flags = LCDC_FLAGS_DWPOL, | 152 | .flags = LCDC_FLAGS_DWPOL, |
137 | .lcd_cfg = { | 153 | .lcd_cfg = kfr2r09_lcdc_modes, |
138 | .name = "TX07D34VM0AAA", | 154 | .num_cfg = ARRAY_SIZE(kfr2r09_lcdc_modes), |
139 | .xres = 240, | ||
140 | .yres = 400, | ||
141 | .left_margin = 0, | ||
142 | .right_margin = 16, | ||
143 | .hsync_len = 8, | ||
144 | .upper_margin = 0, | ||
145 | .lower_margin = 1, | ||
146 | .vsync_len = 1, | ||
147 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | ||
148 | }, | ||
149 | .lcd_size_cfg = { | 155 | .lcd_size_cfg = { |
150 | .width = 35, | 156 | .width = 35, |
151 | .height = 58, | 157 | .height = 58, |
@@ -333,7 +339,6 @@ static struct soc_camera_link rj54n1_link = { | |||
333 | .power = camera_power, | 339 | .power = camera_power, |
334 | .board_info = &kfr2r09_i2c_camera, | 340 | .board_info = &kfr2r09_i2c_camera, |
335 | .i2c_adapter_id = 1, | 341 | .i2c_adapter_id = 1, |
336 | .module_name = "rj54n1cb0c", | ||
337 | .priv = &rj54n1_priv, | 342 | .priv = &rj54n1_priv, |
338 | }; | 343 | }; |
339 | 344 | ||
@@ -349,7 +354,7 @@ static struct resource kfr2r09_sh_sdhi0_resources[] = { | |||
349 | [0] = { | 354 | [0] = { |
350 | .name = "SDHI0", | 355 | .name = "SDHI0", |
351 | .start = 0x04ce0000, | 356 | .start = 0x04ce0000, |
352 | .end = 0x04ce01ff, | 357 | .end = 0x04ce00ff, |
353 | .flags = IORESOURCE_MEM, | 358 | .flags = IORESOURCE_MEM, |
354 | }, | 359 | }, |
355 | [1] = { | 360 | [1] = { |
@@ -362,6 +367,7 @@ static struct sh_mobile_sdhi_info sh7724_sdhi0_data = { | |||
362 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, | 367 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, |
363 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, | 368 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, |
364 | .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE, | 369 | .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE, |
370 | .tmio_caps = MMC_CAP_SDIO_IRQ, | ||
365 | }; | 371 | }; |
366 | 372 | ||
367 | static struct platform_device kfr2r09_sh_sdhi0_device = { | 373 | static struct platform_device kfr2r09_sh_sdhi0_device = { |
diff --git a/arch/sh/boards/mach-landisk/gio.c b/arch/sh/boards/mach-landisk/gio.c index 01e6abb769b9..8132dff078fb 100644 --- a/arch/sh/boards/mach-landisk/gio.c +++ b/arch/sh/boards/mach-landisk/gio.c | |||
@@ -128,6 +128,7 @@ static const struct file_operations gio_fops = { | |||
128 | .open = gio_open, /* open */ | 128 | .open = gio_open, /* open */ |
129 | .release = gio_close, /* release */ | 129 | .release = gio_close, /* release */ |
130 | .unlocked_ioctl = gio_ioctl, | 130 | .unlocked_ioctl = gio_ioctl, |
131 | .llseek = noop_llseek, | ||
131 | }; | 132 | }; |
132 | 133 | ||
133 | static int __init gio_init(void) | 134 | static int __init gio_init(void) |
diff --git a/arch/sh/boards/mach-landisk/irq.c b/arch/sh/boards/mach-landisk/irq.c index 96f38a4187d0..c00ace38db3f 100644 --- a/arch/sh/boards/mach-landisk/irq.c +++ b/arch/sh/boards/mach-landisk/irq.c | |||
@@ -1,9 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * arch/sh/boards/landisk/irq.c | 2 | * arch/sh/boards/mach-landisk/irq.c |
3 | * | 3 | * |
4 | * I-O DATA Device, Inc. LANDISK Support | 4 | * I-O DATA Device, Inc. LANDISK Support |
5 | * | 5 | * |
6 | * Copyright (C) 2005-2007 kogiidena | 6 | * Copyright (C) 2005-2007 kogiidena |
7 | * Copyright (C) 2011 Nobuhiro Iwamatsu | ||
7 | * | 8 | * |
8 | * Copyright (C) 2001 Ian da Silva, Jeremy Siegel | 9 | * Copyright (C) 2001 Ian da Silva, Jeremy Siegel |
9 | * Based largely on io_se.c. | 10 | * Based largely on io_se.c. |
@@ -12,45 +13,54 @@ | |||
12 | * License. See the file "COPYING" in the main directory of this archive | 13 | * License. See the file "COPYING" in the main directory of this archive |
13 | * for more details. | 14 | * for more details. |
14 | */ | 15 | */ |
16 | |||
15 | #include <linux/init.h> | 17 | #include <linux/init.h> |
16 | #include <linux/irq.h> | 18 | #include <linux/irq.h> |
17 | #include <linux/interrupt.h> | 19 | #include <linux/interrupt.h> |
18 | #include <linux/io.h> | 20 | #include <linux/io.h> |
19 | #include <mach-landisk/mach/iodata_landisk.h> | 21 | #include <mach-landisk/mach/iodata_landisk.h> |
20 | 22 | ||
21 | static void disable_landisk_irq(unsigned int irq) | 23 | enum { |
22 | { | 24 | UNUSED = 0, |
23 | unsigned char mask = 0xff ^ (0x01 << (irq - 5)); | ||
24 | 25 | ||
25 | __raw_writeb(__raw_readb(PA_IMASK) & mask, PA_IMASK); | 26 | PCI_INTA, /* PCI int A */ |
26 | } | 27 | PCI_INTB, /* PCI int B */ |
27 | 28 | PCI_INTC, /* PCI int C */ | |
28 | static void enable_landisk_irq(unsigned int irq) | 29 | PCI_INTD, /* PCI int D */ |
29 | { | 30 | ATA, /* ATA */ |
30 | unsigned char value = (0x01 << (irq - 5)); | 31 | FATA, /* CF */ |
32 | POWER, /* Power swtich */ | ||
33 | BUTTON, /* Button swtich */ | ||
34 | }; | ||
31 | 35 | ||
32 | __raw_writeb(__raw_readb(PA_IMASK) | value, PA_IMASK); | 36 | /* Vectors for LANDISK */ |
33 | } | 37 | static struct intc_vect vectors_landisk[] __initdata = { |
38 | INTC_IRQ(PCI_INTA, IRQ_PCIINTA), | ||
39 | INTC_IRQ(PCI_INTB, IRQ_PCIINTB), | ||
40 | INTC_IRQ(PCI_INTC, IRQ_PCIINTC), | ||
41 | INTC_IRQ(PCI_INTD, IRQ_PCIINTD), | ||
42 | INTC_IRQ(ATA, IRQ_ATA), | ||
43 | INTC_IRQ(FATA, IRQ_FATA), | ||
44 | INTC_IRQ(POWER, IRQ_POWER), | ||
45 | INTC_IRQ(BUTTON, IRQ_BUTTON), | ||
46 | }; | ||
34 | 47 | ||
35 | static struct irq_chip landisk_irq_chip __read_mostly = { | 48 | /* IRLMSK mask register layout for LANDISK */ |
36 | .name = "LANDISK", | 49 | static struct intc_mask_reg mask_registers_landisk[] __initdata = { |
37 | .mask = disable_landisk_irq, | 50 | { PA_IMASK, 0, 8, /* IRLMSK */ |
38 | .unmask = enable_landisk_irq, | 51 | { BUTTON, POWER, FATA, ATA, |
39 | .mask_ack = disable_landisk_irq, | 52 | PCI_INTD, PCI_INTC, PCI_INTB, PCI_INTA, |
53 | } | ||
54 | }, | ||
40 | }; | 55 | }; |
41 | 56 | ||
57 | static DECLARE_INTC_DESC(intc_desc_landisk, "landisk", vectors_landisk, NULL, | ||
58 | mask_registers_landisk, NULL, NULL); | ||
42 | /* | 59 | /* |
43 | * Initialize IRQ setting | 60 | * Initialize IRQ setting |
44 | */ | 61 | */ |
45 | void __init init_landisk_IRQ(void) | 62 | void __init init_landisk_IRQ(void) |
46 | { | 63 | { |
47 | int i; | 64 | register_intc_controller(&intc_desc_landisk); |
48 | |||
49 | for (i = 5; i < 14; i++) { | ||
50 | disable_irq_nosync(i); | ||
51 | set_irq_chip_and_handler_name(i, &landisk_irq_chip, | ||
52 | handle_level_irq, "level"); | ||
53 | enable_landisk_irq(i); | ||
54 | } | ||
55 | __raw_writeb(0x00, PA_PWRINT_CLR); | 65 | __raw_writeb(0x00, PA_PWRINT_CLR); |
56 | } | 66 | } |
diff --git a/arch/sh/boards/mach-landisk/setup.c b/arch/sh/boards/mach-landisk/setup.c index 50337acc18c5..f1147caebacf 100644 --- a/arch/sh/boards/mach-landisk/setup.c +++ b/arch/sh/boards/mach-landisk/setup.c | |||
@@ -21,11 +21,9 @@ | |||
21 | #include <mach-landisk/mach/iodata_landisk.h> | 21 | #include <mach-landisk/mach/iodata_landisk.h> |
22 | #include <asm/io.h> | 22 | #include <asm/io.h> |
23 | 23 | ||
24 | void init_landisk_IRQ(void); | ||
25 | |||
26 | static void landisk_power_off(void) | 24 | static void landisk_power_off(void) |
27 | { | 25 | { |
28 | __raw_writeb(0x01, PA_SHUTDOWN); | 26 | __raw_writeb(0x01, PA_SHUTDOWN); |
29 | } | 27 | } |
30 | 28 | ||
31 | static struct resource cf_ide_resources[3]; | 29 | static struct resource cf_ide_resources[3]; |
@@ -83,11 +81,11 @@ static int __init landisk_devices_setup(void) | |||
83 | ARRAY_SIZE(landisk_devices)); | 81 | ARRAY_SIZE(landisk_devices)); |
84 | } | 82 | } |
85 | 83 | ||
86 | __initcall(landisk_devices_setup); | 84 | device_initcall(landisk_devices_setup); |
87 | 85 | ||
88 | static void __init landisk_setup(char **cmdline_p) | 86 | static void __init landisk_setup(char **cmdline_p) |
89 | { | 87 | { |
90 | /* LED ON */ | 88 | /* LED ON */ |
91 | __raw_writeb(__raw_readb(PA_LED) | 0x03, PA_LED); | 89 | __raw_writeb(__raw_readb(PA_LED) | 0x03, PA_LED); |
92 | 90 | ||
93 | printk(KERN_INFO "I-O DATA DEVICE, INC. \"LANDISK Series\" support.\n"); | 91 | printk(KERN_INFO "I-O DATA DEVICE, INC. \"LANDISK Series\" support.\n"); |
@@ -99,7 +97,6 @@ static void __init landisk_setup(char **cmdline_p) | |||
99 | */ | 97 | */ |
100 | static struct sh_machine_vector mv_landisk __initmv = { | 98 | static struct sh_machine_vector mv_landisk __initmv = { |
101 | .mv_name = "LANDISK", | 99 | .mv_name = "LANDISK", |
102 | .mv_nr_irqs = 72, | ||
103 | .mv_setup = landisk_setup, | 100 | .mv_setup = landisk_setup, |
104 | .mv_init_irq = init_landisk_IRQ, | 101 | .mv_init_irq = init_landisk_IRQ, |
105 | }; | 102 | }; |
diff --git a/arch/sh/boards/mach-microdev/io.c b/arch/sh/boards/mach-microdev/io.c index 2960c659020e..acdafb0c6404 100644 --- a/arch/sh/boards/mach-microdev/io.c +++ b/arch/sh/boards/mach-microdev/io.c | |||
@@ -54,7 +54,7 @@ | |||
54 | /* | 54 | /* |
55 | * map I/O ports to memory-mapped addresses | 55 | * map I/O ports to memory-mapped addresses |
56 | */ | 56 | */ |
57 | static unsigned long microdev_isa_port2addr(unsigned long offset) | 57 | void __iomem *microdev_ioport_map(unsigned long offset, unsigned int len) |
58 | { | 58 | { |
59 | unsigned long result; | 59 | unsigned long result; |
60 | 60 | ||
@@ -72,16 +72,6 @@ static unsigned long microdev_isa_port2addr(unsigned long offset) | |||
72 | * Configuration Registers | 72 | * Configuration Registers |
73 | */ | 73 | */ |
74 | result = IO_SUPERIO_PHYS + (offset << 1); | 74 | result = IO_SUPERIO_PHYS + (offset << 1); |
75 | #if 0 | ||
76 | } else if (offset == KBD_DATA_REG || offset == KBD_CNTL_REG || | ||
77 | offset == KBD_STATUS_REG) { | ||
78 | /* | ||
79 | * SMSC FDC37C93xAPM SuperIO chip | ||
80 | * | ||
81 | * PS/2 Keyboard + Mouse (ports 0x60 and 0x64). | ||
82 | */ | ||
83 | result = IO_SUPERIO_PHYS + (offset << 1); | ||
84 | #endif | ||
85 | } else if (((offset >= IO_IDE1_BASE) && | 75 | } else if (((offset >= IO_IDE1_BASE) && |
86 | (offset < IO_IDE1_BASE + IO_IDE_EXTENT)) || | 76 | (offset < IO_IDE1_BASE + IO_IDE_EXTENT)) || |
87 | (offset == IO_IDE1_MISC)) { | 77 | (offset == IO_IDE1_MISC)) { |
@@ -131,237 +121,5 @@ static unsigned long microdev_isa_port2addr(unsigned long offset) | |||
131 | result = PVR; | 121 | result = PVR; |
132 | } | 122 | } |
133 | 123 | ||
134 | return result; | 124 | return (void __iomem *)result; |
135 | } | ||
136 | |||
137 | #define PORT2ADDR(x) (microdev_isa_port2addr(x)) | ||
138 | |||
139 | static inline void delay(void) | ||
140 | { | ||
141 | #if defined(CONFIG_PCI) | ||
142 | /* System board present, just make a dummy SRAM access. (CS0 will be | ||
143 | mapped to PCI memory, probably good to avoid it.) */ | ||
144 | __raw_readw(0xa6800000); | ||
145 | #else | ||
146 | /* CS0 will be mapped to flash, ROM etc so safe to access it. */ | ||
147 | __raw_readw(0xa0000000); | ||
148 | #endif | ||
149 | } | ||
150 | |||
151 | unsigned char microdev_inb(unsigned long port) | ||
152 | { | ||
153 | #ifdef CONFIG_PCI | ||
154 | if (port >= PCIBIOS_MIN_IO) | ||
155 | return microdev_pci_inb(port); | ||
156 | #endif | ||
157 | return *(volatile unsigned char*)PORT2ADDR(port); | ||
158 | } | ||
159 | |||
160 | unsigned short microdev_inw(unsigned long port) | ||
161 | { | ||
162 | #ifdef CONFIG_PCI | ||
163 | if (port >= PCIBIOS_MIN_IO) | ||
164 | return microdev_pci_inw(port); | ||
165 | #endif | ||
166 | return *(volatile unsigned short*)PORT2ADDR(port); | ||
167 | } | ||
168 | |||
169 | unsigned int microdev_inl(unsigned long port) | ||
170 | { | ||
171 | #ifdef CONFIG_PCI | ||
172 | if (port >= PCIBIOS_MIN_IO) | ||
173 | return microdev_pci_inl(port); | ||
174 | #endif | ||
175 | return *(volatile unsigned int*)PORT2ADDR(port); | ||
176 | } | ||
177 | |||
178 | void microdev_outw(unsigned short b, unsigned long port) | ||
179 | { | ||
180 | #ifdef CONFIG_PCI | ||
181 | if (port >= PCIBIOS_MIN_IO) { | ||
182 | microdev_pci_outw(b, port); | ||
183 | return; | ||
184 | } | ||
185 | #endif | ||
186 | *(volatile unsigned short*)PORT2ADDR(port) = b; | ||
187 | } | ||
188 | |||
189 | void microdev_outb(unsigned char b, unsigned long port) | ||
190 | { | ||
191 | #ifdef CONFIG_PCI | ||
192 | if (port >= PCIBIOS_MIN_IO) { | ||
193 | microdev_pci_outb(b, port); | ||
194 | return; | ||
195 | } | ||
196 | #endif | ||
197 | |||
198 | /* | ||
199 | * There is a board feature with the current SH4-202 MicroDev in | ||
200 | * that the 2 byte enables (nBE0 and nBE1) are tied together (and | ||
201 | * to the Chip Select Line (Ethernet_CS)). Due to this connectivity, | ||
202 | * it is not possible to safely perform 8-bit writes to the | ||
203 | * Ethernet registers, as 16-bits will be consumed from the Data | ||
204 | * lines (corrupting the other byte). Hence, this function is | ||
205 | * written to implement 16-bit read/modify/write for all byte-wide | ||
206 | * accesses. | ||
207 | * | ||
208 | * Note: there is no problem with byte READS (even or odd). | ||
209 | * | ||
210 | * Sean McGoogan - 16th June 2003. | ||
211 | */ | ||
212 | if ((port >= IO_LAN91C111_BASE) && | ||
213 | (port < IO_LAN91C111_BASE + IO_LAN91C111_EXTENT)) { | ||
214 | /* | ||
215 | * Then are trying to perform a byte-write to the | ||
216 | * LAN91C111. This needs special care. | ||
217 | */ | ||
218 | if (port % 2 == 1) { /* is the port odd ? */ | ||
219 | /* unset bit-0, i.e. make even */ | ||
220 | const unsigned long evenPort = port-1; | ||
221 | unsigned short word; | ||
222 | |||
223 | /* | ||
224 | * do a 16-bit read/write to write to 'port', | ||
225 | * preserving even byte. | ||
226 | * | ||
227 | * Even addresses are bits 0-7 | ||
228 | * Odd addresses are bits 8-15 | ||
229 | */ | ||
230 | word = microdev_inw(evenPort); | ||
231 | word = (word & 0xffu) | (b << 8); | ||
232 | microdev_outw(word, evenPort); | ||
233 | } else { | ||
234 | /* else, we are trying to do an even byte write */ | ||
235 | unsigned short word; | ||
236 | |||
237 | /* | ||
238 | * do a 16-bit read/write to write to 'port', | ||
239 | * preserving odd byte. | ||
240 | * | ||
241 | * Even addresses are bits 0-7 | ||
242 | * Odd addresses are bits 8-15 | ||
243 | */ | ||
244 | word = microdev_inw(port); | ||
245 | word = (word & 0xff00u) | (b); | ||
246 | microdev_outw(word, port); | ||
247 | } | ||
248 | } else { | ||
249 | *(volatile unsigned char*)PORT2ADDR(port) = b; | ||
250 | } | ||
251 | } | ||
252 | |||
253 | void microdev_outl(unsigned int b, unsigned long port) | ||
254 | { | ||
255 | #ifdef CONFIG_PCI | ||
256 | if (port >= PCIBIOS_MIN_IO) { | ||
257 | microdev_pci_outl(b, port); | ||
258 | return; | ||
259 | } | ||
260 | #endif | ||
261 | *(volatile unsigned int*)PORT2ADDR(port) = b; | ||
262 | } | ||
263 | |||
264 | unsigned char microdev_inb_p(unsigned long port) | ||
265 | { | ||
266 | unsigned char v = microdev_inb(port); | ||
267 | delay(); | ||
268 | return v; | ||
269 | } | ||
270 | |||
271 | unsigned short microdev_inw_p(unsigned long port) | ||
272 | { | ||
273 | unsigned short v = microdev_inw(port); | ||
274 | delay(); | ||
275 | return v; | ||
276 | } | ||
277 | |||
278 | unsigned int microdev_inl_p(unsigned long port) | ||
279 | { | ||
280 | unsigned int v = microdev_inl(port); | ||
281 | delay(); | ||
282 | return v; | ||
283 | } | ||
284 | |||
285 | void microdev_outb_p(unsigned char b, unsigned long port) | ||
286 | { | ||
287 | microdev_outb(b, port); | ||
288 | delay(); | ||
289 | } | ||
290 | |||
291 | void microdev_outw_p(unsigned short b, unsigned long port) | ||
292 | { | ||
293 | microdev_outw(b, port); | ||
294 | delay(); | ||
295 | } | ||
296 | |||
297 | void microdev_outl_p(unsigned int b, unsigned long port) | ||
298 | { | ||
299 | microdev_outl(b, port); | ||
300 | delay(); | ||
301 | } | ||
302 | |||
303 | void microdev_insb(unsigned long port, void *buffer, unsigned long count) | ||
304 | { | ||
305 | volatile unsigned char *port_addr; | ||
306 | unsigned char *buf = buffer; | ||
307 | |||
308 | port_addr = (volatile unsigned char *)PORT2ADDR(port); | ||
309 | |||
310 | while (count--) | ||
311 | *buf++ = *port_addr; | ||
312 | } | ||
313 | |||
314 | void microdev_insw(unsigned long port, void *buffer, unsigned long count) | ||
315 | { | ||
316 | volatile unsigned short *port_addr; | ||
317 | unsigned short *buf = buffer; | ||
318 | |||
319 | port_addr = (volatile unsigned short *)PORT2ADDR(port); | ||
320 | |||
321 | while (count--) | ||
322 | *buf++ = *port_addr; | ||
323 | } | ||
324 | |||
325 | void microdev_insl(unsigned long port, void *buffer, unsigned long count) | ||
326 | { | ||
327 | volatile unsigned long *port_addr; | ||
328 | unsigned int *buf = buffer; | ||
329 | |||
330 | port_addr = (volatile unsigned long *)PORT2ADDR(port); | ||
331 | |||
332 | while (count--) | ||
333 | *buf++ = *port_addr; | ||
334 | } | ||
335 | |||
336 | void microdev_outsb(unsigned long port, const void *buffer, unsigned long count) | ||
337 | { | ||
338 | volatile unsigned char *port_addr; | ||
339 | const unsigned char *buf = buffer; | ||
340 | |||
341 | port_addr = (volatile unsigned char *)PORT2ADDR(port); | ||
342 | |||
343 | while (count--) | ||
344 | *port_addr = *buf++; | ||
345 | } | ||
346 | |||
347 | void microdev_outsw(unsigned long port, const void *buffer, unsigned long count) | ||
348 | { | ||
349 | volatile unsigned short *port_addr; | ||
350 | const unsigned short *buf = buffer; | ||
351 | |||
352 | port_addr = (volatile unsigned short *)PORT2ADDR(port); | ||
353 | |||
354 | while (count--) | ||
355 | *port_addr = *buf++; | ||
356 | } | ||
357 | |||
358 | void microdev_outsl(unsigned long port, const void *buffer, unsigned long count) | ||
359 | { | ||
360 | volatile unsigned long *port_addr; | ||
361 | const unsigned int *buf = buffer; | ||
362 | |||
363 | port_addr = (volatile unsigned long *)PORT2ADDR(port); | ||
364 | |||
365 | while (count--) | ||
366 | *port_addr = *buf++; | ||
367 | } | 125 | } |
diff --git a/arch/sh/boards/mach-microdev/irq.c b/arch/sh/boards/mach-microdev/irq.c index a26d16669aa2..4fb00369f0e2 100644 --- a/arch/sh/boards/mach-microdev/irq.c +++ b/arch/sh/boards/mach-microdev/irq.c | |||
@@ -65,19 +65,9 @@ static const struct { | |||
65 | # error Inconsistancy in defining the IRQ# for primary IDE! | 65 | # error Inconsistancy in defining the IRQ# for primary IDE! |
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | static void enable_microdev_irq(unsigned int irq); | 68 | static void disable_microdev_irq(struct irq_data *data) |
69 | static void disable_microdev_irq(unsigned int irq); | ||
70 | static void mask_and_ack_microdev(unsigned int); | ||
71 | |||
72 | static struct irq_chip microdev_irq_type = { | ||
73 | .name = "MicroDev-IRQ", | ||
74 | .unmask = enable_microdev_irq, | ||
75 | .mask = disable_microdev_irq, | ||
76 | .ack = mask_and_ack_microdev, | ||
77 | }; | ||
78 | |||
79 | static void disable_microdev_irq(unsigned int irq) | ||
80 | { | 69 | { |
70 | unsigned int irq = data->irq; | ||
81 | unsigned int fpgaIrq; | 71 | unsigned int fpgaIrq; |
82 | 72 | ||
83 | if (irq >= NUM_EXTERNAL_IRQS) | 73 | if (irq >= NUM_EXTERNAL_IRQS) |
@@ -91,8 +81,9 @@ static void disable_microdev_irq(unsigned int irq) | |||
91 | __raw_writel(MICRODEV_FPGA_INTC_MASK(fpgaIrq), MICRODEV_FPGA_INTDSB_REG); | 81 | __raw_writel(MICRODEV_FPGA_INTC_MASK(fpgaIrq), MICRODEV_FPGA_INTDSB_REG); |
92 | } | 82 | } |
93 | 83 | ||
94 | static void enable_microdev_irq(unsigned int irq) | 84 | static void enable_microdev_irq(struct irq_data *data) |
95 | { | 85 | { |
86 | unsigned int irq = data->irq; | ||
96 | unsigned long priorityReg, priorities, pri; | 87 | unsigned long priorityReg, priorities, pri; |
97 | unsigned int fpgaIrq; | 88 | unsigned int fpgaIrq; |
98 | 89 | ||
@@ -116,17 +107,18 @@ static void enable_microdev_irq(unsigned int irq) | |||
116 | __raw_writel(MICRODEV_FPGA_INTC_MASK(fpgaIrq), MICRODEV_FPGA_INTENB_REG); | 107 | __raw_writel(MICRODEV_FPGA_INTC_MASK(fpgaIrq), MICRODEV_FPGA_INTENB_REG); |
117 | } | 108 | } |
118 | 109 | ||
110 | static struct irq_chip microdev_irq_type = { | ||
111 | .name = "MicroDev-IRQ", | ||
112 | .irq_unmask = enable_microdev_irq, | ||
113 | .irq_mask = disable_microdev_irq, | ||
114 | }; | ||
115 | |||
119 | /* This function sets the desired irq handler to be a MicroDev type */ | 116 | /* This function sets the desired irq handler to be a MicroDev type */ |
120 | static void __init make_microdev_irq(unsigned int irq) | 117 | static void __init make_microdev_irq(unsigned int irq) |
121 | { | 118 | { |
122 | disable_irq_nosync(irq); | 119 | disable_irq_nosync(irq); |
123 | set_irq_chip_and_handler(irq, µdev_irq_type, handle_level_irq); | 120 | irq_set_chip_and_handler(irq, µdev_irq_type, handle_level_irq); |
124 | disable_microdev_irq(irq); | 121 | disable_microdev_irq(irq_get_irq_data(irq)); |
125 | } | ||
126 | |||
127 | static void mask_and_ack_microdev(unsigned int irq) | ||
128 | { | ||
129 | disable_microdev_irq(irq); | ||
130 | } | 122 | } |
131 | 123 | ||
132 | extern void __init init_microdev_irq(void) | 124 | extern void __init init_microdev_irq(void) |
diff --git a/arch/sh/boards/mach-microdev/setup.c b/arch/sh/boards/mach-microdev/setup.c index d1df2a4fb9b8..d8a747291e03 100644 --- a/arch/sh/boards/mach-microdev/setup.c +++ b/arch/sh/boards/mach-microdev/setup.c | |||
@@ -195,27 +195,6 @@ device_initcall(microdev_devices_setup); | |||
195 | static struct sh_machine_vector mv_sh4202_microdev __initmv = { | 195 | static struct sh_machine_vector mv_sh4202_microdev __initmv = { |
196 | .mv_name = "SH4-202 MicroDev", | 196 | .mv_name = "SH4-202 MicroDev", |
197 | .mv_nr_irqs = 72, | 197 | .mv_nr_irqs = 72, |
198 | 198 | .mv_ioport_map = microdev_ioport_map, | |
199 | .mv_inb = microdev_inb, | ||
200 | .mv_inw = microdev_inw, | ||
201 | .mv_inl = microdev_inl, | ||
202 | .mv_outb = microdev_outb, | ||
203 | .mv_outw = microdev_outw, | ||
204 | .mv_outl = microdev_outl, | ||
205 | |||
206 | .mv_inb_p = microdev_inb_p, | ||
207 | .mv_inw_p = microdev_inw_p, | ||
208 | .mv_inl_p = microdev_inl_p, | ||
209 | .mv_outb_p = microdev_outb_p, | ||
210 | .mv_outw_p = microdev_outw_p, | ||
211 | .mv_outl_p = microdev_outl_p, | ||
212 | |||
213 | .mv_insb = microdev_insb, | ||
214 | .mv_insw = microdev_insw, | ||
215 | .mv_insl = microdev_insl, | ||
216 | .mv_outsb = microdev_outsb, | ||
217 | .mv_outsw = microdev_outsw, | ||
218 | .mv_outsl = microdev_outsl, | ||
219 | |||
220 | .mv_init_irq = init_microdev_irq, | 199 | .mv_init_irq = init_microdev_irq, |
221 | }; | 200 | }; |
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index 662debe4ead2..184fde169132 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -12,7 +12,8 @@ | |||
12 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
13 | #include <linux/input.h> | 13 | #include <linux/input.h> |
14 | #include <linux/input/sh_keysc.h> | 14 | #include <linux/input/sh_keysc.h> |
15 | #include <linux/mfd/sh_mobile_sdhi.h> | 15 | #include <linux/mmc/host.h> |
16 | #include <linux/mmc/sh_mobile_sdhi.h> | ||
16 | #include <linux/mtd/physmap.h> | 17 | #include <linux/mtd/physmap.h> |
17 | #include <linux/mtd/nand.h> | 18 | #include <linux/mtd/nand.h> |
18 | #include <linux/i2c.h> | 19 | #include <linux/i2c.h> |
@@ -213,51 +214,55 @@ static struct platform_device migor_nand_flash_device = { | |||
213 | } | 214 | } |
214 | }; | 215 | }; |
215 | 216 | ||
217 | const static struct fb_videomode migor_lcd_modes[] = { | ||
218 | { | ||
219 | #if defined(CONFIG_SH_MIGOR_RTA_WVGA) | ||
220 | .name = "LB070WV1", | ||
221 | .xres = 800, | ||
222 | .yres = 480, | ||
223 | .left_margin = 64, | ||
224 | .right_margin = 16, | ||
225 | .hsync_len = 120, | ||
226 | .sync = 0, | ||
227 | #elif defined(CONFIG_SH_MIGOR_QVGA) | ||
228 | .name = "PH240320T", | ||
229 | .xres = 320, | ||
230 | .yres = 240, | ||
231 | .left_margin = 0, | ||
232 | .right_margin = 16, | ||
233 | .hsync_len = 8, | ||
234 | .sync = FB_SYNC_HOR_HIGH_ACT, | ||
235 | #endif | ||
236 | .upper_margin = 1, | ||
237 | .lower_margin = 17, | ||
238 | .vsync_len = 2, | ||
239 | }, | ||
240 | }; | ||
241 | |||
216 | static struct sh_mobile_lcdc_info sh_mobile_lcdc_info = { | 242 | static struct sh_mobile_lcdc_info sh_mobile_lcdc_info = { |
217 | #ifdef CONFIG_SH_MIGOR_RTA_WVGA | 243 | #if defined(CONFIG_SH_MIGOR_RTA_WVGA) |
218 | .clock_source = LCDC_CLK_BUS, | 244 | .clock_source = LCDC_CLK_BUS, |
219 | .ch[0] = { | 245 | .ch[0] = { |
220 | .chan = LCDC_CHAN_MAINLCD, | 246 | .chan = LCDC_CHAN_MAINLCD, |
221 | .bpp = 16, | 247 | .bpp = 16, |
222 | .interface_type = RGB16, | 248 | .interface_type = RGB16, |
223 | .clock_divider = 2, | 249 | .clock_divider = 2, |
224 | .lcd_cfg = { | 250 | .lcd_cfg = migor_lcd_modes, |
225 | .name = "LB070WV1", | 251 | .num_cfg = ARRAY_SIZE(migor_lcd_modes), |
226 | .xres = 800, | ||
227 | .yres = 480, | ||
228 | .left_margin = 64, | ||
229 | .right_margin = 16, | ||
230 | .hsync_len = 120, | ||
231 | .upper_margin = 1, | ||
232 | .lower_margin = 17, | ||
233 | .vsync_len = 2, | ||
234 | .sync = 0, | ||
235 | }, | ||
236 | .lcd_size_cfg = { /* 7.0 inch */ | 252 | .lcd_size_cfg = { /* 7.0 inch */ |
237 | .width = 152, | 253 | .width = 152, |
238 | .height = 91, | 254 | .height = 91, |
239 | }, | 255 | }, |
240 | } | 256 | } |
241 | #endif | 257 | #elif defined(CONFIG_SH_MIGOR_QVGA) |
242 | #ifdef CONFIG_SH_MIGOR_QVGA | ||
243 | .clock_source = LCDC_CLK_PERIPHERAL, | 258 | .clock_source = LCDC_CLK_PERIPHERAL, |
244 | .ch[0] = { | 259 | .ch[0] = { |
245 | .chan = LCDC_CHAN_MAINLCD, | 260 | .chan = LCDC_CHAN_MAINLCD, |
246 | .bpp = 16, | 261 | .bpp = 16, |
247 | .interface_type = SYS16A, | 262 | .interface_type = SYS16A, |
248 | .clock_divider = 10, | 263 | .clock_divider = 10, |
249 | .lcd_cfg = { | 264 | .lcd_cfg = migor_lcd_modes, |
250 | .name = "PH240320T", | 265 | .num_cfg = ARRAY_SIZE(migor_lcd_modes), |
251 | .xres = 320, | ||
252 | .yres = 240, | ||
253 | .left_margin = 0, | ||
254 | .right_margin = 16, | ||
255 | .hsync_len = 8, | ||
256 | .upper_margin = 1, | ||
257 | .lower_margin = 17, | ||
258 | .vsync_len = 2, | ||
259 | .sync = FB_SYNC_HOR_HIGH_ACT, | ||
260 | }, | ||
261 | .lcd_size_cfg = { /* 2.4 inch */ | 266 | .lcd_size_cfg = { /* 2.4 inch */ |
262 | .width = 49, | 267 | .width = 49, |
263 | .height = 37, | 268 | .height = 37, |
@@ -394,7 +399,7 @@ static struct resource sdhi_cn9_resources[] = { | |||
394 | [0] = { | 399 | [0] = { |
395 | .name = "SDHI", | 400 | .name = "SDHI", |
396 | .start = 0x04ce0000, | 401 | .start = 0x04ce0000, |
397 | .end = 0x04ce01ff, | 402 | .end = 0x04ce00ff, |
398 | .flags = IORESOURCE_MEM, | 403 | .flags = IORESOURCE_MEM, |
399 | }, | 404 | }, |
400 | [1] = { | 405 | [1] = { |
@@ -406,6 +411,7 @@ static struct resource sdhi_cn9_resources[] = { | |||
406 | static struct sh_mobile_sdhi_info sh7724_sdhi_data = { | 411 | static struct sh_mobile_sdhi_info sh7724_sdhi_data = { |
407 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, | 412 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, |
408 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, | 413 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, |
414 | .tmio_caps = MMC_CAP_SDIO_IRQ, | ||
409 | }; | 415 | }; |
410 | 416 | ||
411 | static struct platform_device sdhi_cn9_device = { | 417 | static struct platform_device sdhi_cn9_device = { |
@@ -450,7 +456,6 @@ static struct soc_camera_link ov7725_link = { | |||
450 | .power = ov7725_power, | 456 | .power = ov7725_power, |
451 | .board_info = &migor_i2c_camera[0], | 457 | .board_info = &migor_i2c_camera[0], |
452 | .i2c_adapter_id = 0, | 458 | .i2c_adapter_id = 0, |
453 | .module_name = "ov772x", | ||
454 | .priv = &ov7725_info, | 459 | .priv = &ov7725_info, |
455 | }; | 460 | }; |
456 | 461 | ||
@@ -463,7 +468,6 @@ static struct soc_camera_link tw9910_link = { | |||
463 | .power = tw9910_power, | 468 | .power = tw9910_power, |
464 | .board_info = &migor_i2c_camera[1], | 469 | .board_info = &migor_i2c_camera[1], |
465 | .i2c_adapter_id = 0, | 470 | .i2c_adapter_id = 0, |
466 | .module_name = "tw9910", | ||
467 | .priv = &tw9910_info, | 471 | .priv = &tw9910_info, |
468 | }; | 472 | }; |
469 | 473 | ||
diff --git a/arch/sh/boards/mach-r2d/setup.c b/arch/sh/boards/mach-r2d/setup.c index b84df6a3a93c..4b98a5251f83 100644 --- a/arch/sh/boards/mach-r2d/setup.c +++ b/arch/sh/boards/mach-r2d/setup.c | |||
@@ -258,7 +258,7 @@ static int __init rts7751r2d_devices_setup(void) | |||
258 | return platform_add_devices(rts7751r2d_devices, | 258 | return platform_add_devices(rts7751r2d_devices, |
259 | ARRAY_SIZE(rts7751r2d_devices)); | 259 | ARRAY_SIZE(rts7751r2d_devices)); |
260 | } | 260 | } |
261 | __initcall(rts7751r2d_devices_setup); | 261 | device_initcall(rts7751r2d_devices_setup); |
262 | 262 | ||
263 | static void rts7751r2d_power_off(void) | 263 | static void rts7751r2d_power_off(void) |
264 | { | 264 | { |
diff --git a/arch/sh/boards/mach-rsk/devices-rsk7203.c b/arch/sh/boards/mach-rsk/devices-rsk7203.c index 4fa08ba10253..a8089f79d058 100644 --- a/arch/sh/boards/mach-rsk/devices-rsk7203.c +++ b/arch/sh/boards/mach-rsk/devices-rsk7203.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Renesas Technology Europe RSK+ 7203 Support. | 2 | * Renesas Technology Europe RSK+ 7203 Support. |
3 | * | 3 | * |
4 | * Copyright (C) 2008 Paul Mundt | 4 | * Copyright (C) 2008 - 2010 Paul Mundt |
5 | * | 5 | * |
6 | * This file is subject to the terms and conditions of the GNU General Public | 6 | * This file is subject to the terms and conditions of the GNU General Public |
7 | * License. See the file "COPYING" in the main directory of this archive | 7 | * License. See the file "COPYING" in the main directory of this archive |
@@ -12,7 +12,9 @@ | |||
12 | #include <linux/platform_device.h> | 12 | #include <linux/platform_device.h> |
13 | #include <linux/interrupt.h> | 13 | #include <linux/interrupt.h> |
14 | #include <linux/smsc911x.h> | 14 | #include <linux/smsc911x.h> |
15 | #include <linux/input.h> | ||
15 | #include <linux/gpio.h> | 16 | #include <linux/gpio.h> |
17 | #include <linux/gpio_keys.h> | ||
16 | #include <linux/leds.h> | 18 | #include <linux/leds.h> |
17 | #include <asm/machvec.h> | 19 | #include <asm/machvec.h> |
18 | #include <asm/io.h> | 20 | #include <asm/io.h> |
@@ -84,9 +86,42 @@ static struct platform_device led_device = { | |||
84 | }, | 86 | }, |
85 | }; | 87 | }; |
86 | 88 | ||
89 | static struct gpio_keys_button rsk7203_gpio_keys_table[] = { | ||
90 | { | ||
91 | .code = BTN_0, | ||
92 | .gpio = GPIO_PB0, | ||
93 | .active_low = 1, | ||
94 | .desc = "SW1", | ||
95 | }, { | ||
96 | .code = BTN_1, | ||
97 | .gpio = GPIO_PB1, | ||
98 | .active_low = 1, | ||
99 | .desc = "SW2", | ||
100 | }, { | ||
101 | .code = BTN_2, | ||
102 | .gpio = GPIO_PB2, | ||
103 | .active_low = 1, | ||
104 | .desc = "SW3", | ||
105 | }, | ||
106 | }; | ||
107 | |||
108 | static struct gpio_keys_platform_data rsk7203_gpio_keys_info = { | ||
109 | .buttons = rsk7203_gpio_keys_table, | ||
110 | .nbuttons = ARRAY_SIZE(rsk7203_gpio_keys_table), | ||
111 | .poll_interval = 50, /* default to 50ms */ | ||
112 | }; | ||
113 | |||
114 | static struct platform_device keys_device = { | ||
115 | .name = "gpio-keys-polled", | ||
116 | .dev = { | ||
117 | .platform_data = &rsk7203_gpio_keys_info, | ||
118 | }, | ||
119 | }; | ||
120 | |||
87 | static struct platform_device *rsk7203_devices[] __initdata = { | 121 | static struct platform_device *rsk7203_devices[] __initdata = { |
88 | &smsc911x_device, | 122 | &smsc911x_device, |
89 | &led_device, | 123 | &led_device, |
124 | &keys_device, | ||
90 | }; | 125 | }; |
91 | 126 | ||
92 | static int __init rsk7203_devices_setup(void) | 127 | static int __init rsk7203_devices_setup(void) |
diff --git a/arch/sh/boards/mach-sdk7786/Makefile b/arch/sh/boards/mach-sdk7786/Makefile index a29f19e85b63..8ae56e9560ac 100644 --- a/arch/sh/boards/mach-sdk7786/Makefile +++ b/arch/sh/boards/mach-sdk7786/Makefile | |||
@@ -1 +1,4 @@ | |||
1 | obj-y := setup.o fpga.o irq.o | 1 | obj-y := fpga.o irq.o nmi.o setup.o |
2 | |||
3 | obj-$(CONFIG_GENERIC_GPIO) += gpio.o | ||
4 | obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o | ||
diff --git a/arch/sh/boards/mach-sdk7786/gpio.c b/arch/sh/boards/mach-sdk7786/gpio.c new file mode 100644 index 000000000000..f71ce09d4e15 --- /dev/null +++ b/arch/sh/boards/mach-sdk7786/gpio.c | |||
@@ -0,0 +1,49 @@ | |||
1 | /* | ||
2 | * SDK7786 FPGA USRGPIR Support. | ||
3 | * | ||
4 | * Copyright (C) 2010 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #include <linux/init.h> | ||
11 | #include <linux/interrupt.h> | ||
12 | #include <linux/gpio.h> | ||
13 | #include <linux/irq.h> | ||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/spinlock.h> | ||
16 | #include <linux/io.h> | ||
17 | #include <mach/fpga.h> | ||
18 | |||
19 | #define NR_FPGA_GPIOS 8 | ||
20 | |||
21 | static const char *usrgpir_gpio_names[NR_FPGA_GPIOS] = { | ||
22 | "in0", "in1", "in2", "in3", "in4", "in5", "in6", "in7", | ||
23 | }; | ||
24 | |||
25 | static int usrgpir_gpio_direction_input(struct gpio_chip *chip, unsigned gpio) | ||
26 | { | ||
27 | /* always in */ | ||
28 | return 0; | ||
29 | } | ||
30 | |||
31 | static int usrgpir_gpio_get(struct gpio_chip *chip, unsigned gpio) | ||
32 | { | ||
33 | return !!(fpga_read_reg(USRGPIR) & (1 << gpio)); | ||
34 | } | ||
35 | |||
36 | static struct gpio_chip usrgpir_gpio_chip = { | ||
37 | .label = "sdk7786-fpga", | ||
38 | .names = usrgpir_gpio_names, | ||
39 | .direction_input = usrgpir_gpio_direction_input, | ||
40 | .get = usrgpir_gpio_get, | ||
41 | .base = -1, /* don't care */ | ||
42 | .ngpio = NR_FPGA_GPIOS, | ||
43 | }; | ||
44 | |||
45 | static int __init usrgpir_gpio_setup(void) | ||
46 | { | ||
47 | return gpiochip_add(&usrgpir_gpio_chip); | ||
48 | } | ||
49 | device_initcall(usrgpir_gpio_setup); | ||
diff --git a/arch/sh/boards/mach-sdk7786/nmi.c b/arch/sh/boards/mach-sdk7786/nmi.c new file mode 100644 index 000000000000..edcfa1f568ba --- /dev/null +++ b/arch/sh/boards/mach-sdk7786/nmi.c | |||
@@ -0,0 +1,83 @@ | |||
1 | /* | ||
2 | * SDK7786 FPGA NMI Support. | ||
3 | * | ||
4 | * Copyright (C) 2010 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #include <linux/init.h> | ||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/string.h> | ||
13 | #include <mach/fpga.h> | ||
14 | |||
15 | enum { | ||
16 | NMI_MODE_MANUAL, | ||
17 | NMI_MODE_AUX, | ||
18 | NMI_MODE_MASKED, | ||
19 | NMI_MODE_ANY, | ||
20 | NMI_MODE_UNKNOWN, | ||
21 | }; | ||
22 | |||
23 | /* | ||
24 | * Default to the manual NMI switch. | ||
25 | */ | ||
26 | static unsigned int __initdata nmi_mode = NMI_MODE_ANY; | ||
27 | |||
28 | static int __init nmi_mode_setup(char *str) | ||
29 | { | ||
30 | if (!str) | ||
31 | return 0; | ||
32 | |||
33 | if (strcmp(str, "manual") == 0) | ||
34 | nmi_mode = NMI_MODE_MANUAL; | ||
35 | else if (strcmp(str, "aux") == 0) | ||
36 | nmi_mode = NMI_MODE_AUX; | ||
37 | else if (strcmp(str, "masked") == 0) | ||
38 | nmi_mode = NMI_MODE_MASKED; | ||
39 | else if (strcmp(str, "any") == 0) | ||
40 | nmi_mode = NMI_MODE_ANY; | ||
41 | else { | ||
42 | nmi_mode = NMI_MODE_UNKNOWN; | ||
43 | pr_warning("Unknown NMI mode %s\n", str); | ||
44 | } | ||
45 | |||
46 | printk("Set NMI mode to %d\n", nmi_mode); | ||
47 | return 0; | ||
48 | } | ||
49 | early_param("nmi_mode", nmi_mode_setup); | ||
50 | |||
51 | void __init sdk7786_nmi_init(void) | ||
52 | { | ||
53 | unsigned int source, mask, tmp; | ||
54 | |||
55 | switch (nmi_mode) { | ||
56 | case NMI_MODE_MANUAL: | ||
57 | source = NMISR_MAN_NMI; | ||
58 | mask = NMIMR_MAN_NMIM; | ||
59 | break; | ||
60 | case NMI_MODE_AUX: | ||
61 | source = NMISR_AUX_NMI; | ||
62 | mask = NMIMR_AUX_NMIM; | ||
63 | break; | ||
64 | case NMI_MODE_ANY: | ||
65 | source = NMISR_MAN_NMI | NMISR_AUX_NMI; | ||
66 | mask = NMIMR_MAN_NMIM | NMIMR_AUX_NMIM; | ||
67 | break; | ||
68 | case NMI_MODE_MASKED: | ||
69 | case NMI_MODE_UNKNOWN: | ||
70 | default: | ||
71 | source = mask = 0; | ||
72 | break; | ||
73 | } | ||
74 | |||
75 | /* Set the NMI source */ | ||
76 | tmp = fpga_read_reg(NMISR); | ||
77 | tmp &= ~NMISR_MASK; | ||
78 | tmp |= source; | ||
79 | fpga_write_reg(tmp, NMISR); | ||
80 | |||
81 | /* And the IRQ masking */ | ||
82 | fpga_write_reg(NMIMR_MASK ^ mask, NMIMR); | ||
83 | } | ||
diff --git a/arch/sh/boards/mach-sdk7786/setup.c b/arch/sh/boards/mach-sdk7786/setup.c index 2ec1ea5cf8ef..1521aa75ee3a 100644 --- a/arch/sh/boards/mach-sdk7786/setup.c +++ b/arch/sh/boards/mach-sdk7786/setup.c | |||
@@ -15,11 +15,13 @@ | |||
15 | #include <linux/i2c.h> | 15 | #include <linux/i2c.h> |
16 | #include <linux/irq.h> | 16 | #include <linux/irq.h> |
17 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
18 | #include <linux/clkdev.h> | ||
18 | #include <mach/fpga.h> | 19 | #include <mach/fpga.h> |
19 | #include <mach/irq.h> | 20 | #include <mach/irq.h> |
20 | #include <asm/machvec.h> | 21 | #include <asm/machvec.h> |
21 | #include <asm/heartbeat.h> | 22 | #include <asm/heartbeat.h> |
22 | #include <asm/sizes.h> | 23 | #include <asm/sizes.h> |
24 | #include <asm/clock.h> | ||
23 | #include <asm/reboot.h> | 25 | #include <asm/reboot.h> |
24 | #include <asm/smp-ops.h> | 26 | #include <asm/smp-ops.h> |
25 | 27 | ||
@@ -133,13 +135,52 @@ static int __init sdk7786_devices_setup(void) | |||
133 | 135 | ||
134 | return sdk7786_i2c_setup(); | 136 | return sdk7786_i2c_setup(); |
135 | } | 137 | } |
136 | __initcall(sdk7786_devices_setup); | 138 | device_initcall(sdk7786_devices_setup); |
137 | 139 | ||
138 | static int sdk7786_mode_pins(void) | 140 | static int sdk7786_mode_pins(void) |
139 | { | 141 | { |
140 | return fpga_read_reg(MODSWR); | 142 | return fpga_read_reg(MODSWR); |
141 | } | 143 | } |
142 | 144 | ||
145 | /* | ||
146 | * FPGA-driven PCIe clocks | ||
147 | * | ||
148 | * Historically these include the oscillator, clock B (slots 2/3/4) and | ||
149 | * clock A (slot 1 and the CPU clock). Newer revs of the PCB shove | ||
150 | * everything under a single PCIe clocks enable bit that happens to map | ||
151 | * to the same bit position as the oscillator bit for earlier FPGA | ||
152 | * versions. | ||
153 | * | ||
154 | * Given that the legacy clocks have the side-effect of shutting the CPU | ||
155 | * off through the FPGA along with the PCI slots, we simply leave them in | ||
156 | * their initial state and don't bother registering them with the clock | ||
157 | * framework. | ||
158 | */ | ||
159 | static int sdk7786_pcie_clk_enable(struct clk *clk) | ||
160 | { | ||
161 | fpga_write_reg(fpga_read_reg(PCIECR) | PCIECR_CLKEN, PCIECR); | ||
162 | return 0; | ||
163 | } | ||
164 | |||
165 | static void sdk7786_pcie_clk_disable(struct clk *clk) | ||
166 | { | ||
167 | fpga_write_reg(fpga_read_reg(PCIECR) & ~PCIECR_CLKEN, PCIECR); | ||
168 | } | ||
169 | |||
170 | static struct clk_ops sdk7786_pcie_clk_ops = { | ||
171 | .enable = sdk7786_pcie_clk_enable, | ||
172 | .disable = sdk7786_pcie_clk_disable, | ||
173 | }; | ||
174 | |||
175 | static struct clk sdk7786_pcie_clk = { | ||
176 | .ops = &sdk7786_pcie_clk_ops, | ||
177 | }; | ||
178 | |||
179 | static struct clk_lookup sdk7786_pcie_cl = { | ||
180 | .con_id = "pcie_plat_clk", | ||
181 | .clk = &sdk7786_pcie_clk, | ||
182 | }; | ||
183 | |||
143 | static int sdk7786_clk_init(void) | 184 | static int sdk7786_clk_init(void) |
144 | { | 185 | { |
145 | struct clk *clk; | 186 | struct clk *clk; |
@@ -158,7 +199,18 @@ static int sdk7786_clk_init(void) | |||
158 | ret = clk_set_rate(clk, 33333333); | 199 | ret = clk_set_rate(clk, 33333333); |
159 | clk_put(clk); | 200 | clk_put(clk); |
160 | 201 | ||
161 | return ret; | 202 | /* |
203 | * Setup the FPGA clocks. | ||
204 | */ | ||
205 | ret = clk_register(&sdk7786_pcie_clk); | ||
206 | if (unlikely(ret)) { | ||
207 | pr_err("FPGA clock registration failed\n"); | ||
208 | return ret; | ||
209 | } | ||
210 | |||
211 | clkdev_add(&sdk7786_pcie_cl); | ||
212 | |||
213 | return 0; | ||
162 | } | 214 | } |
163 | 215 | ||
164 | static void sdk7786_restart(char *cmd) | 216 | static void sdk7786_restart(char *cmd) |
@@ -185,6 +237,7 @@ static void __init sdk7786_setup(char **cmdline_p) | |||
185 | pr_info("Renesas Technology Europe SDK7786 support:\n"); | 237 | pr_info("Renesas Technology Europe SDK7786 support:\n"); |
186 | 238 | ||
187 | sdk7786_fpga_init(); | 239 | sdk7786_fpga_init(); |
240 | sdk7786_nmi_init(); | ||
188 | 241 | ||
189 | pr_info("\tPCB revision:\t%d\n", fpga_read_reg(PCBRR) & 0xf); | 242 | pr_info("\tPCB revision:\t%d\n", fpga_read_reg(PCBRR) & 0xf); |
190 | 243 | ||
diff --git a/arch/sh/boards/mach-sdk7786/sram.c b/arch/sh/boards/mach-sdk7786/sram.c new file mode 100644 index 000000000000..c81c3abbe01c --- /dev/null +++ b/arch/sh/boards/mach-sdk7786/sram.c | |||
@@ -0,0 +1,72 @@ | |||
1 | /* | ||
2 | * SDK7786 FPGA SRAM Support. | ||
3 | * | ||
4 | * Copyright (C) 2010 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
11 | |||
12 | #include <linux/init.h> | ||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/types.h> | ||
15 | #include <linux/io.h> | ||
16 | #include <linux/string.h> | ||
17 | #include <mach/fpga.h> | ||
18 | #include <asm/sram.h> | ||
19 | #include <asm/sizes.h> | ||
20 | |||
21 | static int __init fpga_sram_init(void) | ||
22 | { | ||
23 | unsigned long phys; | ||
24 | unsigned int area; | ||
25 | void __iomem *vaddr; | ||
26 | int ret; | ||
27 | u16 data; | ||
28 | |||
29 | /* Enable FPGA SRAM */ | ||
30 | data = fpga_read_reg(LCLASR); | ||
31 | data |= LCLASR_FRAMEN; | ||
32 | fpga_write_reg(data, LCLASR); | ||
33 | |||
34 | /* | ||
35 | * FPGA_SEL determines the area mapping | ||
36 | */ | ||
37 | area = (data & LCLASR_FPGA_SEL_MASK) >> LCLASR_FPGA_SEL_SHIFT; | ||
38 | if (unlikely(area == LCLASR_AREA_MASK)) { | ||
39 | pr_err("FPGA memory unmapped.\n"); | ||
40 | return -ENXIO; | ||
41 | } | ||
42 | |||
43 | /* | ||
44 | * The memory itself occupies a 2KiB range at the top of the area | ||
45 | * immediately below the system registers. | ||
46 | */ | ||
47 | phys = (area << 26) + SZ_64M - SZ_4K; | ||
48 | |||
49 | /* | ||
50 | * The FPGA SRAM resides in translatable physical space, so set | ||
51 | * up a mapping prior to inserting it in to the pool. | ||
52 | */ | ||
53 | vaddr = ioremap(phys, SZ_2K); | ||
54 | if (unlikely(!vaddr)) { | ||
55 | pr_err("Failed remapping FPGA memory.\n"); | ||
56 | return -ENXIO; | ||
57 | } | ||
58 | |||
59 | pr_info("Adding %dKiB of FPGA memory at 0x%08lx-0x%08lx " | ||
60 | "(area %d) to pool.\n", | ||
61 | SZ_2K >> 10, phys, phys + SZ_2K - 1, area); | ||
62 | |||
63 | ret = gen_pool_add(sram_pool, (unsigned long)vaddr, SZ_2K, -1); | ||
64 | if (unlikely(ret < 0)) { | ||
65 | pr_err("Failed adding memory\n"); | ||
66 | iounmap(vaddr); | ||
67 | return ret; | ||
68 | } | ||
69 | |||
70 | return 0; | ||
71 | } | ||
72 | postcore_initcall(fpga_sram_init); | ||
diff --git a/arch/sh/boards/mach-se/7206/Makefile b/arch/sh/boards/mach-se/7206/Makefile index 63e7ed699f39..5c9eaa0535b9 100644 --- a/arch/sh/boards/mach-se/7206/Makefile +++ b/arch/sh/boards/mach-se/7206/Makefile | |||
@@ -2,4 +2,4 @@ | |||
2 | # Makefile for the 7206 SolutionEngine specific parts of the kernel | 2 | # Makefile for the 7206 SolutionEngine specific parts of the kernel |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := setup.o io.o irq.o | 5 | obj-y := setup.o irq.o |
diff --git a/arch/sh/boards/mach-se/7206/io.c b/arch/sh/boards/mach-se/7206/io.c deleted file mode 100644 index adadc77532ee..000000000000 --- a/arch/sh/boards/mach-se/7206/io.c +++ /dev/null | |||
@@ -1,104 +0,0 @@ | |||
1 | /* $Id: io.c,v 1.5 2004/02/22 23:08:43 kkojima Exp $ | ||
2 | * | ||
3 | * linux/arch/sh/boards/se/7206/io.c | ||
4 | * | ||
5 | * Copyright (C) 2006 Yoshinori Sato | ||
6 | * | ||
7 | * I/O routine for Hitachi 7206 SolutionEngine. | ||
8 | * | ||
9 | */ | ||
10 | |||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/types.h> | ||
13 | #include <asm/io.h> | ||
14 | #include <mach-se/mach/se7206.h> | ||
15 | |||
16 | |||
17 | static inline void delay(void) | ||
18 | { | ||
19 | __raw_readw(0x20000000); /* P2 ROM Area */ | ||
20 | } | ||
21 | |||
22 | /* MS7750 requires special versions of in*, out* routines, since | ||
23 | PC-like io ports are located at upper half byte of 16-bit word which | ||
24 | can be accessed only with 16-bit wide. */ | ||
25 | |||
26 | static inline volatile __u16 * | ||
27 | port2adr(unsigned int port) | ||
28 | { | ||
29 | if (port >= 0x2000 && port < 0x2020) | ||
30 | return (volatile __u16 *) (PA_MRSHPC + (port - 0x2000)); | ||
31 | else if (port >= 0x300 && port < 0x310) | ||
32 | return (volatile __u16 *) (PA_SMSC + (port - 0x300)); | ||
33 | |||
34 | return (volatile __u16 *)port; | ||
35 | } | ||
36 | |||
37 | unsigned char se7206_inb(unsigned long port) | ||
38 | { | ||
39 | return (*port2adr(port)) & 0xff; | ||
40 | } | ||
41 | |||
42 | unsigned char se7206_inb_p(unsigned long port) | ||
43 | { | ||
44 | unsigned long v; | ||
45 | |||
46 | v = (*port2adr(port)) & 0xff; | ||
47 | delay(); | ||
48 | return v; | ||
49 | } | ||
50 | |||
51 | unsigned short se7206_inw(unsigned long port) | ||
52 | { | ||
53 | return *port2adr(port); | ||
54 | } | ||
55 | |||
56 | void se7206_outb(unsigned char value, unsigned long port) | ||
57 | { | ||
58 | *(port2adr(port)) = value; | ||
59 | } | ||
60 | |||
61 | void se7206_outb_p(unsigned char value, unsigned long port) | ||
62 | { | ||
63 | *(port2adr(port)) = value; | ||
64 | delay(); | ||
65 | } | ||
66 | |||
67 | void se7206_outw(unsigned short value, unsigned long port) | ||
68 | { | ||
69 | *port2adr(port) = value; | ||
70 | } | ||
71 | |||
72 | void se7206_insb(unsigned long port, void *addr, unsigned long count) | ||
73 | { | ||
74 | volatile __u16 *p = port2adr(port); | ||
75 | __u8 *ap = addr; | ||
76 | |||
77 | while (count--) | ||
78 | *ap++ = *p; | ||
79 | } | ||
80 | |||
81 | void se7206_insw(unsigned long port, void *addr, unsigned long count) | ||
82 | { | ||
83 | volatile __u16 *p = port2adr(port); | ||
84 | __u16 *ap = addr; | ||
85 | while (count--) | ||
86 | *ap++ = *p; | ||
87 | } | ||
88 | |||
89 | void se7206_outsb(unsigned long port, const void *addr, unsigned long count) | ||
90 | { | ||
91 | volatile __u16 *p = port2adr(port); | ||
92 | const __u8 *ap = addr; | ||
93 | |||
94 | while (count--) | ||
95 | *p = *ap++; | ||
96 | } | ||
97 | |||
98 | void se7206_outsw(unsigned long port, const void *addr, unsigned long count) | ||
99 | { | ||
100 | volatile __u16 *p = port2adr(port); | ||
101 | const __u16 *ap = addr; | ||
102 | while (count--) | ||
103 | *p = *ap++; | ||
104 | } | ||
diff --git a/arch/sh/boards/mach-se/7206/irq.c b/arch/sh/boards/mach-se/7206/irq.c index 8d82175d83ab..0db058e709e9 100644 --- a/arch/sh/boards/mach-se/7206/irq.c +++ b/arch/sh/boards/mach-se/7206/irq.c | |||
@@ -25,8 +25,9 @@ | |||
25 | #define INTC_IPR01 0xfffe0818 | 25 | #define INTC_IPR01 0xfffe0818 |
26 | #define INTC_ICR1 0xfffe0802 | 26 | #define INTC_ICR1 0xfffe0802 |
27 | 27 | ||
28 | static void disable_se7206_irq(unsigned int irq) | 28 | static void disable_se7206_irq(struct irq_data *data) |
29 | { | 29 | { |
30 | unsigned int irq = data->irq; | ||
30 | unsigned short val; | 31 | unsigned short val; |
31 | unsigned short mask = 0xffff ^ (0x0f << 4 * (3 - (IRQ0_IRQ - irq))); | 32 | unsigned short mask = 0xffff ^ (0x0f << 4 * (3 - (IRQ0_IRQ - irq))); |
32 | unsigned short msk0,msk1; | 33 | unsigned short msk0,msk1; |
@@ -55,8 +56,9 @@ static void disable_se7206_irq(unsigned int irq) | |||
55 | __raw_writew(msk1, INTMSK1); | 56 | __raw_writew(msk1, INTMSK1); |
56 | } | 57 | } |
57 | 58 | ||
58 | static void enable_se7206_irq(unsigned int irq) | 59 | static void enable_se7206_irq(struct irq_data *data) |
59 | { | 60 | { |
61 | unsigned int irq = data->irq; | ||
60 | unsigned short val; | 62 | unsigned short val; |
61 | unsigned short value = (0x0001 << 4 * (3 - (IRQ0_IRQ - irq))); | 63 | unsigned short value = (0x0001 << 4 * (3 - (IRQ0_IRQ - irq))); |
62 | unsigned short msk0,msk1; | 64 | unsigned short msk0,msk1; |
@@ -86,13 +88,13 @@ static void enable_se7206_irq(unsigned int irq) | |||
86 | __raw_writew(msk1, INTMSK1); | 88 | __raw_writew(msk1, INTMSK1); |
87 | } | 89 | } |
88 | 90 | ||
89 | static void eoi_se7206_irq(unsigned int irq) | 91 | static void eoi_se7206_irq(struct irq_data *data) |
90 | { | 92 | { |
91 | unsigned short sts0,sts1; | 93 | unsigned short sts0,sts1; |
92 | struct irq_desc *desc = irq_to_desc(irq); | 94 | unsigned int irq = data->irq; |
93 | 95 | ||
94 | if (!(desc->status & (IRQ_DISABLED|IRQ_INPROGRESS))) | 96 | if (!irqd_irq_disabled(data) && !irqd_irq_inprogress(data)) |
95 | enable_se7206_irq(irq); | 97 | enable_se7206_irq(data); |
96 | /* FPGA isr clear */ | 98 | /* FPGA isr clear */ |
97 | sts0 = __raw_readw(INTSTS0); | 99 | sts0 = __raw_readw(INTSTS0); |
98 | sts1 = __raw_readw(INTSTS1); | 100 | sts1 = __raw_readw(INTSTS1); |
@@ -115,18 +117,17 @@ static void eoi_se7206_irq(unsigned int irq) | |||
115 | 117 | ||
116 | static struct irq_chip se7206_irq_chip __read_mostly = { | 118 | static struct irq_chip se7206_irq_chip __read_mostly = { |
117 | .name = "SE7206-FPGA", | 119 | .name = "SE7206-FPGA", |
118 | .mask = disable_se7206_irq, | 120 | .irq_mask = disable_se7206_irq, |
119 | .unmask = enable_se7206_irq, | 121 | .irq_unmask = enable_se7206_irq, |
120 | .mask_ack = disable_se7206_irq, | 122 | .irq_eoi = eoi_se7206_irq, |
121 | .eoi = eoi_se7206_irq, | ||
122 | }; | 123 | }; |
123 | 124 | ||
124 | static void make_se7206_irq(unsigned int irq) | 125 | static void make_se7206_irq(unsigned int irq) |
125 | { | 126 | { |
126 | disable_irq_nosync(irq); | 127 | disable_irq_nosync(irq); |
127 | set_irq_chip_and_handler_name(irq, &se7206_irq_chip, | 128 | irq_set_chip_and_handler_name(irq, &se7206_irq_chip, |
128 | handle_level_irq, "level"); | 129 | handle_level_irq, "level"); |
129 | disable_se7206_irq(irq); | 130 | disable_se7206_irq(irq_get_irq_data(irq)); |
130 | } | 131 | } |
131 | 132 | ||
132 | /* | 133 | /* |
@@ -137,11 +138,13 @@ void __init init_se7206_IRQ(void) | |||
137 | make_se7206_irq(IRQ0_IRQ); /* SMC91C111 */ | 138 | make_se7206_irq(IRQ0_IRQ); /* SMC91C111 */ |
138 | make_se7206_irq(IRQ1_IRQ); /* ATA */ | 139 | make_se7206_irq(IRQ1_IRQ); /* ATA */ |
139 | make_se7206_irq(IRQ3_IRQ); /* SLOT / PCM */ | 140 | make_se7206_irq(IRQ3_IRQ); /* SLOT / PCM */ |
140 | __raw_writew(inw(INTC_ICR1) | 0x000b ,INTC_ICR1 ) ; /* ICR1 */ | 141 | |
142 | __raw_writew(__raw_readw(INTC_ICR1) | 0x000b, INTC_ICR1); /* ICR1 */ | ||
141 | 143 | ||
142 | /* FPGA System register setup*/ | 144 | /* FPGA System register setup*/ |
143 | __raw_writew(0x0000,INTSTS0); /* Clear INTSTS0 */ | 145 | __raw_writew(0x0000,INTSTS0); /* Clear INTSTS0 */ |
144 | __raw_writew(0x0000,INTSTS1); /* Clear INTSTS1 */ | 146 | __raw_writew(0x0000,INTSTS1); /* Clear INTSTS1 */ |
147 | |||
145 | /* IRQ0=LAN, IRQ1=ATA, IRQ3=SLT,PCM */ | 148 | /* IRQ0=LAN, IRQ1=ATA, IRQ3=SLT,PCM */ |
146 | __raw_writew(0x0001,INTSEL); | 149 | __raw_writew(0x0001,INTSEL); |
147 | } | 150 | } |
diff --git a/arch/sh/boards/mach-se/7206/setup.c b/arch/sh/boards/mach-se/7206/setup.c index 8f5c65d43d1d..8ab8330e3fd1 100644 --- a/arch/sh/boards/mach-se/7206/setup.c +++ b/arch/sh/boards/mach-se/7206/setup.c | |||
@@ -77,7 +77,12 @@ static int __init se7206_devices_setup(void) | |||
77 | { | 77 | { |
78 | return platform_add_devices(se7206_devices, ARRAY_SIZE(se7206_devices)); | 78 | return platform_add_devices(se7206_devices, ARRAY_SIZE(se7206_devices)); |
79 | } | 79 | } |
80 | __initcall(se7206_devices_setup); | 80 | device_initcall(se7206_devices_setup); |
81 | |||
82 | static int se7206_mode_pins(void) | ||
83 | { | ||
84 | return MODE_PIN1 | MODE_PIN2; | ||
85 | } | ||
81 | 86 | ||
82 | /* | 87 | /* |
83 | * The Machine Vector | 88 | * The Machine Vector |
@@ -86,20 +91,6 @@ __initcall(se7206_devices_setup); | |||
86 | static struct sh_machine_vector mv_se __initmv = { | 91 | static struct sh_machine_vector mv_se __initmv = { |
87 | .mv_name = "SolutionEngine", | 92 | .mv_name = "SolutionEngine", |
88 | .mv_nr_irqs = 256, | 93 | .mv_nr_irqs = 256, |
89 | .mv_inb = se7206_inb, | ||
90 | .mv_inw = se7206_inw, | ||
91 | .mv_outb = se7206_outb, | ||
92 | .mv_outw = se7206_outw, | ||
93 | |||
94 | .mv_inb_p = se7206_inb_p, | ||
95 | .mv_inw_p = se7206_inw, | ||
96 | .mv_outb_p = se7206_outb_p, | ||
97 | .mv_outw_p = se7206_outw, | ||
98 | |||
99 | .mv_insb = se7206_insb, | ||
100 | .mv_insw = se7206_insw, | ||
101 | .mv_outsb = se7206_outsb, | ||
102 | .mv_outsw = se7206_outsw, | ||
103 | |||
104 | .mv_init_irq = init_se7206_IRQ, | 94 | .mv_init_irq = init_se7206_IRQ, |
95 | .mv_mode_pins = se7206_mode_pins, | ||
105 | }; | 96 | }; |
diff --git a/arch/sh/boards/mach-se/7343/irq.c b/arch/sh/boards/mach-se/7343/irq.c index d4305c26e9f7..fd45ffc48340 100644 --- a/arch/sh/boards/mach-se/7343/irq.c +++ b/arch/sh/boards/mach-se/7343/irq.c | |||
@@ -18,23 +18,22 @@ | |||
18 | 18 | ||
19 | unsigned int se7343_fpga_irq[SE7343_FPGA_IRQ_NR] = { 0, }; | 19 | unsigned int se7343_fpga_irq[SE7343_FPGA_IRQ_NR] = { 0, }; |
20 | 20 | ||
21 | static void disable_se7343_irq(unsigned int irq) | 21 | static void disable_se7343_irq(struct irq_data *data) |
22 | { | 22 | { |
23 | unsigned int bit = (unsigned int)get_irq_chip_data(irq); | 23 | unsigned int bit = (unsigned int)irq_data_get_irq_chip_data(data); |
24 | __raw_writew(__raw_readw(PA_CPLD_IMSK) | 1 << bit, PA_CPLD_IMSK); | 24 | __raw_writew(__raw_readw(PA_CPLD_IMSK) | 1 << bit, PA_CPLD_IMSK); |
25 | } | 25 | } |
26 | 26 | ||
27 | static void enable_se7343_irq(unsigned int irq) | 27 | static void enable_se7343_irq(struct irq_data *data) |
28 | { | 28 | { |
29 | unsigned int bit = (unsigned int)get_irq_chip_data(irq); | 29 | unsigned int bit = (unsigned int)irq_data_get_irq_chip_data(data); |
30 | __raw_writew(__raw_readw(PA_CPLD_IMSK) & ~(1 << bit), PA_CPLD_IMSK); | 30 | __raw_writew(__raw_readw(PA_CPLD_IMSK) & ~(1 << bit), PA_CPLD_IMSK); |
31 | } | 31 | } |
32 | 32 | ||
33 | static struct irq_chip se7343_irq_chip __read_mostly = { | 33 | static struct irq_chip se7343_irq_chip __read_mostly = { |
34 | .name = "SE7343-FPGA", | 34 | .name = "SE7343-FPGA", |
35 | .mask = disable_se7343_irq, | 35 | .irq_mask = disable_se7343_irq, |
36 | .unmask = enable_se7343_irq, | 36 | .irq_unmask = enable_se7343_irq, |
37 | .mask_ack = disable_se7343_irq, | ||
38 | }; | 37 | }; |
39 | 38 | ||
40 | static void se7343_irq_demux(unsigned int irq, struct irq_desc *desc) | 39 | static void se7343_irq_demux(unsigned int irq, struct irq_desc *desc) |
@@ -68,19 +67,20 @@ void __init init_7343se_IRQ(void) | |||
68 | return; | 67 | return; |
69 | se7343_fpga_irq[i] = irq; | 68 | se7343_fpga_irq[i] = irq; |
70 | 69 | ||
71 | set_irq_chip_and_handler_name(se7343_fpga_irq[i], | 70 | irq_set_chip_and_handler_name(se7343_fpga_irq[i], |
72 | &se7343_irq_chip, | 71 | &se7343_irq_chip, |
73 | handle_level_irq, "level"); | 72 | handle_level_irq, |
73 | "level"); | ||
74 | 74 | ||
75 | set_irq_chip_data(se7343_fpga_irq[i], (void *)i); | 75 | irq_set_chip_data(se7343_fpga_irq[i], (void *)i); |
76 | } | 76 | } |
77 | 77 | ||
78 | set_irq_chained_handler(IRQ0_IRQ, se7343_irq_demux); | 78 | irq_set_chained_handler(IRQ0_IRQ, se7343_irq_demux); |
79 | set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); | 79 | irq_set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); |
80 | set_irq_chained_handler(IRQ1_IRQ, se7343_irq_demux); | 80 | irq_set_chained_handler(IRQ1_IRQ, se7343_irq_demux); |
81 | set_irq_type(IRQ1_IRQ, IRQ_TYPE_LEVEL_LOW); | 81 | irq_set_irq_type(IRQ1_IRQ, IRQ_TYPE_LEVEL_LOW); |
82 | set_irq_chained_handler(IRQ4_IRQ, se7343_irq_demux); | 82 | irq_set_chained_handler(IRQ4_IRQ, se7343_irq_demux); |
83 | set_irq_type(IRQ4_IRQ, IRQ_TYPE_LEVEL_LOW); | 83 | irq_set_irq_type(IRQ4_IRQ, IRQ_TYPE_LEVEL_LOW); |
84 | set_irq_chained_handler(IRQ5_IRQ, se7343_irq_demux); | 84 | irq_set_chained_handler(IRQ5_IRQ, se7343_irq_demux); |
85 | set_irq_type(IRQ5_IRQ, IRQ_TYPE_LEVEL_LOW); | 85 | irq_set_irq_type(IRQ5_IRQ, IRQ_TYPE_LEVEL_LOW); |
86 | } | 86 | } |
diff --git a/arch/sh/boards/mach-se/770x/Makefile b/arch/sh/boards/mach-se/770x/Makefile index 8e624b06d5ea..43ea14feef51 100644 --- a/arch/sh/boards/mach-se/770x/Makefile +++ b/arch/sh/boards/mach-se/770x/Makefile | |||
@@ -2,4 +2,4 @@ | |||
2 | # Makefile for the 770x SolutionEngine specific parts of the kernel | 2 | # Makefile for the 770x SolutionEngine specific parts of the kernel |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := setup.o io.o irq.o | 5 | obj-y := setup.o irq.o |
diff --git a/arch/sh/boards/mach-se/770x/io.c b/arch/sh/boards/mach-se/770x/io.c deleted file mode 100644 index 28833c8786ea..000000000000 --- a/arch/sh/boards/mach-se/770x/io.c +++ /dev/null | |||
@@ -1,156 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2000 Kazumoto Kojima | ||
3 | * | ||
4 | * I/O routine for Hitachi SolutionEngine. | ||
5 | */ | ||
6 | #include <linux/kernel.h> | ||
7 | #include <linux/types.h> | ||
8 | #include <asm/io.h> | ||
9 | #include <mach-se/mach/se.h> | ||
10 | |||
11 | /* MS7750 requires special versions of in*, out* routines, since | ||
12 | PC-like io ports are located at upper half byte of 16-bit word which | ||
13 | can be accessed only with 16-bit wide. */ | ||
14 | |||
15 | static inline volatile __u16 * | ||
16 | port2adr(unsigned int port) | ||
17 | { | ||
18 | if (port & 0xff000000) | ||
19 | return ( volatile __u16 *) port; | ||
20 | if (port >= 0x2000) | ||
21 | return (volatile __u16 *) (PA_MRSHPC + (port - 0x2000)); | ||
22 | else if (port >= 0x1000) | ||
23 | return (volatile __u16 *) (PA_83902 + (port << 1)); | ||
24 | else | ||
25 | return (volatile __u16 *) (PA_SUPERIO + (port << 1)); | ||
26 | } | ||
27 | |||
28 | static inline int | ||
29 | shifted_port(unsigned long port) | ||
30 | { | ||
31 | /* For IDE registers, value is not shifted */ | ||
32 | if ((0x1f0 <= port && port < 0x1f8) || port == 0x3f6) | ||
33 | return 0; | ||
34 | else | ||
35 | return 1; | ||
36 | } | ||
37 | |||
38 | unsigned char se_inb(unsigned long port) | ||
39 | { | ||
40 | if (shifted_port(port)) | ||
41 | return (*port2adr(port) >> 8); | ||
42 | else | ||
43 | return (*port2adr(port))&0xff; | ||
44 | } | ||
45 | |||
46 | unsigned char se_inb_p(unsigned long port) | ||
47 | { | ||
48 | unsigned long v; | ||
49 | |||
50 | if (shifted_port(port)) | ||
51 | v = (*port2adr(port) >> 8); | ||
52 | else | ||
53 | v = (*port2adr(port))&0xff; | ||
54 | ctrl_delay(); | ||
55 | return v; | ||
56 | } | ||
57 | |||
58 | unsigned short se_inw(unsigned long port) | ||
59 | { | ||
60 | if (port >= 0x2000) | ||
61 | return *port2adr(port); | ||
62 | else | ||
63 | maybebadio(port); | ||
64 | return 0; | ||
65 | } | ||
66 | |||
67 | unsigned int se_inl(unsigned long port) | ||
68 | { | ||
69 | maybebadio(port); | ||
70 | return 0; | ||
71 | } | ||
72 | |||
73 | void se_outb(unsigned char value, unsigned long port) | ||
74 | { | ||
75 | if (shifted_port(port)) | ||
76 | *(port2adr(port)) = value << 8; | ||
77 | else | ||
78 | *(port2adr(port)) = value; | ||
79 | } | ||
80 | |||
81 | void se_outb_p(unsigned char value, unsigned long port) | ||
82 | { | ||
83 | if (shifted_port(port)) | ||
84 | *(port2adr(port)) = value << 8; | ||
85 | else | ||
86 | *(port2adr(port)) = value; | ||
87 | ctrl_delay(); | ||
88 | } | ||
89 | |||
90 | void se_outw(unsigned short value, unsigned long port) | ||
91 | { | ||
92 | if (port >= 0x2000) | ||
93 | *port2adr(port) = value; | ||
94 | else | ||
95 | maybebadio(port); | ||
96 | } | ||
97 | |||
98 | void se_outl(unsigned int value, unsigned long port) | ||
99 | { | ||
100 | maybebadio(port); | ||
101 | } | ||
102 | |||
103 | void se_insb(unsigned long port, void *addr, unsigned long count) | ||
104 | { | ||
105 | volatile __u16 *p = port2adr(port); | ||
106 | __u8 *ap = addr; | ||
107 | |||
108 | if (shifted_port(port)) { | ||
109 | while (count--) | ||
110 | *ap++ = *p >> 8; | ||
111 | } else { | ||
112 | while (count--) | ||
113 | *ap++ = *p; | ||
114 | } | ||
115 | } | ||
116 | |||
117 | void se_insw(unsigned long port, void *addr, unsigned long count) | ||
118 | { | ||
119 | volatile __u16 *p = port2adr(port); | ||
120 | __u16 *ap = addr; | ||
121 | while (count--) | ||
122 | *ap++ = *p; | ||
123 | } | ||
124 | |||
125 | void se_insl(unsigned long port, void *addr, unsigned long count) | ||
126 | { | ||
127 | maybebadio(port); | ||
128 | } | ||
129 | |||
130 | void se_outsb(unsigned long port, const void *addr, unsigned long count) | ||
131 | { | ||
132 | volatile __u16 *p = port2adr(port); | ||
133 | const __u8 *ap = addr; | ||
134 | |||
135 | if (shifted_port(port)) { | ||
136 | while (count--) | ||
137 | *p = *ap++ << 8; | ||
138 | } else { | ||
139 | while (count--) | ||
140 | *p = *ap++; | ||
141 | } | ||
142 | } | ||
143 | |||
144 | void se_outsw(unsigned long port, const void *addr, unsigned long count) | ||
145 | { | ||
146 | volatile __u16 *p = port2adr(port); | ||
147 | const __u16 *ap = addr; | ||
148 | |||
149 | while (count--) | ||
150 | *p = *ap++; | ||
151 | } | ||
152 | |||
153 | void se_outsl(unsigned long port, const void *addr, unsigned long count) | ||
154 | { | ||
155 | maybebadio(port); | ||
156 | } | ||
diff --git a/arch/sh/boards/mach-se/770x/setup.c b/arch/sh/boards/mach-se/770x/setup.c index 66d39d1b0901..31330c65c0ce 100644 --- a/arch/sh/boards/mach-se/770x/setup.c +++ b/arch/sh/boards/mach-se/770x/setup.c | |||
@@ -195,27 +195,5 @@ static struct sh_machine_vector mv_se __initmv = { | |||
195 | #elif defined(CONFIG_CPU_SUBTYPE_SH7710) || defined(CONFIG_CPU_SUBTYPE_SH7712) | 195 | #elif defined(CONFIG_CPU_SUBTYPE_SH7710) || defined(CONFIG_CPU_SUBTYPE_SH7712) |
196 | .mv_nr_irqs = 104, | 196 | .mv_nr_irqs = 104, |
197 | #endif | 197 | #endif |
198 | |||
199 | .mv_inb = se_inb, | ||
200 | .mv_inw = se_inw, | ||
201 | .mv_inl = se_inl, | ||
202 | .mv_outb = se_outb, | ||
203 | .mv_outw = se_outw, | ||
204 | .mv_outl = se_outl, | ||
205 | |||
206 | .mv_inb_p = se_inb_p, | ||
207 | .mv_inw_p = se_inw, | ||
208 | .mv_inl_p = se_inl, | ||
209 | .mv_outb_p = se_outb_p, | ||
210 | .mv_outw_p = se_outw, | ||
211 | .mv_outl_p = se_outl, | ||
212 | |||
213 | .mv_insb = se_insb, | ||
214 | .mv_insw = se_insw, | ||
215 | .mv_insl = se_insl, | ||
216 | .mv_outsb = se_outsb, | ||
217 | .mv_outsw = se_outsw, | ||
218 | .mv_outsl = se_outsl, | ||
219 | |||
220 | .mv_init_irq = init_se_IRQ, | 198 | .mv_init_irq = init_se_IRQ, |
221 | }; | 199 | }; |
diff --git a/arch/sh/boards/mach-se/7722/irq.c b/arch/sh/boards/mach-se/7722/irq.c index 61605db04ee6..aac92f21ebd2 100644 --- a/arch/sh/boards/mach-se/7722/irq.c +++ b/arch/sh/boards/mach-se/7722/irq.c | |||
@@ -18,23 +18,22 @@ | |||
18 | 18 | ||
19 | unsigned int se7722_fpga_irq[SE7722_FPGA_IRQ_NR] = { 0, }; | 19 | unsigned int se7722_fpga_irq[SE7722_FPGA_IRQ_NR] = { 0, }; |
20 | 20 | ||
21 | static void disable_se7722_irq(unsigned int irq) | 21 | static void disable_se7722_irq(struct irq_data *data) |
22 | { | 22 | { |
23 | unsigned int bit = (unsigned int)get_irq_chip_data(irq); | 23 | unsigned int bit = (unsigned int)irq_data_get_irq_chip_data(data); |
24 | __raw_writew(__raw_readw(IRQ01_MASK) | 1 << bit, IRQ01_MASK); | 24 | __raw_writew(__raw_readw(IRQ01_MASK) | 1 << bit, IRQ01_MASK); |
25 | } | 25 | } |
26 | 26 | ||
27 | static void enable_se7722_irq(unsigned int irq) | 27 | static void enable_se7722_irq(struct irq_data *data) |
28 | { | 28 | { |
29 | unsigned int bit = (unsigned int)get_irq_chip_data(irq); | 29 | unsigned int bit = (unsigned int)irq_data_get_irq_chip_data(data); |
30 | __raw_writew(__raw_readw(IRQ01_MASK) & ~(1 << bit), IRQ01_MASK); | 30 | __raw_writew(__raw_readw(IRQ01_MASK) & ~(1 << bit), IRQ01_MASK); |
31 | } | 31 | } |
32 | 32 | ||
33 | static struct irq_chip se7722_irq_chip __read_mostly = { | 33 | static struct irq_chip se7722_irq_chip __read_mostly = { |
34 | .name = "SE7722-FPGA", | 34 | .name = "SE7722-FPGA", |
35 | .mask = disable_se7722_irq, | 35 | .irq_mask = disable_se7722_irq, |
36 | .unmask = enable_se7722_irq, | 36 | .irq_unmask = enable_se7722_irq, |
37 | .mask_ack = disable_se7722_irq, | ||
38 | }; | 37 | }; |
39 | 38 | ||
40 | static void se7722_irq_demux(unsigned int irq, struct irq_desc *desc) | 39 | static void se7722_irq_demux(unsigned int irq, struct irq_desc *desc) |
@@ -68,16 +67,17 @@ void __init init_se7722_IRQ(void) | |||
68 | return; | 67 | return; |
69 | se7722_fpga_irq[i] = irq; | 68 | se7722_fpga_irq[i] = irq; |
70 | 69 | ||
71 | set_irq_chip_and_handler_name(se7722_fpga_irq[i], | 70 | irq_set_chip_and_handler_name(se7722_fpga_irq[i], |
72 | &se7722_irq_chip, | 71 | &se7722_irq_chip, |
73 | handle_level_irq, "level"); | 72 | handle_level_irq, |
73 | "level"); | ||
74 | 74 | ||
75 | set_irq_chip_data(se7722_fpga_irq[i], (void *)i); | 75 | irq_set_chip_data(se7722_fpga_irq[i], (void *)i); |
76 | } | 76 | } |
77 | 77 | ||
78 | set_irq_chained_handler(IRQ0_IRQ, se7722_irq_demux); | 78 | irq_set_chained_handler(IRQ0_IRQ, se7722_irq_demux); |
79 | set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); | 79 | irq_set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); |
80 | 80 | ||
81 | set_irq_chained_handler(IRQ1_IRQ, se7722_irq_demux); | 81 | irq_set_chained_handler(IRQ1_IRQ, se7722_irq_demux); |
82 | set_irq_type(IRQ1_IRQ, IRQ_TYPE_LEVEL_LOW); | 82 | irq_set_irq_type(IRQ1_IRQ, IRQ_TYPE_LEVEL_LOW); |
83 | } | 83 | } |
diff --git a/arch/sh/boards/mach-se/7724/irq.c b/arch/sh/boards/mach-se/7724/irq.c index 0942be2daef6..c6342ce7768d 100644 --- a/arch/sh/boards/mach-se/7724/irq.c +++ b/arch/sh/boards/mach-se/7724/irq.c | |||
@@ -68,25 +68,26 @@ static struct fpga_irq get_fpga_irq(unsigned int irq) | |||
68 | return set; | 68 | return set; |
69 | } | 69 | } |
70 | 70 | ||
71 | static void disable_se7724_irq(unsigned int irq) | 71 | static void disable_se7724_irq(struct irq_data *data) |
72 | { | 72 | { |
73 | unsigned int irq = data->irq; | ||
73 | struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); | 74 | struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); |
74 | unsigned int bit = irq - set.base; | 75 | unsigned int bit = irq - set.base; |
75 | __raw_writew(__raw_readw(set.mraddr) | 0x0001 << bit, set.mraddr); | 76 | __raw_writew(__raw_readw(set.mraddr) | 0x0001 << bit, set.mraddr); |
76 | } | 77 | } |
77 | 78 | ||
78 | static void enable_se7724_irq(unsigned int irq) | 79 | static void enable_se7724_irq(struct irq_data *data) |
79 | { | 80 | { |
81 | unsigned int irq = data->irq; | ||
80 | struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); | 82 | struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); |
81 | unsigned int bit = irq - set.base; | 83 | unsigned int bit = irq - set.base; |
82 | __raw_writew(__raw_readw(set.mraddr) & ~(0x0001 << bit), set.mraddr); | 84 | __raw_writew(__raw_readw(set.mraddr) & ~(0x0001 << bit), set.mraddr); |
83 | } | 85 | } |
84 | 86 | ||
85 | static struct irq_chip se7724_irq_chip __read_mostly = { | 87 | static struct irq_chip se7724_irq_chip __read_mostly = { |
86 | .name = "SE7724-FPGA", | 88 | .name = "SE7724-FPGA", |
87 | .mask = disable_se7724_irq, | 89 | .irq_mask = disable_se7724_irq, |
88 | .unmask = enable_se7724_irq, | 90 | .irq_unmask = enable_se7724_irq, |
89 | .mask_ack = disable_se7724_irq, | ||
90 | }; | 91 | }; |
91 | 92 | ||
92 | static void se7724_irq_demux(unsigned int irq, struct irq_desc *desc) | 93 | static void se7724_irq_demux(unsigned int irq, struct irq_desc *desc) |
@@ -139,17 +140,16 @@ void __init init_se7724_IRQ(void) | |||
139 | return; | 140 | return; |
140 | } | 141 | } |
141 | 142 | ||
142 | set_irq_chip_and_handler_name(irq, | 143 | irq_set_chip_and_handler_name(irq, &se7724_irq_chip, |
143 | &se7724_irq_chip, | ||
144 | handle_level_irq, "level"); | 144 | handle_level_irq, "level"); |
145 | } | 145 | } |
146 | 146 | ||
147 | set_irq_chained_handler(IRQ0_IRQ, se7724_irq_demux); | 147 | irq_set_chained_handler(IRQ0_IRQ, se7724_irq_demux); |
148 | set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); | 148 | irq_set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); |
149 | 149 | ||
150 | set_irq_chained_handler(IRQ1_IRQ, se7724_irq_demux); | 150 | irq_set_chained_handler(IRQ1_IRQ, se7724_irq_demux); |
151 | set_irq_type(IRQ1_IRQ, IRQ_TYPE_LEVEL_LOW); | 151 | irq_set_irq_type(IRQ1_IRQ, IRQ_TYPE_LEVEL_LOW); |
152 | 152 | ||
153 | set_irq_chained_handler(IRQ2_IRQ, se7724_irq_demux); | 153 | irq_set_chained_handler(IRQ2_IRQ, se7724_irq_demux); |
154 | set_irq_type(IRQ2_IRQ, IRQ_TYPE_LEVEL_LOW); | 154 | irq_set_irq_type(IRQ2_IRQ, IRQ_TYPE_LEVEL_LOW); |
155 | } | 155 | } |
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index 552ebd9ba82b..12357671023e 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c | |||
@@ -14,7 +14,8 @@ | |||
14 | #include <linux/device.h> | 14 | #include <linux/device.h> |
15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <linux/mfd/sh_mobile_sdhi.h> | 17 | #include <linux/mmc/host.h> |
18 | #include <linux/mmc/sh_mobile_sdhi.h> | ||
18 | #include <linux/mtd/physmap.h> | 19 | #include <linux/mtd/physmap.h> |
19 | #include <linux/delay.h> | 20 | #include <linux/delay.h> |
20 | #include <linux/smc91x.h> | 21 | #include <linux/smc91x.h> |
@@ -144,16 +145,42 @@ static struct platform_device nor_flash_device = { | |||
144 | }; | 145 | }; |
145 | 146 | ||
146 | /* LCDC */ | 147 | /* LCDC */ |
148 | const static struct fb_videomode lcdc_720p_modes[] = { | ||
149 | { | ||
150 | .name = "LB070WV1", | ||
151 | .sync = 0, /* hsync and vsync are active low */ | ||
152 | .xres = 1280, | ||
153 | .yres = 720, | ||
154 | .left_margin = 220, | ||
155 | .right_margin = 110, | ||
156 | .hsync_len = 40, | ||
157 | .upper_margin = 20, | ||
158 | .lower_margin = 5, | ||
159 | .vsync_len = 5, | ||
160 | }, | ||
161 | }; | ||
162 | |||
163 | const static struct fb_videomode lcdc_vga_modes[] = { | ||
164 | { | ||
165 | .name = "LB070WV1", | ||
166 | .sync = 0, /* hsync and vsync are active low */ | ||
167 | .xres = 640, | ||
168 | .yres = 480, | ||
169 | .left_margin = 105, | ||
170 | .right_margin = 50, | ||
171 | .hsync_len = 96, | ||
172 | .upper_margin = 33, | ||
173 | .lower_margin = 10, | ||
174 | .vsync_len = 2, | ||
175 | }, | ||
176 | }; | ||
177 | |||
147 | static struct sh_mobile_lcdc_info lcdc_info = { | 178 | static struct sh_mobile_lcdc_info lcdc_info = { |
148 | .clock_source = LCDC_CLK_EXTERNAL, | 179 | .clock_source = LCDC_CLK_EXTERNAL, |
149 | .ch[0] = { | 180 | .ch[0] = { |
150 | .chan = LCDC_CHAN_MAINLCD, | 181 | .chan = LCDC_CHAN_MAINLCD, |
151 | .bpp = 16, | 182 | .bpp = 16, |
152 | .clock_divider = 1, | 183 | .clock_divider = 1, |
153 | .lcd_cfg = { | ||
154 | .name = "LB070WV1", | ||
155 | .sync = 0, /* hsync and vsync are active low */ | ||
156 | }, | ||
157 | .lcd_size_cfg = { /* 7.0 inch */ | 184 | .lcd_size_cfg = { /* 7.0 inch */ |
158 | .width = 152, | 185 | .width = 152, |
159 | .height = 91, | 186 | .height = 91, |
@@ -257,38 +284,9 @@ static struct platform_device ceu1_device = { | |||
257 | }; | 284 | }; |
258 | 285 | ||
259 | /* FSI */ | 286 | /* FSI */ |
260 | /* | ||
261 | * FSI-A use external clock which came from ak464x. | ||
262 | * So, we should change parent of fsi | ||
263 | */ | ||
264 | #define FCLKACR 0xa4150008 | ||
265 | static void fsimck_init(struct clk *clk) | ||
266 | { | ||
267 | u32 status = __raw_readl(clk->enable_reg); | ||
268 | |||
269 | /* use external clock */ | ||
270 | status &= ~0x000000ff; | ||
271 | status |= 0x00000080; | ||
272 | __raw_writel(status, clk->enable_reg); | ||
273 | } | ||
274 | |||
275 | static struct clk_ops fsimck_clk_ops = { | ||
276 | .init = fsimck_init, | ||
277 | }; | ||
278 | |||
279 | static struct clk fsimcka_clk = { | ||
280 | .ops = &fsimck_clk_ops, | ||
281 | .enable_reg = (void __iomem *)FCLKACR, | ||
282 | .rate = 0, /* unknown */ | ||
283 | }; | ||
284 | |||
285 | /* change J20, J21, J22 pin to 1-2 connection to use slave mode */ | 287 | /* change J20, J21, J22 pin to 1-2 connection to use slave mode */ |
286 | static struct sh_fsi_platform_info fsi_info = { | 288 | static struct sh_fsi_platform_info fsi_info = { |
287 | .porta_flags = SH_FSI_BRS_INV | | 289 | .porta_flags = SH_FSI_BRS_INV, |
288 | SH_FSI_OUT_SLAVE_MODE | | ||
289 | SH_FSI_IN_SLAVE_MODE | | ||
290 | SH_FSI_OFMT(PCM) | | ||
291 | SH_FSI_IFMT(PCM), | ||
292 | }; | 290 | }; |
293 | 291 | ||
294 | static struct resource fsi_resources[] = { | 292 | static struct resource fsi_resources[] = { |
@@ -317,6 +315,10 @@ static struct platform_device fsi_device = { | |||
317 | }, | 315 | }, |
318 | }; | 316 | }; |
319 | 317 | ||
318 | static struct platform_device fsi_ak4642_device = { | ||
319 | .name = "sh_fsi_a_ak4642", | ||
320 | }; | ||
321 | |||
320 | /* KEYSC in SoC (Needs SW33-2 set to ON) */ | 322 | /* KEYSC in SoC (Needs SW33-2 set to ON) */ |
321 | static struct sh_keysc_info keysc_info = { | 323 | static struct sh_keysc_info keysc_info = { |
322 | .mode = SH_KEYSC_MODE_1, | 324 | .mode = SH_KEYSC_MODE_1, |
@@ -454,7 +456,7 @@ static struct resource sdhi0_cn7_resources[] = { | |||
454 | [0] = { | 456 | [0] = { |
455 | .name = "SDHI0", | 457 | .name = "SDHI0", |
456 | .start = 0x04ce0000, | 458 | .start = 0x04ce0000, |
457 | .end = 0x04ce01ff, | 459 | .end = 0x04ce00ff, |
458 | .flags = IORESOURCE_MEM, | 460 | .flags = IORESOURCE_MEM, |
459 | }, | 461 | }, |
460 | [1] = { | 462 | [1] = { |
@@ -466,6 +468,7 @@ static struct resource sdhi0_cn7_resources[] = { | |||
466 | static struct sh_mobile_sdhi_info sh7724_sdhi0_data = { | 468 | static struct sh_mobile_sdhi_info sh7724_sdhi0_data = { |
467 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, | 469 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, |
468 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, | 470 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, |
471 | .tmio_caps = MMC_CAP_SDIO_IRQ, | ||
469 | }; | 472 | }; |
470 | 473 | ||
471 | static struct platform_device sdhi0_cn7_device = { | 474 | static struct platform_device sdhi0_cn7_device = { |
@@ -485,7 +488,7 @@ static struct resource sdhi1_cn8_resources[] = { | |||
485 | [0] = { | 488 | [0] = { |
486 | .name = "SDHI1", | 489 | .name = "SDHI1", |
487 | .start = 0x04cf0000, | 490 | .start = 0x04cf0000, |
488 | .end = 0x04cf01ff, | 491 | .end = 0x04cf00ff, |
489 | .flags = IORESOURCE_MEM, | 492 | .flags = IORESOURCE_MEM, |
490 | }, | 493 | }, |
491 | [1] = { | 494 | [1] = { |
@@ -497,6 +500,7 @@ static struct resource sdhi1_cn8_resources[] = { | |||
497 | static struct sh_mobile_sdhi_info sh7724_sdhi1_data = { | 500 | static struct sh_mobile_sdhi_info sh7724_sdhi1_data = { |
498 | .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX, | 501 | .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX, |
499 | .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX, | 502 | .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX, |
503 | .tmio_caps = MMC_CAP_SDIO_IRQ, | ||
500 | }; | 504 | }; |
501 | 505 | ||
502 | static struct platform_device sdhi1_cn8_device = { | 506 | static struct platform_device sdhi1_cn8_device = { |
@@ -550,7 +554,6 @@ static struct sh_vou_pdata sh_vou_pdata = { | |||
550 | .flags = SH_VOU_HSYNC_LOW | SH_VOU_VSYNC_LOW, | 554 | .flags = SH_VOU_HSYNC_LOW | SH_VOU_VSYNC_LOW, |
551 | .board_info = &ak8813, | 555 | .board_info = &ak8813, |
552 | .i2c_adap = 0, | 556 | .i2c_adap = 0, |
553 | .module_name = "ak881x", | ||
554 | }; | 557 | }; |
555 | 558 | ||
556 | static struct resource sh_vou_resources[] = { | 559 | static struct resource sh_vou_resources[] = { |
@@ -590,6 +593,7 @@ static struct platform_device *ms7724se_devices[] __initdata = { | |||
590 | &sh7724_usb0_host_device, | 593 | &sh7724_usb0_host_device, |
591 | &sh7724_usb1_gadget_device, | 594 | &sh7724_usb1_gadget_device, |
592 | &fsi_device, | 595 | &fsi_device, |
596 | &fsi_ak4642_device, | ||
593 | &sdhi0_cn7_device, | 597 | &sdhi0_cn7_device, |
594 | &sdhi1_cn8_device, | 598 | &sdhi1_cn8_device, |
595 | &irda_device, | 599 | &irda_device, |
@@ -827,37 +831,29 @@ static int __init devices_setup(void) | |||
827 | gpio_request(GPIO_FN_KEYOUT0, NULL); | 831 | gpio_request(GPIO_FN_KEYOUT0, NULL); |
828 | 832 | ||
829 | /* enable FSI */ | 833 | /* enable FSI */ |
830 | gpio_request(GPIO_FN_FSIMCKB, NULL); | ||
831 | gpio_request(GPIO_FN_FSIMCKA, NULL); | 834 | gpio_request(GPIO_FN_FSIMCKA, NULL); |
835 | gpio_request(GPIO_FN_FSIIASD, NULL); | ||
832 | gpio_request(GPIO_FN_FSIOASD, NULL); | 836 | gpio_request(GPIO_FN_FSIOASD, NULL); |
833 | gpio_request(GPIO_FN_FSIIABCK, NULL); | 837 | gpio_request(GPIO_FN_FSIIABCK, NULL); |
834 | gpio_request(GPIO_FN_FSIIALRCK, NULL); | 838 | gpio_request(GPIO_FN_FSIIALRCK, NULL); |
835 | gpio_request(GPIO_FN_FSIOABCK, NULL); | 839 | gpio_request(GPIO_FN_FSIOABCK, NULL); |
836 | gpio_request(GPIO_FN_FSIOALRCK, NULL); | 840 | gpio_request(GPIO_FN_FSIOALRCK, NULL); |
837 | gpio_request(GPIO_FN_CLKAUDIOAO, NULL); | 841 | gpio_request(GPIO_FN_CLKAUDIOAO, NULL); |
838 | gpio_request(GPIO_FN_FSIIBSD, NULL); | ||
839 | gpio_request(GPIO_FN_FSIOBSD, NULL); | ||
840 | gpio_request(GPIO_FN_FSIIBBCK, NULL); | ||
841 | gpio_request(GPIO_FN_FSIIBLRCK, NULL); | ||
842 | gpio_request(GPIO_FN_FSIOBBCK, NULL); | ||
843 | gpio_request(GPIO_FN_FSIOBLRCK, NULL); | ||
844 | gpio_request(GPIO_FN_CLKAUDIOBO, NULL); | ||
845 | gpio_request(GPIO_FN_FSIIASD, NULL); | ||
846 | 842 | ||
847 | /* set SPU2 clock to 83.4 MHz */ | 843 | /* set SPU2 clock to 83.4 MHz */ |
848 | clk = clk_get(NULL, "spu_clk"); | 844 | clk = clk_get(NULL, "spu_clk"); |
849 | if (clk) { | 845 | if (!IS_ERR(clk)) { |
850 | clk_set_rate(clk, clk_round_rate(clk, 83333333)); | 846 | clk_set_rate(clk, clk_round_rate(clk, 83333333)); |
851 | clk_put(clk); | 847 | clk_put(clk); |
852 | } | 848 | } |
853 | 849 | ||
854 | /* change parent of FSI A */ | 850 | /* change parent of FSI A */ |
855 | clk = clk_get(NULL, "fsia_clk"); | 851 | clk = clk_get(NULL, "fsia_clk"); |
856 | if (clk) { | 852 | if (!IS_ERR(clk)) { |
857 | clk_register(&fsimcka_clk); | 853 | /* 48kHz dummy clock was used to make sure 1/1 divide */ |
858 | clk_set_parent(clk, &fsimcka_clk); | 854 | clk_set_rate(&sh7724_fsimcka_clk, 48000); |
859 | clk_set_rate(clk, 11000); | 855 | clk_set_parent(clk, &sh7724_fsimcka_clk); |
860 | clk_set_rate(&fsimcka_clk, 11000); | 856 | clk_set_rate(clk, 48000); |
861 | clk_put(clk); | 857 | clk_put(clk); |
862 | } | 858 | } |
863 | 859 | ||
@@ -909,24 +905,12 @@ static int __init devices_setup(void) | |||
909 | 905 | ||
910 | if (sw & SW41_B) { | 906 | if (sw & SW41_B) { |
911 | /* 720p */ | 907 | /* 720p */ |
912 | lcdc_info.ch[0].lcd_cfg.xres = 1280; | 908 | lcdc_info.ch[0].lcd_cfg = lcdc_720p_modes; |
913 | lcdc_info.ch[0].lcd_cfg.yres = 720; | 909 | lcdc_info.ch[0].num_cfg = ARRAY_SIZE(lcdc_720p_modes); |
914 | lcdc_info.ch[0].lcd_cfg.left_margin = 220; | ||
915 | lcdc_info.ch[0].lcd_cfg.right_margin = 110; | ||
916 | lcdc_info.ch[0].lcd_cfg.hsync_len = 40; | ||
917 | lcdc_info.ch[0].lcd_cfg.upper_margin = 20; | ||
918 | lcdc_info.ch[0].lcd_cfg.lower_margin = 5; | ||
919 | lcdc_info.ch[0].lcd_cfg.vsync_len = 5; | ||
920 | } else { | 910 | } else { |
921 | /* VGA */ | 911 | /* VGA */ |
922 | lcdc_info.ch[0].lcd_cfg.xres = 640; | 912 | lcdc_info.ch[0].lcd_cfg = lcdc_vga_modes; |
923 | lcdc_info.ch[0].lcd_cfg.yres = 480; | 913 | lcdc_info.ch[0].num_cfg = ARRAY_SIZE(lcdc_vga_modes); |
924 | lcdc_info.ch[0].lcd_cfg.left_margin = 105; | ||
925 | lcdc_info.ch[0].lcd_cfg.right_margin = 50; | ||
926 | lcdc_info.ch[0].lcd_cfg.hsync_len = 96; | ||
927 | lcdc_info.ch[0].lcd_cfg.upper_margin = 33; | ||
928 | lcdc_info.ch[0].lcd_cfg.lower_margin = 10; | ||
929 | lcdc_info.ch[0].lcd_cfg.vsync_len = 2; | ||
930 | } | 914 | } |
931 | 915 | ||
932 | if (sw & SW41_A) { | 916 | if (sw & SW41_A) { |
diff --git a/arch/sh/boards/mach-se/7751/Makefile b/arch/sh/boards/mach-se/7751/Makefile index e6f4341bfe6e..a338fd9d5039 100644 --- a/arch/sh/boards/mach-se/7751/Makefile +++ b/arch/sh/boards/mach-se/7751/Makefile | |||
@@ -2,4 +2,4 @@ | |||
2 | # Makefile for the 7751 SolutionEngine specific parts of the kernel | 2 | # Makefile for the 7751 SolutionEngine specific parts of the kernel |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := setup.o io.o irq.o | 5 | obj-y := setup.o irq.o |
diff --git a/arch/sh/boards/mach-se/7751/io.c b/arch/sh/boards/mach-se/7751/io.c deleted file mode 100644 index 6e75bd4459e5..000000000000 --- a/arch/sh/boards/mach-se/7751/io.c +++ /dev/null | |||
@@ -1,119 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2001 Ian da Silva, Jeremy Siegel | ||
3 | * Based largely on io_se.c. | ||
4 | * | ||
5 | * I/O routine for Hitachi 7751 SolutionEngine. | ||
6 | * | ||
7 | * Initial version only to support LAN access; some | ||
8 | * placeholder code from io_se.c left in with the | ||
9 | * expectation of later SuperIO and PCMCIA access. | ||
10 | */ | ||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/types.h> | ||
13 | #include <linux/pci.h> | ||
14 | #include <asm/io.h> | ||
15 | #include <mach-se/mach/se7751.h> | ||
16 | #include <asm/addrspace.h> | ||
17 | |||
18 | static inline volatile u16 *port2adr(unsigned int port) | ||
19 | { | ||
20 | if (port >= 0x2000) | ||
21 | return (volatile __u16 *) (PA_MRSHPC + (port - 0x2000)); | ||
22 | maybebadio((unsigned long)port); | ||
23 | return (volatile __u16*)port; | ||
24 | } | ||
25 | |||
26 | /* | ||
27 | * General outline: remap really low stuff [eventually] to SuperIO, | ||
28 | * stuff in PCI IO space (at or above window at pci.h:PCIBIOS_MIN_IO) | ||
29 | * is mapped through the PCI IO window. Stuff with high bits (PXSEG) | ||
30 | * should be way beyond the window, and is used w/o translation for | ||
31 | * compatibility. | ||
32 | */ | ||
33 | unsigned char sh7751se_inb(unsigned long port) | ||
34 | { | ||
35 | if (PXSEG(port)) | ||
36 | return *(volatile unsigned char *)port; | ||
37 | else | ||
38 | return (*port2adr(port)) & 0xff; | ||
39 | } | ||
40 | |||
41 | unsigned char sh7751se_inb_p(unsigned long port) | ||
42 | { | ||
43 | unsigned char v; | ||
44 | |||
45 | if (PXSEG(port)) | ||
46 | v = *(volatile unsigned char *)port; | ||
47 | else | ||
48 | v = (*port2adr(port)) & 0xff; | ||
49 | ctrl_delay(); | ||
50 | return v; | ||
51 | } | ||
52 | |||
53 | unsigned short sh7751se_inw(unsigned long port) | ||
54 | { | ||
55 | if (PXSEG(port)) | ||
56 | return *(volatile unsigned short *)port; | ||
57 | else if (port >= 0x2000) | ||
58 | return *port2adr(port); | ||
59 | else | ||
60 | maybebadio(port); | ||
61 | return 0; | ||
62 | } | ||
63 | |||
64 | unsigned int sh7751se_inl(unsigned long port) | ||
65 | { | ||
66 | if (PXSEG(port)) | ||
67 | return *(volatile unsigned long *)port; | ||
68 | else if (port >= 0x2000) | ||
69 | return *port2adr(port); | ||
70 | else | ||
71 | maybebadio(port); | ||
72 | return 0; | ||
73 | } | ||
74 | |||
75 | void sh7751se_outb(unsigned char value, unsigned long port) | ||
76 | { | ||
77 | |||
78 | if (PXSEG(port)) | ||
79 | *(volatile unsigned char *)port = value; | ||
80 | else | ||
81 | *(port2adr(port)) = value; | ||
82 | } | ||
83 | |||
84 | void sh7751se_outb_p(unsigned char value, unsigned long port) | ||
85 | { | ||
86 | if (PXSEG(port)) | ||
87 | *(volatile unsigned char *)port = value; | ||
88 | else | ||
89 | *(port2adr(port)) = value; | ||
90 | ctrl_delay(); | ||
91 | } | ||
92 | |||
93 | void sh7751se_outw(unsigned short value, unsigned long port) | ||
94 | { | ||
95 | if (PXSEG(port)) | ||
96 | *(volatile unsigned short *)port = value; | ||
97 | else if (port >= 0x2000) | ||
98 | *port2adr(port) = value; | ||
99 | else | ||
100 | maybebadio(port); | ||
101 | } | ||
102 | |||
103 | void sh7751se_outl(unsigned int value, unsigned long port) | ||
104 | { | ||
105 | if (PXSEG(port)) | ||
106 | *(volatile unsigned long *)port = value; | ||
107 | else | ||
108 | maybebadio(port); | ||
109 | } | ||
110 | |||
111 | void sh7751se_insl(unsigned long port, void *addr, unsigned long count) | ||
112 | { | ||
113 | maybebadio(port); | ||
114 | } | ||
115 | |||
116 | void sh7751se_outsl(unsigned long port, const void *addr, unsigned long count) | ||
117 | { | ||
118 | maybebadio(port); | ||
119 | } | ||
diff --git a/arch/sh/boards/mach-se/7751/setup.c b/arch/sh/boards/mach-se/7751/setup.c index 50572512e3e8..4ed60c5e221f 100644 --- a/arch/sh/boards/mach-se/7751/setup.c +++ b/arch/sh/boards/mach-se/7751/setup.c | |||
@@ -48,7 +48,7 @@ static int __init se7751_devices_setup(void) | |||
48 | { | 48 | { |
49 | return platform_add_devices(se7751_devices, ARRAY_SIZE(se7751_devices)); | 49 | return platform_add_devices(se7751_devices, ARRAY_SIZE(se7751_devices)); |
50 | } | 50 | } |
51 | __initcall(se7751_devices_setup); | 51 | device_initcall(se7751_devices_setup); |
52 | 52 | ||
53 | /* | 53 | /* |
54 | * The Machine Vector | 54 | * The Machine Vector |
@@ -56,23 +56,5 @@ __initcall(se7751_devices_setup); | |||
56 | static struct sh_machine_vector mv_7751se __initmv = { | 56 | static struct sh_machine_vector mv_7751se __initmv = { |
57 | .mv_name = "7751 SolutionEngine", | 57 | .mv_name = "7751 SolutionEngine", |
58 | .mv_nr_irqs = 72, | 58 | .mv_nr_irqs = 72, |
59 | |||
60 | .mv_inb = sh7751se_inb, | ||
61 | .mv_inw = sh7751se_inw, | ||
62 | .mv_inl = sh7751se_inl, | ||
63 | .mv_outb = sh7751se_outb, | ||
64 | .mv_outw = sh7751se_outw, | ||
65 | .mv_outl = sh7751se_outl, | ||
66 | |||
67 | .mv_inb_p = sh7751se_inb_p, | ||
68 | .mv_inw_p = sh7751se_inw, | ||
69 | .mv_inl_p = sh7751se_inl, | ||
70 | .mv_outb_p = sh7751se_outb_p, | ||
71 | .mv_outw_p = sh7751se_outw, | ||
72 | .mv_outl_p = sh7751se_outl, | ||
73 | |||
74 | .mv_insl = sh7751se_insl, | ||
75 | .mv_outsl = sh7751se_outsl, | ||
76 | |||
77 | .mv_init_irq = init_7751se_IRQ, | 59 | .mv_init_irq = init_7751se_IRQ, |
78 | }; | 60 | }; |
diff --git a/arch/sh/boards/mach-se/board-se7619.c b/arch/sh/boards/mach-se/board-se7619.c index 1d0ef7faa10d..82b6d4a5dc02 100644 --- a/arch/sh/boards/mach-se/board-se7619.c +++ b/arch/sh/boards/mach-se/board-se7619.c | |||
@@ -11,6 +11,11 @@ | |||
11 | #include <asm/io.h> | 11 | #include <asm/io.h> |
12 | #include <asm/machvec.h> | 12 | #include <asm/machvec.h> |
13 | 13 | ||
14 | static int se7619_mode_pins(void) | ||
15 | { | ||
16 | return MODE_PIN2 | MODE_PIN0; | ||
17 | } | ||
18 | |||
14 | /* | 19 | /* |
15 | * The Machine Vector | 20 | * The Machine Vector |
16 | */ | 21 | */ |
@@ -18,4 +23,5 @@ | |||
18 | static struct sh_machine_vector mv_se __initmv = { | 23 | static struct sh_machine_vector mv_se __initmv = { |
19 | .mv_name = "SolutionEngine", | 24 | .mv_name = "SolutionEngine", |
20 | .mv_nr_irqs = 108, | 25 | .mv_nr_irqs = 108, |
26 | .mv_mode_pins = se7619_mode_pins, | ||
21 | }; | 27 | }; |
diff --git a/arch/sh/boards/mach-sh03/rtc.c b/arch/sh/boards/mach-sh03/rtc.c index 1b200990500c..f83ac7995d0f 100644 --- a/arch/sh/boards/mach-sh03/rtc.c +++ b/arch/sh/boards/mach-sh03/rtc.c | |||
@@ -108,7 +108,7 @@ static int set_rtc_mmss(unsigned long nowtime) | |||
108 | __raw_writeb(real_minutes % 10, RTC_MIN1); | 108 | __raw_writeb(real_minutes % 10, RTC_MIN1); |
109 | __raw_writeb(real_minutes / 10, RTC_MIN10); | 109 | __raw_writeb(real_minutes / 10, RTC_MIN10); |
110 | } else { | 110 | } else { |
111 | printk(KERN_WARNING | 111 | printk_once(KERN_NOTICE |
112 | "set_rtc_mmss: can't update from %d to %d\n", | 112 | "set_rtc_mmss: can't update from %d to %d\n", |
113 | cmos_minutes, real_minutes); | 113 | cmos_minutes, real_minutes); |
114 | retval = -1; | 114 | retval = -1; |
diff --git a/arch/sh/boards/mach-sh03/setup.c b/arch/sh/boards/mach-sh03/setup.c index af4a0c012a96..d4f79b2a6514 100644 --- a/arch/sh/boards/mach-sh03/setup.c +++ b/arch/sh/boards/mach-sh03/setup.c | |||
@@ -96,7 +96,7 @@ static int __init sh03_devices_setup(void) | |||
96 | 96 | ||
97 | return platform_add_devices(sh03_devices, ARRAY_SIZE(sh03_devices)); | 97 | return platform_add_devices(sh03_devices, ARRAY_SIZE(sh03_devices)); |
98 | } | 98 | } |
99 | __initcall(sh03_devices_setup); | 99 | device_initcall(sh03_devices_setup); |
100 | 100 | ||
101 | static struct sh_machine_vector mv_sh03 __initmv = { | 101 | static struct sh_machine_vector mv_sh03 __initmv = { |
102 | .mv_name = "Interface (CTP/PCI-SH03)", | 102 | .mv_name = "Interface (CTP/PCI-SH03)", |
diff --git a/arch/sh/boards/mach-sh7763rdp/setup.c b/arch/sh/boards/mach-sh7763rdp/setup.c index f64a6918224c..f3d828f133e5 100644 --- a/arch/sh/boards/mach-sh7763rdp/setup.c +++ b/arch/sh/boards/mach-sh7763rdp/setup.c | |||
@@ -75,6 +75,10 @@ static struct resource sh_eth_resources[] = { | |||
75 | .end = 0xFEE00F7C - 1, | 75 | .end = 0xFEE00F7C - 1, |
76 | .flags = IORESOURCE_MEM, | 76 | .flags = IORESOURCE_MEM, |
77 | }, { | 77 | }, { |
78 | .start = 0xFEE01800, /* TSU */ | ||
79 | .end = 0xFEE01FFF, | ||
80 | .flags = IORESOURCE_MEM, | ||
81 | }, { | ||
78 | .start = 57, /* irq number */ | 82 | .start = 57, /* irq number */ |
79 | .flags = IORESOURCE_IRQ, | 83 | .flags = IORESOURCE_IRQ, |
80 | }, | 84 | }, |
@@ -83,6 +87,8 @@ static struct resource sh_eth_resources[] = { | |||
83 | static struct sh_eth_plat_data sh7763_eth_pdata = { | 87 | static struct sh_eth_plat_data sh7763_eth_pdata = { |
84 | .phy = 1, | 88 | .phy = 1, |
85 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | 89 | .edmac_endian = EDMAC_LITTLE_ENDIAN, |
90 | .register_type = SH_ETH_REG_GIGABIT, | ||
91 | .phy_interface = PHY_INTERFACE_MODE_MII, | ||
86 | }; | 92 | }; |
87 | 93 | ||
88 | static struct platform_device sh7763rdp_eth_device = { | 94 | static struct platform_device sh7763rdp_eth_device = { |
diff --git a/arch/sh/boards/mach-snapgear/Makefile b/arch/sh/boards/mach-snapgear/Makefile deleted file mode 100644 index d2d2f4b6a502..000000000000 --- a/arch/sh/boards/mach-snapgear/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the SnapGear specific parts of the kernel | ||
3 | # | ||
4 | |||
5 | obj-y := setup.o io.o | ||
diff --git a/arch/sh/boards/mach-snapgear/io.c b/arch/sh/boards/mach-snapgear/io.c deleted file mode 100644 index 476650e42dbc..000000000000 --- a/arch/sh/boards/mach-snapgear/io.c +++ /dev/null | |||
@@ -1,121 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2002 David McCullough <davidm@snapgear.com> | ||
3 | * Copyright (C) 2001 Ian da Silva, Jeremy Siegel | ||
4 | * Based largely on io_se.c. | ||
5 | * | ||
6 | * I/O routine for Hitachi 7751 SolutionEngine. | ||
7 | * | ||
8 | * Initial version only to support LAN access; some | ||
9 | * placeholder code from io_se.c left in with the | ||
10 | * expectation of later SuperIO and PCMCIA access. | ||
11 | */ | ||
12 | #include <linux/kernel.h> | ||
13 | #include <linux/types.h> | ||
14 | #include <linux/pci.h> | ||
15 | #include <asm/io.h> | ||
16 | #include <asm/addrspace.h> | ||
17 | |||
18 | #ifdef CONFIG_SH_SECUREEDGE5410 | ||
19 | unsigned short secureedge5410_ioport; | ||
20 | #endif | ||
21 | |||
22 | static inline volatile __u16 *port2adr(unsigned int port) | ||
23 | { | ||
24 | maybebadio((unsigned long)port); | ||
25 | return (volatile __u16*)port; | ||
26 | } | ||
27 | |||
28 | /* | ||
29 | * General outline: remap really low stuff [eventually] to SuperIO, | ||
30 | * stuff in PCI IO space (at or above window at pci.h:PCIBIOS_MIN_IO) | ||
31 | * is mapped through the PCI IO window. Stuff with high bits (PXSEG) | ||
32 | * should be way beyond the window, and is used w/o translation for | ||
33 | * compatibility. | ||
34 | */ | ||
35 | unsigned char snapgear_inb(unsigned long port) | ||
36 | { | ||
37 | if (PXSEG(port)) | ||
38 | return *(volatile unsigned char *)port; | ||
39 | else | ||
40 | return (*port2adr(port)) & 0xff; | ||
41 | } | ||
42 | |||
43 | unsigned char snapgear_inb_p(unsigned long port) | ||
44 | { | ||
45 | unsigned char v; | ||
46 | |||
47 | if (PXSEG(port)) | ||
48 | v = *(volatile unsigned char *)port; | ||
49 | else | ||
50 | v = (*port2adr(port))&0xff; | ||
51 | ctrl_delay(); | ||
52 | return v; | ||
53 | } | ||
54 | |||
55 | unsigned short snapgear_inw(unsigned long port) | ||
56 | { | ||
57 | if (PXSEG(port)) | ||
58 | return *(volatile unsigned short *)port; | ||
59 | else if (port >= 0x2000) | ||
60 | return *port2adr(port); | ||
61 | else | ||
62 | maybebadio(port); | ||
63 | return 0; | ||
64 | } | ||
65 | |||
66 | unsigned int snapgear_inl(unsigned long port) | ||
67 | { | ||
68 | if (PXSEG(port)) | ||
69 | return *(volatile unsigned long *)port; | ||
70 | else if (port >= 0x2000) | ||
71 | return *port2adr(port); | ||
72 | else | ||
73 | maybebadio(port); | ||
74 | return 0; | ||
75 | } | ||
76 | |||
77 | void snapgear_outb(unsigned char value, unsigned long port) | ||
78 | { | ||
79 | |||
80 | if (PXSEG(port)) | ||
81 | *(volatile unsigned char *)port = value; | ||
82 | else | ||
83 | *(port2adr(port)) = value; | ||
84 | } | ||
85 | |||
86 | void snapgear_outb_p(unsigned char value, unsigned long port) | ||
87 | { | ||
88 | if (PXSEG(port)) | ||
89 | *(volatile unsigned char *)port = value; | ||
90 | else | ||
91 | *(port2adr(port)) = value; | ||
92 | ctrl_delay(); | ||
93 | } | ||
94 | |||
95 | void snapgear_outw(unsigned short value, unsigned long port) | ||
96 | { | ||
97 | if (PXSEG(port)) | ||
98 | *(volatile unsigned short *)port = value; | ||
99 | else if (port >= 0x2000) | ||
100 | *port2adr(port) = value; | ||
101 | else | ||
102 | maybebadio(port); | ||
103 | } | ||
104 | |||
105 | void snapgear_outl(unsigned int value, unsigned long port) | ||
106 | { | ||
107 | if (PXSEG(port)) | ||
108 | *(volatile unsigned long *)port = value; | ||
109 | else | ||
110 | maybebadio(port); | ||
111 | } | ||
112 | |||
113 | void snapgear_insl(unsigned long port, void *addr, unsigned long count) | ||
114 | { | ||
115 | maybebadio(port); | ||
116 | } | ||
117 | |||
118 | void snapgear_outsl(unsigned long port, const void *addr, unsigned long count) | ||
119 | { | ||
120 | maybebadio(port); | ||
121 | } | ||
diff --git a/arch/sh/boards/mach-systemh/Makefile b/arch/sh/boards/mach-systemh/Makefile deleted file mode 100644 index 2cc6a23d9d39..000000000000 --- a/arch/sh/boards/mach-systemh/Makefile +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the SystemH specific parts of the kernel | ||
3 | # | ||
4 | |||
5 | obj-y := setup.o irq.o io.o | ||
6 | |||
7 | # XXX: This wants to be consolidated in arch/sh/drivers/pci, and more | ||
8 | # importantly, with the generic sh7751_pcic_init() code. For now, we'll | ||
9 | # just abuse the hell out of kbuild, because we can.. | ||
10 | |||
11 | obj-$(CONFIG_PCI) += pci.o | ||
12 | pci-y := ../../se/7751/pci.o | ||
13 | |||
diff --git a/arch/sh/boards/mach-systemh/io.c b/arch/sh/boards/mach-systemh/io.c deleted file mode 100644 index 15577ff1f715..000000000000 --- a/arch/sh/boards/mach-systemh/io.c +++ /dev/null | |||
@@ -1,158 +0,0 @@ | |||
1 | /* | ||
2 | * linux/arch/sh/boards/renesas/systemh/io.c | ||
3 | * | ||
4 | * Copyright (C) 2001 Ian da Silva, Jeremy Siegel | ||
5 | * Based largely on io_se.c. | ||
6 | * | ||
7 | * I/O routine for Hitachi 7751 Systemh. | ||
8 | */ | ||
9 | #include <linux/kernel.h> | ||
10 | #include <linux/types.h> | ||
11 | #include <linux/pci.h> | ||
12 | #include <mach/systemh7751.h> | ||
13 | #include <asm/addrspace.h> | ||
14 | #include <asm/io.h> | ||
15 | |||
16 | #define ETHER_IOMAP(adr) (0xB3000000 + (adr)) /*map to 16bits access area | ||
17 | of smc lan chip*/ | ||
18 | static inline volatile __u16 * | ||
19 | port2adr(unsigned int port) | ||
20 | { | ||
21 | if (port >= 0x2000) | ||
22 | return (volatile __u16 *) (PA_MRSHPC + (port - 0x2000)); | ||
23 | maybebadio((unsigned long)port); | ||
24 | return (volatile __u16*)port; | ||
25 | } | ||
26 | |||
27 | /* | ||
28 | * General outline: remap really low stuff [eventually] to SuperIO, | ||
29 | * stuff in PCI IO space (at or above window at pci.h:PCIBIOS_MIN_IO) | ||
30 | * is mapped through the PCI IO window. Stuff with high bits (PXSEG) | ||
31 | * should be way beyond the window, and is used w/o translation for | ||
32 | * compatibility. | ||
33 | */ | ||
34 | unsigned char sh7751systemh_inb(unsigned long port) | ||
35 | { | ||
36 | if (PXSEG(port)) | ||
37 | return *(volatile unsigned char *)port; | ||
38 | else if (port <= 0x3F1) | ||
39 | return *(volatile unsigned char *)ETHER_IOMAP(port); | ||
40 | else | ||
41 | return (*port2adr(port))&0xff; | ||
42 | } | ||
43 | |||
44 | unsigned char sh7751systemh_inb_p(unsigned long port) | ||
45 | { | ||
46 | unsigned char v; | ||
47 | |||
48 | if (PXSEG(port)) | ||
49 | v = *(volatile unsigned char *)port; | ||
50 | else if (port <= 0x3F1) | ||
51 | v = *(volatile unsigned char *)ETHER_IOMAP(port); | ||
52 | else | ||
53 | v = (*port2adr(port))&0xff; | ||
54 | ctrl_delay(); | ||
55 | return v; | ||
56 | } | ||
57 | |||
58 | unsigned short sh7751systemh_inw(unsigned long port) | ||
59 | { | ||
60 | if (PXSEG(port)) | ||
61 | return *(volatile unsigned short *)port; | ||
62 | else if (port >= 0x2000) | ||
63 | return *port2adr(port); | ||
64 | else if (port <= 0x3F1) | ||
65 | return *(volatile unsigned int *)ETHER_IOMAP(port); | ||
66 | else | ||
67 | maybebadio(port); | ||
68 | return 0; | ||
69 | } | ||
70 | |||
71 | unsigned int sh7751systemh_inl(unsigned long port) | ||
72 | { | ||
73 | if (PXSEG(port)) | ||
74 | return *(volatile unsigned long *)port; | ||
75 | else if (port >= 0x2000) | ||
76 | return *port2adr(port); | ||
77 | else if (port <= 0x3F1) | ||
78 | return *(volatile unsigned int *)ETHER_IOMAP(port); | ||
79 | else | ||
80 | maybebadio(port); | ||
81 | return 0; | ||
82 | } | ||
83 | |||
84 | void sh7751systemh_outb(unsigned char value, unsigned long port) | ||
85 | { | ||
86 | |||
87 | if (PXSEG(port)) | ||
88 | *(volatile unsigned char *)port = value; | ||
89 | else if (port <= 0x3F1) | ||
90 | *(volatile unsigned char *)ETHER_IOMAP(port) = value; | ||
91 | else | ||
92 | *(port2adr(port)) = value; | ||
93 | } | ||
94 | |||
95 | void sh7751systemh_outb_p(unsigned char value, unsigned long port) | ||
96 | { | ||
97 | if (PXSEG(port)) | ||
98 | *(volatile unsigned char *)port = value; | ||
99 | else if (port <= 0x3F1) | ||
100 | *(volatile unsigned char *)ETHER_IOMAP(port) = value; | ||
101 | else | ||
102 | *(port2adr(port)) = value; | ||
103 | ctrl_delay(); | ||
104 | } | ||
105 | |||
106 | void sh7751systemh_outw(unsigned short value, unsigned long port) | ||
107 | { | ||
108 | if (PXSEG(port)) | ||
109 | *(volatile unsigned short *)port = value; | ||
110 | else if (port >= 0x2000) | ||
111 | *port2adr(port) = value; | ||
112 | else if (port <= 0x3F1) | ||
113 | *(volatile unsigned short *)ETHER_IOMAP(port) = value; | ||
114 | else | ||
115 | maybebadio(port); | ||
116 | } | ||
117 | |||
118 | void sh7751systemh_outl(unsigned int value, unsigned long port) | ||
119 | { | ||
120 | if (PXSEG(port)) | ||
121 | *(volatile unsigned long *)port = value; | ||
122 | else | ||
123 | maybebadio(port); | ||
124 | } | ||
125 | |||
126 | void sh7751systemh_insb(unsigned long port, void *addr, unsigned long count) | ||
127 | { | ||
128 | unsigned char *p = addr; | ||
129 | while (count--) *p++ = sh7751systemh_inb(port); | ||
130 | } | ||
131 | |||
132 | void sh7751systemh_insw(unsigned long port, void *addr, unsigned long count) | ||
133 | { | ||
134 | unsigned short *p = addr; | ||
135 | while (count--) *p++ = sh7751systemh_inw(port); | ||
136 | } | ||
137 | |||
138 | void sh7751systemh_insl(unsigned long port, void *addr, unsigned long count) | ||
139 | { | ||
140 | maybebadio(port); | ||
141 | } | ||
142 | |||
143 | void sh7751systemh_outsb(unsigned long port, const void *addr, unsigned long count) | ||
144 | { | ||
145 | unsigned char *p = (unsigned char*)addr; | ||
146 | while (count--) sh7751systemh_outb(*p++, port); | ||
147 | } | ||
148 | |||
149 | void sh7751systemh_outsw(unsigned long port, const void *addr, unsigned long count) | ||
150 | { | ||
151 | unsigned short *p = (unsigned short*)addr; | ||
152 | while (count--) sh7751systemh_outw(*p++, port); | ||
153 | } | ||
154 | |||
155 | void sh7751systemh_outsl(unsigned long port, const void *addr, unsigned long count) | ||
156 | { | ||
157 | maybebadio(port); | ||
158 | } | ||
diff --git a/arch/sh/boards/mach-systemh/irq.c b/arch/sh/boards/mach-systemh/irq.c deleted file mode 100644 index 523aea5dc94e..000000000000 --- a/arch/sh/boards/mach-systemh/irq.c +++ /dev/null | |||
@@ -1,76 +0,0 @@ | |||
1 | /* | ||
2 | * linux/arch/sh/boards/renesas/systemh/irq.c | ||
3 | * | ||
4 | * Copyright (C) 2000 Kazumoto Kojima | ||
5 | * | ||
6 | * Hitachi SystemH Support. | ||
7 | * | ||
8 | * Modified for 7751 SystemH by | ||
9 | * Jonathan Short. | ||
10 | */ | ||
11 | |||
12 | #include <linux/init.h> | ||
13 | #include <linux/irq.h> | ||
14 | #include <linux/interrupt.h> | ||
15 | #include <linux/io.h> | ||
16 | |||
17 | #include <mach/systemh7751.h> | ||
18 | #include <asm/smc37c93x.h> | ||
19 | |||
20 | /* address of external interrupt mask register | ||
21 | * address must be set prior to use these (maybe in init_XXX_irq()) | ||
22 | * XXX : is it better to use .config than specifying it in code? */ | ||
23 | static unsigned long *systemh_irq_mask_register = (unsigned long *)0xB3F10004; | ||
24 | static unsigned long *systemh_irq_request_register = (unsigned long *)0xB3F10000; | ||
25 | |||
26 | /* forward declaration */ | ||
27 | static void enable_systemh_irq(unsigned int irq); | ||
28 | static void disable_systemh_irq(unsigned int irq); | ||
29 | static void mask_and_ack_systemh(unsigned int); | ||
30 | |||
31 | static struct irq_chip systemh_irq_type = { | ||
32 | .name = " SystemH Register", | ||
33 | .unmask = enable_systemh_irq, | ||
34 | .mask = disable_systemh_irq, | ||
35 | .ack = mask_and_ack_systemh, | ||
36 | }; | ||
37 | |||
38 | static void disable_systemh_irq(unsigned int irq) | ||
39 | { | ||
40 | if (systemh_irq_mask_register) { | ||
41 | unsigned long val, mask = 0x01 << 1; | ||
42 | |||
43 | /* Clear the "irq"th bit in the mask and set it in the request */ | ||
44 | val = __raw_readl((unsigned long)systemh_irq_mask_register); | ||
45 | val &= ~mask; | ||
46 | __raw_writel(val, (unsigned long)systemh_irq_mask_register); | ||
47 | |||
48 | val = __raw_readl((unsigned long)systemh_irq_request_register); | ||
49 | val |= mask; | ||
50 | __raw_writel(val, (unsigned long)systemh_irq_request_register); | ||
51 | } | ||
52 | } | ||
53 | |||
54 | static void enable_systemh_irq(unsigned int irq) | ||
55 | { | ||
56 | if (systemh_irq_mask_register) { | ||
57 | unsigned long val, mask = 0x01 << 1; | ||
58 | |||
59 | /* Set "irq"th bit in the mask register */ | ||
60 | val = __raw_readl((unsigned long)systemh_irq_mask_register); | ||
61 | val |= mask; | ||
62 | __raw_writel(val, (unsigned long)systemh_irq_mask_register); | ||
63 | } | ||
64 | } | ||
65 | |||
66 | static void mask_and_ack_systemh(unsigned int irq) | ||
67 | { | ||
68 | disable_systemh_irq(irq); | ||
69 | } | ||
70 | |||
71 | void make_systemh_irq(unsigned int irq) | ||
72 | { | ||
73 | disable_irq_nosync(irq); | ||
74 | set_irq_chip_and_handler(irq, &systemh_irq_type, handle_level_irq); | ||
75 | disable_systemh_irq(irq); | ||
76 | } | ||
diff --git a/arch/sh/boards/mach-systemh/setup.c b/arch/sh/boards/mach-systemh/setup.c deleted file mode 100644 index 219fd800a43f..000000000000 --- a/arch/sh/boards/mach-systemh/setup.c +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | /* | ||
2 | * linux/arch/sh/boards/renesas/systemh/setup.c | ||
3 | * | ||
4 | * Copyright (C) 2000 Kazumoto Kojima | ||
5 | * Copyright (C) 2003 Paul Mundt | ||
6 | * | ||
7 | * Hitachi SystemH Support. | ||
8 | * | ||
9 | * Modified for 7751 SystemH by Jonathan Short. | ||
10 | * | ||
11 | * Rewritten for 2.6 by Paul Mundt. | ||
12 | * | ||
13 | * This file is subject to the terms and conditions of the GNU General Public | ||
14 | * License. See the file "COPYING" in the main directory of this archive | ||
15 | * for more details. | ||
16 | */ | ||
17 | #include <linux/init.h> | ||
18 | #include <asm/machvec.h> | ||
19 | #include <mach/systemh7751.h> | ||
20 | |||
21 | extern void make_systemh_irq(unsigned int irq); | ||
22 | |||
23 | /* | ||
24 | * Initialize IRQ setting | ||
25 | */ | ||
26 | static void __init sh7751systemh_init_irq(void) | ||
27 | { | ||
28 | make_systemh_irq(0xb); /* Ethernet interrupt */ | ||
29 | } | ||
30 | |||
31 | static struct sh_machine_vector mv_7751systemh __initmv = { | ||
32 | .mv_name = "7751 SystemH", | ||
33 | .mv_nr_irqs = 72, | ||
34 | |||
35 | .mv_inb = sh7751systemh_inb, | ||
36 | .mv_inw = sh7751systemh_inw, | ||
37 | .mv_inl = sh7751systemh_inl, | ||
38 | .mv_outb = sh7751systemh_outb, | ||
39 | .mv_outw = sh7751systemh_outw, | ||
40 | .mv_outl = sh7751systemh_outl, | ||
41 | |||
42 | .mv_inb_p = sh7751systemh_inb_p, | ||
43 | .mv_inw_p = sh7751systemh_inw, | ||
44 | .mv_inl_p = sh7751systemh_inl, | ||
45 | .mv_outb_p = sh7751systemh_outb_p, | ||
46 | .mv_outw_p = sh7751systemh_outw, | ||
47 | .mv_outl_p = sh7751systemh_outl, | ||
48 | |||
49 | .mv_insb = sh7751systemh_insb, | ||
50 | .mv_insw = sh7751systemh_insw, | ||
51 | .mv_insl = sh7751systemh_insl, | ||
52 | .mv_outsb = sh7751systemh_outsb, | ||
53 | .mv_outsw = sh7751systemh_outsw, | ||
54 | .mv_outsl = sh7751systemh_outsl, | ||
55 | |||
56 | .mv_init_irq = sh7751systemh_init_irq, | ||
57 | }; | ||
diff --git a/arch/sh/boards/mach-x3proto/Makefile b/arch/sh/boards/mach-x3proto/Makefile index 983e4551fecf..708c21c919ff 100644 --- a/arch/sh/boards/mach-x3proto/Makefile +++ b/arch/sh/boards/mach-x3proto/Makefile | |||
@@ -1 +1,3 @@ | |||
1 | obj-y += setup.o ilsel.o | 1 | obj-y += setup.o ilsel.o |
2 | |||
3 | obj-$(CONFIG_GENERIC_GPIO) += gpio.o | ||
diff --git a/arch/sh/boards/mach-x3proto/gpio.c b/arch/sh/boards/mach-x3proto/gpio.c new file mode 100644 index 000000000000..f33b2b57019c --- /dev/null +++ b/arch/sh/boards/mach-x3proto/gpio.c | |||
@@ -0,0 +1,136 @@ | |||
1 | /* | ||
2 | * arch/sh/boards/mach-x3proto/gpio.c | ||
3 | * | ||
4 | * Renesas SH-X3 Prototype Baseboard GPIO Support. | ||
5 | * | ||
6 | * Copyright (C) 2010 Paul Mundt | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
13 | |||
14 | #include <linux/init.h> | ||
15 | #include <linux/interrupt.h> | ||
16 | #include <linux/gpio.h> | ||
17 | #include <linux/irq.h> | ||
18 | #include <linux/kernel.h> | ||
19 | #include <linux/spinlock.h> | ||
20 | #include <linux/io.h> | ||
21 | #include <mach/ilsel.h> | ||
22 | #include <mach/hardware.h> | ||
23 | |||
24 | #define KEYCTLR 0xb81c0000 | ||
25 | #define KEYOUTR 0xb81c0002 | ||
26 | #define KEYDETR 0xb81c0004 | ||
27 | |||
28 | static DEFINE_SPINLOCK(x3proto_gpio_lock); | ||
29 | static unsigned int x3proto_gpio_irq_map[NR_BASEBOARD_GPIOS] = { 0, }; | ||
30 | |||
31 | static int x3proto_gpio_direction_input(struct gpio_chip *chip, unsigned gpio) | ||
32 | { | ||
33 | unsigned long flags; | ||
34 | unsigned int data; | ||
35 | |||
36 | spin_lock_irqsave(&x3proto_gpio_lock, flags); | ||
37 | data = __raw_readw(KEYCTLR); | ||
38 | data |= (1 << gpio); | ||
39 | __raw_writew(data, KEYCTLR); | ||
40 | spin_unlock_irqrestore(&x3proto_gpio_lock, flags); | ||
41 | |||
42 | return 0; | ||
43 | } | ||
44 | |||
45 | static int x3proto_gpio_get(struct gpio_chip *chip, unsigned gpio) | ||
46 | { | ||
47 | return !!(__raw_readw(KEYDETR) & (1 << gpio)); | ||
48 | } | ||
49 | |||
50 | static int x3proto_gpio_to_irq(struct gpio_chip *chip, unsigned gpio) | ||
51 | { | ||
52 | return x3proto_gpio_irq_map[gpio]; | ||
53 | } | ||
54 | |||
55 | static void x3proto_gpio_irq_handler(unsigned int irq, struct irq_desc *desc) | ||
56 | { | ||
57 | struct irq_data *data = irq_get_irq_data(irq); | ||
58 | struct irq_chip *chip = irq_data_get_irq_chip(data); | ||
59 | unsigned long mask; | ||
60 | int pin; | ||
61 | |||
62 | chip->irq_mask_ack(data); | ||
63 | |||
64 | mask = __raw_readw(KEYDETR); | ||
65 | |||
66 | for_each_set_bit(pin, &mask, NR_BASEBOARD_GPIOS) | ||
67 | generic_handle_irq(x3proto_gpio_to_irq(NULL, pin)); | ||
68 | |||
69 | chip->irq_unmask(data); | ||
70 | } | ||
71 | |||
72 | struct gpio_chip x3proto_gpio_chip = { | ||
73 | .label = "x3proto-gpio", | ||
74 | .direction_input = x3proto_gpio_direction_input, | ||
75 | .get = x3proto_gpio_get, | ||
76 | .to_irq = x3proto_gpio_to_irq, | ||
77 | .base = -1, | ||
78 | .ngpio = NR_BASEBOARD_GPIOS, | ||
79 | }; | ||
80 | |||
81 | int __init x3proto_gpio_setup(void) | ||
82 | { | ||
83 | int ilsel; | ||
84 | int ret, i; | ||
85 | |||
86 | ilsel = ilsel_enable(ILSEL_KEY); | ||
87 | if (unlikely(ilsel < 0)) | ||
88 | return ilsel; | ||
89 | |||
90 | ret = gpiochip_add(&x3proto_gpio_chip); | ||
91 | if (unlikely(ret)) | ||
92 | goto err_gpio; | ||
93 | |||
94 | for (i = 0; i < NR_BASEBOARD_GPIOS; i++) { | ||
95 | unsigned long flags; | ||
96 | int irq = create_irq(); | ||
97 | |||
98 | if (unlikely(irq < 0)) { | ||
99 | ret = -EINVAL; | ||
100 | goto err_irq; | ||
101 | } | ||
102 | |||
103 | spin_lock_irqsave(&x3proto_gpio_lock, flags); | ||
104 | x3proto_gpio_irq_map[i] = irq; | ||
105 | irq_set_chip_and_handler_name(irq, &dummy_irq_chip, | ||
106 | handle_simple_irq, "gpio"); | ||
107 | spin_unlock_irqrestore(&x3proto_gpio_lock, flags); | ||
108 | } | ||
109 | |||
110 | pr_info("registering '%s' support, handling GPIOs %u -> %u, " | ||
111 | "bound to IRQ %u\n", | ||
112 | x3proto_gpio_chip.label, x3proto_gpio_chip.base, | ||
113 | x3proto_gpio_chip.base + x3proto_gpio_chip.ngpio, | ||
114 | ilsel); | ||
115 | |||
116 | irq_set_chained_handler(ilsel, x3proto_gpio_irq_handler); | ||
117 | irq_set_irq_wake(ilsel, 1); | ||
118 | |||
119 | return 0; | ||
120 | |||
121 | err_irq: | ||
122 | for (; i >= 0; --i) | ||
123 | if (x3proto_gpio_irq_map[i]) | ||
124 | destroy_irq(x3proto_gpio_irq_map[i]); | ||
125 | |||
126 | ret = gpiochip_remove(&x3proto_gpio_chip); | ||
127 | if (unlikely(ret)) | ||
128 | pr_err("Failed deregistering GPIO\n"); | ||
129 | |||
130 | err_gpio: | ||
131 | synchronize_irq(ilsel); | ||
132 | |||
133 | ilsel_disable(ILSEL_KEY); | ||
134 | |||
135 | return ret; | ||
136 | } | ||
diff --git a/arch/sh/boards/mach-x3proto/ilsel.c b/arch/sh/boards/mach-x3proto/ilsel.c index 5c9842704c60..95e346139515 100644 --- a/arch/sh/boards/mach-x3proto/ilsel.c +++ b/arch/sh/boards/mach-x3proto/ilsel.c | |||
@@ -1,20 +1,22 @@ | |||
1 | /* | 1 | /* |
2 | * arch/sh/boards/renesas/x3proto/ilsel.c | 2 | * arch/sh/boards/mach-x3proto/ilsel.c |
3 | * | 3 | * |
4 | * Helper routines for SH-X3 proto board ILSEL. | 4 | * Helper routines for SH-X3 proto board ILSEL. |
5 | * | 5 | * |
6 | * Copyright (C) 2007 Paul Mundt | 6 | * Copyright (C) 2007 - 2010 Paul Mundt |
7 | * | 7 | * |
8 | * This file is subject to the terms and conditions of the GNU General Public | 8 | * This file is subject to the terms and conditions of the GNU General Public |
9 | * License. See the file "COPYING" in the main directory of this archive | 9 | * License. See the file "COPYING" in the main directory of this archive |
10 | * for more details. | 10 | * for more details. |
11 | */ | 11 | */ |
12 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
13 | |||
12 | #include <linux/init.h> | 14 | #include <linux/init.h> |
13 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
14 | #include <linux/module.h> | 16 | #include <linux/module.h> |
15 | #include <linux/bitmap.h> | 17 | #include <linux/bitmap.h> |
16 | #include <linux/io.h> | 18 | #include <linux/io.h> |
17 | #include <asm/ilsel.h> | 19 | #include <mach/ilsel.h> |
18 | 20 | ||
19 | /* | 21 | /* |
20 | * ILSEL is split across: | 22 | * ILSEL is split across: |
@@ -64,6 +66,8 @@ static void __ilsel_enable(ilsel_source_t set, unsigned int bit) | |||
64 | unsigned int tmp, shift; | 66 | unsigned int tmp, shift; |
65 | unsigned long addr; | 67 | unsigned long addr; |
66 | 68 | ||
69 | pr_notice("enabling ILSEL set %d\n", set); | ||
70 | |||
67 | addr = mk_ilsel_addr(bit); | 71 | addr = mk_ilsel_addr(bit); |
68 | shift = mk_ilsel_shift(bit); | 72 | shift = mk_ilsel_shift(bit); |
69 | 73 | ||
@@ -92,8 +96,10 @@ int ilsel_enable(ilsel_source_t set) | |||
92 | { | 96 | { |
93 | unsigned int bit; | 97 | unsigned int bit; |
94 | 98 | ||
95 | /* Aliased sources must use ilsel_enable_fixed() */ | 99 | if (unlikely(set > ILSEL_KEY)) { |
96 | BUG_ON(set > ILSEL_KEY); | 100 | pr_err("Aliased sources must use ilsel_enable_fixed()\n"); |
101 | return -EINVAL; | ||
102 | } | ||
97 | 103 | ||
98 | do { | 104 | do { |
99 | bit = find_first_zero_bit(&ilsel_level_map, ILSEL_LEVELS); | 105 | bit = find_first_zero_bit(&ilsel_level_map, ILSEL_LEVELS); |
@@ -140,6 +146,8 @@ void ilsel_disable(unsigned int irq) | |||
140 | unsigned long addr; | 146 | unsigned long addr; |
141 | unsigned int tmp; | 147 | unsigned int tmp; |
142 | 148 | ||
149 | pr_notice("disabling ILSEL set %d\n", irq); | ||
150 | |||
143 | addr = mk_ilsel_addr(irq); | 151 | addr = mk_ilsel_addr(irq); |
144 | 152 | ||
145 | tmp = __raw_readw(addr); | 153 | tmp = __raw_readw(addr); |
diff --git a/arch/sh/boards/mach-x3proto/setup.c b/arch/sh/boards/mach-x3proto/setup.c index 102bf56befb4..d682e2b6a856 100644 --- a/arch/sh/boards/mach-x3proto/setup.c +++ b/arch/sh/boards/mach-x3proto/setup.c | |||
@@ -1,9 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * arch/sh/boards/renesas/x3proto/setup.c | 2 | * arch/sh/boards/mach-x3proto/setup.c |
3 | * | 3 | * |
4 | * Renesas SH-X3 Prototype Board Support. | 4 | * Renesas SH-X3 Prototype Board Support. |
5 | * | 5 | * |
6 | * Copyright (C) 2007 - 2008 Paul Mundt | 6 | * Copyright (C) 2007 - 2010 Paul Mundt |
7 | * | 7 | * |
8 | * This file is subject to the terms and conditions of the GNU General Public | 8 | * This file is subject to the terms and conditions of the GNU General Public |
9 | * License. See the file "COPYING" in the main directory of this archive | 9 | * License. See the file "COPYING" in the main directory of this archive |
@@ -16,9 +16,13 @@ | |||
16 | #include <linux/smc91x.h> | 16 | #include <linux/smc91x.h> |
17 | #include <linux/irq.h> | 17 | #include <linux/irq.h> |
18 | #include <linux/interrupt.h> | 18 | #include <linux/interrupt.h> |
19 | #include <linux/input.h> | ||
19 | #include <linux/usb/r8a66597.h> | 20 | #include <linux/usb/r8a66597.h> |
20 | #include <linux/usb/m66592.h> | 21 | #include <linux/usb/m66592.h> |
21 | #include <asm/ilsel.h> | 22 | #include <linux/gpio.h> |
23 | #include <linux/gpio_keys.h> | ||
24 | #include <mach/ilsel.h> | ||
25 | #include <mach/hardware.h> | ||
22 | #include <asm/smp-ops.h> | 26 | #include <asm/smp-ops.h> |
23 | 27 | ||
24 | static struct resource heartbeat_resources[] = { | 28 | static struct resource heartbeat_resources[] = { |
@@ -122,15 +126,128 @@ static struct platform_device m66592_usb_peripheral_device = { | |||
122 | .resource = m66592_usb_peripheral_resources, | 126 | .resource = m66592_usb_peripheral_resources, |
123 | }; | 127 | }; |
124 | 128 | ||
129 | static struct gpio_keys_button baseboard_buttons[NR_BASEBOARD_GPIOS] = { | ||
130 | { | ||
131 | .desc = "key44", | ||
132 | .code = KEY_POWER, | ||
133 | .active_low = 1, | ||
134 | .wakeup = 1, | ||
135 | }, { | ||
136 | .desc = "key43", | ||
137 | .code = KEY_SUSPEND, | ||
138 | .active_low = 1, | ||
139 | .wakeup = 1, | ||
140 | }, { | ||
141 | .desc = "key42", | ||
142 | .code = KEY_KATAKANAHIRAGANA, | ||
143 | .active_low = 1, | ||
144 | }, { | ||
145 | .desc = "key41", | ||
146 | .code = KEY_SWITCHVIDEOMODE, | ||
147 | .active_low = 1, | ||
148 | }, { | ||
149 | .desc = "key34", | ||
150 | .code = KEY_F12, | ||
151 | .active_low = 1, | ||
152 | }, { | ||
153 | .desc = "key33", | ||
154 | .code = KEY_F11, | ||
155 | .active_low = 1, | ||
156 | }, { | ||
157 | .desc = "key32", | ||
158 | .code = KEY_F10, | ||
159 | .active_low = 1, | ||
160 | }, { | ||
161 | .desc = "key31", | ||
162 | .code = KEY_F9, | ||
163 | .active_low = 1, | ||
164 | }, { | ||
165 | .desc = "key24", | ||
166 | .code = KEY_F8, | ||
167 | .active_low = 1, | ||
168 | }, { | ||
169 | .desc = "key23", | ||
170 | .code = KEY_F7, | ||
171 | .active_low = 1, | ||
172 | }, { | ||
173 | .desc = "key22", | ||
174 | .code = KEY_F6, | ||
175 | .active_low = 1, | ||
176 | }, { | ||
177 | .desc = "key21", | ||
178 | .code = KEY_F5, | ||
179 | .active_low = 1, | ||
180 | }, { | ||
181 | .desc = "key14", | ||
182 | .code = KEY_F4, | ||
183 | .active_low = 1, | ||
184 | }, { | ||
185 | .desc = "key13", | ||
186 | .code = KEY_F3, | ||
187 | .active_low = 1, | ||
188 | }, { | ||
189 | .desc = "key12", | ||
190 | .code = KEY_F2, | ||
191 | .active_low = 1, | ||
192 | }, { | ||
193 | .desc = "key11", | ||
194 | .code = KEY_F1, | ||
195 | .active_low = 1, | ||
196 | }, | ||
197 | }; | ||
198 | |||
199 | static struct gpio_keys_platform_data baseboard_buttons_data = { | ||
200 | .buttons = baseboard_buttons, | ||
201 | .nbuttons = ARRAY_SIZE(baseboard_buttons), | ||
202 | }; | ||
203 | |||
204 | static struct platform_device baseboard_buttons_device = { | ||
205 | .name = "gpio-keys", | ||
206 | .id = -1, | ||
207 | .dev = { | ||
208 | .platform_data = &baseboard_buttons_data, | ||
209 | }, | ||
210 | }; | ||
211 | |||
125 | static struct platform_device *x3proto_devices[] __initdata = { | 212 | static struct platform_device *x3proto_devices[] __initdata = { |
126 | &heartbeat_device, | 213 | &heartbeat_device, |
127 | &smc91x_device, | 214 | &smc91x_device, |
128 | &r8a66597_usb_host_device, | 215 | &r8a66597_usb_host_device, |
129 | &m66592_usb_peripheral_device, | 216 | &m66592_usb_peripheral_device, |
217 | &baseboard_buttons_device, | ||
130 | }; | 218 | }; |
131 | 219 | ||
220 | static void __init x3proto_init_irq(void) | ||
221 | { | ||
222 | plat_irq_setup_pins(IRQ_MODE_IRL3210); | ||
223 | |||
224 | /* Set ICR0.LVLMODE */ | ||
225 | __raw_writel(__raw_readl(0xfe410000) | (1 << 21), 0xfe410000); | ||
226 | } | ||
227 | |||
132 | static int __init x3proto_devices_setup(void) | 228 | static int __init x3proto_devices_setup(void) |
133 | { | 229 | { |
230 | int ret, i; | ||
231 | |||
232 | /* | ||
233 | * IRLs are only needed for ILSEL mappings, so flip over the INTC | ||
234 | * pins at a later point to enable the GPIOs to settle. | ||
235 | */ | ||
236 | x3proto_init_irq(); | ||
237 | |||
238 | /* | ||
239 | * Now that ILSELs are available, set up the baseboard GPIOs. | ||
240 | */ | ||
241 | ret = x3proto_gpio_setup(); | ||
242 | if (unlikely(ret)) | ||
243 | return ret; | ||
244 | |||
245 | /* | ||
246 | * Propagate dynamic GPIOs for the baseboard button device. | ||
247 | */ | ||
248 | for (i = 0; i < ARRAY_SIZE(baseboard_buttons); i++) | ||
249 | baseboard_buttons[i].gpio = x3proto_gpio_chip.base + i; | ||
250 | |||
134 | r8a66597_usb_host_resources[1].start = | 251 | r8a66597_usb_host_resources[1].start = |
135 | r8a66597_usb_host_resources[1].end = ilsel_enable(ILSEL_USBH_I); | 252 | r8a66597_usb_host_resources[1].end = ilsel_enable(ILSEL_USBH_I); |
136 | 253 | ||
@@ -145,14 +262,6 @@ static int __init x3proto_devices_setup(void) | |||
145 | } | 262 | } |
146 | device_initcall(x3proto_devices_setup); | 263 | device_initcall(x3proto_devices_setup); |
147 | 264 | ||
148 | static void __init x3proto_init_irq(void) | ||
149 | { | ||
150 | plat_irq_setup_pins(IRQ_MODE_IRL3210); | ||
151 | |||
152 | /* Set ICR0.LVLMODE */ | ||
153 | __raw_writel(__raw_readl(0xfe410000) | (1 << 21), 0xfe410000); | ||
154 | } | ||
155 | |||
156 | static void __init x3proto_setup(char **cmdline_p) | 265 | static void __init x3proto_setup(char **cmdline_p) |
157 | { | 266 | { |
158 | register_smp_ops(&shx3_smp_ops); | 267 | register_smp_ops(&shx3_smp_ops); |
@@ -161,5 +270,4 @@ static void __init x3proto_setup(char **cmdline_p) | |||
161 | static struct sh_machine_vector mv_x3proto __initmv = { | 270 | static struct sh_machine_vector mv_x3proto __initmv = { |
162 | .mv_name = "x3proto", | 271 | .mv_name = "x3proto", |
163 | .mv_setup = x3proto_setup, | 272 | .mv_setup = x3proto_setup, |
164 | .mv_init_irq = x3proto_init_irq, | ||
165 | }; | 273 | }; |
diff --git a/arch/sh/boot/Makefile b/arch/sh/boot/Makefile index 1ce63624c9b9..ba515d800245 100644 --- a/arch/sh/boot/Makefile +++ b/arch/sh/boot/Makefile | |||
@@ -24,12 +24,13 @@ suffix-y := bin | |||
24 | suffix-$(CONFIG_KERNEL_GZIP) := gz | 24 | suffix-$(CONFIG_KERNEL_GZIP) := gz |
25 | suffix-$(CONFIG_KERNEL_BZIP2) := bz2 | 25 | suffix-$(CONFIG_KERNEL_BZIP2) := bz2 |
26 | suffix-$(CONFIG_KERNEL_LZMA) := lzma | 26 | suffix-$(CONFIG_KERNEL_LZMA) := lzma |
27 | suffix-$(CONFIG_KERNEL_XZ) := xz | ||
27 | suffix-$(CONFIG_KERNEL_LZO) := lzo | 28 | suffix-$(CONFIG_KERNEL_LZO) := lzo |
28 | 29 | ||
29 | targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ | 30 | targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ |
30 | uImage.bz2 uImage.lzma uImage.lzo uImage.bin | 31 | uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin |
31 | extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ | 32 | extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ |
32 | vmlinux.bin.lzo | 33 | vmlinux.bin.xz vmlinux.bin.lzo |
33 | subdir- := compressed romimage | 34 | subdir- := compressed romimage |
34 | 35 | ||
35 | $(obj)/zImage: $(obj)/compressed/vmlinux FORCE | 36 | $(obj)/zImage: $(obj)/compressed/vmlinux FORCE |
@@ -76,6 +77,9 @@ $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE | |||
76 | $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE | 77 | $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE |
77 | $(call if_changed,lzma) | 78 | $(call if_changed,lzma) |
78 | 79 | ||
80 | $(obj)/vmlinux.bin.xz: $(obj)/vmlinux.bin FORCE | ||
81 | $(call if_changed,xzkern) | ||
82 | |||
79 | $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE | 83 | $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE |
80 | $(call if_changed,lzo) | 84 | $(call if_changed,lzo) |
81 | 85 | ||
@@ -88,6 +92,9 @@ $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz | |||
88 | $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma | 92 | $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma |
89 | $(call if_changed,uimage,lzma) | 93 | $(call if_changed,uimage,lzma) |
90 | 94 | ||
95 | $(obj)/uImage.xz: $(obj)/vmlinux.bin.xz | ||
96 | $(call if_changed,uimage,xz) | ||
97 | |||
91 | $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo | 98 | $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo |
92 | $(call if_changed,uimage,lzo) | 99 | $(call if_changed,uimage,lzo) |
93 | 100 | ||
diff --git a/arch/sh/boot/compressed/Makefile b/arch/sh/boot/compressed/Makefile index cfa5a087a886..23bc849d9c64 100644 --- a/arch/sh/boot/compressed/Makefile +++ b/arch/sh/boot/compressed/Makefile | |||
@@ -6,11 +6,13 @@ | |||
6 | 6 | ||
7 | targets := vmlinux vmlinux.bin vmlinux.bin.gz \ | 7 | targets := vmlinux vmlinux.bin vmlinux.bin.gz \ |
8 | vmlinux.bin.bz2 vmlinux.bin.lzma \ | 8 | vmlinux.bin.bz2 vmlinux.bin.lzma \ |
9 | vmlinux.bin.lzo \ | 9 | vmlinux.bin.xz vmlinux.bin.lzo \ |
10 | head_$(BITS).o misc.o piggy.o | 10 | head_$(BITS).o misc.o piggy.o |
11 | 11 | ||
12 | OBJECTS = $(obj)/head_$(BITS).o $(obj)/misc.o $(obj)/cache.o | 12 | OBJECTS = $(obj)/head_$(BITS).o $(obj)/misc.o $(obj)/cache.o |
13 | 13 | ||
14 | GCOV_PROFILE := n | ||
15 | |||
14 | # | 16 | # |
15 | # IMAGE_OFFSET is the load offset of the compression loader | 17 | # IMAGE_OFFSET is the load offset of the compression loader |
16 | # | 18 | # |
@@ -25,8 +27,6 @@ IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ | |||
25 | $(CONFIG_BOOT_LINK_OFFSET)]') | 27 | $(CONFIG_BOOT_LINK_OFFSET)]') |
26 | endif | 28 | endif |
27 | 29 | ||
28 | LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) | ||
29 | |||
30 | ifeq ($(CONFIG_MCOUNT),y) | 30 | ifeq ($(CONFIG_MCOUNT),y) |
31 | ORIG_CFLAGS := $(KBUILD_CFLAGS) | 31 | ORIG_CFLAGS := $(KBUILD_CFLAGS) |
32 | KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS)) | 32 | KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS)) |
@@ -35,7 +35,25 @@ endif | |||
35 | LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ | 35 | LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ |
36 | -T $(obj)/../../kernel/vmlinux.lds | 36 | -T $(obj)/../../kernel/vmlinux.lds |
37 | 37 | ||
38 | $(obj)/vmlinux: $(OBJECTS) $(obj)/piggy.o $(LIBGCC) FORCE | 38 | # |
39 | # Pull in the necessary libgcc bits from the in-kernel implementation. | ||
40 | # | ||
41 | lib1funcs-$(CONFIG_SUPERH32) := ashiftrt.S ashldi3.c ashrsi3.S ashlsi3.S \ | ||
42 | lshrsi3.S | ||
43 | lib1funcs-obj := \ | ||
44 | $(addsuffix .o, $(basename $(addprefix $(obj)/, $(lib1funcs-y)))) | ||
45 | |||
46 | lib1funcs-dir := $(srctree)/arch/$(SRCARCH)/lib | ||
47 | ifeq ($(BITS),64) | ||
48 | lib1funcs-dir := $(addsuffix $(BITS), $(lib1funcs-dir)) | ||
49 | endif | ||
50 | |||
51 | KBUILD_CFLAGS += -I$(lib1funcs-dir) | ||
52 | |||
53 | $(addprefix $(obj)/,$(lib1funcs-y)): $(obj)/%: $(lib1funcs-dir)/% FORCE | ||
54 | $(call cmd,shipped) | ||
55 | |||
56 | $(obj)/vmlinux: $(OBJECTS) $(obj)/piggy.o $(lib1funcs-obj) FORCE | ||
39 | $(call if_changed,ld) | 57 | $(call if_changed,ld) |
40 | @: | 58 | @: |
41 | 59 | ||
@@ -50,6 +68,8 @@ $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE | |||
50 | $(call if_changed,bzip2) | 68 | $(call if_changed,bzip2) |
51 | $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE | 69 | $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE |
52 | $(call if_changed,lzma) | 70 | $(call if_changed,lzma) |
71 | $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE | ||
72 | $(call if_changed,xzkern) | ||
53 | $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE | 73 | $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE |
54 | $(call if_changed,lzo) | 74 | $(call if_changed,lzo) |
55 | 75 | ||
diff --git a/arch/sh/boot/compressed/head_32.S b/arch/sh/boot/compressed/head_32.S index 200c1d4f1efe..3e150326f1fd 100644 --- a/arch/sh/boot/compressed/head_32.S +++ b/arch/sh/boot/compressed/head_32.S | |||
@@ -91,7 +91,9 @@ bss_start_addr: | |||
91 | end_addr: | 91 | end_addr: |
92 | .long _end | 92 | .long _end |
93 | init_sr: | 93 | init_sr: |
94 | .long 0x400000F0 /* Privileged mode, Bank=0, Block=0, IMASK=0xF */ | 94 | .long 0x500000F0 /* Privileged mode, Bank=0, Block=1, IMASK=0xF */ |
95 | kexec_magic: | ||
96 | .long 0x400000F0 /* magic used by kexec to parse zImage format */ | ||
95 | init_stack_addr: | 97 | init_stack_addr: |
96 | .long stack_start | 98 | .long stack_start |
97 | decompress_kernel_addr: | 99 | decompress_kernel_addr: |
diff --git a/arch/sh/boot/compressed/misc.c b/arch/sh/boot/compressed/misc.c index 27140a6b365d..95470a472d2c 100644 --- a/arch/sh/boot/compressed/misc.c +++ b/arch/sh/boot/compressed/misc.c | |||
@@ -61,6 +61,10 @@ static unsigned long free_mem_end_ptr; | |||
61 | #include "../../../../lib/decompress_unlzma.c" | 61 | #include "../../../../lib/decompress_unlzma.c" |
62 | #endif | 62 | #endif |
63 | 63 | ||
64 | #ifdef CONFIG_KERNEL_XZ | ||
65 | #include "../../../../lib/decompress_unxz.c" | ||
66 | #endif | ||
67 | |||
64 | #ifdef CONFIG_KERNEL_LZO | 68 | #ifdef CONFIG_KERNEL_LZO |
65 | #include "../../../../lib/decompress_unlzo.c" | 69 | #include "../../../../lib/decompress_unlzo.c" |
66 | #endif | 70 | #endif |
diff --git a/arch/sh/boot/romimage/mmcif-sh7724.c b/arch/sh/boot/romimage/mmcif-sh7724.c index 14863d7292cb..16b122510c84 100644 --- a/arch/sh/boot/romimage/mmcif-sh7724.c +++ b/arch/sh/boot/romimage/mmcif-sh7724.c | |||
@@ -9,6 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/mmc/sh_mmcif.h> | 11 | #include <linux/mmc/sh_mmcif.h> |
12 | #include <linux/mmc/boot.h> | ||
12 | #include <mach/romimage.h> | 13 | #include <mach/romimage.h> |
13 | 14 | ||
14 | #define MMCIF_BASE (void __iomem *)0xa4ca0000 | 15 | #define MMCIF_BASE (void __iomem *)0xa4ca0000 |
@@ -21,9 +22,6 @@ | |||
21 | #define HIZCRC 0xa405015c | 22 | #define HIZCRC 0xa405015c |
22 | #define DRVCRA 0xa405018a | 23 | #define DRVCRA 0xa405018a |
23 | 24 | ||
24 | enum { MMCIF_PROGRESS_ENTER, MMCIF_PROGRESS_INIT, | ||
25 | MMCIF_PROGRESS_LOAD, MMCIF_PROGRESS_DONE }; | ||
26 | |||
27 | /* SH7724 specific MMCIF loader | 25 | /* SH7724 specific MMCIF loader |
28 | * | 26 | * |
29 | * loads the romImage from an MMC card starting from block 512 | 27 | * loads the romImage from an MMC card starting from block 512 |
@@ -32,7 +30,7 @@ enum { MMCIF_PROGRESS_ENTER, MMCIF_PROGRESS_INIT, | |||
32 | */ | 30 | */ |
33 | asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) | 31 | asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) |
34 | { | 32 | { |
35 | mmcif_update_progress(MMCIF_PROGRESS_ENTER); | 33 | mmcif_update_progress(MMC_PROGRESS_ENTER); |
36 | 34 | ||
37 | /* enable clock to the MMCIF hardware block */ | 35 | /* enable clock to the MMCIF hardware block */ |
38 | __raw_writel(__raw_readl(MSTPCR2) & ~0x20000000, MSTPCR2); | 36 | __raw_writel(__raw_readl(MSTPCR2) & ~0x20000000, MSTPCR2); |
@@ -55,18 +53,20 @@ asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) | |||
55 | /* high drive capability for MMC pins */ | 53 | /* high drive capability for MMC pins */ |
56 | __raw_writew(__raw_readw(DRVCRA) | 0x3000, DRVCRA); | 54 | __raw_writew(__raw_readw(DRVCRA) | 0x3000, DRVCRA); |
57 | 55 | ||
58 | mmcif_update_progress(MMCIF_PROGRESS_INIT); | 56 | mmcif_update_progress(MMC_PROGRESS_INIT); |
59 | 57 | ||
60 | /* setup MMCIF hardware */ | 58 | /* setup MMCIF hardware */ |
61 | sh_mmcif_boot_init(MMCIF_BASE); | 59 | sh_mmcif_boot_init(MMCIF_BASE); |
62 | 60 | ||
63 | mmcif_update_progress(MMCIF_PROGRESS_LOAD); | 61 | mmcif_update_progress(MMC_PROGRESS_LOAD); |
64 | 62 | ||
65 | /* load kernel via MMCIF interface */ | 63 | /* load kernel via MMCIF interface */ |
66 | sh_mmcif_boot_slurp(MMCIF_BASE, buf, no_bytes); | 64 | sh_mmcif_boot_do_read(MMCIF_BASE, 512, |
65 | (no_bytes + SH_MMCIF_BBS - 1) / SH_MMCIF_BBS, | ||
66 | buf); | ||
67 | 67 | ||
68 | /* disable clock to the MMCIF hardware block */ | 68 | /* disable clock to the MMCIF hardware block */ |
69 | __raw_writel(__raw_readl(MSTPCR2) | 0x20000000, MSTPCR2); | 69 | __raw_writel(__raw_readl(MSTPCR2) | 0x20000000, MSTPCR2); |
70 | 70 | ||
71 | mmcif_update_progress(MMCIF_PROGRESS_DONE); | 71 | mmcif_update_progress(MMC_PROGRESS_DONE); |
72 | } | 72 | } |
diff --git a/arch/sh/cchips/hd6446x/Makefile b/arch/sh/cchips/hd6446x/Makefile index 9682e3ab668f..59c348337bb8 100644 --- a/arch/sh/cchips/hd6446x/Makefile +++ b/arch/sh/cchips/hd6446x/Makefile | |||
@@ -1,3 +1,3 @@ | |||
1 | obj-$(CONFIG_HD64461) += hd64461.o | 1 | obj-$(CONFIG_HD64461) += hd64461.o |
2 | 2 | ||
3 | EXTRA_CFLAGS += -Werror | 3 | ccflags-y := -Werror |
diff --git a/arch/sh/cchips/hd6446x/hd64461.c b/arch/sh/cchips/hd6446x/hd64461.c index bcb31ae84a51..eb4ea4d44d59 100644 --- a/arch/sh/cchips/hd6446x/hd64461.c +++ b/arch/sh/cchips/hd6446x/hd64461.c | |||
@@ -17,8 +17,9 @@ | |||
17 | /* This belongs in cpu specific */ | 17 | /* This belongs in cpu specific */ |
18 | #define INTC_ICR1 0xA4140010UL | 18 | #define INTC_ICR1 0xA4140010UL |
19 | 19 | ||
20 | static void hd64461_mask_irq(unsigned int irq) | 20 | static void hd64461_mask_irq(struct irq_data *data) |
21 | { | 21 | { |
22 | unsigned int irq = data->irq; | ||
22 | unsigned short nimr; | 23 | unsigned short nimr; |
23 | unsigned short mask = 1 << (irq - HD64461_IRQBASE); | 24 | unsigned short mask = 1 << (irq - HD64461_IRQBASE); |
24 | 25 | ||
@@ -27,8 +28,9 @@ static void hd64461_mask_irq(unsigned int irq) | |||
27 | __raw_writew(nimr, HD64461_NIMR); | 28 | __raw_writew(nimr, HD64461_NIMR); |
28 | } | 29 | } |
29 | 30 | ||
30 | static void hd64461_unmask_irq(unsigned int irq) | 31 | static void hd64461_unmask_irq(struct irq_data *data) |
31 | { | 32 | { |
33 | unsigned int irq = data->irq; | ||
32 | unsigned short nimr; | 34 | unsigned short nimr; |
33 | unsigned short mask = 1 << (irq - HD64461_IRQBASE); | 35 | unsigned short mask = 1 << (irq - HD64461_IRQBASE); |
34 | 36 | ||
@@ -37,20 +39,21 @@ static void hd64461_unmask_irq(unsigned int irq) | |||
37 | __raw_writew(nimr, HD64461_NIMR); | 39 | __raw_writew(nimr, HD64461_NIMR); |
38 | } | 40 | } |
39 | 41 | ||
40 | static void hd64461_mask_and_ack_irq(unsigned int irq) | 42 | static void hd64461_mask_and_ack_irq(struct irq_data *data) |
41 | { | 43 | { |
42 | hd64461_mask_irq(irq); | 44 | hd64461_mask_irq(data); |
45 | |||
43 | #ifdef CONFIG_HD64461_ENABLER | 46 | #ifdef CONFIG_HD64461_ENABLER |
44 | if (irq == HD64461_IRQBASE + 13) | 47 | if (data->irq == HD64461_IRQBASE + 13) |
45 | __raw_writeb(0x00, HD64461_PCC1CSCR); | 48 | __raw_writeb(0x00, HD64461_PCC1CSCR); |
46 | #endif | 49 | #endif |
47 | } | 50 | } |
48 | 51 | ||
49 | static struct irq_chip hd64461_irq_chip = { | 52 | static struct irq_chip hd64461_irq_chip = { |
50 | .name = "HD64461-IRQ", | 53 | .name = "HD64461-IRQ", |
51 | .mask = hd64461_mask_irq, | 54 | .irq_mask = hd64461_mask_irq, |
52 | .mask_ack = hd64461_mask_and_ack_irq, | 55 | .irq_mask_ack = hd64461_mask_and_ack_irq, |
53 | .unmask = hd64461_unmask_irq, | 56 | .irq_unmask = hd64461_unmask_irq, |
54 | }; | 57 | }; |
55 | 58 | ||
56 | static void hd64461_irq_demux(unsigned int irq, struct irq_desc *desc) | 59 | static void hd64461_irq_demux(unsigned int irq, struct irq_desc *desc) |
@@ -104,12 +107,12 @@ int __init setup_hd64461(void) | |||
104 | return -EINVAL; | 107 | return -EINVAL; |
105 | } | 108 | } |
106 | 109 | ||
107 | set_irq_chip_and_handler(i, &hd64461_irq_chip, | 110 | irq_set_chip_and_handler(i, &hd64461_irq_chip, |
108 | handle_level_irq); | 111 | handle_level_irq); |
109 | } | 112 | } |
110 | 113 | ||
111 | set_irq_chained_handler(CONFIG_HD64461_IRQ, hd64461_irq_demux); | 114 | irq_set_chained_handler(CONFIG_HD64461_IRQ, hd64461_irq_demux); |
112 | set_irq_type(CONFIG_HD64461_IRQ, IRQ_TYPE_LEVEL_LOW); | 115 | irq_set_irq_type(CONFIG_HD64461_IRQ, IRQ_TYPE_LEVEL_LOW); |
113 | 116 | ||
114 | #ifdef CONFIG_HD64461_ENABLER | 117 | #ifdef CONFIG_HD64461_ENABLER |
115 | printk(KERN_INFO "HD64461: enabling PCMCIA devices\n"); | 118 | printk(KERN_INFO "HD64461: enabling PCMCIA devices\n"); |
diff --git a/arch/sh/configs/ap325rxa_defconfig b/arch/sh/configs/ap325rxa_defconfig index 238d6833ac70..e5335123b5e9 100644 --- a/arch/sh/configs/ap325rxa_defconfig +++ b/arch/sh/configs/ap325rxa_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_EXPERIMENTAL=y | |||
3 | CONFIG_SYSVIPC=y | 3 | CONFIG_SYSVIPC=y |
4 | CONFIG_BSD_PROCESS_ACCT=y | 4 | CONFIG_BSD_PROCESS_ACCT=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | # CONFIG_KALLSYMS is not set | 6 | # CONFIG_KALLSYMS is not set |
8 | CONFIG_SLAB=y | 7 | CONFIG_SLAB=y |
9 | CONFIG_MODULES=y | 8 | CONFIG_MODULES=y |
diff --git a/arch/sh/configs/apsh4a3a_defconfig b/arch/sh/configs/apsh4a3a_defconfig new file mode 100644 index 000000000000..6cb327977d13 --- /dev/null +++ b/arch/sh/configs/apsh4a3a_defconfig | |||
@@ -0,0 +1,102 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | ||
2 | CONFIG_SYSVIPC=y | ||
3 | CONFIG_BSD_PROCESS_ACCT=y | ||
4 | CONFIG_IKCONFIG=y | ||
5 | CONFIG_IKCONFIG_PROC=y | ||
6 | CONFIG_LOG_BUF_SHIFT=14 | ||
7 | CONFIG_SYSFS_DEPRECATED=y | ||
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | CONFIG_BLK_DEV_INITRD=y | ||
10 | CONFIG_SLAB=y | ||
11 | CONFIG_PROFILING=y | ||
12 | CONFIG_MODULES=y | ||
13 | CONFIG_MODULE_UNLOAD=y | ||
14 | # CONFIG_BLK_DEV_BSG is not set | ||
15 | CONFIG_CPU_SUBTYPE_SH7785=y | ||
16 | CONFIG_MEMORY_START=0x0C000000 | ||
17 | CONFIG_FLATMEM_MANUAL=y | ||
18 | CONFIG_SH_STORE_QUEUES=y | ||
19 | CONFIG_SH_APSH4A3A=y | ||
20 | CONFIG_HIGH_RES_TIMERS=y | ||
21 | CONFIG_KEXEC=y | ||
22 | CONFIG_PREEMPT=y | ||
23 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
24 | CONFIG_NET=y | ||
25 | CONFIG_PACKET=y | ||
26 | CONFIG_UNIX=y | ||
27 | CONFIG_INET=y | ||
28 | CONFIG_IP_ADVANCED_ROUTER=y | ||
29 | CONFIG_IP_PNP=y | ||
30 | CONFIG_IP_PNP_DHCP=y | ||
31 | # CONFIG_INET_LRO is not set | ||
32 | # CONFIG_IPV6 is not set | ||
33 | # CONFIG_WIRELESS is not set | ||
34 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
35 | # CONFIG_FW_LOADER is not set | ||
36 | CONFIG_MTD=y | ||
37 | CONFIG_MTD_CONCAT=y | ||
38 | CONFIG_MTD_PARTITIONS=y | ||
39 | CONFIG_MTD_CHAR=y | ||
40 | CONFIG_MTD_BLOCK=y | ||
41 | CONFIG_MTD_CFI=y | ||
42 | CONFIG_MTD_CFI_AMDSTD=y | ||
43 | CONFIG_MTD_PHYSMAP=y | ||
44 | CONFIG_BLK_DEV_RAM=y | ||
45 | CONFIG_BLK_DEV_RAM_SIZE=16384 | ||
46 | CONFIG_NETDEVICES=y | ||
47 | CONFIG_NET_ETHERNET=y | ||
48 | CONFIG_SMSC911X=y | ||
49 | # CONFIG_NETDEV_1000 is not set | ||
50 | # CONFIG_NETDEV_10000 is not set | ||
51 | # CONFIG_WLAN is not set | ||
52 | # CONFIG_INPUT_MOUSEDEV is not set | ||
53 | # CONFIG_INPUT_KEYBOARD is not set | ||
54 | # CONFIG_INPUT_MOUSE is not set | ||
55 | # CONFIG_SERIO is not set | ||
56 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
57 | CONFIG_SERIAL_SH_SCI=y | ||
58 | CONFIG_SERIAL_SH_SCI_NR_UARTS=6 | ||
59 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
60 | CONFIG_HW_RANDOM=y | ||
61 | # CONFIG_HWMON is not set | ||
62 | CONFIG_FB=y | ||
63 | CONFIG_FB_SH7785FB=y | ||
64 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
65 | CONFIG_FONTS=y | ||
66 | CONFIG_FONT_8x8=y | ||
67 | CONFIG_FONT_8x16=y | ||
68 | CONFIG_LOGO=y | ||
69 | # CONFIG_HID_SUPPORT is not set | ||
70 | # CONFIG_USB_SUPPORT is not set | ||
71 | CONFIG_EXT2_FS=y | ||
72 | CONFIG_EXT3_FS=y | ||
73 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
74 | CONFIG_MSDOS_FS=y | ||
75 | CONFIG_VFAT_FS=y | ||
76 | CONFIG_NTFS_FS=y | ||
77 | CONFIG_NTFS_RW=y | ||
78 | CONFIG_PROC_KCORE=y | ||
79 | CONFIG_TMPFS=y | ||
80 | CONFIG_JFFS2_FS=y | ||
81 | CONFIG_CRAMFS=y | ||
82 | CONFIG_NFS_FS=y | ||
83 | CONFIG_NFS_V3=y | ||
84 | CONFIG_NFS_V4=y | ||
85 | CONFIG_CIFS=y | ||
86 | CONFIG_NLS_DEFAULT="utf8" | ||
87 | CONFIG_NLS_CODEPAGE_437=y | ||
88 | CONFIG_NLS_CODEPAGE_932=y | ||
89 | CONFIG_NLS_ASCII=y | ||
90 | CONFIG_NLS_ISO8859_1=y | ||
91 | CONFIG_NLS_UTF8=y | ||
92 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | ||
93 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
94 | CONFIG_DEBUG_FS=y | ||
95 | CONFIG_DEBUG_KERNEL=y | ||
96 | # CONFIG_DEBUG_PREEMPT is not set | ||
97 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
98 | CONFIG_DEBUG_INFO=y | ||
99 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
100 | # CONFIG_FTRACE is not set | ||
101 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
102 | # CONFIG_CRYPTO_HW is not set | ||
diff --git a/arch/sh/configs/apsh4ad0a_defconfig b/arch/sh/configs/apsh4ad0a_defconfig new file mode 100644 index 000000000000..e7583484cc07 --- /dev/null +++ b/arch/sh/configs/apsh4ad0a_defconfig | |||
@@ -0,0 +1,131 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | ||
2 | CONFIG_SYSVIPC=y | ||
3 | CONFIG_POSIX_MQUEUE=y | ||
4 | CONFIG_BSD_PROCESS_ACCT=y | ||
5 | CONFIG_RCU_TRACE=y | ||
6 | CONFIG_IKCONFIG=y | ||
7 | CONFIG_IKCONFIG_PROC=y | ||
8 | CONFIG_LOG_BUF_SHIFT=14 | ||
9 | CONFIG_CGROUPS=y | ||
10 | CONFIG_CGROUP_FREEZER=y | ||
11 | CONFIG_CGROUP_DEVICE=y | ||
12 | CONFIG_CGROUP_CPUACCT=y | ||
13 | CONFIG_RESOURCE_COUNTERS=y | ||
14 | CONFIG_CGROUP_MEM_RES_CTLR=y | ||
15 | CONFIG_BLK_CGROUP=y | ||
16 | CONFIG_NAMESPACES=y | ||
17 | CONFIG_BLK_DEV_INITRD=y | ||
18 | CONFIG_KALLSYMS_ALL=y | ||
19 | # CONFIG_COMPAT_BRK is not set | ||
20 | CONFIG_SLAB=y | ||
21 | CONFIG_PROFILING=y | ||
22 | CONFIG_MODULES=y | ||
23 | CONFIG_MODULE_UNLOAD=y | ||
24 | # CONFIG_LBDAF is not set | ||
25 | # CONFIG_BLK_DEV_BSG is not set | ||
26 | CONFIG_CFQ_GROUP_IOSCHED=y | ||
27 | CONFIG_CPU_SUBTYPE_SH7786=y | ||
28 | CONFIG_MEMORY_SIZE=0x10000000 | ||
29 | CONFIG_HUGETLB_PAGE_SIZE_1MB=y | ||
30 | CONFIG_MEMORY_HOTPLUG=y | ||
31 | CONFIG_MEMORY_HOTREMOVE=y | ||
32 | CONFIG_KSM=y | ||
33 | CONFIG_SH_STORE_QUEUES=y | ||
34 | CONFIG_SH_APSH4AD0A=y | ||
35 | CONFIG_NO_HZ=y | ||
36 | CONFIG_HIGH_RES_TIMERS=y | ||
37 | CONFIG_CPU_FREQ=y | ||
38 | CONFIG_CPU_FREQ_GOV_POWERSAVE=m | ||
39 | CONFIG_CPU_FREQ_GOV_USERSPACE=m | ||
40 | CONFIG_CPU_FREQ_GOV_ONDEMAND=m | ||
41 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m | ||
42 | CONFIG_SH_CPU_FREQ=y | ||
43 | CONFIG_KEXEC=y | ||
44 | CONFIG_SECCOMP=y | ||
45 | CONFIG_PREEMPT=y | ||
46 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
47 | CONFIG_BINFMT_MISC=y | ||
48 | CONFIG_PM=y | ||
49 | CONFIG_PM_DEBUG=y | ||
50 | CONFIG_PM_RUNTIME=y | ||
51 | CONFIG_CPU_IDLE=y | ||
52 | CONFIG_NET=y | ||
53 | CONFIG_PACKET=y | ||
54 | CONFIG_UNIX=y | ||
55 | CONFIG_NET_KEY=y | ||
56 | CONFIG_INET=y | ||
57 | # CONFIG_INET_LRO is not set | ||
58 | # CONFIG_IPV6 is not set | ||
59 | # CONFIG_WIRELESS is not set | ||
60 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
61 | # CONFIG_FW_LOADER is not set | ||
62 | CONFIG_MTD=y | ||
63 | CONFIG_MTD_CFI=y | ||
64 | CONFIG_BLK_DEV_RAM=y | ||
65 | CONFIG_BLK_DEV_RAM_SIZE=16384 | ||
66 | CONFIG_SCSI=y | ||
67 | CONFIG_BLK_DEV_SD=y | ||
68 | CONFIG_SCSI_MULTI_LUN=y | ||
69 | # CONFIG_SCSI_LOWLEVEL is not set | ||
70 | CONFIG_NETDEVICES=y | ||
71 | CONFIG_MDIO_BITBANG=y | ||
72 | CONFIG_NET_ETHERNET=y | ||
73 | CONFIG_SMSC911X=y | ||
74 | # CONFIG_NETDEV_1000 is not set | ||
75 | # CONFIG_NETDEV_10000 is not set | ||
76 | # CONFIG_WLAN is not set | ||
77 | CONFIG_INPUT_EVDEV=y | ||
78 | # CONFIG_INPUT_KEYBOARD is not set | ||
79 | # CONFIG_INPUT_MOUSE is not set | ||
80 | # CONFIG_SERIO is not set | ||
81 | CONFIG_SERIAL_SH_SCI=y | ||
82 | CONFIG_SERIAL_SH_SCI_NR_UARTS=6 | ||
83 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
84 | # CONFIG_LEGACY_PTYS is not set | ||
85 | # CONFIG_HW_RANDOM is not set | ||
86 | # CONFIG_HWMON is not set | ||
87 | CONFIG_VIDEO_OUTPUT_CONTROL=y | ||
88 | CONFIG_FB=y | ||
89 | CONFIG_FB_SH7785FB=y | ||
90 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
91 | CONFIG_FONTS=y | ||
92 | CONFIG_FONT_8x8=y | ||
93 | CONFIG_FONT_8x16=y | ||
94 | CONFIG_LOGO=y | ||
95 | CONFIG_USB=y | ||
96 | CONFIG_USB_DEBUG=y | ||
97 | CONFIG_USB_MON=y | ||
98 | CONFIG_USB_OHCI_HCD=y | ||
99 | CONFIG_USB_STORAGE=y | ||
100 | CONFIG_EXT2_FS=y | ||
101 | CONFIG_EXT3_FS=y | ||
102 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
103 | CONFIG_MSDOS_FS=y | ||
104 | CONFIG_VFAT_FS=y | ||
105 | CONFIG_NTFS_FS=y | ||
106 | CONFIG_NTFS_RW=y | ||
107 | CONFIG_PROC_KCORE=y | ||
108 | CONFIG_TMPFS=y | ||
109 | CONFIG_HUGETLBFS=y | ||
110 | CONFIG_JFFS2_FS=y | ||
111 | CONFIG_CRAMFS=y | ||
112 | CONFIG_NFS_FS=y | ||
113 | CONFIG_NFS_V3=y | ||
114 | CONFIG_NFS_V4=y | ||
115 | CONFIG_CIFS=y | ||
116 | CONFIG_NLS_DEFAULT="utf8" | ||
117 | CONFIG_NLS_CODEPAGE_437=y | ||
118 | CONFIG_NLS_CODEPAGE_932=y | ||
119 | CONFIG_NLS_ASCII=y | ||
120 | CONFIG_NLS_ISO8859_1=y | ||
121 | CONFIG_NLS_UTF8=y | ||
122 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
123 | CONFIG_MAGIC_SYSRQ=y | ||
124 | CONFIG_DEBUG_KERNEL=y | ||
125 | CONFIG_DEBUG_SHIRQ=y | ||
126 | CONFIG_DETECT_HUNG_TASK=y | ||
127 | CONFIG_DEBUG_INFO=y | ||
128 | CONFIG_DEBUG_VM=y | ||
129 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
130 | CONFIG_DWARF_UNWINDER=y | ||
131 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
diff --git a/arch/sh/configs/cayman_defconfig b/arch/sh/configs/cayman_defconfig index b3bf11bcf025..67e150631ea5 100644 --- a/arch/sh/configs/cayman_defconfig +++ b/arch/sh/configs/cayman_defconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | 1 | CONFIG_EXPERIMENTAL=y |
2 | CONFIG_POSIX_MQUEUE=y | 2 | CONFIG_POSIX_MQUEUE=y |
3 | CONFIG_LOG_BUF_SHIFT=14 | 3 | CONFIG_LOG_BUF_SHIFT=14 |
4 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
5 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 4 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
6 | CONFIG_SLAB=y | 5 | CONFIG_SLAB=y |
7 | CONFIG_MODULES=y | 6 | CONFIG_MODULES=y |
diff --git a/arch/sh/configs/dreamcast_defconfig b/arch/sh/configs/dreamcast_defconfig index 3cdee4f0c184..ec243ca29529 100644 --- a/arch/sh/configs/dreamcast_defconfig +++ b/arch/sh/configs/dreamcast_defconfig | |||
@@ -2,7 +2,6 @@ CONFIG_EXPERIMENTAL=y | |||
2 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
3 | CONFIG_BSD_PROCESS_ACCT=y | 3 | CONFIG_BSD_PROCESS_ACCT=y |
4 | CONFIG_LOG_BUF_SHIFT=14 | 4 | CONFIG_LOG_BUF_SHIFT=14 |
5 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
6 | # CONFIG_SYSCTL_SYSCALL is not set | 5 | # CONFIG_SYSCTL_SYSCALL is not set |
7 | CONFIG_SLAB=y | 6 | CONFIG_SLAB=y |
8 | CONFIG_PROFILING=y | 7 | CONFIG_PROFILING=y |
diff --git a/arch/sh/configs/ecovec24-romimage_defconfig b/arch/sh/configs/ecovec24-romimage_defconfig index 021633b02835..5fcb17bff24a 100644 --- a/arch/sh/configs/ecovec24-romimage_defconfig +++ b/arch/sh/configs/ecovec24-romimage_defconfig | |||
@@ -5,7 +5,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
5 | CONFIG_IKCONFIG=y | 5 | CONFIG_IKCONFIG=y |
6 | CONFIG_IKCONFIG_PROC=y | 6 | CONFIG_IKCONFIG_PROC=y |
7 | CONFIG_LOG_BUF_SHIFT=14 | 7 | CONFIG_LOG_BUF_SHIFT=14 |
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | CONFIG_BLK_DEV_INITRD=y | 8 | CONFIG_BLK_DEV_INITRD=y |
10 | # CONFIG_KALLSYMS is not set | 9 | # CONFIG_KALLSYMS is not set |
11 | CONFIG_SLAB=y | 10 | CONFIG_SLAB=y |
diff --git a/arch/sh/configs/ecovec24_defconfig b/arch/sh/configs/ecovec24_defconfig index 8d13e8a5a750..911e30c9abfd 100644 --- a/arch/sh/configs/ecovec24_defconfig +++ b/arch/sh/configs/ecovec24_defconfig | |||
@@ -115,7 +115,7 @@ CONFIG_USB_GADGET=y | |||
115 | CONFIG_USB_FILE_STORAGE=m | 115 | CONFIG_USB_FILE_STORAGE=m |
116 | CONFIG_MMC=y | 116 | CONFIG_MMC=y |
117 | CONFIG_MMC_SPI=y | 117 | CONFIG_MMC_SPI=y |
118 | CONFIG_MMC_TMIO=y | 118 | CONFIG_MMC_SDHI=y |
119 | CONFIG_RTC_CLASS=y | 119 | CONFIG_RTC_CLASS=y |
120 | CONFIG_RTC_DRV_RS5C372=y | 120 | CONFIG_RTC_DRV_RS5C372=y |
121 | CONFIG_UIO=y | 121 | CONFIG_UIO=y |
diff --git a/arch/sh/configs/edosk7760_defconfig b/arch/sh/configs/edosk7760_defconfig index 365f2318e9b5..e1077a041ac3 100644 --- a/arch/sh/configs/edosk7760_defconfig +++ b/arch/sh/configs/edosk7760_defconfig | |||
@@ -5,7 +5,6 @@ CONFIG_POSIX_MQUEUE=y | |||
5 | CONFIG_BSD_PROCESS_ACCT=y | 5 | CONFIG_BSD_PROCESS_ACCT=y |
6 | CONFIG_IKCONFIG=y | 6 | CONFIG_IKCONFIG=y |
7 | CONFIG_IKCONFIG_PROC=y | 7 | CONFIG_IKCONFIG_PROC=y |
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | CONFIG_BLK_DEV_INITRD=y | 8 | CONFIG_BLK_DEV_INITRD=y |
10 | CONFIG_KALLSYMS_ALL=y | 9 | CONFIG_KALLSYMS_ALL=y |
11 | CONFIG_MODULES=y | 10 | CONFIG_MODULES=y |
diff --git a/arch/sh/configs/espt_defconfig b/arch/sh/configs/espt_defconfig index ca7fc1b3d567..67cb1094a033 100644 --- a/arch/sh/configs/espt_defconfig +++ b/arch/sh/configs/espt_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_SYSVIPC=y | |||
3 | CONFIG_IKCONFIG=y | 3 | CONFIG_IKCONFIG=y |
4 | CONFIG_IKCONFIG_PROC=y | 4 | CONFIG_IKCONFIG_PROC=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | CONFIG_NAMESPACES=y | 6 | CONFIG_NAMESPACES=y |
8 | CONFIG_UTS_NS=y | 7 | CONFIG_UTS_NS=y |
9 | CONFIG_IPC_NS=y | 8 | CONFIG_IPC_NS=y |
diff --git a/arch/sh/configs/hp6xx_defconfig b/arch/sh/configs/hp6xx_defconfig index 45c18a3830d2..496edcdf95a3 100644 --- a/arch/sh/configs/hp6xx_defconfig +++ b/arch/sh/configs/hp6xx_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
3 | CONFIG_IKCONFIG=y | 3 | CONFIG_IKCONFIG=y |
4 | CONFIG_IKCONFIG_PROC=y | 4 | CONFIG_IKCONFIG_PROC=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 6 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
8 | # CONFIG_SYSCTL_SYSCALL is not set | 7 | # CONFIG_SYSCTL_SYSCALL is not set |
9 | CONFIG_SLAB=y | 8 | CONFIG_SLAB=y |
diff --git a/arch/sh/configs/kfr2r09-romimage_defconfig b/arch/sh/configs/kfr2r09-romimage_defconfig index d4268b1953bc..029a506ca325 100644 --- a/arch/sh/configs/kfr2r09-romimage_defconfig +++ b/arch/sh/configs/kfr2r09-romimage_defconfig | |||
@@ -5,7 +5,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
5 | CONFIG_IKCONFIG=y | 5 | CONFIG_IKCONFIG=y |
6 | CONFIG_IKCONFIG_PROC=y | 6 | CONFIG_IKCONFIG_PROC=y |
7 | CONFIG_LOG_BUF_SHIFT=14 | 7 | CONFIG_LOG_BUF_SHIFT=14 |
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | CONFIG_BLK_DEV_INITRD=y | 8 | CONFIG_BLK_DEV_INITRD=y |
10 | # CONFIG_KALLSYMS is not set | 9 | # CONFIG_KALLSYMS is not set |
11 | CONFIG_SLAB=y | 10 | CONFIG_SLAB=y |
diff --git a/arch/sh/configs/kfr2r09_defconfig b/arch/sh/configs/kfr2r09_defconfig index ad5d296b375f..fac13ded07b2 100644 --- a/arch/sh/configs/kfr2r09_defconfig +++ b/arch/sh/configs/kfr2r09_defconfig | |||
@@ -5,7 +5,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
5 | CONFIG_IKCONFIG=y | 5 | CONFIG_IKCONFIG=y |
6 | CONFIG_IKCONFIG_PROC=y | 6 | CONFIG_IKCONFIG_PROC=y |
7 | CONFIG_LOG_BUF_SHIFT=14 | 7 | CONFIG_LOG_BUF_SHIFT=14 |
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | CONFIG_BLK_DEV_INITRD=y | 8 | CONFIG_BLK_DEV_INITRD=y |
10 | # CONFIG_KALLSYMS is not set | 9 | # CONFIG_KALLSYMS is not set |
11 | CONFIG_SLAB=y | 10 | CONFIG_SLAB=y |
diff --git a/arch/sh/configs/landisk_defconfig b/arch/sh/configs/landisk_defconfig index 14e658e9318f..3670e937f2b7 100644 --- a/arch/sh/configs/landisk_defconfig +++ b/arch/sh/configs/landisk_defconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | 1 | CONFIG_EXPERIMENTAL=y |
2 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
3 | CONFIG_LOG_BUF_SHIFT=14 | 3 | CONFIG_LOG_BUF_SHIFT=14 |
4 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
5 | # CONFIG_SYSCTL_SYSCALL is not set | 4 | # CONFIG_SYSCTL_SYSCALL is not set |
6 | CONFIG_KALLSYMS_EXTRA_PASS=y | 5 | CONFIG_KALLSYMS_EXTRA_PASS=y |
7 | CONFIG_SLAB=y | 6 | CONFIG_SLAB=y |
diff --git a/arch/sh/configs/lboxre2_defconfig b/arch/sh/configs/lboxre2_defconfig index 6be7eaaa8bb6..e3c0894b1bb4 100644 --- a/arch/sh/configs/lboxre2_defconfig +++ b/arch/sh/configs/lboxre2_defconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | 1 | CONFIG_EXPERIMENTAL=y |
2 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
3 | CONFIG_LOG_BUF_SHIFT=14 | 3 | CONFIG_LOG_BUF_SHIFT=14 |
4 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
5 | # CONFIG_SYSCTL_SYSCALL is not set | 4 | # CONFIG_SYSCTL_SYSCALL is not set |
6 | CONFIG_KALLSYMS_EXTRA_PASS=y | 5 | CONFIG_KALLSYMS_EXTRA_PASS=y |
7 | CONFIG_SLAB=y | 6 | CONFIG_SLAB=y |
diff --git a/arch/sh/configs/magicpanelr2_defconfig b/arch/sh/configs/magicpanelr2_defconfig index 4d61b7711b40..9479872b1ae6 100644 --- a/arch/sh/configs/magicpanelr2_defconfig +++ b/arch/sh/configs/magicpanelr2_defconfig | |||
@@ -5,7 +5,6 @@ CONFIG_POSIX_MQUEUE=y | |||
5 | CONFIG_BSD_PROCESS_ACCT=y | 5 | CONFIG_BSD_PROCESS_ACCT=y |
6 | CONFIG_BSD_PROCESS_ACCT_V3=y | 6 | CONFIG_BSD_PROCESS_ACCT_V3=y |
7 | CONFIG_AUDIT=y | 7 | CONFIG_AUDIT=y |
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | CONFIG_RELAY=y | 8 | CONFIG_RELAY=y |
10 | CONFIG_BLK_DEV_INITRD=y | 9 | CONFIG_BLK_DEV_INITRD=y |
11 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 10 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
diff --git a/arch/sh/configs/microdev_defconfig b/arch/sh/configs/microdev_defconfig index 0e32a24fed53..f1d2e1b5ee41 100644 --- a/arch/sh/configs/microdev_defconfig +++ b/arch/sh/configs/microdev_defconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | 1 | CONFIG_EXPERIMENTAL=y |
2 | CONFIG_BSD_PROCESS_ACCT=y | 2 | CONFIG_BSD_PROCESS_ACCT=y |
3 | CONFIG_LOG_BUF_SHIFT=14 | 3 | CONFIG_LOG_BUF_SHIFT=14 |
4 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
5 | CONFIG_BLK_DEV_INITRD=y | 4 | CONFIG_BLK_DEV_INITRD=y |
6 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 5 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
7 | # CONFIG_SYSCTL_SYSCALL is not set | 6 | # CONFIG_SYSCTL_SYSCALL is not set |
diff --git a/arch/sh/configs/migor_defconfig b/arch/sh/configs/migor_defconfig index c19fcdfdee37..cc61eda44922 100644 --- a/arch/sh/configs/migor_defconfig +++ b/arch/sh/configs/migor_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_SYSVIPC=y | |||
3 | CONFIG_IKCONFIG=y | 3 | CONFIG_IKCONFIG=y |
4 | CONFIG_IKCONFIG_PROC=y | 4 | CONFIG_IKCONFIG_PROC=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | CONFIG_BLK_DEV_INITRD=y | 6 | CONFIG_BLK_DEV_INITRD=y |
8 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 7 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
9 | # CONFIG_SYSCTL_SYSCALL is not set | 8 | # CONFIG_SYSCTL_SYSCALL is not set |
@@ -55,6 +54,8 @@ CONFIG_INPUT_EVDEV=y | |||
55 | # CONFIG_KEYBOARD_ATKBD is not set | 54 | # CONFIG_KEYBOARD_ATKBD is not set |
56 | CONFIG_KEYBOARD_SH_KEYSC=y | 55 | CONFIG_KEYBOARD_SH_KEYSC=y |
57 | # CONFIG_INPUT_MOUSE is not set | 56 | # CONFIG_INPUT_MOUSE is not set |
57 | CONFIG_INPUT_TOUCHSCREEN=y | ||
58 | CONFIG_TOUCHSCREEN_MIGOR=y | ||
58 | # CONFIG_SERIO is not set | 59 | # CONFIG_SERIO is not set |
59 | CONFIG_VT_HW_CONSOLE_BINDING=y | 60 | CONFIG_VT_HW_CONSOLE_BINDING=y |
60 | CONFIG_SERIAL_SH_SCI=y | 61 | CONFIG_SERIAL_SH_SCI=y |
diff --git a/arch/sh/configs/polaris_defconfig b/arch/sh/configs/polaris_defconfig index 984e3fe1ce5d..f3d5d9f76310 100644 --- a/arch/sh/configs/polaris_defconfig +++ b/arch/sh/configs/polaris_defconfig | |||
@@ -7,7 +7,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
7 | CONFIG_BSD_PROCESS_ACCT_V3=y | 7 | CONFIG_BSD_PROCESS_ACCT_V3=y |
8 | CONFIG_AUDIT=y | 8 | CONFIG_AUDIT=y |
9 | CONFIG_LOG_BUF_SHIFT=14 | 9 | CONFIG_LOG_BUF_SHIFT=14 |
10 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
11 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 10 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
12 | CONFIG_SLAB=y | 11 | CONFIG_SLAB=y |
13 | CONFIG_MODULES=y | 12 | CONFIG_MODULES=y |
diff --git a/arch/sh/configs/r7780mp_defconfig b/arch/sh/configs/r7780mp_defconfig index e8b5472e6d84..920b8471ceb7 100644 --- a/arch/sh/configs/r7780mp_defconfig +++ b/arch/sh/configs/r7780mp_defconfig | |||
@@ -4,7 +4,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
4 | CONFIG_IKCONFIG=y | 4 | CONFIG_IKCONFIG=y |
5 | CONFIG_IKCONFIG_PROC=y | 5 | CONFIG_IKCONFIG_PROC=y |
6 | CONFIG_LOG_BUF_SHIFT=14 | 6 | CONFIG_LOG_BUF_SHIFT=14 |
7 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
8 | # CONFIG_SYSCTL_SYSCALL is not set | 7 | # CONFIG_SYSCTL_SYSCALL is not set |
9 | # CONFIG_FUTEX is not set | 8 | # CONFIG_FUTEX is not set |
10 | # CONFIG_EPOLL is not set | 9 | # CONFIG_EPOLL is not set |
diff --git a/arch/sh/configs/r7785rp_defconfig b/arch/sh/configs/r7785rp_defconfig index fd8848060982..c77da6be06b8 100644 --- a/arch/sh/configs/r7785rp_defconfig +++ b/arch/sh/configs/r7785rp_defconfig | |||
@@ -8,7 +8,6 @@ CONFIG_RCU_TRACE=y | |||
8 | CONFIG_IKCONFIG=y | 8 | CONFIG_IKCONFIG=y |
9 | CONFIG_IKCONFIG_PROC=y | 9 | CONFIG_IKCONFIG_PROC=y |
10 | CONFIG_LOG_BUF_SHIFT=14 | 10 | CONFIG_LOG_BUF_SHIFT=14 |
11 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
12 | # CONFIG_SYSCTL_SYSCALL is not set | 11 | # CONFIG_SYSCTL_SYSCALL is not set |
13 | CONFIG_SLAB=y | 12 | CONFIG_SLAB=y |
14 | CONFIG_PROFILING=y | 13 | CONFIG_PROFILING=y |
diff --git a/arch/sh/configs/rts7751r2d1_defconfig b/arch/sh/configs/rts7751r2d1_defconfig index a42f7c22ca1a..a3d081095ce2 100644 --- a/arch/sh/configs/rts7751r2d1_defconfig +++ b/arch/sh/configs/rts7751r2d1_defconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | 1 | CONFIG_EXPERIMENTAL=y |
2 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
3 | CONFIG_LOG_BUF_SHIFT=14 | 3 | CONFIG_LOG_BUF_SHIFT=14 |
4 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
5 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 4 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
6 | # CONFIG_SYSCTL_SYSCALL is not set | 5 | # CONFIG_SYSCTL_SYSCALL is not set |
7 | CONFIG_SLAB=y | 6 | CONFIG_SLAB=y |
diff --git a/arch/sh/configs/rts7751r2dplus_defconfig b/arch/sh/configs/rts7751r2dplus_defconfig index 742aa61f2427..b1a04f3c598b 100644 --- a/arch/sh/configs/rts7751r2dplus_defconfig +++ b/arch/sh/configs/rts7751r2dplus_defconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | 1 | CONFIG_EXPERIMENTAL=y |
2 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
3 | CONFIG_LOG_BUF_SHIFT=14 | 3 | CONFIG_LOG_BUF_SHIFT=14 |
4 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
5 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 4 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
6 | # CONFIG_SYSCTL_SYSCALL is not set | 5 | # CONFIG_SYSCTL_SYSCALL is not set |
7 | CONFIG_SLAB=y | 6 | CONFIG_SLAB=y |
diff --git a/arch/sh/configs/sdk7780_defconfig b/arch/sh/configs/sdk7780_defconfig index aed394d89346..ae1115849dda 100644 --- a/arch/sh/configs/sdk7780_defconfig +++ b/arch/sh/configs/sdk7780_defconfig | |||
@@ -6,7 +6,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
6 | CONFIG_IKCONFIG=y | 6 | CONFIG_IKCONFIG=y |
7 | CONFIG_IKCONFIG_PROC=y | 7 | CONFIG_IKCONFIG_PROC=y |
8 | CONFIG_LOG_BUF_SHIFT=18 | 8 | CONFIG_LOG_BUF_SHIFT=18 |
9 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
10 | CONFIG_RELAY=y | 9 | CONFIG_RELAY=y |
11 | CONFIG_KALLSYMS_ALL=y | 10 | CONFIG_KALLSYMS_ALL=y |
12 | CONFIG_MODULES=y | 11 | CONFIG_MODULES=y |
diff --git a/arch/sh/configs/sdk7786_defconfig b/arch/sh/configs/sdk7786_defconfig index dc4a2eb6a616..8a7dd7b59c5c 100644 --- a/arch/sh/configs/sdk7786_defconfig +++ b/arch/sh/configs/sdk7786_defconfig | |||
@@ -12,7 +12,6 @@ CONFIG_IKCONFIG=y | |||
12 | CONFIG_IKCONFIG_PROC=y | 12 | CONFIG_IKCONFIG_PROC=y |
13 | CONFIG_CGROUPS=y | 13 | CONFIG_CGROUPS=y |
14 | CONFIG_CGROUP_DEBUG=y | 14 | CONFIG_CGROUP_DEBUG=y |
15 | CONFIG_CGROUP_NS=y | ||
16 | CONFIG_CGROUP_FREEZER=y | 15 | CONFIG_CGROUP_FREEZER=y |
17 | CONFIG_CGROUP_DEVICE=y | 16 | CONFIG_CGROUP_DEVICE=y |
18 | CONFIG_CPUSETS=y | 17 | CONFIG_CPUSETS=y |
@@ -83,7 +82,6 @@ CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y | |||
83 | CONFIG_BINFMT_MISC=y | 82 | CONFIG_BINFMT_MISC=y |
84 | CONFIG_PM=y | 83 | CONFIG_PM=y |
85 | CONFIG_PM_DEBUG=y | 84 | CONFIG_PM_DEBUG=y |
86 | CONFIG_PM_VERBOSE=y | ||
87 | CONFIG_PM_RUNTIME=y | 85 | CONFIG_PM_RUNTIME=y |
88 | CONFIG_CPU_IDLE=y | 86 | CONFIG_CPU_IDLE=y |
89 | CONFIG_NET=y | 87 | CONFIG_NET=y |
diff --git a/arch/sh/configs/se7206_defconfig b/arch/sh/configs/se7206_defconfig index a468ff227fc6..72c3fad7383f 100644 --- a/arch/sh/configs/se7206_defconfig +++ b/arch/sh/configs/se7206_defconfig | |||
@@ -8,7 +8,6 @@ CONFIG_RCU_TRACE=y | |||
8 | CONFIG_LOG_BUF_SHIFT=14 | 8 | CONFIG_LOG_BUF_SHIFT=14 |
9 | CONFIG_CGROUPS=y | 9 | CONFIG_CGROUPS=y |
10 | CONFIG_CGROUP_DEBUG=y | 10 | CONFIG_CGROUP_DEBUG=y |
11 | CONFIG_CGROUP_NS=y | ||
12 | CONFIG_CGROUP_DEVICE=y | 11 | CONFIG_CGROUP_DEVICE=y |
13 | CONFIG_CGROUP_CPUACCT=y | 12 | CONFIG_CGROUP_CPUACCT=y |
14 | CONFIG_RESOURCE_COUNTERS=y | 13 | CONFIG_RESOURCE_COUNTERS=y |
diff --git a/arch/sh/configs/se7343_defconfig b/arch/sh/configs/se7343_defconfig index 7a7e13853cfd..be9c474197b3 100644 --- a/arch/sh/configs/se7343_defconfig +++ b/arch/sh/configs/se7343_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_EXPERIMENTAL=y | |||
3 | CONFIG_SYSVIPC=y | 3 | CONFIG_SYSVIPC=y |
4 | CONFIG_POSIX_MQUEUE=y | 4 | CONFIG_POSIX_MQUEUE=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | # CONFIG_SYSCTL_SYSCALL is not set | 6 | # CONFIG_SYSCTL_SYSCALL is not set |
8 | # CONFIG_FUTEX is not set | 7 | # CONFIG_FUTEX is not set |
9 | # CONFIG_EPOLL is not set | 8 | # CONFIG_EPOLL is not set |
diff --git a/arch/sh/configs/se7712_defconfig b/arch/sh/configs/se7712_defconfig index 3620a7f4c821..1248635e4f88 100644 --- a/arch/sh/configs/se7712_defconfig +++ b/arch/sh/configs/se7712_defconfig | |||
@@ -5,7 +5,6 @@ CONFIG_SYSVIPC=y | |||
5 | CONFIG_POSIX_MQUEUE=y | 5 | CONFIG_POSIX_MQUEUE=y |
6 | CONFIG_BSD_PROCESS_ACCT=y | 6 | CONFIG_BSD_PROCESS_ACCT=y |
7 | CONFIG_LOG_BUF_SHIFT=14 | 7 | CONFIG_LOG_BUF_SHIFT=14 |
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 8 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
10 | CONFIG_KALLSYMS_ALL=y | 9 | CONFIG_KALLSYMS_ALL=y |
11 | # CONFIG_BUG is not set | 10 | # CONFIG_BUG is not set |
diff --git a/arch/sh/configs/se7721_defconfig b/arch/sh/configs/se7721_defconfig index fe22f599c0cb..c3ba6e8a9818 100644 --- a/arch/sh/configs/se7721_defconfig +++ b/arch/sh/configs/se7721_defconfig | |||
@@ -5,7 +5,6 @@ CONFIG_SYSVIPC=y | |||
5 | CONFIG_POSIX_MQUEUE=y | 5 | CONFIG_POSIX_MQUEUE=y |
6 | CONFIG_BSD_PROCESS_ACCT=y | 6 | CONFIG_BSD_PROCESS_ACCT=y |
7 | CONFIG_LOG_BUF_SHIFT=14 | 7 | CONFIG_LOG_BUF_SHIFT=14 |
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 8 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
10 | CONFIG_KALLSYMS_ALL=y | 9 | CONFIG_KALLSYMS_ALL=y |
11 | # CONFIG_BUG is not set | 10 | # CONFIG_BUG is not set |
diff --git a/arch/sh/configs/se7722_defconfig b/arch/sh/configs/se7722_defconfig index b9b64c38810e..ae998c7e2ee0 100644 --- a/arch/sh/configs/se7722_defconfig +++ b/arch/sh/configs/se7722_defconfig | |||
@@ -4,7 +4,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
4 | CONFIG_IKCONFIG=y | 4 | CONFIG_IKCONFIG=y |
5 | CONFIG_IKCONFIG_PROC=y | 5 | CONFIG_IKCONFIG_PROC=y |
6 | CONFIG_LOG_BUF_SHIFT=14 | 6 | CONFIG_LOG_BUF_SHIFT=14 |
7 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
8 | CONFIG_BLK_DEV_INITRD=y | 7 | CONFIG_BLK_DEV_INITRD=y |
9 | CONFIG_PROFILING=y | 8 | CONFIG_PROFILING=y |
10 | CONFIG_MODULES=y | 9 | CONFIG_MODULES=y |
diff --git a/arch/sh/configs/se7724_defconfig b/arch/sh/configs/se7724_defconfig index 03e736781c2e..ed35093e3758 100644 --- a/arch/sh/configs/se7724_defconfig +++ b/arch/sh/configs/se7724_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_EXPERIMENTAL=y | |||
3 | CONFIG_SYSVIPC=y | 3 | CONFIG_SYSVIPC=y |
4 | CONFIG_BSD_PROCESS_ACCT=y | 4 | CONFIG_BSD_PROCESS_ACCT=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | # CONFIG_KALLSYMS is not set | 6 | # CONFIG_KALLSYMS is not set |
8 | CONFIG_SLAB=y | 7 | CONFIG_SLAB=y |
9 | CONFIG_MODULES=y | 8 | CONFIG_MODULES=y |
diff --git a/arch/sh/configs/se7750_defconfig b/arch/sh/configs/se7750_defconfig index 1a686b6d5cd4..912c98590e22 100644 --- a/arch/sh/configs/se7750_defconfig +++ b/arch/sh/configs/se7750_defconfig | |||
@@ -5,7 +5,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
5 | CONFIG_IKCONFIG=y | 5 | CONFIG_IKCONFIG=y |
6 | CONFIG_IKCONFIG_PROC=y | 6 | CONFIG_IKCONFIG_PROC=y |
7 | CONFIG_LOG_BUF_SHIFT=14 | 7 | CONFIG_LOG_BUF_SHIFT=14 |
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 8 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
10 | # CONFIG_SYSCTL_SYSCALL is not set | 9 | # CONFIG_SYSCTL_SYSCALL is not set |
11 | # CONFIG_HOTPLUG is not set | 10 | # CONFIG_HOTPLUG is not set |
diff --git a/arch/sh/configs/se7751_defconfig b/arch/sh/configs/se7751_defconfig index 7e03451a9fad..75c92fc1876b 100644 --- a/arch/sh/configs/se7751_defconfig +++ b/arch/sh/configs/se7751_defconfig | |||
@@ -2,7 +2,6 @@ CONFIG_EXPERIMENTAL=y | |||
2 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
3 | CONFIG_BSD_PROCESS_ACCT=y | 3 | CONFIG_BSD_PROCESS_ACCT=y |
4 | CONFIG_LOG_BUF_SHIFT=14 | 4 | CONFIG_LOG_BUF_SHIFT=14 |
5 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
6 | CONFIG_BLK_DEV_INITRD=y | 5 | CONFIG_BLK_DEV_INITRD=y |
7 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 6 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
8 | # CONFIG_SYSCTL_SYSCALL is not set | 7 | # CONFIG_SYSCTL_SYSCALL is not set |
diff --git a/arch/sh/configs/se7780_defconfig b/arch/sh/configs/se7780_defconfig index 4cfc4deff135..c8c5e7f7a68d 100644 --- a/arch/sh/configs/se7780_defconfig +++ b/arch/sh/configs/se7780_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_SYSVIPC=y | |||
3 | CONFIG_IKCONFIG=y | 3 | CONFIG_IKCONFIG=y |
4 | CONFIG_IKCONFIG_PROC=y | 4 | CONFIG_IKCONFIG_PROC=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | # CONFIG_KALLSYMS is not set | 6 | # CONFIG_KALLSYMS is not set |
8 | # CONFIG_HOTPLUG is not set | 7 | # CONFIG_HOTPLUG is not set |
9 | # CONFIG_EPOLL is not set | 8 | # CONFIG_EPOLL is not set |
diff --git a/arch/sh/configs/snapgear_defconfig b/arch/sh/configs/secureedge5410_defconfig index f38c98341f15..7eae4e59d7f0 100644 --- a/arch/sh/configs/snapgear_defconfig +++ b/arch/sh/configs/secureedge5410_defconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | 1 | CONFIG_EXPERIMENTAL=y |
2 | # CONFIG_SWAP is not set | 2 | # CONFIG_SWAP is not set |
3 | CONFIG_LOG_BUF_SHIFT=14 | 3 | CONFIG_LOG_BUF_SHIFT=14 |
4 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
5 | CONFIG_BLK_DEV_INITRD=y | 4 | CONFIG_BLK_DEV_INITRD=y |
6 | # CONFIG_SYSCTL_SYSCALL is not set | 5 | # CONFIG_SYSCTL_SYSCALL is not set |
7 | # CONFIG_HOTPLUG is not set | 6 | # CONFIG_HOTPLUG is not set |
diff --git a/arch/sh/configs/sh03_defconfig b/arch/sh/configs/sh03_defconfig index b95dc76b04c1..2051821724c6 100644 --- a/arch/sh/configs/sh03_defconfig +++ b/arch/sh/configs/sh03_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_SYSVIPC=y | |||
3 | CONFIG_POSIX_MQUEUE=y | 3 | CONFIG_POSIX_MQUEUE=y |
4 | CONFIG_BSD_PROCESS_ACCT=y | 4 | CONFIG_BSD_PROCESS_ACCT=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | CONFIG_BLK_DEV_INITRD=y | 6 | CONFIG_BLK_DEV_INITRD=y |
8 | # CONFIG_SYSCTL_SYSCALL is not set | 7 | # CONFIG_SYSCTL_SYSCALL is not set |
9 | CONFIG_SLAB=y | 8 | CONFIG_SLAB=y |
diff --git a/arch/sh/configs/sh2007_defconfig b/arch/sh/configs/sh2007_defconfig new file mode 100644 index 000000000000..0d2f41472a19 --- /dev/null +++ b/arch/sh/configs/sh2007_defconfig | |||
@@ -0,0 +1,212 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | ||
2 | # CONFIG_LOCALVERSION_AUTO is not set | ||
3 | CONFIG_SYSVIPC=y | ||
4 | CONFIG_POSIX_MQUEUE=y | ||
5 | CONFIG_BSD_PROCESS_ACCT=y | ||
6 | CONFIG_AUDIT=y | ||
7 | CONFIG_AUDITSYSCALL=y | ||
8 | CONFIG_IKCONFIG=y | ||
9 | CONFIG_LOG_BUF_SHIFT=14 | ||
10 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
11 | CONFIG_KALLSYMS_ALL=y | ||
12 | CONFIG_SLAB=y | ||
13 | # CONFIG_BLK_DEV_BSG is not set | ||
14 | CONFIG_CPU_SUBTYPE_SH7780=y | ||
15 | CONFIG_MEMORY_SIZE=0x08000000 | ||
16 | # CONFIG_VSYSCALL is not set | ||
17 | CONFIG_FLATMEM_MANUAL=y | ||
18 | CONFIG_SH_SH2007=y | ||
19 | CONFIG_HIGH_RES_TIMERS=y | ||
20 | CONFIG_SH_DMA=y | ||
21 | CONFIG_SH_DMA_API=y | ||
22 | CONFIG_NR_DMA_CHANNELS_BOOL=y | ||
23 | CONFIG_HZ_100=y | ||
24 | CONFIG_CMDLINE_OVERWRITE=y | ||
25 | CONFIG_CMDLINE="console=ttySC1,115200 ip=dhcp root=/dev/nfs rw nfsroot=/nfs/rootfs,rsize=1024,wsize=1024 earlyprintk=sh-sci.1" | ||
26 | CONFIG_PCCARD=y | ||
27 | CONFIG_BINFMT_MISC=y | ||
28 | CONFIG_PACKET=y | ||
29 | CONFIG_UNIX=y | ||
30 | CONFIG_XFRM_USER=y | ||
31 | CONFIG_NET_KEY=y | ||
32 | CONFIG_NET_KEY_MIGRATE=y | ||
33 | CONFIG_INET=y | ||
34 | CONFIG_IP_ADVANCED_ROUTER=y | ||
35 | CONFIG_IP_MULTIPLE_TABLES=y | ||
36 | CONFIG_IP_ROUTE_MULTIPATH=y | ||
37 | CONFIG_IP_ROUTE_VERBOSE=y | ||
38 | CONFIG_IP_PNP=y | ||
39 | CONFIG_IP_PNP_DHCP=y | ||
40 | CONFIG_NET_IPIP=y | ||
41 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
42 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
43 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
44 | # CONFIG_INET_LRO is not set | ||
45 | # CONFIG_IPV6 is not set | ||
46 | CONFIG_NETWORK_SECMARK=y | ||
47 | CONFIG_NET_PKTGEN=y | ||
48 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
49 | CONFIG_BLK_DEV_LOOP=y | ||
50 | CONFIG_BLK_DEV_RAM=y | ||
51 | CONFIG_CDROM_PKTCDVD=y | ||
52 | # CONFIG_MISC_DEVICES is not set | ||
53 | CONFIG_RAID_ATTRS=y | ||
54 | CONFIG_SCSI=y | ||
55 | CONFIG_SCSI_TGT=y | ||
56 | CONFIG_BLK_DEV_SD=y | ||
57 | CONFIG_BLK_DEV_SR=y | ||
58 | CONFIG_CHR_DEV_SG=y | ||
59 | CONFIG_SCSI_MULTI_LUN=y | ||
60 | CONFIG_SCSI_CONSTANTS=y | ||
61 | CONFIG_SCSI_LOGGING=y | ||
62 | CONFIG_SCSI_SCAN_ASYNC=y | ||
63 | CONFIG_SCSI_SPI_ATTRS=y | ||
64 | CONFIG_SCSI_FC_ATTRS=y | ||
65 | CONFIG_SCSI_ISCSI_ATTRS=y | ||
66 | CONFIG_SCSI_SRP_ATTRS=y | ||
67 | # CONFIG_SCSI_LOWLEVEL is not set | ||
68 | CONFIG_NETDEVICES=y | ||
69 | CONFIG_DUMMY=y | ||
70 | CONFIG_EQUALIZER=y | ||
71 | CONFIG_TUN=y | ||
72 | CONFIG_VETH=y | ||
73 | CONFIG_NET_ETHERNET=y | ||
74 | CONFIG_SMSC911X=y | ||
75 | # CONFIG_NETDEV_1000 is not set | ||
76 | # CONFIG_NETDEV_10000 is not set | ||
77 | # CONFIG_WLAN is not set | ||
78 | CONFIG_INPUT_FF_MEMLESS=y | ||
79 | # CONFIG_INPUT_MOUSEDEV is not set | ||
80 | # CONFIG_INPUT_KEYBOARD is not set | ||
81 | # CONFIG_INPUT_MOUSE is not set | ||
82 | # CONFIG_SERIO is not set | ||
83 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
84 | # CONFIG_DEVKMEM is not set | ||
85 | CONFIG_SERIAL_SH_SCI=y | ||
86 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
87 | # CONFIG_LEGACY_PTYS is not set | ||
88 | # CONFIG_HWMON is not set | ||
89 | CONFIG_WATCHDOG=y | ||
90 | CONFIG_SH_WDT=y | ||
91 | CONFIG_SSB=y | ||
92 | CONFIG_FB=y | ||
93 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
94 | # CONFIG_LCD_CLASS_DEVICE is not set | ||
95 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
96 | CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y | ||
97 | CONFIG_LOGO=y | ||
98 | # CONFIG_HID_SUPPORT is not set | ||
99 | CONFIG_USB=y | ||
100 | CONFIG_USB_DEVICEFS=y | ||
101 | # CONFIG_USB_DEVICE_CLASS is not set | ||
102 | CONFIG_USB_MON=y | ||
103 | CONFIG_NEW_LEDS=y | ||
104 | CONFIG_LEDS_CLASS=y | ||
105 | CONFIG_LEDS_TRIGGERS=y | ||
106 | CONFIG_RTC_CLASS=y | ||
107 | CONFIG_RTC_INTF_DEV_UIE_EMUL=y | ||
108 | CONFIG_DMADEVICES=y | ||
109 | CONFIG_TIMB_DMA=y | ||
110 | CONFIG_EXT3_FS=y | ||
111 | CONFIG_ISO9660_FS=y | ||
112 | CONFIG_JOLIET=y | ||
113 | CONFIG_ZISOFS=y | ||
114 | CONFIG_UDF_FS=y | ||
115 | CONFIG_MSDOS_FS=y | ||
116 | CONFIG_VFAT_FS=y | ||
117 | CONFIG_FAT_DEFAULT_CODEPAGE=932 | ||
118 | CONFIG_FAT_DEFAULT_IOCHARSET="ascii" | ||
119 | CONFIG_PROC_KCORE=y | ||
120 | CONFIG_TMPFS=y | ||
121 | CONFIG_TMPFS_POSIX_ACL=y | ||
122 | CONFIG_CONFIGFS_FS=y | ||
123 | # CONFIG_MISC_FILESYSTEMS is not set | ||
124 | CONFIG_NFS_FS=y | ||
125 | CONFIG_NFS_V3=y | ||
126 | CONFIG_NFS_V3_ACL=y | ||
127 | CONFIG_NFS_V4=y | ||
128 | CONFIG_ROOT_NFS=y | ||
129 | CONFIG_NLS_DEFAULT="utf8" | ||
130 | CONFIG_NLS_CODEPAGE_437=y | ||
131 | CONFIG_NLS_CODEPAGE_737=y | ||
132 | CONFIG_NLS_CODEPAGE_775=y | ||
133 | CONFIG_NLS_CODEPAGE_850=y | ||
134 | CONFIG_NLS_CODEPAGE_852=y | ||
135 | CONFIG_NLS_CODEPAGE_855=y | ||
136 | CONFIG_NLS_CODEPAGE_857=y | ||
137 | CONFIG_NLS_CODEPAGE_860=y | ||
138 | CONFIG_NLS_CODEPAGE_861=y | ||
139 | CONFIG_NLS_CODEPAGE_862=y | ||
140 | CONFIG_NLS_CODEPAGE_863=y | ||
141 | CONFIG_NLS_CODEPAGE_864=y | ||
142 | CONFIG_NLS_CODEPAGE_865=y | ||
143 | CONFIG_NLS_CODEPAGE_866=y | ||
144 | CONFIG_NLS_CODEPAGE_869=y | ||
145 | CONFIG_NLS_CODEPAGE_936=y | ||
146 | CONFIG_NLS_CODEPAGE_950=y | ||
147 | CONFIG_NLS_CODEPAGE_932=y | ||
148 | CONFIG_NLS_CODEPAGE_949=y | ||
149 | CONFIG_NLS_CODEPAGE_874=y | ||
150 | CONFIG_NLS_ISO8859_8=y | ||
151 | CONFIG_NLS_CODEPAGE_1250=y | ||
152 | CONFIG_NLS_CODEPAGE_1251=y | ||
153 | CONFIG_NLS_ASCII=y | ||
154 | CONFIG_NLS_ISO8859_1=y | ||
155 | CONFIG_NLS_ISO8859_2=y | ||
156 | CONFIG_NLS_ISO8859_3=y | ||
157 | CONFIG_NLS_ISO8859_4=y | ||
158 | CONFIG_NLS_ISO8859_5=y | ||
159 | CONFIG_NLS_ISO8859_6=y | ||
160 | CONFIG_NLS_ISO8859_7=y | ||
161 | CONFIG_NLS_ISO8859_9=y | ||
162 | CONFIG_NLS_ISO8859_13=y | ||
163 | CONFIG_NLS_ISO8859_14=y | ||
164 | CONFIG_NLS_ISO8859_15=y | ||
165 | CONFIG_NLS_KOI8_R=y | ||
166 | CONFIG_NLS_KOI8_U=y | ||
167 | CONFIG_NLS_UTF8=y | ||
168 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | ||
169 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
170 | CONFIG_DEBUG_FS=y | ||
171 | CONFIG_DEBUG_KERNEL=y | ||
172 | # CONFIG_DETECT_SOFTLOCKUP is not set | ||
173 | # CONFIG_SCHED_DEBUG is not set | ||
174 | CONFIG_DEBUG_INFO=y | ||
175 | CONFIG_FRAME_POINTER=y | ||
176 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
177 | CONFIG_SH_STANDARD_BIOS=y | ||
178 | CONFIG_CRYPTO_NULL=y | ||
179 | CONFIG_CRYPTO_AUTHENC=y | ||
180 | CONFIG_CRYPTO_ECB=y | ||
181 | CONFIG_CRYPTO_LRW=y | ||
182 | CONFIG_CRYPTO_PCBC=y | ||
183 | CONFIG_CRYPTO_XTS=y | ||
184 | CONFIG_CRYPTO_HMAC=y | ||
185 | CONFIG_CRYPTO_XCBC=y | ||
186 | CONFIG_CRYPTO_MD4=y | ||
187 | CONFIG_CRYPTO_MICHAEL_MIC=y | ||
188 | CONFIG_CRYPTO_SHA1=y | ||
189 | CONFIG_CRYPTO_SHA256=y | ||
190 | CONFIG_CRYPTO_SHA512=y | ||
191 | CONFIG_CRYPTO_TGR192=y | ||
192 | CONFIG_CRYPTO_WP512=y | ||
193 | CONFIG_CRYPTO_AES=y | ||
194 | CONFIG_CRYPTO_ANUBIS=y | ||
195 | CONFIG_CRYPTO_ARC4=y | ||
196 | CONFIG_CRYPTO_BLOWFISH=y | ||
197 | CONFIG_CRYPTO_CAMELLIA=y | ||
198 | CONFIG_CRYPTO_CAST5=y | ||
199 | CONFIG_CRYPTO_CAST6=y | ||
200 | CONFIG_CRYPTO_FCRYPT=y | ||
201 | CONFIG_CRYPTO_KHAZAD=y | ||
202 | CONFIG_CRYPTO_SEED=y | ||
203 | CONFIG_CRYPTO_SERPENT=y | ||
204 | CONFIG_CRYPTO_TEA=y | ||
205 | CONFIG_CRYPTO_TWOFISH=y | ||
206 | CONFIG_CRYPTO_DEFLATE=y | ||
207 | CONFIG_CRYPTO_LZO=y | ||
208 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
209 | # CONFIG_CRYPTO_HW is not set | ||
210 | CONFIG_CRC_CCITT=y | ||
211 | CONFIG_CRC16=y | ||
212 | CONFIG_LIBCRC32C=y | ||
diff --git a/arch/sh/configs/sh7710voipgw_defconfig b/arch/sh/configs/sh7710voipgw_defconfig index b804641c8dd2..f92ad17cd629 100644 --- a/arch/sh/configs/sh7710voipgw_defconfig +++ b/arch/sh/configs/sh7710voipgw_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_EXPERIMENTAL=y | |||
3 | CONFIG_SYSVIPC=y | 3 | CONFIG_SYSVIPC=y |
4 | CONFIG_POSIX_MQUEUE=y | 4 | CONFIG_POSIX_MQUEUE=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | # CONFIG_SYSCTL_SYSCALL is not set | 6 | # CONFIG_SYSCTL_SYSCALL is not set |
8 | # CONFIG_FUTEX is not set | 7 | # CONFIG_FUTEX is not set |
9 | # CONFIG_EPOLL is not set | 8 | # CONFIG_EPOLL is not set |
diff --git a/arch/sh/configs/sh7757lcr_defconfig b/arch/sh/configs/sh7757lcr_defconfig new file mode 100644 index 000000000000..cfde98ddb29d --- /dev/null +++ b/arch/sh/configs/sh7757lcr_defconfig | |||
@@ -0,0 +1,91 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | ||
2 | # CONFIG_SWAP is not set | ||
3 | CONFIG_SYSVIPC=y | ||
4 | CONFIG_POSIX_MQUEUE=y | ||
5 | CONFIG_BSD_PROCESS_ACCT=y | ||
6 | CONFIG_TASKSTATS=y | ||
7 | CONFIG_TASK_DELAY_ACCT=y | ||
8 | CONFIG_TASK_XACCT=y | ||
9 | CONFIG_TASK_IO_ACCOUNTING=y | ||
10 | CONFIG_LOG_BUF_SHIFT=14 | ||
11 | CONFIG_BLK_DEV_INITRD=y | ||
12 | # CONFIG_SYSCTL_SYSCALL is not set | ||
13 | CONFIG_KALLSYMS_ALL=y | ||
14 | CONFIG_SLAB=y | ||
15 | CONFIG_MODULES=y | ||
16 | CONFIG_MODULE_UNLOAD=y | ||
17 | # CONFIG_BLK_DEV_BSG is not set | ||
18 | CONFIG_CPU_SUBTYPE_SH7757=y | ||
19 | CONFIG_MEMORY_START=0x40000000 | ||
20 | CONFIG_MEMORY_SIZE=0x0f000000 | ||
21 | CONFIG_PMB=y | ||
22 | CONFIG_FLATMEM_MANUAL=y | ||
23 | CONFIG_SH_SH7757LCR=y | ||
24 | CONFIG_HEARTBEAT=y | ||
25 | CONFIG_SECCOMP=y | ||
26 | CONFIG_CMDLINE_OVERWRITE=y | ||
27 | CONFIG_CMDLINE="console=ttySC2,115200 root=/dev/nfs ip=dhcp" | ||
28 | CONFIG_NET=y | ||
29 | CONFIG_PACKET=y | ||
30 | CONFIG_UNIX=y | ||
31 | CONFIG_INET=y | ||
32 | CONFIG_IP_MULTICAST=y | ||
33 | CONFIG_IP_PNP=y | ||
34 | CONFIG_IP_PNP_DHCP=y | ||
35 | # CONFIG_INET_LRO is not set | ||
36 | CONFIG_IPV6=y | ||
37 | # CONFIG_WIRELESS is not set | ||
38 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
39 | # CONFIG_FW_LOADER is not set | ||
40 | CONFIG_MTD=y | ||
41 | CONFIG_MTD_CHAR=y | ||
42 | CONFIG_MTD_BLOCK=y | ||
43 | CONFIG_MTD_M25P80=y | ||
44 | CONFIG_BLK_DEV_RAM=y | ||
45 | CONFIG_SCSI=y | ||
46 | CONFIG_BLK_DEV_SD=y | ||
47 | CONFIG_NETDEVICES=y | ||
48 | CONFIG_VITESSE_PHY=y | ||
49 | CONFIG_NET_ETHERNET=y | ||
50 | CONFIG_SH_ETH=y | ||
51 | # CONFIG_NETDEV_10000 is not set | ||
52 | # CONFIG_WLAN is not set | ||
53 | # CONFIG_KEYBOARD_ATKBD is not set | ||
54 | # CONFIG_MOUSE_PS2 is not set | ||
55 | # CONFIG_SERIO is not set | ||
56 | # CONFIG_LEGACY_PTYS is not set | ||
57 | CONFIG_SERIAL_SH_SCI=y | ||
58 | CONFIG_SERIAL_SH_SCI_NR_UARTS=3 | ||
59 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
60 | # CONFIG_HW_RANDOM is not set | ||
61 | CONFIG_SPI=y | ||
62 | CONFIG_SPI_SH=y | ||
63 | # CONFIG_HWMON is not set | ||
64 | CONFIG_USB=y | ||
65 | CONFIG_USB_EHCI_HCD=y | ||
66 | CONFIG_USB_EHCI_SH=y | ||
67 | CONFIG_USB_OHCI_HCD=y | ||
68 | CONFIG_USB_OHCI_SH=y | ||
69 | CONFIG_USB_STORAGE=y | ||
70 | CONFIG_MMC=y | ||
71 | CONFIG_MMC_SDHI=y | ||
72 | CONFIG_MMC_SH_MMCIF=y | ||
73 | CONFIG_EXT2_FS=y | ||
74 | CONFIG_EXT3_FS=y | ||
75 | CONFIG_ISO9660_FS=y | ||
76 | CONFIG_VFAT_FS=y | ||
77 | CONFIG_PROC_KCORE=y | ||
78 | CONFIG_TMPFS=y | ||
79 | CONFIG_SQUASHFS=y | ||
80 | CONFIG_MINIX_FS=y | ||
81 | CONFIG_NFS_FS=y | ||
82 | CONFIG_ROOT_NFS=y | ||
83 | CONFIG_NLS_CODEPAGE_437=y | ||
84 | CONFIG_NLS_CODEPAGE_932=y | ||
85 | CONFIG_NLS_ISO8859_1=y | ||
86 | CONFIG_DEBUG_KERNEL=y | ||
87 | # CONFIG_SCHED_DEBUG is not set | ||
88 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
89 | CONFIG_DEBUG_INFO=y | ||
90 | # CONFIG_FTRACE is not set | ||
91 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
diff --git a/arch/sh/configs/sh7763rdp_defconfig b/arch/sh/configs/sh7763rdp_defconfig index 361876786932..479536440264 100644 --- a/arch/sh/configs/sh7763rdp_defconfig +++ b/arch/sh/configs/sh7763rdp_defconfig | |||
@@ -3,7 +3,6 @@ CONFIG_SYSVIPC=y | |||
3 | CONFIG_IKCONFIG=y | 3 | CONFIG_IKCONFIG=y |
4 | CONFIG_IKCONFIG_PROC=y | 4 | CONFIG_IKCONFIG_PROC=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=14 |
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | CONFIG_NAMESPACES=y | 6 | CONFIG_NAMESPACES=y |
8 | CONFIG_UTS_NS=y | 7 | CONFIG_UTS_NS=y |
9 | CONFIG_IPC_NS=y | 8 | CONFIG_IPC_NS=y |
diff --git a/arch/sh/configs/sh7785lcr_defconfig b/arch/sh/configs/sh7785lcr_defconfig index ee6b81f7539e..51561f5677d8 100644 --- a/arch/sh/configs/sh7785lcr_defconfig +++ b/arch/sh/configs/sh7785lcr_defconfig | |||
@@ -4,7 +4,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
4 | CONFIG_IKCONFIG=y | 4 | CONFIG_IKCONFIG=y |
5 | CONFIG_IKCONFIG_PROC=y | 5 | CONFIG_IKCONFIG_PROC=y |
6 | CONFIG_LOG_BUF_SHIFT=14 | 6 | CONFIG_LOG_BUF_SHIFT=14 |
7 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
8 | CONFIG_SLAB=y | 7 | CONFIG_SLAB=y |
9 | CONFIG_PROFILING=y | 8 | CONFIG_PROFILING=y |
10 | CONFIG_MODULES=y | 9 | CONFIG_MODULES=y |
diff --git a/arch/sh/configs/shx3_defconfig b/arch/sh/configs/shx3_defconfig index bb4f60c0f866..6bb413036892 100644 --- a/arch/sh/configs/shx3_defconfig +++ b/arch/sh/configs/shx3_defconfig | |||
@@ -9,13 +9,11 @@ CONFIG_IKCONFIG=y | |||
9 | CONFIG_IKCONFIG_PROC=y | 9 | CONFIG_IKCONFIG_PROC=y |
10 | CONFIG_LOG_BUF_SHIFT=14 | 10 | CONFIG_LOG_BUF_SHIFT=14 |
11 | CONFIG_CGROUPS=y | 11 | CONFIG_CGROUPS=y |
12 | CONFIG_CGROUP_NS=y | ||
13 | CONFIG_CGROUP_FREEZER=y | 12 | CONFIG_CGROUP_FREEZER=y |
14 | CONFIG_CGROUP_DEVICE=y | 13 | CONFIG_CGROUP_DEVICE=y |
15 | CONFIG_CGROUP_CPUACCT=y | 14 | CONFIG_CGROUP_CPUACCT=y |
16 | CONFIG_RESOURCE_COUNTERS=y | 15 | CONFIG_RESOURCE_COUNTERS=y |
17 | CONFIG_CGROUP_MEM_RES_CTLR=y | 16 | CONFIG_CGROUP_MEM_RES_CTLR=y |
18 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
19 | CONFIG_RELAY=y | 17 | CONFIG_RELAY=y |
20 | CONFIG_NAMESPACES=y | 18 | CONFIG_NAMESPACES=y |
21 | CONFIG_UTS_NS=y | 19 | CONFIG_UTS_NS=y |
diff --git a/arch/sh/configs/systemh_defconfig b/arch/sh/configs/systemh_defconfig deleted file mode 100644 index 7007d00c67e0..000000000000 --- a/arch/sh/configs/systemh_defconfig +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | ||
2 | CONFIG_LOG_BUF_SHIFT=14 | ||
3 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
4 | CONFIG_BLK_DEV_INITRD=y | ||
5 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
6 | # CONFIG_SYSCTL_SYSCALL is not set | ||
7 | # CONFIG_HOTPLUG is not set | ||
8 | CONFIG_SLAB=y | ||
9 | CONFIG_MODULES=y | ||
10 | CONFIG_MODULE_UNLOAD=y | ||
11 | # CONFIG_BLK_DEV_BSG is not set | ||
12 | CONFIG_CPU_SUBTYPE_SH7751R=y | ||
13 | CONFIG_MEMORY_START=0x0c000000 | ||
14 | CONFIG_MEMORY_SIZE=0x00400000 | ||
15 | CONFIG_FLATMEM_MANUAL=y | ||
16 | CONFIG_SH_7751_SYSTEMH=y | ||
17 | CONFIG_PREEMPT=y | ||
18 | # CONFIG_STANDALONE is not set | ||
19 | CONFIG_BLK_DEV_RAM=y | ||
20 | CONFIG_BLK_DEV_RAM_SIZE=1024 | ||
21 | # CONFIG_INPUT is not set | ||
22 | # CONFIG_SERIO_SERPORT is not set | ||
23 | # CONFIG_VT is not set | ||
24 | CONFIG_HW_RANDOM=y | ||
25 | CONFIG_PROC_KCORE=y | ||
26 | CONFIG_TMPFS=y | ||
27 | CONFIG_CRAMFS=y | ||
28 | CONFIG_ROMFS_FS=y | ||
29 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
diff --git a/arch/sh/configs/titan_defconfig b/arch/sh/configs/titan_defconfig index 45c309ff447e..e2cbd92d520b 100644 --- a/arch/sh/configs/titan_defconfig +++ b/arch/sh/configs/titan_defconfig | |||
@@ -5,7 +5,6 @@ CONFIG_POSIX_MQUEUE=y | |||
5 | CONFIG_IKCONFIG=y | 5 | CONFIG_IKCONFIG=y |
6 | CONFIG_IKCONFIG_PROC=y | 6 | CONFIG_IKCONFIG_PROC=y |
7 | CONFIG_LOG_BUF_SHIFT=16 | 7 | CONFIG_LOG_BUF_SHIFT=16 |
8 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
9 | CONFIG_BLK_DEV_INITRD=y | 8 | CONFIG_BLK_DEV_INITRD=y |
10 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 9 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
11 | # CONFIG_SYSCTL_SYSCALL is not set | 10 | # CONFIG_SYSCTL_SYSCALL is not set |
@@ -228,7 +227,7 @@ CONFIG_USB_SERIAL=m | |||
228 | CONFIG_USB_SERIAL_GENERIC=y | 227 | CONFIG_USB_SERIAL_GENERIC=y |
229 | CONFIG_USB_SERIAL_ARK3116=m | 228 | CONFIG_USB_SERIAL_ARK3116=m |
230 | CONFIG_USB_SERIAL_PL2303=m | 229 | CONFIG_USB_SERIAL_PL2303=m |
231 | CONFIG_RTC_CLASS=m | 230 | CONFIG_RTC_CLASS=y |
232 | CONFIG_RTC_DRV_SH=m | 231 | CONFIG_RTC_DRV_SH=m |
233 | CONFIG_EXT2_FS=y | 232 | CONFIG_EXT2_FS=y |
234 | CONFIG_EXT3_FS=y | 233 | CONFIG_EXT3_FS=y |
diff --git a/arch/sh/configs/ul2_defconfig b/arch/sh/configs/ul2_defconfig index e107d424acf0..2d288b887fbd 100644 --- a/arch/sh/configs/ul2_defconfig +++ b/arch/sh/configs/ul2_defconfig | |||
@@ -4,7 +4,6 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
4 | CONFIG_IKCONFIG=y | 4 | CONFIG_IKCONFIG=y |
5 | CONFIG_IKCONFIG_PROC=y | 5 | CONFIG_IKCONFIG_PROC=y |
6 | CONFIG_LOG_BUF_SHIFT=14 | 6 | CONFIG_LOG_BUF_SHIFT=14 |
7 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
8 | CONFIG_BLK_DEV_INITRD=y | 7 | CONFIG_BLK_DEV_INITRD=y |
9 | CONFIG_PROFILING=y | 8 | CONFIG_PROFILING=y |
10 | CONFIG_MODULES=y | 9 | CONFIG_MODULES=y |
diff --git a/arch/sh/configs/urquell_defconfig b/arch/sh/configs/urquell_defconfig index 7b3daec6fefe..8bfa4d056d7a 100644 --- a/arch/sh/configs/urquell_defconfig +++ b/arch/sh/configs/urquell_defconfig | |||
@@ -9,7 +9,6 @@ CONFIG_IKCONFIG_PROC=y | |||
9 | CONFIG_LOG_BUF_SHIFT=14 | 9 | CONFIG_LOG_BUF_SHIFT=14 |
10 | CONFIG_CGROUPS=y | 10 | CONFIG_CGROUPS=y |
11 | CONFIG_CGROUP_DEBUG=y | 11 | CONFIG_CGROUP_DEBUG=y |
12 | CONFIG_CGROUP_NS=y | ||
13 | CONFIG_CGROUP_FREEZER=y | 12 | CONFIG_CGROUP_FREEZER=y |
14 | CONFIG_CGROUP_DEVICE=y | 13 | CONFIG_CGROUP_DEVICE=y |
15 | CONFIG_CPUSETS=y | 14 | CONFIG_CPUSETS=y |
diff --git a/arch/sh/drivers/dma/dma-api.c b/arch/sh/drivers/dma/dma-api.c index 4a277224a871..f46848f088e4 100644 --- a/arch/sh/drivers/dma/dma-api.c +++ b/arch/sh/drivers/dma/dma-api.c | |||
@@ -412,8 +412,8 @@ EXPORT_SYMBOL(unregister_dmac); | |||
412 | static int __init dma_api_init(void) | 412 | static int __init dma_api_init(void) |
413 | { | 413 | { |
414 | printk(KERN_NOTICE "DMA: Registering DMA API.\n"); | 414 | printk(KERN_NOTICE "DMA: Registering DMA API.\n"); |
415 | create_proc_read_entry("dma", 0, 0, dma_read_proc, 0); | 415 | return create_proc_read_entry("dma", 0, 0, dma_read_proc, 0) |
416 | return 0; | 416 | ? 0 : -ENOMEM; |
417 | } | 417 | } |
418 | subsys_initcall(dma_api_init); | 418 | subsys_initcall(dma_api_init); |
419 | 419 | ||
diff --git a/arch/sh/drivers/pci/Makefile b/arch/sh/drivers/pci/Makefile index 4a59e6890876..82f0a335fd19 100644 --- a/arch/sh/drivers/pci/Makefile +++ b/arch/sh/drivers/pci/Makefile | |||
@@ -19,6 +19,7 @@ obj-$(CONFIG_SH_RTS7751R2D) += fixups-rts7751r2d.o | |||
19 | obj-$(CONFIG_SH_SH03) += fixups-sh03.o | 19 | obj-$(CONFIG_SH_SH03) += fixups-sh03.o |
20 | obj-$(CONFIG_SH_HIGHLANDER) += fixups-r7780rp.o | 20 | obj-$(CONFIG_SH_HIGHLANDER) += fixups-r7780rp.o |
21 | obj-$(CONFIG_SH_SH7785LCR) += fixups-r7780rp.o | 21 | obj-$(CONFIG_SH_SH7785LCR) += fixups-r7780rp.o |
22 | obj-$(CONFIG_SH_SDK7786) += fixups-sdk7786.o | ||
22 | obj-$(CONFIG_SH_SDK7780) += fixups-sdk7780.o | 23 | obj-$(CONFIG_SH_SDK7780) += fixups-sdk7780.o |
23 | obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += fixups-sdk7780.o | 24 | obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += fixups-sdk7780.o |
24 | obj-$(CONFIG_SH_TITAN) += fixups-titan.o | 25 | obj-$(CONFIG_SH_TITAN) += fixups-titan.o |
diff --git a/arch/sh/drivers/pci/fixups-landisk.c b/arch/sh/drivers/pci/fixups-landisk.c index bb1a6bb5149e..95c6e2d94a0a 100644 --- a/arch/sh/drivers/pci/fixups-landisk.c +++ b/arch/sh/drivers/pci/fixups-landisk.c | |||
@@ -1,9 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * arch/sh/drivers/pci/ops-landisk.c | 2 | * arch/sh/drivers/pci/fixups-landisk.c |
3 | * | 3 | * |
4 | * PCI initialization for the I-O DATA Device, Inc. LANDISK board | 4 | * PCI initialization for the I-O DATA Device, Inc. LANDISK board |
5 | * | 5 | * |
6 | * Copyright (C) 2006 kogiidena | 6 | * Copyright (C) 2006 kogiidena |
7 | * Copyright (C) 2010 Nobuhiro Iwamatsu | ||
7 | * | 8 | * |
8 | * May be copied or modified under the terms of the GNU General Public | 9 | * May be copied or modified under the terms of the GNU General Public |
9 | * License. See linux/COPYING for more information. | 10 | * License. See linux/COPYING for more information. |
@@ -15,6 +16,9 @@ | |||
15 | #include <linux/pci.h> | 16 | #include <linux/pci.h> |
16 | #include "pci-sh4.h" | 17 | #include "pci-sh4.h" |
17 | 18 | ||
19 | #define PCIMCR_MRSET_OFF 0xBFFFFFFF | ||
20 | #define PCIMCR_RFSH_OFF 0xFFFFFFFB | ||
21 | |||
18 | int pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) | 22 | int pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) |
19 | { | 23 | { |
20 | /* | 24 | /* |
@@ -26,9 +30,29 @@ int pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) | |||
26 | int irq = ((slot + pin - 1) & 0x3) + 5; | 30 | int irq = ((slot + pin - 1) & 0x3) + 5; |
27 | 31 | ||
28 | if ((slot | (pin - 1)) > 0x3) { | 32 | if ((slot | (pin - 1)) > 0x3) { |
29 | printk("PCI: Bad IRQ mapping request for slot %d pin %c\n", | 33 | printk(KERN_WARNING "PCI: Bad IRQ mapping request for slot %d pin %c\n", |
30 | slot, pin - 1 + 'A'); | 34 | slot, pin - 1 + 'A'); |
31 | return -1; | 35 | return -1; |
32 | } | 36 | } |
33 | return irq; | 37 | return irq; |
34 | } | 38 | } |
39 | |||
40 | int pci_fixup_pcic(struct pci_channel *chan) | ||
41 | { | ||
42 | unsigned long bcr1, mcr; | ||
43 | |||
44 | bcr1 = __raw_readl(SH7751_BCR1); | ||
45 | bcr1 |= 0x40080000; /* Enable Bit 19 BREQEN, set PCIC to slave */ | ||
46 | pci_write_reg(chan, bcr1, SH4_PCIBCR1); | ||
47 | |||
48 | mcr = __raw_readl(SH7751_MCR); | ||
49 | mcr = (mcr & PCIMCR_MRSET_OFF) & PCIMCR_RFSH_OFF; | ||
50 | pci_write_reg(chan, mcr, SH4_PCIMCR); | ||
51 | |||
52 | pci_write_reg(chan, 0x0c000000, SH7751_PCICONF5); | ||
53 | pci_write_reg(chan, 0xd0000000, SH7751_PCICONF6); | ||
54 | pci_write_reg(chan, 0x0c000000, SH4_PCILAR0); | ||
55 | pci_write_reg(chan, 0x00000000, SH4_PCILAR1); | ||
56 | |||
57 | return 0; | ||
58 | } | ||
diff --git a/arch/sh/drivers/pci/fixups-sdk7786.c b/arch/sh/drivers/pci/fixups-sdk7786.c new file mode 100644 index 000000000000..0e18ee332553 --- /dev/null +++ b/arch/sh/drivers/pci/fixups-sdk7786.c | |||
@@ -0,0 +1,67 @@ | |||
1 | /* | ||
2 | * SDK7786 FPGA PCIe mux handling | ||
3 | * | ||
4 | * Copyright (C) 2010 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #define pr_fmt(fmt) "PCI: " fmt | ||
11 | |||
12 | #include <linux/init.h> | ||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/pci.h> | ||
15 | #include <mach/fpga.h> | ||
16 | |||
17 | /* | ||
18 | * The SDK7786 FPGA supports mangling of most of the slots in some way or | ||
19 | * another. Slots 3/4 are special in that only one can be supported at a | ||
20 | * time, and both appear on port 3 to the PCI bus scan. Enabling slot 4 | ||
21 | * (the horizontal edge connector) will disable slot 3 entirely. | ||
22 | * | ||
23 | * Misconfigurations can be detected through the FPGA via the slot | ||
24 | * resistors to determine card presence. Hotplug remains unsupported. | ||
25 | */ | ||
26 | static unsigned int slot4en __devinitdata; | ||
27 | |||
28 | char *__devinit pcibios_setup(char *str) | ||
29 | { | ||
30 | if (strcmp(str, "slot4en") == 0) { | ||
31 | slot4en = 1; | ||
32 | return NULL; | ||
33 | } | ||
34 | |||
35 | return str; | ||
36 | } | ||
37 | |||
38 | static int __init sdk7786_pci_init(void) | ||
39 | { | ||
40 | u16 data = fpga_read_reg(PCIECR); | ||
41 | |||
42 | /* | ||
43 | * Enable slot #4 if it's been specified on the command line. | ||
44 | * | ||
45 | * Optionally reroute if slot #4 has a card present while slot #3 | ||
46 | * does not, regardless of command line value. | ||
47 | * | ||
48 | * Card presence is logically inverted. | ||
49 | */ | ||
50 | slot4en ?: (!(data & PCIECR_PRST4) && (data & PCIECR_PRST3)); | ||
51 | if (slot4en) { | ||
52 | pr_info("Activating PCIe slot#4 (disabling slot#3)\n"); | ||
53 | |||
54 | data &= ~PCIECR_PCIEMUX1; | ||
55 | fpga_write_reg(data, PCIECR); | ||
56 | |||
57 | /* Warn about forced rerouting if slot#3 is occupied */ | ||
58 | if ((data & PCIECR_PRST3) == 0) { | ||
59 | pr_warning("Unreachable card detected in slot#3\n"); | ||
60 | return -EBUSY; | ||
61 | } | ||
62 | } else | ||
63 | pr_info("PCIe slot#4 disabled\n"); | ||
64 | |||
65 | return 0; | ||
66 | } | ||
67 | postcore_initcall(sdk7786_pci_init); | ||
diff --git a/arch/sh/drivers/pci/fixups-se7751.c b/arch/sh/drivers/pci/fixups-se7751.c index a4c7d3a4efca..fd3e6b02f289 100644 --- a/arch/sh/drivers/pci/fixups-se7751.c +++ b/arch/sh/drivers/pci/fixups-se7751.c | |||
@@ -6,7 +6,7 @@ | |||
6 | #include <linux/io.h> | 6 | #include <linux/io.h> |
7 | #include "pci-sh4.h" | 7 | #include "pci-sh4.h" |
8 | 8 | ||
9 | int __init pcibios_map_platform_irq(u8 slot, u8 pin) | 9 | int __init pcibios_map_platform_irq(struct pci_dev *, u8 slot, u8 pin) |
10 | { | 10 | { |
11 | switch (slot) { | 11 | switch (slot) { |
12 | case 0: return 13; | 12 | case 0: return 13; |
diff --git a/arch/sh/drivers/pci/ops-sh4.c b/arch/sh/drivers/pci/ops-sh4.c index 0b81999fb88b..b6234203e0ac 100644 --- a/arch/sh/drivers/pci/ops-sh4.c +++ b/arch/sh/drivers/pci/ops-sh4.c | |||
@@ -9,6 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | #include <linux/pci.h> | 10 | #include <linux/pci.h> |
11 | #include <linux/io.h> | 11 | #include <linux/io.h> |
12 | #include <linux/spinlock.h> | ||
12 | #include <asm/addrspace.h> | 13 | #include <asm/addrspace.h> |
13 | #include "pci-sh4.h" | 14 | #include "pci-sh4.h" |
14 | 15 | ||
@@ -18,8 +19,6 @@ | |||
18 | #define CONFIG_CMD(bus, devfn, where) \ | 19 | #define CONFIG_CMD(bus, devfn, where) \ |
19 | (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) | 20 | (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) |
20 | 21 | ||
21 | static DEFINE_SPINLOCK(sh4_pci_lock); | ||
22 | |||
23 | /* | 22 | /* |
24 | * Functions for accessing PCI configuration space with type 1 accesses | 23 | * Functions for accessing PCI configuration space with type 1 accesses |
25 | */ | 24 | */ |
@@ -34,10 +33,10 @@ static int sh4_pci_read(struct pci_bus *bus, unsigned int devfn, | |||
34 | * PCIPDR may only be accessed as 32 bit words, | 33 | * PCIPDR may only be accessed as 32 bit words, |
35 | * so we must do byte alignment by hand | 34 | * so we must do byte alignment by hand |
36 | */ | 35 | */ |
37 | spin_lock_irqsave(&sh4_pci_lock, flags); | 36 | raw_spin_lock_irqsave(&pci_config_lock, flags); |
38 | pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); | 37 | pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); |
39 | data = pci_read_reg(chan, SH4_PCIPDR); | 38 | data = pci_read_reg(chan, SH4_PCIPDR); |
40 | spin_unlock_irqrestore(&sh4_pci_lock, flags); | 39 | raw_spin_unlock_irqrestore(&pci_config_lock, flags); |
41 | 40 | ||
42 | switch (size) { | 41 | switch (size) { |
43 | case 1: | 42 | case 1: |
@@ -69,10 +68,10 @@ static int sh4_pci_write(struct pci_bus *bus, unsigned int devfn, | |||
69 | int shift; | 68 | int shift; |
70 | u32 data; | 69 | u32 data; |
71 | 70 | ||
72 | spin_lock_irqsave(&sh4_pci_lock, flags); | 71 | raw_spin_lock_irqsave(&pci_config_lock, flags); |
73 | pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); | 72 | pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); |
74 | data = pci_read_reg(chan, SH4_PCIPDR); | 73 | data = pci_read_reg(chan, SH4_PCIPDR); |
75 | spin_unlock_irqrestore(&sh4_pci_lock, flags); | 74 | raw_spin_unlock_irqrestore(&pci_config_lock, flags); |
76 | 75 | ||
77 | switch (size) { | 76 | switch (size) { |
78 | case 1: | 77 | case 1: |
diff --git a/arch/sh/drivers/pci/ops-sh7786.c b/arch/sh/drivers/pci/ops-sh7786.c index 48f594b9582b..128421009e3f 100644 --- a/arch/sh/drivers/pci/ops-sh7786.c +++ b/arch/sh/drivers/pci/ops-sh7786.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Generic SH7786 PCI-Express operations. | 2 | * Generic SH7786 PCI-Express operations. |
3 | * | 3 | * |
4 | * Copyright (C) 2009 Paul Mundt | 4 | * Copyright (C) 2009 - 2010 Paul Mundt |
5 | * | 5 | * |
6 | * This file is subject to the terms and conditions of the GNU General Public | 6 | * This file is subject to the terms and conditions of the GNU General Public |
7 | * License v2. See the file "COPYING" in the main directory of this archive | 7 | * License v2. See the file "COPYING" in the main directory of this archive |
@@ -19,37 +19,72 @@ enum { | |||
19 | PCI_ACCESS_WRITE, | 19 | PCI_ACCESS_WRITE, |
20 | }; | 20 | }; |
21 | 21 | ||
22 | static DEFINE_SPINLOCK(sh7786_pcie_lock); | ||
23 | |||
24 | static int sh7786_pcie_config_access(unsigned char access_type, | 22 | static int sh7786_pcie_config_access(unsigned char access_type, |
25 | struct pci_bus *bus, unsigned int devfn, int where, u32 *data) | 23 | struct pci_bus *bus, unsigned int devfn, int where, u32 *data) |
26 | { | 24 | { |
27 | struct pci_channel *chan = bus->sysdata; | 25 | struct pci_channel *chan = bus->sysdata; |
28 | int dev, func; | 26 | int dev, func, type, reg; |
29 | 27 | ||
30 | dev = PCI_SLOT(devfn); | 28 | dev = PCI_SLOT(devfn); |
31 | func = PCI_FUNC(devfn); | 29 | func = PCI_FUNC(devfn); |
30 | type = !!bus->parent; | ||
31 | reg = where & ~3; | ||
32 | 32 | ||
33 | if (bus->number > 255 || dev > 31 || func > 7) | 33 | if (bus->number > 255 || dev > 31 || func > 7) |
34 | return PCIBIOS_FUNC_NOT_SUPPORTED; | 34 | return PCIBIOS_FUNC_NOT_SUPPORTED; |
35 | if (devfn) | 35 | |
36 | return PCIBIOS_DEVICE_NOT_FOUND; | 36 | /* |
37 | * While each channel has its own memory-mapped extended config | ||
38 | * space, it's generally only accessible when in endpoint mode. | ||
39 | * When in root complex mode, the controller is unable to target | ||
40 | * itself with either type 0 or type 1 accesses, and indeed, any | ||
41 | * controller initiated target transfer to its own config space | ||
42 | * result in a completer abort. | ||
43 | * | ||
44 | * Each channel effectively only supports a single device, but as | ||
45 | * the same channel <-> device access works for any PCI_SLOT() | ||
46 | * value, we cheat a bit here and bind the controller's config | ||
47 | * space to devfn 0 in order to enable self-enumeration. In this | ||
48 | * case the regular PAR/PDR path is sidelined and the mangled | ||
49 | * config access itself is initiated as a SuperHyway transaction. | ||
50 | */ | ||
51 | if (pci_is_root_bus(bus)) { | ||
52 | if (dev == 0) { | ||
53 | if (access_type == PCI_ACCESS_READ) | ||
54 | *data = pci_read_reg(chan, PCI_REG(reg)); | ||
55 | else | ||
56 | pci_write_reg(chan, *data, PCI_REG(reg)); | ||
57 | |||
58 | return PCIBIOS_SUCCESSFUL; | ||
59 | } else if (dev > 1) | ||
60 | return PCIBIOS_DEVICE_NOT_FOUND; | ||
61 | } | ||
62 | |||
63 | /* Clear errors */ | ||
64 | pci_write_reg(chan, pci_read_reg(chan, SH4A_PCIEERRFR), SH4A_PCIEERRFR); | ||
37 | 65 | ||
38 | /* Set the PIO address */ | 66 | /* Set the PIO address */ |
39 | pci_write_reg(chan, (bus->number << 24) | (dev << 19) | | 67 | pci_write_reg(chan, (bus->number << 24) | (dev << 19) | |
40 | (func << 16) | (where & ~3), SH4A_PCIEPAR); | 68 | (func << 16) | reg, SH4A_PCIEPAR); |
41 | 69 | ||
42 | /* Enable the configuration access */ | 70 | /* Enable the configuration access */ |
43 | pci_write_reg(chan, (1 << 31), SH4A_PCIEPCTLR); | 71 | pci_write_reg(chan, (1 << 31) | (type << 8), SH4A_PCIEPCTLR); |
72 | |||
73 | /* Check for errors */ | ||
74 | if (pci_read_reg(chan, SH4A_PCIEERRFR) & 0x10) | ||
75 | return PCIBIOS_DEVICE_NOT_FOUND; | ||
76 | |||
77 | /* Check for master and target aborts */ | ||
78 | if (pci_read_reg(chan, SH4A_PCIEPCICONF1) & ((1 << 29) | (1 << 28))) | ||
79 | return PCIBIOS_DEVICE_NOT_FOUND; | ||
44 | 80 | ||
45 | if (access_type == PCI_ACCESS_READ) | 81 | if (access_type == PCI_ACCESS_READ) |
46 | *data = pci_read_reg(chan, SH4A_PCIEPDR); | 82 | *data = pci_read_reg(chan, SH4A_PCIEPDR); |
47 | else | 83 | else |
48 | pci_write_reg(chan, *data, SH4A_PCIEPDR); | 84 | pci_write_reg(chan, *data, SH4A_PCIEPDR); |
49 | 85 | ||
50 | /* Check for master and target aborts */ | 86 | /* Disable the configuration access */ |
51 | if (pci_read_reg(chan, SH4A_PCIEPCICONF1) & ((1 << 29) | (1 << 28))) | 87 | pci_write_reg(chan, 0, SH4A_PCIEPCTLR); |
52 | return PCIBIOS_DEVICE_NOT_FOUND; | ||
53 | 88 | ||
54 | return PCIBIOS_SUCCESSFUL; | 89 | return PCIBIOS_SUCCESSFUL; |
55 | } | 90 | } |
@@ -66,11 +101,13 @@ static int sh7786_pcie_read(struct pci_bus *bus, unsigned int devfn, | |||
66 | else if ((size == 4) && (where & 3)) | 101 | else if ((size == 4) && (where & 3)) |
67 | return PCIBIOS_BAD_REGISTER_NUMBER; | 102 | return PCIBIOS_BAD_REGISTER_NUMBER; |
68 | 103 | ||
69 | spin_lock_irqsave(&sh7786_pcie_lock, flags); | 104 | raw_spin_lock_irqsave(&pci_config_lock, flags); |
70 | ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, | 105 | ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, |
71 | devfn, where, &data); | 106 | devfn, where, &data); |
72 | if (ret != PCIBIOS_SUCCESSFUL) | 107 | if (ret != PCIBIOS_SUCCESSFUL) { |
108 | *val = 0xffffffff; | ||
73 | goto out; | 109 | goto out; |
110 | } | ||
74 | 111 | ||
75 | if (size == 1) | 112 | if (size == 1) |
76 | *val = (data >> ((where & 3) << 3)) & 0xff; | 113 | *val = (data >> ((where & 3) << 3)) & 0xff; |
@@ -84,7 +121,7 @@ static int sh7786_pcie_read(struct pci_bus *bus, unsigned int devfn, | |||
84 | devfn, where, size, (unsigned long)*val); | 121 | devfn, where, size, (unsigned long)*val); |
85 | 122 | ||
86 | out: | 123 | out: |
87 | spin_unlock_irqrestore(&sh7786_pcie_lock, flags); | 124 | raw_spin_unlock_irqrestore(&pci_config_lock, flags); |
88 | return ret; | 125 | return ret; |
89 | } | 126 | } |
90 | 127 | ||
@@ -100,7 +137,7 @@ static int sh7786_pcie_write(struct pci_bus *bus, unsigned int devfn, | |||
100 | else if ((size == 4) && (where & 3)) | 137 | else if ((size == 4) && (where & 3)) |
101 | return PCIBIOS_BAD_REGISTER_NUMBER; | 138 | return PCIBIOS_BAD_REGISTER_NUMBER; |
102 | 139 | ||
103 | spin_lock_irqsave(&sh7786_pcie_lock, flags); | 140 | raw_spin_lock_irqsave(&pci_config_lock, flags); |
104 | ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, | 141 | ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, |
105 | devfn, where, &data); | 142 | devfn, where, &data); |
106 | if (ret != PCIBIOS_SUCCESSFUL) | 143 | if (ret != PCIBIOS_SUCCESSFUL) |
@@ -124,7 +161,7 @@ static int sh7786_pcie_write(struct pci_bus *bus, unsigned int devfn, | |||
124 | ret = sh7786_pcie_config_access(PCI_ACCESS_WRITE, bus, | 161 | ret = sh7786_pcie_config_access(PCI_ACCESS_WRITE, bus, |
125 | devfn, where, &data); | 162 | devfn, where, &data); |
126 | out: | 163 | out: |
127 | spin_unlock_irqrestore(&sh7786_pcie_lock, flags); | 164 | raw_spin_unlock_irqrestore(&pci_config_lock, flags); |
128 | return ret; | 165 | return ret; |
129 | } | 166 | } |
130 | 167 | ||
diff --git a/arch/sh/drivers/pci/pci-sh7751.c b/arch/sh/drivers/pci/pci-sh7751.c index f98141b3b7d7..86adb1e235cd 100644 --- a/arch/sh/drivers/pci/pci-sh7751.c +++ b/arch/sh/drivers/pci/pci-sh7751.c | |||
@@ -81,7 +81,7 @@ static int __init sh7751_pci_init(void) | |||
81 | unsigned int id; | 81 | unsigned int id; |
82 | u32 word, reg; | 82 | u32 word, reg; |
83 | 83 | ||
84 | printk(KERN_NOTICE "PCI: Starting intialization.\n"); | 84 | printk(KERN_NOTICE "PCI: Starting initialization.\n"); |
85 | 85 | ||
86 | chan->reg_base = 0xfe200000; | 86 | chan->reg_base = 0xfe200000; |
87 | 87 | ||
diff --git a/arch/sh/drivers/pci/pci-sh7751.h b/arch/sh/drivers/pci/pci-sh7751.h index 4983a4d20355..5ede38c330d3 100644 --- a/arch/sh/drivers/pci/pci-sh7751.h +++ b/arch/sh/drivers/pci/pci-sh7751.h | |||
@@ -61,7 +61,7 @@ | |||
61 | #define SH7751_PCICONF3_BIST7 0x80000000 /* Bist Supported */ | 61 | #define SH7751_PCICONF3_BIST7 0x80000000 /* Bist Supported */ |
62 | #define SH7751_PCICONF3_BIST6 0x40000000 /* Bist Executing */ | 62 | #define SH7751_PCICONF3_BIST6 0x40000000 /* Bist Executing */ |
63 | #define SH7751_PCICONF3_BIST3_0 0x0F000000 /* Bist Passed */ | 63 | #define SH7751_PCICONF3_BIST3_0 0x0F000000 /* Bist Passed */ |
64 | #define SH7751_PCICONF3_HD7 0x00800000 /* Single Funtion device */ | 64 | #define SH7751_PCICONF3_HD7 0x00800000 /* Single Function device */ |
65 | #define SH7751_PCICONF3_HD6_0 0x007F0000 /* Configuration Layout */ | 65 | #define SH7751_PCICONF3_HD6_0 0x007F0000 /* Configuration Layout */ |
66 | #define SH7751_PCICONF3_LAT 0x0000FF00 /* Latency Timer */ | 66 | #define SH7751_PCICONF3_LAT 0x0000FF00 /* Latency Timer */ |
67 | #define SH7751_PCICONF3_CLS 0x000000FF /* Cache Line Size */ | 67 | #define SH7751_PCICONF3_CLS 0x000000FF /* Cache Line Size */ |
diff --git a/arch/sh/drivers/pci/pci-sh7780.c b/arch/sh/drivers/pci/pci-sh7780.c index ffdcbf10b95e..edb7cca14882 100644 --- a/arch/sh/drivers/pci/pci-sh7780.c +++ b/arch/sh/drivers/pci/pci-sh7780.c | |||
@@ -246,7 +246,7 @@ static int __init sh7780_pci_init(void) | |||
246 | const char *type; | 246 | const char *type; |
247 | int ret, i; | 247 | int ret, i; |
248 | 248 | ||
249 | printk(KERN_NOTICE "PCI: Starting intialization.\n"); | 249 | printk(KERN_NOTICE "PCI: Starting initialization.\n"); |
250 | 250 | ||
251 | chan->reg_base = 0xfe040000; | 251 | chan->reg_base = 0xfe040000; |
252 | 252 | ||
diff --git a/arch/sh/drivers/pci/pci-sh7780.h b/arch/sh/drivers/pci/pci-sh7780.h index 205dcbefe275..1742e2c9db7a 100644 --- a/arch/sh/drivers/pci/pci-sh7780.h +++ b/arch/sh/drivers/pci/pci-sh7780.h | |||
@@ -12,12 +12,6 @@ | |||
12 | #ifndef _PCI_SH7780_H_ | 12 | #ifndef _PCI_SH7780_H_ |
13 | #define _PCI_SH7780_H_ | 13 | #define _PCI_SH7780_H_ |
14 | 14 | ||
15 | #define PCI_VENDOR_ID_RENESAS 0x1912 | ||
16 | #define PCI_DEVICE_ID_RENESAS_SH7781 0x0001 | ||
17 | #define PCI_DEVICE_ID_RENESAS_SH7780 0x0002 | ||
18 | #define PCI_DEVICE_ID_RENESAS_SH7763 0x0004 | ||
19 | #define PCI_DEVICE_ID_RENESAS_SH7785 0x0007 | ||
20 | |||
21 | /* SH7780 Control Registers */ | 15 | /* SH7780 Control Registers */ |
22 | #define PCIECR 0xFE000008 | 16 | #define PCIECR 0xFE000008 |
23 | #define PCIECR_ENBL 0x01 | 17 | #define PCIECR_ENBL 0x01 |
diff --git a/arch/sh/drivers/pci/pci.c b/arch/sh/drivers/pci/pci.c index 1e9598d2bbf4..194231cb5a70 100644 --- a/arch/sh/drivers/pci/pci.c +++ b/arch/sh/drivers/pci/pci.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/dma-debug.h> | 19 | #include <linux/dma-debug.h> |
20 | #include <linux/io.h> | 20 | #include <linux/io.h> |
21 | #include <linux/mutex.h> | 21 | #include <linux/mutex.h> |
22 | #include <linux/spinlock.h> | ||
22 | 23 | ||
23 | unsigned long PCIBIOS_MIN_IO = 0x0000; | 24 | unsigned long PCIBIOS_MIN_IO = 0x0000; |
24 | unsigned long PCIBIOS_MIN_MEM = 0; | 25 | unsigned long PCIBIOS_MIN_MEM = 0; |
@@ -56,6 +57,11 @@ static void __devinit pcibios_scanbus(struct pci_channel *hose) | |||
56 | } | 57 | } |
57 | } | 58 | } |
58 | 59 | ||
60 | /* | ||
61 | * This interrupt-safe spinlock protects all accesses to PCI | ||
62 | * configuration space. | ||
63 | */ | ||
64 | DEFINE_RAW_SPINLOCK(pci_config_lock); | ||
59 | static DEFINE_MUTEX(pci_scan_mutex); | 65 | static DEFINE_MUTEX(pci_scan_mutex); |
60 | 66 | ||
61 | int __devinit register_pci_controller(struct pci_channel *hose) | 67 | int __devinit register_pci_controller(struct pci_channel *hose) |
@@ -78,7 +84,7 @@ int __devinit register_pci_controller(struct pci_channel *hose) | |||
78 | hose_tail = &hose->next; | 84 | hose_tail = &hose->next; |
79 | 85 | ||
80 | /* | 86 | /* |
81 | * Do not panic here but later - this might hapen before console init. | 87 | * Do not panic here but later - this might happen before console init. |
82 | */ | 88 | */ |
83 | if (!hose->io_map_base) { | 89 | if (!hose->io_map_base) { |
84 | printk(KERN_WARNING | 90 | printk(KERN_WARNING |
@@ -233,40 +239,7 @@ void pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res, | |||
233 | 239 | ||
234 | int pcibios_enable_device(struct pci_dev *dev, int mask) | 240 | int pcibios_enable_device(struct pci_dev *dev, int mask) |
235 | { | 241 | { |
236 | u16 cmd, old_cmd; | 242 | return pci_enable_resources(dev, mask); |
237 | int idx; | ||
238 | struct resource *r; | ||
239 | |||
240 | pci_read_config_word(dev, PCI_COMMAND, &cmd); | ||
241 | old_cmd = cmd; | ||
242 | for (idx=0; idx < PCI_NUM_RESOURCES; idx++) { | ||
243 | /* Only set up the requested stuff */ | ||
244 | if (!(mask & (1<<idx))) | ||
245 | continue; | ||
246 | |||
247 | r = &dev->resource[idx]; | ||
248 | if (!(r->flags & (IORESOURCE_IO | IORESOURCE_MEM))) | ||
249 | continue; | ||
250 | if ((idx == PCI_ROM_RESOURCE) && | ||
251 | (!(r->flags & IORESOURCE_ROM_ENABLE))) | ||
252 | continue; | ||
253 | if (!r->start && r->end) { | ||
254 | printk(KERN_ERR "PCI: Device %s not available " | ||
255 | "because of resource collisions\n", | ||
256 | pci_name(dev)); | ||
257 | return -EINVAL; | ||
258 | } | ||
259 | if (r->flags & IORESOURCE_IO) | ||
260 | cmd |= PCI_COMMAND_IO; | ||
261 | if (r->flags & IORESOURCE_MEM) | ||
262 | cmd |= PCI_COMMAND_MEMORY; | ||
263 | } | ||
264 | if (cmd != old_cmd) { | ||
265 | printk("PCI: Enabling device %s (%04x -> %04x)\n", | ||
266 | pci_name(dev), old_cmd, cmd); | ||
267 | pci_write_config_word(dev, PCI_COMMAND, cmd); | ||
268 | } | ||
269 | return 0; | ||
270 | } | 243 | } |
271 | 244 | ||
272 | /* | 245 | /* |
@@ -295,7 +268,7 @@ void __init pcibios_update_irq(struct pci_dev *dev, int irq) | |||
295 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); | 268 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); |
296 | } | 269 | } |
297 | 270 | ||
298 | char * __devinit pcibios_setup(char *str) | 271 | char * __devinit __weak pcibios_setup(char *str) |
299 | { | 272 | { |
300 | return str; | 273 | return str; |
301 | } | 274 | } |
@@ -409,14 +382,13 @@ static void __iomem *ioport_map_pci(struct pci_dev *dev, | |||
409 | struct pci_channel *chan = dev->sysdata; | 382 | struct pci_channel *chan = dev->sysdata; |
410 | 383 | ||
411 | if (unlikely(!chan->io_map_base)) { | 384 | if (unlikely(!chan->io_map_base)) { |
412 | chan->io_map_base = generic_io_base; | 385 | chan->io_map_base = sh_io_port_base; |
413 | 386 | ||
414 | if (pci_domains_supported) | 387 | if (pci_domains_supported) |
415 | panic("To avoid data corruption io_map_base MUST be " | 388 | panic("To avoid data corruption io_map_base MUST be " |
416 | "set with multiple PCI domains."); | 389 | "set with multiple PCI domains."); |
417 | } | 390 | } |
418 | 391 | ||
419 | |||
420 | return (void __iomem *)(chan->io_map_base + port); | 392 | return (void __iomem *)(chan->io_map_base + port); |
421 | } | 393 | } |
422 | 394 | ||
diff --git a/arch/sh/drivers/pci/pcie-sh7786.c b/arch/sh/drivers/pci/pcie-sh7786.c index 68cb9b0ac9d2..4418f9070ed1 100644 --- a/arch/sh/drivers/pci/pcie-sh7786.c +++ b/arch/sh/drivers/pci/pcie-sh7786.c | |||
@@ -1,23 +1,29 @@ | |||
1 | /* | 1 | /* |
2 | * Low-Level PCI Express Support for the SH7786 | 2 | * Low-Level PCI Express Support for the SH7786 |
3 | * | 3 | * |
4 | * Copyright (C) 2009 - 2010 Paul Mundt | 4 | * Copyright (C) 2009 - 2011 Paul Mundt |
5 | * | 5 | * |
6 | * This file is subject to the terms and conditions of the GNU General Public | 6 | * This file is subject to the terms and conditions of the GNU General Public |
7 | * License. See the file "COPYING" in the main directory of this archive | 7 | * License. See the file "COPYING" in the main directory of this archive |
8 | * for more details. | 8 | * for more details. |
9 | */ | 9 | */ |
10 | #define pr_fmt(fmt) "PCI: " fmt | ||
11 | |||
10 | #include <linux/pci.h> | 12 | #include <linux/pci.h> |
11 | #include <linux/init.h> | 13 | #include <linux/init.h> |
12 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
13 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include <linux/async.h> | ||
14 | #include <linux/delay.h> | 17 | #include <linux/delay.h> |
15 | #include <linux/slab.h> | 18 | #include <linux/slab.h> |
19 | #include <linux/clk.h> | ||
20 | #include <linux/sh_clk.h> | ||
16 | #include "pcie-sh7786.h" | 21 | #include "pcie-sh7786.h" |
17 | #include <asm/sizes.h> | 22 | #include <asm/sizes.h> |
18 | 23 | ||
19 | struct sh7786_pcie_port { | 24 | struct sh7786_pcie_port { |
20 | struct pci_channel *hose; | 25 | struct pci_channel *hose; |
26 | struct clk *fclk, phy_clk; | ||
21 | unsigned int index; | 27 | unsigned int index; |
22 | int endpoint; | 28 | int endpoint; |
23 | int link; | 29 | int link; |
@@ -28,7 +34,7 @@ static unsigned int nr_ports; | |||
28 | 34 | ||
29 | static struct sh7786_pcie_hwops { | 35 | static struct sh7786_pcie_hwops { |
30 | int (*core_init)(void); | 36 | int (*core_init)(void); |
31 | int (*port_init_hw)(struct sh7786_pcie_port *port); | 37 | async_func_ptr *port_init_hw; |
32 | } *sh7786_pcie_hwops; | 38 | } *sh7786_pcie_hwops; |
33 | 39 | ||
34 | static struct resource sh7786_pci0_resources[] = { | 40 | static struct resource sh7786_pci0_resources[] = { |
@@ -51,6 +57,7 @@ static struct resource sh7786_pci0_resources[] = { | |||
51 | .name = "PCIe0 MEM 2", | 57 | .name = "PCIe0 MEM 2", |
52 | .start = 0xfe100000, | 58 | .start = 0xfe100000, |
53 | .end = 0xfe100000 + SZ_1M - 1, | 59 | .end = 0xfe100000 + SZ_1M - 1, |
60 | .flags = IORESOURCE_MEM, | ||
54 | }, | 61 | }, |
55 | }; | 62 | }; |
56 | 63 | ||
@@ -74,6 +81,7 @@ static struct resource sh7786_pci1_resources[] = { | |||
74 | .name = "PCIe1 MEM 2", | 81 | .name = "PCIe1 MEM 2", |
75 | .start = 0xfe300000, | 82 | .start = 0xfe300000, |
76 | .end = 0xfe300000 + SZ_1M - 1, | 83 | .end = 0xfe300000 + SZ_1M - 1, |
84 | .flags = IORESOURCE_MEM, | ||
77 | }, | 85 | }, |
78 | }; | 86 | }; |
79 | 87 | ||
@@ -82,6 +90,7 @@ static struct resource sh7786_pci2_resources[] = { | |||
82 | .name = "PCIe2 IO", | 90 | .name = "PCIe2 IO", |
83 | .start = 0xfc800000, | 91 | .start = 0xfc800000, |
84 | .end = 0xfc800000 + SZ_4M - 1, | 92 | .end = 0xfc800000 + SZ_4M - 1, |
93 | .flags = IORESOURCE_IO, | ||
85 | }, { | 94 | }, { |
86 | .name = "PCIe2 MEM 0", | 95 | .name = "PCIe2 MEM 0", |
87 | .start = 0x80000000, | 96 | .start = 0x80000000, |
@@ -96,6 +105,7 @@ static struct resource sh7786_pci2_resources[] = { | |||
96 | .name = "PCIe2 MEM 2", | 105 | .name = "PCIe2 MEM 2", |
97 | .start = 0xfcd00000, | 106 | .start = 0xfcd00000, |
98 | .end = 0xfcd00000 + SZ_1M - 1, | 107 | .end = 0xfcd00000 + SZ_1M - 1, |
108 | .flags = IORESOURCE_MEM, | ||
99 | }, | 109 | }, |
100 | }; | 110 | }; |
101 | 111 | ||
@@ -117,7 +127,29 @@ static struct pci_channel sh7786_pci_channels[] = { | |||
117 | DEFINE_CONTROLLER(0xfcc00000, 2), | 127 | DEFINE_CONTROLLER(0xfcc00000, 2), |
118 | }; | 128 | }; |
119 | 129 | ||
120 | static int phy_wait_for_ack(struct pci_channel *chan) | 130 | static struct clk fixed_pciexclkp = { |
131 | .rate = 100000000, /* 100 MHz reference clock */ | ||
132 | }; | ||
133 | |||
134 | static void __devinit sh7786_pci_fixup(struct pci_dev *dev) | ||
135 | { | ||
136 | /* | ||
137 | * Prevent enumeration of root complex resources. | ||
138 | */ | ||
139 | if (pci_is_root_bus(dev->bus) && dev->devfn == 0) { | ||
140 | int i; | ||
141 | |||
142 | for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) { | ||
143 | dev->resource[i].start = 0; | ||
144 | dev->resource[i].end = 0; | ||
145 | dev->resource[i].flags = 0; | ||
146 | } | ||
147 | } | ||
148 | } | ||
149 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_RENESAS, PCI_DEVICE_ID_RENESAS_SH7786, | ||
150 | sh7786_pci_fixup); | ||
151 | |||
152 | static int __init phy_wait_for_ack(struct pci_channel *chan) | ||
121 | { | 153 | { |
122 | unsigned int timeout = 100; | 154 | unsigned int timeout = 100; |
123 | 155 | ||
@@ -131,7 +163,7 @@ static int phy_wait_for_ack(struct pci_channel *chan) | |||
131 | return -ETIMEDOUT; | 163 | return -ETIMEDOUT; |
132 | } | 164 | } |
133 | 165 | ||
134 | static int pci_wait_for_irq(struct pci_channel *chan, unsigned int mask) | 166 | static int __init pci_wait_for_irq(struct pci_channel *chan, unsigned int mask) |
135 | { | 167 | { |
136 | unsigned int timeout = 100; | 168 | unsigned int timeout = 100; |
137 | 169 | ||
@@ -145,19 +177,14 @@ static int pci_wait_for_irq(struct pci_channel *chan, unsigned int mask) | |||
145 | return -ETIMEDOUT; | 177 | return -ETIMEDOUT; |
146 | } | 178 | } |
147 | 179 | ||
148 | static void phy_write_reg(struct pci_channel *chan, unsigned int addr, | 180 | static void __init phy_write_reg(struct pci_channel *chan, unsigned int addr, |
149 | unsigned int lane, unsigned int data) | 181 | unsigned int lane, unsigned int data) |
150 | { | 182 | { |
151 | unsigned long phyaddr, ctrl; | 183 | unsigned long phyaddr; |
152 | 184 | ||
153 | phyaddr = (1 << BITS_CMD) + ((lane & 0xf) << BITS_LANE) + | 185 | phyaddr = (1 << BITS_CMD) + ((lane & 0xf) << BITS_LANE) + |
154 | ((addr & 0xff) << BITS_ADR); | 186 | ((addr & 0xff) << BITS_ADR); |
155 | 187 | ||
156 | /* Enable clock */ | ||
157 | ctrl = pci_read_reg(chan, SH4A_PCIEPHYCTLR); | ||
158 | ctrl |= (1 << BITS_CKE); | ||
159 | pci_write_reg(chan, ctrl, SH4A_PCIEPHYCTLR); | ||
160 | |||
161 | /* Set write data */ | 188 | /* Set write data */ |
162 | pci_write_reg(chan, data, SH4A_PCIEPHYDOUTR); | 189 | pci_write_reg(chan, data, SH4A_PCIEPHYDOUTR); |
163 | pci_write_reg(chan, phyaddr, SH4A_PCIEPHYADRR); | 190 | pci_write_reg(chan, phyaddr, SH4A_PCIEPHYADRR); |
@@ -165,20 +192,74 @@ static void phy_write_reg(struct pci_channel *chan, unsigned int addr, | |||
165 | phy_wait_for_ack(chan); | 192 | phy_wait_for_ack(chan); |
166 | 193 | ||
167 | /* Clear command */ | 194 | /* Clear command */ |
195 | pci_write_reg(chan, 0, SH4A_PCIEPHYDOUTR); | ||
168 | pci_write_reg(chan, 0, SH4A_PCIEPHYADRR); | 196 | pci_write_reg(chan, 0, SH4A_PCIEPHYADRR); |
169 | 197 | ||
170 | phy_wait_for_ack(chan); | 198 | phy_wait_for_ack(chan); |
199 | } | ||
171 | 200 | ||
172 | /* Disable clock */ | 201 | static int __init pcie_clk_init(struct sh7786_pcie_port *port) |
173 | ctrl = pci_read_reg(chan, SH4A_PCIEPHYCTLR); | 202 | { |
174 | ctrl &= ~(1 << BITS_CKE); | 203 | struct pci_channel *chan = port->hose; |
175 | pci_write_reg(chan, ctrl, SH4A_PCIEPHYCTLR); | 204 | struct clk *clk; |
205 | char fclk_name[16]; | ||
206 | int ret; | ||
207 | |||
208 | /* | ||
209 | * First register the fixed clock | ||
210 | */ | ||
211 | ret = clk_register(&fixed_pciexclkp); | ||
212 | if (unlikely(ret != 0)) | ||
213 | return ret; | ||
214 | |||
215 | /* | ||
216 | * Grab the port's function clock, which the PHY clock depends | ||
217 | * on. clock lookups don't help us much at this point, since no | ||
218 | * dev_id is available this early. Lame. | ||
219 | */ | ||
220 | snprintf(fclk_name, sizeof(fclk_name), "pcie%d_fck", port->index); | ||
221 | |||
222 | port->fclk = clk_get(NULL, fclk_name); | ||
223 | if (IS_ERR(port->fclk)) { | ||
224 | ret = PTR_ERR(port->fclk); | ||
225 | goto err_fclk; | ||
226 | } | ||
227 | |||
228 | clk_enable(port->fclk); | ||
229 | |||
230 | /* | ||
231 | * And now, set up the PHY clock | ||
232 | */ | ||
233 | clk = &port->phy_clk; | ||
234 | |||
235 | memset(clk, 0, sizeof(struct clk)); | ||
236 | |||
237 | clk->parent = &fixed_pciexclkp; | ||
238 | clk->enable_reg = (void __iomem *)(chan->reg_base + SH4A_PCIEPHYCTLR); | ||
239 | clk->enable_bit = BITS_CKE; | ||
240 | |||
241 | ret = sh_clk_mstp32_register(clk, 1); | ||
242 | if (unlikely(ret < 0)) | ||
243 | goto err_phy; | ||
244 | |||
245 | return 0; | ||
246 | |||
247 | err_phy: | ||
248 | clk_disable(port->fclk); | ||
249 | clk_put(port->fclk); | ||
250 | err_fclk: | ||
251 | clk_unregister(&fixed_pciexclkp); | ||
252 | |||
253 | return ret; | ||
176 | } | 254 | } |
177 | 255 | ||
178 | static int phy_init(struct pci_channel *chan) | 256 | static int __init phy_init(struct sh7786_pcie_port *port) |
179 | { | 257 | { |
258 | struct pci_channel *chan = port->hose; | ||
180 | unsigned int timeout = 100; | 259 | unsigned int timeout = 100; |
181 | 260 | ||
261 | clk_enable(&port->phy_clk); | ||
262 | |||
182 | /* Initialize the phy */ | 263 | /* Initialize the phy */ |
183 | phy_write_reg(chan, 0x60, 0xf, 0x004b008b); | 264 | phy_write_reg(chan, 0x60, 0xf, 0x004b008b); |
184 | phy_write_reg(chan, 0x61, 0xf, 0x00007b41); | 265 | phy_write_reg(chan, 0x61, 0xf, 0x00007b41); |
@@ -187,9 +268,13 @@ static int phy_init(struct pci_channel *chan) | |||
187 | phy_write_reg(chan, 0x66, 0xf, 0x00000010); | 268 | phy_write_reg(chan, 0x66, 0xf, 0x00000010); |
188 | phy_write_reg(chan, 0x74, 0xf, 0x0007001c); | 269 | phy_write_reg(chan, 0x74, 0xf, 0x0007001c); |
189 | phy_write_reg(chan, 0x79, 0xf, 0x01fc000d); | 270 | phy_write_reg(chan, 0x79, 0xf, 0x01fc000d); |
271 | phy_write_reg(chan, 0xb0, 0xf, 0x00000610); | ||
190 | 272 | ||
191 | /* Deassert Standby */ | 273 | /* Deassert Standby */ |
192 | phy_write_reg(chan, 0x67, 0xf, 0x00000400); | 274 | phy_write_reg(chan, 0x67, 0x1, 0x00000400); |
275 | |||
276 | /* Disable clock */ | ||
277 | clk_disable(&port->phy_clk); | ||
193 | 278 | ||
194 | while (timeout--) { | 279 | while (timeout--) { |
195 | if (pci_read_reg(chan, SH4A_PCIEPHYSR)) | 280 | if (pci_read_reg(chan, SH4A_PCIEPHYSR)) |
@@ -201,22 +286,33 @@ static int phy_init(struct pci_channel *chan) | |||
201 | return -ETIMEDOUT; | 286 | return -ETIMEDOUT; |
202 | } | 287 | } |
203 | 288 | ||
204 | static int pcie_init(struct sh7786_pcie_port *port) | 289 | static void __init pcie_reset(struct sh7786_pcie_port *port) |
290 | { | ||
291 | struct pci_channel *chan = port->hose; | ||
292 | |||
293 | pci_write_reg(chan, 1, SH4A_PCIESRSTR); | ||
294 | pci_write_reg(chan, 0, SH4A_PCIETCTLR); | ||
295 | pci_write_reg(chan, 0, SH4A_PCIESRSTR); | ||
296 | pci_write_reg(chan, 0, SH4A_PCIETXVC0SR); | ||
297 | } | ||
298 | |||
299 | static int __init pcie_init(struct sh7786_pcie_port *port) | ||
205 | { | 300 | { |
206 | struct pci_channel *chan = port->hose; | 301 | struct pci_channel *chan = port->hose; |
207 | unsigned int data; | 302 | unsigned int data; |
208 | phys_addr_t memphys; | 303 | phys_addr_t memphys; |
209 | size_t memsize; | 304 | size_t memsize; |
210 | int ret, i; | 305 | int ret, i, win; |
211 | 306 | ||
212 | /* Begin initialization */ | 307 | /* Begin initialization */ |
213 | pci_write_reg(chan, 0, SH4A_PCIETCTLR); | 308 | pcie_reset(port); |
214 | 309 | ||
215 | /* Initialize as type1. */ | 310 | /* |
216 | data = pci_read_reg(chan, SH4A_PCIEPCICONF3); | 311 | * Initial header for port config space is type 1, set the device |
217 | data &= ~(0x7f << 16); | 312 | * class to match. Hardware takes care of propagating the IDSETR |
218 | data |= PCI_HEADER_TYPE_BRIDGE << 16; | 313 | * settings, so there is no need to bother with a quirk. |
219 | pci_write_reg(chan, data, SH4A_PCIEPCICONF3); | 314 | */ |
315 | pci_write_reg(chan, PCI_CLASS_BRIDGE_PCI << 16, SH4A_PCIEIDSETR1); | ||
220 | 316 | ||
221 | /* Initialize default capabilities. */ | 317 | /* Initialize default capabilities. */ |
222 | data = pci_read_reg(chan, SH4A_PCIEEXPCAP0); | 318 | data = pci_read_reg(chan, SH4A_PCIEEXPCAP0); |
@@ -268,30 +364,33 @@ static int pcie_init(struct sh7786_pcie_port *port) | |||
268 | * LAR1/LAMR1. | 364 | * LAR1/LAMR1. |
269 | */ | 365 | */ |
270 | if (memsize > SZ_512M) { | 366 | if (memsize > SZ_512M) { |
271 | __raw_writel(memphys + SZ_512M, chan->reg_base + SH4A_PCIELAR1); | 367 | pci_write_reg(chan, memphys + SZ_512M, SH4A_PCIELAR1); |
272 | __raw_writel(((memsize - SZ_512M) - SZ_256) | 1, | 368 | pci_write_reg(chan, ((memsize - SZ_512M) - SZ_256) | 1, |
273 | chan->reg_base + SH4A_PCIELAMR1); | 369 | SH4A_PCIELAMR1); |
274 | memsize = SZ_512M; | 370 | memsize = SZ_512M; |
275 | } else { | 371 | } else { |
276 | /* | 372 | /* |
277 | * Otherwise just zero it out and disable it. | 373 | * Otherwise just zero it out and disable it. |
278 | */ | 374 | */ |
279 | __raw_writel(0, chan->reg_base + SH4A_PCIELAR1); | 375 | pci_write_reg(chan, 0, SH4A_PCIELAR1); |
280 | __raw_writel(0, chan->reg_base + SH4A_PCIELAMR1); | 376 | pci_write_reg(chan, 0, SH4A_PCIELAMR1); |
281 | } | 377 | } |
282 | 378 | ||
283 | /* | 379 | /* |
284 | * LAR0/LAMR0 covers up to the first 512MB, which is enough to | 380 | * LAR0/LAMR0 covers up to the first 512MB, which is enough to |
285 | * cover all of lowmem on most platforms. | 381 | * cover all of lowmem on most platforms. |
286 | */ | 382 | */ |
287 | __raw_writel(memphys, chan->reg_base + SH4A_PCIELAR0); | 383 | pci_write_reg(chan, memphys, SH4A_PCIELAR0); |
288 | __raw_writel((memsize - SZ_256) | 1, chan->reg_base + SH4A_PCIELAMR0); | 384 | pci_write_reg(chan, (memsize - SZ_256) | 1, SH4A_PCIELAMR0); |
289 | 385 | ||
290 | /* Finish initialization */ | 386 | /* Finish initialization */ |
291 | data = pci_read_reg(chan, SH4A_PCIETCTLR); | 387 | data = pci_read_reg(chan, SH4A_PCIETCTLR); |
292 | data |= 0x1; | 388 | data |= 0x1; |
293 | pci_write_reg(chan, data, SH4A_PCIETCTLR); | 389 | pci_write_reg(chan, data, SH4A_PCIETCTLR); |
294 | 390 | ||
391 | /* Let things settle down a bit.. */ | ||
392 | mdelay(100); | ||
393 | |||
295 | /* Enable DL_Active Interrupt generation */ | 394 | /* Enable DL_Active Interrupt generation */ |
296 | data = pci_read_reg(chan, SH4A_PCIEDLINTENR); | 395 | data = pci_read_reg(chan, SH4A_PCIEDLINTENR); |
297 | data |= PCIEDLINTENR_DLL_ACT_ENABLE; | 396 | data |= PCIEDLINTENR_DLL_ACT_ENABLE; |
@@ -302,9 +401,12 @@ static int pcie_init(struct sh7786_pcie_port *port) | |||
302 | data |= PCIEMACCTLR_SCR_DIS | (0xff << 16); | 401 | data |= PCIEMACCTLR_SCR_DIS | (0xff << 16); |
303 | pci_write_reg(chan, data, SH4A_PCIEMACCTLR); | 402 | pci_write_reg(chan, data, SH4A_PCIEMACCTLR); |
304 | 403 | ||
404 | /* | ||
405 | * This will timeout if we don't have a link, but we permit the | ||
406 | * port to register anyways in order to support hotplug on future | ||
407 | * hardware. | ||
408 | */ | ||
305 | ret = pci_wait_for_irq(chan, MASK_INT_TX_CTRL); | 409 | ret = pci_wait_for_irq(chan, MASK_INT_TX_CTRL); |
306 | if (unlikely(ret != 0)) | ||
307 | return -ENODEV; | ||
308 | 410 | ||
309 | data = pci_read_reg(chan, SH4A_PCIEPCICONF1); | 411 | data = pci_read_reg(chan, SH4A_PCIEPCICONF1); |
310 | data &= ~(PCI_STATUS_DEVSEL_MASK << 16); | 412 | data &= ~(PCI_STATUS_DEVSEL_MASK << 16); |
@@ -317,35 +419,48 @@ static int pcie_init(struct sh7786_pcie_port *port) | |||
317 | 419 | ||
318 | wmb(); | 420 | wmb(); |
319 | 421 | ||
320 | data = pci_read_reg(chan, SH4A_PCIEMACSR); | 422 | if (ret == 0) { |
321 | printk(KERN_NOTICE "PCI: PCIe#%d link width %d\n", | 423 | data = pci_read_reg(chan, SH4A_PCIEMACSR); |
322 | port->index, (data >> 20) & 0x3f); | 424 | printk(KERN_NOTICE "PCI: PCIe#%d x%d link detected\n", |
323 | 425 | port->index, (data >> 20) & 0x3f); | |
426 | } else | ||
427 | printk(KERN_NOTICE "PCI: PCIe#%d link down\n", | ||
428 | port->index); | ||
324 | 429 | ||
325 | for (i = 0; i < chan->nr_resources; i++) { | 430 | for (i = win = 0; i < chan->nr_resources; i++) { |
326 | struct resource *res = chan->resources + i; | 431 | struct resource *res = chan->resources + i; |
327 | resource_size_t size; | 432 | resource_size_t size; |
328 | u32 enable_mask; | 433 | u32 mask; |
329 | 434 | ||
330 | pci_write_reg(chan, 0x00000000, SH4A_PCIEPTCTLR(i)); | 435 | /* |
436 | * We can't use the 32-bit mode windows in legacy 29-bit | ||
437 | * mode, so just skip them entirely. | ||
438 | */ | ||
439 | if ((res->flags & IORESOURCE_MEM_32BIT) && __in_29bit_mode()) | ||
440 | continue; | ||
331 | 441 | ||
332 | size = resource_size(res); | 442 | pci_write_reg(chan, 0x00000000, SH4A_PCIEPTCTLR(win)); |
333 | 443 | ||
334 | /* | 444 | /* |
335 | * The PAMR mask is calculated in units of 256kB, which | 445 | * The PAMR mask is calculated in units of 256kB, which |
336 | * keeps things pretty simple. | 446 | * keeps things pretty simple. |
337 | */ | 447 | */ |
338 | __raw_writel(((roundup_pow_of_two(size) / SZ_256K) - 1) << 18, | 448 | size = resource_size(res); |
339 | chan->reg_base + SH4A_PCIEPAMR(i)); | 449 | mask = (roundup_pow_of_two(size) / SZ_256K) - 1; |
450 | pci_write_reg(chan, mask << 18, SH4A_PCIEPAMR(win)); | ||
340 | 451 | ||
341 | pci_write_reg(chan, 0x00000000, SH4A_PCIEPARH(i)); | 452 | pci_write_reg(chan, upper_32_bits(res->start), |
342 | pci_write_reg(chan, 0x00000000, SH4A_PCIEPARL(i)); | 453 | SH4A_PCIEPARH(win)); |
454 | pci_write_reg(chan, lower_32_bits(res->start), | ||
455 | SH4A_PCIEPARL(win)); | ||
343 | 456 | ||
344 | enable_mask = MASK_PARE; | 457 | mask = MASK_PARE; |
345 | if (res->flags & IORESOURCE_IO) | 458 | if (res->flags & IORESOURCE_IO) |
346 | enable_mask |= MASK_SPC; | 459 | mask |= MASK_SPC; |
460 | |||
461 | pci_write_reg(chan, mask, SH4A_PCIEPTCTLR(win)); | ||
347 | 462 | ||
348 | pci_write_reg(chan, enable_mask, SH4A_PCIEPTCTLR(i)); | 463 | win++; |
349 | } | 464 | } |
350 | 465 | ||
351 | return 0; | 466 | return 0; |
@@ -356,31 +471,51 @@ int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) | |||
356 | return 71; | 471 | return 71; |
357 | } | 472 | } |
358 | 473 | ||
359 | static int sh7786_pcie_core_init(void) | 474 | static int __init sh7786_pcie_core_init(void) |
360 | { | 475 | { |
361 | /* Return the number of ports */ | 476 | /* Return the number of ports */ |
362 | return test_mode_pin(MODE_PIN12) ? 3 : 2; | 477 | return test_mode_pin(MODE_PIN12) ? 3 : 2; |
363 | } | 478 | } |
364 | 479 | ||
365 | static int __devinit sh7786_pcie_init_hw(struct sh7786_pcie_port *port) | 480 | static void __init sh7786_pcie_init_hw(void *data, async_cookie_t cookie) |
366 | { | 481 | { |
482 | struct sh7786_pcie_port *port = data; | ||
367 | int ret; | 483 | int ret; |
368 | 484 | ||
369 | ret = phy_init(port->hose); | ||
370 | if (unlikely(ret < 0)) | ||
371 | return ret; | ||
372 | |||
373 | /* | 485 | /* |
374 | * Check if we are configured in endpoint or root complex mode, | 486 | * Check if we are configured in endpoint or root complex mode, |
375 | * this is a fixed pin setting that applies to all PCIe ports. | 487 | * this is a fixed pin setting that applies to all PCIe ports. |
376 | */ | 488 | */ |
377 | port->endpoint = test_mode_pin(MODE_PIN11); | 489 | port->endpoint = test_mode_pin(MODE_PIN11); |
378 | 490 | ||
491 | /* | ||
492 | * Setup clocks, needed both for PHY and PCIe registers. | ||
493 | */ | ||
494 | ret = pcie_clk_init(port); | ||
495 | if (unlikely(ret < 0)) { | ||
496 | pr_err("clock initialization failed for port#%d\n", | ||
497 | port->index); | ||
498 | return; | ||
499 | } | ||
500 | |||
501 | ret = phy_init(port); | ||
502 | if (unlikely(ret < 0)) { | ||
503 | pr_err("phy initialization failed for port#%d\n", | ||
504 | port->index); | ||
505 | return; | ||
506 | } | ||
507 | |||
379 | ret = pcie_init(port); | 508 | ret = pcie_init(port); |
380 | if (unlikely(ret < 0)) | 509 | if (unlikely(ret < 0)) { |
381 | return ret; | 510 | pr_err("core initialization failed for port#%d\n", |
511 | port->index); | ||
512 | return; | ||
513 | } | ||
382 | 514 | ||
383 | return register_pci_controller(port->hose); | 515 | /* In the interest of preserving device ordering, synchronize */ |
516 | async_synchronize_cookie(cookie); | ||
517 | |||
518 | register_pci_controller(port->hose); | ||
384 | } | 519 | } |
385 | 520 | ||
386 | static struct sh7786_pcie_hwops sh7786_65nm_pcie_hwops __initdata = { | 521 | static struct sh7786_pcie_hwops sh7786_65nm_pcie_hwops __initdata = { |
@@ -390,9 +525,10 @@ static struct sh7786_pcie_hwops sh7786_65nm_pcie_hwops __initdata = { | |||
390 | 525 | ||
391 | static int __init sh7786_pcie_init(void) | 526 | static int __init sh7786_pcie_init(void) |
392 | { | 527 | { |
393 | int ret = 0, i; | 528 | struct clk *platclk; |
529 | int i; | ||
394 | 530 | ||
395 | printk(KERN_NOTICE "PCI: Starting intialization.\n"); | 531 | printk(KERN_NOTICE "PCI: Starting initialization.\n"); |
396 | 532 | ||
397 | sh7786_pcie_hwops = &sh7786_65nm_pcie_hwops; | 533 | sh7786_pcie_hwops = &sh7786_65nm_pcie_hwops; |
398 | 534 | ||
@@ -407,6 +543,22 @@ static int __init sh7786_pcie_init(void) | |||
407 | if (unlikely(!sh7786_pcie_ports)) | 543 | if (unlikely(!sh7786_pcie_ports)) |
408 | return -ENOMEM; | 544 | return -ENOMEM; |
409 | 545 | ||
546 | /* | ||
547 | * Fetch any optional platform clock associated with this block. | ||
548 | * | ||
549 | * This is a rather nasty hack for boards with spec-mocking FPGAs | ||
550 | * that have a secondary set of clocks outside of the on-chip | ||
551 | * ones that need to be accounted for before there is any chance | ||
552 | * of touching the existing MSTP bits or CPG clocks. | ||
553 | */ | ||
554 | platclk = clk_get(NULL, "pcie_plat_clk"); | ||
555 | if (IS_ERR(platclk)) { | ||
556 | /* Sane hardware should probably get a WARN_ON.. */ | ||
557 | platclk = NULL; | ||
558 | } | ||
559 | |||
560 | clk_enable(platclk); | ||
561 | |||
410 | printk(KERN_NOTICE "PCI: probing %d ports.\n", nr_ports); | 562 | printk(KERN_NOTICE "PCI: probing %d ports.\n", nr_ports); |
411 | 563 | ||
412 | for (i = 0; i < nr_ports; i++) { | 564 | for (i = 0; i < nr_ports; i++) { |
@@ -416,11 +568,10 @@ static int __init sh7786_pcie_init(void) | |||
416 | port->hose = sh7786_pci_channels + i; | 568 | port->hose = sh7786_pci_channels + i; |
417 | port->hose->io_map_base = port->hose->resources[0].start; | 569 | port->hose->io_map_base = port->hose->resources[0].start; |
418 | 570 | ||
419 | ret |= sh7786_pcie_hwops->port_init_hw(port); | 571 | async_schedule(sh7786_pcie_hwops->port_init_hw, port); |
420 | } | 572 | } |
421 | 573 | ||
422 | if (unlikely(ret)) | 574 | async_synchronize_full(); |
423 | return ret; | ||
424 | 575 | ||
425 | return 0; | 576 | return 0; |
426 | } | 577 | } |
diff --git a/arch/sh/drivers/pci/pcie-sh7786.h b/arch/sh/drivers/pci/pcie-sh7786.h index 90a6992576b0..1ee054e47eae 100644 --- a/arch/sh/drivers/pci/pcie-sh7786.h +++ b/arch/sh/drivers/pci/pcie-sh7786.h | |||
@@ -55,8 +55,11 @@ | |||
55 | #define BITS_ERRRCV (0) /* 0 ERRRCV 0 */ | 55 | #define BITS_ERRRCV (0) /* 0 ERRRCV 0 */ |
56 | #define MASK_ERRRCV (1<<BITS_ERRRCV) | 56 | #define MASK_ERRRCV (1<<BITS_ERRRCV) |
57 | 57 | ||
58 | /* PCIEENBLR */ | ||
59 | #define SH4A_PCIEENBLR (0x000008) /* R/W - 0x0000 0001 32 */ | ||
60 | |||
58 | /* PCIEECR */ | 61 | /* PCIEECR */ |
59 | #define SH4A_PCIEECR (0x000008) /* R/W - 0x0000 0000 32 */ | 62 | #define SH4A_PCIEECR (0x00000C) /* R/W - 0x0000 0000 32 */ |
60 | #define BITS_ENBL (0) /* 0 ENBL 0 R/W */ | 63 | #define BITS_ENBL (0) /* 0 ENBL 0 R/W */ |
61 | #define MASK_ENBL (1<<BITS_ENBL) | 64 | #define MASK_ENBL (1<<BITS_ENBL) |
62 | 65 | ||
@@ -113,6 +116,27 @@ | |||
113 | #define BITS_MDATA (0) | 116 | #define BITS_MDATA (0) |
114 | #define MASK_MDATA (0xffffffff<<BITS_MDATA) | 117 | #define MASK_MDATA (0xffffffff<<BITS_MDATA) |
115 | 118 | ||
119 | /* PCIEUNLOCKCR */ | ||
120 | #define SH4A_PCIEUNLOCKCR (0x000048) /* R/W - 0x0000 0000 32 */ | ||
121 | |||
122 | /* PCIEIDR */ | ||
123 | #define SH4A_PCIEIDR (0x000060) /* R/W - 0x0101 1101 32 */ | ||
124 | |||
125 | /* PCIEDBGCTLR */ | ||
126 | #define SH4A_PCIEDBGCTLR (0x000100) /* R/W - 0x0000 0000 32 */ | ||
127 | |||
128 | /* PCIEINTXR */ | ||
129 | #define SH4A_PCIEINTXR (0x004000) /* R/W - 0x0000 0000 32 */ | ||
130 | |||
131 | /* PCIERMSGR */ | ||
132 | #define SH4A_PCIERMSGR (0x004010) /* R/W - 0x0000 0000 32 */ | ||
133 | |||
134 | /* PCIERSTR */ | ||
135 | #define SH4A_PCIERSTR(x) (0x008000 + ((x) * 0x4)) /* R/W - 0x0000 0000 32 */ | ||
136 | |||
137 | /* PCIESRSTR */ | ||
138 | #define SH4A_PCIESRSTR (0x008040) /* R/W - 0x0000 0000 32 */ | ||
139 | |||
116 | /* PCIEPHYCTLR */ | 140 | /* PCIEPHYCTLR */ |
117 | #define SH4A_PCIEPHYCTLR (0x010000) /* R/W - 0x0000 0000 32 */ | 141 | #define SH4A_PCIEPHYCTLR (0x010000) /* R/W - 0x0000 0000 32 */ |
118 | #define BITS_CKE (0) | 142 | #define BITS_CKE (0) |
@@ -121,6 +145,9 @@ | |||
121 | /* PCIERMSGIER */ | 145 | /* PCIERMSGIER */ |
122 | #define SH4A_PCIERMSGIER (0x004040) /* R/W - 0x0000 0000 32 */ | 146 | #define SH4A_PCIERMSGIER (0x004040) /* R/W - 0x0000 0000 32 */ |
123 | 147 | ||
148 | /* PCIEPHYCTLR */ | ||
149 | #define SH4A_PCIEPHYCTLR (0x010000) /* R/W - 0x0000 0000 32 */ | ||
150 | |||
124 | /* PCIEPHYADRR */ | 151 | /* PCIEPHYADRR */ |
125 | #define SH4A_PCIEPHYADRR (0x010004) /* R/W - 0x0000 0000 32 */ | 152 | #define SH4A_PCIEPHYADRR (0x010004) /* R/W - 0x0000 0000 32 */ |
126 | #define BITS_ACK (24) // Rev1.171 | 153 | #define BITS_ACK (24) // Rev1.171 |
@@ -152,7 +179,7 @@ | |||
152 | #define MASK_CFINT (1<<BITS_CFINT) | 179 | #define MASK_CFINT (1<<BITS_CFINT) |
153 | 180 | ||
154 | /* PCIETSTR */ | 181 | /* PCIETSTR */ |
155 | #define SH4A_PCIETSTR (0x020004) /* R/W R/W 0x0000 0000 32 */ | 182 | #define SH4A_PCIETSTR (0x020004) /* R 0x0000 0000 32 */ |
156 | 183 | ||
157 | /* PCIEINTR */ | 184 | /* PCIEINTR */ |
158 | #define SH4A_PCIEINTR (0x020008) /* R/W R/W 0x0000 0000 32 */ | 185 | #define SH4A_PCIEINTR (0x020008) /* R/W R/W 0x0000 0000 32 */ |
@@ -236,6 +263,9 @@ | |||
236 | #define BITS_INTPM (8) | 263 | #define BITS_INTPM (8) |
237 | #define MASK_INTPM (1<<BITS_INTPM) | 264 | #define MASK_INTPM (1<<BITS_INTPM) |
238 | 265 | ||
266 | /* PCIEEH0R */ | ||
267 | #define SH4A_PCIEEHR(x) (0x020010 + ((x) * 0x4)) /* R - 0x0000 0000 32 */ | ||
268 | |||
239 | /* PCIEAIR */ | 269 | /* PCIEAIR */ |
240 | #define SH4A_PCIEAIR (SH4A_PCIE_BASE + 0x020010) /* R/W R/W 0xxxxx xxxx 32 */ | 270 | #define SH4A_PCIEAIR (SH4A_PCIE_BASE + 0x020010) /* R/W R/W 0xxxxx xxxx 32 */ |
241 | 271 | ||
@@ -244,6 +274,25 @@ | |||
244 | 274 | ||
245 | /* PCIEERRFR */ // Rev1.18 | 275 | /* PCIEERRFR */ // Rev1.18 |
246 | #define SH4A_PCIEERRFR (0x020020) /* R/W R/W 0xxxxx xxxx 32 */ // Rev1.18 | 276 | #define SH4A_PCIEERRFR (0x020020) /* R/W R/W 0xxxxx xxxx 32 */ // Rev1.18 |
277 | |||
278 | /* PCIEERRFER */ | ||
279 | #define SH4A_PCIEERRFER (0x020024) /* R/W R/W 0x0000 0000 32 */ | ||
280 | |||
281 | /* PCIEERRFR2 */ | ||
282 | #define SH4A_PCIEERRFR2 (0x020028) /* R/W R/W 0x0000 0000 32 */ | ||
283 | |||
284 | /* PCIEMSIR */ | ||
285 | #define SH4A_PCIEMSIR (0x020040) /* R/W - 0x0000 0000 32 */ | ||
286 | |||
287 | /* PCIEMSIFR */ | ||
288 | #define SH4A_PCIEMSIFR (0x020044) /* R/W R/W 0x0000 0000 32 */ | ||
289 | |||
290 | /* PCIEPWRCTLR */ | ||
291 | #define SH4A_PCIEPWRCTLR (0x020100) /* R/W - 0x0000 0000 32 */ | ||
292 | |||
293 | /* PCIEPCCTLR */ | ||
294 | #define SH4A_PCIEPCCTLR (0x020180) /* R/W - 0x0000 0000 32 */ | ||
295 | |||
247 | // Rev1.18 | 296 | // Rev1.18 |
248 | /* PCIELAR0 */ | 297 | /* PCIELAR0 */ |
249 | #define SH4A_PCIELAR0 (0x020200) /* R/W R/W 0x0000 0000 32 */ | 298 | #define SH4A_PCIELAR0 (0x020200) /* R/W R/W 0x0000 0000 32 */ |
@@ -352,6 +401,7 @@ | |||
352 | #define SH4A_PCIEDMCCR0 (0x021120) /* R/W R/W 0x0000 0000 32 */ | 401 | #define SH4A_PCIEDMCCR0 (0x021120) /* R/W R/W 0x0000 0000 32 */ |
353 | #define SH4A_PCIEDMCC2R0 (0x021124) /* R/W R/W 0x0000 0000 - */ | 402 | #define SH4A_PCIEDMCC2R0 (0x021124) /* R/W R/W 0x0000 0000 - */ |
354 | #define SH4A_PCIEDMCCCR0 (0x021128) /* R/W R/W 0x0000 0000 32 */ | 403 | #define SH4A_PCIEDMCCCR0 (0x021128) /* R/W R/W 0x0000 0000 32 */ |
404 | #define SH4A_PCIEDMCHSR0 (0x02112C) /* R/W - 0x0000 0000 32 */ | ||
355 | #define SH4A_PCIEDMSAR1 (0x021140) /* R/W R/W 0x0000 0000 32 */ | 405 | #define SH4A_PCIEDMSAR1 (0x021140) /* R/W R/W 0x0000 0000 32 */ |
356 | #define SH4A_PCIEDMSAHR1 (0x021144) /* R/W R/W 0x0000 0000 32 */ | 406 | #define SH4A_PCIEDMSAHR1 (0x021144) /* R/W R/W 0x0000 0000 32 */ |
357 | #define SH4A_PCIEDMDAR1 (0x021148) /* R/W R/W 0x0000 0000 32 */ | 407 | #define SH4A_PCIEDMDAR1 (0x021148) /* R/W R/W 0x0000 0000 32 */ |
@@ -363,6 +413,7 @@ | |||
363 | #define SH4A_PCIEDMCCR1 (0x021160) /* R/W R/W 0x0000 0000 32 */ | 413 | #define SH4A_PCIEDMCCR1 (0x021160) /* R/W R/W 0x0000 0000 32 */ |
364 | #define SH4A_PCIEDMCC2R1 (0x021164) /* R/W R/W 0x0000 0000 - */ | 414 | #define SH4A_PCIEDMCC2R1 (0x021164) /* R/W R/W 0x0000 0000 - */ |
365 | #define SH4A_PCIEDMCCCR1 (0x021168) /* R/W R/W 0x0000 0000 32 */ | 415 | #define SH4A_PCIEDMCCCR1 (0x021168) /* R/W R/W 0x0000 0000 32 */ |
416 | #define SH4A_PCIEDMCHSR1 (0x02116C) /* R/W - 0x0000 0000 32 */ | ||
366 | #define SH4A_PCIEDMSAR2 (0x021180) /* R/W R/W 0x0000 0000 32 */ | 417 | #define SH4A_PCIEDMSAR2 (0x021180) /* R/W R/W 0x0000 0000 32 */ |
367 | #define SH4A_PCIEDMSAHR2 (0x021184) /* R/W R/W 0x0000 0000 32 */ | 418 | #define SH4A_PCIEDMSAHR2 (0x021184) /* R/W R/W 0x0000 0000 32 */ |
368 | #define SH4A_PCIEDMDAR2 (0x021188) /* R/W R/W 0x0000 0000 32 */ | 419 | #define SH4A_PCIEDMDAR2 (0x021188) /* R/W R/W 0x0000 0000 32 */ |
@@ -385,6 +436,7 @@ | |||
385 | #define SH4A_PCIEDMCCR3 (0x0211E0) /* R/W R/W 0x0000 0000 32 */ | 436 | #define SH4A_PCIEDMCCR3 (0x0211E0) /* R/W R/W 0x0000 0000 32 */ |
386 | #define SH4A_PCIEDMCC2R3 (0x0211E4) /* R/W R/W 0x0000 0000 - */ | 437 | #define SH4A_PCIEDMCC2R3 (0x0211E4) /* R/W R/W 0x0000 0000 - */ |
387 | #define SH4A_PCIEDMCCCR3 (0x0211E8) /* R/W R/W 0x0000 0000 32 */ | 438 | #define SH4A_PCIEDMCCCR3 (0x0211E8) /* R/W R/W 0x0000 0000 32 */ |
439 | #define SH4A_PCIEDMCHSR3 (0x0211EC) /* R/W R/W 0x0000 0000 32 */ | ||
388 | #define SH4A_PCIEPCICONF0 (0x040000) /* R R - 8/16/32 */ | 440 | #define SH4A_PCIEPCICONF0 (0x040000) /* R R - 8/16/32 */ |
389 | #define SH4A_PCIEPCICONF1 (0x040004) /* R/W R/W 0x0008 0000 8/16/32 */ | 441 | #define SH4A_PCIEPCICONF1 (0x040004) /* R/W R/W 0x0008 0000 8/16/32 */ |
390 | #define SH4A_PCIEPCICONF2 (0x040008) /* R/W R/W 0xFF00 0000 8/16/32 */ | 442 | #define SH4A_PCIEPCICONF2 (0x040008) /* R/W R/W 0xFF00 0000 8/16/32 */ |
diff --git a/arch/sh/drivers/push-switch.c b/arch/sh/drivers/push-switch.c index 7b42c247316c..afc24556572b 100644 --- a/arch/sh/drivers/push-switch.c +++ b/arch/sh/drivers/push-switch.c | |||
@@ -107,7 +107,7 @@ static int switch_drv_remove(struct platform_device *pdev) | |||
107 | device_remove_file(&pdev->dev, &dev_attr_switch); | 107 | device_remove_file(&pdev->dev, &dev_attr_switch); |
108 | 108 | ||
109 | platform_set_drvdata(pdev, NULL); | 109 | platform_set_drvdata(pdev, NULL); |
110 | flush_scheduled_work(); | 110 | flush_work_sync(&psw->work); |
111 | del_timer_sync(&psw->debounce); | 111 | del_timer_sync(&psw->debounce); |
112 | free_irq(irq, pdev); | 112 | free_irq(irq, pdev); |
113 | 113 | ||
diff --git a/arch/sh/include/asm/Kbuild b/arch/sh/include/asm/Kbuild index 0eed47b236ab..7beb42322f60 100644 --- a/arch/sh/include/asm/Kbuild +++ b/arch/sh/include/asm/Kbuild | |||
@@ -5,5 +5,7 @@ header-y += cpu-features.h | |||
5 | header-y += hw_breakpoint.h | 5 | header-y += hw_breakpoint.h |
6 | header-y += posix_types_32.h | 6 | header-y += posix_types_32.h |
7 | header-y += posix_types_64.h | 7 | header-y += posix_types_64.h |
8 | header-y += ptrace_32.h | ||
9 | header-y += ptrace_64.h | ||
8 | header-y += unistd_32.h | 10 | header-y += unistd_32.h |
9 | header-y += unistd_64.h | 11 | header-y += unistd_64.h |
diff --git a/arch/sh/include/asm/addrspace.h b/arch/sh/include/asm/addrspace.h index 446b3831c214..3d1ae2bfaa6f 100644 --- a/arch/sh/include/asm/addrspace.h +++ b/arch/sh/include/asm/addrspace.h | |||
@@ -44,10 +44,10 @@ | |||
44 | /* | 44 | /* |
45 | * These will never work in 32-bit, don't even bother. | 45 | * These will never work in 32-bit, don't even bother. |
46 | */ | 46 | */ |
47 | #define P1SEGADDR(a) __futile_remapping_attempt | 47 | #define P1SEGADDR(a) ({ (void)(a); BUG(); NULL; }) |
48 | #define P2SEGADDR(a) __futile_remapping_attempt | 48 | #define P2SEGADDR(a) ({ (void)(a); BUG(); NULL; }) |
49 | #define P3SEGADDR(a) __futile_remapping_attempt | 49 | #define P3SEGADDR(a) ({ (void)(a); BUG(); NULL; }) |
50 | #define P4SEGADDR(a) __futile_remapping_attempt | 50 | #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; }) |
51 | #endif | 51 | #endif |
52 | #endif /* P1SEG */ | 52 | #endif /* P1SEG */ |
53 | 53 | ||
diff --git a/arch/sh/include/asm/bitops.h b/arch/sh/include/asm/bitops.h index 98511e4d28cb..90fa3e48b4d6 100644 --- a/arch/sh/include/asm/bitops.h +++ b/arch/sh/include/asm/bitops.h | |||
@@ -94,9 +94,8 @@ static inline unsigned long ffz(unsigned long word) | |||
94 | #include <asm-generic/bitops/hweight.h> | 94 | #include <asm-generic/bitops/hweight.h> |
95 | #include <asm-generic/bitops/lock.h> | 95 | #include <asm-generic/bitops/lock.h> |
96 | #include <asm-generic/bitops/sched.h> | 96 | #include <asm-generic/bitops/sched.h> |
97 | #include <asm-generic/bitops/ext2-non-atomic.h> | 97 | #include <asm-generic/bitops/le.h> |
98 | #include <asm-generic/bitops/ext2-atomic.h> | 98 | #include <asm-generic/bitops/ext2-atomic.h> |
99 | #include <asm-generic/bitops/minix.h> | ||
100 | #include <asm-generic/bitops/fls.h> | 99 | #include <asm-generic/bitops/fls.h> |
101 | #include <asm-generic/bitops/__fls.h> | 100 | #include <asm-generic/bitops/__fls.h> |
102 | #include <asm-generic/bitops/fls64.h> | 101 | #include <asm-generic/bitops/fls64.h> |
diff --git a/arch/sh/include/asm/cacheflush.h b/arch/sh/include/asm/cacheflush.h index 1f4e562c5e8c..82e1eabeac98 100644 --- a/arch/sh/include/asm/cacheflush.h +++ b/arch/sh/include/asm/cacheflush.h | |||
@@ -96,7 +96,7 @@ void kmap_coherent_init(void); | |||
96 | void *kmap_coherent(struct page *page, unsigned long addr); | 96 | void *kmap_coherent(struct page *page, unsigned long addr); |
97 | void kunmap_coherent(void *kvaddr); | 97 | void kunmap_coherent(void *kvaddr); |
98 | 98 | ||
99 | #define PG_dcache_dirty PG_arch_1 | 99 | #define PG_dcache_clean PG_arch_1 |
100 | 100 | ||
101 | void cpu_cache_init(void); | 101 | void cpu_cache_init(void); |
102 | 102 | ||
diff --git a/arch/sh/include/asm/clkdev.h b/arch/sh/include/asm/clkdev.h index 5645f358128b..6ba91868201c 100644 --- a/arch/sh/include/asm/clkdev.h +++ b/arch/sh/include/asm/clkdev.h | |||
@@ -1,9 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/sh/include/asm/clkdev.h | 2 | * Copyright (C) 2010 Paul Mundt <lethal@linux-sh.org> |
3 | * | ||
4 | * Cloned from arch/arm/include/asm/clkdev.h: | ||
5 | * | ||
6 | * Copyright (C) 2008 Russell King. | ||
7 | * | 3 | * |
8 | * This program is free software; you can redistribute it and/or modify | 4 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License version 2 as | 5 | * it under the terms of the GNU General Public License version 2 as |
@@ -11,25 +7,25 @@ | |||
11 | * | 7 | * |
12 | * Helper for the clk API to assist looking up a struct clk. | 8 | * Helper for the clk API to assist looking up a struct clk. |
13 | */ | 9 | */ |
14 | #ifndef __ASM_CLKDEV_H | ||
15 | #define __ASM_CLKDEV_H | ||
16 | 10 | ||
17 | struct clk; | 11 | #ifndef __CLKDEV__H_ |
12 | #define __CLKDEV__H_ | ||
18 | 13 | ||
19 | struct clk_lookup { | 14 | #include <linux/bootmem.h> |
20 | struct list_head node; | 15 | #include <linux/mm.h> |
21 | const char *dev_id; | 16 | #include <linux/slab.h> |
22 | const char *con_id; | ||
23 | struct clk *clk; | ||
24 | }; | ||
25 | 17 | ||
26 | struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id, | 18 | #include <asm/clock.h> |
27 | const char *dev_fmt, ...); | ||
28 | 19 | ||
29 | void clkdev_add(struct clk_lookup *cl); | 20 | static inline struct clk_lookup_alloc *__clkdev_alloc(size_t size) |
30 | void clkdev_drop(struct clk_lookup *cl); | 21 | { |
22 | if (!slab_is_available()) | ||
23 | return alloc_bootmem_low_pages(size); | ||
24 | else | ||
25 | return kzalloc(size, GFP_KERNEL); | ||
26 | } | ||
31 | 27 | ||
32 | void clkdev_add_table(struct clk_lookup *, size_t); | 28 | #define __clk_put(clk) |
33 | int clk_add_alias(const char *, const char *, char *, struct device *); | 29 | #define __clk_get(clk) ({ 1; }) |
34 | 30 | ||
35 | #endif | 31 | #endif /* __CLKDEV_H__ */ |
diff --git a/arch/sh/include/asm/cmpxchg-grb.h b/arch/sh/include/asm/cmpxchg-grb.h index 4676bf57693a..f848dec9e483 100644 --- a/arch/sh/include/asm/cmpxchg-grb.h +++ b/arch/sh/include/asm/cmpxchg-grb.h | |||
@@ -15,8 +15,9 @@ static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) | |||
15 | " mov.l %2, @%1 \n\t" /* store new value */ | 15 | " mov.l %2, @%1 \n\t" /* store new value */ |
16 | "1: mov r1, r15 \n\t" /* LOGOUT */ | 16 | "1: mov r1, r15 \n\t" /* LOGOUT */ |
17 | : "=&r" (retval), | 17 | : "=&r" (retval), |
18 | "+r" (m) | 18 | "+r" (m), |
19 | : "r" (val) | 19 | "+r" (val) /* inhibit r15 overloading */ |
20 | : | ||
20 | : "memory", "r0", "r1"); | 21 | : "memory", "r0", "r1"); |
21 | 22 | ||
22 | return retval; | 23 | return retval; |
@@ -36,8 +37,9 @@ static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) | |||
36 | " mov.b %2, @%1 \n\t" /* store new value */ | 37 | " mov.b %2, @%1 \n\t" /* store new value */ |
37 | "1: mov r1, r15 \n\t" /* LOGOUT */ | 38 | "1: mov r1, r15 \n\t" /* LOGOUT */ |
38 | : "=&r" (retval), | 39 | : "=&r" (retval), |
39 | "+r" (m) | 40 | "+r" (m), |
40 | : "r" (val) | 41 | "+r" (val) /* inhibit r15 overloading */ |
42 | : | ||
41 | : "memory" , "r0", "r1"); | 43 | : "memory" , "r0", "r1"); |
42 | 44 | ||
43 | return retval; | 45 | return retval; |
@@ -54,13 +56,14 @@ static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, | |||
54 | " nop \n\t" | 56 | " nop \n\t" |
55 | " mov r15, r1 \n\t" /* r1 = saved sp */ | 57 | " mov r15, r1 \n\t" /* r1 = saved sp */ |
56 | " mov #-8, r15 \n\t" /* LOGIN */ | 58 | " mov #-8, r15 \n\t" /* LOGIN */ |
57 | " mov.l @%1, %0 \n\t" /* load old value */ | 59 | " mov.l @%3, %0 \n\t" /* load old value */ |
58 | " cmp/eq %0, %2 \n\t" | 60 | " cmp/eq %0, %1 \n\t" |
59 | " bf 1f \n\t" /* if not equal */ | 61 | " bf 1f \n\t" /* if not equal */ |
60 | " mov.l %3, @%1 \n\t" /* store new value */ | 62 | " mov.l %2, @%3 \n\t" /* store new value */ |
61 | "1: mov r1, r15 \n\t" /* LOGOUT */ | 63 | "1: mov r1, r15 \n\t" /* LOGOUT */ |
62 | : "=&r" (retval) | 64 | : "=&r" (retval), |
63 | : "r" (m), "r" (old), "r" (new) | 65 | "+r" (old), "+r" (new) /* old or new can be r15 */ |
66 | : "r" (m) | ||
64 | : "memory" , "r0", "r1", "t"); | 67 | : "memory" , "r0", "r1", "t"); |
65 | 68 | ||
66 | return retval; | 69 | return retval; |
diff --git a/arch/sh/include/asm/elf.h b/arch/sh/include/asm/elf.h index ce830faeebbf..f38112be67d2 100644 --- a/arch/sh/include/asm/elf.h +++ b/arch/sh/include/asm/elf.h | |||
@@ -50,25 +50,14 @@ | |||
50 | #define R_SH_GOTPC 167 | 50 | #define R_SH_GOTPC 167 |
51 | 51 | ||
52 | /* FDPIC relocs */ | 52 | /* FDPIC relocs */ |
53 | #define R_SH_GOT20 70 | 53 | #define R_SH_GOT20 201 |
54 | #define R_SH_GOTOFF20 71 | 54 | #define R_SH_GOTOFF20 202 |
55 | #define R_SH_GOTFUNCDESC 72 | 55 | #define R_SH_GOTFUNCDESC 203 |
56 | #define R_SH_GOTFUNCDESC20 73 | 56 | #define R_SH_GOTFUNCDESC20 204 |
57 | #define R_SH_GOTOFFFUNCDESC 74 | 57 | #define R_SH_GOTOFFFUNCDESC 205 |
58 | #define R_SH_GOTOFFFUNCDESC20 75 | 58 | #define R_SH_GOTOFFFUNCDESC20 206 |
59 | #define R_SH_FUNCDESC 76 | 59 | #define R_SH_FUNCDESC 207 |
60 | #define R_SH_FUNCDESC_VALUE 77 | 60 | #define R_SH_FUNCDESC_VALUE 208 |
61 | |||
62 | #if 0 /* XXX - later .. */ | ||
63 | #define R_SH_GOT20 198 | ||
64 | #define R_SH_GOTOFF20 199 | ||
65 | #define R_SH_GOTFUNCDESC 200 | ||
66 | #define R_SH_GOTFUNCDESC20 201 | ||
67 | #define R_SH_GOTOFFFUNCDESC 202 | ||
68 | #define R_SH_GOTOFFFUNCDESC20 203 | ||
69 | #define R_SH_FUNCDESC 204 | ||
70 | #define R_SH_FUNCDESC_VALUE 205 | ||
71 | #endif | ||
72 | 61 | ||
73 | /* SHmedia relocs */ | 62 | /* SHmedia relocs */ |
74 | #define R_SH_IMM_LOW16 246 | 63 | #define R_SH_IMM_LOW16 246 |
diff --git a/arch/sh/include/asm/fixmap.h b/arch/sh/include/asm/fixmap.h index 6e7cea453895..bd7e79a12653 100644 --- a/arch/sh/include/asm/fixmap.h +++ b/arch/sh/include/asm/fixmap.h | |||
@@ -58,7 +58,7 @@ enum fixed_addresses { | |||
58 | 58 | ||
59 | #ifdef CONFIG_HIGHMEM | 59 | #ifdef CONFIG_HIGHMEM |
60 | FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ | 60 | FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ |
61 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, | 61 | FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_TYPE_NR * NR_CPUS) - 1, |
62 | #endif | 62 | #endif |
63 | 63 | ||
64 | #ifdef CONFIG_IOREMAP_FIXED | 64 | #ifdef CONFIG_IOREMAP_FIXED |
@@ -69,7 +69,7 @@ enum fixed_addresses { | |||
69 | */ | 69 | */ |
70 | #define FIX_N_IOREMAPS 32 | 70 | #define FIX_N_IOREMAPS 32 |
71 | FIX_IOREMAP_BEGIN, | 71 | FIX_IOREMAP_BEGIN, |
72 | FIX_IOREMAP_END = FIX_IOREMAP_BEGIN + FIX_N_IOREMAPS, | 72 | FIX_IOREMAP_END = FIX_IOREMAP_BEGIN + FIX_N_IOREMAPS - 1, |
73 | #endif | 73 | #endif |
74 | 74 | ||
75 | __end_of_fixed_addresses | 75 | __end_of_fixed_addresses |
diff --git a/arch/sh/include/asm/futex-irq.h b/arch/sh/include/asm/futex-irq.h index a9f16a7f9aea..6cb9f193a95e 100644 --- a/arch/sh/include/asm/futex-irq.h +++ b/arch/sh/include/asm/futex-irq.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include <asm/system.h> | 4 | #include <asm/system.h> |
5 | 5 | ||
6 | static inline int atomic_futex_op_xchg_set(int oparg, int __user *uaddr, | 6 | static inline int atomic_futex_op_xchg_set(int oparg, u32 __user *uaddr, |
7 | int *oldval) | 7 | int *oldval) |
8 | { | 8 | { |
9 | unsigned long flags; | 9 | unsigned long flags; |
@@ -20,7 +20,7 @@ static inline int atomic_futex_op_xchg_set(int oparg, int __user *uaddr, | |||
20 | return ret; | 20 | return ret; |
21 | } | 21 | } |
22 | 22 | ||
23 | static inline int atomic_futex_op_xchg_add(int oparg, int __user *uaddr, | 23 | static inline int atomic_futex_op_xchg_add(int oparg, u32 __user *uaddr, |
24 | int *oldval) | 24 | int *oldval) |
25 | { | 25 | { |
26 | unsigned long flags; | 26 | unsigned long flags; |
@@ -37,7 +37,7 @@ static inline int atomic_futex_op_xchg_add(int oparg, int __user *uaddr, | |||
37 | return ret; | 37 | return ret; |
38 | } | 38 | } |
39 | 39 | ||
40 | static inline int atomic_futex_op_xchg_or(int oparg, int __user *uaddr, | 40 | static inline int atomic_futex_op_xchg_or(int oparg, u32 __user *uaddr, |
41 | int *oldval) | 41 | int *oldval) |
42 | { | 42 | { |
43 | unsigned long flags; | 43 | unsigned long flags; |
@@ -54,7 +54,7 @@ static inline int atomic_futex_op_xchg_or(int oparg, int __user *uaddr, | |||
54 | return ret; | 54 | return ret; |
55 | } | 55 | } |
56 | 56 | ||
57 | static inline int atomic_futex_op_xchg_and(int oparg, int __user *uaddr, | 57 | static inline int atomic_futex_op_xchg_and(int oparg, u32 __user *uaddr, |
58 | int *oldval) | 58 | int *oldval) |
59 | { | 59 | { |
60 | unsigned long flags; | 60 | unsigned long flags; |
@@ -71,7 +71,7 @@ static inline int atomic_futex_op_xchg_and(int oparg, int __user *uaddr, | |||
71 | return ret; | 71 | return ret; |
72 | } | 72 | } |
73 | 73 | ||
74 | static inline int atomic_futex_op_xchg_xor(int oparg, int __user *uaddr, | 74 | static inline int atomic_futex_op_xchg_xor(int oparg, u32 __user *uaddr, |
75 | int *oldval) | 75 | int *oldval) |
76 | { | 76 | { |
77 | unsigned long flags; | 77 | unsigned long flags; |
@@ -88,11 +88,13 @@ static inline int atomic_futex_op_xchg_xor(int oparg, int __user *uaddr, | |||
88 | return ret; | 88 | return ret; |
89 | } | 89 | } |
90 | 90 | ||
91 | static inline int atomic_futex_op_cmpxchg_inatomic(int __user *uaddr, | 91 | static inline int atomic_futex_op_cmpxchg_inatomic(u32 *uval, |
92 | int oldval, int newval) | 92 | u32 __user *uaddr, |
93 | u32 oldval, u32 newval) | ||
93 | { | 94 | { |
94 | unsigned long flags; | 95 | unsigned long flags; |
95 | int ret, prev = 0; | 96 | int ret; |
97 | u32 prev = 0; | ||
96 | 98 | ||
97 | local_irq_save(flags); | 99 | local_irq_save(flags); |
98 | 100 | ||
@@ -102,10 +104,8 @@ static inline int atomic_futex_op_cmpxchg_inatomic(int __user *uaddr, | |||
102 | 104 | ||
103 | local_irq_restore(flags); | 105 | local_irq_restore(flags); |
104 | 106 | ||
105 | if (ret) | 107 | *uval = prev; |
106 | return ret; | 108 | return ret; |
107 | |||
108 | return prev; | ||
109 | } | 109 | } |
110 | 110 | ||
111 | #endif /* __ASM_SH_FUTEX_IRQ_H */ | 111 | #endif /* __ASM_SH_FUTEX_IRQ_H */ |
diff --git a/arch/sh/include/asm/futex.h b/arch/sh/include/asm/futex.h index 68256ec5fa35..7be39a646fbd 100644 --- a/arch/sh/include/asm/futex.h +++ b/arch/sh/include/asm/futex.h | |||
@@ -10,7 +10,7 @@ | |||
10 | /* XXX: UP variants, fix for SH-4A and SMP.. */ | 10 | /* XXX: UP variants, fix for SH-4A and SMP.. */ |
11 | #include <asm/futex-irq.h> | 11 | #include <asm/futex-irq.h> |
12 | 12 | ||
13 | static inline int futex_atomic_op_inuser(int encoded_op, int __user *uaddr) | 13 | static inline int futex_atomic_op_inuser(int encoded_op, u32 __user *uaddr) |
14 | { | 14 | { |
15 | int op = (encoded_op >> 28) & 7; | 15 | int op = (encoded_op >> 28) & 7; |
16 | int cmp = (encoded_op >> 24) & 15; | 16 | int cmp = (encoded_op >> 24) & 15; |
@@ -21,7 +21,7 @@ static inline int futex_atomic_op_inuser(int encoded_op, int __user *uaddr) | |||
21 | if (encoded_op & (FUTEX_OP_OPARG_SHIFT << 28)) | 21 | if (encoded_op & (FUTEX_OP_OPARG_SHIFT << 28)) |
22 | oparg = 1 << oparg; | 22 | oparg = 1 << oparg; |
23 | 23 | ||
24 | if (!access_ok(VERIFY_WRITE, uaddr, sizeof(int))) | 24 | if (!access_ok(VERIFY_WRITE, uaddr, sizeof(u32))) |
25 | return -EFAULT; | 25 | return -EFAULT; |
26 | 26 | ||
27 | pagefault_disable(); | 27 | pagefault_disable(); |
@@ -65,12 +65,13 @@ static inline int futex_atomic_op_inuser(int encoded_op, int __user *uaddr) | |||
65 | } | 65 | } |
66 | 66 | ||
67 | static inline int | 67 | static inline int |
68 | futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) | 68 | futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, |
69 | u32 oldval, u32 newval) | ||
69 | { | 70 | { |
70 | if (!access_ok(VERIFY_WRITE, uaddr, sizeof(int))) | 71 | if (!access_ok(VERIFY_WRITE, uaddr, sizeof(u32))) |
71 | return -EFAULT; | 72 | return -EFAULT; |
72 | 73 | ||
73 | return atomic_futex_op_cmpxchg_inatomic(uaddr, oldval, newval); | 74 | return atomic_futex_op_cmpxchg_inatomic(uval, uaddr, oldval, newval); |
74 | } | 75 | } |
75 | 76 | ||
76 | #endif /* __KERNEL__ */ | 77 | #endif /* __KERNEL__ */ |
diff --git a/arch/sh/include/asm/gpio.h b/arch/sh/include/asm/gpio.h index f8d9a731e903..04f53d31489f 100644 --- a/arch/sh/include/asm/gpio.h +++ b/arch/sh/include/asm/gpio.h | |||
@@ -41,14 +41,12 @@ static inline int gpio_cansleep(unsigned gpio) | |||
41 | 41 | ||
42 | static inline int gpio_to_irq(unsigned gpio) | 42 | static inline int gpio_to_irq(unsigned gpio) |
43 | { | 43 | { |
44 | WARN_ON(1); | 44 | return __gpio_to_irq(gpio); |
45 | return -ENOSYS; | ||
46 | } | 45 | } |
47 | 46 | ||
48 | static inline int irq_to_gpio(unsigned int irq) | 47 | static inline int irq_to_gpio(unsigned int irq) |
49 | { | 48 | { |
50 | WARN_ON(1); | 49 | return -ENOSYS; |
51 | return -EINVAL; | ||
52 | } | 50 | } |
53 | 51 | ||
54 | #endif /* CONFIG_GPIOLIB */ | 52 | #endif /* CONFIG_GPIOLIB */ |
diff --git a/arch/sh/include/asm/io.h b/arch/sh/include/asm/io.h index b237d525d592..28c5aa58bb45 100644 --- a/arch/sh/include/asm/io.h +++ b/arch/sh/include/asm/io.h | |||
@@ -1,5 +1,6 @@ | |||
1 | #ifndef __ASM_SH_IO_H | 1 | #ifndef __ASM_SH_IO_H |
2 | #define __ASM_SH_IO_H | 2 | #define __ASM_SH_IO_H |
3 | |||
3 | /* | 4 | /* |
4 | * Convention: | 5 | * Convention: |
5 | * read{b,w,l,q}/write{b,w,l,q} are for PCI, | 6 | * read{b,w,l,q}/write{b,w,l,q} are for PCI, |
@@ -10,17 +11,6 @@ | |||
10 | * | 11 | * |
11 | * While read{b,w,l,q} and write{b,w,l,q} contain memory barriers | 12 | * While read{b,w,l,q} and write{b,w,l,q} contain memory barriers |
12 | * automatically, there are also __raw versions, which do not. | 13 | * automatically, there are also __raw versions, which do not. |
13 | * | ||
14 | * Historically, we have also had ctrl_in{b,w,l,q}/ctrl_out{b,w,l,q} for | ||
15 | * SuperH specific I/O (raw I/O to on-chip CPU peripherals). In practice | ||
16 | * these have the same semantics as the __raw variants, and as such, all | ||
17 | * new code should be using the __raw versions. | ||
18 | * | ||
19 | * All ISA I/O routines are wrapped through the machine vector. If a | ||
20 | * board does not provide overrides, a generic set that are copied in | ||
21 | * from the default machine vector are used instead. These are largely | ||
22 | * for old compat code for I/O offseting to SuperIOs, all of which are | ||
23 | * better handled through the machvec ioport mapping routines these days. | ||
24 | */ | 14 | */ |
25 | #include <linux/errno.h> | 15 | #include <linux/errno.h> |
26 | #include <asm/cache.h> | 16 | #include <asm/cache.h> |
@@ -31,39 +21,10 @@ | |||
31 | #include <asm-generic/iomap.h> | 21 | #include <asm-generic/iomap.h> |
32 | 22 | ||
33 | #ifdef __KERNEL__ | 23 | #ifdef __KERNEL__ |
34 | /* | 24 | #define __IO_PREFIX generic |
35 | * Depending on which platform we are running on, we need different | ||
36 | * I/O functions. | ||
37 | */ | ||
38 | #define __IO_PREFIX generic | ||
39 | #include <asm/io_generic.h> | 25 | #include <asm/io_generic.h> |
40 | #include <asm/io_trapped.h> | 26 | #include <asm/io_trapped.h> |
41 | 27 | ||
42 | #ifdef CONFIG_HAS_IOPORT | ||
43 | |||
44 | #define inb(p) sh_mv.mv_inb((p)) | ||
45 | #define inw(p) sh_mv.mv_inw((p)) | ||
46 | #define inl(p) sh_mv.mv_inl((p)) | ||
47 | #define outb(x,p) sh_mv.mv_outb((x),(p)) | ||
48 | #define outw(x,p) sh_mv.mv_outw((x),(p)) | ||
49 | #define outl(x,p) sh_mv.mv_outl((x),(p)) | ||
50 | |||
51 | #define inb_p(p) sh_mv.mv_inb_p((p)) | ||
52 | #define inw_p(p) sh_mv.mv_inw_p((p)) | ||
53 | #define inl_p(p) sh_mv.mv_inl_p((p)) | ||
54 | #define outb_p(x,p) sh_mv.mv_outb_p((x),(p)) | ||
55 | #define outw_p(x,p) sh_mv.mv_outw_p((x),(p)) | ||
56 | #define outl_p(x,p) sh_mv.mv_outl_p((x),(p)) | ||
57 | |||
58 | #define insb(p,b,c) sh_mv.mv_insb((p), (b), (c)) | ||
59 | #define insw(p,b,c) sh_mv.mv_insw((p), (b), (c)) | ||
60 | #define insl(p,b,c) sh_mv.mv_insl((p), (b), (c)) | ||
61 | #define outsb(p,b,c) sh_mv.mv_outsb((p), (b), (c)) | ||
62 | #define outsw(p,b,c) sh_mv.mv_outsw((p), (b), (c)) | ||
63 | #define outsl(p,b,c) sh_mv.mv_outsl((p), (b), (c)) | ||
64 | |||
65 | #endif | ||
66 | |||
67 | #define __raw_writeb(v,a) (__chk_io_ptr(a), *(volatile u8 __force *)(a) = (v)) | 28 | #define __raw_writeb(v,a) (__chk_io_ptr(a), *(volatile u8 __force *)(a) = (v)) |
68 | #define __raw_writew(v,a) (__chk_io_ptr(a), *(volatile u16 __force *)(a) = (v)) | 29 | #define __raw_writew(v,a) (__chk_io_ptr(a), *(volatile u16 __force *)(a) = (v)) |
69 | #define __raw_writel(v,a) (__chk_io_ptr(a), *(volatile u32 __force *)(a) = (v)) | 30 | #define __raw_writel(v,a) (__chk_io_ptr(a), *(volatile u32 __force *)(a) = (v)) |
@@ -74,68 +35,39 @@ | |||
74 | #define __raw_readl(a) (__chk_io_ptr(a), *(volatile u32 __force *)(a)) | 35 | #define __raw_readl(a) (__chk_io_ptr(a), *(volatile u32 __force *)(a)) |
75 | #define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a)) | 36 | #define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a)) |
76 | 37 | ||
77 | #define readb(a) ({ u8 r_ = __raw_readb(a); mb(); r_; }) | 38 | #define readb_relaxed(c) ({ u8 __v = __raw_readb(c); __v; }) |
78 | #define readw(a) ({ u16 r_ = __raw_readw(a); mb(); r_; }) | 39 | #define readw_relaxed(c) ({ u16 __v = le16_to_cpu((__force __le16) \ |
79 | #define readl(a) ({ u32 r_ = __raw_readl(a); mb(); r_; }) | 40 | __raw_readw(c)); __v; }) |
80 | #define readq(a) ({ u64 r_ = __raw_readq(a); mb(); r_; }) | 41 | #define readl_relaxed(c) ({ u32 __v = le32_to_cpu((__force __le32) \ |
81 | 42 | __raw_readl(c)); __v; }) | |
82 | #define writeb(v,a) ({ __raw_writeb((v),(a)); mb(); }) | 43 | #define readq_relaxed(c) ({ u64 __v = le64_to_cpu((__force __le64) \ |
83 | #define writew(v,a) ({ __raw_writew((v),(a)); mb(); }) | 44 | __raw_readq(c)); __v; }) |
84 | #define writel(v,a) ({ __raw_writel((v),(a)); mb(); }) | 45 | |
85 | #define writeq(v,a) ({ __raw_writeq((v),(a)); mb(); }) | 46 | #define writeb_relaxed(v,c) ((void)__raw_writeb(v,c)) |
86 | 47 | #define writew_relaxed(v,c) ((void)__raw_writew((__force u16) \ | |
87 | /* | 48 | cpu_to_le16(v),c)) |
88 | * Legacy SuperH on-chip I/O functions | 49 | #define writel_relaxed(v,c) ((void)__raw_writel((__force u32) \ |
89 | * | 50 | cpu_to_le32(v),c)) |
90 | * These are all deprecated, all new (and especially cross-platform) code | 51 | #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64) \ |
91 | * should be using the __raw_xxx() routines directly. | 52 | cpu_to_le64(v),c)) |
92 | */ | 53 | |
93 | static inline u8 __deprecated ctrl_inb(unsigned long addr) | 54 | #define readb(a) ({ u8 r_ = readb_relaxed(a); rmb(); r_; }) |
94 | { | 55 | #define readw(a) ({ u16 r_ = readw_relaxed(a); rmb(); r_; }) |
95 | return __raw_readb(addr); | 56 | #define readl(a) ({ u32 r_ = readl_relaxed(a); rmb(); r_; }) |
96 | } | 57 | #define readq(a) ({ u64 r_ = readq_relaxed(a); rmb(); r_; }) |
97 | 58 | ||
98 | static inline u16 __deprecated ctrl_inw(unsigned long addr) | 59 | #define writeb(v,a) ({ wmb(); writeb_relaxed((v),(a)); }) |
99 | { | 60 | #define writew(v,a) ({ wmb(); writew_relaxed((v),(a)); }) |
100 | return __raw_readw(addr); | 61 | #define writel(v,a) ({ wmb(); writel_relaxed((v),(a)); }) |
101 | } | 62 | #define writeq(v,a) ({ wmb(); writeq_relaxed((v),(a)); }) |
102 | 63 | ||
103 | static inline u32 __deprecated ctrl_inl(unsigned long addr) | 64 | #define readsb(p,d,l) __raw_readsb(p,d,l) |
104 | { | 65 | #define readsw(p,d,l) __raw_readsw(p,d,l) |
105 | return __raw_readl(addr); | 66 | #define readsl(p,d,l) __raw_readsl(p,d,l) |
106 | } | 67 | |
107 | 68 | #define writesb(p,d,l) __raw_writesb(p,d,l) | |
108 | static inline u64 __deprecated ctrl_inq(unsigned long addr) | 69 | #define writesw(p,d,l) __raw_writesw(p,d,l) |
109 | { | 70 | #define writesl(p,d,l) __raw_writesl(p,d,l) |
110 | return __raw_readq(addr); | ||
111 | } | ||
112 | |||
113 | static inline void __deprecated ctrl_outb(u8 v, unsigned long addr) | ||
114 | { | ||
115 | __raw_writeb(v, addr); | ||
116 | } | ||
117 | |||
118 | static inline void __deprecated ctrl_outw(u16 v, unsigned long addr) | ||
119 | { | ||
120 | __raw_writew(v, addr); | ||
121 | } | ||
122 | |||
123 | static inline void __deprecated ctrl_outl(u32 v, unsigned long addr) | ||
124 | { | ||
125 | __raw_writel(v, addr); | ||
126 | } | ||
127 | |||
128 | static inline void __deprecated ctrl_outq(u64 v, unsigned long addr) | ||
129 | { | ||
130 | __raw_writeq(v, addr); | ||
131 | } | ||
132 | |||
133 | extern unsigned long generic_io_base; | ||
134 | |||
135 | static inline void ctrl_delay(void) | ||
136 | { | ||
137 | __raw_readw(generic_io_base); | ||
138 | } | ||
139 | 71 | ||
140 | #define __BUILD_UNCACHED_IO(bwlq, type) \ | 72 | #define __BUILD_UNCACHED_IO(bwlq, type) \ |
141 | static inline type read##bwlq##_uncached(unsigned long addr) \ | 73 | static inline type read##bwlq##_uncached(unsigned long addr) \ |
@@ -159,10 +91,11 @@ __BUILD_UNCACHED_IO(w, u16) | |||
159 | __BUILD_UNCACHED_IO(l, u32) | 91 | __BUILD_UNCACHED_IO(l, u32) |
160 | __BUILD_UNCACHED_IO(q, u64) | 92 | __BUILD_UNCACHED_IO(q, u64) |
161 | 93 | ||
162 | #define __BUILD_MEMORY_STRING(bwlq, type) \ | 94 | #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ |
163 | \ | 95 | \ |
164 | static inline void __raw_writes##bwlq(volatile void __iomem *mem, \ | 96 | static inline void \ |
165 | const void *addr, unsigned int count) \ | 97 | pfx##writes##bwlq(volatile void __iomem *mem, const void *addr, \ |
98 | unsigned int count) \ | ||
166 | { \ | 99 | { \ |
167 | const volatile type *__addr = addr; \ | 100 | const volatile type *__addr = addr; \ |
168 | \ | 101 | \ |
@@ -172,8 +105,8 @@ static inline void __raw_writes##bwlq(volatile void __iomem *mem, \ | |||
172 | } \ | 105 | } \ |
173 | } \ | 106 | } \ |
174 | \ | 107 | \ |
175 | static inline void __raw_reads##bwlq(volatile void __iomem *mem, \ | 108 | static inline void pfx##reads##bwlq(volatile void __iomem *mem, \ |
176 | void *addr, unsigned int count) \ | 109 | void *addr, unsigned int count) \ |
177 | { \ | 110 | { \ |
178 | volatile type *__addr = addr; \ | 111 | volatile type *__addr = addr; \ |
179 | \ | 112 | \ |
@@ -183,86 +116,121 @@ static inline void __raw_reads##bwlq(volatile void __iomem *mem, \ | |||
183 | } \ | 116 | } \ |
184 | } | 117 | } |
185 | 118 | ||
186 | __BUILD_MEMORY_STRING(b, u8) | 119 | __BUILD_MEMORY_STRING(__raw_, b, u8) |
187 | __BUILD_MEMORY_STRING(w, u16) | 120 | __BUILD_MEMORY_STRING(__raw_, w, u16) |
188 | 121 | ||
189 | #ifdef CONFIG_SUPERH32 | 122 | #ifdef CONFIG_SUPERH32 |
190 | void __raw_writesl(void __iomem *addr, const void *data, int longlen); | 123 | void __raw_writesl(void __iomem *addr, const void *data, int longlen); |
191 | void __raw_readsl(const void __iomem *addr, void *data, int longlen); | 124 | void __raw_readsl(const void __iomem *addr, void *data, int longlen); |
192 | #else | 125 | #else |
193 | __BUILD_MEMORY_STRING(l, u32) | 126 | __BUILD_MEMORY_STRING(__raw_, l, u32) |
194 | #endif | ||
195 | |||
196 | __BUILD_MEMORY_STRING(q, u64) | ||
197 | |||
198 | #define writesb __raw_writesb | ||
199 | #define writesw __raw_writesw | ||
200 | #define writesl __raw_writesl | ||
201 | |||
202 | #define readsb __raw_readsb | ||
203 | #define readsw __raw_readsw | ||
204 | #define readsl __raw_readsl | ||
205 | |||
206 | #define readb_relaxed(a) readb(a) | ||
207 | #define readw_relaxed(a) readw(a) | ||
208 | #define readl_relaxed(a) readl(a) | ||
209 | #define readq_relaxed(a) readq(a) | ||
210 | |||
211 | #ifndef CONFIG_GENERIC_IOMAP | ||
212 | /* Simple MMIO */ | ||
213 | #define ioread8(a) __raw_readb(a) | ||
214 | #define ioread16(a) __raw_readw(a) | ||
215 | #define ioread16be(a) be16_to_cpu(__raw_readw((a))) | ||
216 | #define ioread32(a) __raw_readl(a) | ||
217 | #define ioread32be(a) be32_to_cpu(__raw_readl((a))) | ||
218 | |||
219 | #define iowrite8(v,a) __raw_writeb((v),(a)) | ||
220 | #define iowrite16(v,a) __raw_writew((v),(a)) | ||
221 | #define iowrite16be(v,a) __raw_writew(cpu_to_be16((v)),(a)) | ||
222 | #define iowrite32(v,a) __raw_writel((v),(a)) | ||
223 | #define iowrite32be(v,a) __raw_writel(cpu_to_be32((v)),(a)) | ||
224 | |||
225 | #define ioread8_rep(a, d, c) __raw_readsb((a), (d), (c)) | ||
226 | #define ioread16_rep(a, d, c) __raw_readsw((a), (d), (c)) | ||
227 | #define ioread32_rep(a, d, c) __raw_readsl((a), (d), (c)) | ||
228 | |||
229 | #define iowrite8_rep(a, s, c) __raw_writesb((a), (s), (c)) | ||
230 | #define iowrite16_rep(a, s, c) __raw_writesw((a), (s), (c)) | ||
231 | #define iowrite32_rep(a, s, c) __raw_writesl((a), (s), (c)) | ||
232 | #endif | 127 | #endif |
233 | 128 | ||
234 | #define mmio_insb(p,d,c) __raw_readsb(p,d,c) | 129 | __BUILD_MEMORY_STRING(__raw_, q, u64) |
235 | #define mmio_insw(p,d,c) __raw_readsw(p,d,c) | ||
236 | #define mmio_insl(p,d,c) __raw_readsl(p,d,c) | ||
237 | |||
238 | #define mmio_outsb(p,s,c) __raw_writesb(p,s,c) | ||
239 | #define mmio_outsw(p,s,c) __raw_writesw(p,s,c) | ||
240 | #define mmio_outsl(p,s,c) __raw_writesl(p,s,c) | ||
241 | |||
242 | /* synco on SH-4A, otherwise a nop */ | ||
243 | #define mmiowb() wmb() | ||
244 | |||
245 | #define IO_SPACE_LIMIT 0xffffffff | ||
246 | 130 | ||
247 | #ifdef CONFIG_HAS_IOPORT | 131 | #ifdef CONFIG_HAS_IOPORT |
248 | 132 | ||
249 | /* | 133 | /* |
250 | * This function provides a method for the generic case where a | 134 | * Slowdown I/O port space accesses for antique hardware. |
251 | * board-specific ioport_map simply needs to return the port + some | 135 | */ |
252 | * arbitrary port base. | 136 | #undef CONF_SLOWDOWN_IO |
253 | * | 137 | |
254 | * We use this at board setup time to implicitly set the port base, and | 138 | /* |
255 | * as a result, we can use the generic ioport_map. | 139 | * On SuperH I/O ports are memory mapped, so we access them using normal |
140 | * load/store instructions. sh_io_port_base is the virtual address to | ||
141 | * which all ports are being mapped. | ||
256 | */ | 142 | */ |
143 | extern const unsigned long sh_io_port_base; | ||
144 | |||
257 | static inline void __set_io_port_base(unsigned long pbase) | 145 | static inline void __set_io_port_base(unsigned long pbase) |
258 | { | 146 | { |
259 | generic_io_base = pbase; | 147 | *(unsigned long *)&sh_io_port_base = pbase; |
148 | barrier(); | ||
149 | } | ||
150 | |||
151 | #ifdef CONFIG_GENERIC_IOMAP | ||
152 | #define __ioport_map ioport_map | ||
153 | #else | ||
154 | extern void __iomem *__ioport_map(unsigned long addr, unsigned int size); | ||
155 | #endif | ||
156 | |||
157 | #ifdef CONF_SLOWDOWN_IO | ||
158 | #define SLOW_DOWN_IO __raw_readw(sh_io_port_base) | ||
159 | #else | ||
160 | #define SLOW_DOWN_IO | ||
161 | #endif | ||
162 | |||
163 | #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ | ||
164 | \ | ||
165 | static inline void pfx##out##bwlq##p(type val, unsigned long port) \ | ||
166 | { \ | ||
167 | volatile type *__addr; \ | ||
168 | \ | ||
169 | __addr = __ioport_map(port, sizeof(type)); \ | ||
170 | *__addr = val; \ | ||
171 | slow; \ | ||
172 | } \ | ||
173 | \ | ||
174 | static inline type pfx##in##bwlq##p(unsigned long port) \ | ||
175 | { \ | ||
176 | volatile type *__addr; \ | ||
177 | type __val; \ | ||
178 | \ | ||
179 | __addr = __ioport_map(port, sizeof(type)); \ | ||
180 | __val = *__addr; \ | ||
181 | slow; \ | ||
182 | \ | ||
183 | return __val; \ | ||
184 | } | ||
185 | |||
186 | #define __BUILD_IOPORT_PFX(bus, bwlq, type) \ | ||
187 | __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ | ||
188 | __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO) | ||
189 | |||
190 | #define BUILDIO_IOPORT(bwlq, type) \ | ||
191 | __BUILD_IOPORT_PFX(, bwlq, type) | ||
192 | |||
193 | BUILDIO_IOPORT(b, u8) | ||
194 | BUILDIO_IOPORT(w, u16) | ||
195 | BUILDIO_IOPORT(l, u32) | ||
196 | BUILDIO_IOPORT(q, u64) | ||
197 | |||
198 | #define __BUILD_IOPORT_STRING(bwlq, type) \ | ||
199 | \ | ||
200 | static inline void outs##bwlq(unsigned long port, const void *addr, \ | ||
201 | unsigned int count) \ | ||
202 | { \ | ||
203 | const volatile type *__addr = addr; \ | ||
204 | \ | ||
205 | while (count--) { \ | ||
206 | out##bwlq(*__addr, port); \ | ||
207 | __addr++; \ | ||
208 | } \ | ||
209 | } \ | ||
210 | \ | ||
211 | static inline void ins##bwlq(unsigned long port, void *addr, \ | ||
212 | unsigned int count) \ | ||
213 | { \ | ||
214 | volatile type *__addr = addr; \ | ||
215 | \ | ||
216 | while (count--) { \ | ||
217 | *__addr = in##bwlq(port); \ | ||
218 | __addr++; \ | ||
219 | } \ | ||
260 | } | 220 | } |
261 | 221 | ||
262 | #define __ioport_map(p, n) sh_mv.mv_ioport_map((p), (n)) | 222 | __BUILD_IOPORT_STRING(b, u8) |
223 | __BUILD_IOPORT_STRING(w, u16) | ||
224 | __BUILD_IOPORT_STRING(l, u32) | ||
225 | __BUILD_IOPORT_STRING(q, u64) | ||
263 | 226 | ||
264 | #endif | 227 | #endif |
265 | 228 | ||
229 | #define IO_SPACE_LIMIT 0xffffffff | ||
230 | |||
231 | /* synco on SH-4A, otherwise a nop */ | ||
232 | #define mmiowb() wmb() | ||
233 | |||
266 | /* We really want to try and get these to memcpy etc */ | 234 | /* We really want to try and get these to memcpy etc */ |
267 | void memcpy_fromio(void *, const volatile void __iomem *, unsigned long); | 235 | void memcpy_fromio(void *, const volatile void __iomem *, unsigned long); |
268 | void memcpy_toio(volatile void __iomem *, const void *, unsigned long); | 236 | void memcpy_toio(volatile void __iomem *, const void *, unsigned long); |
@@ -322,7 +290,15 @@ __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) | |||
322 | * mapping must be done by the PMB or by using page tables. | 290 | * mapping must be done by the PMB or by using page tables. |
323 | */ | 291 | */ |
324 | if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) { | 292 | if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) { |
325 | if (unlikely(pgprot_val(prot) & _PAGE_CACHABLE)) | 293 | u64 flags = pgprot_val(prot); |
294 | |||
295 | /* | ||
296 | * Anything using the legacy PTEA space attributes needs | ||
297 | * to be kicked down to page table mappings. | ||
298 | */ | ||
299 | if (unlikely(flags & _PAGE_PCC_MASK)) | ||
300 | return NULL; | ||
301 | if (unlikely(flags & _PAGE_CACHABLE)) | ||
326 | return (void __iomem *)P1SEGADDR(offset); | 302 | return (void __iomem *)P1SEGADDR(offset); |
327 | 303 | ||
328 | return (void __iomem *)P2SEGADDR(offset); | 304 | return (void __iomem *)P2SEGADDR(offset); |
@@ -395,10 +371,6 @@ static inline int iounmap_fixed(void __iomem *addr) { return -EINVAL; } | |||
395 | #define ioremap_nocache ioremap | 371 | #define ioremap_nocache ioremap |
396 | #define iounmap __iounmap | 372 | #define iounmap __iounmap |
397 | 373 | ||
398 | #define maybebadio(port) \ | ||
399 | printk(KERN_ERR "bad PC-like io %s:%u for port 0x%lx at 0x%08x\n", \ | ||
400 | __func__, __LINE__, (port), (u32)__builtin_return_address(0)) | ||
401 | |||
402 | /* | 374 | /* |
403 | * Convert a physical pointer to a virtual kernel pointer for /dev/mem | 375 | * Convert a physical pointer to a virtual kernel pointer for /dev/mem |
404 | * access | 376 | * access |
diff --git a/arch/sh/include/asm/io_generic.h b/arch/sh/include/asm/io_generic.h index 491df93cbf8e..b5f6956f19c8 100644 --- a/arch/sh/include/asm/io_generic.h +++ b/arch/sh/include/asm/io_generic.h | |||
@@ -11,31 +11,6 @@ | |||
11 | #error "Don't include this header without a valid system prefix" | 11 | #error "Don't include this header without a valid system prefix" |
12 | #endif | 12 | #endif |
13 | 13 | ||
14 | u8 IO_CONCAT(__IO_PREFIX,inb)(unsigned long); | ||
15 | u16 IO_CONCAT(__IO_PREFIX,inw)(unsigned long); | ||
16 | u32 IO_CONCAT(__IO_PREFIX,inl)(unsigned long); | ||
17 | |||
18 | void IO_CONCAT(__IO_PREFIX,outb)(u8, unsigned long); | ||
19 | void IO_CONCAT(__IO_PREFIX,outw)(u16, unsigned long); | ||
20 | void IO_CONCAT(__IO_PREFIX,outl)(u32, unsigned long); | ||
21 | |||
22 | u8 IO_CONCAT(__IO_PREFIX,inb_p)(unsigned long); | ||
23 | u16 IO_CONCAT(__IO_PREFIX,inw_p)(unsigned long); | ||
24 | u32 IO_CONCAT(__IO_PREFIX,inl_p)(unsigned long); | ||
25 | void IO_CONCAT(__IO_PREFIX,outb_p)(u8, unsigned long); | ||
26 | void IO_CONCAT(__IO_PREFIX,outw_p)(u16, unsigned long); | ||
27 | void IO_CONCAT(__IO_PREFIX,outl_p)(u32, unsigned long); | ||
28 | |||
29 | void IO_CONCAT(__IO_PREFIX,insb)(unsigned long, void *dst, unsigned long count); | ||
30 | void IO_CONCAT(__IO_PREFIX,insw)(unsigned long, void *dst, unsigned long count); | ||
31 | void IO_CONCAT(__IO_PREFIX,insl)(unsigned long, void *dst, unsigned long count); | ||
32 | void IO_CONCAT(__IO_PREFIX,outsb)(unsigned long, const void *src, unsigned long count); | ||
33 | void IO_CONCAT(__IO_PREFIX,outsw)(unsigned long, const void *src, unsigned long count); | ||
34 | void IO_CONCAT(__IO_PREFIX,outsl)(unsigned long, const void *src, unsigned long count); | ||
35 | |||
36 | void *IO_CONCAT(__IO_PREFIX,ioremap)(unsigned long offset, unsigned long size); | ||
37 | void IO_CONCAT(__IO_PREFIX,iounmap)(void *addr); | ||
38 | |||
39 | void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size); | 14 | void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size); |
40 | void IO_CONCAT(__IO_PREFIX,ioport_unmap)(void __iomem *addr); | 15 | void IO_CONCAT(__IO_PREFIX,ioport_unmap)(void __iomem *addr); |
41 | void IO_CONCAT(__IO_PREFIX,mem_init)(void); | 16 | void IO_CONCAT(__IO_PREFIX,mem_init)(void); |
diff --git a/arch/sh/include/asm/ioctls.h b/arch/sh/include/asm/ioctls.h index eb6c4c687972..a6769f352bf6 100644 --- a/arch/sh/include/asm/ioctls.h +++ b/arch/sh/include/asm/ioctls.h | |||
@@ -85,7 +85,9 @@ | |||
85 | #define TCSETSF2 _IOW('T', 45, struct termios2) | 85 | #define TCSETSF2 _IOW('T', 45, struct termios2) |
86 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ | 86 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ |
87 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ | 87 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ |
88 | #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ | ||
88 | #define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */ | 89 | #define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */ |
90 | #define TIOCVHANGUP _IO('T', 0x37) | ||
89 | 91 | ||
90 | #define TIOCSERCONFIG _IO('T', 83) /* 0x5453 */ | 92 | #define TIOCSERCONFIG _IO('T', 83) /* 0x5453 */ |
91 | #define TIOCSERGWILD _IOR('T', 84, int) /* 0x5454 */ | 93 | #define TIOCSERGWILD _IOR('T', 84, int) /* 0x5454 */ |
diff --git a/arch/sh/include/asm/irq.h b/arch/sh/include/asm/irq.h index 02c2f0102cfa..45d08b6a5ef7 100644 --- a/arch/sh/include/asm/irq.h +++ b/arch/sh/include/asm/irq.h | |||
@@ -9,7 +9,7 @@ | |||
9 | * advised to cap this at the hard limit that they're interested in | 9 | * advised to cap this at the hard limit that they're interested in |
10 | * through the machvec. | 10 | * through the machvec. |
11 | */ | 11 | */ |
12 | #define NR_IRQS 256 | 12 | #define NR_IRQS 512 |
13 | #define NR_IRQS_LEGACY 8 /* Legacy external IRQ0-7 */ | 13 | #define NR_IRQS_LEGACY 8 /* Legacy external IRQ0-7 */ |
14 | 14 | ||
15 | /* | 15 | /* |
diff --git a/arch/sh/include/asm/irqflags.h b/arch/sh/include/asm/irqflags.h index a741153b41c2..43b7608606c3 100644 --- a/arch/sh/include/asm/irqflags.h +++ b/arch/sh/include/asm/irqflags.h | |||
@@ -1,8 +1,8 @@ | |||
1 | #ifndef __ASM_SH_IRQFLAGS_H | 1 | #ifndef __ASM_SH_IRQFLAGS_H |
2 | #define __ASM_SH_IRQFLAGS_H | 2 | #define __ASM_SH_IRQFLAGS_H |
3 | 3 | ||
4 | #define RAW_IRQ_DISABLED 0xf0 | 4 | #define ARCH_IRQ_DISABLED 0xf0 |
5 | #define RAW_IRQ_ENABLED 0x00 | 5 | #define ARCH_IRQ_ENABLED 0x00 |
6 | 6 | ||
7 | #include <asm-generic/irqflags.h> | 7 | #include <asm-generic/irqflags.h> |
8 | 8 | ||
diff --git a/arch/sh/include/asm/kgdb.h b/arch/sh/include/asm/kgdb.h index 4235e228d921..f3613952d1ae 100644 --- a/arch/sh/include/asm/kgdb.h +++ b/arch/sh/include/asm/kgdb.h | |||
@@ -34,5 +34,6 @@ static inline void arch_kgdb_breakpoint(void) | |||
34 | 34 | ||
35 | #define CACHE_FLUSH_IS_SAFE 1 | 35 | #define CACHE_FLUSH_IS_SAFE 1 |
36 | #define BREAK_INSTR_SIZE 2 | 36 | #define BREAK_INSTR_SIZE 2 |
37 | #define GDB_ADJUSTS_BREAK_OFFSET | ||
37 | 38 | ||
38 | #endif /* __ASM_SH_KGDB_H */ | 39 | #endif /* __ASM_SH_KGDB_H */ |
diff --git a/arch/sh/include/asm/kprobes.h b/arch/sh/include/asm/kprobes.h index 036c3311233c..134f3980e44a 100644 --- a/arch/sh/include/asm/kprobes.h +++ b/arch/sh/include/asm/kprobes.h | |||
@@ -16,7 +16,6 @@ typedef insn_size_t kprobe_opcode_t; | |||
16 | ? (MAX_STACK_SIZE) \ | 16 | ? (MAX_STACK_SIZE) \ |
17 | : (((unsigned long)current_thread_info()) + THREAD_SIZE - (ADDR))) | 17 | : (((unsigned long)current_thread_info()) + THREAD_SIZE - (ADDR))) |
18 | 18 | ||
19 | #define regs_return_value(_regs) ((_regs)->regs[0]) | ||
20 | #define flush_insn_slot(p) do { } while (0) | 19 | #define flush_insn_slot(p) do { } while (0) |
21 | #define kretprobe_blacklist_size 0 | 20 | #define kretprobe_blacklist_size 0 |
22 | 21 | ||
diff --git a/arch/sh/include/asm/machvec.h b/arch/sh/include/asm/machvec.h index a0b0cf79cf8a..57c5c3d0f39f 100644 --- a/arch/sh/include/asm/machvec.h +++ b/arch/sh/include/asm/machvec.h | |||
@@ -23,27 +23,6 @@ struct sh_machine_vector { | |||
23 | void (*mv_init_irq)(void); | 23 | void (*mv_init_irq)(void); |
24 | 24 | ||
25 | #ifdef CONFIG_HAS_IOPORT | 25 | #ifdef CONFIG_HAS_IOPORT |
26 | u8 (*mv_inb)(unsigned long); | ||
27 | u16 (*mv_inw)(unsigned long); | ||
28 | u32 (*mv_inl)(unsigned long); | ||
29 | void (*mv_outb)(u8, unsigned long); | ||
30 | void (*mv_outw)(u16, unsigned long); | ||
31 | void (*mv_outl)(u32, unsigned long); | ||
32 | |||
33 | u8 (*mv_inb_p)(unsigned long); | ||
34 | u16 (*mv_inw_p)(unsigned long); | ||
35 | u32 (*mv_inl_p)(unsigned long); | ||
36 | void (*mv_outb_p)(u8, unsigned long); | ||
37 | void (*mv_outw_p)(u16, unsigned long); | ||
38 | void (*mv_outl_p)(u32, unsigned long); | ||
39 | |||
40 | void (*mv_insb)(unsigned long, void *dst, unsigned long count); | ||
41 | void (*mv_insw)(unsigned long, void *dst, unsigned long count); | ||
42 | void (*mv_insl)(unsigned long, void *dst, unsigned long count); | ||
43 | void (*mv_outsb)(unsigned long, const void *src, unsigned long count); | ||
44 | void (*mv_outsw)(unsigned long, const void *src, unsigned long count); | ||
45 | void (*mv_outsl)(unsigned long, const void *src, unsigned long count); | ||
46 | |||
47 | void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size); | 26 | void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size); |
48 | void (*mv_ioport_unmap)(void __iomem *); | 27 | void (*mv_ioport_unmap)(void __iomem *); |
49 | #endif | 28 | #endif |
@@ -52,6 +31,7 @@ struct sh_machine_vector { | |||
52 | int (*mv_mode_pins)(void); | 31 | int (*mv_mode_pins)(void); |
53 | 32 | ||
54 | void (*mv_mem_init)(void); | 33 | void (*mv_mem_init)(void); |
34 | void (*mv_mem_reserve)(void); | ||
55 | }; | 35 | }; |
56 | 36 | ||
57 | extern struct sh_machine_vector sh_mv; | 37 | extern struct sh_machine_vector sh_mv; |
diff --git a/arch/sh/include/asm/memblock.h b/arch/sh/include/asm/memblock.h index dfe683b88075..e87063fad2ea 100644 --- a/arch/sh/include/asm/memblock.h +++ b/arch/sh/include/asm/memblock.h | |||
@@ -1,6 +1,4 @@ | |||
1 | #ifndef __ASM_SH_MEMBLOCK_H | 1 | #ifndef __ASM_SH_MEMBLOCK_H |
2 | #define __ASM_SH_MEMBLOCK_H | 2 | #define __ASM_SH_MEMBLOCK_H |
3 | 3 | ||
4 | #define MEMBLOCK_REAL_LIMIT 0 | ||
5 | |||
6 | #endif /* __ASM_SH_MEMBLOCK_H */ | 4 | #endif /* __ASM_SH_MEMBLOCK_H */ |
diff --git a/arch/sh/include/asm/mmzone.h b/arch/sh/include/asm/mmzone.h index 8887baff5eff..15a8496960e6 100644 --- a/arch/sh/include/asm/mmzone.h +++ b/arch/sh/include/asm/mmzone.h | |||
@@ -9,10 +9,6 @@ | |||
9 | extern struct pglist_data *node_data[]; | 9 | extern struct pglist_data *node_data[]; |
10 | #define NODE_DATA(nid) (node_data[nid]) | 10 | #define NODE_DATA(nid) (node_data[nid]) |
11 | 11 | ||
12 | #define node_start_pfn(nid) (NODE_DATA(nid)->node_start_pfn) | ||
13 | #define node_end_pfn(nid) (NODE_DATA(nid)->node_start_pfn + \ | ||
14 | NODE_DATA(nid)->node_spanned_pages) | ||
15 | |||
16 | static inline int pfn_to_nid(unsigned long pfn) | 12 | static inline int pfn_to_nid(unsigned long pfn) |
17 | { | 13 | { |
18 | int nid; | 14 | int nid; |
diff --git a/arch/sh/include/asm/page.h b/arch/sh/include/asm/page.h index c4e0b3d472b9..822d6084195b 100644 --- a/arch/sh/include/asm/page.h +++ b/arch/sh/include/asm/page.h | |||
@@ -186,7 +186,7 @@ typedef struct page *pgtable_t; | |||
186 | /* | 186 | /* |
187 | * While BYTES_PER_WORD == 4 on the current sh64 ABI, GCC will still | 187 | * While BYTES_PER_WORD == 4 on the current sh64 ABI, GCC will still |
188 | * happily generate {ld/st}.q pairs, requiring us to have 8-byte | 188 | * happily generate {ld/st}.q pairs, requiring us to have 8-byte |
189 | * alignment to avoid traps. The kmalloc alignment is gauranteed by | 189 | * alignment to avoid traps. The kmalloc alignment is guaranteed by |
190 | * virtue of L1_CACHE_BYTES, requiring this to only be special cased | 190 | * virtue of L1_CACHE_BYTES, requiring this to only be special cased |
191 | * for slab caches. | 191 | * for slab caches. |
192 | */ | 192 | */ |
diff --git a/arch/sh/include/asm/pci.h b/arch/sh/include/asm/pci.h index 8bd952fcf3ba..f0efe97f1750 100644 --- a/arch/sh/include/asm/pci.h +++ b/arch/sh/include/asm/pci.h | |||
@@ -37,6 +37,8 @@ struct pci_channel { | |||
37 | }; | 37 | }; |
38 | 38 | ||
39 | /* arch/sh/drivers/pci/pci.c */ | 39 | /* arch/sh/drivers/pci/pci.c */ |
40 | extern raw_spinlock_t pci_config_lock; | ||
41 | |||
40 | extern int register_pci_controller(struct pci_channel *hose); | 42 | extern int register_pci_controller(struct pci_channel *hose); |
41 | extern void pcibios_report_status(unsigned int status_mask, int warn); | 43 | extern void pcibios_report_status(unsigned int status_mask, int warn); |
42 | 44 | ||
diff --git a/arch/sh/include/asm/perf_event.h b/arch/sh/include/asm/perf_event.h index 3d0c9f36d150..14308bed7ea5 100644 --- a/arch/sh/include/asm/perf_event.h +++ b/arch/sh/include/asm/perf_event.h | |||
@@ -26,11 +26,4 @@ extern int register_sh_pmu(struct sh_pmu *); | |||
26 | extern int reserve_pmc_hardware(void); | 26 | extern int reserve_pmc_hardware(void); |
27 | extern void release_pmc_hardware(void); | 27 | extern void release_pmc_hardware(void); |
28 | 28 | ||
29 | static inline void set_perf_event_pending(void) | ||
30 | { | ||
31 | /* Nothing to see here, move along. */ | ||
32 | } | ||
33 | |||
34 | #define PERF_EVENT_INDEX_OFFSET 0 | ||
35 | |||
36 | #endif /* __ASM_SH_PERF_EVENT_H */ | 29 | #endif /* __ASM_SH_PERF_EVENT_H */ |
diff --git a/arch/sh/include/asm/pgtable.h b/arch/sh/include/asm/pgtable.h index 02f77450cd8f..9210e93a92c3 100644 --- a/arch/sh/include/asm/pgtable.h +++ b/arch/sh/include/asm/pgtable.h | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <asm/pgtable-2level.h> | 18 | #include <asm/pgtable-2level.h> |
19 | #endif | 19 | #endif |
20 | #include <asm/page.h> | 20 | #include <asm/page.h> |
21 | #include <asm/mmu.h> | ||
21 | 22 | ||
22 | #ifndef __ASSEMBLY__ | 23 | #ifndef __ASSEMBLY__ |
23 | #include <asm/addrspace.h> | 24 | #include <asm/addrspace.h> |
@@ -66,7 +67,6 @@ static inline unsigned long long neff_sign_extend(unsigned long val) | |||
66 | #define PHYS_ADDR_MASK29 0x1fffffff | 67 | #define PHYS_ADDR_MASK29 0x1fffffff |
67 | #define PHYS_ADDR_MASK32 0xffffffff | 68 | #define PHYS_ADDR_MASK32 0xffffffff |
68 | 69 | ||
69 | #ifdef CONFIG_PMB | ||
70 | static inline unsigned long phys_addr_mask(void) | 70 | static inline unsigned long phys_addr_mask(void) |
71 | { | 71 | { |
72 | /* Is the MMU in 29bit mode? */ | 72 | /* Is the MMU in 29bit mode? */ |
@@ -75,17 +75,6 @@ static inline unsigned long phys_addr_mask(void) | |||
75 | 75 | ||
76 | return PHYS_ADDR_MASK32; | 76 | return PHYS_ADDR_MASK32; |
77 | } | 77 | } |
78 | #elif defined(CONFIG_32BIT) | ||
79 | static inline unsigned long phys_addr_mask(void) | ||
80 | { | ||
81 | return PHYS_ADDR_MASK32; | ||
82 | } | ||
83 | #else | ||
84 | static inline unsigned long phys_addr_mask(void) | ||
85 | { | ||
86 | return PHYS_ADDR_MASK29; | ||
87 | } | ||
88 | #endif | ||
89 | 78 | ||
90 | #define PTE_PHYS_MASK (phys_addr_mask() & PAGE_MASK) | 79 | #define PTE_PHYS_MASK (phys_addr_mask() & PAGE_MASK) |
91 | #define PTE_FLAGS_MASK (~(PTE_PHYS_MASK) << PAGE_SHIFT) | 80 | #define PTE_FLAGS_MASK (~(PTE_PHYS_MASK) << PAGE_SHIFT) |
@@ -146,6 +135,7 @@ typedef pte_t *pte_addr_t; | |||
146 | extern void pgtable_cache_init(void); | 135 | extern void pgtable_cache_init(void); |
147 | 136 | ||
148 | struct vm_area_struct; | 137 | struct vm_area_struct; |
138 | struct mm_struct; | ||
149 | 139 | ||
150 | extern void __update_cache(struct vm_area_struct *vma, | 140 | extern void __update_cache(struct vm_area_struct *vma, |
151 | unsigned long address, pte_t pte); | 141 | unsigned long address, pte_t pte); |
@@ -169,6 +159,8 @@ extern void page_table_range_init(unsigned long start, unsigned long end, | |||
169 | #define HAVE_ARCH_UNMAPPED_AREA | 159 | #define HAVE_ARCH_UNMAPPED_AREA |
170 | #define HAVE_ARCH_UNMAPPED_AREA_TOPDOWN | 160 | #define HAVE_ARCH_UNMAPPED_AREA_TOPDOWN |
171 | 161 | ||
162 | #define __HAVE_ARCH_PTE_SPECIAL | ||
163 | |||
172 | #include <asm-generic/pgtable.h> | 164 | #include <asm-generic/pgtable.h> |
173 | 165 | ||
174 | #endif /* __ASM_SH_PGTABLE_H */ | 166 | #endif /* __ASM_SH_PGTABLE_H */ |
diff --git a/arch/sh/include/asm/pgtable_32.h b/arch/sh/include/asm/pgtable_32.h index e172d696e52b..0bce3d81569e 100644 --- a/arch/sh/include/asm/pgtable_32.h +++ b/arch/sh/include/asm/pgtable_32.h | |||
@@ -76,6 +76,10 @@ | |||
76 | /* Wrapper for extended mode pgprot twiddling */ | 76 | /* Wrapper for extended mode pgprot twiddling */ |
77 | #define _PAGE_EXT(x) ((unsigned long long)(x) << 32) | 77 | #define _PAGE_EXT(x) ((unsigned long long)(x) << 32) |
78 | 78 | ||
79 | #ifdef CONFIG_X2TLB | ||
80 | #define _PAGE_PCC_MASK 0x00000000 /* No legacy PTEA support */ | ||
81 | #else | ||
82 | |||
79 | /* software: moves to PTEA.TC (Timing Control) */ | 83 | /* software: moves to PTEA.TC (Timing Control) */ |
80 | #define _PAGE_PCC_AREA5 0x00000000 /* use BSC registers for area5 */ | 84 | #define _PAGE_PCC_AREA5 0x00000000 /* use BSC registers for area5 */ |
81 | #define _PAGE_PCC_AREA6 0x80000000 /* use BSC registers for area6 */ | 85 | #define _PAGE_PCC_AREA6 0x80000000 /* use BSC registers for area6 */ |
@@ -89,7 +93,8 @@ | |||
89 | #define _PAGE_PCC_ATR8 0x60000000 /* Attribute Memory space, 8 bit bus */ | 93 | #define _PAGE_PCC_ATR8 0x60000000 /* Attribute Memory space, 8 bit bus */ |
90 | #define _PAGE_PCC_ATR16 0x60000001 /* Attribute Memory space, 6 bit bus */ | 94 | #define _PAGE_PCC_ATR16 0x60000001 /* Attribute Memory space, 6 bit bus */ |
91 | 95 | ||
92 | #ifndef CONFIG_X2TLB | 96 | #define _PAGE_PCC_MASK 0xe0000001 |
97 | |||
93 | /* copy the ptea attributes */ | 98 | /* copy the ptea attributes */ |
94 | static inline unsigned long copy_ptea_attributes(unsigned long x) | 99 | static inline unsigned long copy_ptea_attributes(unsigned long x) |
95 | { | 100 | { |
@@ -162,7 +167,7 @@ static inline unsigned long copy_ptea_attributes(unsigned long x) | |||
162 | #endif | 167 | #endif |
163 | 168 | ||
164 | /* | 169 | /* |
165 | * Mask of bits that are to be preserved accross pgprot changes. | 170 | * Mask of bits that are to be preserved across pgprot changes. |
166 | */ | 171 | */ |
167 | #define _PAGE_CHG_MASK \ | 172 | #define _PAGE_CHG_MASK \ |
168 | (PTE_MASK | _PAGE_ACCESSED | _PAGE_CACHABLE | \ | 173 | (PTE_MASK | _PAGE_ACCESSED | _PAGE_CACHABLE | \ |
@@ -231,13 +236,7 @@ static inline unsigned long copy_ptea_attributes(unsigned long x) | |||
231 | _PAGE_EXT_KERN_EXEC)) | 236 | _PAGE_EXT_KERN_EXEC)) |
232 | 237 | ||
233 | #define PAGE_KERNEL_PCC(slot, type) \ | 238 | #define PAGE_KERNEL_PCC(slot, type) \ |
234 | __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | \ | 239 | __pgprot(0) |
235 | _PAGE_ACCESSED | _PAGE_FLAGS_HARD | \ | ||
236 | _PAGE_EXT(_PAGE_EXT_KERN_READ | \ | ||
237 | _PAGE_EXT_KERN_WRITE | \ | ||
238 | _PAGE_EXT_KERN_EXEC) \ | ||
239 | (slot ? _PAGE_PCC_AREA5 : _PAGE_PCC_AREA6) | \ | ||
240 | (type)) | ||
241 | 240 | ||
242 | #elif defined(CONFIG_MMU) /* SH-X TLB */ | 241 | #elif defined(CONFIG_MMU) /* SH-X TLB */ |
243 | #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ | 242 | #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ |
@@ -378,8 +377,6 @@ PTE_BIT_FUNC(low, mkold, &= ~_PAGE_ACCESSED); | |||
378 | PTE_BIT_FUNC(low, mkyoung, |= _PAGE_ACCESSED); | 377 | PTE_BIT_FUNC(low, mkyoung, |= _PAGE_ACCESSED); |
379 | PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL); | 378 | PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL); |
380 | 379 | ||
381 | #define __HAVE_ARCH_PTE_SPECIAL | ||
382 | |||
383 | /* | 380 | /* |
384 | * Macro and implementation to make a page protection as uncachable. | 381 | * Macro and implementation to make a page protection as uncachable. |
385 | */ | 382 | */ |
@@ -429,10 +426,7 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) | |||
429 | #define pte_offset_kernel(dir, address) \ | 426 | #define pte_offset_kernel(dir, address) \ |
430 | ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(address)) | 427 | ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(address)) |
431 | #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) | 428 | #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) |
432 | #define pte_offset_map_nested(dir, address) pte_offset_kernel(dir, address) | ||
433 | |||
434 | #define pte_unmap(pte) do { } while (0) | 429 | #define pte_unmap(pte) do { } while (0) |
435 | #define pte_unmap_nested(pte) do { } while (0) | ||
436 | 430 | ||
437 | #ifdef CONFIG_X2TLB | 431 | #ifdef CONFIG_X2TLB |
438 | #define pte_ERROR(e) \ | 432 | #define pte_ERROR(e) \ |
diff --git a/arch/sh/include/asm/pgtable_64.h b/arch/sh/include/asm/pgtable_64.h index 0ee46776dad6..42cb9dd52161 100644 --- a/arch/sh/include/asm/pgtable_64.h +++ b/arch/sh/include/asm/pgtable_64.h | |||
@@ -84,9 +84,7 @@ static __inline__ void set_pte(pte_t *pteptr, pte_t pteval) | |||
84 | ((pte_t *) ((pmd_val(*(dir))) & PAGE_MASK) + pte_index((addr))) | 84 | ((pte_t *) ((pmd_val(*(dir))) & PAGE_MASK) + pte_index((addr))) |
85 | 85 | ||
86 | #define pte_offset_map(dir,addr) pte_offset_kernel(dir, addr) | 86 | #define pte_offset_map(dir,addr) pte_offset_kernel(dir, addr) |
87 | #define pte_offset_map_nested(dir,addr) pte_offset_kernel(dir, addr) | ||
88 | #define pte_unmap(pte) do { } while (0) | 87 | #define pte_unmap(pte) do { } while (0) |
89 | #define pte_unmap_nested(pte) do { } while (0) | ||
90 | 88 | ||
91 | #ifndef __ASSEMBLY__ | 89 | #ifndef __ASSEMBLY__ |
92 | #define IOBASE_VADDR 0xff000000 | 90 | #define IOBASE_VADDR 0xff000000 |
@@ -132,6 +130,7 @@ static __inline__ void set_pte(pte_t *pteptr, pte_t pteval) | |||
132 | * anything above the PPN field. | 130 | * anything above the PPN field. |
133 | */ | 131 | */ |
134 | #define _PAGE_WIRED _PAGE_EXT(0x001) /* software: wire the tlb entry */ | 132 | #define _PAGE_WIRED _PAGE_EXT(0x001) /* software: wire the tlb entry */ |
133 | #define _PAGE_SPECIAL _PAGE_EXT(0x002) | ||
135 | 134 | ||
136 | #define _PAGE_CLEAR_FLAGS (_PAGE_PRESENT | _PAGE_FILE | _PAGE_SHARED | \ | 135 | #define _PAGE_CLEAR_FLAGS (_PAGE_PRESENT | _PAGE_FILE | _PAGE_SHARED | \ |
137 | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_WIRED) | 136 | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_WIRED) |
@@ -175,7 +174,8 @@ static __inline__ void set_pte(pte_t *pteptr, pte_t pteval) | |||
175 | /* Default flags for a User page */ | 174 | /* Default flags for a User page */ |
176 | #define _PAGE_TABLE (_KERNPG_TABLE | _PAGE_USER) | 175 | #define _PAGE_TABLE (_KERNPG_TABLE | _PAGE_USER) |
177 | 176 | ||
178 | #define _PAGE_CHG_MASK (PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY) | 177 | #define _PAGE_CHG_MASK (PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | \ |
178 | _PAGE_SPECIAL) | ||
179 | 179 | ||
180 | /* | 180 | /* |
181 | * We have full permissions (Read/Write/Execute/Shared). | 181 | * We have full permissions (Read/Write/Execute/Shared). |
@@ -265,7 +265,7 @@ static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } | |||
265 | static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } | 265 | static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } |
266 | static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } | 266 | static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } |
267 | static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } | 267 | static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } |
268 | static inline int pte_special(pte_t pte){ return 0; } | 268 | static inline int pte_special(pte_t pte){ return pte_val(pte) & _PAGE_SPECIAL; } |
269 | 269 | ||
270 | static inline pte_t pte_wrprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_WRITE)); return pte; } | 270 | static inline pte_t pte_wrprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_WRITE)); return pte; } |
271 | static inline pte_t pte_mkclean(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_DIRTY)); return pte; } | 271 | static inline pte_t pte_mkclean(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_DIRTY)); return pte; } |
@@ -274,8 +274,7 @@ static inline pte_t pte_mkwrite(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | | |||
274 | static inline pte_t pte_mkdirty(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_DIRTY)); return pte; } | 274 | static inline pte_t pte_mkdirty(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_DIRTY)); return pte; } |
275 | static inline pte_t pte_mkyoung(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED)); return pte; } | 275 | static inline pte_t pte_mkyoung(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED)); return pte; } |
276 | static inline pte_t pte_mkhuge(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SZHUGE)); return pte; } | 276 | static inline pte_t pte_mkhuge(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SZHUGE)); return pte; } |
277 | static inline pte_t pte_mkspecial(pte_t pte) { return pte; } | 277 | static inline pte_t pte_mkspecial(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SPECIAL)); return pte; } |
278 | |||
279 | 278 | ||
280 | /* | 279 | /* |
281 | * Conversion functions: convert a page and protection to a page entry. | 280 | * Conversion functions: convert a page and protection to a page entry. |
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h index 0a58cb25a658..9c7bdfcaebbd 100644 --- a/arch/sh/include/asm/processor.h +++ b/arch/sh/include/asm/processor.h | |||
@@ -35,7 +35,7 @@ enum cpu_type { | |||
35 | CPU_SH7723, CPU_SH7724, CPU_SH7757, CPU_SHX3, | 35 | CPU_SH7723, CPU_SH7724, CPU_SH7757, CPU_SHX3, |
36 | 36 | ||
37 | /* SH4AL-DSP types */ | 37 | /* SH4AL-DSP types */ |
38 | CPU_SH7343, CPU_SH7722, CPU_SH7366, | 38 | CPU_SH7343, CPU_SH7722, CPU_SH7366, CPU_SH7372, |
39 | 39 | ||
40 | /* SH-5 types */ | 40 | /* SH-5 types */ |
41 | CPU_SH5_101, CPU_SH5_103, | 41 | CPU_SH5_101, CPU_SH5_103, |
@@ -89,6 +89,7 @@ struct sh_cpuinfo { | |||
89 | struct task_struct *idle; | 89 | struct task_struct *idle; |
90 | #endif | 90 | #endif |
91 | 91 | ||
92 | unsigned int phys_bits; | ||
92 | unsigned long flags; | 93 | unsigned long flags; |
93 | } __attribute__ ((aligned(L1_CACHE_BYTES))); | 94 | } __attribute__ ((aligned(L1_CACHE_BYTES))); |
94 | 95 | ||
diff --git a/arch/sh/include/asm/processor_32.h b/arch/sh/include/asm/processor_32.h index 61a445d2d02a..900f8d72ffe2 100644 --- a/arch/sh/include/asm/processor_32.h +++ b/arch/sh/include/asm/processor_32.h | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <linux/linkage.h> | 13 | #include <linux/linkage.h> |
14 | #include <asm/page.h> | 14 | #include <asm/page.h> |
15 | #include <asm/types.h> | 15 | #include <asm/types.h> |
16 | #include <asm/ptrace.h> | ||
17 | #include <asm/hw_breakpoint.h> | 16 | #include <asm/hw_breakpoint.h> |
18 | 17 | ||
19 | /* | 18 | /* |
@@ -194,18 +193,21 @@ extern unsigned long get_wchan(struct task_struct *p); | |||
194 | #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) | 193 | #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) |
195 | #define KSTK_ESP(tsk) (task_pt_regs(tsk)->regs[15]) | 194 | #define KSTK_ESP(tsk) (task_pt_regs(tsk)->regs[15]) |
196 | 195 | ||
197 | #define user_stack_pointer(_regs) ((_regs)->regs[15]) | ||
198 | |||
199 | #if defined(CONFIG_CPU_SH2A) || defined(CONFIG_CPU_SH4) | 196 | #if defined(CONFIG_CPU_SH2A) || defined(CONFIG_CPU_SH4) |
197 | |||
200 | #define PREFETCH_STRIDE L1_CACHE_BYTES | 198 | #define PREFETCH_STRIDE L1_CACHE_BYTES |
201 | #define ARCH_HAS_PREFETCH | 199 | #define ARCH_HAS_PREFETCH |
202 | #define ARCH_HAS_PREFETCHW | 200 | #define ARCH_HAS_PREFETCHW |
203 | static inline void prefetch(void *x) | 201 | |
202 | static inline void prefetch(const void *x) | ||
204 | { | 203 | { |
205 | __asm__ __volatile__ ("pref @%0\n\t" : : "r" (x) : "memory"); | 204 | __builtin_prefetch(x, 0, 3); |
206 | } | 205 | } |
207 | 206 | ||
208 | #define prefetchw(x) prefetch(x) | 207 | static inline void prefetchw(const void *x) |
208 | { | ||
209 | __builtin_prefetch(x, 1, 3); | ||
210 | } | ||
209 | #endif | 211 | #endif |
210 | 212 | ||
211 | #endif /* __KERNEL__ */ | 213 | #endif /* __KERNEL__ */ |
diff --git a/arch/sh/include/asm/processor_64.h b/arch/sh/include/asm/processor_64.h index 621bc4618c6b..e25c4c7d6b63 100644 --- a/arch/sh/include/asm/processor_64.h +++ b/arch/sh/include/asm/processor_64.h | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/compiler.h> | 17 | #include <linux/compiler.h> |
18 | #include <asm/page.h> | 18 | #include <asm/page.h> |
19 | #include <asm/types.h> | 19 | #include <asm/types.h> |
20 | #include <asm/ptrace.h> | ||
21 | #include <cpu/registers.h> | 20 | #include <cpu/registers.h> |
22 | 21 | ||
23 | /* | 22 | /* |
@@ -151,7 +150,6 @@ struct thread_struct { | |||
151 | #define SR_USER (SR_MMU | SR_FD) | 150 | #define SR_USER (SR_MMU | SR_FD) |
152 | 151 | ||
153 | #define start_thread(_regs, new_pc, new_sp) \ | 152 | #define start_thread(_regs, new_pc, new_sp) \ |
154 | set_fs(USER_DS); \ | ||
155 | _regs->sr = SR_USER; /* User mode. */ \ | 153 | _regs->sr = SR_USER; /* User mode. */ \ |
156 | _regs->pc = new_pc - 4; /* Compensate syscall exit */ \ | 154 | _regs->pc = new_pc - 4; /* Compensate syscall exit */ \ |
157 | _regs->pc |= 1; /* Set SHmedia ! */ \ | 155 | _regs->pc |= 1; /* Set SHmedia ! */ \ |
@@ -231,7 +229,5 @@ extern unsigned long get_wchan(struct task_struct *p); | |||
231 | #define KSTK_EIP(tsk) ((tsk)->thread.pc) | 229 | #define KSTK_EIP(tsk) ((tsk)->thread.pc) |
232 | #define KSTK_ESP(tsk) ((tsk)->thread.sp) | 230 | #define KSTK_ESP(tsk) ((tsk)->thread.sp) |
233 | 231 | ||
234 | #define user_stack_pointer(_regs) ((_regs)->regs[15]) | ||
235 | |||
236 | #endif /* __ASSEMBLY__ */ | 232 | #endif /* __ASSEMBLY__ */ |
237 | #endif /* __ASM_SH_PROCESSOR_64_H */ | 233 | #endif /* __ASM_SH_PROCESSOR_64_H */ |
diff --git a/arch/sh/include/asm/ptrace.h b/arch/sh/include/asm/ptrace.h index 2168fde25611..88bd6be168a9 100644 --- a/arch/sh/include/asm/ptrace.h +++ b/arch/sh/include/asm/ptrace.h | |||
@@ -3,90 +3,7 @@ | |||
3 | 3 | ||
4 | /* | 4 | /* |
5 | * Copyright (C) 1999, 2000 Niibe Yutaka | 5 | * Copyright (C) 1999, 2000 Niibe Yutaka |
6 | * | ||
7 | */ | ||
8 | #if defined(__SH5__) | ||
9 | struct pt_regs { | ||
10 | unsigned long long pc; | ||
11 | unsigned long long sr; | ||
12 | long long syscall_nr; | ||
13 | unsigned long long regs[63]; | ||
14 | unsigned long long tregs[8]; | ||
15 | unsigned long long pad[2]; | ||
16 | }; | ||
17 | #else | ||
18 | /* | ||
19 | * GCC defines register number like this: | ||
20 | * ----------------------------- | ||
21 | * 0 - 15 are integer registers | ||
22 | * 17 - 22 are control/special registers | ||
23 | * 24 - 39 fp registers | ||
24 | * 40 - 47 xd registers | ||
25 | * 48 - fpscr register | ||
26 | * ----------------------------- | ||
27 | * | ||
28 | * We follows above, except: | ||
29 | * 16 --- program counter (PC) | ||
30 | * 22 --- syscall # | ||
31 | * 23 --- floating point communication register | ||
32 | */ | ||
33 | #define REG_REG0 0 | ||
34 | #define REG_REG15 15 | ||
35 | |||
36 | #define REG_PC 16 | ||
37 | |||
38 | #define REG_PR 17 | ||
39 | #define REG_SR 18 | ||
40 | #define REG_GBR 19 | ||
41 | #define REG_MACH 20 | ||
42 | #define REG_MACL 21 | ||
43 | |||
44 | #define REG_SYSCALL 22 | ||
45 | |||
46 | #define REG_FPREG0 23 | ||
47 | #define REG_FPREG15 38 | ||
48 | #define REG_XFREG0 39 | ||
49 | #define REG_XFREG15 54 | ||
50 | |||
51 | #define REG_FPSCR 55 | ||
52 | #define REG_FPUL 56 | ||
53 | |||
54 | /* | ||
55 | * This struct defines the way the registers are stored on the | ||
56 | * kernel stack during a system call or other kernel entry. | ||
57 | */ | ||
58 | struct pt_regs { | ||
59 | unsigned long regs[16]; | ||
60 | unsigned long pc; | ||
61 | unsigned long pr; | ||
62 | unsigned long sr; | ||
63 | unsigned long gbr; | ||
64 | unsigned long mach; | ||
65 | unsigned long macl; | ||
66 | long tra; | ||
67 | }; | ||
68 | |||
69 | /* | ||
70 | * This struct defines the way the DSP registers are stored on the | ||
71 | * kernel stack during a system call or other kernel entry. | ||
72 | */ | 6 | */ |
73 | struct pt_dspregs { | ||
74 | unsigned long a1; | ||
75 | unsigned long a0g; | ||
76 | unsigned long a1g; | ||
77 | unsigned long m0; | ||
78 | unsigned long m1; | ||
79 | unsigned long a0; | ||
80 | unsigned long x0; | ||
81 | unsigned long x1; | ||
82 | unsigned long y0; | ||
83 | unsigned long y1; | ||
84 | unsigned long dsr; | ||
85 | unsigned long rs; | ||
86 | unsigned long re; | ||
87 | unsigned long mod; | ||
88 | }; | ||
89 | #endif | ||
90 | 7 | ||
91 | #define PTRACE_GETREGS 12 /* General registers */ | 8 | #define PTRACE_GETREGS 12 /* General registers */ |
92 | #define PTRACE_SETREGS 13 | 9 | #define PTRACE_SETREGS 13 |
@@ -107,22 +24,103 @@ struct pt_dspregs { | |||
107 | #define PT_DATA_ADDR 248 /* &(struct user)->start_data */ | 24 | #define PT_DATA_ADDR 248 /* &(struct user)->start_data */ |
108 | #define PT_TEXT_LEN 252 | 25 | #define PT_TEXT_LEN 252 |
109 | 26 | ||
27 | #if defined(__SH5__) || defined(CONFIG_CPU_SH5) | ||
28 | #include "ptrace_64.h" | ||
29 | #else | ||
30 | #include "ptrace_32.h" | ||
31 | #endif | ||
32 | |||
110 | #ifdef __KERNEL__ | 33 | #ifdef __KERNEL__ |
34 | |||
35 | #include <linux/stringify.h> | ||
36 | #include <linux/stddef.h> | ||
37 | #include <linux/thread_info.h> | ||
111 | #include <asm/addrspace.h> | 38 | #include <asm/addrspace.h> |
112 | #include <asm/page.h> | 39 | #include <asm/page.h> |
113 | #include <asm/system.h> | 40 | #include <asm/system.h> |
114 | 41 | ||
115 | #define user_mode(regs) (((regs)->sr & 0x40000000)==0) | 42 | #define user_mode(regs) (((regs)->sr & 0x40000000)==0) |
116 | #define instruction_pointer(regs) ((unsigned long)(regs)->pc) | 43 | #define kernel_stack_pointer(_regs) ((unsigned long)(_regs)->regs[15]) |
44 | |||
45 | #define GET_FP(regs) ((regs)->regs[14]) | ||
46 | #define GET_USP(regs) ((regs)->regs[15]) | ||
117 | 47 | ||
118 | extern void show_regs(struct pt_regs *); | 48 | extern void show_regs(struct pt_regs *); |
119 | 49 | ||
50 | #define arch_has_single_step() (1) | ||
51 | |||
120 | /* | 52 | /* |
121 | * These are defined as per linux/ptrace.h. | 53 | * kprobe-based event tracer support |
122 | */ | 54 | */ |
123 | struct task_struct; | 55 | struct pt_regs_offset { |
56 | const char *name; | ||
57 | int offset; | ||
58 | }; | ||
124 | 59 | ||
125 | #define arch_has_single_step() (1) | 60 | #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)} |
61 | #define REGS_OFFSET_NAME(num) \ | ||
62 | {.name = __stringify(r##num), .offset = offsetof(struct pt_regs, regs[num])} | ||
63 | #define TREGS_OFFSET_NAME(num) \ | ||
64 | {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])} | ||
65 | #define REG_OFFSET_END {.name = NULL, .offset = 0} | ||
66 | |||
67 | /* Query offset/name of register from its name/offset */ | ||
68 | extern int regs_query_register_offset(const char *name); | ||
69 | extern const char *regs_query_register_name(unsigned int offset); | ||
70 | |||
71 | extern const struct pt_regs_offset regoffset_table[]; | ||
72 | |||
73 | /** | ||
74 | * regs_get_register() - get register value from its offset | ||
75 | * @regs: pt_regs from which register value is gotten. | ||
76 | * @offset: offset number of the register. | ||
77 | * | ||
78 | * regs_get_register returns the value of a register. The @offset is the | ||
79 | * offset of the register in struct pt_regs address which specified by @regs. | ||
80 | * If @offset is bigger than MAX_REG_OFFSET, this returns 0. | ||
81 | */ | ||
82 | static inline unsigned long regs_get_register(struct pt_regs *regs, | ||
83 | unsigned int offset) | ||
84 | { | ||
85 | if (unlikely(offset > MAX_REG_OFFSET)) | ||
86 | return 0; | ||
87 | return *(unsigned long *)((unsigned long)regs + offset); | ||
88 | } | ||
89 | |||
90 | /** | ||
91 | * regs_within_kernel_stack() - check the address in the stack | ||
92 | * @regs: pt_regs which contains kernel stack pointer. | ||
93 | * @addr: address which is checked. | ||
94 | * | ||
95 | * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). | ||
96 | * If @addr is within the kernel stack, it returns true. If not, returns false. | ||
97 | */ | ||
98 | static inline int regs_within_kernel_stack(struct pt_regs *regs, | ||
99 | unsigned long addr) | ||
100 | { | ||
101 | return ((addr & ~(THREAD_SIZE - 1)) == | ||
102 | (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1))); | ||
103 | } | ||
104 | |||
105 | /** | ||
106 | * regs_get_kernel_stack_nth() - get Nth entry of the stack | ||
107 | * @regs: pt_regs which contains kernel stack pointer. | ||
108 | * @n: stack entry number. | ||
109 | * | ||
110 | * regs_get_kernel_stack_nth() returns @n th entry of the kernel stack which | ||
111 | * is specified by @regs. If the @n th entry is NOT in the kernel stack, | ||
112 | * this returns 0. | ||
113 | */ | ||
114 | static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, | ||
115 | unsigned int n) | ||
116 | { | ||
117 | unsigned long *addr = (unsigned long *)kernel_stack_pointer(regs); | ||
118 | addr += n; | ||
119 | if (regs_within_kernel_stack(regs, (unsigned long)addr)) | ||
120 | return *addr; | ||
121 | else | ||
122 | return 0; | ||
123 | } | ||
126 | 124 | ||
127 | struct perf_event; | 125 | struct perf_event; |
128 | struct perf_sample_data; | 126 | struct perf_sample_data; |
@@ -135,13 +133,16 @@ extern void ptrace_triggered(struct perf_event *bp, int nmi, | |||
135 | 133 | ||
136 | static inline unsigned long profile_pc(struct pt_regs *regs) | 134 | static inline unsigned long profile_pc(struct pt_regs *regs) |
137 | { | 135 | { |
138 | unsigned long pc = instruction_pointer(regs); | 136 | unsigned long pc = regs->pc; |
139 | 137 | ||
140 | if (virt_addr_uncached(pc)) | 138 | if (virt_addr_uncached(pc)) |
141 | return CAC_ADDR(pc); | 139 | return CAC_ADDR(pc); |
142 | 140 | ||
143 | return pc; | 141 | return pc; |
144 | } | 142 | } |
143 | #define profile_pc profile_pc | ||
144 | |||
145 | #include <asm-generic/ptrace.h> | ||
145 | #endif /* __KERNEL__ */ | 146 | #endif /* __KERNEL__ */ |
146 | 147 | ||
147 | #endif /* __ASM_SH_PTRACE_H */ | 148 | #endif /* __ASM_SH_PTRACE_H */ |
diff --git a/arch/sh/include/asm/ptrace_32.h b/arch/sh/include/asm/ptrace_32.h new file mode 100644 index 000000000000..6c2239cca1a2 --- /dev/null +++ b/arch/sh/include/asm/ptrace_32.h | |||
@@ -0,0 +1,83 @@ | |||
1 | #ifndef __ASM_SH_PTRACE_32_H | ||
2 | #define __ASM_SH_PTRACE_32_H | ||
3 | |||
4 | /* | ||
5 | * GCC defines register number like this: | ||
6 | * ----------------------------- | ||
7 | * 0 - 15 are integer registers | ||
8 | * 17 - 22 are control/special registers | ||
9 | * 24 - 39 fp registers | ||
10 | * 40 - 47 xd registers | ||
11 | * 48 - fpscr register | ||
12 | * ----------------------------- | ||
13 | * | ||
14 | * We follows above, except: | ||
15 | * 16 --- program counter (PC) | ||
16 | * 22 --- syscall # | ||
17 | * 23 --- floating point communication register | ||
18 | */ | ||
19 | #define REG_REG0 0 | ||
20 | #define REG_REG15 15 | ||
21 | |||
22 | #define REG_PC 16 | ||
23 | |||
24 | #define REG_PR 17 | ||
25 | #define REG_SR 18 | ||
26 | #define REG_GBR 19 | ||
27 | #define REG_MACH 20 | ||
28 | #define REG_MACL 21 | ||
29 | |||
30 | #define REG_SYSCALL 22 | ||
31 | |||
32 | #define REG_FPREG0 23 | ||
33 | #define REG_FPREG15 38 | ||
34 | #define REG_XFREG0 39 | ||
35 | #define REG_XFREG15 54 | ||
36 | |||
37 | #define REG_FPSCR 55 | ||
38 | #define REG_FPUL 56 | ||
39 | |||
40 | /* | ||
41 | * This struct defines the way the registers are stored on the | ||
42 | * kernel stack during a system call or other kernel entry. | ||
43 | */ | ||
44 | struct pt_regs { | ||
45 | unsigned long regs[16]; | ||
46 | unsigned long pc; | ||
47 | unsigned long pr; | ||
48 | unsigned long sr; | ||
49 | unsigned long gbr; | ||
50 | unsigned long mach; | ||
51 | unsigned long macl; | ||
52 | long tra; | ||
53 | }; | ||
54 | |||
55 | /* | ||
56 | * This struct defines the way the DSP registers are stored on the | ||
57 | * kernel stack during a system call or other kernel entry. | ||
58 | */ | ||
59 | struct pt_dspregs { | ||
60 | unsigned long a1; | ||
61 | unsigned long a0g; | ||
62 | unsigned long a1g; | ||
63 | unsigned long m0; | ||
64 | unsigned long m1; | ||
65 | unsigned long a0; | ||
66 | unsigned long x0; | ||
67 | unsigned long x1; | ||
68 | unsigned long y0; | ||
69 | unsigned long y1; | ||
70 | unsigned long dsr; | ||
71 | unsigned long rs; | ||
72 | unsigned long re; | ||
73 | unsigned long mod; | ||
74 | }; | ||
75 | |||
76 | #ifdef __KERNEL__ | ||
77 | |||
78 | #define MAX_REG_OFFSET offsetof(struct pt_regs, tra) | ||
79 | #define regs_return_value(_regs) ((_regs)->regs[0]) | ||
80 | |||
81 | #endif /* __KERNEL__ */ | ||
82 | |||
83 | #endif /* __ASM_SH_PTRACE_32_H */ | ||
diff --git a/arch/sh/include/asm/ptrace_64.h b/arch/sh/include/asm/ptrace_64.h new file mode 100644 index 000000000000..bf9be7764d69 --- /dev/null +++ b/arch/sh/include/asm/ptrace_64.h | |||
@@ -0,0 +1,20 @@ | |||
1 | #ifndef __ASM_SH_PTRACE_64_H | ||
2 | #define __ASM_SH_PTRACE_64_H | ||
3 | |||
4 | struct pt_regs { | ||
5 | unsigned long long pc; | ||
6 | unsigned long long sr; | ||
7 | long long syscall_nr; | ||
8 | unsigned long long regs[63]; | ||
9 | unsigned long long tregs[8]; | ||
10 | unsigned long long pad[2]; | ||
11 | }; | ||
12 | |||
13 | #ifdef __KERNEL__ | ||
14 | |||
15 | #define MAX_REG_OFFSET offsetof(struct pt_regs, tregs[7]) | ||
16 | #define regs_return_value(_regs) ((_regs)->regs[3]) | ||
17 | |||
18 | #endif /* __KERNEL__ */ | ||
19 | |||
20 | #endif /* __ASM_SH_PTRACE_64_H */ | ||
diff --git a/arch/sh/include/asm/rwsem.h b/arch/sh/include/asm/rwsem.h index 06e2251a5e48..edab57265293 100644 --- a/arch/sh/include/asm/rwsem.h +++ b/arch/sh/include/asm/rwsem.h | |||
@@ -11,64 +11,13 @@ | |||
11 | #endif | 11 | #endif |
12 | 12 | ||
13 | #ifdef __KERNEL__ | 13 | #ifdef __KERNEL__ |
14 | #include <linux/list.h> | ||
15 | #include <linux/spinlock.h> | ||
16 | #include <asm/atomic.h> | ||
17 | #include <asm/system.h> | ||
18 | 14 | ||
19 | /* | ||
20 | * the semaphore definition | ||
21 | */ | ||
22 | struct rw_semaphore { | ||
23 | long count; | ||
24 | #define RWSEM_UNLOCKED_VALUE 0x00000000 | 15 | #define RWSEM_UNLOCKED_VALUE 0x00000000 |
25 | #define RWSEM_ACTIVE_BIAS 0x00000001 | 16 | #define RWSEM_ACTIVE_BIAS 0x00000001 |
26 | #define RWSEM_ACTIVE_MASK 0x0000ffff | 17 | #define RWSEM_ACTIVE_MASK 0x0000ffff |
27 | #define RWSEM_WAITING_BIAS (-0x00010000) | 18 | #define RWSEM_WAITING_BIAS (-0x00010000) |
28 | #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS | 19 | #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS |
29 | #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS) | 20 | #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS) |
30 | spinlock_t wait_lock; | ||
31 | struct list_head wait_list; | ||
32 | #ifdef CONFIG_DEBUG_LOCK_ALLOC | ||
33 | struct lockdep_map dep_map; | ||
34 | #endif | ||
35 | }; | ||
36 | |||
37 | #ifdef CONFIG_DEBUG_LOCK_ALLOC | ||
38 | # define __RWSEM_DEP_MAP_INIT(lockname) , .dep_map = { .name = #lockname } | ||
39 | #else | ||
40 | # define __RWSEM_DEP_MAP_INIT(lockname) | ||
41 | #endif | ||
42 | |||
43 | #define __RWSEM_INITIALIZER(name) \ | ||
44 | { RWSEM_UNLOCKED_VALUE, __SPIN_LOCK_UNLOCKED((name).wait_lock), \ | ||
45 | LIST_HEAD_INIT((name).wait_list) \ | ||
46 | __RWSEM_DEP_MAP_INIT(name) } | ||
47 | |||
48 | #define DECLARE_RWSEM(name) \ | ||
49 | struct rw_semaphore name = __RWSEM_INITIALIZER(name) | ||
50 | |||
51 | extern struct rw_semaphore *rwsem_down_read_failed(struct rw_semaphore *sem); | ||
52 | extern struct rw_semaphore *rwsem_down_write_failed(struct rw_semaphore *sem); | ||
53 | extern struct rw_semaphore *rwsem_wake(struct rw_semaphore *sem); | ||
54 | extern struct rw_semaphore *rwsem_downgrade_wake(struct rw_semaphore *sem); | ||
55 | |||
56 | extern void __init_rwsem(struct rw_semaphore *sem, const char *name, | ||
57 | struct lock_class_key *key); | ||
58 | |||
59 | #define init_rwsem(sem) \ | ||
60 | do { \ | ||
61 | static struct lock_class_key __key; \ | ||
62 | \ | ||
63 | __init_rwsem((sem), #sem, &__key); \ | ||
64 | } while (0) | ||
65 | |||
66 | static inline void init_rwsem(struct rw_semaphore *sem) | ||
67 | { | ||
68 | sem->count = RWSEM_UNLOCKED_VALUE; | ||
69 | spin_lock_init(&sem->wait_lock); | ||
70 | INIT_LIST_HEAD(&sem->wait_list); | ||
71 | } | ||
72 | 21 | ||
73 | /* | 22 | /* |
74 | * lock for reading | 23 | * lock for reading |
@@ -179,10 +128,5 @@ static inline int rwsem_atomic_update(int delta, struct rw_semaphore *sem) | |||
179 | return atomic_add_return(delta, (atomic_t *)(&sem->count)); | 128 | return atomic_add_return(delta, (atomic_t *)(&sem->count)); |
180 | } | 129 | } |
181 | 130 | ||
182 | static inline int rwsem_is_locked(struct rw_semaphore *sem) | ||
183 | { | ||
184 | return (sem->count != 0); | ||
185 | } | ||
186 | |||
187 | #endif /* __KERNEL__ */ | 131 | #endif /* __KERNEL__ */ |
188 | #endif /* _ASM_SH_RWSEM_H */ | 132 | #endif /* _ASM_SH_RWSEM_H */ |
diff --git a/arch/sh/include/asm/sections.h b/arch/sh/include/asm/sections.h index a78701da775b..4a5350037c8f 100644 --- a/arch/sh/include/asm/sections.h +++ b/arch/sh/include/asm/sections.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include <asm-generic/sections.h> | 4 | #include <asm-generic/sections.h> |
5 | 5 | ||
6 | extern void __nosave_begin, __nosave_end; | 6 | extern long __nosave_begin, __nosave_end; |
7 | extern long __machvec_start, __machvec_end; | 7 | extern long __machvec_start, __machvec_end; |
8 | extern char __uncached_start, __uncached_end; | 8 | extern char __uncached_start, __uncached_end; |
9 | extern char _ebss[]; | 9 | extern char _ebss[]; |
diff --git a/arch/sh/include/asm/sh_eth.h b/arch/sh/include/asm/sh_eth.h index f739061e2ee4..0f325da0f923 100644 --- a/arch/sh/include/asm/sh_eth.h +++ b/arch/sh/include/asm/sh_eth.h | |||
@@ -1,11 +1,21 @@ | |||
1 | #ifndef __ASM_SH_ETH_H__ | 1 | #ifndef __ASM_SH_ETH_H__ |
2 | #define __ASM_SH_ETH_H__ | 2 | #define __ASM_SH_ETH_H__ |
3 | 3 | ||
4 | #include <linux/phy.h> | ||
5 | |||
4 | enum {EDMAC_LITTLE_ENDIAN, EDMAC_BIG_ENDIAN}; | 6 | enum {EDMAC_LITTLE_ENDIAN, EDMAC_BIG_ENDIAN}; |
7 | enum { | ||
8 | SH_ETH_REG_GIGABIT, | ||
9 | SH_ETH_REG_FAST_SH4, | ||
10 | SH_ETH_REG_FAST_SH3_SH2 | ||
11 | }; | ||
5 | 12 | ||
6 | struct sh_eth_plat_data { | 13 | struct sh_eth_plat_data { |
7 | int phy; | 14 | int phy; |
8 | int edmac_endian; | 15 | int edmac_endian; |
16 | int register_type; | ||
17 | phy_interface_t phy_interface; | ||
18 | void (*set_mdio_gate)(unsigned long addr); | ||
9 | 19 | ||
10 | unsigned char mac_addr[6]; | 20 | unsigned char mac_addr[6]; |
11 | unsigned no_ether_link:1; | 21 | unsigned no_ether_link:1; |
diff --git a/arch/sh/include/asm/sizes.h b/arch/sh/include/asm/sizes.h index 3a1fb97770f1..dd248c2e1085 100644 --- a/arch/sh/include/asm/sizes.h +++ b/arch/sh/include/asm/sizes.h | |||
@@ -1,61 +1 @@ | |||
1 | /* | #include <asm-generic/sizes.h> | |
2 | * This program is free software; you can redistribute it and/or modify | ||
3 | * it under the terms of the GNU General Public License as published by | ||
4 | * the Free Software Foundation; either version 2 of the License, or | ||
5 | * (at your option) any later version. | ||
6 | * | ||
7 | * This program is distributed in the hope that it will be useful, | ||
8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
10 | * GNU General Public License for more details. | ||
11 | * | ||
12 | * You should have received a copy of the GNU General Public License | ||
13 | * along with this program; if not, write to the Free Software | ||
14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
15 | */ | ||
16 | /* DO NOT EDIT!! - this file automatically generated | ||
17 | * from .s file by awk -f s2h.awk | ||
18 | */ | ||
19 | /* Size definitions | ||
20 | * Copyright (C) ARM Limited 1998. All rights reserved. | ||
21 | */ | ||
22 | |||
23 | #ifndef __sizes_h | ||
24 | #define __sizes_h 1 | ||
25 | |||
26 | /* handy sizes */ | ||
27 | #define SZ_16 0x00000010 | ||
28 | #define SZ_32 0x00000020 | ||
29 | #define SZ_64 0x00000040 | ||
30 | #define SZ_128 0x00000080 | ||
31 | #define SZ_256 0x00000100 | ||
32 | #define SZ_512 0x00000200 | ||
33 | |||
34 | #define SZ_1K 0x00000400 | ||
35 | #define SZ_4K 0x00001000 | ||
36 | #define SZ_8K 0x00002000 | ||
37 | #define SZ_16K 0x00004000 | ||
38 | #define SZ_32K 0x00008000 | ||
39 | #define SZ_64K 0x00010000 | ||
40 | #define SZ_128K 0x00020000 | ||
41 | #define SZ_256K 0x00040000 | ||
42 | #define SZ_512K 0x00080000 | ||
43 | |||
44 | #define SZ_1M 0x00100000 | ||
45 | #define SZ_2M 0x00200000 | ||
46 | #define SZ_4M 0x00400000 | ||
47 | #define SZ_8M 0x00800000 | ||
48 | #define SZ_16M 0x01000000 | ||
49 | #define SZ_26M 0x01a00000 | ||
50 | #define SZ_32M 0x02000000 | ||
51 | #define SZ_64M 0x04000000 | ||
52 | #define SZ_128M 0x08000000 | ||
53 | #define SZ_256M 0x10000000 | ||
54 | #define SZ_512M 0x20000000 | ||
55 | |||
56 | #define SZ_1G 0x40000000 | ||
57 | #define SZ_2G 0x80000000 | ||
58 | |||
59 | #endif | ||
60 | |||
61 | /* END */ | ||
diff --git a/arch/sh/include/asm/sram.h b/arch/sh/include/asm/sram.h new file mode 100644 index 000000000000..a2808ce4c0aa --- /dev/null +++ b/arch/sh/include/asm/sram.h | |||
@@ -0,0 +1,38 @@ | |||
1 | #ifndef __ASM_SRAM_H | ||
2 | #define __ASM_SRAM_H | ||
3 | |||
4 | #ifdef CONFIG_HAVE_SRAM_POOL | ||
5 | |||
6 | #include <linux/spinlock.h> | ||
7 | #include <linux/genalloc.h> | ||
8 | |||
9 | /* arch/sh/mm/sram.c */ | ||
10 | extern struct gen_pool *sram_pool; | ||
11 | |||
12 | static inline unsigned long sram_alloc(size_t len) | ||
13 | { | ||
14 | if (!sram_pool) | ||
15 | return 0UL; | ||
16 | |||
17 | return gen_pool_alloc(sram_pool, len); | ||
18 | } | ||
19 | |||
20 | static inline void sram_free(unsigned long addr, size_t len) | ||
21 | { | ||
22 | return gen_pool_free(sram_pool, addr, len); | ||
23 | } | ||
24 | |||
25 | #else | ||
26 | |||
27 | static inline unsigned long sram_alloc(size_t len) | ||
28 | { | ||
29 | return 0; | ||
30 | } | ||
31 | |||
32 | static inline void sram_free(unsigned long addr, size_t len) | ||
33 | { | ||
34 | } | ||
35 | |||
36 | #endif /* CONFIG_HAVE_SRAM_POOL */ | ||
37 | |||
38 | #endif /* __ASM_SRAM_H */ | ||
diff --git a/arch/sh/include/asm/stacktrace.h b/arch/sh/include/asm/stacktrace.h index 797018213718..a7e2d4dfd087 100644 --- a/arch/sh/include/asm/stacktrace.h +++ b/arch/sh/include/asm/stacktrace.h | |||
@@ -10,9 +10,6 @@ | |||
10 | /* Generic stack tracer with callbacks */ | 10 | /* Generic stack tracer with callbacks */ |
11 | 11 | ||
12 | struct stacktrace_ops { | 12 | struct stacktrace_ops { |
13 | void (*warning)(void *data, char *msg); | ||
14 | /* msg must contain %s for the symbol */ | ||
15 | void (*warning_symbol)(void *data, char *msg, unsigned long symbol); | ||
16 | void (*address)(void *data, unsigned long address, int reliable); | 13 | void (*address)(void *data, unsigned long address, int reliable); |
17 | /* On negative return stop dumping */ | 14 | /* On negative return stop dumping */ |
18 | int (*stack)(void *data, char *name); | 15 | int (*stack)(void *data, char *name); |
diff --git a/arch/sh/include/asm/suspend.h b/arch/sh/include/asm/suspend.h index 64eb41a063e8..e14567a7e9a1 100644 --- a/arch/sh/include/asm/suspend.h +++ b/arch/sh/include/asm/suspend.h | |||
@@ -3,7 +3,6 @@ | |||
3 | 3 | ||
4 | #ifndef __ASSEMBLY__ | 4 | #ifndef __ASSEMBLY__ |
5 | #include <linux/notifier.h> | 5 | #include <linux/notifier.h> |
6 | static inline int arch_prepare_suspend(void) { return 0; } | ||
7 | 6 | ||
8 | #include <asm/ptrace.h> | 7 | #include <asm/ptrace.h> |
9 | 8 | ||
diff --git a/arch/sh/include/asm/syscalls_32.h b/arch/sh/include/asm/syscalls_32.h index be201fdc97aa..ae717e3c26d6 100644 --- a/arch/sh/include/asm/syscalls_32.h +++ b/arch/sh/include/asm/syscalls_32.h | |||
@@ -19,9 +19,10 @@ asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, | |||
19 | asmlinkage int sys_vfork(unsigned long r4, unsigned long r5, | 19 | asmlinkage int sys_vfork(unsigned long r4, unsigned long r5, |
20 | unsigned long r6, unsigned long r7, | 20 | unsigned long r6, unsigned long r7, |
21 | struct pt_regs __regs); | 21 | struct pt_regs __regs); |
22 | asmlinkage int sys_execve(const char __user *ufilename, char __user * __user *uargv, | 22 | asmlinkage int sys_execve(const char __user *ufilename, |
23 | char __user * __user *uenvp, unsigned long r7, | 23 | const char __user *const __user *uargv, |
24 | struct pt_regs __regs); | 24 | const char __user *const __user *uenvp, |
25 | unsigned long r7, struct pt_regs __regs); | ||
25 | asmlinkage int sys_sigsuspend(old_sigset_t mask, unsigned long r5, | 26 | asmlinkage int sys_sigsuspend(old_sigset_t mask, unsigned long r5, |
26 | unsigned long r6, unsigned long r7, | 27 | unsigned long r6, unsigned long r7, |
27 | struct pt_regs __regs); | 28 | struct pt_regs __regs); |
diff --git a/arch/sh/include/asm/system.h b/arch/sh/include/asm/system.h index 0bd7a17d5e1a..10c8b1823a18 100644 --- a/arch/sh/include/asm/system.h +++ b/arch/sh/include/asm/system.h | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/compiler.h> | 10 | #include <linux/compiler.h> |
11 | #include <linux/linkage.h> | 11 | #include <linux/linkage.h> |
12 | #include <asm/types.h> | 12 | #include <asm/types.h> |
13 | #include <asm/uncached.h> | ||
13 | 14 | ||
14 | #define AT_VECTOR_SIZE_ARCH 5 /* entries in ARCH_DLINFO */ | 15 | #define AT_VECTOR_SIZE_ARCH 5 /* entries in ARCH_DLINFO */ |
15 | 16 | ||
@@ -137,11 +138,6 @@ extern unsigned int instruction_size(unsigned int insn); | |||
137 | #define instruction_size(insn) (4) | 138 | #define instruction_size(insn) (4) |
138 | #endif | 139 | #endif |
139 | 140 | ||
140 | extern unsigned long cached_to_uncached; | ||
141 | extern unsigned long uncached_size; | ||
142 | |||
143 | extern struct dentry *sh_debugfs_root; | ||
144 | |||
145 | void per_cpu_trap_init(void); | 141 | void per_cpu_trap_init(void); |
146 | void default_idle(void); | 142 | void default_idle(void); |
147 | void cpu_idle_wait(void); | 143 | void cpu_idle_wait(void); |
diff --git a/arch/sh/include/asm/system_32.h b/arch/sh/include/asm/system_32.h index 51296b36770e..a4ad1cd9bc4d 100644 --- a/arch/sh/include/asm/system_32.h +++ b/arch/sh/include/asm/system_32.h | |||
@@ -145,42 +145,6 @@ do { \ | |||
145 | __restore_dsp(prev); \ | 145 | __restore_dsp(prev); \ |
146 | } while (0) | 146 | } while (0) |
147 | 147 | ||
148 | /* | ||
149 | * Jump to uncached area. | ||
150 | * When handling TLB or caches, we need to do it from an uncached area. | ||
151 | */ | ||
152 | #define jump_to_uncached() \ | ||
153 | do { \ | ||
154 | unsigned long __dummy; \ | ||
155 | \ | ||
156 | __asm__ __volatile__( \ | ||
157 | "mova 1f, %0\n\t" \ | ||
158 | "add %1, %0\n\t" \ | ||
159 | "jmp @%0\n\t" \ | ||
160 | " nop\n\t" \ | ||
161 | ".balign 4\n" \ | ||
162 | "1:" \ | ||
163 | : "=&z" (__dummy) \ | ||
164 | : "r" (cached_to_uncached)); \ | ||
165 | } while (0) | ||
166 | |||
167 | /* | ||
168 | * Back to cached area. | ||
169 | */ | ||
170 | #define back_to_cached() \ | ||
171 | do { \ | ||
172 | unsigned long __dummy; \ | ||
173 | ctrl_barrier(); \ | ||
174 | __asm__ __volatile__( \ | ||
175 | "mov.l 1f, %0\n\t" \ | ||
176 | "jmp @%0\n\t" \ | ||
177 | " nop\n\t" \ | ||
178 | ".balign 4\n" \ | ||
179 | "1: .long 2f\n" \ | ||
180 | "2:" \ | ||
181 | : "=&r" (__dummy)); \ | ||
182 | } while (0) | ||
183 | |||
184 | #ifdef CONFIG_CPU_HAS_SR_RB | 148 | #ifdef CONFIG_CPU_HAS_SR_RB |
185 | #define lookup_exception_vector() \ | 149 | #define lookup_exception_vector() \ |
186 | ({ \ | 150 | ({ \ |
@@ -212,17 +176,16 @@ static inline reg_size_t register_align(void *val) | |||
212 | } | 176 | } |
213 | 177 | ||
214 | int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, | 178 | int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, |
215 | struct mem_access *ma, int); | 179 | struct mem_access *ma, int, unsigned long address); |
216 | 180 | ||
217 | static inline void trigger_address_error(void) | 181 | static inline void trigger_address_error(void) |
218 | { | 182 | { |
219 | if (__in_29bit_mode()) | 183 | __asm__ __volatile__ ( |
220 | __asm__ __volatile__ ( | 184 | "ldc %0, sr\n\t" |
221 | "ldc %0, sr\n\t" | 185 | "mov.l @%1, %0" |
222 | "mov.l @%1, %0" | 186 | : |
223 | : | 187 | : "r" (0x10000000), "r" (0x80000001) |
224 | : "r" (0x10000000), "r" (0x80000001) | 188 | ); |
225 | ); | ||
226 | } | 189 | } |
227 | 190 | ||
228 | asmlinkage void do_address_error(struct pt_regs *regs, | 191 | asmlinkage void do_address_error(struct pt_regs *regs, |
diff --git a/arch/sh/include/asm/system_64.h b/arch/sh/include/asm/system_64.h index 36338646dfc8..8593bc8d1a4e 100644 --- a/arch/sh/include/asm/system_64.h +++ b/arch/sh/include/asm/system_64.h | |||
@@ -34,9 +34,6 @@ do { \ | |||
34 | &next->thread); \ | 34 | &next->thread); \ |
35 | } while (0) | 35 | } while (0) |
36 | 36 | ||
37 | #define jump_to_uncached() do { } while (0) | ||
38 | #define back_to_cached() do { } while (0) | ||
39 | |||
40 | #define __icbi(addr) __asm__ __volatile__ ( "icbi %0, 0\n\t" : : "r" (addr)) | 37 | #define __icbi(addr) __asm__ __volatile__ ( "icbi %0, 0\n\t" : : "r" (addr)) |
41 | #define __ocbp(addr) __asm__ __volatile__ ( "ocbp %0, 0\n\t" : : "r" (addr)) | 38 | #define __ocbp(addr) __asm__ __volatile__ ( "ocbp %0, 0\n\t" : : "r" (addr)) |
42 | #define __ocbi(addr) __asm__ __volatile__ ( "ocbi %0, 0\n\t" : : "r" (addr)) | 39 | #define __ocbi(addr) __asm__ __volatile__ ( "ocbi %0, 0\n\t" : : "r" (addr)) |
diff --git a/arch/sh/include/asm/thread_info.h b/arch/sh/include/asm/thread_info.h index c228946926ed..ea2d5089de1e 100644 --- a/arch/sh/include/asm/thread_info.h +++ b/arch/sh/include/asm/thread_info.h | |||
@@ -95,7 +95,7 @@ static inline struct thread_info *current_thread_info(void) | |||
95 | 95 | ||
96 | #endif | 96 | #endif |
97 | 97 | ||
98 | extern struct thread_info *alloc_thread_info(struct task_struct *tsk); | 98 | extern struct thread_info *alloc_thread_info_node(struct task_struct *tsk, int node); |
99 | extern void free_thread_info(struct thread_info *ti); | 99 | extern void free_thread_info(struct thread_info *ti); |
100 | extern void arch_task_cache_init(void); | 100 | extern void arch_task_cache_init(void); |
101 | #define arch_task_cache_init arch_task_cache_init | 101 | #define arch_task_cache_init arch_task_cache_init |
diff --git a/arch/sh/include/asm/tlb.h b/arch/sh/include/asm/tlb.h index 75abb38dffd5..ec88bfcdf7ce 100644 --- a/arch/sh/include/asm/tlb.h +++ b/arch/sh/include/asm/tlb.h | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <linux/pagemap.h> | 9 | #include <linux/pagemap.h> |
10 | 10 | ||
11 | #ifdef CONFIG_MMU | 11 | #ifdef CONFIG_MMU |
12 | #include <linux/swap.h> | ||
12 | #include <asm/pgalloc.h> | 13 | #include <asm/pgalloc.h> |
13 | #include <asm/tlbflush.h> | 14 | #include <asm/tlbflush.h> |
14 | #include <asm/mmu_context.h> | 15 | #include <asm/mmu_context.h> |
@@ -23,8 +24,6 @@ struct mmu_gather { | |||
23 | unsigned long start, end; | 24 | unsigned long start, end; |
24 | }; | 25 | }; |
25 | 26 | ||
26 | DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); | ||
27 | |||
28 | static inline void init_tlb_gather(struct mmu_gather *tlb) | 27 | static inline void init_tlb_gather(struct mmu_gather *tlb) |
29 | { | 28 | { |
30 | tlb->start = TASK_SIZE; | 29 | tlb->start = TASK_SIZE; |
@@ -36,17 +35,13 @@ static inline void init_tlb_gather(struct mmu_gather *tlb) | |||
36 | } | 35 | } |
37 | } | 36 | } |
38 | 37 | ||
39 | static inline struct mmu_gather * | 38 | static inline void |
40 | tlb_gather_mmu(struct mm_struct *mm, unsigned int full_mm_flush) | 39 | tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int full_mm_flush) |
41 | { | 40 | { |
42 | struct mmu_gather *tlb = &get_cpu_var(mmu_gathers); | ||
43 | |||
44 | tlb->mm = mm; | 41 | tlb->mm = mm; |
45 | tlb->fullmm = full_mm_flush; | 42 | tlb->fullmm = full_mm_flush; |
46 | 43 | ||
47 | init_tlb_gather(tlb); | 44 | init_tlb_gather(tlb); |
48 | |||
49 | return tlb; | ||
50 | } | 45 | } |
51 | 46 | ||
52 | static inline void | 47 | static inline void |
@@ -57,8 +52,6 @@ tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) | |||
57 | 52 | ||
58 | /* keep the page table cache within bounds */ | 53 | /* keep the page table cache within bounds */ |
59 | check_pgt_cache(); | 54 | check_pgt_cache(); |
60 | |||
61 | put_cpu_var(mmu_gathers); | ||
62 | } | 55 | } |
63 | 56 | ||
64 | static inline void | 57 | static inline void |
@@ -91,7 +84,21 @@ tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) | |||
91 | } | 84 | } |
92 | } | 85 | } |
93 | 86 | ||
94 | #define tlb_remove_page(tlb,page) free_page_and_swap_cache(page) | 87 | static inline void tlb_flush_mmu(struct mmu_gather *tlb) |
88 | { | ||
89 | } | ||
90 | |||
91 | static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) | ||
92 | { | ||
93 | free_page_and_swap_cache(page); | ||
94 | return 1; /* avoid calling tlb_flush_mmu */ | ||
95 | } | ||
96 | |||
97 | static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) | ||
98 | { | ||
99 | __tlb_remove_page(tlb, page); | ||
100 | } | ||
101 | |||
95 | #define pte_free_tlb(tlb, ptep, addr) pte_free((tlb)->mm, ptep) | 102 | #define pte_free_tlb(tlb, ptep, addr) pte_free((tlb)->mm, ptep) |
96 | #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) | 103 | #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) |
97 | #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) | 104 | #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) |
diff --git a/arch/sh/include/asm/tlbflush.h b/arch/sh/include/asm/tlbflush.h index e0ac97221ae6..0df66f0c7284 100644 --- a/arch/sh/include/asm/tlbflush.h +++ b/arch/sh/include/asm/tlbflush.h | |||
@@ -21,6 +21,8 @@ extern void local_flush_tlb_kernel_range(unsigned long start, | |||
21 | unsigned long end); | 21 | unsigned long end); |
22 | extern void local_flush_tlb_one(unsigned long asid, unsigned long page); | 22 | extern void local_flush_tlb_one(unsigned long asid, unsigned long page); |
23 | 23 | ||
24 | extern void __flush_tlb_global(void); | ||
25 | |||
24 | #ifdef CONFIG_SMP | 26 | #ifdef CONFIG_SMP |
25 | 27 | ||
26 | extern void flush_tlb_all(void); | 28 | extern void flush_tlb_all(void); |
diff --git a/arch/sh/include/asm/unaligned-sh4a.h b/arch/sh/include/asm/unaligned-sh4a.h index 9f4dd252c981..95adc500cabc 100644 --- a/arch/sh/include/asm/unaligned-sh4a.h +++ b/arch/sh/include/asm/unaligned-sh4a.h | |||
@@ -9,7 +9,7 @@ | |||
9 | * struct. | 9 | * struct. |
10 | * | 10 | * |
11 | * The same note as with the movli.l/movco.l pair applies here, as long | 11 | * The same note as with the movli.l/movco.l pair applies here, as long |
12 | * as the load is gauranteed to be inlined, nothing else will hook in to | 12 | * as the load is guaranteed to be inlined, nothing else will hook in to |
13 | * r0 and we get the return value for free. | 13 | * r0 and we get the return value for free. |
14 | * | 14 | * |
15 | * NOTE: Due to the fact we require r0 encoding, care should be taken to | 15 | * NOTE: Due to the fact we require r0 encoding, care should be taken to |
@@ -18,10 +18,20 @@ | |||
18 | * of spill registers and blowing up when building at low optimization | 18 | * of spill registers and blowing up when building at low optimization |
19 | * levels. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34777. | 19 | * levels. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34777. |
20 | */ | 20 | */ |
21 | #include <linux/unaligned/packed_struct.h> | ||
21 | #include <linux/types.h> | 22 | #include <linux/types.h> |
22 | #include <asm/byteorder.h> | 23 | #include <asm/byteorder.h> |
23 | 24 | ||
24 | static __always_inline u32 __get_unaligned_cpu32(const u8 *p) | 25 | static inline u16 sh4a_get_unaligned_cpu16(const u8 *p) |
26 | { | ||
27 | #ifdef __LITTLE_ENDIAN | ||
28 | return p[0] | p[1] << 8; | ||
29 | #else | ||
30 | return p[0] << 8 | p[1]; | ||
31 | #endif | ||
32 | } | ||
33 | |||
34 | static __always_inline u32 sh4a_get_unaligned_cpu32(const u8 *p) | ||
25 | { | 35 | { |
26 | unsigned long unaligned; | 36 | unsigned long unaligned; |
27 | 37 | ||
@@ -34,218 +44,148 @@ static __always_inline u32 __get_unaligned_cpu32(const u8 *p) | |||
34 | return unaligned; | 44 | return unaligned; |
35 | } | 45 | } |
36 | 46 | ||
37 | struct __una_u16 { u16 x __attribute__((packed)); }; | ||
38 | struct __una_u32 { u32 x __attribute__((packed)); }; | ||
39 | struct __una_u64 { u64 x __attribute__((packed)); }; | ||
40 | |||
41 | static inline u16 __get_unaligned_cpu16(const u8 *p) | ||
42 | { | ||
43 | #ifdef __LITTLE_ENDIAN | ||
44 | return p[0] | p[1] << 8; | ||
45 | #else | ||
46 | return p[0] << 8 | p[1]; | ||
47 | #endif | ||
48 | } | ||
49 | |||
50 | /* | 47 | /* |
51 | * Even though movua.l supports auto-increment on the read side, it can | 48 | * Even though movua.l supports auto-increment on the read side, it can |
52 | * only store to r0 due to instruction encoding constraints, so just let | 49 | * only store to r0 due to instruction encoding constraints, so just let |
53 | * the compiler sort it out on its own. | 50 | * the compiler sort it out on its own. |
54 | */ | 51 | */ |
55 | static inline u64 __get_unaligned_cpu64(const u8 *p) | 52 | static inline u64 sh4a_get_unaligned_cpu64(const u8 *p) |
56 | { | 53 | { |
57 | #ifdef __LITTLE_ENDIAN | 54 | #ifdef __LITTLE_ENDIAN |
58 | return (u64)__get_unaligned_cpu32(p + 4) << 32 | | 55 | return (u64)sh4a_get_unaligned_cpu32(p + 4) << 32 | |
59 | __get_unaligned_cpu32(p); | 56 | sh4a_get_unaligned_cpu32(p); |
60 | #else | 57 | #else |
61 | return (u64)__get_unaligned_cpu32(p) << 32 | | 58 | return (u64)sh4a_get_unaligned_cpu32(p) << 32 | |
62 | __get_unaligned_cpu32(p + 4); | 59 | sh4a_get_unaligned_cpu32(p + 4); |
63 | #endif | 60 | #endif |
64 | } | 61 | } |
65 | 62 | ||
66 | static inline u16 get_unaligned_le16(const void *p) | 63 | static inline u16 get_unaligned_le16(const void *p) |
67 | { | 64 | { |
68 | return le16_to_cpu(__get_unaligned_cpu16(p)); | 65 | return le16_to_cpu(sh4a_get_unaligned_cpu16(p)); |
69 | } | 66 | } |
70 | 67 | ||
71 | static inline u32 get_unaligned_le32(const void *p) | 68 | static inline u32 get_unaligned_le32(const void *p) |
72 | { | 69 | { |
73 | return le32_to_cpu(__get_unaligned_cpu32(p)); | 70 | return le32_to_cpu(sh4a_get_unaligned_cpu32(p)); |
74 | } | 71 | } |
75 | 72 | ||
76 | static inline u64 get_unaligned_le64(const void *p) | 73 | static inline u64 get_unaligned_le64(const void *p) |
77 | { | 74 | { |
78 | return le64_to_cpu(__get_unaligned_cpu64(p)); | 75 | return le64_to_cpu(sh4a_get_unaligned_cpu64(p)); |
79 | } | 76 | } |
80 | 77 | ||
81 | static inline u16 get_unaligned_be16(const void *p) | 78 | static inline u16 get_unaligned_be16(const void *p) |
82 | { | 79 | { |
83 | return be16_to_cpu(__get_unaligned_cpu16(p)); | 80 | return be16_to_cpu(sh4a_get_unaligned_cpu16(p)); |
84 | } | 81 | } |
85 | 82 | ||
86 | static inline u32 get_unaligned_be32(const void *p) | 83 | static inline u32 get_unaligned_be32(const void *p) |
87 | { | 84 | { |
88 | return be32_to_cpu(__get_unaligned_cpu32(p)); | 85 | return be32_to_cpu(sh4a_get_unaligned_cpu32(p)); |
89 | } | 86 | } |
90 | 87 | ||
91 | static inline u64 get_unaligned_be64(const void *p) | 88 | static inline u64 get_unaligned_be64(const void *p) |
92 | { | 89 | { |
93 | return be64_to_cpu(__get_unaligned_cpu64(p)); | 90 | return be64_to_cpu(sh4a_get_unaligned_cpu64(p)); |
94 | } | 91 | } |
95 | 92 | ||
96 | static inline void __put_le16_noalign(u8 *p, u16 val) | 93 | static inline void nonnative_put_le16(u16 val, u8 *p) |
97 | { | 94 | { |
98 | *p++ = val; | 95 | *p++ = val; |
99 | *p++ = val >> 8; | 96 | *p++ = val >> 8; |
100 | } | 97 | } |
101 | 98 | ||
102 | static inline void __put_le32_noalign(u8 *p, u32 val) | 99 | static inline void nonnative_put_le32(u32 val, u8 *p) |
103 | { | 100 | { |
104 | __put_le16_noalign(p, val); | 101 | nonnative_put_le16(val, p); |
105 | __put_le16_noalign(p + 2, val >> 16); | 102 | nonnative_put_le16(val >> 16, p + 2); |
106 | } | 103 | } |
107 | 104 | ||
108 | static inline void __put_le64_noalign(u8 *p, u64 val) | 105 | static inline void nonnative_put_le64(u64 val, u8 *p) |
109 | { | 106 | { |
110 | __put_le32_noalign(p, val); | 107 | nonnative_put_le32(val, p); |
111 | __put_le32_noalign(p + 4, val >> 32); | 108 | nonnative_put_le32(val >> 32, p + 4); |
112 | } | 109 | } |
113 | 110 | ||
114 | static inline void __put_be16_noalign(u8 *p, u16 val) | 111 | static inline void nonnative_put_be16(u16 val, u8 *p) |
115 | { | 112 | { |
116 | *p++ = val >> 8; | 113 | *p++ = val >> 8; |
117 | *p++ = val; | 114 | *p++ = val; |
118 | } | 115 | } |
119 | 116 | ||
120 | static inline void __put_be32_noalign(u8 *p, u32 val) | 117 | static inline void nonnative_put_be32(u32 val, u8 *p) |
121 | { | 118 | { |
122 | __put_be16_noalign(p, val >> 16); | 119 | nonnative_put_be16(val >> 16, p); |
123 | __put_be16_noalign(p + 2, val); | 120 | nonnative_put_be16(val, p + 2); |
124 | } | 121 | } |
125 | 122 | ||
126 | static inline void __put_be64_noalign(u8 *p, u64 val) | 123 | static inline void nonnative_put_be64(u64 val, u8 *p) |
127 | { | 124 | { |
128 | __put_be32_noalign(p, val >> 32); | 125 | nonnative_put_be32(val >> 32, p); |
129 | __put_be32_noalign(p + 4, val); | 126 | nonnative_put_be32(val, p + 4); |
130 | } | 127 | } |
131 | 128 | ||
132 | static inline void put_unaligned_le16(u16 val, void *p) | 129 | static inline void put_unaligned_le16(u16 val, void *p) |
133 | { | 130 | { |
134 | #ifdef __LITTLE_ENDIAN | 131 | #ifdef __LITTLE_ENDIAN |
135 | ((struct __una_u16 *)p)->x = val; | 132 | __put_unaligned_cpu16(val, p); |
136 | #else | 133 | #else |
137 | __put_le16_noalign(p, val); | 134 | nonnative_put_le16(val, p); |
138 | #endif | 135 | #endif |
139 | } | 136 | } |
140 | 137 | ||
141 | static inline void put_unaligned_le32(u32 val, void *p) | 138 | static inline void put_unaligned_le32(u32 val, void *p) |
142 | { | 139 | { |
143 | #ifdef __LITTLE_ENDIAN | 140 | #ifdef __LITTLE_ENDIAN |
144 | ((struct __una_u32 *)p)->x = val; | 141 | __put_unaligned_cpu32(val, p); |
145 | #else | 142 | #else |
146 | __put_le32_noalign(p, val); | 143 | nonnative_put_le32(val, p); |
147 | #endif | 144 | #endif |
148 | } | 145 | } |
149 | 146 | ||
150 | static inline void put_unaligned_le64(u64 val, void *p) | 147 | static inline void put_unaligned_le64(u64 val, void *p) |
151 | { | 148 | { |
152 | #ifdef __LITTLE_ENDIAN | 149 | #ifdef __LITTLE_ENDIAN |
153 | ((struct __una_u64 *)p)->x = val; | 150 | __put_unaligned_cpu64(val, p); |
154 | #else | 151 | #else |
155 | __put_le64_noalign(p, val); | 152 | nonnative_put_le64(val, p); |
156 | #endif | 153 | #endif |
157 | } | 154 | } |
158 | 155 | ||
159 | static inline void put_unaligned_be16(u16 val, void *p) | 156 | static inline void put_unaligned_be16(u16 val, void *p) |
160 | { | 157 | { |
161 | #ifdef __BIG_ENDIAN | 158 | #ifdef __BIG_ENDIAN |
162 | ((struct __una_u16 *)p)->x = val; | 159 | __put_unaligned_cpu16(val, p); |
163 | #else | 160 | #else |
164 | __put_be16_noalign(p, val); | 161 | nonnative_put_be16(val, p); |
165 | #endif | 162 | #endif |
166 | } | 163 | } |
167 | 164 | ||
168 | static inline void put_unaligned_be32(u32 val, void *p) | 165 | static inline void put_unaligned_be32(u32 val, void *p) |
169 | { | 166 | { |
170 | #ifdef __BIG_ENDIAN | 167 | #ifdef __BIG_ENDIAN |
171 | ((struct __una_u32 *)p)->x = val; | 168 | __put_unaligned_cpu32(val, p); |
172 | #else | 169 | #else |
173 | __put_be32_noalign(p, val); | 170 | nonnative_put_be32(val, p); |
174 | #endif | 171 | #endif |
175 | } | 172 | } |
176 | 173 | ||
177 | static inline void put_unaligned_be64(u64 val, void *p) | 174 | static inline void put_unaligned_be64(u64 val, void *p) |
178 | { | 175 | { |
179 | #ifdef __BIG_ENDIAN | 176 | #ifdef __BIG_ENDIAN |
180 | ((struct __una_u64 *)p)->x = val; | 177 | __put_unaligned_cpu64(val, p); |
181 | #else | 178 | #else |
182 | __put_be64_noalign(p, val); | 179 | nonnative_put_be64(val, p); |
183 | #endif | 180 | #endif |
184 | } | 181 | } |
185 | 182 | ||
186 | /* | 183 | /* |
187 | * Cause a link-time error if we try an unaligned access other than | 184 | * While it's a bit non-obvious, even though the generic le/be wrappers |
188 | * 1,2,4 or 8 bytes long | 185 | * use the __get/put_xxx prefixing, they actually wrap in to the |
186 | * non-prefixed get/put_xxx variants as provided above. | ||
189 | */ | 187 | */ |
190 | extern void __bad_unaligned_access_size(void); | 188 | #include <linux/unaligned/generic.h> |
191 | |||
192 | #define __get_unaligned_le(ptr) ((__force typeof(*(ptr)))({ \ | ||
193 | __builtin_choose_expr(sizeof(*(ptr)) == 1, *(ptr), \ | ||
194 | __builtin_choose_expr(sizeof(*(ptr)) == 2, get_unaligned_le16((ptr)), \ | ||
195 | __builtin_choose_expr(sizeof(*(ptr)) == 4, get_unaligned_le32((ptr)), \ | ||
196 | __builtin_choose_expr(sizeof(*(ptr)) == 8, get_unaligned_le64((ptr)), \ | ||
197 | __bad_unaligned_access_size())))); \ | ||
198 | })) | ||
199 | |||
200 | #define __get_unaligned_be(ptr) ((__force typeof(*(ptr)))({ \ | ||
201 | __builtin_choose_expr(sizeof(*(ptr)) == 1, *(ptr), \ | ||
202 | __builtin_choose_expr(sizeof(*(ptr)) == 2, get_unaligned_be16((ptr)), \ | ||
203 | __builtin_choose_expr(sizeof(*(ptr)) == 4, get_unaligned_be32((ptr)), \ | ||
204 | __builtin_choose_expr(sizeof(*(ptr)) == 8, get_unaligned_be64((ptr)), \ | ||
205 | __bad_unaligned_access_size())))); \ | ||
206 | })) | ||
207 | |||
208 | #define __put_unaligned_le(val, ptr) ({ \ | ||
209 | void *__gu_p = (ptr); \ | ||
210 | switch (sizeof(*(ptr))) { \ | ||
211 | case 1: \ | ||
212 | *(u8 *)__gu_p = (__force u8)(val); \ | ||
213 | break; \ | ||
214 | case 2: \ | ||
215 | put_unaligned_le16((__force u16)(val), __gu_p); \ | ||
216 | break; \ | ||
217 | case 4: \ | ||
218 | put_unaligned_le32((__force u32)(val), __gu_p); \ | ||
219 | break; \ | ||
220 | case 8: \ | ||
221 | put_unaligned_le64((__force u64)(val), __gu_p); \ | ||
222 | break; \ | ||
223 | default: \ | ||
224 | __bad_unaligned_access_size(); \ | ||
225 | break; \ | ||
226 | } \ | ||
227 | (void)0; }) | ||
228 | |||
229 | #define __put_unaligned_be(val, ptr) ({ \ | ||
230 | void *__gu_p = (ptr); \ | ||
231 | switch (sizeof(*(ptr))) { \ | ||
232 | case 1: \ | ||
233 | *(u8 *)__gu_p = (__force u8)(val); \ | ||
234 | break; \ | ||
235 | case 2: \ | ||
236 | put_unaligned_be16((__force u16)(val), __gu_p); \ | ||
237 | break; \ | ||
238 | case 4: \ | ||
239 | put_unaligned_be32((__force u32)(val), __gu_p); \ | ||
240 | break; \ | ||
241 | case 8: \ | ||
242 | put_unaligned_be64((__force u64)(val), __gu_p); \ | ||
243 | break; \ | ||
244 | default: \ | ||
245 | __bad_unaligned_access_size(); \ | ||
246 | break; \ | ||
247 | } \ | ||
248 | (void)0; }) | ||
249 | 189 | ||
250 | #ifdef __LITTLE_ENDIAN | 190 | #ifdef __LITTLE_ENDIAN |
251 | # define get_unaligned __get_unaligned_le | 191 | # define get_unaligned __get_unaligned_le |
diff --git a/arch/sh/include/asm/uncached.h b/arch/sh/include/asm/uncached.h index e3419f96626a..6f8816b79cf1 100644 --- a/arch/sh/include/asm/uncached.h +++ b/arch/sh/include/asm/uncached.h | |||
@@ -4,15 +4,55 @@ | |||
4 | #include <linux/bug.h> | 4 | #include <linux/bug.h> |
5 | 5 | ||
6 | #ifdef CONFIG_UNCACHED_MAPPING | 6 | #ifdef CONFIG_UNCACHED_MAPPING |
7 | extern unsigned long cached_to_uncached; | ||
8 | extern unsigned long uncached_size; | ||
7 | extern unsigned long uncached_start, uncached_end; | 9 | extern unsigned long uncached_start, uncached_end; |
8 | 10 | ||
9 | extern int virt_addr_uncached(unsigned long kaddr); | 11 | extern int virt_addr_uncached(unsigned long kaddr); |
10 | extern void uncached_init(void); | 12 | extern void uncached_init(void); |
11 | extern void uncached_resize(unsigned long size); | 13 | extern void uncached_resize(unsigned long size); |
14 | |||
15 | /* | ||
16 | * Jump to uncached area. | ||
17 | * When handling TLB or caches, we need to do it from an uncached area. | ||
18 | */ | ||
19 | #define jump_to_uncached() \ | ||
20 | do { \ | ||
21 | unsigned long __dummy; \ | ||
22 | \ | ||
23 | __asm__ __volatile__( \ | ||
24 | "mova 1f, %0\n\t" \ | ||
25 | "add %1, %0\n\t" \ | ||
26 | "jmp @%0\n\t" \ | ||
27 | " nop\n\t" \ | ||
28 | ".balign 4\n" \ | ||
29 | "1:" \ | ||
30 | : "=&z" (__dummy) \ | ||
31 | : "r" (cached_to_uncached)); \ | ||
32 | } while (0) | ||
33 | |||
34 | /* | ||
35 | * Back to cached area. | ||
36 | */ | ||
37 | #define back_to_cached() \ | ||
38 | do { \ | ||
39 | unsigned long __dummy; \ | ||
40 | ctrl_barrier(); \ | ||
41 | __asm__ __volatile__( \ | ||
42 | "mov.l 1f, %0\n\t" \ | ||
43 | "jmp @%0\n\t" \ | ||
44 | " nop\n\t" \ | ||
45 | ".balign 4\n" \ | ||
46 | "1: .long 2f\n" \ | ||
47 | "2:" \ | ||
48 | : "=&r" (__dummy)); \ | ||
49 | } while (0) | ||
12 | #else | 50 | #else |
13 | #define virt_addr_uncached(kaddr) (0) | 51 | #define virt_addr_uncached(kaddr) (0) |
14 | #define uncached_init() do { } while (0) | 52 | #define uncached_init() do { } while (0) |
15 | #define uncached_resize(size) BUG() | 53 | #define uncached_resize(size) BUG() |
54 | #define jump_to_uncached() do { } while (0) | ||
55 | #define back_to_cached() do { } while (0) | ||
16 | #endif | 56 | #endif |
17 | 57 | ||
18 | #endif /* __ASM_SH_UNCACHED_H */ | 58 | #endif /* __ASM_SH_UNCACHED_H */ |
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h index 0e7f0fc8f086..3432008d2888 100644 --- a/arch/sh/include/asm/unistd_32.h +++ b/arch/sh/include/asm/unistd_32.h | |||
@@ -345,12 +345,40 @@ | |||
345 | #define __NR_pwritev 334 | 345 | #define __NR_pwritev 334 |
346 | #define __NR_rt_tgsigqueueinfo 335 | 346 | #define __NR_rt_tgsigqueueinfo 335 |
347 | #define __NR_perf_event_open 336 | 347 | #define __NR_perf_event_open 336 |
348 | #define __NR_fanotify_init 337 | ||
349 | #define __NR_fanotify_mark 338 | ||
350 | #define __NR_prlimit64 339 | ||
348 | 351 | ||
349 | #define NR_syscalls 337 | 352 | /* Non-multiplexed socket family */ |
353 | #define __NR_socket 340 | ||
354 | #define __NR_bind 341 | ||
355 | #define __NR_connect 342 | ||
356 | #define __NR_listen 343 | ||
357 | #define __NR_accept 344 | ||
358 | #define __NR_getsockname 345 | ||
359 | #define __NR_getpeername 346 | ||
360 | #define __NR_socketpair 347 | ||
361 | #define __NR_send 348 | ||
362 | #define __NR_sendto 349 | ||
363 | #define __NR_recv 350 | ||
364 | #define __NR_recvfrom 351 | ||
365 | #define __NR_shutdown 352 | ||
366 | #define __NR_setsockopt 353 | ||
367 | #define __NR_getsockopt 354 | ||
368 | #define __NR_sendmsg 355 | ||
369 | #define __NR_recvmsg 356 | ||
370 | #define __NR_recvmmsg 357 | ||
371 | #define __NR_accept4 358 | ||
372 | #define __NR_name_to_handle_at 359 | ||
373 | #define __NR_open_by_handle_at 360 | ||
374 | #define __NR_clock_adjtime 361 | ||
375 | #define __NR_syncfs 362 | ||
376 | #define __NR_sendmmsg 363 | ||
377 | #define __NR_setns 364 | ||
350 | 378 | ||
351 | #ifdef __KERNEL__ | 379 | #define NR_syscalls 365 |
352 | 380 | ||
353 | #define __IGNORE_recvmmsg | 381 | #ifdef __KERNEL__ |
354 | 382 | ||
355 | #define __ARCH_WANT_IPC_PARSE_VERSION | 383 | #define __ARCH_WANT_IPC_PARSE_VERSION |
356 | #define __ARCH_WANT_OLD_READDIR | 384 | #define __ARCH_WANT_OLD_READDIR |
diff --git a/arch/sh/include/asm/unistd_64.h b/arch/sh/include/asm/unistd_64.h index 0580c33a1e04..ec9898665f23 100644 --- a/arch/sh/include/asm/unistd_64.h +++ b/arch/sh/include/asm/unistd_64.h | |||
@@ -387,10 +387,19 @@ | |||
387 | #define __NR_perf_event_open 364 | 387 | #define __NR_perf_event_open 364 |
388 | #define __NR_recvmmsg 365 | 388 | #define __NR_recvmmsg 365 |
389 | #define __NR_accept4 366 | 389 | #define __NR_accept4 366 |
390 | #define __NR_fanotify_init 367 | ||
391 | #define __NR_fanotify_mark 368 | ||
392 | #define __NR_prlimit64 369 | ||
393 | #define __NR_name_to_handle_at 370 | ||
394 | #define __NR_open_by_handle_at 371 | ||
395 | #define __NR_clock_adjtime 372 | ||
396 | #define __NR_syncfs 373 | ||
397 | #define __NR_sendmmsg 374 | ||
398 | #define __NR_setns 375 | ||
390 | 399 | ||
391 | #ifdef __KERNEL__ | 400 | #ifdef __KERNEL__ |
392 | 401 | ||
393 | #define NR_syscalls 367 | 402 | #define NR_syscalls 376 |
394 | 403 | ||
395 | #define __ARCH_WANT_IPC_PARSE_VERSION | 404 | #define __ARCH_WANT_IPC_PARSE_VERSION |
396 | #define __ARCH_WANT_OLD_READDIR | 405 | #define __ARCH_WANT_OLD_READDIR |
diff --git a/arch/sh/include/cpu-sh3/cpu/mmu_context.h b/arch/sh/include/cpu-sh3/cpu/mmu_context.h index ab09da73ce77..0c7c735ea82a 100644 --- a/arch/sh/include/cpu-sh3/cpu/mmu_context.h +++ b/arch/sh/include/cpu-sh3/cpu/mmu_context.h | |||
@@ -16,6 +16,7 @@ | |||
16 | #define MMU_TEA 0xFFFFFFFC /* TLB Exception Address */ | 16 | #define MMU_TEA 0xFFFFFFFC /* TLB Exception Address */ |
17 | 17 | ||
18 | #define MMUCR 0xFFFFFFE0 /* MMU Control Register */ | 18 | #define MMUCR 0xFFFFFFE0 /* MMU Control Register */ |
19 | #define MMUCR_TI (1 << 2) /* TLB flush bit */ | ||
19 | 20 | ||
20 | #define MMU_TLB_ADDRESS_ARRAY 0xF2000000 | 21 | #define MMU_TLB_ADDRESS_ARRAY 0xF2000000 |
21 | #define MMU_PAGE_ASSOC_BIT 0x80 | 22 | #define MMU_PAGE_ASSOC_BIT 0x80 |
diff --git a/arch/sh/include/cpu-sh4/cpu/dma-register.h b/arch/sh/include/cpu-sh4/cpu/dma-register.h index 9a6125eb0079..18fa80aba15e 100644 --- a/arch/sh/include/cpu-sh4/cpu/dma-register.h +++ b/arch/sh/include/cpu-sh4/cpu/dma-register.h | |||
@@ -40,6 +40,11 @@ | |||
40 | #define CHCR_TS_LOW_SHIFT 3 | 40 | #define CHCR_TS_LOW_SHIFT 3 |
41 | #define CHCR_TS_HIGH_MASK 0 | 41 | #define CHCR_TS_HIGH_MASK 0 |
42 | #define CHCR_TS_HIGH_SHIFT 0 | 42 | #define CHCR_TS_HIGH_SHIFT 0 |
43 | #elif defined(CONFIG_CPU_SUBTYPE_SH7757) | ||
44 | #define CHCR_TS_LOW_MASK 0x00000018 | ||
45 | #define CHCR_TS_LOW_SHIFT 3 | ||
46 | #define CHCR_TS_HIGH_MASK 0x00100000 | ||
47 | #define CHCR_TS_HIGH_SHIFT (20 - 2) /* 2 bits for shifted low TS */ | ||
43 | #elif defined(CONFIG_CPU_SUBTYPE_SH7780) | 48 | #elif defined(CONFIG_CPU_SUBTYPE_SH7780) |
44 | #define CHCR_TS_LOW_MASK 0x00000018 | 49 | #define CHCR_TS_LOW_MASK 0x00000018 |
45 | #define CHCR_TS_LOW_SHIFT 3 | 50 | #define CHCR_TS_LOW_SHIFT 3 |
diff --git a/arch/sh/include/cpu-sh4/cpu/freq.h b/arch/sh/include/cpu-sh4/cpu/freq.h index e1e90960ee9a..cffd25ed0240 100644 --- a/arch/sh/include/cpu-sh4/cpu/freq.h +++ b/arch/sh/include/cpu-sh4/cpu/freq.h | |||
@@ -56,7 +56,9 @@ | |||
56 | #define FRQCR1 0xffc40004 | 56 | #define FRQCR1 0xffc40004 |
57 | #define FRQMR1 0xffc40014 | 57 | #define FRQMR1 0xffc40014 |
58 | #elif defined(CONFIG_CPU_SUBTYPE_SHX3) | 58 | #elif defined(CONFIG_CPU_SUBTYPE_SHX3) |
59 | #define FRQCR 0xffc00014 | 59 | #define FRQCR0 0xffc00000 |
60 | #define FRQCR1 0xffc00004 | ||
61 | #define FRQMR1 0xffc00014 | ||
60 | #else | 62 | #else |
61 | #define FRQCR 0xffc00000 | 63 | #define FRQCR 0xffc00000 |
62 | #define FRQCR_PSTBY 0x0200 | 64 | #define FRQCR_PSTBY 0x0200 |
diff --git a/arch/sh/include/cpu-sh4/cpu/sh7722.h b/arch/sh/include/cpu-sh4/cpu/sh7722.h index 7a5b8a331b4a..bd0622788d64 100644 --- a/arch/sh/include/cpu-sh4/cpu/sh7722.h +++ b/arch/sh/include/cpu-sh4/cpu/sh7722.h | |||
@@ -236,6 +236,7 @@ enum { | |||
236 | }; | 236 | }; |
237 | 237 | ||
238 | enum { | 238 | enum { |
239 | SHDMA_SLAVE_INVALID, | ||
239 | SHDMA_SLAVE_SCIF0_TX, | 240 | SHDMA_SLAVE_SCIF0_TX, |
240 | SHDMA_SLAVE_SCIF0_RX, | 241 | SHDMA_SLAVE_SCIF0_RX, |
241 | SHDMA_SLAVE_SCIF1_TX, | 242 | SHDMA_SLAVE_SCIF1_TX, |
diff --git a/arch/sh/include/cpu-sh4/cpu/sh7724.h b/arch/sh/include/cpu-sh4/cpu/sh7724.h index 4c27b68789b3..cbc47e6bcab5 100644 --- a/arch/sh/include/cpu-sh4/cpu/sh7724.h +++ b/arch/sh/include/cpu-sh4/cpu/sh7724.h | |||
@@ -285,6 +285,7 @@ enum { | |||
285 | }; | 285 | }; |
286 | 286 | ||
287 | enum { | 287 | enum { |
288 | SHDMA_SLAVE_INVALID, | ||
288 | SHDMA_SLAVE_SCIF0_TX, | 289 | SHDMA_SLAVE_SCIF0_TX, |
289 | SHDMA_SLAVE_SCIF0_RX, | 290 | SHDMA_SLAVE_SCIF0_RX, |
290 | SHDMA_SLAVE_SCIF1_TX, | 291 | SHDMA_SLAVE_SCIF1_TX, |
@@ -297,10 +298,21 @@ enum { | |||
297 | SHDMA_SLAVE_SCIF4_RX, | 298 | SHDMA_SLAVE_SCIF4_RX, |
298 | SHDMA_SLAVE_SCIF5_TX, | 299 | SHDMA_SLAVE_SCIF5_TX, |
299 | SHDMA_SLAVE_SCIF5_RX, | 300 | SHDMA_SLAVE_SCIF5_RX, |
301 | SHDMA_SLAVE_USB0D0_TX, | ||
302 | SHDMA_SLAVE_USB0D0_RX, | ||
303 | SHDMA_SLAVE_USB0D1_TX, | ||
304 | SHDMA_SLAVE_USB0D1_RX, | ||
305 | SHDMA_SLAVE_USB1D0_TX, | ||
306 | SHDMA_SLAVE_USB1D0_RX, | ||
307 | SHDMA_SLAVE_USB1D1_TX, | ||
308 | SHDMA_SLAVE_USB1D1_RX, | ||
300 | SHDMA_SLAVE_SDHI0_TX, | 309 | SHDMA_SLAVE_SDHI0_TX, |
301 | SHDMA_SLAVE_SDHI0_RX, | 310 | SHDMA_SLAVE_SDHI0_RX, |
302 | SHDMA_SLAVE_SDHI1_TX, | 311 | SHDMA_SLAVE_SDHI1_TX, |
303 | SHDMA_SLAVE_SDHI1_RX, | 312 | SHDMA_SLAVE_SDHI1_RX, |
304 | }; | 313 | }; |
305 | 314 | ||
315 | extern struct clk sh7724_fsimcka_clk; | ||
316 | extern struct clk sh7724_fsimckb_clk; | ||
317 | |||
306 | #endif /* __ASM_SH7724_H__ */ | 318 | #endif /* __ASM_SH7724_H__ */ |
diff --git a/arch/sh/include/cpu-sh4/cpu/sh7757.h b/arch/sh/include/cpu-sh4/cpu/sh7757.h index f4d267efad71..41f9f8b9db73 100644 --- a/arch/sh/include/cpu-sh4/cpu/sh7757.h +++ b/arch/sh/include/cpu-sh4/cpu/sh7757.h | |||
@@ -3,241 +3,285 @@ | |||
3 | 3 | ||
4 | enum { | 4 | enum { |
5 | /* PTA */ | 5 | /* PTA */ |
6 | GPIO_PTA7, GPIO_PTA6, GPIO_PTA5, GPIO_PTA4, | 6 | GPIO_PTA0, GPIO_PTA1, GPIO_PTA2, GPIO_PTA3, |
7 | GPIO_PTA3, GPIO_PTA2, GPIO_PTA1, GPIO_PTA0, | 7 | GPIO_PTA4, GPIO_PTA5, GPIO_PTA6, GPIO_PTA7, |
8 | 8 | ||
9 | /* PTB */ | 9 | /* PTB */ |
10 | GPIO_PTB7, GPIO_PTB6, GPIO_PTB5, GPIO_PTB4, | 10 | GPIO_PTB0, GPIO_PTB1, GPIO_PTB2, GPIO_PTB3, |
11 | GPIO_PTB3, GPIO_PTB2, GPIO_PTB1, GPIO_PTB0, | 11 | GPIO_PTB4, GPIO_PTB5, GPIO_PTB6, GPIO_PTB7, |
12 | 12 | ||
13 | /* PTC */ | 13 | /* PTC */ |
14 | GPIO_PTC7, GPIO_PTC6, GPIO_PTC5, GPIO_PTC4, | 14 | GPIO_PTC0, GPIO_PTC1, GPIO_PTC2, GPIO_PTC3, |
15 | GPIO_PTC3, GPIO_PTC2, GPIO_PTC1, GPIO_PTC0, | 15 | GPIO_PTC4, GPIO_PTC5, GPIO_PTC6, GPIO_PTC7, |
16 | 16 | ||
17 | /* PTD */ | 17 | /* PTD */ |
18 | GPIO_PTD7, GPIO_PTD6, GPIO_PTD5, GPIO_PTD4, | 18 | GPIO_PTD0, GPIO_PTD1, GPIO_PTD2, GPIO_PTD3, |
19 | GPIO_PTD3, GPIO_PTD2, GPIO_PTD1, GPIO_PTD0, | 19 | GPIO_PTD4, GPIO_PTD5, GPIO_PTD6, GPIO_PTD7, |
20 | 20 | ||
21 | /* PTE */ | 21 | /* PTE */ |
22 | GPIO_PTE7, GPIO_PTE6, GPIO_PTE5, GPIO_PTE4, | 22 | GPIO_PTE0, GPIO_PTE1, GPIO_PTE2, GPIO_PTE3, |
23 | GPIO_PTE3, GPIO_PTE2, GPIO_PTE1, GPIO_PTE0, | 23 | GPIO_PTE4, GPIO_PTE5, GPIO_PTE6, GPIO_PTE7, |
24 | 24 | ||
25 | /* PTF */ | 25 | /* PTF */ |
26 | GPIO_PTF7, GPIO_PTF6, GPIO_PTF5, GPIO_PTF4, | 26 | GPIO_PTF0, GPIO_PTF1, GPIO_PTF2, GPIO_PTF3, |
27 | GPIO_PTF3, GPIO_PTF2, GPIO_PTF1, GPIO_PTF0, | 27 | GPIO_PTF4, GPIO_PTF5, GPIO_PTF6, GPIO_PTF7, |
28 | 28 | ||
29 | /* PTG */ | 29 | /* PTG */ |
30 | GPIO_PTG7, GPIO_PTG6, GPIO_PTG5, GPIO_PTG4, | 30 | GPIO_PTG0, GPIO_PTG1, GPIO_PTG2, GPIO_PTG3, |
31 | GPIO_PTG3, GPIO_PTG2, GPIO_PTG1, GPIO_PTG0, | 31 | GPIO_PTG4, GPIO_PTG5, GPIO_PTG6, GPIO_PTG7, |
32 | 32 | ||
33 | /* PTH */ | 33 | /* PTH */ |
34 | GPIO_PTH7, GPIO_PTH6, GPIO_PTH5, GPIO_PTH4, | 34 | GPIO_PTH0, GPIO_PTH1, GPIO_PTH2, GPIO_PTH3, |
35 | GPIO_PTH3, GPIO_PTH2, GPIO_PTH1, GPIO_PTH0, | 35 | GPIO_PTH4, GPIO_PTH5, GPIO_PTH6, GPIO_PTH7, |
36 | 36 | ||
37 | /* PTI */ | 37 | /* PTI */ |
38 | GPIO_PTI7, GPIO_PTI6, GPIO_PTI5, GPIO_PTI4, | 38 | GPIO_PTI0, GPIO_PTI1, GPIO_PTI2, GPIO_PTI3, |
39 | GPIO_PTI3, GPIO_PTI2, GPIO_PTI1, GPIO_PTI0, | 39 | GPIO_PTI4, GPIO_PTI5, GPIO_PTI6, GPIO_PTI7, |
40 | 40 | ||
41 | /* PTJ */ | 41 | /* PTJ */ |
42 | GPIO_PTJ7, GPIO_PTJ6, GPIO_PTJ5, GPIO_PTJ4, | 42 | GPIO_PTJ0, GPIO_PTJ1, GPIO_PTJ2, GPIO_PTJ3, |
43 | GPIO_PTJ3, GPIO_PTJ2, GPIO_PTJ1, GPIO_PTJ0, | 43 | GPIO_PTJ4, GPIO_PTJ5, GPIO_PTJ6, GPIO_PTJ7_RESV, |
44 | 44 | ||
45 | /* PTK */ | 45 | /* PTK */ |
46 | GPIO_PTK7, GPIO_PTK6, GPIO_PTK5, GPIO_PTK4, | 46 | GPIO_PTK0, GPIO_PTK1, GPIO_PTK2, GPIO_PTK3, |
47 | GPIO_PTK3, GPIO_PTK2, GPIO_PTK1, GPIO_PTK0, | 47 | GPIO_PTK4, GPIO_PTK5, GPIO_PTK6, GPIO_PTK7, |
48 | 48 | ||
49 | /* PTL */ | 49 | /* PTL */ |
50 | GPIO_PTL7, GPIO_PTL6, GPIO_PTL5, GPIO_PTL4, | 50 | GPIO_PTL0, GPIO_PTL1, GPIO_PTL2, GPIO_PTL3, |
51 | GPIO_PTL3, GPIO_PTL2, GPIO_PTL1, GPIO_PTL0, | 51 | GPIO_PTL4, GPIO_PTL5, GPIO_PTL6, GPIO_PTL7_RESV, |
52 | 52 | ||
53 | /* PTM */ | 53 | /* PTM */ |
54 | GPIO_PTM6, GPIO_PTM5, GPIO_PTM4, | 54 | GPIO_PTM0, GPIO_PTM1, GPIO_PTM2, GPIO_PTM3, |
55 | GPIO_PTM3, GPIO_PTM2, GPIO_PTM1, GPIO_PTM0, | 55 | GPIO_PTM4, GPIO_PTM5, GPIO_PTM6, GPIO_PTM7, |
56 | 56 | ||
57 | /* PTN */ | 57 | /* PTN */ |
58 | GPIO_PTN7, GPIO_PTN6, GPIO_PTN5, GPIO_PTN4, | 58 | GPIO_PTN0, GPIO_PTN1, GPIO_PTN2, GPIO_PTN3, |
59 | GPIO_PTN3, GPIO_PTN2, GPIO_PTN1, GPIO_PTN0, | 59 | GPIO_PTN4, GPIO_PTN5, GPIO_PTN6, GPIO_PTN7_RESV, |
60 | 60 | ||
61 | /* PTO */ | 61 | /* PTO */ |
62 | GPIO_PTO7, GPIO_PTO6, GPIO_PTO5, GPIO_PTO4, | 62 | GPIO_PTO0, GPIO_PTO1, GPIO_PTO2, GPIO_PTO3, |
63 | GPIO_PTO3, GPIO_PTO2, GPIO_PTO1, GPIO_PTO0, | 63 | GPIO_PTO4, GPIO_PTO5, GPIO_PTO6, GPIO_PTO7, |
64 | 64 | ||
65 | /* PTP */ | 65 | /* PTP */ |
66 | GPIO_PTP6, GPIO_PTP5, GPIO_PTP4, | 66 | GPIO_PTP0, GPIO_PTP1, GPIO_PTP2, GPIO_PTP3, |
67 | GPIO_PTP3, GPIO_PTP2, GPIO_PTP1, GPIO_PTP0, | 67 | GPIO_PTP4, GPIO_PTP5, GPIO_PTP6, GPIO_PTP7, |
68 | 68 | ||
69 | /* PTQ */ | 69 | /* PTQ */ |
70 | GPIO_PTQ6, GPIO_PTQ5, GPIO_PTQ4, | 70 | GPIO_PTQ0, GPIO_PTQ1, GPIO_PTQ2, GPIO_PTQ3, |
71 | GPIO_PTQ3, GPIO_PTQ2, GPIO_PTQ1, GPIO_PTQ0, | 71 | GPIO_PTQ4, GPIO_PTQ5, GPIO_PTQ6, GPIO_PTQ7_RESV, |
72 | 72 | ||
73 | /* PTR */ | 73 | /* PTR */ |
74 | GPIO_PTR7, GPIO_PTR6, GPIO_PTR5, GPIO_PTR4, | 74 | GPIO_PTR0, GPIO_PTR1, GPIO_PTR2, GPIO_PTR3, |
75 | GPIO_PTR3, GPIO_PTR2, GPIO_PTR1, GPIO_PTR0, | 75 | GPIO_PTR4, GPIO_PTR5, GPIO_PTR6, GPIO_PTR7, |
76 | 76 | ||
77 | /* PTS */ | 77 | /* PTS */ |
78 | GPIO_PTS7, GPIO_PTS6, GPIO_PTS5, GPIO_PTS4, | 78 | GPIO_PTS0, GPIO_PTS1, GPIO_PTS2, GPIO_PTS3, |
79 | GPIO_PTS3, GPIO_PTS2, GPIO_PTS1, GPIO_PTS0, | 79 | GPIO_PTS4, GPIO_PTS5, GPIO_PTS6, GPIO_PTS7, |
80 | 80 | ||
81 | /* PTT */ | 81 | /* PTT */ |
82 | GPIO_PTT5, GPIO_PTT4, | 82 | GPIO_PTT0, GPIO_PTT1, GPIO_PTT2, GPIO_PTT3, |
83 | GPIO_PTT3, GPIO_PTT2, GPIO_PTT1, GPIO_PTT0, | 83 | GPIO_PTT4, GPIO_PTT5, GPIO_PTT6, GPIO_PTT7, |
84 | 84 | ||
85 | /* PTU */ | 85 | /* PTU */ |
86 | GPIO_PTU7, GPIO_PTU6, GPIO_PTU5, GPIO_PTU4, | 86 | GPIO_PTU0, GPIO_PTU1, GPIO_PTU2, GPIO_PTU3, |
87 | GPIO_PTU3, GPIO_PTU2, GPIO_PTU1, GPIO_PTU0, | 87 | GPIO_PTU4, GPIO_PTU5, GPIO_PTU6, GPIO_PTU7, |
88 | 88 | ||
89 | /* PTV */ | 89 | /* PTV */ |
90 | GPIO_PTV7, GPIO_PTV6, GPIO_PTV5, GPIO_PTV4, | 90 | GPIO_PTV0, GPIO_PTV1, GPIO_PTV2, GPIO_PTV3, |
91 | GPIO_PTV3, GPIO_PTV2, GPIO_PTV1, GPIO_PTV0, | 91 | GPIO_PTV4, GPIO_PTV5, GPIO_PTV6, GPIO_PTV7, |
92 | 92 | ||
93 | /* PTW */ | 93 | /* PTW */ |
94 | GPIO_PTW7, GPIO_PTW6, GPIO_PTW5, GPIO_PTW4, | 94 | GPIO_PTW0, GPIO_PTW1, GPIO_PTW2, GPIO_PTW3, |
95 | GPIO_PTW3, GPIO_PTW2, GPIO_PTW1, GPIO_PTW0, | 95 | GPIO_PTW4, GPIO_PTW5, GPIO_PTW6, GPIO_PTW7, |
96 | 96 | ||
97 | /* PTX */ | 97 | /* PTX */ |
98 | GPIO_PTX7, GPIO_PTX6, GPIO_PTX5, GPIO_PTX4, | 98 | GPIO_PTX0, GPIO_PTX1, GPIO_PTX2, GPIO_PTX3, |
99 | GPIO_PTX3, GPIO_PTX2, GPIO_PTX1, GPIO_PTX0, | 99 | GPIO_PTX4, GPIO_PTX5, GPIO_PTX6, GPIO_PTX7, |
100 | 100 | ||
101 | /* PTY */ | 101 | /* PTY */ |
102 | GPIO_PTY7, GPIO_PTY6, GPIO_PTY5, GPIO_PTY4, | 102 | GPIO_PTY0, GPIO_PTY1, GPIO_PTY2, GPIO_PTY3, |
103 | GPIO_PTY3, GPIO_PTY2, GPIO_PTY1, GPIO_PTY0, | 103 | GPIO_PTY4, GPIO_PTY5, GPIO_PTY6, GPIO_PTY7, |
104 | 104 | ||
105 | /* PTZ */ | 105 | /* PTZ */ |
106 | GPIO_PTZ7, GPIO_PTZ6, GPIO_PTZ5, GPIO_PTZ4, | 106 | GPIO_PTZ0, GPIO_PTZ1, GPIO_PTZ2, GPIO_PTZ3, |
107 | GPIO_PTZ3, GPIO_PTZ2, GPIO_PTZ1, GPIO_PTZ0, | 107 | GPIO_PTZ4, GPIO_PTZ5, GPIO_PTZ6, GPIO_PTZ7, |
108 | 108 | ||
109 | 109 | ||
110 | /* PTA (mobule: LBSC, CPG, LPC) */ | 110 | /* PTA (mobule: LBSC, RGMII) */ |
111 | GPIO_FN_BS, GPIO_FN_RDWR, GPIO_FN_WE1, GPIO_FN_RDY, | 111 | GPIO_FN_BS, GPIO_FN_RDWR, GPIO_FN_WE1, GPIO_FN_RDY, |
112 | GPIO_FN_MD10, GPIO_FN_MD9, GPIO_FN_MD8, | 112 | GPIO_FN_ET0_MDC, GPIO_FN_ET0_MDIO, |
113 | GPIO_FN_LGPIO7, GPIO_FN_LGPIO6, GPIO_FN_LGPIO5, GPIO_FN_LGPIO4, | 113 | GPIO_FN_ET1_MDC, GPIO_FN_ET1_MDIO, |
114 | GPIO_FN_LGPIO3, GPIO_FN_LGPIO2, GPIO_FN_LGPIO1, GPIO_FN_LGPIO0, | ||
115 | |||
116 | /* PTB (mobule: LBSC, EtherC, SIM, LPC) */ | ||
117 | GPIO_FN_D15, GPIO_FN_D14, GPIO_FN_D13, GPIO_FN_D12, | ||
118 | GPIO_FN_D11, GPIO_FN_D10, GPIO_FN_D9, GPIO_FN_D8, | ||
119 | GPIO_FN_ET0_MDC, GPIO_FN_ET0_MDIO, | ||
120 | GPIO_FN_ET1_MDC, GPIO_FN_ET1_MDIO, | ||
121 | GPIO_FN_SIM_D, GPIO_FN_SIM_CLK, GPIO_FN_SIM_RST, | ||
122 | GPIO_FN_WPSZ1, GPIO_FN_WPSZ0, GPIO_FN_FWID, GPIO_FN_FLSHSZ, | ||
123 | GPIO_FN_LPC_SPIEN, GPIO_FN_BASEL, | ||
124 | 114 | ||
125 | /* PTC (mobule: SD) */ | 115 | /* PTB (mobule: INTC, ONFI, TMU) */ |
126 | GPIO_FN_SD_WP, GPIO_FN_SD_CD, GPIO_FN_SD_CLK, GPIO_FN_SD_CMD, | 116 | GPIO_FN_IRQ15, GPIO_FN_IRQ14, GPIO_FN_IRQ13, GPIO_FN_IRQ12, |
127 | GPIO_FN_SD_D3, GPIO_FN_SD_D2, GPIO_FN_SD_D1, GPIO_FN_SD_D0, | 117 | GPIO_FN_IRQ11, GPIO_FN_IRQ10, GPIO_FN_IRQ9, GPIO_FN_IRQ8, |
118 | GPIO_FN_ON_NRE, GPIO_FN_ON_NWE, GPIO_FN_ON_NWP, GPIO_FN_ON_NCE0, | ||
119 | GPIO_FN_ON_R_B0, GPIO_FN_ON_ALE, GPIO_FN_ON_CLE, | ||
120 | GPIO_FN_TCLK, | ||
128 | 121 | ||
129 | /* PTD (mobule: INTC, SPI0, LBSC, CPG, ADC) */ | 122 | /* PTC (mobule: IRQ, PWMU) */ |
130 | GPIO_FN_IRQ7, GPIO_FN_IRQ6, GPIO_FN_IRQ5, GPIO_FN_IRQ4, | 123 | GPIO_FN_IRQ7, GPIO_FN_IRQ6, GPIO_FN_IRQ5, GPIO_FN_IRQ4, |
131 | GPIO_FN_IRQ3, GPIO_FN_IRQ2, GPIO_FN_IRQ1, GPIO_FN_IRQ0, | 124 | GPIO_FN_IRQ3, GPIO_FN_IRQ2, GPIO_FN_IRQ1, GPIO_FN_IRQ0, |
132 | GPIO_FN_MD6, GPIO_FN_MD5, GPIO_FN_MD3, GPIO_FN_MD2, | 125 | GPIO_FN_PWMU0, GPIO_FN_PWMU1, GPIO_FN_PWMU2, GPIO_FN_PWMU3, |
133 | GPIO_FN_MD1, GPIO_FN_MD0, GPIO_FN_ADTRG1, GPIO_FN_ADTRG0, | 126 | GPIO_FN_PWMU4, GPIO_FN_PWMU5, |
134 | 127 | ||
135 | /* PTE (mobule: EtherC) */ | 128 | /* PTD (mobule: SPI0, DMAC) */ |
136 | GPIO_FN_ET0_CRS_DV, GPIO_FN_ET0_TXD1, | 129 | GPIO_FN_SP0_MOSI, GPIO_FN_SP0_MISO, GPIO_FN_SP0_SCK, |
137 | GPIO_FN_ET0_TXD0, GPIO_FN_ET0_TX_EN, | 130 | GPIO_FN_SP0_SCK_FB, GPIO_FN_SP0_SS0, GPIO_FN_SP0_SS1, |
138 | GPIO_FN_ET0_REF_CLK, GPIO_FN_ET0_RXD1, | 131 | GPIO_FN_SP0_SS2, GPIO_FN_SP0_SS3, GPIO_FN_DREQ0, |
139 | GPIO_FN_ET0_RXD0, GPIO_FN_ET0_RX_ER, | 132 | GPIO_FN_DACK0, GPIO_FN_TEND0, |
140 | 133 | ||
141 | /* PTF (mobule: EtherC) */ | 134 | /* PTE (mobule: RMII) */ |
142 | GPIO_FN_ET1_CRS_DV, GPIO_FN_ET1_TXD1, | 135 | GPIO_FN_RMII0_CRS_DV, GPIO_FN_RMII0_TXD1, GPIO_FN_RMII0_TXD0, |
143 | GPIO_FN_ET1_TXD0, GPIO_FN_ET1_TX_EN, | 136 | GPIO_FN_RMII0_TXEN, GPIO_FN_RMII0_REFCLK, GPIO_FN_RMII0_RXD1, |
144 | GPIO_FN_ET1_REF_CLK, GPIO_FN_ET1_RXD1, | 137 | GPIO_FN_RMII0_RXD0, GPIO_FN_RMII0_RX_ER, |
145 | GPIO_FN_ET1_RXD0, GPIO_FN_ET1_RX_ER, | 138 | |
146 | 139 | /* PTF (mobule: RMII, SerMux) */ | |
147 | /* PTG (mobule: SYSTEM, PWMX, LPC) */ | 140 | GPIO_FN_RMII1_CRS_DV, GPIO_FN_RMII1_TXD1, GPIO_FN_RMII1_TXD0, |
148 | GPIO_FN_STATUS0, GPIO_FN_STATUS1, | 141 | GPIO_FN_RMII1_TXEN, GPIO_FN_RMII1_REFCLK, GPIO_FN_RMII1_RXD1, |
149 | GPIO_FN_PWX0, GPIO_FN_PWX1, GPIO_FN_PWX2, GPIO_FN_PWX3, | 142 | GPIO_FN_RMII1_RXD0, GPIO_FN_RMII1_RX_ER, GPIO_FN_RAC_RI, |
150 | GPIO_FN_SERIRQ, GPIO_FN_CLKRUN, GPIO_FN_LPCPD, GPIO_FN_LDRQ, | 143 | |
151 | 144 | /* PTG (mobule: system, LBSC, LPC, WDT, LPC, eMMC) */ | |
152 | /* PTH (mobule: TMU, SCIF234, SPI1, SPI0) */ | 145 | GPIO_FN_BOOTFMS, GPIO_FN_BOOTWP, |
153 | GPIO_FN_TCLK, GPIO_FN_RXD4, GPIO_FN_TXD4, | 146 | GPIO_FN_A25, GPIO_FN_A24, GPIO_FN_SERIRQ, GPIO_FN_WDTOVF, |
147 | GPIO_FN_LPCPD, GPIO_FN_LDRQ, GPIO_FN_MMCCLK, GPIO_FN_MMCCMD, | ||
148 | |||
149 | /* PTH (mobule: SPI1, LPC, DMAC, ADC) */ | ||
154 | GPIO_FN_SP1_MOSI, GPIO_FN_SP1_MISO, | 150 | GPIO_FN_SP1_MOSI, GPIO_FN_SP1_MISO, |
155 | GPIO_FN_SP1_SCK, GPIO_FN_SP1_SCK_FB, | 151 | GPIO_FN_SP1_SCK, GPIO_FN_SP1_SCK_FB, |
156 | GPIO_FN_SP1_SS0, GPIO_FN_SP1_SS1, | 152 | GPIO_FN_SP1_SS0, GPIO_FN_SP1_SS1, |
157 | GPIO_FN_SP0_SS1, | 153 | GPIO_FN_WP, GPIO_FN_FMS0, GPIO_FN_TEND1, GPIO_FN_DREQ1, |
158 | 154 | GPIO_FN_DACK1, GPIO_FN_ADTRG1, GPIO_FN_ADTRG0, | |
159 | /* PTI (mobule: INTC) */ | ||
160 | GPIO_FN_IRQ15, GPIO_FN_IRQ14, GPIO_FN_IRQ13, GPIO_FN_IRQ12, | ||
161 | GPIO_FN_IRQ11, GPIO_FN_IRQ10, GPIO_FN_IRQ9, GPIO_FN_IRQ8, | ||
162 | 155 | ||
163 | /* PTJ (mobule: SCIF234, SERMUX) */ | 156 | /* PTI (mobule: LBSC, SDHI) */ |
164 | GPIO_FN_RXD3, GPIO_FN_TXD3, GPIO_FN_RXD2, GPIO_FN_TXD2, | 157 | GPIO_FN_D15, GPIO_FN_D14, GPIO_FN_D13, GPIO_FN_D12, |
165 | GPIO_FN_COM1_TXD, GPIO_FN_COM1_RXD, | 158 | GPIO_FN_D11, GPIO_FN_D10, GPIO_FN_D9, GPIO_FN_D8, |
166 | GPIO_FN_COM1_RTS, GPIO_FN_COM1_CTS, | 159 | GPIO_FN_SD_WP, GPIO_FN_SD_CD, GPIO_FN_SD_CLK, GPIO_FN_SD_CMD, |
167 | 160 | GPIO_FN_SD_D3, GPIO_FN_SD_D2, GPIO_FN_SD_D1, GPIO_FN_SD_D0, | |
168 | /* PTK (mobule: SERMUX) */ | ||
169 | GPIO_FN_COM2_TXD, GPIO_FN_COM2_RXD, | ||
170 | GPIO_FN_COM2_RTS, GPIO_FN_COM2_CTS, | ||
171 | GPIO_FN_COM2_DTR, GPIO_FN_COM2_DSR, | ||
172 | GPIO_FN_COM2_DCD, GPIO_FN_COM2_RI, | ||
173 | |||
174 | /* PTL (mobule: SERMUX) */ | ||
175 | GPIO_FN_RAC_TXD, GPIO_FN_RAC_RXD, | ||
176 | GPIO_FN_RAC_RTS, GPIO_FN_RAC_CTS, | ||
177 | GPIO_FN_RAC_DTR, GPIO_FN_RAC_DSR, | ||
178 | GPIO_FN_RAC_DCD, GPIO_FN_RAC_RI, | ||
179 | 161 | ||
180 | /* PTM (mobule: IIC, LPC) */ | 162 | /* PTJ (mobule: SCIF234) */ |
163 | GPIO_FN_RTS3, GPIO_FN_CTS3, GPIO_FN_TXD3, GPIO_FN_RXD3, | ||
164 | GPIO_FN_RTS4, GPIO_FN_RXD4, GPIO_FN_TXD4, | ||
165 | |||
166 | /* PTK (mobule: SERMUX, LBSC, SCIF) */ | ||
167 | GPIO_FN_COM2_TXD, GPIO_FN_COM2_RXD, GPIO_FN_COM2_RTS, | ||
168 | GPIO_FN_COM2_CTS, GPIO_FN_COM2_DTR, GPIO_FN_COM2_DSR, | ||
169 | GPIO_FN_COM2_DCD, GPIO_FN_CLKOUT, | ||
170 | GPIO_FN_SCK2, GPIO_FN_SCK4, GPIO_FN_SCK3, | ||
171 | |||
172 | /* PTL (mobule: SERMUX, SCIF, LBSC, AUD) */ | ||
173 | GPIO_FN_RAC_RXD, GPIO_FN_RAC_RTS, GPIO_FN_RAC_CTS, | ||
174 | GPIO_FN_RAC_DTR, GPIO_FN_RAC_DSR, GPIO_FN_RAC_DCD, | ||
175 | GPIO_FN_RAC_TXD, GPIO_FN_RXD2, GPIO_FN_CS5, | ||
176 | GPIO_FN_CS6, GPIO_FN_AUDSYNC, GPIO_FN_AUDCK, | ||
177 | GPIO_FN_TXD2, | ||
178 | |||
179 | /* PTM (mobule: LBSC, IIC) */ | ||
180 | GPIO_FN_CS4, GPIO_FN_RD, GPIO_FN_WE0, GPIO_FN_CS0, | ||
181 | GPIO_FN_SDA6, GPIO_FN_SCL6, GPIO_FN_SDA7, GPIO_FN_SCL7, | 181 | GPIO_FN_SDA6, GPIO_FN_SCL6, GPIO_FN_SDA7, GPIO_FN_SCL7, |
182 | GPIO_FN_WP, GPIO_FN_FMS0, GPIO_FN_FMS1, | ||
183 | 182 | ||
184 | /* PTN (mobule: SCIF234, EVC) */ | 183 | /* PTN (mobule: USB, JMC, SGPIO, WDT) */ |
185 | GPIO_FN_SCK2, GPIO_FN_RTS4, GPIO_FN_RTS3, GPIO_FN_RTS2, | 184 | GPIO_FN_VBUS_EN, GPIO_FN_VBUS_OC, GPIO_FN_JMCTCK, |
186 | GPIO_FN_CTS4, GPIO_FN_CTS3, GPIO_FN_CTS2, | 185 | GPIO_FN_JMCTMS, GPIO_FN_JMCTDO, GPIO_FN_JMCTDI, |
187 | GPIO_FN_EVENT7, GPIO_FN_EVENT6, GPIO_FN_EVENT5, GPIO_FN_EVENT4, | 186 | GPIO_FN_JMCTRST, |
188 | GPIO_FN_EVENT3, GPIO_FN_EVENT2, GPIO_FN_EVENT1, GPIO_FN_EVENT0, | 187 | GPIO_FN_SGPIO1_CLK, GPIO_FN_SGPIO1_LOAD, GPIO_FN_SGPIO1_DI, |
188 | GPIO_FN_SGPIO1_DO, GPIO_FN_SUB_CLKIN, | ||
189 | 189 | ||
190 | /* PTO (mobule: SGPIO) */ | 190 | /* PTO (mobule: SGPIO, SerMux) */ |
191 | GPIO_FN_SGPIO0_CLK, GPIO_FN_SGPIO0_LOAD, | 191 | GPIO_FN_SGPIO0_CLK, GPIO_FN_SGPIO0_LOAD, GPIO_FN_SGPIO0_DI, |
192 | GPIO_FN_SGPIO0_DI, GPIO_FN_SGPIO0_DO, | 192 | GPIO_FN_SGPIO0_DO, GPIO_FN_SGPIO2_CLK, GPIO_FN_SGPIO2_LOAD, |
193 | GPIO_FN_SGPIO1_CLK, GPIO_FN_SGPIO1_LOAD, | 193 | GPIO_FN_SGPIO2_DI, GPIO_FN_SGPIO2_DO, GPIO_FN_COM1_TXD, |
194 | GPIO_FN_SGPIO1_DI, GPIO_FN_SGPIO1_DO, | 194 | GPIO_FN_COM1_RXD, GPIO_FN_COM1_RTS, GPIO_FN_COM1_CTS, |
195 | |||
196 | /* PTP (mobule: JMC, SCIF234) */ | ||
197 | GPIO_FN_JMCTCK, GPIO_FN_JMCTMS, GPIO_FN_JMCTDO, GPIO_FN_JMCTDI, | ||
198 | GPIO_FN_JMCRST, GPIO_FN_SCK4, GPIO_FN_SCK3, | ||
199 | 195 | ||
200 | /* PTQ (mobule: LPC) */ | 196 | /* PTQ (mobule: LPC) */ |
201 | GPIO_FN_LAD3, GPIO_FN_LAD2, GPIO_FN_LAD1, GPIO_FN_LAD0, | 197 | GPIO_FN_LAD3, GPIO_FN_LAD2, GPIO_FN_LAD1, GPIO_FN_LAD0, |
202 | GPIO_FN_LFRAME, GPIO_FN_LRESET, GPIO_FN_LCLK, | 198 | GPIO_FN_LFRAME, GPIO_FN_LRESET, GPIO_FN_LCLK, |
203 | 199 | ||
204 | /* PTR (mobule: GRA, IIC) */ | 200 | /* PTR (mobule: GRA, IIC) */ |
205 | GPIO_FN_DDC3, GPIO_FN_DDC2, | 201 | GPIO_FN_DDC3, GPIO_FN_DDC2, GPIO_FN_SDA2, GPIO_FN_SCL2, |
206 | GPIO_FN_SDA8, GPIO_FN_SCL8, GPIO_FN_SDA2, GPIO_FN_SCL2, | ||
207 | GPIO_FN_SDA1, GPIO_FN_SCL1, GPIO_FN_SDA0, GPIO_FN_SCL0, | 202 | GPIO_FN_SDA1, GPIO_FN_SCL1, GPIO_FN_SDA0, GPIO_FN_SCL0, |
203 | GPIO_FN_SDA8, GPIO_FN_SCL8, | ||
208 | 204 | ||
209 | /* PTS (mobule: GRA, IIC) */ | 205 | /* PTS (mobule: GRA, IIC) */ |
210 | GPIO_FN_DDC1, GPIO_FN_DDC0, | 206 | GPIO_FN_DDC1, GPIO_FN_DDC0, GPIO_FN_SDA5, GPIO_FN_SCL5, |
211 | GPIO_FN_SDA9, GPIO_FN_SCL9, GPIO_FN_SDA5, GPIO_FN_SCL5, | ||
212 | GPIO_FN_SDA4, GPIO_FN_SCL4, GPIO_FN_SDA3, GPIO_FN_SCL3, | 207 | GPIO_FN_SDA4, GPIO_FN_SCL4, GPIO_FN_SDA3, GPIO_FN_SCL3, |
208 | GPIO_FN_SDA9, GPIO_FN_SCL9, | ||
213 | 209 | ||
214 | /* PTT (mobule: SYSTEM, PWMX) */ | 210 | /* PTT (mobule: PWMX, AUD) */ |
215 | GPIO_FN_AUDSYNC, GPIO_FN_AUDCK, | 211 | GPIO_FN_PWMX7, GPIO_FN_PWMX6, GPIO_FN_PWMX5, GPIO_FN_PWMX4, |
216 | GPIO_FN_AUDATA3, GPIO_FN_AUDATA2, | 212 | GPIO_FN_PWMX3, GPIO_FN_PWMX2, GPIO_FN_PWMX1, GPIO_FN_PWMX0, |
217 | GPIO_FN_AUDATA1, GPIO_FN_AUDATA0, | 213 | GPIO_FN_AUDATA3, GPIO_FN_AUDATA2, GPIO_FN_AUDATA1, |
218 | GPIO_FN_PWX7, GPIO_FN_PWX6, GPIO_FN_PWX5, GPIO_FN_PWX4, | 214 | GPIO_FN_AUDATA0, GPIO_FN_STATUS1, GPIO_FN_STATUS0, |
219 | 215 | ||
220 | /* PTU (mobule: LBSC, DMAC) */ | 216 | /* PTU (mobule: LPC, APM) */ |
221 | GPIO_FN_CS6, GPIO_FN_CS5, GPIO_FN_CS4, GPIO_FN_CS0, | 217 | GPIO_FN_LGPIO7, GPIO_FN_LGPIO6, GPIO_FN_LGPIO5, GPIO_FN_LGPIO4, |
222 | GPIO_FN_RD, GPIO_FN_WE0, GPIO_FN_A25, GPIO_FN_A24, | 218 | GPIO_FN_LGPIO3, GPIO_FN_LGPIO2, GPIO_FN_LGPIO1, GPIO_FN_LGPIO0, |
223 | GPIO_FN_DREQ0, GPIO_FN_DACK0, | 219 | GPIO_FN_APMONCTL_O, GPIO_FN_APMPWBTOUT_O, GPIO_FN_APMSCI_O, |
220 | GPIO_FN_APMVDDON, GPIO_FN_APMSLPBTN, GPIO_FN_APMPWRBTN, | ||
221 | GPIO_FN_APMS5N, GPIO_FN_APMS3N, | ||
224 | 222 | ||
225 | /* PTV (mobule: LBSC, DMAC) */ | 223 | /* PTV (mobule: LBSC, SerMux, R-SPI, EVC, GRA) */ |
226 | GPIO_FN_A23, GPIO_FN_A22, GPIO_FN_A21, GPIO_FN_A20, | 224 | GPIO_FN_A23, GPIO_FN_A22, GPIO_FN_A21, GPIO_FN_A20, |
227 | GPIO_FN_A19, GPIO_FN_A18, GPIO_FN_A17, GPIO_FN_A16, | 225 | GPIO_FN_A19, GPIO_FN_A18, GPIO_FN_A17, GPIO_FN_A16, |
228 | GPIO_FN_TEND0, GPIO_FN_DREQ1, GPIO_FN_DACK1, GPIO_FN_TEND1, | 226 | GPIO_FN_COM2_RI, GPIO_FN_R_SPI_MOSI, GPIO_FN_R_SPI_MISO, |
227 | GPIO_FN_R_SPI_RSPCK, GPIO_FN_R_SPI_SSL0, GPIO_FN_R_SPI_SSL1, | ||
228 | GPIO_FN_EVENT7, GPIO_FN_EVENT6, GPIO_FN_VBIOS_DI, | ||
229 | GPIO_FN_VBIOS_DO, GPIO_FN_VBIOS_CLK, GPIO_FN_VBIOS_CS, | ||
229 | 230 | ||
230 | /* PTW (mobule: LBSC) */ | 231 | /* PTW (mobule: LBSC, EVC, SCIF) */ |
231 | GPIO_FN_A15, GPIO_FN_A14, GPIO_FN_A13, GPIO_FN_A12, | 232 | GPIO_FN_A15, GPIO_FN_A14, GPIO_FN_A13, GPIO_FN_A12, |
232 | GPIO_FN_A11, GPIO_FN_A10, GPIO_FN_A9, GPIO_FN_A8, | 233 | GPIO_FN_A11, GPIO_FN_A10, GPIO_FN_A9, GPIO_FN_A8, |
234 | GPIO_FN_EVENT5, GPIO_FN_EVENT4, GPIO_FN_EVENT3, GPIO_FN_EVENT2, | ||
235 | GPIO_FN_EVENT1, GPIO_FN_EVENT0, GPIO_FN_CTS4, GPIO_FN_CTS2, | ||
233 | 236 | ||
234 | /* PTX (mobule: LBSC) */ | 237 | /* PTX (mobule: LBSC, SCIF, SIM) */ |
235 | GPIO_FN_A7, GPIO_FN_A6, GPIO_FN_A5, GPIO_FN_A4, | 238 | GPIO_FN_A7, GPIO_FN_A6, GPIO_FN_A5, GPIO_FN_A4, |
236 | GPIO_FN_A3, GPIO_FN_A2, GPIO_FN_A1, GPIO_FN_A0, | 239 | GPIO_FN_A3, GPIO_FN_A2, GPIO_FN_A1, GPIO_FN_A0, |
240 | GPIO_FN_RTS2, GPIO_FN_SIM_D, GPIO_FN_SIM_CLK, GPIO_FN_SIM_RST, | ||
237 | 241 | ||
238 | /* PTY (mobule: LBSC) */ | 242 | /* PTY (mobule: LBSC) */ |
239 | GPIO_FN_D7, GPIO_FN_D6, GPIO_FN_D5, GPIO_FN_D4, | 243 | GPIO_FN_D7, GPIO_FN_D6, GPIO_FN_D5, GPIO_FN_D4, |
240 | GPIO_FN_D3, GPIO_FN_D2, GPIO_FN_D1, GPIO_FN_D0, | 244 | GPIO_FN_D3, GPIO_FN_D2, GPIO_FN_D1, GPIO_FN_D0, |
245 | |||
246 | /* PTZ (mobule: eMMC, ONFI) */ | ||
247 | GPIO_FN_MMCDAT7, GPIO_FN_MMCDAT6, GPIO_FN_MMCDAT5, | ||
248 | GPIO_FN_MMCDAT4, GPIO_FN_MMCDAT3, GPIO_FN_MMCDAT2, | ||
249 | GPIO_FN_MMCDAT1, GPIO_FN_MMCDAT0, | ||
250 | GPIO_FN_ON_DQ7, GPIO_FN_ON_DQ6, GPIO_FN_ON_DQ5, GPIO_FN_ON_DQ4, | ||
251 | GPIO_FN_ON_DQ3, GPIO_FN_ON_DQ2, GPIO_FN_ON_DQ1, GPIO_FN_ON_DQ0, | ||
241 | }; | 252 | }; |
242 | 253 | ||
254 | enum { | ||
255 | SHDMA_SLAVE_INVALID, | ||
256 | SHDMA_SLAVE_SDHI_TX, | ||
257 | SHDMA_SLAVE_SDHI_RX, | ||
258 | SHDMA_SLAVE_MMCIF_TX, | ||
259 | SHDMA_SLAVE_MMCIF_RX, | ||
260 | SHDMA_SLAVE_SCIF2_TX, | ||
261 | SHDMA_SLAVE_SCIF2_RX, | ||
262 | SHDMA_SLAVE_SCIF3_TX, | ||
263 | SHDMA_SLAVE_SCIF3_RX, | ||
264 | SHDMA_SLAVE_SCIF4_TX, | ||
265 | SHDMA_SLAVE_SCIF4_RX, | ||
266 | SHDMA_SLAVE_RIIC0_TX, | ||
267 | SHDMA_SLAVE_RIIC0_RX, | ||
268 | SHDMA_SLAVE_RIIC1_TX, | ||
269 | SHDMA_SLAVE_RIIC1_RX, | ||
270 | SHDMA_SLAVE_RIIC2_TX, | ||
271 | SHDMA_SLAVE_RIIC2_RX, | ||
272 | SHDMA_SLAVE_RIIC3_TX, | ||
273 | SHDMA_SLAVE_RIIC3_RX, | ||
274 | SHDMA_SLAVE_RIIC4_TX, | ||
275 | SHDMA_SLAVE_RIIC4_RX, | ||
276 | SHDMA_SLAVE_RIIC5_TX, | ||
277 | SHDMA_SLAVE_RIIC5_RX, | ||
278 | SHDMA_SLAVE_RIIC6_TX, | ||
279 | SHDMA_SLAVE_RIIC6_RX, | ||
280 | SHDMA_SLAVE_RIIC7_TX, | ||
281 | SHDMA_SLAVE_RIIC7_RX, | ||
282 | SHDMA_SLAVE_RIIC8_TX, | ||
283 | SHDMA_SLAVE_RIIC8_RX, | ||
284 | SHDMA_SLAVE_RIIC9_TX, | ||
285 | SHDMA_SLAVE_RIIC9_RX, | ||
286 | }; | ||
243 | #endif /* __ASM_SH7757_H__ */ | 287 | #endif /* __ASM_SH7757_H__ */ |
diff --git a/arch/sh/include/cpu-sh4/cpu/shx3.h b/arch/sh/include/cpu-sh4/cpu/shx3.h new file mode 100644 index 000000000000..68d9080a8da9 --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/shx3.h | |||
@@ -0,0 +1,64 @@ | |||
1 | #ifndef __CPU_SHX3_H | ||
2 | #define __CPU_SHX3_H | ||
3 | |||
4 | enum { | ||
5 | /* PA */ | ||
6 | GPIO_PA7, GPIO_PA6, GPIO_PA5, GPIO_PA4, | ||
7 | GPIO_PA3, GPIO_PA2, GPIO_PA1, GPIO_PA0, | ||
8 | |||
9 | /* PB */ | ||
10 | GPIO_PB7, GPIO_PB6, GPIO_PB5, GPIO_PB4, | ||
11 | GPIO_PB3, GPIO_PB2, GPIO_PB1, GPIO_PB0, | ||
12 | |||
13 | /* PC */ | ||
14 | GPIO_PC7, GPIO_PC6, GPIO_PC5, GPIO_PC4, | ||
15 | GPIO_PC3, GPIO_PC2, GPIO_PC1, GPIO_PC0, | ||
16 | |||
17 | /* PD */ | ||
18 | GPIO_PD7, GPIO_PD6, GPIO_PD5, GPIO_PD4, | ||
19 | GPIO_PD3, GPIO_PD2, GPIO_PD1, GPIO_PD0, | ||
20 | |||
21 | /* PE */ | ||
22 | GPIO_PE7, GPIO_PE6, GPIO_PE5, GPIO_PE4, | ||
23 | GPIO_PE3, GPIO_PE2, GPIO_PE1, GPIO_PE0, | ||
24 | |||
25 | /* PF */ | ||
26 | GPIO_PF7, GPIO_PF6, GPIO_PF5, GPIO_PF4, | ||
27 | GPIO_PF3, GPIO_PF2, GPIO_PF1, GPIO_PF0, | ||
28 | |||
29 | /* PG */ | ||
30 | GPIO_PG7, GPIO_PG6, GPIO_PG5, GPIO_PG4, | ||
31 | GPIO_PG3, GPIO_PG2, GPIO_PG1, GPIO_PG0, | ||
32 | |||
33 | /* PH */ | ||
34 | GPIO_PH5, GPIO_PH4, | ||
35 | GPIO_PH3, GPIO_PH2, GPIO_PH1, GPIO_PH0, | ||
36 | |||
37 | /* SCIF */ | ||
38 | GPIO_FN_SCK3, GPIO_FN_TXD3, GPIO_FN_RXD3, | ||
39 | GPIO_FN_SCK2, GPIO_FN_TXD2, GPIO_FN_RXD2, | ||
40 | GPIO_FN_SCK1, GPIO_FN_TXD1, GPIO_FN_RXD1, | ||
41 | GPIO_FN_SCK0, GPIO_FN_TXD0, GPIO_FN_RXD0, | ||
42 | |||
43 | /* LBSC */ | ||
44 | GPIO_FN_D31, GPIO_FN_D30, GPIO_FN_D29, GPIO_FN_D28, | ||
45 | GPIO_FN_D27, GPIO_FN_D26, GPIO_FN_D25, GPIO_FN_D24, | ||
46 | GPIO_FN_D23, GPIO_FN_D22, GPIO_FN_D21, GPIO_FN_D20, | ||
47 | GPIO_FN_D19, GPIO_FN_D18, GPIO_FN_D17, GPIO_FN_D16, | ||
48 | GPIO_FN_WE3, GPIO_FN_WE2, GPIO_FN_CS6, GPIO_FN_CS5, | ||
49 | GPIO_FN_CS4, GPIO_FN_CLKOUTENB, GPIO_FN_BREQ, | ||
50 | GPIO_FN_IOIS16, GPIO_FN_CE2B, GPIO_FN_CE2A, GPIO_FN_BACK, | ||
51 | |||
52 | /* DMAC */ | ||
53 | GPIO_FN_DACK0, GPIO_FN_DREQ0, GPIO_FN_DRAK0, | ||
54 | GPIO_FN_DACK1, GPIO_FN_DREQ1, GPIO_FN_DRAK1, | ||
55 | GPIO_FN_DACK2, GPIO_FN_DREQ2, GPIO_FN_DRAK2, | ||
56 | GPIO_FN_DACK3, GPIO_FN_DREQ3, GPIO_FN_DRAK3, | ||
57 | |||
58 | /* INTC */ | ||
59 | GPIO_FN_IRQ3, GPIO_FN_IRQ2, GPIO_FN_IRQ1, GPIO_FN_IRQ0, | ||
60 | GPIO_FN_IRL3, GPIO_FN_IRL2, GPIO_FN_IRL1, GPIO_FN_IRL0, | ||
61 | GPIO_FN_IRQOUT, GPIO_FN_STATUS1, GPIO_FN_STATUS0, | ||
62 | }; | ||
63 | |||
64 | #endif /* __CPU_SHX3_H */ | ||
diff --git a/arch/sh/include/mach-common/mach/edosk7705.h b/arch/sh/include/mach-common/mach/edosk7705.h deleted file mode 100644 index efc43b323466..000000000000 --- a/arch/sh/include/mach-common/mach/edosk7705.h +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #ifndef __ASM_SH_EDOSK7705_H | ||
2 | #define __ASM_SH_EDOSK7705_H | ||
3 | |||
4 | #define __IO_PREFIX sh_edosk7705 | ||
5 | #include <asm/io_generic.h> | ||
6 | |||
7 | #endif /* __ASM_SH_EDOSK7705_H */ | ||
diff --git a/arch/sh/include/mach-common/mach/highlander.h b/arch/sh/include/mach-common/mach/highlander.h index 5d9d4d5154be..6ce944e33e59 100644 --- a/arch/sh/include/mach-common/mach/highlander.h +++ b/arch/sh/include/mach-common/mach/highlander.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #define PA_OBLED (PA_BCR+0x001c) /* On Board LED control */ | 24 | #define PA_OBLED (PA_BCR+0x001c) /* On Board LED control */ |
25 | #define PA_OBSW (PA_BCR+0x001e) /* On Board Switch control */ | 25 | #define PA_OBSW (PA_BCR+0x001e) /* On Board Switch control */ |
26 | #define PA_AUDIOSEL (PA_BCR+0x0020) /* Sound Interface Select control */ | 26 | #define PA_AUDIOSEL (PA_BCR+0x0020) /* Sound Interface Select control */ |
27 | #define PA_EXTPLR (PA_BCR+0x001e) /* Extention Pin Polarity control */ | 27 | #define PA_EXTPLR (PA_BCR+0x001e) /* Extension Pin Polarity control */ |
28 | #define PA_TPCTL (PA_BCR+0x0100) /* Touch Panel Access control */ | 28 | #define PA_TPCTL (PA_BCR+0x0100) /* Touch Panel Access control */ |
29 | #define PA_TPDCKCTL (PA_BCR+0x0102) /* Touch Panel Access data control */ | 29 | #define PA_TPDCKCTL (PA_BCR+0x0102) /* Touch Panel Access data control */ |
30 | #define PA_TPCTLCLR (PA_BCR+0x0104) /* Touch Panel Access control */ | 30 | #define PA_TPCTLCLR (PA_BCR+0x0104) /* Touch Panel Access control */ |
@@ -89,7 +89,7 @@ | |||
89 | #define PA_OBLED (PA_BCR+0x0018) /* On Board LED control */ | 89 | #define PA_OBLED (PA_BCR+0x0018) /* On Board LED control */ |
90 | #define PA_OBSW (PA_BCR+0x001a) /* On Board Switch control */ | 90 | #define PA_OBSW (PA_BCR+0x001a) /* On Board Switch control */ |
91 | #define PA_AUDIOSEL (PA_BCR+0x001c) /* Sound Interface Select control */ | 91 | #define PA_AUDIOSEL (PA_BCR+0x001c) /* Sound Interface Select control */ |
92 | #define PA_EXTPLR (PA_BCR+0x001e) /* Extention Pin Polarity control */ | 92 | #define PA_EXTPLR (PA_BCR+0x001e) /* Extension Pin Polarity control */ |
93 | #define PA_TPCTL (PA_BCR+0x0100) /* Touch Panel Access control */ | 93 | #define PA_TPCTL (PA_BCR+0x0100) /* Touch Panel Access control */ |
94 | #define PA_TPDCKCTL (PA_BCR+0x0102) /* Touch Panel Access data control */ | 94 | #define PA_TPDCKCTL (PA_BCR+0x0102) /* Touch Panel Access data control */ |
95 | #define PA_TPCTLCLR (PA_BCR+0x0104) /* Touch Panel Access control */ | 95 | #define PA_TPCTLCLR (PA_BCR+0x0104) /* Touch Panel Access control */ |
diff --git a/arch/sh/include/mach-common/mach/microdev.h b/arch/sh/include/mach-common/mach/microdev.h index 1aed15856e11..dcb05fa8c164 100644 --- a/arch/sh/include/mach-common/mach/microdev.h +++ b/arch/sh/include/mach-common/mach/microdev.h | |||
@@ -68,13 +68,4 @@ extern void microdev_print_fpga_intc_status(void); | |||
68 | #define __IO_PREFIX microdev | 68 | #define __IO_PREFIX microdev |
69 | #include <asm/io_generic.h> | 69 | #include <asm/io_generic.h> |
70 | 70 | ||
71 | #if defined(CONFIG_PCI) | ||
72 | unsigned char microdev_pci_inb(unsigned long port); | ||
73 | unsigned short microdev_pci_inw(unsigned long port); | ||
74 | unsigned long microdev_pci_inl(unsigned long port); | ||
75 | void microdev_pci_outb(unsigned char data, unsigned long port); | ||
76 | void microdev_pci_outw(unsigned short data, unsigned long port); | ||
77 | void microdev_pci_outl(unsigned long data, unsigned long port); | ||
78 | #endif | ||
79 | |||
80 | #endif /* __ASM_SH_MICRODEV_H */ | 71 | #endif /* __ASM_SH_MICRODEV_H */ |
diff --git a/arch/sh/include/mach-common/mach/r2d.h b/arch/sh/include/mach-common/mach/r2d.h index 0a800157b826..e04f75eaa153 100644 --- a/arch/sh/include/mach-common/mach/r2d.h +++ b/arch/sh/include/mach-common/mach/r2d.h | |||
@@ -18,18 +18,18 @@ | |||
18 | #define PA_DISPCTL 0xa4000008 /* Display Timing control */ | 18 | #define PA_DISPCTL 0xa4000008 /* Display Timing control */ |
19 | #define PA_SDMPOW 0xa400000a /* SD Power control */ | 19 | #define PA_SDMPOW 0xa400000a /* SD Power control */ |
20 | #define PA_RTCCE 0xa400000c /* RTC(9701) Enable control */ | 20 | #define PA_RTCCE 0xa400000c /* RTC(9701) Enable control */ |
21 | #define PA_PCICD 0xa400000e /* PCI Extention detect control */ | 21 | #define PA_PCICD 0xa400000e /* PCI Extension detect control */ |
22 | #define PA_VOYAGERRTS 0xa4000020 /* VOYAGER Reset control */ | 22 | #define PA_VOYAGERRTS 0xa4000020 /* VOYAGER Reset control */ |
23 | 23 | ||
24 | #define PA_R2D1_AXRST 0xa4000022 /* AX_LAN Reset control */ | 24 | #define PA_R2D1_AXRST 0xa4000022 /* AX_LAN Reset control */ |
25 | #define PA_R2D1_CFRST 0xa4000024 /* CF Reset control */ | 25 | #define PA_R2D1_CFRST 0xa4000024 /* CF Reset control */ |
26 | #define PA_R2D1_ADMRTS 0xa4000026 /* SD Reset control */ | 26 | #define PA_R2D1_ADMRTS 0xa4000026 /* SD Reset control */ |
27 | #define PA_R2D1_EXTRST 0xa4000028 /* Extention Reset control */ | 27 | #define PA_R2D1_EXTRST 0xa4000028 /* Extension Reset control */ |
28 | #define PA_R2D1_CFCDINTCLR 0xa400002a /* CF Insert Interrupt clear */ | 28 | #define PA_R2D1_CFCDINTCLR 0xa400002a /* CF Insert Interrupt clear */ |
29 | 29 | ||
30 | #define PA_R2DPLUS_CFRST 0xa4000022 /* CF Reset control */ | 30 | #define PA_R2DPLUS_CFRST 0xa4000022 /* CF Reset control */ |
31 | #define PA_R2DPLUS_ADMRTS 0xa4000024 /* SD Reset control */ | 31 | #define PA_R2DPLUS_ADMRTS 0xa4000024 /* SD Reset control */ |
32 | #define PA_R2DPLUS_EXTRST 0xa4000026 /* Extention Reset control */ | 32 | #define PA_R2DPLUS_EXTRST 0xa4000026 /* Extension Reset control */ |
33 | #define PA_R2DPLUS_CFCDINTCLR 0xa4000028 /* CF Insert Interrupt clear */ | 33 | #define PA_R2DPLUS_CFCDINTCLR 0xa4000028 /* CF Insert Interrupt clear */ |
34 | #define PA_R2DPLUS_KEYCTLCLR 0xa400002a /* Key Interrupt clear */ | 34 | #define PA_R2DPLUS_KEYCTLCLR 0xa400002a /* Key Interrupt clear */ |
35 | 35 | ||
diff --git a/arch/sh/include/mach-common/mach/romimage.h b/arch/sh/include/mach-common/mach/romimage.h index 08fb42269ecd..3670455faaac 100644 --- a/arch/sh/include/mach-common/mach/romimage.h +++ b/arch/sh/include/mach-common/mach/romimage.h | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | #else /* __ASSEMBLY__ */ | 5 | #else /* __ASSEMBLY__ */ |
6 | 6 | ||
7 | extern inline void mmcif_update_progress(int nr) | 7 | static inline void mmcif_update_progress(int nr) |
8 | { | 8 | { |
9 | } | 9 | } |
10 | 10 | ||
diff --git a/arch/sh/include/mach-common/mach/snapgear.h b/arch/sh/include/mach-common/mach/secureedge5410.h index 042d95f51c4d..3653b9a4bacc 100644 --- a/arch/sh/include/mach-common/mach/snapgear.h +++ b/arch/sh/include/mach-common/mach/secureedge5410.h | |||
@@ -12,30 +12,9 @@ | |||
12 | #ifndef _ASM_SH_IO_SNAPGEAR_H | 12 | #ifndef _ASM_SH_IO_SNAPGEAR_H |
13 | #define _ASM_SH_IO_SNAPGEAR_H | 13 | #define _ASM_SH_IO_SNAPGEAR_H |
14 | 14 | ||
15 | #if defined(CONFIG_CPU_SH4) | ||
16 | /* | ||
17 | * The external interrupt lines, these take up ints 0 - 15 inclusive | ||
18 | * depending on the priority for the interrupt. In fact the priority | ||
19 | * is the interrupt :-) | ||
20 | */ | ||
21 | |||
22 | #define IRL0_IRQ 2 | ||
23 | #define IRL0_PRIORITY 13 | ||
24 | |||
25 | #define IRL1_IRQ 5 | ||
26 | #define IRL1_PRIORITY 10 | ||
27 | |||
28 | #define IRL2_IRQ 8 | ||
29 | #define IRL2_PRIORITY 7 | ||
30 | |||
31 | #define IRL3_IRQ 11 | ||
32 | #define IRL3_PRIORITY 4 | ||
33 | #endif | ||
34 | |||
35 | #define __IO_PREFIX snapgear | 15 | #define __IO_PREFIX snapgear |
36 | #include <asm/io_generic.h> | 16 | #include <asm/io_generic.h> |
37 | 17 | ||
38 | #ifdef CONFIG_SH_SECUREEDGE5410 | ||
39 | /* | 18 | /* |
40 | * We need to remember what was written to the ioport as some bits | 19 | * We need to remember what was written to the ioport as some bits |
41 | * are shared with other functions and you cannot read back what was | 20 | * are shared with other functions and you cannot read back what was |
@@ -66,6 +45,5 @@ extern unsigned short secureedge5410_ioport; | |||
66 | ((secureedge5410_ioport & ~(mask)) | ((val) & (mask))))) | 45 | ((secureedge5410_ioport & ~(mask)) | ((val) & (mask))))) |
67 | #define SECUREEDGE_READ_IOPORT() \ | 46 | #define SECUREEDGE_READ_IOPORT() \ |
68 | ((*SECUREEDGE_IOPORT_ADDR&0x0817) | (secureedge5410_ioport&~0x0817)) | 47 | ((*SECUREEDGE_IOPORT_ADDR&0x0817) | (secureedge5410_ioport&~0x0817)) |
69 | #endif | ||
70 | 48 | ||
71 | #endif /* _ASM_SH_IO_SNAPGEAR_H */ | 49 | #endif /* _ASM_SH_IO_SNAPGEAR_H */ |
diff --git a/arch/sh/include/mach-common/mach/sh2007.h b/arch/sh/include/mach-common/mach/sh2007.h new file mode 100644 index 000000000000..48180b9aa03d --- /dev/null +++ b/arch/sh/include/mach-common/mach/sh2007.h | |||
@@ -0,0 +1,117 @@ | |||
1 | #ifndef __MACH_SH2007_H | ||
2 | #define __MACH_SH2007_H | ||
3 | |||
4 | #define CS5BCR 0xff802050 | ||
5 | #define CS5WCR 0xff802058 | ||
6 | #define CS5PCR 0xff802070 | ||
7 | |||
8 | #define BUS_SZ8 1 | ||
9 | #define BUS_SZ16 2 | ||
10 | #define BUS_SZ32 3 | ||
11 | |||
12 | #define PCMCIA_IODYN 1 | ||
13 | #define PCMCIA_ATA 0 | ||
14 | #define PCMCIA_IO8 2 | ||
15 | #define PCMCIA_IO16 3 | ||
16 | #define PCMCIA_COMM8 4 | ||
17 | #define PCMCIA_COMM16 5 | ||
18 | #define PCMCIA_ATTR8 6 | ||
19 | #define PCMCIA_ATTR16 7 | ||
20 | |||
21 | #define TYPE_SRAM 0 | ||
22 | #define TYPE_PCMCIA 4 | ||
23 | |||
24 | /* write-read/write-write delay (0-7:0,1,2,3,4,5,6,7) */ | ||
25 | #define IWW5 0 | ||
26 | #define IWW6 3 | ||
27 | /* different area, read-write delay (0-7:0,1,2,3,4,5,6,7) */ | ||
28 | #define IWRWD5 2 | ||
29 | #define IWRWD6 2 | ||
30 | /* same area, read-write delay (0-7:0,1,2,3,4,5,6,7) */ | ||
31 | #define IWRWS5 2 | ||
32 | #define IWRWS6 2 | ||
33 | /* different area, read-read delay (0-7:0,1,2,3,4,5,6,7) */ | ||
34 | #define IWRRD5 2 | ||
35 | #define IWRRD6 2 | ||
36 | /* same area, read-read delay (0-7:0,1,2,3,4,5,6,7) */ | ||
37 | #define IWRRS5 0 | ||
38 | #define IWRRS6 2 | ||
39 | /* burst count (0-3:4,8,16,32) */ | ||
40 | #define BST5 0 | ||
41 | #define BST6 0 | ||
42 | /* bus size */ | ||
43 | #define SZ5 BUS_SZ16 | ||
44 | #define SZ6 BUS_SZ16 | ||
45 | /* RD hold for SRAM (0-1:0,1) */ | ||
46 | #define RDSPL5 0 | ||
47 | #define RDSPL6 0 | ||
48 | /* Burst pitch (0-7:0,1,2,3,4,5,6,7) */ | ||
49 | #define BW5 0 | ||
50 | #define BW6 0 | ||
51 | /* Multiplex (0-1:0,1) */ | ||
52 | #define MPX5 0 | ||
53 | #define MPX6 0 | ||
54 | /* device type */ | ||
55 | #define TYPE5 TYPE_PCMCIA | ||
56 | #define TYPE6 TYPE_PCMCIA | ||
57 | /* address setup before assert CSn for SRAM (0-7:0,1,2,3,4,5,6,7) */ | ||
58 | #define ADS5 0 | ||
59 | #define ADS6 0 | ||
60 | /* address hold after negate CSn for SRAM (0-7:0,1,2,3,4,5,6,7) */ | ||
61 | #define ADH5 0 | ||
62 | #define ADH6 0 | ||
63 | /* CSn assert to RD assert delay for SRAM (0-7:0,1,2,3,4,5,6,7) */ | ||
64 | #define RDS5 0 | ||
65 | #define RDS6 0 | ||
66 | /* RD negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */ | ||
67 | #define RDH5 0 | ||
68 | #define RDH6 0 | ||
69 | /* CSn assert to WE assert delay for SRAM (0-7:0,1,2,3,4,5,6,7) */ | ||
70 | #define WTS5 0 | ||
71 | #define WTS6 0 | ||
72 | /* WE negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */ | ||
73 | #define WTH5 0 | ||
74 | #define WTH6 0 | ||
75 | /* BS hold (0-1:1,2) */ | ||
76 | #define BSH5 0 | ||
77 | #define BSH6 0 | ||
78 | /* wait cycle (0-15:0,1,2,3,4,5,6,7,8,9,11,13,15,17,21,25) */ | ||
79 | #define IW5 6 /* 60ns PIO mode 4 */ | ||
80 | #define IW6 15 /* 250ns */ | ||
81 | |||
82 | #define SAA5 PCMCIA_IODYN /* IDE area b4000000-b5ffffff */ | ||
83 | #define SAB5 PCMCIA_IODYN /* CF area b6000000-b7ffffff */ | ||
84 | #define PCWA5 0 /* additional wait A (0-3:0,15,30,50) */ | ||
85 | #define PCWB5 0 /* additional wait B (0-3:0,15,30,50) */ | ||
86 | /* wait B (0-15:0,1,2,3,4,5,6,7,8,9,11,13,15,17,21,25) */ | ||
87 | #define PCIW5 12 | ||
88 | /* Address->OE/WE assert delay A (0-7:0,1,2,3,6,9,12,15) */ | ||
89 | #define TEDA5 2 | ||
90 | /* Address->OE/WE assert delay B (0-7:0,1,2,3,6,9,12,15) */ | ||
91 | #define TEDB5 4 | ||
92 | /* OE/WE negate->Address delay A (0-7:0,1,2,3,6,9,12,15) */ | ||
93 | #define TEHA5 2 | ||
94 | /* OE/WE negate->Address delay B (0-7:0,1,2,3,6,9,12,15) */ | ||
95 | #define TEHB5 3 | ||
96 | |||
97 | #define CS5BCR_D ((IWW5<<28)|(IWRWD5<<24)|(IWRWS5<<20)| \ | ||
98 | (IWRRD5<<16)|(IWRRS5<<12)|(BST5<<10)| \ | ||
99 | (SZ5<<8)|(RDSPL5<<7)|(BW5<<4)|(MPX5<<3)|TYPE5) | ||
100 | #define CS5WCR_D ((ADS5<<28)|(ADH5<<24)|(RDS5<<20)| \ | ||
101 | (RDH5<<16)|(WTS5<<12)|(WTH5<<8)|(BSH5<<4)|IW5) | ||
102 | #define CS5PCR_D ((SAA5<<28)|(SAB5<<24)|(PCWA5<<22)| \ | ||
103 | (PCWB5<<20)|(PCIW5<<16)|(TEDA5<<12)| \ | ||
104 | (TEDB5<<8)|(TEHA5<<4)|TEHB5) | ||
105 | |||
106 | #define SMC0_BASE 0xb0800000 /* eth0 */ | ||
107 | #define SMC1_BASE 0xb0900000 /* eth1 */ | ||
108 | #define CF_BASE 0xb6100000 /* Compact Flash (I/O area) */ | ||
109 | #define IDE_BASE 0xb4000000 /* IDE */ | ||
110 | #define PC104_IO_BASE 0xb8000000 | ||
111 | #define PC104_MEM_BASE 0xba000000 | ||
112 | #define SMC_IO_SIZE 0x100 | ||
113 | |||
114 | #define CF_OFFSET 0x1f0 | ||
115 | #define IDE_OFFSET 0x170 | ||
116 | |||
117 | #endif /* __MACH_SH2007_H */ | ||
diff --git a/arch/sh/include/mach-common/mach/systemh7751.h b/arch/sh/include/mach-common/mach/systemh7751.h deleted file mode 100644 index 4161122c84ef..000000000000 --- a/arch/sh/include/mach-common/mach/systemh7751.h +++ /dev/null | |||
@@ -1,71 +0,0 @@ | |||
1 | #ifndef __ASM_SH_SYSTEMH_7751SYSTEMH_H | ||
2 | #define __ASM_SH_SYSTEMH_7751SYSTEMH_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/systemh/7751systemh.h | ||
6 | * | ||
7 | * Copyright (C) 2000 Kazumoto Kojima | ||
8 | * | ||
9 | * Hitachi SystemH support | ||
10 | |||
11 | * Modified for 7751 SystemH by | ||
12 | * Jonathan Short, 2002. | ||
13 | */ | ||
14 | |||
15 | /* Box specific addresses. */ | ||
16 | |||
17 | #define PA_ROM 0x00000000 /* EPROM */ | ||
18 | #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
19 | #define PA_FROM 0x01000000 /* EPROM */ | ||
20 | #define PA_FROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
21 | #define PA_EXT1 0x04000000 | ||
22 | #define PA_EXT1_SIZE 0x04000000 | ||
23 | #define PA_EXT2 0x08000000 | ||
24 | #define PA_EXT2_SIZE 0x04000000 | ||
25 | #define PA_SDRAM 0x0c000000 | ||
26 | #define PA_SDRAM_SIZE 0x04000000 | ||
27 | |||
28 | #define PA_EXT4 0x12000000 | ||
29 | #define PA_EXT4_SIZE 0x02000000 | ||
30 | #define PA_EXT5 0x14000000 | ||
31 | #define PA_EXT5_SIZE 0x04000000 | ||
32 | #define PA_PCIC 0x18000000 /* MR-SHPC-01 PCMCIA */ | ||
33 | |||
34 | #define PA_DIPSW0 0xb9000000 /* Dip switch 5,6 */ | ||
35 | #define PA_DIPSW1 0xb9000002 /* Dip switch 7,8 */ | ||
36 | #define PA_LED 0xba000000 /* LED */ | ||
37 | #define PA_BCR 0xbb000000 /* FPGA on the MS7751SE01 */ | ||
38 | |||
39 | #define PA_MRSHPC 0xb83fffe0 /* MR-SHPC-01 PCMCIA controller */ | ||
40 | #define PA_MRSHPC_MW1 0xb8400000 /* MR-SHPC-01 memory window base */ | ||
41 | #define PA_MRSHPC_MW2 0xb8500000 /* MR-SHPC-01 attribute window base */ | ||
42 | #define PA_MRSHPC_IO 0xb8600000 /* MR-SHPC-01 I/O window base */ | ||
43 | #define MRSHPC_MODE (PA_MRSHPC + 4) | ||
44 | #define MRSHPC_OPTION (PA_MRSHPC + 6) | ||
45 | #define MRSHPC_CSR (PA_MRSHPC + 8) | ||
46 | #define MRSHPC_ISR (PA_MRSHPC + 10) | ||
47 | #define MRSHPC_ICR (PA_MRSHPC + 12) | ||
48 | #define MRSHPC_CPWCR (PA_MRSHPC + 14) | ||
49 | #define MRSHPC_MW0CR1 (PA_MRSHPC + 16) | ||
50 | #define MRSHPC_MW1CR1 (PA_MRSHPC + 18) | ||
51 | #define MRSHPC_IOWCR1 (PA_MRSHPC + 20) | ||
52 | #define MRSHPC_MW0CR2 (PA_MRSHPC + 22) | ||
53 | #define MRSHPC_MW1CR2 (PA_MRSHPC + 24) | ||
54 | #define MRSHPC_IOWCR2 (PA_MRSHPC + 26) | ||
55 | #define MRSHPC_CDCR (PA_MRSHPC + 28) | ||
56 | #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) | ||
57 | |||
58 | #define BCR_ILCRA (PA_BCR + 0) | ||
59 | #define BCR_ILCRB (PA_BCR + 2) | ||
60 | #define BCR_ILCRC (PA_BCR + 4) | ||
61 | #define BCR_ILCRD (PA_BCR + 6) | ||
62 | #define BCR_ILCRE (PA_BCR + 8) | ||
63 | #define BCR_ILCRF (PA_BCR + 10) | ||
64 | #define BCR_ILCRG (PA_BCR + 12) | ||
65 | |||
66 | #define IRQ_79C973 13 | ||
67 | |||
68 | #define __IO_PREFIX sh7751systemh | ||
69 | #include <asm/io_generic.h> | ||
70 | |||
71 | #endif /* __ASM_SH_SYSTEMH_7751SYSTEMH_H */ | ||
diff --git a/arch/sh/include/mach-ecovec24/mach/romimage.h b/arch/sh/include/mach-ecovec24/mach/romimage.h index 1dcf5e6c8d83..d63ef51ec186 100644 --- a/arch/sh/include/mach-ecovec24/mach/romimage.h +++ b/arch/sh/include/mach-ecovec24/mach/romimage.h | |||
@@ -35,7 +35,7 @@ | |||
35 | #define HIZCRA 0xa4050158 | 35 | #define HIZCRA 0xa4050158 |
36 | #define PGDR 0xa405012c | 36 | #define PGDR 0xa405012c |
37 | 37 | ||
38 | extern inline void mmcif_update_progress(int nr) | 38 | static inline void mmcif_update_progress(int nr) |
39 | { | 39 | { |
40 | /* disable Hi-Z for LED pins */ | 40 | /* disable Hi-Z for LED pins */ |
41 | __raw_writew(__raw_readw(HIZCRA) & ~(1 << 1), HIZCRA); | 41 | __raw_writew(__raw_readw(HIZCRA) & ~(1 << 1), HIZCRA); |
diff --git a/arch/sh/include/mach-kfr2r09/mach/romimage.h b/arch/sh/include/mach-kfr2r09/mach/romimage.h index 976256a323f2..7a883167c846 100644 --- a/arch/sh/include/mach-kfr2r09/mach/romimage.h +++ b/arch/sh/include/mach-kfr2r09/mach/romimage.h | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | #else /* __ASSEMBLY__ */ | 24 | #else /* __ASSEMBLY__ */ |
25 | 25 | ||
26 | extern inline void mmcif_update_progress(int nr) | 26 | static inline void mmcif_update_progress(int nr) |
27 | { | 27 | { |
28 | } | 28 | } |
29 | 29 | ||
diff --git a/arch/sh/include/mach-landisk/mach/iodata_landisk.h b/arch/sh/include/mach-landisk/mach/iodata_landisk.h index 6fb04ab38b9f..f432773a9571 100644 --- a/arch/sh/include/mach-landisk/mach/iodata_landisk.h +++ b/arch/sh/include/mach-landisk/mach/iodata_landisk.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define __ASM_SH_IODATA_LANDISK_H | 2 | #define __ASM_SH_IODATA_LANDISK_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * linux/include/asm-sh/landisk/iodata_landisk.h | 5 | * arch/sh/include/mach-landisk/mach/iodata_landisk.h |
6 | * | 6 | * |
7 | * Copyright (C) 2000 Atom Create Engineering Co., Ltd. | 7 | * Copyright (C) 2000 Atom Create Engineering Co., Ltd. |
8 | * | 8 | * |
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | #define IRQ_PCIINTA 5 /* PCI INTA IRQ */ | 28 | #define IRQ_PCIINTA 5 /* PCI INTA IRQ */ |
29 | #define IRQ_PCIINTB 6 /* PCI INTB IRQ */ | 29 | #define IRQ_PCIINTB 6 /* PCI INTB IRQ */ |
30 | #define IRQ_PCIINDC 7 /* PCI INTC IRQ */ | 30 | #define IRQ_PCIINTC 7 /* PCI INTC IRQ */ |
31 | #define IRQ_PCIINTD 8 /* PCI INTD IRQ */ | 31 | #define IRQ_PCIINTD 8 /* PCI INTD IRQ */ |
32 | #define IRQ_ATA 9 /* ATA IRQ */ | 32 | #define IRQ_ATA 9 /* ATA IRQ */ |
33 | #define IRQ_FATA 10 /* FATA IRQ */ | 33 | #define IRQ_FATA 10 /* FATA IRQ */ |
@@ -35,6 +35,8 @@ | |||
35 | #define IRQ_BUTTON 12 /* USL-5P Button IRQ */ | 35 | #define IRQ_BUTTON 12 /* USL-5P Button IRQ */ |
36 | #define IRQ_FAULT 13 /* USL-5P Fault IRQ */ | 36 | #define IRQ_FAULT 13 /* USL-5P Fault IRQ */ |
37 | 37 | ||
38 | void init_landisk_IRQ(void); | ||
39 | |||
38 | #define __IO_PREFIX landisk | 40 | #define __IO_PREFIX landisk |
39 | #include <asm/io_generic.h> | 41 | #include <asm/io_generic.h> |
40 | 42 | ||
diff --git a/arch/sh/include/mach-sdk7786/mach/fpga.h b/arch/sh/include/mach-sdk7786/mach/fpga.h index 416b621d94d1..a9cdac469927 100644 --- a/arch/sh/include/mach-sdk7786/mach/fpga.h +++ b/arch/sh/include/mach-sdk7786/mach/fpga.h | |||
@@ -14,11 +14,16 @@ | |||
14 | #define INTTESTR 0x040 | 14 | #define INTTESTR 0x040 |
15 | #define SYSSR 0x050 | 15 | #define SYSSR 0x050 |
16 | #define NRGPR 0x060 | 16 | #define NRGPR 0x060 |
17 | |||
17 | #define NMISR 0x070 | 18 | #define NMISR 0x070 |
19 | #define NMISR_MAN_NMI BIT(0) | ||
20 | #define NMISR_AUX_NMI BIT(1) | ||
21 | #define NMISR_MASK (NMISR_MAN_NMI | NMISR_AUX_NMI) | ||
18 | 22 | ||
19 | #define NMIMR 0x080 | 23 | #define NMIMR 0x080 |
20 | #define NMIMR_MAN_NMIM BIT(0) /* Manual NMI mask */ | 24 | #define NMIMR_MAN_NMIM BIT(0) /* Manual NMI mask */ |
21 | #define NMIMR_AUX_NMIM BIT(1) /* Auxiliary NMI mask */ | 25 | #define NMIMR_AUX_NMIM BIT(1) /* Auxiliary NMI mask */ |
26 | #define NMIMR_MASK (NMIMR_MAN_NMIM | NMIMR_AUX_NMIM) | ||
22 | 27 | ||
23 | #define INTBSR 0x090 | 28 | #define INTBSR 0x090 |
24 | #define INTBMR 0x0a0 | 29 | #define INTBMR 0x0a0 |
@@ -31,11 +36,35 @@ | |||
31 | #define EXTASR 0x110 | 36 | #define EXTASR 0x110 |
32 | #define SPCAR 0x120 | 37 | #define SPCAR 0x120 |
33 | #define INTMSR 0x130 | 38 | #define INTMSR 0x130 |
39 | |||
34 | #define PCIECR 0x140 | 40 | #define PCIECR 0x140 |
41 | #define PCIECR_PCIEMUX1 BIT(15) | ||
42 | #define PCIECR_PCIEMUX0 BIT(14) | ||
43 | #define PCIECR_PRST4 BIT(12) /* slot 4 card present */ | ||
44 | #define PCIECR_PRST3 BIT(11) /* slot 3 card present */ | ||
45 | #define PCIECR_PRST2 BIT(10) /* slot 2 card present */ | ||
46 | #define PCIECR_PRST1 BIT(9) /* slot 1 card present */ | ||
47 | #define PCIECR_CLKEN BIT(4) /* oscillator enable */ | ||
48 | |||
35 | #define FAER 0x150 | 49 | #define FAER 0x150 |
36 | #define USRGPIR 0x160 | 50 | #define USRGPIR 0x160 |
51 | |||
37 | /* 0x170 reserved */ | 52 | /* 0x170 reserved */ |
38 | #define LCLASR 0x180 | 53 | |
54 | #define LCLASR 0x180 | ||
55 | #define LCLASR_FRAMEN BIT(15) | ||
56 | |||
57 | #define LCLASR_FPGA_SEL_SHIFT 12 | ||
58 | #define LCLASR_NAND_SEL_SHIFT 8 | ||
59 | #define LCLASR_NORB_SEL_SHIFT 4 | ||
60 | #define LCLASR_NORA_SEL_SHIFT 0 | ||
61 | |||
62 | #define LCLASR_AREA_MASK 0x7 | ||
63 | |||
64 | #define LCLASR_FPGA_SEL_MASK (LCLASR_AREA_MASK << LCLASR_FPGA_SEL_SHIFT) | ||
65 | #define LCLASR_NAND_SEL_MASK (LCLASR_AREA_MASK << LCLASR_NAND_SEL_SHIFT) | ||
66 | #define LCLASR_NORB_SEL_MASK (LCLASR_AREA_MASK << LCLASR_NORB_SEL_SHIFT) | ||
67 | #define LCLASR_NORA_SEL_MASK (LCLASR_AREA_MASK << LCLASR_NORA_SEL_SHIFT) | ||
39 | 68 | ||
40 | #define SBCR 0x190 | 69 | #define SBCR 0x190 |
41 | #define SCBR_I2CMEN BIT(0) /* FPGA I2C master enable */ | 70 | #define SCBR_I2CMEN BIT(0) /* FPGA I2C master enable */ |
@@ -102,6 +131,9 @@ | |||
102 | extern void __iomem *sdk7786_fpga_base; | 131 | extern void __iomem *sdk7786_fpga_base; |
103 | extern void sdk7786_fpga_init(void); | 132 | extern void sdk7786_fpga_init(void); |
104 | 133 | ||
134 | /* arch/sh/boards/mach-sdk7786/nmi.c */ | ||
135 | extern void sdk7786_nmi_init(void); | ||
136 | |||
105 | #define SDK7786_FPGA_REGADDR(reg) (sdk7786_fpga_base + (reg)) | 137 | #define SDK7786_FPGA_REGADDR(reg) (sdk7786_fpga_base + (reg)) |
106 | 138 | ||
107 | /* | 139 | /* |
diff --git a/arch/sh/include/mach-x3proto/mach/hardware.h b/arch/sh/include/mach-x3proto/mach/hardware.h new file mode 100644 index 000000000000..52bca57bfeb6 --- /dev/null +++ b/arch/sh/include/mach-x3proto/mach/hardware.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef __MACH_X3PROTO_HARDWARE_H | ||
2 | #define __MACH_X3PROTO_HARDWARE_H | ||
3 | |||
4 | struct gpio_chip; | ||
5 | |||
6 | /* arch/sh/boards/mach-x3proto/gpio.c */ | ||
7 | int x3proto_gpio_setup(void); | ||
8 | extern struct gpio_chip x3proto_gpio_chip; | ||
9 | |||
10 | #define NR_BASEBOARD_GPIOS 16 | ||
11 | |||
12 | #endif /* __MACH_X3PROTO_HARDWARE_H */ | ||
diff --git a/arch/sh/include/asm/ilsel.h b/arch/sh/include/mach-x3proto/mach/ilsel.h index e3d304b280f6..e3d304b280f6 100644 --- a/arch/sh/include/asm/ilsel.h +++ b/arch/sh/include/mach-x3proto/mach/ilsel.h | |||
diff --git a/arch/sh/kernel/Makefile b/arch/sh/kernel/Makefile index e25f3c69525d..77f7ae1d4647 100644 --- a/arch/sh/kernel/Makefile +++ b/arch/sh/kernel/Makefile | |||
@@ -11,15 +11,20 @@ endif | |||
11 | 11 | ||
12 | CFLAGS_REMOVE_return_address.o = -pg | 12 | CFLAGS_REMOVE_return_address.o = -pg |
13 | 13 | ||
14 | obj-y := clkdev.o debugtraps.o dma-nommu.o dumpstack.o \ | 14 | obj-y := debugtraps.o dma-nommu.o dumpstack.o \ |
15 | idle.o io.o irq.o \ | 15 | idle.o io.o irq.o irq_$(BITS).o kdebugfs.o \ |
16 | irq_$(BITS).o machvec.o nmi_debug.o process.o \ | 16 | machvec.o nmi_debug.o process.o \ |
17 | process_$(BITS).o ptrace_$(BITS).o \ | 17 | process_$(BITS).o ptrace.o ptrace_$(BITS).o \ |
18 | reboot.o return_address.o \ | 18 | reboot.o return_address.o \ |
19 | setup.o signal_$(BITS).o sys_sh.o sys_sh$(BITS).o \ | 19 | setup.o signal_$(BITS).o sys_sh.o sys_sh$(BITS).o \ |
20 | syscalls_$(BITS).o time.o topology.o traps.o \ | 20 | syscalls_$(BITS).o time.o topology.o traps.o \ |
21 | traps_$(BITS).o unwinder.o | 21 | traps_$(BITS).o unwinder.o |
22 | 22 | ||
23 | ifndef CONFIG_GENERIC_IOMAP | ||
24 | obj-y += iomap.o | ||
25 | obj-$(CONFIG_HAS_IOPORT) += ioport.o | ||
26 | endif | ||
27 | |||
23 | obj-y += cpu/ | 28 | obj-y += cpu/ |
24 | obj-$(CONFIG_VSYSCALL) += vsyscall/ | 29 | obj-$(CONFIG_VSYSCALL) += vsyscall/ |
25 | obj-$(CONFIG_SMP) += smp.o | 30 | obj-$(CONFIG_SMP) += smp.o |
@@ -39,9 +44,8 @@ obj-$(CONFIG_DUMP_CODE) += disassemble.o | |||
39 | obj-$(CONFIG_HIBERNATION) += swsusp.o | 44 | obj-$(CONFIG_HIBERNATION) += swsusp.o |
40 | obj-$(CONFIG_DWARF_UNWINDER) += dwarf.o | 45 | obj-$(CONFIG_DWARF_UNWINDER) += dwarf.o |
41 | obj-$(CONFIG_PERF_EVENTS) += perf_event.o perf_callchain.o | 46 | obj-$(CONFIG_PERF_EVENTS) += perf_event.o perf_callchain.o |
42 | obj-$(CONFIG_HAS_IOPORT) += io_generic.o | ||
43 | 47 | ||
44 | obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o | 48 | obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o |
45 | obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += localtimer.o | 49 | obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += localtimer.o |
46 | 50 | ||
47 | EXTRA_CFLAGS += -Werror | 51 | ccflags-y := -Werror |
diff --git a/arch/sh/kernel/clkdev.c b/arch/sh/kernel/clkdev.c deleted file mode 100644 index befc255830a4..000000000000 --- a/arch/sh/kernel/clkdev.c +++ /dev/null | |||
@@ -1,169 +0,0 @@ | |||
1 | /* | ||
2 | * arch/sh/kernel/clkdev.c | ||
3 | * | ||
4 | * Cloned from arch/arm/common/clkdev.c: | ||
5 | * | ||
6 | * Copyright (C) 2008 Russell King. | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * Helper for the clk API to assist looking up a struct clk. | ||
13 | */ | ||
14 | #include <linux/module.h> | ||
15 | #include <linux/kernel.h> | ||
16 | #include <linux/device.h> | ||
17 | #include <linux/list.h> | ||
18 | #include <linux/errno.h> | ||
19 | #include <linux/err.h> | ||
20 | #include <linux/string.h> | ||
21 | #include <linux/mutex.h> | ||
22 | #include <linux/clk.h> | ||
23 | #include <linux/slab.h> | ||
24 | #include <linux/bootmem.h> | ||
25 | #include <linux/mm.h> | ||
26 | #include <asm/clock.h> | ||
27 | #include <asm/clkdev.h> | ||
28 | |||
29 | static LIST_HEAD(clocks); | ||
30 | static DEFINE_MUTEX(clocks_mutex); | ||
31 | |||
32 | /* | ||
33 | * Find the correct struct clk for the device and connection ID. | ||
34 | * We do slightly fuzzy matching here: | ||
35 | * An entry with a NULL ID is assumed to be a wildcard. | ||
36 | * If an entry has a device ID, it must match | ||
37 | * If an entry has a connection ID, it must match | ||
38 | * Then we take the most specific entry - with the following | ||
39 | * order of precedence: dev+con > dev only > con only. | ||
40 | */ | ||
41 | static struct clk *clk_find(const char *dev_id, const char *con_id) | ||
42 | { | ||
43 | struct clk_lookup *p; | ||
44 | struct clk *clk = NULL; | ||
45 | int match, best = 0; | ||
46 | |||
47 | list_for_each_entry(p, &clocks, node) { | ||
48 | match = 0; | ||
49 | if (p->dev_id) { | ||
50 | if (!dev_id || strcmp(p->dev_id, dev_id)) | ||
51 | continue; | ||
52 | match += 2; | ||
53 | } | ||
54 | if (p->con_id) { | ||
55 | if (!con_id || strcmp(p->con_id, con_id)) | ||
56 | continue; | ||
57 | match += 1; | ||
58 | } | ||
59 | if (match == 0) | ||
60 | continue; | ||
61 | |||
62 | if (match > best) { | ||
63 | clk = p->clk; | ||
64 | best = match; | ||
65 | } | ||
66 | } | ||
67 | return clk; | ||
68 | } | ||
69 | |||
70 | struct clk *clk_get_sys(const char *dev_id, const char *con_id) | ||
71 | { | ||
72 | struct clk *clk; | ||
73 | |||
74 | mutex_lock(&clocks_mutex); | ||
75 | clk = clk_find(dev_id, con_id); | ||
76 | mutex_unlock(&clocks_mutex); | ||
77 | |||
78 | return clk ? clk : ERR_PTR(-ENOENT); | ||
79 | } | ||
80 | EXPORT_SYMBOL(clk_get_sys); | ||
81 | |||
82 | void clkdev_add(struct clk_lookup *cl) | ||
83 | { | ||
84 | mutex_lock(&clocks_mutex); | ||
85 | list_add_tail(&cl->node, &clocks); | ||
86 | mutex_unlock(&clocks_mutex); | ||
87 | } | ||
88 | EXPORT_SYMBOL(clkdev_add); | ||
89 | |||
90 | void __init clkdev_add_table(struct clk_lookup *cl, size_t num) | ||
91 | { | ||
92 | mutex_lock(&clocks_mutex); | ||
93 | while (num--) { | ||
94 | list_add_tail(&cl->node, &clocks); | ||
95 | cl++; | ||
96 | } | ||
97 | mutex_unlock(&clocks_mutex); | ||
98 | } | ||
99 | |||
100 | #define MAX_DEV_ID 20 | ||
101 | #define MAX_CON_ID 16 | ||
102 | |||
103 | struct clk_lookup_alloc { | ||
104 | struct clk_lookup cl; | ||
105 | char dev_id[MAX_DEV_ID]; | ||
106 | char con_id[MAX_CON_ID]; | ||
107 | }; | ||
108 | |||
109 | struct clk_lookup * __init_refok | ||
110 | clkdev_alloc(struct clk *clk, const char *con_id, const char *dev_fmt, ...) | ||
111 | { | ||
112 | struct clk_lookup_alloc *cla; | ||
113 | |||
114 | if (!slab_is_available()) | ||
115 | cla = alloc_bootmem_low_pages(sizeof(*cla)); | ||
116 | else | ||
117 | cla = kzalloc(sizeof(*cla), GFP_KERNEL); | ||
118 | |||
119 | if (!cla) | ||
120 | return NULL; | ||
121 | |||
122 | cla->cl.clk = clk; | ||
123 | if (con_id) { | ||
124 | strlcpy(cla->con_id, con_id, sizeof(cla->con_id)); | ||
125 | cla->cl.con_id = cla->con_id; | ||
126 | } | ||
127 | |||
128 | if (dev_fmt) { | ||
129 | va_list ap; | ||
130 | |||
131 | va_start(ap, dev_fmt); | ||
132 | vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap); | ||
133 | cla->cl.dev_id = cla->dev_id; | ||
134 | va_end(ap); | ||
135 | } | ||
136 | |||
137 | return &cla->cl; | ||
138 | } | ||
139 | EXPORT_SYMBOL(clkdev_alloc); | ||
140 | |||
141 | int clk_add_alias(const char *alias, const char *alias_dev_name, char *id, | ||
142 | struct device *dev) | ||
143 | { | ||
144 | struct clk *r = clk_get(dev, id); | ||
145 | struct clk_lookup *l; | ||
146 | |||
147 | if (IS_ERR(r)) | ||
148 | return PTR_ERR(r); | ||
149 | |||
150 | l = clkdev_alloc(r, alias, alias_dev_name); | ||
151 | clk_put(r); | ||
152 | if (!l) | ||
153 | return -ENODEV; | ||
154 | clkdev_add(l); | ||
155 | return 0; | ||
156 | } | ||
157 | EXPORT_SYMBOL(clk_add_alias); | ||
158 | |||
159 | /* | ||
160 | * clkdev_drop - remove a clock dynamically allocated | ||
161 | */ | ||
162 | void clkdev_drop(struct clk_lookup *cl) | ||
163 | { | ||
164 | mutex_lock(&clocks_mutex); | ||
165 | list_del(&cl->node); | ||
166 | mutex_unlock(&clocks_mutex); | ||
167 | kfree(cl); | ||
168 | } | ||
169 | EXPORT_SYMBOL(clkdev_drop); | ||
diff --git a/arch/sh/kernel/cpu/Makefile b/arch/sh/kernel/cpu/Makefile index 4edcb60a1355..ae95935d93cd 100644 --- a/arch/sh/kernel/cpu/Makefile +++ b/arch/sh/kernel/cpu/Makefile | |||
@@ -17,7 +17,5 @@ obj-$(CONFIG_ARCH_SHMOBILE) += shmobile/ | |||
17 | 17 | ||
18 | obj-$(CONFIG_SH_ADC) += adc.o | 18 | obj-$(CONFIG_SH_ADC) += adc.o |
19 | obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o | 19 | obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o |
20 | obj-$(CONFIG_SH_FPU) += fpu.o | ||
21 | obj-$(CONFIG_SH_FPU_EMU) += fpu.o | ||
22 | 20 | ||
23 | obj-y += irq/ init.o clock.o hwblk.o | 21 | obj-y += irq/ init.o clock.o fpu.o hwblk.o proc.o |
diff --git a/arch/sh/kernel/cpu/clock-cpg.c b/arch/sh/kernel/cpu/clock-cpg.c index e2f63d68da51..8f63a264a842 100644 --- a/arch/sh/kernel/cpu/clock-cpg.c +++ b/arch/sh/kernel/cpu/clock-cpg.c | |||
@@ -2,7 +2,7 @@ | |||
2 | #include <linux/compiler.h> | 2 | #include <linux/compiler.h> |
3 | #include <linux/slab.h> | 3 | #include <linux/slab.h> |
4 | #include <linux/io.h> | 4 | #include <linux/io.h> |
5 | #include <asm/clkdev.h> | 5 | #include <linux/clkdev.h> |
6 | #include <asm/clock.h> | 6 | #include <asm/clock.h> |
7 | 7 | ||
8 | static struct clk master_clk = { | 8 | static struct clk master_clk = { |
@@ -67,7 +67,7 @@ int __init __deprecated cpg_clk_init(void) | |||
67 | } | 67 | } |
68 | 68 | ||
69 | /* | 69 | /* |
70 | * Placeholder for compatability, until the lazy CPUs do this | 70 | * Placeholder for compatibility, until the lazy CPUs do this |
71 | * on their own. | 71 | * on their own. |
72 | */ | 72 | */ |
73 | int __init __weak arch_clk_init(void) | 73 | int __init __weak arch_clk_init(void) |
diff --git a/arch/sh/kernel/cpu/clock.c b/arch/sh/kernel/cpu/clock.c index 50f887dda565..4187cf4fe185 100644 --- a/arch/sh/kernel/cpu/clock.c +++ b/arch/sh/kernel/cpu/clock.c | |||
@@ -48,20 +48,4 @@ int __init clk_init(void) | |||
48 | return ret; | 48 | return ret; |
49 | } | 49 | } |
50 | 50 | ||
51 | /* | ||
52 | * Returns a clock. Note that we first try to use device id on the bus | ||
53 | * and clock name. If this fails, we try to use clock name only. | ||
54 | */ | ||
55 | struct clk *clk_get(struct device *dev, const char *con_id) | ||
56 | { | ||
57 | const char *dev_id = dev ? dev_name(dev) : NULL; | ||
58 | |||
59 | return clk_get_sys(dev_id, con_id); | ||
60 | } | ||
61 | EXPORT_SYMBOL_GPL(clk_get); | ||
62 | |||
63 | void clk_put(struct clk *clk) | ||
64 | { | ||
65 | } | ||
66 | EXPORT_SYMBOL_GPL(clk_put); | ||
67 | 51 | ||
diff --git a/arch/sh/kernel/cpu/init.c b/arch/sh/kernel/cpu/init.c index 97661061ff20..fac742e514ee 100644 --- a/arch/sh/kernel/cpu/init.c +++ b/arch/sh/kernel/cpu/init.c | |||
@@ -340,6 +340,8 @@ asmlinkage void __cpuinit cpu_init(void) | |||
340 | */ | 340 | */ |
341 | current_cpu_data.asid_cache = NO_CONTEXT; | 341 | current_cpu_data.asid_cache = NO_CONTEXT; |
342 | 342 | ||
343 | current_cpu_data.phys_bits = __in_29bit_mode() ? 29 : 32; | ||
344 | |||
343 | speculative_execution_init(); | 345 | speculative_execution_init(); |
344 | expmask_init(); | 346 | expmask_init(); |
345 | 347 | ||
diff --git a/arch/sh/kernel/cpu/irq/imask.c b/arch/sh/kernel/cpu/irq/imask.c index a351ed84eec5..39b6a24c159d 100644 --- a/arch/sh/kernel/cpu/irq/imask.c +++ b/arch/sh/kernel/cpu/irq/imask.c | |||
@@ -51,16 +51,20 @@ static inline void set_interrupt_registers(int ip) | |||
51 | : "t"); | 51 | : "t"); |
52 | } | 52 | } |
53 | 53 | ||
54 | static void mask_imask_irq(unsigned int irq) | 54 | static void mask_imask_irq(struct irq_data *data) |
55 | { | 55 | { |
56 | unsigned int irq = data->irq; | ||
57 | |||
56 | clear_bit(irq, imask_mask); | 58 | clear_bit(irq, imask_mask); |
57 | if (interrupt_priority < IMASK_PRIORITY - irq) | 59 | if (interrupt_priority < IMASK_PRIORITY - irq) |
58 | interrupt_priority = IMASK_PRIORITY - irq; | 60 | interrupt_priority = IMASK_PRIORITY - irq; |
59 | set_interrupt_registers(interrupt_priority); | 61 | set_interrupt_registers(interrupt_priority); |
60 | } | 62 | } |
61 | 63 | ||
62 | static void unmask_imask_irq(unsigned int irq) | 64 | static void unmask_imask_irq(struct irq_data *data) |
63 | { | 65 | { |
66 | unsigned int irq = data->irq; | ||
67 | |||
64 | set_bit(irq, imask_mask); | 68 | set_bit(irq, imask_mask); |
65 | interrupt_priority = IMASK_PRIORITY - | 69 | interrupt_priority = IMASK_PRIORITY - |
66 | find_first_zero_bit(imask_mask, IMASK_PRIORITY); | 70 | find_first_zero_bit(imask_mask, IMASK_PRIORITY); |
@@ -69,13 +73,13 @@ static void unmask_imask_irq(unsigned int irq) | |||
69 | 73 | ||
70 | static struct irq_chip imask_irq_chip = { | 74 | static struct irq_chip imask_irq_chip = { |
71 | .name = "SR.IMASK", | 75 | .name = "SR.IMASK", |
72 | .mask = mask_imask_irq, | 76 | .irq_mask = mask_imask_irq, |
73 | .unmask = unmask_imask_irq, | 77 | .irq_unmask = unmask_imask_irq, |
74 | .mask_ack = mask_imask_irq, | 78 | .irq_mask_ack = mask_imask_irq, |
75 | }; | 79 | }; |
76 | 80 | ||
77 | void make_imask_irq(unsigned int irq) | 81 | void make_imask_irq(unsigned int irq) |
78 | { | 82 | { |
79 | set_irq_chip_and_handler_name(irq, &imask_irq_chip, | 83 | irq_set_chip_and_handler_name(irq, &imask_irq_chip, handle_level_irq, |
80 | handle_level_irq, "level"); | 84 | "level"); |
81 | } | 85 | } |
diff --git a/arch/sh/kernel/cpu/irq/intc-sh5.c b/arch/sh/kernel/cpu/irq/intc-sh5.c index 96a239583948..9e056a3a0c73 100644 --- a/arch/sh/kernel/cpu/irq/intc-sh5.c +++ b/arch/sh/kernel/cpu/irq/intc-sh5.c | |||
@@ -76,39 +76,11 @@ int intc_evt_to_irq[(0xE20/0x20)+1] = { | |||
76 | }; | 76 | }; |
77 | 77 | ||
78 | static unsigned long intc_virt; | 78 | static unsigned long intc_virt; |
79 | |||
80 | static unsigned int startup_intc_irq(unsigned int irq); | ||
81 | static void shutdown_intc_irq(unsigned int irq); | ||
82 | static void enable_intc_irq(unsigned int irq); | ||
83 | static void disable_intc_irq(unsigned int irq); | ||
84 | static void mask_and_ack_intc(unsigned int); | ||
85 | static void end_intc_irq(unsigned int irq); | ||
86 | |||
87 | static struct irq_chip intc_irq_type = { | ||
88 | .name = "INTC", | ||
89 | .startup = startup_intc_irq, | ||
90 | .shutdown = shutdown_intc_irq, | ||
91 | .enable = enable_intc_irq, | ||
92 | .disable = disable_intc_irq, | ||
93 | .ack = mask_and_ack_intc, | ||
94 | .end = end_intc_irq | ||
95 | }; | ||
96 | |||
97 | static int irlm; /* IRL mode */ | 79 | static int irlm; /* IRL mode */ |
98 | 80 | ||
99 | static unsigned int startup_intc_irq(unsigned int irq) | 81 | static void enable_intc_irq(struct irq_data *data) |
100 | { | ||
101 | enable_intc_irq(irq); | ||
102 | return 0; /* never anything pending */ | ||
103 | } | ||
104 | |||
105 | static void shutdown_intc_irq(unsigned int irq) | ||
106 | { | ||
107 | disable_intc_irq(irq); | ||
108 | } | ||
109 | |||
110 | static void enable_intc_irq(unsigned int irq) | ||
111 | { | 82 | { |
83 | unsigned int irq = data->irq; | ||
112 | unsigned long reg; | 84 | unsigned long reg; |
113 | unsigned long bitmask; | 85 | unsigned long bitmask; |
114 | 86 | ||
@@ -126,8 +98,9 @@ static void enable_intc_irq(unsigned int irq) | |||
126 | __raw_writel(bitmask, reg); | 98 | __raw_writel(bitmask, reg); |
127 | } | 99 | } |
128 | 100 | ||
129 | static void disable_intc_irq(unsigned int irq) | 101 | static void disable_intc_irq(struct irq_data *data) |
130 | { | 102 | { |
103 | unsigned int irq = data->irq; | ||
131 | unsigned long reg; | 104 | unsigned long reg; |
132 | unsigned long bitmask; | 105 | unsigned long bitmask; |
133 | 106 | ||
@@ -142,15 +115,11 @@ static void disable_intc_irq(unsigned int irq) | |||
142 | __raw_writel(bitmask, reg); | 115 | __raw_writel(bitmask, reg); |
143 | } | 116 | } |
144 | 117 | ||
145 | static void mask_and_ack_intc(unsigned int irq) | 118 | static struct irq_chip intc_irq_type = { |
146 | { | 119 | .name = "INTC", |
147 | disable_intc_irq(irq); | 120 | .irq_enable = enable_intc_irq, |
148 | } | 121 | .irq_disable = disable_intc_irq, |
149 | 122 | }; | |
150 | static void end_intc_irq(unsigned int irq) | ||
151 | { | ||
152 | enable_intc_irq(irq); | ||
153 | } | ||
154 | 123 | ||
155 | void __init plat_irq_setup(void) | 124 | void __init plat_irq_setup(void) |
156 | { | 125 | { |
@@ -166,7 +135,7 @@ void __init plat_irq_setup(void) | |||
166 | 135 | ||
167 | /* Set default: per-line enable/disable, priority driven ack/eoi */ | 136 | /* Set default: per-line enable/disable, priority driven ack/eoi */ |
168 | for (i = 0; i < NR_INTC_IRQS; i++) | 137 | for (i = 0; i < NR_INTC_IRQS; i++) |
169 | set_irq_chip_and_handler(i, &intc_irq_type, handle_level_irq); | 138 | irq_set_chip_and_handler(i, &intc_irq_type, handle_level_irq); |
170 | 139 | ||
171 | 140 | ||
172 | /* Disable all interrupts and set all priorities to 0 to avoid trouble */ | 141 | /* Disable all interrupts and set all priorities to 0 to avoid trouble */ |
diff --git a/arch/sh/kernel/cpu/irq/ipr.c b/arch/sh/kernel/cpu/irq/ipr.c index 9282d965a1b6..5de6dff5c21b 100644 --- a/arch/sh/kernel/cpu/irq/ipr.c +++ b/arch/sh/kernel/cpu/irq/ipr.c | |||
@@ -24,25 +24,25 @@ | |||
24 | #include <linux/module.h> | 24 | #include <linux/module.h> |
25 | #include <linux/topology.h> | 25 | #include <linux/topology.h> |
26 | 26 | ||
27 | static inline struct ipr_desc *get_ipr_desc(unsigned int irq) | 27 | static inline struct ipr_desc *get_ipr_desc(struct irq_data *data) |
28 | { | 28 | { |
29 | struct irq_chip *chip = get_irq_chip(irq); | 29 | struct irq_chip *chip = irq_data_get_irq_chip(data); |
30 | return container_of(chip, struct ipr_desc, chip); | 30 | return container_of(chip, struct ipr_desc, chip); |
31 | } | 31 | } |
32 | 32 | ||
33 | static void disable_ipr_irq(unsigned int irq) | 33 | static void disable_ipr_irq(struct irq_data *data) |
34 | { | 34 | { |
35 | struct ipr_data *p = get_irq_chip_data(irq); | 35 | struct ipr_data *p = irq_data_get_irq_chip_data(data); |
36 | unsigned long addr = get_ipr_desc(irq)->ipr_offsets[p->ipr_idx]; | 36 | unsigned long addr = get_ipr_desc(data)->ipr_offsets[p->ipr_idx]; |
37 | /* Set the priority in IPR to 0 */ | 37 | /* Set the priority in IPR to 0 */ |
38 | __raw_writew(__raw_readw(addr) & (0xffff ^ (0xf << p->shift)), addr); | 38 | __raw_writew(__raw_readw(addr) & (0xffff ^ (0xf << p->shift)), addr); |
39 | (void)__raw_readw(addr); /* Read back to flush write posting */ | 39 | (void)__raw_readw(addr); /* Read back to flush write posting */ |
40 | } | 40 | } |
41 | 41 | ||
42 | static void enable_ipr_irq(unsigned int irq) | 42 | static void enable_ipr_irq(struct irq_data *data) |
43 | { | 43 | { |
44 | struct ipr_data *p = get_irq_chip_data(irq); | 44 | struct ipr_data *p = irq_data_get_irq_chip_data(data); |
45 | unsigned long addr = get_ipr_desc(irq)->ipr_offsets[p->ipr_idx]; | 45 | unsigned long addr = get_ipr_desc(data)->ipr_offsets[p->ipr_idx]; |
46 | /* Set priority in IPR back to original value */ | 46 | /* Set priority in IPR back to original value */ |
47 | __raw_writew(__raw_readw(addr) | (p->priority << p->shift), addr); | 47 | __raw_writew(__raw_readw(addr) | (p->priority << p->shift), addr); |
48 | } | 48 | } |
@@ -56,29 +56,28 @@ void register_ipr_controller(struct ipr_desc *desc) | |||
56 | { | 56 | { |
57 | int i; | 57 | int i; |
58 | 58 | ||
59 | desc->chip.mask = disable_ipr_irq; | 59 | desc->chip.irq_mask = disable_ipr_irq; |
60 | desc->chip.unmask = enable_ipr_irq; | 60 | desc->chip.irq_unmask = enable_ipr_irq; |
61 | desc->chip.mask_ack = disable_ipr_irq; | ||
62 | 61 | ||
63 | for (i = 0; i < desc->nr_irqs; i++) { | 62 | for (i = 0; i < desc->nr_irqs; i++) { |
64 | struct ipr_data *p = desc->ipr_data + i; | 63 | struct ipr_data *p = desc->ipr_data + i; |
65 | struct irq_desc *irq_desc; | 64 | int res; |
66 | 65 | ||
67 | BUG_ON(p->ipr_idx >= desc->nr_offsets); | 66 | BUG_ON(p->ipr_idx >= desc->nr_offsets); |
68 | BUG_ON(!desc->ipr_offsets[p->ipr_idx]); | 67 | BUG_ON(!desc->ipr_offsets[p->ipr_idx]); |
69 | 68 | ||
70 | irq_desc = irq_to_desc_alloc_node(p->irq, numa_node_id()); | 69 | res = irq_alloc_desc_at(p->irq, numa_node_id()); |
71 | if (unlikely(!irq_desc)) { | 70 | if (unlikely(res != p->irq && res != -EEXIST)) { |
72 | printk(KERN_INFO "can not get irq_desc for %d\n", | 71 | printk(KERN_INFO "can not get irq_desc for %d\n", |
73 | p->irq); | 72 | p->irq); |
74 | continue; | 73 | continue; |
75 | } | 74 | } |
76 | 75 | ||
77 | disable_irq_nosync(p->irq); | 76 | disable_irq_nosync(p->irq); |
78 | set_irq_chip_and_handler_name(p->irq, &desc->chip, | 77 | irq_set_chip_and_handler_name(p->irq, &desc->chip, |
79 | handle_level_irq, "level"); | 78 | handle_level_irq, "level"); |
80 | set_irq_chip_data(p->irq, p); | 79 | irq_set_chip_data(p->irq, p); |
81 | disable_ipr_irq(p->irq); | 80 | disable_ipr_irq(irq_get_irq_data(p->irq)); |
82 | } | 81 | } |
83 | } | 82 | } |
84 | EXPORT_SYMBOL(register_ipr_controller); | 83 | EXPORT_SYMBOL(register_ipr_controller); |
diff --git a/arch/sh/kernel/cpu/proc.c b/arch/sh/kernel/cpu/proc.c new file mode 100644 index 000000000000..f47be8727b3b --- /dev/null +++ b/arch/sh/kernel/cpu/proc.c | |||
@@ -0,0 +1,148 @@ | |||
1 | #include <linux/seq_file.h> | ||
2 | #include <linux/kernel.h> | ||
3 | #include <linux/module.h> | ||
4 | #include <asm/machvec.h> | ||
5 | #include <asm/processor.h> | ||
6 | |||
7 | static const char *cpu_name[] = { | ||
8 | [CPU_SH7201] = "SH7201", | ||
9 | [CPU_SH7203] = "SH7203", [CPU_SH7263] = "SH7263", | ||
10 | [CPU_SH7206] = "SH7206", [CPU_SH7619] = "SH7619", | ||
11 | [CPU_SH7705] = "SH7705", [CPU_SH7706] = "SH7706", | ||
12 | [CPU_SH7707] = "SH7707", [CPU_SH7708] = "SH7708", | ||
13 | [CPU_SH7709] = "SH7709", [CPU_SH7710] = "SH7710", | ||
14 | [CPU_SH7712] = "SH7712", [CPU_SH7720] = "SH7720", | ||
15 | [CPU_SH7721] = "SH7721", [CPU_SH7729] = "SH7729", | ||
16 | [CPU_SH7750] = "SH7750", [CPU_SH7750S] = "SH7750S", | ||
17 | [CPU_SH7750R] = "SH7750R", [CPU_SH7751] = "SH7751", | ||
18 | [CPU_SH7751R] = "SH7751R", [CPU_SH7760] = "SH7760", | ||
19 | [CPU_SH4_202] = "SH4-202", [CPU_SH4_501] = "SH4-501", | ||
20 | [CPU_SH7763] = "SH7763", [CPU_SH7770] = "SH7770", | ||
21 | [CPU_SH7780] = "SH7780", [CPU_SH7781] = "SH7781", | ||
22 | [CPU_SH7343] = "SH7343", [CPU_SH7785] = "SH7785", | ||
23 | [CPU_SH7786] = "SH7786", [CPU_SH7757] = "SH7757", | ||
24 | [CPU_SH7722] = "SH7722", [CPU_SHX3] = "SH-X3", | ||
25 | [CPU_SH5_101] = "SH5-101", [CPU_SH5_103] = "SH5-103", | ||
26 | [CPU_MXG] = "MX-G", [CPU_SH7723] = "SH7723", | ||
27 | [CPU_SH7366] = "SH7366", [CPU_SH7724] = "SH7724", | ||
28 | [CPU_SH7372] = "SH7372", [CPU_SH_NONE] = "Unknown" | ||
29 | }; | ||
30 | |||
31 | const char *get_cpu_subtype(struct sh_cpuinfo *c) | ||
32 | { | ||
33 | return cpu_name[c->type]; | ||
34 | } | ||
35 | EXPORT_SYMBOL(get_cpu_subtype); | ||
36 | |||
37 | #ifdef CONFIG_PROC_FS | ||
38 | /* Symbolic CPU flags, keep in sync with asm/cpu-features.h */ | ||
39 | static const char *cpu_flags[] = { | ||
40 | "none", "fpu", "p2flush", "mmuassoc", "dsp", "perfctr", | ||
41 | "ptea", "llsc", "l2", "op32", "pteaex", NULL | ||
42 | }; | ||
43 | |||
44 | static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) | ||
45 | { | ||
46 | unsigned long i; | ||
47 | |||
48 | seq_printf(m, "cpu flags\t:"); | ||
49 | |||
50 | if (!c->flags) { | ||
51 | seq_printf(m, " %s\n", cpu_flags[0]); | ||
52 | return; | ||
53 | } | ||
54 | |||
55 | for (i = 0; cpu_flags[i]; i++) | ||
56 | if ((c->flags & (1 << i))) | ||
57 | seq_printf(m, " %s", cpu_flags[i+1]); | ||
58 | |||
59 | seq_printf(m, "\n"); | ||
60 | } | ||
61 | |||
62 | static void show_cacheinfo(struct seq_file *m, const char *type, | ||
63 | struct cache_info info) | ||
64 | { | ||
65 | unsigned int cache_size; | ||
66 | |||
67 | cache_size = info.ways * info.sets * info.linesz; | ||
68 | |||
69 | seq_printf(m, "%s size\t: %2dKiB (%d-way)\n", | ||
70 | type, cache_size >> 10, info.ways); | ||
71 | } | ||
72 | |||
73 | /* | ||
74 | * Get CPU information for use by the procfs. | ||
75 | */ | ||
76 | static int show_cpuinfo(struct seq_file *m, void *v) | ||
77 | { | ||
78 | struct sh_cpuinfo *c = v; | ||
79 | unsigned int cpu = c - cpu_data; | ||
80 | |||
81 | if (!cpu_online(cpu)) | ||
82 | return 0; | ||
83 | |||
84 | if (cpu == 0) | ||
85 | seq_printf(m, "machine\t\t: %s\n", get_system_type()); | ||
86 | else | ||
87 | seq_printf(m, "\n"); | ||
88 | |||
89 | seq_printf(m, "processor\t: %d\n", cpu); | ||
90 | seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine); | ||
91 | seq_printf(m, "cpu type\t: %s\n", get_cpu_subtype(c)); | ||
92 | if (c->cut_major == -1) | ||
93 | seq_printf(m, "cut\t\t: unknown\n"); | ||
94 | else if (c->cut_minor == -1) | ||
95 | seq_printf(m, "cut\t\t: %d.x\n", c->cut_major); | ||
96 | else | ||
97 | seq_printf(m, "cut\t\t: %d.%d\n", c->cut_major, c->cut_minor); | ||
98 | |||
99 | show_cpuflags(m, c); | ||
100 | |||
101 | seq_printf(m, "cache type\t: "); | ||
102 | |||
103 | /* | ||
104 | * Check for what type of cache we have, we support both the | ||
105 | * unified cache on the SH-2 and SH-3, as well as the harvard | ||
106 | * style cache on the SH-4. | ||
107 | */ | ||
108 | if (c->icache.flags & SH_CACHE_COMBINED) { | ||
109 | seq_printf(m, "unified\n"); | ||
110 | show_cacheinfo(m, "cache", c->icache); | ||
111 | } else { | ||
112 | seq_printf(m, "split (harvard)\n"); | ||
113 | show_cacheinfo(m, "icache", c->icache); | ||
114 | show_cacheinfo(m, "dcache", c->dcache); | ||
115 | } | ||
116 | |||
117 | /* Optional secondary cache */ | ||
118 | if (c->flags & CPU_HAS_L2_CACHE) | ||
119 | show_cacheinfo(m, "scache", c->scache); | ||
120 | |||
121 | seq_printf(m, "address sizes\t: %u bits physical\n", c->phys_bits); | ||
122 | |||
123 | seq_printf(m, "bogomips\t: %lu.%02lu\n", | ||
124 | c->loops_per_jiffy/(500000/HZ), | ||
125 | (c->loops_per_jiffy/(5000/HZ)) % 100); | ||
126 | |||
127 | return 0; | ||
128 | } | ||
129 | |||
130 | static void *c_start(struct seq_file *m, loff_t *pos) | ||
131 | { | ||
132 | return *pos < NR_CPUS ? cpu_data + *pos : NULL; | ||
133 | } | ||
134 | static void *c_next(struct seq_file *m, void *v, loff_t *pos) | ||
135 | { | ||
136 | ++*pos; | ||
137 | return c_start(m, pos); | ||
138 | } | ||
139 | static void c_stop(struct seq_file *m, void *v) | ||
140 | { | ||
141 | } | ||
142 | const struct seq_operations cpuinfo_op = { | ||
143 | .start = c_start, | ||
144 | .next = c_next, | ||
145 | .stop = c_stop, | ||
146 | .show = show_cpuinfo, | ||
147 | }; | ||
148 | #endif /* CONFIG_PROC_FS */ | ||
diff --git a/arch/sh/kernel/cpu/sh2/clock-sh7619.c b/arch/sh/kernel/cpu/sh2/clock-sh7619.c index 0c9f24d7a02f..5b7f12e58a8d 100644 --- a/arch/sh/kernel/cpu/sh2/clock-sh7619.c +++ b/arch/sh/kernel/cpu/sh2/clock-sh7619.c | |||
@@ -14,24 +14,18 @@ | |||
14 | */ | 14 | */ |
15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
17 | #include <linux/io.h> | ||
17 | #include <asm/clock.h> | 18 | #include <asm/clock.h> |
18 | #include <asm/freq.h> | 19 | #include <asm/freq.h> |
19 | #include <asm/io.h> | 20 | #include <asm/processor.h> |
20 | 21 | ||
21 | static const int pll1rate[] = {1,2}; | 22 | static const int pll1rate[] = {1,2}; |
22 | static const int pfc_divisors[] = {1,2,0,4}; | 23 | static const int pfc_divisors[] = {1,2,0,4}; |
23 | 24 | static unsigned int pll2_mult; | |
24 | #if (CONFIG_SH_CLK_MD == 1) || (CONFIG_SH_CLK_MD == 2) | ||
25 | #define PLL2 (4) | ||
26 | #elif (CONFIG_SH_CLK_MD == 5) || (CONFIG_SH_CLK_MD == 6) | ||
27 | #define PLL2 (2) | ||
28 | #else | ||
29 | #error "Illigal Clock Mode!" | ||
30 | #endif | ||
31 | 25 | ||
32 | static void master_clk_init(struct clk *clk) | 26 | static void master_clk_init(struct clk *clk) |
33 | { | 27 | { |
34 | clk->rate *= PLL2 * pll1rate[(__raw_readw(FREQCR) >> 8) & 7]; | 28 | clk->rate *= pll2_mult * pll1rate[(__raw_readw(FREQCR) >> 8) & 7]; |
35 | } | 29 | } |
36 | 30 | ||
37 | static struct clk_ops sh7619_master_clk_ops = { | 31 | static struct clk_ops sh7619_master_clk_ops = { |
@@ -70,6 +64,14 @@ static struct clk_ops *sh7619_clk_ops[] = { | |||
70 | 64 | ||
71 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) | 65 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) |
72 | { | 66 | { |
67 | if (test_mode_pin(MODE_PIN2 | MODE_PIN0) || | ||
68 | test_mode_pin(MODE_PIN2 | MODE_PIN1)) | ||
69 | pll2_mult = 2; | ||
70 | else if (test_mode_pin(MODE_PIN0) || test_mode_pin(MODE_PIN1)) | ||
71 | pll2_mult = 4; | ||
72 | |||
73 | BUG_ON(!pll2_mult); | ||
74 | |||
73 | if (idx < ARRAY_SIZE(sh7619_clk_ops)) | 75 | if (idx < ARRAY_SIZE(sh7619_clk_ops)) |
74 | *ops = sh7619_clk_ops[idx]; | 76 | *ops = sh7619_clk_ops[idx]; |
75 | } | 77 | } |
diff --git a/arch/sh/kernel/cpu/sh2/setup-sh7619.c b/arch/sh/kernel/cpu/sh2/setup-sh7619.c index c3638516bffc..0f8befccf9fa 100644 --- a/arch/sh/kernel/cpu/sh2/setup-sh7619.c +++ b/arch/sh/kernel/cpu/sh2/setup-sh7619.c | |||
@@ -62,6 +62,8 @@ static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | |||
62 | static struct plat_sci_port scif0_platform_data = { | 62 | static struct plat_sci_port scif0_platform_data = { |
63 | .mapbase = 0xf8400000, | 63 | .mapbase = 0xf8400000, |
64 | .flags = UPF_BOOT_AUTOCONF, | 64 | .flags = UPF_BOOT_AUTOCONF, |
65 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
66 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
65 | .type = PORT_SCIF, | 67 | .type = PORT_SCIF, |
66 | .irqs = { 88, 88, 88, 88 }, | 68 | .irqs = { 88, 88, 88, 88 }, |
67 | }; | 69 | }; |
@@ -77,6 +79,8 @@ static struct platform_device scif0_device = { | |||
77 | static struct plat_sci_port scif1_platform_data = { | 79 | static struct plat_sci_port scif1_platform_data = { |
78 | .mapbase = 0xf8410000, | 80 | .mapbase = 0xf8410000, |
79 | .flags = UPF_BOOT_AUTOCONF, | 81 | .flags = UPF_BOOT_AUTOCONF, |
82 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
83 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
80 | .type = PORT_SCIF, | 84 | .type = PORT_SCIF, |
81 | .irqs = { 92, 92, 92, 92 }, | 85 | .irqs = { 92, 92, 92, 92 }, |
82 | }; | 86 | }; |
@@ -92,6 +96,8 @@ static struct platform_device scif1_device = { | |||
92 | static struct plat_sci_port scif2_platform_data = { | 96 | static struct plat_sci_port scif2_platform_data = { |
93 | .mapbase = 0xf8420000, | 97 | .mapbase = 0xf8420000, |
94 | .flags = UPF_BOOT_AUTOCONF, | 98 | .flags = UPF_BOOT_AUTOCONF, |
99 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
100 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
95 | .type = PORT_SCIF, | 101 | .type = PORT_SCIF, |
96 | .irqs = { 96, 96, 96, 96 }, | 102 | .irqs = { 96, 96, 96, 96 }, |
97 | }; | 103 | }; |
diff --git a/arch/sh/kernel/cpu/sh2a/clock-sh7201.c b/arch/sh/kernel/cpu/sh2a/clock-sh7201.c index b26264dc2aef..1174e2d96c03 100644 --- a/arch/sh/kernel/cpu/sh2a/clock-sh7201.c +++ b/arch/sh/kernel/cpu/sh2a/clock-sh7201.c | |||
@@ -22,19 +22,12 @@ static const int pll1rate[]={1,2,3,4,6,8}; | |||
22 | static const int pfc_divisors[]={1,2,3,4,6,8,12}; | 22 | static const int pfc_divisors[]={1,2,3,4,6,8,12}; |
23 | #define ifc_divisors pfc_divisors | 23 | #define ifc_divisors pfc_divisors |
24 | 24 | ||
25 | #if (CONFIG_SH_CLK_MD == 0) | 25 | static unsigned int pll2_mult; |
26 | #define PLL2 (4) | ||
27 | #elif (CONFIG_SH_CLK_MD == 2) | ||
28 | #define PLL2 (2) | ||
29 | #elif (CONFIG_SH_CLK_MD == 3) | ||
30 | #define PLL2 (1) | ||
31 | #else | ||
32 | #error "Illegal Clock Mode!" | ||
33 | #endif | ||
34 | 26 | ||
35 | static void master_clk_init(struct clk *clk) | 27 | static void master_clk_init(struct clk *clk) |
36 | { | 28 | { |
37 | return 10000000 * PLL2 * pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007]; | 29 | clk->rate = 10000000 * pll2_mult * |
30 | pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007]; | ||
38 | } | 31 | } |
39 | 32 | ||
40 | static struct clk_ops sh7201_master_clk_ops = { | 33 | static struct clk_ops sh7201_master_clk_ops = { |
@@ -80,6 +73,13 @@ static struct clk_ops *sh7201_clk_ops[] = { | |||
80 | 73 | ||
81 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) | 74 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) |
82 | { | 75 | { |
76 | if (test_mode_pin(MODE_PIN1 | MODE_PIN0)) | ||
77 | pll2_mult = 1; | ||
78 | else if (test_mode_pin(MODE_PIN1)) | ||
79 | pll2_mult = 2; | ||
80 | else | ||
81 | pll2_mult = 4; | ||
82 | |||
83 | if (idx < ARRAY_SIZE(sh7201_clk_ops)) | 83 | if (idx < ARRAY_SIZE(sh7201_clk_ops)) |
84 | *ops = sh7201_clk_ops[idx]; | 84 | *ops = sh7201_clk_ops[idx]; |
85 | } | 85 | } |
diff --git a/arch/sh/kernel/cpu/sh2a/clock-sh7203.c b/arch/sh/kernel/cpu/sh2a/clock-sh7203.c index 7e75d8f79502..95a008e8b735 100644 --- a/arch/sh/kernel/cpu/sh2a/clock-sh7203.c +++ b/arch/sh/kernel/cpu/sh2a/clock-sh7203.c | |||
@@ -25,21 +25,11 @@ static const int pll1rate[]={8,12,16,0}; | |||
25 | static const int pfc_divisors[]={1,2,3,4,6,8,12}; | 25 | static const int pfc_divisors[]={1,2,3,4,6,8,12}; |
26 | #define ifc_divisors pfc_divisors | 26 | #define ifc_divisors pfc_divisors |
27 | 27 | ||
28 | #if (CONFIG_SH_CLK_MD == 0) | 28 | static unsigned int pll2_mult; |
29 | #define PLL2 (1) | ||
30 | #elif (CONFIG_SH_CLK_MD == 1) | ||
31 | #define PLL2 (2) | ||
32 | #elif (CONFIG_SH_CLK_MD == 2) | ||
33 | #define PLL2 (4) | ||
34 | #elif (CONFIG_SH_CLK_MD == 3) | ||
35 | #define PLL2 (4) | ||
36 | #else | ||
37 | #error "Illegal Clock Mode!" | ||
38 | #endif | ||
39 | 29 | ||
40 | static void master_clk_init(struct clk *clk) | 30 | static void master_clk_init(struct clk *clk) |
41 | { | 31 | { |
42 | clk->rate *= pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0003] * PLL2 ; | 32 | clk->rate *= pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0003] * pll2_mult; |
43 | } | 33 | } |
44 | 34 | ||
45 | static struct clk_ops sh7203_master_clk_ops = { | 35 | static struct clk_ops sh7203_master_clk_ops = { |
@@ -79,6 +69,13 @@ static struct clk_ops *sh7203_clk_ops[] = { | |||
79 | 69 | ||
80 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) | 70 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) |
81 | { | 71 | { |
72 | if (test_mode_pin(MODE_PIN1)) | ||
73 | pll2_mult = 4; | ||
74 | else if (test_mode_pin(MODE_PIN0)) | ||
75 | pll2_mult = 2; | ||
76 | else | ||
77 | pll2_mult = 1; | ||
78 | |||
82 | if (idx < ARRAY_SIZE(sh7203_clk_ops)) | 79 | if (idx < ARRAY_SIZE(sh7203_clk_ops)) |
83 | *ops = sh7203_clk_ops[idx]; | 80 | *ops = sh7203_clk_ops[idx]; |
84 | } | 81 | } |
diff --git a/arch/sh/kernel/cpu/sh2a/clock-sh7206.c b/arch/sh/kernel/cpu/sh2a/clock-sh7206.c index b27a5e2687ab..3c314d7cd6e6 100644 --- a/arch/sh/kernel/cpu/sh2a/clock-sh7206.c +++ b/arch/sh/kernel/cpu/sh2a/clock-sh7206.c | |||
@@ -22,19 +22,11 @@ static const int pll1rate[]={1,2,3,4,6,8}; | |||
22 | static const int pfc_divisors[]={1,2,3,4,6,8,12}; | 22 | static const int pfc_divisors[]={1,2,3,4,6,8,12}; |
23 | #define ifc_divisors pfc_divisors | 23 | #define ifc_divisors pfc_divisors |
24 | 24 | ||
25 | #if (CONFIG_SH_CLK_MD == 2) | 25 | static unsigned int pll2_mult; |
26 | #define PLL2 (4) | ||
27 | #elif (CONFIG_SH_CLK_MD == 6) | ||
28 | #define PLL2 (2) | ||
29 | #elif (CONFIG_SH_CLK_MD == 7) | ||
30 | #define PLL2 (1) | ||
31 | #else | ||
32 | #error "Illigal Clock Mode!" | ||
33 | #endif | ||
34 | 26 | ||
35 | static void master_clk_init(struct clk *clk) | 27 | static void master_clk_init(struct clk *clk) |
36 | { | 28 | { |
37 | clk->rate *= PLL2 * pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007]; | 29 | clk->rate *= pll2_mult * pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007]; |
38 | } | 30 | } |
39 | 31 | ||
40 | static struct clk_ops sh7206_master_clk_ops = { | 32 | static struct clk_ops sh7206_master_clk_ops = { |
@@ -79,7 +71,13 @@ static struct clk_ops *sh7206_clk_ops[] = { | |||
79 | 71 | ||
80 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) | 72 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) |
81 | { | 73 | { |
74 | if (test_mode_pin(MODE_PIN2 | MODE_PIN1 | MODE_PIN0)) | ||
75 | pll2_mult = 1; | ||
76 | else if (test_mode_pin(MODE_PIN2 | MODE_PIN1)) | ||
77 | pll2_mult = 2; | ||
78 | else if (test_mode_pin(MODE_PIN1)) | ||
79 | pll2_mult = 4; | ||
80 | |||
82 | if (idx < ARRAY_SIZE(sh7206_clk_ops)) | 81 | if (idx < ARRAY_SIZE(sh7206_clk_ops)) |
83 | *ops = sh7206_clk_ops[idx]; | 82 | *ops = sh7206_clk_ops[idx]; |
84 | } | 83 | } |
85 | |||
diff --git a/arch/sh/kernel/cpu/sh2a/setup-mxg.c b/arch/sh/kernel/cpu/sh2a/setup-mxg.c index 6c96ea02bf8d..949bf2bac28c 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-mxg.c +++ b/arch/sh/kernel/cpu/sh2a/setup-mxg.c | |||
@@ -201,6 +201,8 @@ static struct platform_device mtu2_2_device = { | |||
201 | static struct plat_sci_port scif0_platform_data = { | 201 | static struct plat_sci_port scif0_platform_data = { |
202 | .mapbase = 0xff804000, | 202 | .mapbase = 0xff804000, |
203 | .flags = UPF_BOOT_AUTOCONF, | 203 | .flags = UPF_BOOT_AUTOCONF, |
204 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
205 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
204 | .type = PORT_SCIF, | 206 | .type = PORT_SCIF, |
205 | .irqs = { 220, 220, 220, 220 }, | 207 | .irqs = { 220, 220, 220, 220 }, |
206 | }; | 208 | }; |
diff --git a/arch/sh/kernel/cpu/sh2a/setup-sh7201.c b/arch/sh/kernel/cpu/sh2a/setup-sh7201.c index d08bf4c07d60..9df558dcdb86 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-sh7201.c +++ b/arch/sh/kernel/cpu/sh2a/setup-sh7201.c | |||
@@ -180,6 +180,8 @@ static DECLARE_INTC_DESC(intc_desc, "sh7201", vectors, groups, | |||
180 | static struct plat_sci_port scif0_platform_data = { | 180 | static struct plat_sci_port scif0_platform_data = { |
181 | .mapbase = 0xfffe8000, | 181 | .mapbase = 0xfffe8000, |
182 | .flags = UPF_BOOT_AUTOCONF, | 182 | .flags = UPF_BOOT_AUTOCONF, |
183 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
184 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
183 | .type = PORT_SCIF, | 185 | .type = PORT_SCIF, |
184 | .irqs = { 180, 180, 180, 180 } | 186 | .irqs = { 180, 180, 180, 180 } |
185 | }; | 187 | }; |
@@ -195,6 +197,8 @@ static struct platform_device scif0_device = { | |||
195 | static struct plat_sci_port scif1_platform_data = { | 197 | static struct plat_sci_port scif1_platform_data = { |
196 | .mapbase = 0xfffe8800, | 198 | .mapbase = 0xfffe8800, |
197 | .flags = UPF_BOOT_AUTOCONF, | 199 | .flags = UPF_BOOT_AUTOCONF, |
200 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
201 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
198 | .type = PORT_SCIF, | 202 | .type = PORT_SCIF, |
199 | .irqs = { 184, 184, 184, 184 } | 203 | .irqs = { 184, 184, 184, 184 } |
200 | }; | 204 | }; |
@@ -210,6 +214,8 @@ static struct platform_device scif1_device = { | |||
210 | static struct plat_sci_port scif2_platform_data = { | 214 | static struct plat_sci_port scif2_platform_data = { |
211 | .mapbase = 0xfffe9000, | 215 | .mapbase = 0xfffe9000, |
212 | .flags = UPF_BOOT_AUTOCONF, | 216 | .flags = UPF_BOOT_AUTOCONF, |
217 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
218 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
213 | .type = PORT_SCIF, | 219 | .type = PORT_SCIF, |
214 | .irqs = { 188, 188, 188, 188 } | 220 | .irqs = { 188, 188, 188, 188 } |
215 | }; | 221 | }; |
@@ -225,6 +231,8 @@ static struct platform_device scif2_device = { | |||
225 | static struct plat_sci_port scif3_platform_data = { | 231 | static struct plat_sci_port scif3_platform_data = { |
226 | .mapbase = 0xfffe9800, | 232 | .mapbase = 0xfffe9800, |
227 | .flags = UPF_BOOT_AUTOCONF, | 233 | .flags = UPF_BOOT_AUTOCONF, |
234 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
235 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
228 | .type = PORT_SCIF, | 236 | .type = PORT_SCIF, |
229 | .irqs = { 192, 192, 192, 192 } | 237 | .irqs = { 192, 192, 192, 192 } |
230 | }; | 238 | }; |
@@ -240,6 +248,8 @@ static struct platform_device scif3_device = { | |||
240 | static struct plat_sci_port scif4_platform_data = { | 248 | static struct plat_sci_port scif4_platform_data = { |
241 | .mapbase = 0xfffea000, | 249 | .mapbase = 0xfffea000, |
242 | .flags = UPF_BOOT_AUTOCONF, | 250 | .flags = UPF_BOOT_AUTOCONF, |
251 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
252 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
243 | .type = PORT_SCIF, | 253 | .type = PORT_SCIF, |
244 | .irqs = { 196, 196, 196, 196 } | 254 | .irqs = { 196, 196, 196, 196 } |
245 | }; | 255 | }; |
@@ -255,6 +265,8 @@ static struct platform_device scif4_device = { | |||
255 | static struct plat_sci_port scif5_platform_data = { | 265 | static struct plat_sci_port scif5_platform_data = { |
256 | .mapbase = 0xfffea800, | 266 | .mapbase = 0xfffea800, |
257 | .flags = UPF_BOOT_AUTOCONF, | 267 | .flags = UPF_BOOT_AUTOCONF, |
268 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
269 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
258 | .type = PORT_SCIF, | 270 | .type = PORT_SCIF, |
259 | .irqs = { 200, 200, 200, 200 } | 271 | .irqs = { 200, 200, 200, 200 } |
260 | }; | 272 | }; |
@@ -270,6 +282,8 @@ static struct platform_device scif5_device = { | |||
270 | static struct plat_sci_port scif6_platform_data = { | 282 | static struct plat_sci_port scif6_platform_data = { |
271 | .mapbase = 0xfffeb000, | 283 | .mapbase = 0xfffeb000, |
272 | .flags = UPF_BOOT_AUTOCONF, | 284 | .flags = UPF_BOOT_AUTOCONF, |
285 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
286 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
273 | .type = PORT_SCIF, | 287 | .type = PORT_SCIF, |
274 | .irqs = { 204, 204, 204, 204 } | 288 | .irqs = { 204, 204, 204, 204 } |
275 | }; | 289 | }; |
@@ -285,6 +299,8 @@ static struct platform_device scif6_device = { | |||
285 | static struct plat_sci_port scif7_platform_data = { | 299 | static struct plat_sci_port scif7_platform_data = { |
286 | .mapbase = 0xfffeb800, | 300 | .mapbase = 0xfffeb800, |
287 | .flags = UPF_BOOT_AUTOCONF, | 301 | .flags = UPF_BOOT_AUTOCONF, |
302 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
303 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
288 | .type = PORT_SCIF, | 304 | .type = PORT_SCIF, |
289 | .irqs = { 208, 208, 208, 208 } | 305 | .irqs = { 208, 208, 208, 208 } |
290 | }; | 306 | }; |
diff --git a/arch/sh/kernel/cpu/sh2a/setup-sh7203.c b/arch/sh/kernel/cpu/sh2a/setup-sh7203.c index 832f401b5860..a43124e608c3 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-sh7203.c +++ b/arch/sh/kernel/cpu/sh2a/setup-sh7203.c | |||
@@ -176,6 +176,8 @@ static DECLARE_INTC_DESC(intc_desc, "sh7203", vectors, groups, | |||
176 | static struct plat_sci_port scif0_platform_data = { | 176 | static struct plat_sci_port scif0_platform_data = { |
177 | .mapbase = 0xfffe8000, | 177 | .mapbase = 0xfffe8000, |
178 | .flags = UPF_BOOT_AUTOCONF, | 178 | .flags = UPF_BOOT_AUTOCONF, |
179 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
180 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
179 | .type = PORT_SCIF, | 181 | .type = PORT_SCIF, |
180 | .irqs = { 192, 192, 192, 192 }, | 182 | .irqs = { 192, 192, 192, 192 }, |
181 | }; | 183 | }; |
@@ -191,6 +193,8 @@ static struct platform_device scif0_device = { | |||
191 | static struct plat_sci_port scif1_platform_data = { | 193 | static struct plat_sci_port scif1_platform_data = { |
192 | .mapbase = 0xfffe8800, | 194 | .mapbase = 0xfffe8800, |
193 | .flags = UPF_BOOT_AUTOCONF, | 195 | .flags = UPF_BOOT_AUTOCONF, |
196 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
197 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
194 | .type = PORT_SCIF, | 198 | .type = PORT_SCIF, |
195 | .irqs = { 196, 196, 196, 196 }, | 199 | .irqs = { 196, 196, 196, 196 }, |
196 | }; | 200 | }; |
@@ -206,6 +210,8 @@ static struct platform_device scif1_device = { | |||
206 | static struct plat_sci_port scif2_platform_data = { | 210 | static struct plat_sci_port scif2_platform_data = { |
207 | .mapbase = 0xfffe9000, | 211 | .mapbase = 0xfffe9000, |
208 | .flags = UPF_BOOT_AUTOCONF, | 212 | .flags = UPF_BOOT_AUTOCONF, |
213 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
214 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
209 | .type = PORT_SCIF, | 215 | .type = PORT_SCIF, |
210 | .irqs = { 200, 200, 200, 200 }, | 216 | .irqs = { 200, 200, 200, 200 }, |
211 | }; | 217 | }; |
@@ -221,6 +227,8 @@ static struct platform_device scif2_device = { | |||
221 | static struct plat_sci_port scif3_platform_data = { | 227 | static struct plat_sci_port scif3_platform_data = { |
222 | .mapbase = 0xfffe9800, | 228 | .mapbase = 0xfffe9800, |
223 | .flags = UPF_BOOT_AUTOCONF, | 229 | .flags = UPF_BOOT_AUTOCONF, |
230 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
231 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
224 | .type = PORT_SCIF, | 232 | .type = PORT_SCIF, |
225 | .irqs = { 204, 204, 204, 204 }, | 233 | .irqs = { 204, 204, 204, 204 }, |
226 | }; | 234 | }; |
diff --git a/arch/sh/kernel/cpu/sh2a/setup-sh7206.c b/arch/sh/kernel/cpu/sh2a/setup-sh7206.c index dc47b04e1049..5d14f849aea3 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-sh7206.c +++ b/arch/sh/kernel/cpu/sh2a/setup-sh7206.c | |||
@@ -136,6 +136,8 @@ static DECLARE_INTC_DESC(intc_desc, "sh7206", vectors, groups, | |||
136 | static struct plat_sci_port scif0_platform_data = { | 136 | static struct plat_sci_port scif0_platform_data = { |
137 | .mapbase = 0xfffe8000, | 137 | .mapbase = 0xfffe8000, |
138 | .flags = UPF_BOOT_AUTOCONF, | 138 | .flags = UPF_BOOT_AUTOCONF, |
139 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
140 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
139 | .type = PORT_SCIF, | 141 | .type = PORT_SCIF, |
140 | .irqs = { 240, 240, 240, 240 }, | 142 | .irqs = { 240, 240, 240, 240 }, |
141 | }; | 143 | }; |
@@ -151,6 +153,8 @@ static struct platform_device scif0_device = { | |||
151 | static struct plat_sci_port scif1_platform_data = { | 153 | static struct plat_sci_port scif1_platform_data = { |
152 | .mapbase = 0xfffe8800, | 154 | .mapbase = 0xfffe8800, |
153 | .flags = UPF_BOOT_AUTOCONF, | 155 | .flags = UPF_BOOT_AUTOCONF, |
156 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
157 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
154 | .type = PORT_SCIF, | 158 | .type = PORT_SCIF, |
155 | .irqs = { 244, 244, 244, 244 }, | 159 | .irqs = { 244, 244, 244, 244 }, |
156 | }; | 160 | }; |
@@ -166,6 +170,8 @@ static struct platform_device scif1_device = { | |||
166 | static struct plat_sci_port scif2_platform_data = { | 170 | static struct plat_sci_port scif2_platform_data = { |
167 | .mapbase = 0xfffe9000, | 171 | .mapbase = 0xfffe9000, |
168 | .flags = UPF_BOOT_AUTOCONF, | 172 | .flags = UPF_BOOT_AUTOCONF, |
173 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
174 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
169 | .type = PORT_SCIF, | 175 | .type = PORT_SCIF, |
170 | .irqs = { 248, 248, 248, 248 }, | 176 | .irqs = { 248, 248, 248, 248 }, |
171 | }; | 177 | }; |
@@ -181,6 +187,8 @@ static struct platform_device scif2_device = { | |||
181 | static struct plat_sci_port scif3_platform_data = { | 187 | static struct plat_sci_port scif3_platform_data = { |
182 | .mapbase = 0xfffe9800, | 188 | .mapbase = 0xfffe9800, |
183 | .flags = UPF_BOOT_AUTOCONF, | 189 | .flags = UPF_BOOT_AUTOCONF, |
190 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
191 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
184 | .type = PORT_SCIF, | 192 | .type = PORT_SCIF, |
185 | .irqs = { 252, 252, 252, 252 }, | 193 | .irqs = { 252, 252, 252, 252 }, |
186 | }; | 194 | }; |
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh7705.c b/arch/sh/kernel/cpu/sh3/setup-sh7705.c index baadd7f54d94..cd2e702feb7e 100644 --- a/arch/sh/kernel/cpu/sh3/setup-sh7705.c +++ b/arch/sh/kernel/cpu/sh3/setup-sh7705.c | |||
@@ -70,6 +70,9 @@ static DECLARE_INTC_DESC(intc_desc, "sh7705", vectors, NULL, | |||
70 | static struct plat_sci_port scif0_platform_data = { | 70 | static struct plat_sci_port scif0_platform_data = { |
71 | .mapbase = 0xa4410000, | 71 | .mapbase = 0xa4410000, |
72 | .flags = UPF_BOOT_AUTOCONF, | 72 | .flags = UPF_BOOT_AUTOCONF, |
73 | .scscr = SCSCR_TIE | SCSCR_RIE | SCSCR_TE | | ||
74 | SCSCR_RE | SCSCR_CKE1 | SCSCR_CKE0, | ||
75 | .scbrr_algo_id = SCBRR_ALGO_4, | ||
73 | .type = PORT_SCIF, | 76 | .type = PORT_SCIF, |
74 | .irqs = { 56, 56, 56 }, | 77 | .irqs = { 56, 56, 56 }, |
75 | }; | 78 | }; |
@@ -85,6 +88,8 @@ static struct platform_device scif0_device = { | |||
85 | static struct plat_sci_port scif1_platform_data = { | 88 | static struct plat_sci_port scif1_platform_data = { |
86 | .mapbase = 0xa4400000, | 89 | .mapbase = 0xa4400000, |
87 | .flags = UPF_BOOT_AUTOCONF, | 90 | .flags = UPF_BOOT_AUTOCONF, |
91 | .scscr = SCSCR_TIE | SCSCR_RIE | SCSCR_TE | SCSCR_RE, | ||
92 | .scbrr_algo_id = SCBRR_ALGO_4, | ||
88 | .type = PORT_SCIF, | 93 | .type = PORT_SCIF, |
89 | .irqs = { 52, 52, 52 }, | 94 | .irqs = { 52, 52, 52 }, |
90 | }; | 95 | }; |
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh770x.c b/arch/sh/kernel/cpu/sh3/setup-sh770x.c index 3cf8c8ef7b32..4551ad647c2c 100644 --- a/arch/sh/kernel/cpu/sh3/setup-sh770x.c +++ b/arch/sh/kernel/cpu/sh3/setup-sh770x.c | |||
@@ -109,6 +109,8 @@ static struct platform_device rtc_device = { | |||
109 | static struct plat_sci_port scif0_platform_data = { | 109 | static struct plat_sci_port scif0_platform_data = { |
110 | .mapbase = 0xfffffe80, | 110 | .mapbase = 0xfffffe80, |
111 | .flags = UPF_BOOT_AUTOCONF, | 111 | .flags = UPF_BOOT_AUTOCONF, |
112 | .scscr = SCSCR_TE | SCSCR_RE, | ||
113 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
112 | .type = PORT_SCI, | 114 | .type = PORT_SCI, |
113 | .irqs = { 23, 23, 23, 0 }, | 115 | .irqs = { 23, 23, 23, 0 }, |
114 | }; | 116 | }; |
@@ -126,6 +128,8 @@ static struct platform_device scif0_device = { | |||
126 | static struct plat_sci_port scif1_platform_data = { | 128 | static struct plat_sci_port scif1_platform_data = { |
127 | .mapbase = 0xa4000150, | 129 | .mapbase = 0xa4000150, |
128 | .flags = UPF_BOOT_AUTOCONF, | 130 | .flags = UPF_BOOT_AUTOCONF, |
131 | .scscr = SCSCR_TE | SCSCR_RE, | ||
132 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
129 | .type = PORT_SCIF, | 133 | .type = PORT_SCIF, |
130 | .irqs = { 56, 56, 56, 56 }, | 134 | .irqs = { 56, 56, 56, 56 }, |
131 | }; | 135 | }; |
@@ -143,6 +147,8 @@ static struct platform_device scif1_device = { | |||
143 | static struct plat_sci_port scif2_platform_data = { | 147 | static struct plat_sci_port scif2_platform_data = { |
144 | .mapbase = 0xa4000140, | 148 | .mapbase = 0xa4000140, |
145 | .flags = UPF_BOOT_AUTOCONF, | 149 | .flags = UPF_BOOT_AUTOCONF, |
150 | .scscr = SCSCR_TE | SCSCR_RE, | ||
151 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
146 | .type = PORT_IRDA, | 152 | .type = PORT_IRDA, |
147 | .irqs = { 52, 52, 52, 52 }, | 153 | .irqs = { 52, 52, 52, 52 }, |
148 | }; | 154 | }; |
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh7710.c b/arch/sh/kernel/cpu/sh3/setup-sh7710.c index b0c2fb4ab479..78f6b01d42c3 100644 --- a/arch/sh/kernel/cpu/sh3/setup-sh7710.c +++ b/arch/sh/kernel/cpu/sh3/setup-sh7710.c | |||
@@ -99,6 +99,9 @@ static struct platform_device rtc_device = { | |||
99 | static struct plat_sci_port scif0_platform_data = { | 99 | static struct plat_sci_port scif0_platform_data = { |
100 | .mapbase = 0xa4400000, | 100 | .mapbase = 0xa4400000, |
101 | .flags = UPF_BOOT_AUTOCONF, | 101 | .flags = UPF_BOOT_AUTOCONF, |
102 | .scscr = SCSCR_TE | SCSCR_RE | SCSCR_REIE | | ||
103 | SCSCR_CKE1 | SCSCR_CKE0, | ||
104 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
102 | .type = PORT_SCIF, | 105 | .type = PORT_SCIF, |
103 | .irqs = { 52, 52, 52, 52 }, | 106 | .irqs = { 52, 52, 52, 52 }, |
104 | }; | 107 | }; |
@@ -114,6 +117,9 @@ static struct platform_device scif0_device = { | |||
114 | static struct plat_sci_port scif1_platform_data = { | 117 | static struct plat_sci_port scif1_platform_data = { |
115 | .mapbase = 0xa4410000, | 118 | .mapbase = 0xa4410000, |
116 | .flags = UPF_BOOT_AUTOCONF, | 119 | .flags = UPF_BOOT_AUTOCONF, |
120 | .scscr = SCSCR_TE | SCSCR_RE | SCSCR_REIE | | ||
121 | SCSCR_CKE1 | SCSCR_CKE0, | ||
122 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
117 | .type = PORT_SCIF, | 123 | .type = PORT_SCIF, |
118 | .irqs = { 56, 56, 56, 56 }, | 124 | .irqs = { 56, 56, 56, 56 }, |
119 | }; | 125 | }; |
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh7720.c b/arch/sh/kernel/cpu/sh3/setup-sh7720.c index 24b17135d5d2..365b94a6fcb7 100644 --- a/arch/sh/kernel/cpu/sh3/setup-sh7720.c +++ b/arch/sh/kernel/cpu/sh3/setup-sh7720.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * SH7720 Setup | 2 | * Setup code for SH7720, SH7721. |
3 | * | 3 | * |
4 | * Copyright (C) 2007 Markus Brunner, Mark Jonas | 4 | * Copyright (C) 2007 Markus Brunner, Mark Jonas |
5 | * Copyright (C) 2009 Paul Mundt | 5 | * Copyright (C) 2009 Paul Mundt |
@@ -51,6 +51,8 @@ static struct platform_device rtc_device = { | |||
51 | static struct plat_sci_port scif0_platform_data = { | 51 | static struct plat_sci_port scif0_platform_data = { |
52 | .mapbase = 0xa4430000, | 52 | .mapbase = 0xa4430000, |
53 | .flags = UPF_BOOT_AUTOCONF, | 53 | .flags = UPF_BOOT_AUTOCONF, |
54 | .scscr = SCSCR_RE | SCSCR_TE, | ||
55 | .scbrr_algo_id = SCBRR_ALGO_4, | ||
54 | .type = PORT_SCIF, | 56 | .type = PORT_SCIF, |
55 | .irqs = { 80, 80, 80, 80 }, | 57 | .irqs = { 80, 80, 80, 80 }, |
56 | }; | 58 | }; |
@@ -66,6 +68,8 @@ static struct platform_device scif0_device = { | |||
66 | static struct plat_sci_port scif1_platform_data = { | 68 | static struct plat_sci_port scif1_platform_data = { |
67 | .mapbase = 0xa4438000, | 69 | .mapbase = 0xa4438000, |
68 | .flags = UPF_BOOT_AUTOCONF, | 70 | .flags = UPF_BOOT_AUTOCONF, |
71 | .scscr = SCSCR_RE | SCSCR_TE, | ||
72 | .scbrr_algo_id = SCBRR_ALGO_4, | ||
69 | .type = PORT_SCIF, | 73 | .type = PORT_SCIF, |
70 | .irqs = { 81, 81, 81, 81 }, | 74 | .irqs = { 81, 81, 81, 81 }, |
71 | }; | 75 | }; |
diff --git a/arch/sh/kernel/cpu/sh4/clock-sh4-202.c b/arch/sh/kernel/cpu/sh4/clock-sh4-202.c index 4eabc68cd753..3f6f8e98635c 100644 --- a/arch/sh/kernel/cpu/sh4/clock-sh4-202.c +++ b/arch/sh/kernel/cpu/sh4/clock-sh4-202.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
14 | #include <linux/err.h> | 14 | #include <linux/err.h> |
15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include <asm/clkdev.h> | 16 | #include <linux/clkdev.h> |
17 | #include <asm/clock.h> | 17 | #include <asm/clock.h> |
18 | #include <asm/freq.h> | 18 | #include <asm/freq.h> |
19 | 19 | ||
@@ -81,8 +81,7 @@ static void shoc_clk_init(struct clk *clk) | |||
81 | for (i = 0; i < ARRAY_SIZE(frqcr3_divisors); i++) { | 81 | for (i = 0; i < ARRAY_SIZE(frqcr3_divisors); i++) { |
82 | int divisor = frqcr3_divisors[i]; | 82 | int divisor = frqcr3_divisors[i]; |
83 | 83 | ||
84 | if (clk->ops->set_rate(clk, clk->parent->rate / | 84 | if (clk->ops->set_rate(clk, clk->parent->rate / divisor) == 0) |
85 | divisor, 0) == 0) | ||
86 | break; | 85 | break; |
87 | } | 86 | } |
88 | 87 | ||
@@ -110,7 +109,7 @@ static int shoc_clk_verify_rate(struct clk *clk, unsigned long rate) | |||
110 | return 0; | 109 | return 0; |
111 | } | 110 | } |
112 | 111 | ||
113 | static int shoc_clk_set_rate(struct clk *clk, unsigned long rate, int algo_id) | 112 | static int shoc_clk_set_rate(struct clk *clk, unsigned long rate) |
114 | { | 113 | { |
115 | unsigned long frqcr3; | 114 | unsigned long frqcr3; |
116 | unsigned int tmp; | 115 | unsigned int tmp; |
diff --git a/arch/sh/kernel/cpu/sh4/perf_event.c b/arch/sh/kernel/cpu/sh4/perf_event.c index 7f9ecc9c2d02..748955df018d 100644 --- a/arch/sh/kernel/cpu/sh4/perf_event.c +++ b/arch/sh/kernel/cpu/sh4/perf_event.c | |||
@@ -225,7 +225,7 @@ static void sh7750_pmu_enable_all(void) | |||
225 | } | 225 | } |
226 | 226 | ||
227 | static struct sh_pmu sh7750_pmu = { | 227 | static struct sh_pmu sh7750_pmu = { |
228 | .name = "SH7750", | 228 | .name = "sh7750", |
229 | .num_events = 2, | 229 | .num_events = 2, |
230 | .event_map = sh7750_event_map, | 230 | .event_map = sh7750_event_map, |
231 | .max_events = ARRAY_SIZE(sh7750_general_events), | 231 | .max_events = ARRAY_SIZE(sh7750_general_events), |
@@ -250,4 +250,4 @@ static int __init sh7750_pmu_init(void) | |||
250 | 250 | ||
251 | return register_sh_pmu(&sh7750_pmu); | 251 | return register_sh_pmu(&sh7750_pmu); |
252 | } | 252 | } |
253 | arch_initcall(sh7750_pmu_init); | 253 | early_initcall(sh7750_pmu_init); |
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index d180f16281ed..971cf0fce4f5 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c | |||
@@ -150,9 +150,15 @@ void __cpuinit cpu_probe(void) | |||
150 | boot_cpu_data.type = CPU_SH7724; | 150 | boot_cpu_data.type = CPU_SH7724; |
151 | boot_cpu_data.flags |= CPU_HAS_L2_CACHE; | 151 | boot_cpu_data.flags |= CPU_HAS_L2_CACHE; |
152 | break; | 152 | break; |
153 | case 0x50: | 153 | case 0x10: |
154 | case 0x11: | ||
154 | boot_cpu_data.type = CPU_SH7757; | 155 | boot_cpu_data.type = CPU_SH7757; |
155 | break; | 156 | break; |
157 | case 0xd0: | ||
158 | case 0x40: /* yon-ten-go */ | ||
159 | boot_cpu_data.type = CPU_SH7372; | ||
160 | break; | ||
161 | |||
156 | } | 162 | } |
157 | break; | 163 | break; |
158 | case 0x4000: /* 1st cut */ | 164 | case 0x4000: /* 1st cut */ |
diff --git a/arch/sh/kernel/cpu/sh4/setup-sh4-202.c b/arch/sh/kernel/cpu/sh4/setup-sh4-202.c index e916b18e1f7c..5b2833159b7d 100644 --- a/arch/sh/kernel/cpu/sh4/setup-sh4-202.c +++ b/arch/sh/kernel/cpu/sh4/setup-sh4-202.c | |||
@@ -18,6 +18,8 @@ | |||
18 | static struct plat_sci_port scif0_platform_data = { | 18 | static struct plat_sci_port scif0_platform_data = { |
19 | .mapbase = 0xffe80000, | 19 | .mapbase = 0xffe80000, |
20 | .flags = UPF_BOOT_AUTOCONF, | 20 | .flags = UPF_BOOT_AUTOCONF, |
21 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
22 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
21 | .type = PORT_SCIF, | 23 | .type = PORT_SCIF, |
22 | .irqs = { 40, 41, 43, 42 }, | 24 | .irqs = { 40, 41, 43, 42 }, |
23 | }; | 25 | }; |
diff --git a/arch/sh/kernel/cpu/sh4/setup-sh7750.c b/arch/sh/kernel/cpu/sh4/setup-sh7750.c index 911d196e86b5..e53b4b38bd11 100644 --- a/arch/sh/kernel/cpu/sh4/setup-sh7750.c +++ b/arch/sh/kernel/cpu/sh4/setup-sh7750.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
15 | #include <linux/sh_timer.h> | 15 | #include <linux/sh_timer.h> |
16 | #include <linux/serial_sci.h> | 16 | #include <linux/serial_sci.h> |
17 | #include <generated/machtypes.h> | ||
17 | 18 | ||
18 | static struct resource rtc_resources[] = { | 19 | static struct resource rtc_resources[] = { |
19 | [0] = { | 20 | [0] = { |
@@ -35,33 +36,37 @@ static struct platform_device rtc_device = { | |||
35 | .resource = rtc_resources, | 36 | .resource = rtc_resources, |
36 | }; | 37 | }; |
37 | 38 | ||
38 | static struct plat_sci_port scif0_platform_data = { | 39 | static struct plat_sci_port sci_platform_data = { |
39 | .mapbase = 0xffe00000, | 40 | .mapbase = 0xffe00000, |
40 | .flags = UPF_BOOT_AUTOCONF, | 41 | .flags = UPF_BOOT_AUTOCONF, |
42 | .scscr = SCSCR_TE | SCSCR_RE, | ||
43 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
41 | .type = PORT_SCI, | 44 | .type = PORT_SCI, |
42 | .irqs = { 23, 23, 23, 0 }, | 45 | .irqs = { 23, 23, 23, 0 }, |
43 | }; | 46 | }; |
44 | 47 | ||
45 | static struct platform_device scif0_device = { | 48 | static struct platform_device sci_device = { |
46 | .name = "sh-sci", | 49 | .name = "sh-sci", |
47 | .id = 0, | 50 | .id = 0, |
48 | .dev = { | 51 | .dev = { |
49 | .platform_data = &scif0_platform_data, | 52 | .platform_data = &sci_platform_data, |
50 | }, | 53 | }, |
51 | }; | 54 | }; |
52 | 55 | ||
53 | static struct plat_sci_port scif1_platform_data = { | 56 | static struct plat_sci_port scif_platform_data = { |
54 | .mapbase = 0xffe80000, | 57 | .mapbase = 0xffe80000, |
55 | .flags = UPF_BOOT_AUTOCONF, | 58 | .flags = UPF_BOOT_AUTOCONF, |
59 | .scscr = SCSCR_TE | SCSCR_RE | SCSCR_REIE, | ||
60 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
56 | .type = PORT_SCIF, | 61 | .type = PORT_SCIF, |
57 | .irqs = { 40, 40, 40, 40 }, | 62 | .irqs = { 40, 40, 40, 40 }, |
58 | }; | 63 | }; |
59 | 64 | ||
60 | static struct platform_device scif1_device = { | 65 | static struct platform_device scif_device = { |
61 | .name = "sh-sci", | 66 | .name = "sh-sci", |
62 | .id = 1, | 67 | .id = 1, |
63 | .dev = { | 68 | .dev = { |
64 | .platform_data = &scif1_platform_data, | 69 | .platform_data = &scif_platform_data, |
65 | }, | 70 | }, |
66 | }; | 71 | }; |
67 | 72 | ||
@@ -210,8 +215,6 @@ static struct platform_device tmu4_device = { | |||
210 | #endif | 215 | #endif |
211 | 216 | ||
212 | static struct platform_device *sh7750_devices[] __initdata = { | 217 | static struct platform_device *sh7750_devices[] __initdata = { |
213 | &scif0_device, | ||
214 | &scif1_device, | ||
215 | &rtc_device, | 218 | &rtc_device, |
216 | &tmu0_device, | 219 | &tmu0_device, |
217 | &tmu1_device, | 220 | &tmu1_device, |
@@ -226,14 +229,19 @@ static struct platform_device *sh7750_devices[] __initdata = { | |||
226 | 229 | ||
227 | static int __init sh7750_devices_setup(void) | 230 | static int __init sh7750_devices_setup(void) |
228 | { | 231 | { |
232 | if (mach_is_rts7751r2d()) { | ||
233 | platform_device_register(&scif_device); | ||
234 | } else { | ||
235 | platform_device_register(&sci_device); | ||
236 | platform_device_register(&scif_device); | ||
237 | } | ||
238 | |||
229 | return platform_add_devices(sh7750_devices, | 239 | return platform_add_devices(sh7750_devices, |
230 | ARRAY_SIZE(sh7750_devices)); | 240 | ARRAY_SIZE(sh7750_devices)); |
231 | } | 241 | } |
232 | arch_initcall(sh7750_devices_setup); | 242 | arch_initcall(sh7750_devices_setup); |
233 | 243 | ||
234 | static struct platform_device *sh7750_early_devices[] __initdata = { | 244 | static struct platform_device *sh7750_early_devices[] __initdata = { |
235 | &scif0_device, | ||
236 | &scif1_device, | ||
237 | &tmu0_device, | 245 | &tmu0_device, |
238 | &tmu1_device, | 246 | &tmu1_device, |
239 | &tmu2_device, | 247 | &tmu2_device, |
@@ -247,6 +255,19 @@ static struct platform_device *sh7750_early_devices[] __initdata = { | |||
247 | 255 | ||
248 | void __init plat_early_device_setup(void) | 256 | void __init plat_early_device_setup(void) |
249 | { | 257 | { |
258 | struct platform_device *dev[1]; | ||
259 | |||
260 | if (mach_is_rts7751r2d()) { | ||
261 | scif_platform_data.scscr |= SCSCR_CKE1; | ||
262 | dev[0] = &scif_device; | ||
263 | early_platform_add_devices(dev, 1); | ||
264 | } else { | ||
265 | dev[0] = &sci_device; | ||
266 | early_platform_add_devices(dev, 1); | ||
267 | dev[0] = &scif_device; | ||
268 | early_platform_add_devices(dev, 1); | ||
269 | } | ||
270 | |||
250 | early_platform_add_devices(sh7750_early_devices, | 271 | early_platform_add_devices(sh7750_early_devices, |
251 | ARRAY_SIZE(sh7750_early_devices)); | 272 | ARRAY_SIZE(sh7750_early_devices)); |
252 | } | 273 | } |
diff --git a/arch/sh/kernel/cpu/sh4/setup-sh7760.c b/arch/sh/kernel/cpu/sh4/setup-sh7760.c index 48ea8fe85dc5..78bbf232e391 100644 --- a/arch/sh/kernel/cpu/sh4/setup-sh7760.c +++ b/arch/sh/kernel/cpu/sh4/setup-sh7760.c | |||
@@ -129,6 +129,8 @@ static DECLARE_INTC_DESC(intc_desc_irq, "sh7760-irq", vectors_irq, groups, | |||
129 | static struct plat_sci_port scif0_platform_data = { | 129 | static struct plat_sci_port scif0_platform_data = { |
130 | .mapbase = 0xfe600000, | 130 | .mapbase = 0xfe600000, |
131 | .flags = UPF_BOOT_AUTOCONF, | 131 | .flags = UPF_BOOT_AUTOCONF, |
132 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
133 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
132 | .type = PORT_SCIF, | 134 | .type = PORT_SCIF, |
133 | .irqs = { 52, 53, 55, 54 }, | 135 | .irqs = { 52, 53, 55, 54 }, |
134 | }; | 136 | }; |
@@ -145,6 +147,8 @@ static struct plat_sci_port scif1_platform_data = { | |||
145 | .mapbase = 0xfe610000, | 147 | .mapbase = 0xfe610000, |
146 | .flags = UPF_BOOT_AUTOCONF, | 148 | .flags = UPF_BOOT_AUTOCONF, |
147 | .type = PORT_SCIF, | 149 | .type = PORT_SCIF, |
150 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
151 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
148 | .irqs = { 72, 73, 75, 74 }, | 152 | .irqs = { 72, 73, 75, 74 }, |
149 | }; | 153 | }; |
150 | 154 | ||
@@ -159,6 +163,8 @@ static struct platform_device scif1_device = { | |||
159 | static struct plat_sci_port scif2_platform_data = { | 163 | static struct plat_sci_port scif2_platform_data = { |
160 | .mapbase = 0xfe620000, | 164 | .mapbase = 0xfe620000, |
161 | .flags = UPF_BOOT_AUTOCONF, | 165 | .flags = UPF_BOOT_AUTOCONF, |
166 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
167 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
162 | .type = PORT_SCIF, | 168 | .type = PORT_SCIF, |
163 | .irqs = { 76, 77, 79, 78 }, | 169 | .irqs = { 76, 77, 79, 78 }, |
164 | }; | 170 | }; |
@@ -174,6 +180,8 @@ static struct platform_device scif2_device = { | |||
174 | static struct plat_sci_port scif3_platform_data = { | 180 | static struct plat_sci_port scif3_platform_data = { |
175 | .mapbase = 0xfe480000, | 181 | .mapbase = 0xfe480000, |
176 | .flags = UPF_BOOT_AUTOCONF, | 182 | .flags = UPF_BOOT_AUTOCONF, |
183 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
184 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
177 | .type = PORT_SCI, | 185 | .type = PORT_SCI, |
178 | .irqs = { 80, 81, 82, 0 }, | 186 | .irqs = { 80, 81, 82, 0 }, |
179 | }; | 187 | }; |
diff --git a/arch/sh/kernel/cpu/sh4/sq.c b/arch/sh/kernel/cpu/sh4/sq.c index 14726eef1ce0..f0907995b4c9 100644 --- a/arch/sh/kernel/cpu/sh4/sq.c +++ b/arch/sh/kernel/cpu/sh4/sq.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/vmalloc.h> | 20 | #include <linux/vmalloc.h> |
21 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | #include <linux/prefetch.h> | ||
23 | #include <asm/page.h> | 24 | #include <asm/page.h> |
24 | #include <asm/cacheflush.h> | 25 | #include <asm/cacheflush.h> |
25 | #include <cpu/sq.h> | 26 | #include <cpu/sq.h> |
diff --git a/arch/sh/kernel/cpu/sh4a/Makefile b/arch/sh/kernel/cpu/sh4a/Makefile index b144e8af89dc..cc122b1d3035 100644 --- a/arch/sh/kernel/cpu/sh4a/Makefile +++ b/arch/sh/kernel/cpu/sh4a/Makefile | |||
@@ -8,13 +8,13 @@ obj-$(CONFIG_CPU_SUBTYPE_SH7763) += setup-sh7763.o | |||
8 | obj-$(CONFIG_CPU_SUBTYPE_SH7770) += setup-sh7770.o | 8 | obj-$(CONFIG_CPU_SUBTYPE_SH7770) += setup-sh7770.o |
9 | obj-$(CONFIG_CPU_SUBTYPE_SH7780) += setup-sh7780.o | 9 | obj-$(CONFIG_CPU_SUBTYPE_SH7780) += setup-sh7780.o |
10 | obj-$(CONFIG_CPU_SUBTYPE_SH7785) += setup-sh7785.o | 10 | obj-$(CONFIG_CPU_SUBTYPE_SH7785) += setup-sh7785.o |
11 | obj-$(CONFIG_CPU_SUBTYPE_SH7786) += setup-sh7786.o | 11 | obj-$(CONFIG_CPU_SUBTYPE_SH7786) += setup-sh7786.o intc-shx3.o |
12 | obj-$(CONFIG_CPU_SUBTYPE_SH7343) += setup-sh7343.o | 12 | obj-$(CONFIG_CPU_SUBTYPE_SH7343) += setup-sh7343.o |
13 | obj-$(CONFIG_CPU_SUBTYPE_SH7722) += setup-sh7722.o | 13 | obj-$(CONFIG_CPU_SUBTYPE_SH7722) += setup-sh7722.o |
14 | obj-$(CONFIG_CPU_SUBTYPE_SH7723) += setup-sh7723.o | 14 | obj-$(CONFIG_CPU_SUBTYPE_SH7723) += setup-sh7723.o |
15 | obj-$(CONFIG_CPU_SUBTYPE_SH7724) += setup-sh7724.o | 15 | obj-$(CONFIG_CPU_SUBTYPE_SH7724) += setup-sh7724.o |
16 | obj-$(CONFIG_CPU_SUBTYPE_SH7366) += setup-sh7366.o | 16 | obj-$(CONFIG_CPU_SUBTYPE_SH7366) += setup-sh7366.o |
17 | obj-$(CONFIG_CPU_SUBTYPE_SHX3) += setup-shx3.o | 17 | obj-$(CONFIG_CPU_SUBTYPE_SHX3) += setup-shx3.o intc-shx3.o |
18 | 18 | ||
19 | # SMP setup | 19 | # SMP setup |
20 | smp-$(CONFIG_CPU_SHX3) := smp-shx3.o | 20 | smp-$(CONFIG_CPU_SHX3) := smp-shx3.o |
@@ -40,6 +40,7 @@ pinmux-$(CONFIG_CPU_SUBTYPE_SH7724) := pinmux-sh7724.o | |||
40 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7757) := pinmux-sh7757.o | 40 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7757) := pinmux-sh7757.o |
41 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7785) := pinmux-sh7785.o | 41 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7785) := pinmux-sh7785.o |
42 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7786) := pinmux-sh7786.o | 42 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7786) := pinmux-sh7786.o |
43 | pinmux-$(CONFIG_CPU_SUBTYPE_SHX3) := pinmux-shx3.o | ||
43 | 44 | ||
44 | obj-y += $(clock-y) | 45 | obj-y += $(clock-y) |
45 | obj-$(CONFIG_SMP) += $(smp-y) | 46 | obj-$(CONFIG_SMP) += $(smp-y) |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c index 71291ae201b9..93c646072c1b 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
24 | #include <asm/clkdev.h> | 24 | #include <linux/clkdev.h> |
25 | #include <asm/clock.h> | 25 | #include <asm/clock.h> |
26 | 26 | ||
27 | /* SH7343 registers */ | 27 | /* SH7343 registers */ |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7366.c b/arch/sh/kernel/cpu/sh4a/clock-sh7366.c index 7ce5bbcd4084..049dc0628ccc 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7366.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7366.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
24 | #include <asm/clkdev.h> | 24 | #include <linux/clkdev.h> |
25 | #include <asm/clock.h> | 25 | #include <asm/clock.h> |
26 | 26 | ||
27 | /* SH7366 registers */ | 27 | /* SH7366 registers */ |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c index 2030f3d9fac7..9d23a36f0647 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
24 | #include <asm/clkdev.h> | 24 | #include <linux/clkdev.h> |
25 | #include <asm/clock.h> | 25 | #include <asm/clock.h> |
26 | #include <asm/hwblk.h> | 26 | #include <asm/hwblk.h> |
27 | #include <cpu/sh7722.h> | 27 | #include <cpu/sh7722.h> |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7723.c b/arch/sh/kernel/cpu/sh4a/clock-sh7723.c index d3938f0d3702..55493cd5bd8f 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7723.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7723.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
24 | #include <linux/clk.h> | 24 | #include <linux/clk.h> |
25 | #include <asm/clkdev.h> | 25 | #include <linux/clkdev.h> |
26 | #include <asm/clock.h> | 26 | #include <asm/clock.h> |
27 | #include <asm/hwblk.h> | 27 | #include <asm/hwblk.h> |
28 | #include <cpu/sh7723.h> | 28 | #include <cpu/sh7723.h> |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7724.c b/arch/sh/kernel/cpu/sh4a/clock-sh7724.c index 2d9700c6b53a..d08fa953c88b 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7724.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7724.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
24 | #include <linux/clk.h> | 24 | #include <linux/clk.h> |
25 | #include <asm/clkdev.h> | 25 | #include <linux/clkdev.h> |
26 | #include <asm/clock.h> | 26 | #include <asm/clock.h> |
27 | #include <asm/hwblk.h> | 27 | #include <asm/hwblk.h> |
28 | #include <cpu/sh7724.h> | 28 | #include <cpu/sh7724.h> |
@@ -48,7 +48,7 @@ static struct clk r_clk = { | |||
48 | * Default rate for the root input clock, reset this with clk_set_rate() | 48 | * Default rate for the root input clock, reset this with clk_set_rate() |
49 | * from the platform code. | 49 | * from the platform code. |
50 | */ | 50 | */ |
51 | struct clk extal_clk = { | 51 | static struct clk extal_clk = { |
52 | .rate = 33333333, | 52 | .rate = 33333333, |
53 | }; | 53 | }; |
54 | 54 | ||
@@ -111,12 +111,21 @@ static struct clk div3_clk = { | |||
111 | .parent = &pll_clk, | 111 | .parent = &pll_clk, |
112 | }; | 112 | }; |
113 | 113 | ||
114 | struct clk *main_clks[] = { | 114 | /* External input clock (pin name: FSIMCKA/FSIMCKB ) */ |
115 | struct clk sh7724_fsimcka_clk = { | ||
116 | }; | ||
117 | |||
118 | struct clk sh7724_fsimckb_clk = { | ||
119 | }; | ||
120 | |||
121 | static struct clk *main_clks[] = { | ||
115 | &r_clk, | 122 | &r_clk, |
116 | &extal_clk, | 123 | &extal_clk, |
117 | &fll_clk, | 124 | &fll_clk, |
118 | &pll_clk, | 125 | &pll_clk, |
119 | &div3_clk, | 126 | &div3_clk, |
127 | &sh7724_fsimcka_clk, | ||
128 | &sh7724_fsimckb_clk, | ||
120 | }; | 129 | }; |
121 | 130 | ||
122 | static void div4_kick(struct clk *clk) | 131 | static void div4_kick(struct clk *clk) |
@@ -154,16 +163,38 @@ struct clk div4_clks[DIV4_NR] = { | |||
154 | [DIV4_M1] = DIV4(FRQCRB, 4, 0x2f7c, CLK_ENABLE_ON_INIT), | 163 | [DIV4_M1] = DIV4(FRQCRB, 4, 0x2f7c, CLK_ENABLE_ON_INIT), |
155 | }; | 164 | }; |
156 | 165 | ||
157 | enum { DIV6_V, DIV6_FA, DIV6_FB, DIV6_I, DIV6_S, DIV6_NR }; | 166 | enum { DIV6_V, DIV6_I, DIV6_S, DIV6_NR }; |
158 | 167 | ||
159 | struct clk div6_clks[DIV6_NR] = { | 168 | static struct clk div6_clks[DIV6_NR] = { |
160 | [DIV6_V] = SH_CLK_DIV6(&div3_clk, VCLKCR, 0), | 169 | [DIV6_V] = SH_CLK_DIV6(&div3_clk, VCLKCR, 0), |
161 | [DIV6_FA] = SH_CLK_DIV6(&div3_clk, FCLKACR, 0), | ||
162 | [DIV6_FB] = SH_CLK_DIV6(&div3_clk, FCLKBCR, 0), | ||
163 | [DIV6_I] = SH_CLK_DIV6(&div3_clk, IRDACLKCR, 0), | 170 | [DIV6_I] = SH_CLK_DIV6(&div3_clk, IRDACLKCR, 0), |
164 | [DIV6_S] = SH_CLK_DIV6(&div3_clk, SPUCLKCR, CLK_ENABLE_ON_INIT), | 171 | [DIV6_S] = SH_CLK_DIV6(&div3_clk, SPUCLKCR, CLK_ENABLE_ON_INIT), |
165 | }; | 172 | }; |
166 | 173 | ||
174 | enum { DIV6_FA, DIV6_FB, DIV6_REPARENT_NR }; | ||
175 | |||
176 | /* Indices are important - they are the actual src selecting values */ | ||
177 | static struct clk *fclkacr_parent[] = { | ||
178 | [0] = &div3_clk, | ||
179 | [1] = NULL, | ||
180 | [2] = &sh7724_fsimcka_clk, | ||
181 | [3] = NULL, | ||
182 | }; | ||
183 | |||
184 | static struct clk *fclkbcr_parent[] = { | ||
185 | [0] = &div3_clk, | ||
186 | [1] = NULL, | ||
187 | [2] = &sh7724_fsimckb_clk, | ||
188 | [3] = NULL, | ||
189 | }; | ||
190 | |||
191 | static struct clk div6_reparent_clks[DIV6_REPARENT_NR] = { | ||
192 | [DIV6_FA] = SH_CLK_DIV6_EXT(&div3_clk, FCLKACR, 0, | ||
193 | fclkacr_parent, ARRAY_SIZE(fclkacr_parent), 6, 2), | ||
194 | [DIV6_FB] = SH_CLK_DIV6_EXT(&div3_clk, FCLKBCR, 0, | ||
195 | fclkbcr_parent, ARRAY_SIZE(fclkbcr_parent), 6, 2), | ||
196 | }; | ||
197 | |||
167 | static struct clk mstp_clks[HWBLK_NR] = { | 198 | static struct clk mstp_clks[HWBLK_NR] = { |
168 | SH_HWBLK_CLK(HWBLK_TLB, &div4_clks[DIV4_I], CLK_ENABLE_ON_INIT), | 199 | SH_HWBLK_CLK(HWBLK_TLB, &div4_clks[DIV4_I], CLK_ENABLE_ON_INIT), |
169 | SH_HWBLK_CLK(HWBLK_IC, &div4_clks[DIV4_I], CLK_ENABLE_ON_INIT), | 200 | SH_HWBLK_CLK(HWBLK_IC, &div4_clks[DIV4_I], CLK_ENABLE_ON_INIT), |
@@ -240,8 +271,8 @@ static struct clk_lookup lookups[] = { | |||
240 | 271 | ||
241 | /* DIV6 clocks */ | 272 | /* DIV6 clocks */ |
242 | CLKDEV_CON_ID("video_clk", &div6_clks[DIV6_V]), | 273 | CLKDEV_CON_ID("video_clk", &div6_clks[DIV6_V]), |
243 | CLKDEV_CON_ID("fsia_clk", &div6_clks[DIV6_FA]), | 274 | CLKDEV_CON_ID("fsia_clk", &div6_reparent_clks[DIV6_FA]), |
244 | CLKDEV_CON_ID("fsib_clk", &div6_clks[DIV6_FB]), | 275 | CLKDEV_CON_ID("fsib_clk", &div6_reparent_clks[DIV6_FB]), |
245 | CLKDEV_CON_ID("irda_clk", &div6_clks[DIV6_I]), | 276 | CLKDEV_CON_ID("irda_clk", &div6_clks[DIV6_I]), |
246 | CLKDEV_CON_ID("spu_clk", &div6_clks[DIV6_S]), | 277 | CLKDEV_CON_ID("spu_clk", &div6_clks[DIV6_S]), |
247 | 278 | ||
@@ -376,6 +407,9 @@ int __init arch_clk_init(void) | |||
376 | ret = sh_clk_div6_register(div6_clks, DIV6_NR); | 407 | ret = sh_clk_div6_register(div6_clks, DIV6_NR); |
377 | 408 | ||
378 | if (!ret) | 409 | if (!ret) |
410 | ret = sh_clk_div6_reparent_register(div6_reparent_clks, DIV6_REPARENT_NR); | ||
411 | |||
412 | if (!ret) | ||
379 | ret = sh_hwblk_clk_register(mstp_clks, HWBLK_NR); | 413 | ret = sh_hwblk_clk_register(mstp_clks, HWBLK_NR); |
380 | 414 | ||
381 | return ret; | 415 | return ret; |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7757.c b/arch/sh/kernel/cpu/sh4a/clock-sh7757.c index 0a752bd324ac..eedddad13835 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7757.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7757.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * SH7757 support for the clock framework | 4 | * SH7757 support for the clock framework |
5 | * | 5 | * |
6 | * Copyright (C) 2009 Renesas Solutions Corp. | 6 | * Copyright (C) 2009-2010 Renesas Solutions Corp. |
7 | * | 7 | * |
8 | * This file is subject to the terms and conditions of the GNU General Public | 8 | * This file is subject to the terms and conditions of the GNU General Public |
9 | * License. See the file "COPYING" in the main directory of this archive | 9 | * License. See the file "COPYING" in the main directory of this archive |
@@ -12,128 +12,156 @@ | |||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
15 | #include <asm/clkdev.h> | 15 | #include <linux/clkdev.h> |
16 | #include <asm/clock.h> | 16 | #include <asm/clock.h> |
17 | #include <asm/freq.h> | 17 | #include <asm/freq.h> |
18 | 18 | ||
19 | static int ifc_divisors[] = { 2, 1, 4, 1, 1, 8, 1, 1, | 19 | /* |
20 | 16, 1, 1, 32, 1, 1, 1, 1 }; | 20 | * Default rate for the root input clock, reset this with clk_set_rate() |
21 | static int sfc_divisors[] = { 2, 1, 4, 1, 1, 8, 1, 1, | 21 | * from the platform code. |
22 | 16, 1, 1, 32, 1, 1, 1, 1 }; | 22 | */ |
23 | static int bfc_divisors[] = { 2, 1, 4, 1, 1, 8, 1, 1, | 23 | static struct clk extal_clk = { |
24 | 16, 1, 1, 32, 1, 1, 1, 1 }; | 24 | .rate = 48000000, |
25 | static int p1fc_divisors[] = { 2, 1, 4, 1, 1, 8, 1, 1, | 25 | }; |
26 | 16, 1, 1, 32, 1, 1, 1, 1 }; | ||
27 | 26 | ||
28 | static void master_clk_init(struct clk *clk) | 27 | static unsigned long pll_recalc(struct clk *clk) |
29 | { | 28 | { |
30 | clk->rate = CONFIG_SH_PCLK_FREQ * 16; | 29 | int multiplier; |
31 | } | ||
32 | 30 | ||
33 | static struct clk_ops sh7757_master_clk_ops = { | 31 | multiplier = test_mode_pin(MODE_PIN0) ? 24 : 16; |
34 | .init = master_clk_init, | ||
35 | }; | ||
36 | 32 | ||
37 | static void module_clk_recalc(struct clk *clk) | 33 | return clk->parent->rate * multiplier; |
38 | { | ||
39 | int idx = __raw_readl(FRQCR) & 0x0000000f; | ||
40 | clk->rate = clk->parent->rate / p1fc_divisors[idx]; | ||
41 | } | 34 | } |
42 | 35 | ||
43 | static struct clk_ops sh7757_module_clk_ops = { | 36 | static struct clk_ops pll_clk_ops = { |
44 | .recalc = module_clk_recalc, | 37 | .recalc = pll_recalc, |
45 | }; | 38 | }; |
46 | 39 | ||
47 | static void bus_clk_recalc(struct clk *clk) | 40 | static struct clk pll_clk = { |
48 | { | 41 | .ops = &pll_clk_ops, |
49 | int idx = (__raw_readl(FRQCR) >> 8) & 0x0000000f; | 42 | .parent = &extal_clk, |
50 | clk->rate = clk->parent->rate / bfc_divisors[idx]; | 43 | .flags = CLK_ENABLE_ON_INIT, |
51 | } | 44 | }; |
52 | 45 | ||
53 | static struct clk_ops sh7757_bus_clk_ops = { | 46 | static struct clk *clks[] = { |
54 | .recalc = bus_clk_recalc, | 47 | &extal_clk, |
48 | &pll_clk, | ||
55 | }; | 49 | }; |
56 | 50 | ||
57 | static void cpu_clk_recalc(struct clk *clk) | 51 | static unsigned int div2[] = { 1, 1, 2, 1, 1, 4, 1, 6, |
58 | { | 52 | 1, 1, 1, 16, 1, 24, 1, 1 }; |
59 | int idx = (__raw_readl(FRQCR) >> 20) & 0x0000000f; | ||
60 | clk->rate = clk->parent->rate / ifc_divisors[idx]; | ||
61 | } | ||
62 | 53 | ||
63 | static struct clk_ops sh7757_cpu_clk_ops = { | 54 | static struct clk_div_mult_table div4_div_mult_table = { |
64 | .recalc = cpu_clk_recalc, | 55 | .divisors = div2, |
56 | .nr_divisors = ARRAY_SIZE(div2), | ||
65 | }; | 57 | }; |
66 | 58 | ||
67 | static struct clk_ops *sh7757_clk_ops[] = { | 59 | static struct clk_div4_table div4_table = { |
68 | &sh7757_master_clk_ops, | 60 | .div_mult_table = &div4_div_mult_table, |
69 | &sh7757_module_clk_ops, | ||
70 | &sh7757_bus_clk_ops, | ||
71 | &sh7757_cpu_clk_ops, | ||
72 | }; | 61 | }; |
73 | 62 | ||
74 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) | 63 | enum { DIV4_I, DIV4_SH, DIV4_P, DIV4_NR }; |
75 | { | ||
76 | if (idx < ARRAY_SIZE(sh7757_clk_ops)) | ||
77 | *ops = sh7757_clk_ops[idx]; | ||
78 | } | ||
79 | 64 | ||
80 | static void shyway_clk_recalc(struct clk *clk) | 65 | #define DIV4(_bit, _mask, _flags) \ |
81 | { | 66 | SH_CLK_DIV4(&pll_clk, FRQCR, _bit, _mask, _flags) |
82 | int idx = (__raw_readl(FRQCR) >> 12) & 0x0000000f; | ||
83 | clk->rate = clk->parent->rate / sfc_divisors[idx]; | ||
84 | } | ||
85 | |||
86 | static struct clk_ops sh7757_shyway_clk_ops = { | ||
87 | .recalc = shyway_clk_recalc, | ||
88 | }; | ||
89 | 67 | ||
90 | static struct clk sh7757_shyway_clk = { | 68 | struct clk div4_clks[DIV4_NR] = { |
91 | .flags = CLK_ENABLE_ON_INIT, | 69 | /* |
92 | .ops = &sh7757_shyway_clk_ops, | 70 | * P clock is always enable, because some P clock modules is used |
71 | * by Host PC. | ||
72 | */ | ||
73 | [DIV4_P] = DIV4(0, 0x2800, CLK_ENABLE_ON_INIT), | ||
74 | [DIV4_SH] = DIV4(12, 0x00a0, CLK_ENABLE_ON_INIT), | ||
75 | [DIV4_I] = DIV4(20, 0x0004, CLK_ENABLE_ON_INIT), | ||
93 | }; | 76 | }; |
94 | 77 | ||
95 | /* | 78 | #define MSTPCR0 0xffc80030 |
96 | * Additional sh7757-specific on-chip clocks that aren't already part of the | 79 | #define MSTPCR1 0xffc80034 |
97 | * clock framework | 80 | #define MSTPCR2 0xffc10028 |
98 | */ | 81 | |
99 | static struct clk *sh7757_onchip_clocks[] = { | 82 | enum { MSTP004, MSTP000, MSTP114, MSTP113, MSTP112, |
100 | &sh7757_shyway_clk, | 83 | MSTP111, MSTP110, MSTP103, MSTP102, MSTP220, |
84 | MSTP_NR }; | ||
85 | |||
86 | static struct clk mstp_clks[MSTP_NR] = { | ||
87 | /* MSTPCR0 */ | ||
88 | [MSTP004] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 4, 0), | ||
89 | [MSTP000] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 0, 0), | ||
90 | |||
91 | /* MSTPCR1 */ | ||
92 | [MSTP114] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR1, 14, 0), | ||
93 | [MSTP113] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR1, 13, 0), | ||
94 | [MSTP112] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR1, 12, 0), | ||
95 | [MSTP111] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR1, 11, 0), | ||
96 | [MSTP110] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR1, 10, 0), | ||
97 | [MSTP103] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR1, 3, 0), | ||
98 | [MSTP102] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR1, 2, 0), | ||
99 | |||
100 | /* MSTPCR2 */ | ||
101 | [MSTP220] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR2, 20, 0), | ||
101 | }; | 102 | }; |
102 | 103 | ||
103 | #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk } | 104 | #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk } |
104 | 105 | ||
105 | static struct clk_lookup lookups[] = { | 106 | static struct clk_lookup lookups[] = { |
106 | /* main clocks */ | 107 | /* main clocks */ |
107 | CLKDEV_CON_ID("shyway_clk", &sh7757_shyway_clk), | 108 | CLKDEV_CON_ID("extal", &extal_clk), |
109 | CLKDEV_CON_ID("pll_clk", &pll_clk), | ||
110 | |||
111 | /* DIV4 clocks */ | ||
112 | CLKDEV_CON_ID("peripheral_clk", &div4_clks[DIV4_P]), | ||
113 | CLKDEV_CON_ID("shyway_clk", &div4_clks[DIV4_SH]), | ||
114 | CLKDEV_CON_ID("cpu_clk", &div4_clks[DIV4_I]), | ||
115 | |||
116 | /* MSTP32 clocks */ | ||
117 | CLKDEV_CON_ID("sdhi0", &mstp_clks[MSTP004]), | ||
118 | CLKDEV_CON_ID("riic", &mstp_clks[MSTP000]), | ||
119 | { | ||
120 | /* TMU0 */ | ||
121 | .dev_id = "sh_tmu.0", | ||
122 | .con_id = "tmu_fck", | ||
123 | .clk = &mstp_clks[MSTP113], | ||
124 | }, { | ||
125 | /* TMU1 */ | ||
126 | .dev_id = "sh_tmu.1", | ||
127 | .con_id = "tmu_fck", | ||
128 | .clk = &mstp_clks[MSTP114], | ||
129 | }, | ||
130 | { | ||
131 | /* SCIF4 (But, ID is 2) */ | ||
132 | .dev_id = "sh-sci.2", | ||
133 | .con_id = "sci_fck", | ||
134 | .clk = &mstp_clks[MSTP112], | ||
135 | }, { | ||
136 | /* SCIF3 */ | ||
137 | .dev_id = "sh-sci.1", | ||
138 | .con_id = "sci_fck", | ||
139 | .clk = &mstp_clks[MSTP111], | ||
140 | }, { | ||
141 | /* SCIF2 */ | ||
142 | .dev_id = "sh-sci.0", | ||
143 | .con_id = "sci_fck", | ||
144 | .clk = &mstp_clks[MSTP110], | ||
145 | }, | ||
146 | CLKDEV_CON_ID("usb0", &mstp_clks[MSTP102]), | ||
147 | CLKDEV_CON_ID("mmc0", &mstp_clks[MSTP220]), | ||
108 | }; | 148 | }; |
109 | 149 | ||
110 | static int __init sh7757_clk_init(void) | 150 | int __init arch_clk_init(void) |
111 | { | 151 | { |
112 | struct clk *clk = clk_get(NULL, "master_clk"); | 152 | int i, ret = 0; |
113 | int i; | ||
114 | |||
115 | for (i = 0; i < ARRAY_SIZE(sh7757_onchip_clocks); i++) { | ||
116 | struct clk *clkp = sh7757_onchip_clocks[i]; | ||
117 | 153 | ||
118 | clkp->parent = clk; | 154 | for (i = 0; i < ARRAY_SIZE(clks); i++) |
119 | clk_register(clkp); | 155 | ret |= clk_register(clks[i]); |
120 | clk_enable(clkp); | 156 | for (i = 0; i < ARRAY_SIZE(lookups); i++) |
121 | } | 157 | clkdev_add(&lookups[i]); |
122 | 158 | ||
123 | /* | 159 | if (!ret) |
124 | * Now that we have the rest of the clocks registered, we need to | 160 | ret = sh_clk_div4_register(div4_clks, ARRAY_SIZE(div4_clks), |
125 | * force the parent clock to propagate so that these clocks will | 161 | &div4_table); |
126 | * automatically figure out their rate. We cheat by handing the | 162 | if (!ret) |
127 | * parent clock its current rate and forcing child propagation. | 163 | ret = sh_clk_mstp32_register(mstp_clks, MSTP_NR); |
128 | */ | ||
129 | clk_set_rate(clk, clk_get_rate(clk)); | ||
130 | 164 | ||
131 | clk_put(clk); | 165 | return ret; |
132 | |||
133 | clkdev_add_table(lookups, ARRAY_SIZE(lookups)); | ||
134 | |||
135 | return 0; | ||
136 | } | 166 | } |
137 | 167 | ||
138 | arch_initcall(sh7757_clk_init); | ||
139 | |||
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7763.c b/arch/sh/kernel/cpu/sh4a/clock-sh7763.c index 1f1df48008cd..599630fc4d3b 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7763.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7763.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include <asm/clkdev.h> | 16 | #include <linux/clkdev.h> |
17 | #include <asm/clock.h> | 17 | #include <asm/clock.h> |
18 | #include <asm/freq.h> | 18 | #include <asm/freq.h> |
19 | #include <asm/io.h> | 19 | #include <asm/io.h> |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7780.c b/arch/sh/kernel/cpu/sh4a/clock-sh7780.c index 62d706350060..8894926479a6 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7780.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7780.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
15 | #include <asm/clkdev.h> | 15 | #include <linux/clkdev.h> |
16 | #include <asm/clock.h> | 16 | #include <asm/clock.h> |
17 | #include <asm/freq.h> | 17 | #include <asm/freq.h> |
18 | #include <asm/io.h> | 18 | #include <asm/io.h> |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7785.c b/arch/sh/kernel/cpu/sh4a/clock-sh7785.c index c3e458aaa2b7..2d960247f3eb 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7785.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7785.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/clk.h> | 14 | #include <linux/clk.h> |
15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include <linux/cpufreq.h> | 16 | #include <linux/cpufreq.h> |
17 | #include <asm/clkdev.h> | 17 | #include <linux/clkdev.h> |
18 | #include <asm/clock.h> | 18 | #include <asm/clock.h> |
19 | #include <asm/freq.h> | 19 | #include <asm/freq.h> |
20 | #include <cpu/sh7785.h> | 20 | #include <cpu/sh7785.h> |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7786.c b/arch/sh/kernel/cpu/sh4a/clock-sh7786.c index 597c9fbe49c6..42e403be9076 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7786.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7786.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
14 | #include <linux/clk.h> | 14 | #include <linux/clk.h> |
15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include <asm/clkdev.h> | 16 | #include <linux/clkdev.h> |
17 | #include <asm/clock.h> | 17 | #include <asm/clock.h> |
18 | #include <asm/freq.h> | 18 | #include <asm/freq.h> |
19 | 19 | ||
diff --git a/arch/sh/kernel/cpu/sh4a/clock-shx3.c b/arch/sh/kernel/cpu/sh4a/clock-shx3.c index 236a6282d778..1afdb93b8ccb 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-shx3.c +++ b/arch/sh/kernel/cpu/sh4a/clock-shx3.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Copyright (C) 2006-2007 Renesas Technology Corp. | 6 | * Copyright (C) 2006-2007 Renesas Technology Corp. |
7 | * Copyright (C) 2006-2007 Renesas Solutions Corp. | 7 | * Copyright (C) 2006-2007 Renesas Solutions Corp. |
8 | * Copyright (C) 2006-2007 Paul Mundt | 8 | * Copyright (C) 2006-2010 Paul Mundt |
9 | * | 9 | * |
10 | * This file is subject to the terms and conditions of the GNU General Public | 10 | * This file is subject to the terms and conditions of the GNU General Public |
11 | * License. See the file "COPYING" in the main directory of this archive | 11 | * License. See the file "COPYING" in the main directory of this archive |
@@ -14,124 +14,183 @@ | |||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/io.h> | 16 | #include <linux/io.h> |
17 | #include <asm/clkdev.h> | 17 | #include <linux/clkdev.h> |
18 | #include <asm/clock.h> | 18 | #include <asm/clock.h> |
19 | #include <asm/freq.h> | 19 | #include <asm/freq.h> |
20 | 20 | ||
21 | static int ifc_divisors[] = { 1, 2, 4 ,6 }; | 21 | /* |
22 | static int bfc_divisors[] = { 1, 1, 1, 1, 1, 12, 16, 18, 24, 32, 36, 48 }; | 22 | * Default rate for the root input clock, reset this with clk_set_rate() |
23 | static int pfc_divisors[] = { 1, 1, 1, 1, 1, 1, 1, 18, 24, 32, 36, 48 }; | 23 | * from the platform code. |
24 | static int cfc_divisors[] = { 1, 1, 4, 6 }; | 24 | */ |
25 | 25 | static struct clk extal_clk = { | |
26 | #define IFC_POS 28 | 26 | .rate = 16666666, |
27 | #define IFC_MSK 0x0003 | ||
28 | #define BFC_MSK 0x000f | ||
29 | #define PFC_MSK 0x000f | ||
30 | #define CFC_MSK 0x0003 | ||
31 | #define BFC_POS 16 | ||
32 | #define PFC_POS 0 | ||
33 | #define CFC_POS 20 | ||
34 | |||
35 | static void master_clk_init(struct clk *clk) | ||
36 | { | ||
37 | clk->rate *= pfc_divisors[(__raw_readl(FRQCR) >> PFC_POS) & PFC_MSK]; | ||
38 | } | ||
39 | |||
40 | static struct clk_ops shx3_master_clk_ops = { | ||
41 | .init = master_clk_init, | ||
42 | }; | 27 | }; |
43 | 28 | ||
44 | static unsigned long module_clk_recalc(struct clk *clk) | 29 | static unsigned long pll_recalc(struct clk *clk) |
45 | { | 30 | { |
46 | int idx = ((__raw_readl(FRQCR) >> PFC_POS) & PFC_MSK); | 31 | /* PLL1 has a fixed x72 multiplier. */ |
47 | return clk->parent->rate / pfc_divisors[idx]; | 32 | return clk->parent->rate * 72; |
48 | } | 33 | } |
49 | 34 | ||
50 | static struct clk_ops shx3_module_clk_ops = { | 35 | static struct clk_ops pll_clk_ops = { |
51 | .recalc = module_clk_recalc, | 36 | .recalc = pll_recalc, |
52 | }; | 37 | }; |
53 | 38 | ||
54 | static unsigned long bus_clk_recalc(struct clk *clk) | 39 | static struct clk pll_clk = { |
55 | { | 40 | .ops = &pll_clk_ops, |
56 | int idx = ((__raw_readl(FRQCR) >> BFC_POS) & BFC_MSK); | 41 | .parent = &extal_clk, |
57 | return clk->parent->rate / bfc_divisors[idx]; | 42 | .flags = CLK_ENABLE_ON_INIT, |
58 | } | 43 | }; |
59 | 44 | ||
60 | static struct clk_ops shx3_bus_clk_ops = { | 45 | static struct clk *clks[] = { |
61 | .recalc = bus_clk_recalc, | 46 | &extal_clk, |
47 | &pll_clk, | ||
62 | }; | 48 | }; |
63 | 49 | ||
64 | static unsigned long cpu_clk_recalc(struct clk *clk) | 50 | static unsigned int div2[] = { 1, 2, 4, 6, 8, 12, 16, 18, |
65 | { | 51 | 24, 32, 36, 48 }; |
66 | int idx = ((__raw_readl(FRQCR) >> IFC_POS) & IFC_MSK); | ||
67 | return clk->parent->rate / ifc_divisors[idx]; | ||
68 | } | ||
69 | 52 | ||
70 | static struct clk_ops shx3_cpu_clk_ops = { | 53 | static struct clk_div_mult_table div4_div_mult_table = { |
71 | .recalc = cpu_clk_recalc, | 54 | .divisors = div2, |
55 | .nr_divisors = ARRAY_SIZE(div2), | ||
72 | }; | 56 | }; |
73 | 57 | ||
74 | static struct clk_ops *shx3_clk_ops[] = { | 58 | static struct clk_div4_table div4_table = { |
75 | &shx3_master_clk_ops, | 59 | .div_mult_table = &div4_div_mult_table, |
76 | &shx3_module_clk_ops, | ||
77 | &shx3_bus_clk_ops, | ||
78 | &shx3_cpu_clk_ops, | ||
79 | }; | 60 | }; |
80 | 61 | ||
81 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) | 62 | enum { DIV4_I, DIV4_SH, DIV4_B, DIV4_DDR, DIV4_SHA, DIV4_P, DIV4_NR }; |
82 | { | ||
83 | if (idx < ARRAY_SIZE(shx3_clk_ops)) | ||
84 | *ops = shx3_clk_ops[idx]; | ||
85 | } | ||
86 | 63 | ||
87 | static unsigned long shyway_clk_recalc(struct clk *clk) | 64 | #define DIV4(_bit, _mask, _flags) \ |
88 | { | 65 | SH_CLK_DIV4(&pll_clk, FRQMR1, _bit, _mask, _flags) |
89 | int idx = ((__raw_readl(FRQCR) >> CFC_POS) & CFC_MSK); | ||
90 | return clk->parent->rate / cfc_divisors[idx]; | ||
91 | } | ||
92 | 66 | ||
93 | static struct clk_ops shx3_shyway_clk_ops = { | 67 | struct clk div4_clks[DIV4_NR] = { |
94 | .recalc = shyway_clk_recalc, | 68 | [DIV4_P] = DIV4(0, 0x0f80, 0), |
69 | [DIV4_SHA] = DIV4(4, 0x0ff0, 0), | ||
70 | [DIV4_DDR] = DIV4(12, 0x000c, CLK_ENABLE_ON_INIT), | ||
71 | [DIV4_B] = DIV4(16, 0x0fe0, CLK_ENABLE_ON_INIT), | ||
72 | [DIV4_SH] = DIV4(20, 0x000c, CLK_ENABLE_ON_INIT), | ||
73 | [DIV4_I] = DIV4(28, 0x000e, CLK_ENABLE_ON_INIT), | ||
95 | }; | 74 | }; |
96 | 75 | ||
97 | static struct clk shx3_shyway_clk = { | 76 | #define MSTPCR0 0xffc00030 |
98 | .flags = CLK_ENABLE_ON_INIT, | 77 | #define MSTPCR1 0xffc00034 |
99 | .ops = &shx3_shyway_clk_ops, | 78 | |
100 | }; | 79 | enum { MSTP027, MSTP026, MSTP025, MSTP024, |
101 | 80 | MSTP009, MSTP008, MSTP003, MSTP002, | |
102 | /* | 81 | MSTP001, MSTP000, MSTP119, MSTP105, |
103 | * Additional SHx3-specific on-chip clocks that aren't already part of the | 82 | MSTP104, MSTP_NR }; |
104 | * clock framework | 83 | |
105 | */ | 84 | static struct clk mstp_clks[MSTP_NR] = { |
106 | static struct clk *shx3_onchip_clocks[] = { | 85 | /* MSTPCR0 */ |
107 | &shx3_shyway_clk, | 86 | [MSTP027] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 27, 0), |
87 | [MSTP026] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 26, 0), | ||
88 | [MSTP025] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 25, 0), | ||
89 | [MSTP024] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 24, 0), | ||
90 | [MSTP009] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 9, 0), | ||
91 | [MSTP008] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 8, 0), | ||
92 | [MSTP003] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 3, 0), | ||
93 | [MSTP002] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 2, 0), | ||
94 | [MSTP001] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 1, 0), | ||
95 | [MSTP000] = SH_CLK_MSTP32(&div4_clks[DIV4_P], MSTPCR0, 0, 0), | ||
96 | |||
97 | /* MSTPCR1 */ | ||
98 | [MSTP119] = SH_CLK_MSTP32(NULL, MSTPCR1, 19, 0), | ||
99 | [MSTP105] = SH_CLK_MSTP32(NULL, MSTPCR1, 5, 0), | ||
100 | [MSTP104] = SH_CLK_MSTP32(NULL, MSTPCR1, 4, 0), | ||
108 | }; | 101 | }; |
109 | 102 | ||
110 | #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk } | 103 | #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk } |
111 | 104 | ||
112 | static struct clk_lookup lookups[] = { | 105 | static struct clk_lookup lookups[] = { |
113 | /* main clocks */ | 106 | /* main clocks */ |
114 | CLKDEV_CON_ID("shyway_clk", &shx3_shyway_clk), | 107 | CLKDEV_CON_ID("extal", &extal_clk), |
108 | CLKDEV_CON_ID("pll_clk", &pll_clk), | ||
109 | |||
110 | /* DIV4 clocks */ | ||
111 | CLKDEV_CON_ID("peripheral_clk", &div4_clks[DIV4_P]), | ||
112 | CLKDEV_CON_ID("shywaya_clk", &div4_clks[DIV4_SHA]), | ||
113 | CLKDEV_CON_ID("ddr_clk", &div4_clks[DIV4_DDR]), | ||
114 | CLKDEV_CON_ID("bus_clk", &div4_clks[DIV4_B]), | ||
115 | CLKDEV_CON_ID("shyway_clk", &div4_clks[DIV4_SH]), | ||
116 | CLKDEV_CON_ID("cpu_clk", &div4_clks[DIV4_I]), | ||
117 | |||
118 | /* MSTP32 clocks */ | ||
119 | { | ||
120 | /* SCIF3 */ | ||
121 | .dev_id = "sh-sci.3", | ||
122 | .con_id = "sci_fck", | ||
123 | .clk = &mstp_clks[MSTP027], | ||
124 | }, { | ||
125 | /* SCIF2 */ | ||
126 | .dev_id = "sh-sci.2", | ||
127 | .con_id = "sci_fck", | ||
128 | .clk = &mstp_clks[MSTP026], | ||
129 | }, { | ||
130 | /* SCIF1 */ | ||
131 | .dev_id = "sh-sci.1", | ||
132 | .con_id = "sci_fck", | ||
133 | .clk = &mstp_clks[MSTP025], | ||
134 | }, { | ||
135 | /* SCIF0 */ | ||
136 | .dev_id = "sh-sci.0", | ||
137 | .con_id = "sci_fck", | ||
138 | .clk = &mstp_clks[MSTP024], | ||
139 | }, | ||
140 | CLKDEV_CON_ID("h8ex_fck", &mstp_clks[MSTP003]), | ||
141 | CLKDEV_CON_ID("csm_fck", &mstp_clks[MSTP002]), | ||
142 | CLKDEV_CON_ID("fe1_fck", &mstp_clks[MSTP001]), | ||
143 | CLKDEV_CON_ID("fe0_fck", &mstp_clks[MSTP000]), | ||
144 | { | ||
145 | /* TMU0 */ | ||
146 | .dev_id = "sh_tmu.0", | ||
147 | .con_id = "tmu_fck", | ||
148 | .clk = &mstp_clks[MSTP008], | ||
149 | }, { | ||
150 | /* TMU1 */ | ||
151 | .dev_id = "sh_tmu.1", | ||
152 | .con_id = "tmu_fck", | ||
153 | .clk = &mstp_clks[MSTP008], | ||
154 | }, { | ||
155 | /* TMU2 */ | ||
156 | .dev_id = "sh_tmu.2", | ||
157 | .con_id = "tmu_fck", | ||
158 | .clk = &mstp_clks[MSTP008], | ||
159 | }, { | ||
160 | /* TMU3 */ | ||
161 | .dev_id = "sh_tmu.3", | ||
162 | .con_id = "tmu_fck", | ||
163 | .clk = &mstp_clks[MSTP009], | ||
164 | }, { | ||
165 | /* TMU4 */ | ||
166 | .dev_id = "sh_tmu.4", | ||
167 | .con_id = "tmu_fck", | ||
168 | .clk = &mstp_clks[MSTP009], | ||
169 | }, { | ||
170 | /* TMU5 */ | ||
171 | .dev_id = "sh_tmu.5", | ||
172 | .con_id = "tmu_fck", | ||
173 | .clk = &mstp_clks[MSTP009], | ||
174 | }, | ||
175 | CLKDEV_CON_ID("hudi_fck", &mstp_clks[MSTP119]), | ||
176 | CLKDEV_CON_ID("dmac_11_6_fck", &mstp_clks[MSTP105]), | ||
177 | CLKDEV_CON_ID("dmac_5_0_fck", &mstp_clks[MSTP104]), | ||
115 | }; | 178 | }; |
116 | 179 | ||
117 | int __init arch_clk_init(void) | 180 | int __init arch_clk_init(void) |
118 | { | 181 | { |
119 | struct clk *clk; | ||
120 | int i, ret = 0; | 182 | int i, ret = 0; |
121 | 183 | ||
122 | cpg_clk_init(); | 184 | for (i = 0; i < ARRAY_SIZE(clks); i++) |
123 | 185 | ret |= clk_register(clks[i]); | |
124 | clk = clk_get(NULL, "master_clk"); | 186 | for (i = 0; i < ARRAY_SIZE(lookups); i++) |
125 | for (i = 0; i < ARRAY_SIZE(shx3_onchip_clocks); i++) { | 187 | clkdev_add(&lookups[i]); |
126 | struct clk *clkp = shx3_onchip_clocks[i]; | ||
127 | |||
128 | clkp->parent = clk; | ||
129 | ret |= clk_register(clkp); | ||
130 | } | ||
131 | |||
132 | clk_put(clk); | ||
133 | 188 | ||
134 | clkdev_add_table(lookups, ARRAY_SIZE(lookups)); | 189 | if (!ret) |
190 | ret = sh_clk_div4_register(div4_clks, ARRAY_SIZE(div4_clks), | ||
191 | &div4_table); | ||
192 | if (!ret) | ||
193 | ret = sh_clk_mstp32_register(mstp_clks, MSTP_NR); | ||
135 | 194 | ||
136 | return ret; | 195 | return ret; |
137 | } | 196 | } |
diff --git a/arch/sh/kernel/cpu/sh4a/intc-shx3.c b/arch/sh/kernel/cpu/sh4a/intc-shx3.c new file mode 100644 index 000000000000..78c971486b4e --- /dev/null +++ b/arch/sh/kernel/cpu/sh4a/intc-shx3.c | |||
@@ -0,0 +1,34 @@ | |||
1 | /* | ||
2 | * Shared support for SH-X3 interrupt controllers. | ||
3 | * | ||
4 | * Copyright (C) 2009 - 2010 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #include <linux/irq.h> | ||
11 | #include <linux/io.h> | ||
12 | #include <linux/init.h> | ||
13 | |||
14 | #define INTACK 0xfe4100b8 | ||
15 | #define INTACKCLR 0xfe4100bc | ||
16 | #define INTC_USERIMASK 0xfe411000 | ||
17 | |||
18 | #ifdef CONFIG_INTC_BALANCING | ||
19 | unsigned int irq_lookup(unsigned int irq) | ||
20 | { | ||
21 | return __raw_readl(INTACK) & 1 ? irq : NO_IRQ_IGNORE; | ||
22 | } | ||
23 | |||
24 | void irq_finish(unsigned int irq) | ||
25 | { | ||
26 | __raw_writel(irq2evt(irq), INTACKCLR); | ||
27 | } | ||
28 | #endif | ||
29 | |||
30 | static int __init shx3_irq_setup(void) | ||
31 | { | ||
32 | return register_intc_userimask(INTC_USERIMASK); | ||
33 | } | ||
34 | arch_initcall(shx3_irq_setup); | ||
diff --git a/arch/sh/kernel/cpu/sh4a/perf_event.c b/arch/sh/kernel/cpu/sh4a/perf_event.c index eddc21973fa1..17e6bebfede0 100644 --- a/arch/sh/kernel/cpu/sh4a/perf_event.c +++ b/arch/sh/kernel/cpu/sh4a/perf_event.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Performance events support for SH-4A performance counters | 2 | * Performance events support for SH-4A performance counters |
3 | * | 3 | * |
4 | * Copyright (C) 2009 Paul Mundt | 4 | * Copyright (C) 2009, 2010 Paul Mundt |
5 | * | 5 | * |
6 | * This file is subject to the terms and conditions of the GNU General Public | 6 | * This file is subject to the terms and conditions of the GNU General Public |
7 | * License. See the file "COPYING" in the main directory of this archive | 7 | * License. See the file "COPYING" in the main directory of this archive |
@@ -22,7 +22,25 @@ | |||
22 | #define CCBR_CMDS (1 << 1) | 22 | #define CCBR_CMDS (1 << 1) |
23 | #define CCBR_PPCE (1 << 0) | 23 | #define CCBR_PPCE (1 << 0) |
24 | 24 | ||
25 | #ifdef CONFIG_CPU_SHX3 | ||
26 | /* | ||
27 | * The PMCAT location for SH-X3 CPUs was quietly moved, while the CCBR | ||
28 | * and PMCTR locations remains tentatively constant. This change remains | ||
29 | * wholly undocumented, and was simply found through trial and error. | ||
30 | * | ||
31 | * Early cuts of SH-X3 still appear to use the SH-X/SH-X2 locations, and | ||
32 | * it's unclear when this ceased to be the case. For now we always use | ||
33 | * the new location (if future parts keep up with this trend then | ||
34 | * scanning for them at runtime also remains a viable option.) | ||
35 | * | ||
36 | * The gap in the register space also suggests that there are other | ||
37 | * undocumented counters, so this will need to be revisited at a later | ||
38 | * point in time. | ||
39 | */ | ||
40 | #define PPC_PMCAT 0xfc100240 | ||
41 | #else | ||
25 | #define PPC_PMCAT 0xfc100080 | 42 | #define PPC_PMCAT 0xfc100080 |
43 | #endif | ||
26 | 44 | ||
27 | #define PMCAT_OVF3 (1 << 27) | 45 | #define PMCAT_OVF3 (1 << 27) |
28 | #define PMCAT_CNN3 (1 << 26) | 46 | #define PMCAT_CNN3 (1 << 26) |
@@ -241,7 +259,7 @@ static void sh4a_pmu_enable_all(void) | |||
241 | } | 259 | } |
242 | 260 | ||
243 | static struct sh_pmu sh4a_pmu = { | 261 | static struct sh_pmu sh4a_pmu = { |
244 | .name = "SH-4A", | 262 | .name = "sh4a", |
245 | .num_events = 2, | 263 | .num_events = 2, |
246 | .event_map = sh4a_event_map, | 264 | .event_map = sh4a_event_map, |
247 | .max_events = ARRAY_SIZE(sh4a_general_events), | 265 | .max_events = ARRAY_SIZE(sh4a_general_events), |
@@ -266,4 +284,4 @@ static int __init sh4a_pmu_init(void) | |||
266 | 284 | ||
267 | return register_sh_pmu(&sh4a_pmu); | 285 | return register_sh_pmu(&sh4a_pmu); |
268 | } | 286 | } |
269 | arch_initcall(sh4a_pmu_init); | 287 | early_initcall(sh4a_pmu_init); |
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c b/arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c index ed23b155c097..4c74bd04bba4 100644 --- a/arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c +++ b/arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c | |||
@@ -1,11 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | * SH7757 (A0 step) Pinmux | 2 | * SH7757 (B0 step) Pinmux |
3 | * | 3 | * |
4 | * Copyright (C) 2009 Renesas Solutions Corp. | 4 | * Copyright (C) 2009-2010 Renesas Solutions Corp. |
5 | * | 5 | * |
6 | * Author : Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 6 | * Author : Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> |
7 | * | 7 | * |
8 | * Based on SH7757 Pinmux | 8 | * Based on SH7723 Pinmux |
9 | * Copyright (C) 2008 Magnus Damm | 9 | * Copyright (C) 2008 Magnus Damm |
10 | * | 10 | * |
11 | * This file is subject to the terms and conditions of the GNU General Public | 11 | * This file is subject to the terms and conditions of the GNU General Public |
@@ -40,27 +40,27 @@ enum { | |||
40 | PTH3_DATA, PTH2_DATA, PTH1_DATA, PTH0_DATA, | 40 | PTH3_DATA, PTH2_DATA, PTH1_DATA, PTH0_DATA, |
41 | PTI7_DATA, PTI6_DATA, PTI5_DATA, PTI4_DATA, | 41 | PTI7_DATA, PTI6_DATA, PTI5_DATA, PTI4_DATA, |
42 | PTI3_DATA, PTI2_DATA, PTI1_DATA, PTI0_DATA, | 42 | PTI3_DATA, PTI2_DATA, PTI1_DATA, PTI0_DATA, |
43 | PTJ7_DATA, PTJ6_DATA, PTJ5_DATA, PTJ4_DATA, | 43 | PTJ6_DATA, PTJ5_DATA, PTJ4_DATA, |
44 | PTJ3_DATA, PTJ2_DATA, PTJ1_DATA, PTJ0_DATA, | 44 | PTJ3_DATA, PTJ2_DATA, PTJ1_DATA, PTJ0_DATA, |
45 | PTK7_DATA, PTK6_DATA, PTK5_DATA, PTK4_DATA, | 45 | PTK7_DATA, PTK6_DATA, PTK5_DATA, PTK4_DATA, |
46 | PTK3_DATA, PTK2_DATA, PTK1_DATA, PTK0_DATA, | 46 | PTK3_DATA, PTK2_DATA, PTK1_DATA, PTK0_DATA, |
47 | PTL7_DATA, PTL6_DATA, PTL5_DATA, PTL4_DATA, | 47 | PTL6_DATA, PTL5_DATA, PTL4_DATA, |
48 | PTL3_DATA, PTL2_DATA, PTL1_DATA, PTL0_DATA, | 48 | PTL3_DATA, PTL2_DATA, PTL1_DATA, PTL0_DATA, |
49 | PTM6_DATA, PTM5_DATA, PTM4_DATA, | 49 | PTM7_DATA, PTM6_DATA, PTM5_DATA, PTM4_DATA, |
50 | PTM3_DATA, PTM2_DATA, PTM1_DATA, PTM0_DATA, | 50 | PTM3_DATA, PTM2_DATA, PTM1_DATA, PTM0_DATA, |
51 | PTN7_DATA, PTN6_DATA, PTN5_DATA, PTN4_DATA, | 51 | PTN6_DATA, PTN5_DATA, PTN4_DATA, |
52 | PTN3_DATA, PTN2_DATA, PTN1_DATA, PTN0_DATA, | 52 | PTN3_DATA, PTN2_DATA, PTN1_DATA, PTN0_DATA, |
53 | PTO7_DATA, PTO6_DATA, PTO5_DATA, PTO4_DATA, | 53 | PTO7_DATA, PTO6_DATA, PTO5_DATA, PTO4_DATA, |
54 | PTO3_DATA, PTO2_DATA, PTO1_DATA, PTO0_DATA, | 54 | PTO3_DATA, PTO2_DATA, PTO1_DATA, PTO0_DATA, |
55 | PTP6_DATA, PTP5_DATA, PTP4_DATA, | 55 | PTP7_DATA, PTP6_DATA, PTP5_DATA, PTP4_DATA, |
56 | PTP3_DATA, PTP2_DATA, PTP1_DATA, PTP0_DATA, | 56 | PTP3_DATA, PTP2_DATA, PTP1_DATA, PTP0_DATA, |
57 | PTQ6_DATA, PTQ5_DATA, PTQ4_DATA, | 57 | PTQ6_DATA, PTQ5_DATA, PTQ4_DATA, |
58 | PTQ3_DATA, PTQ2_DATA, PTQ1_DATA, PTQ0_DATA, | 58 | PTQ3_DATA, PTQ2_DATA, PTQ1_DATA, PTQ0_DATA, |
59 | PTR7_DATA, PTR6_DATA, PTR5_DATA, PTR4_DATA, | 59 | PTR7_DATA, PTR6_DATA, PTR5_DATA, PTR4_DATA, |
60 | PTR3_DATA, PTR2_DATA, PTR1_DATA, PTR0_DATA, | 60 | PTR3_DATA, PTR2_DATA, PTR1_DATA, PTR0_DATA, |
61 | PTS7_DATA, PTS6_DATA, PTS5_DATA, PTS4_DATA, | 61 | PTS7_DATA, PTS6_DATA, PTS5_DATA, PTS4_DATA, |
62 | PTS3_DATA, PTS2_DATA, PTS1_DATA, PTS0_DATA, | 62 | PTS3_DATA, PTS2_DATA, PTS1_DATA, PTS0_DATA, |
63 | PTT5_DATA, PTT4_DATA, | 63 | PTT7_DATA, PTT6_DATA, PTT5_DATA, PTT4_DATA, |
64 | PTT3_DATA, PTT2_DATA, PTT1_DATA, PTT0_DATA, | 64 | PTT3_DATA, PTT2_DATA, PTT1_DATA, PTT0_DATA, |
65 | PTU7_DATA, PTU6_DATA, PTU5_DATA, PTU4_DATA, | 65 | PTU7_DATA, PTU6_DATA, PTU5_DATA, PTU4_DATA, |
66 | PTU3_DATA, PTU2_DATA, PTU1_DATA, PTU0_DATA, | 66 | PTU3_DATA, PTU2_DATA, PTU1_DATA, PTU0_DATA, |
@@ -95,27 +95,27 @@ enum { | |||
95 | PTH3_IN, PTH2_IN, PTH1_IN, PTH0_IN, | 95 | PTH3_IN, PTH2_IN, PTH1_IN, PTH0_IN, |
96 | PTI7_IN, PTI6_IN, PTI5_IN, PTI4_IN, | 96 | PTI7_IN, PTI6_IN, PTI5_IN, PTI4_IN, |
97 | PTI3_IN, PTI2_IN, PTI1_IN, PTI0_IN, | 97 | PTI3_IN, PTI2_IN, PTI1_IN, PTI0_IN, |
98 | PTJ7_IN, PTJ6_IN, PTJ5_IN, PTJ4_IN, | 98 | PTJ6_IN, PTJ5_IN, PTJ4_IN, |
99 | PTJ3_IN, PTJ2_IN, PTJ1_IN, PTJ0_IN, | 99 | PTJ3_IN, PTJ2_IN, PTJ1_IN, PTJ0_IN, |
100 | PTK7_IN, PTK6_IN, PTK5_IN, PTK4_IN, | 100 | PTK7_IN, PTK6_IN, PTK5_IN, PTK4_IN, |
101 | PTK3_IN, PTK2_IN, PTK1_IN, PTK0_IN, | 101 | PTK3_IN, PTK2_IN, PTK1_IN, PTK0_IN, |
102 | PTL7_IN, PTL6_IN, PTL5_IN, PTL4_IN, | 102 | PTL6_IN, PTL5_IN, PTL4_IN, |
103 | PTL3_IN, PTL2_IN, PTL1_IN, PTL0_IN, | 103 | PTL3_IN, PTL2_IN, PTL1_IN, PTL0_IN, |
104 | PTM6_IN, PTM5_IN, PTM4_IN, | 104 | PTM7_IN, PTM6_IN, PTM5_IN, PTM4_IN, |
105 | PTM3_IN, PTM2_IN, PTM1_IN, PTM0_IN, | 105 | PTM3_IN, PTM2_IN, PTM1_IN, PTM0_IN, |
106 | PTN7_IN, PTN6_IN, PTN5_IN, PTN4_IN, | 106 | PTN6_IN, PTN5_IN, PTN4_IN, |
107 | PTN3_IN, PTN2_IN, PTN1_IN, PTN0_IN, | 107 | PTN3_IN, PTN2_IN, PTN1_IN, PTN0_IN, |
108 | PTO7_IN, PTO6_IN, PTO5_IN, PTO4_IN, | 108 | PTO7_IN, PTO6_IN, PTO5_IN, PTO4_IN, |
109 | PTO3_IN, PTO2_IN, PTO1_IN, PTO0_IN, | 109 | PTO3_IN, PTO2_IN, PTO1_IN, PTO0_IN, |
110 | PTP6_IN, PTP5_IN, PTP4_IN, | 110 | PTP7_IN, PTP6_IN, PTP5_IN, PTP4_IN, |
111 | PTP3_IN, PTP2_IN, PTP1_IN, PTP0_IN, | 111 | PTP3_IN, PTP2_IN, PTP1_IN, PTP0_IN, |
112 | PTQ6_IN, PTQ5_IN, PTQ4_IN, | 112 | PTQ6_IN, PTQ5_IN, PTQ4_IN, |
113 | PTQ3_IN, PTQ2_IN, PTQ1_IN, PTQ0_IN, | 113 | PTQ3_IN, PTQ2_IN, PTQ1_IN, PTQ0_IN, |
114 | PTR7_IN, PTR6_IN, PTR5_IN, PTR4_IN, | 114 | PTR7_IN, PTR6_IN, PTR5_IN, PTR4_IN, |
115 | PTR3_IN, PTR2_IN, PTR1_IN, PTR0_IN, | 115 | PTR3_IN, PTR2_IN, PTR1_IN, PTR0_IN, |
116 | PTS7_IN, PTS6_IN, PTS5_IN, PTS4_IN, | 116 | PTS7_IN, PTS6_IN, PTS5_IN, PTS4_IN, |
117 | PTS3_IN, PTS2_IN, PTS1_IN, PTS0_IN, | 117 | PTS3_IN, PTS2_IN, PTS1_IN, PTS0_IN, |
118 | PTT5_IN, PTT4_IN, | 118 | PTT7_IN, PTT6_IN, PTT5_IN, PTT4_IN, |
119 | PTT3_IN, PTT2_IN, PTT1_IN, PTT0_IN, | 119 | PTT3_IN, PTT2_IN, PTT1_IN, PTT0_IN, |
120 | PTU7_IN, PTU6_IN, PTU5_IN, PTU4_IN, | 120 | PTU7_IN, PTU6_IN, PTU5_IN, PTU4_IN, |
121 | PTU3_IN, PTU2_IN, PTU1_IN, PTU0_IN, | 121 | PTU3_IN, PTU2_IN, PTU1_IN, PTU0_IN, |
@@ -132,16 +132,43 @@ enum { | |||
132 | PINMUX_INPUT_END, | 132 | PINMUX_INPUT_END, |
133 | 133 | ||
134 | PINMUX_INPUT_PULLUP_BEGIN, | 134 | PINMUX_INPUT_PULLUP_BEGIN, |
135 | PTA7_IN_PU, PTA6_IN_PU, PTA5_IN_PU, PTA4_IN_PU, | ||
136 | PTA3_IN_PU, PTA2_IN_PU, PTA1_IN_PU, PTA0_IN_PU, | ||
137 | PTD7_IN_PU, PTD6_IN_PU, PTD5_IN_PU, PTD4_IN_PU, | ||
138 | PTD3_IN_PU, PTD2_IN_PU, PTD1_IN_PU, PTD0_IN_PU, | ||
139 | PTE7_IN_PU, PTE6_IN_PU, PTE5_IN_PU, PTE4_IN_PU, | ||
140 | PTE3_IN_PU, PTE2_IN_PU, PTE1_IN_PU, PTE0_IN_PU, | ||
141 | PTF7_IN_PU, PTF6_IN_PU, PTF5_IN_PU, PTF4_IN_PU, | ||
142 | PTF3_IN_PU, PTF2_IN_PU, PTF1_IN_PU, PTF0_IN_PU, | ||
143 | PTG7_IN_PU, PTG6_IN_PU, PTG4_IN_PU, | ||
144 | PTH7_IN_PU, PTH6_IN_PU, PTH5_IN_PU, PTH4_IN_PU, | ||
145 | PTH3_IN_PU, PTH2_IN_PU, PTH1_IN_PU, PTH0_IN_PU, | ||
146 | PTI7_IN_PU, PTI6_IN_PU, PTI4_IN_PU, | ||
147 | PTI3_IN_PU, PTI2_IN_PU, PTI1_IN_PU, PTI0_IN_PU, | ||
148 | PTJ6_IN_PU, PTJ5_IN_PU, PTJ4_IN_PU, | ||
149 | PTJ3_IN_PU, PTJ2_IN_PU, PTJ1_IN_PU, PTJ0_IN_PU, | ||
150 | PTK7_IN_PU, PTK6_IN_PU, PTK5_IN_PU, PTK4_IN_PU, | ||
151 | PTK3_IN_PU, PTK2_IN_PU, PTK1_IN_PU, PTK0_IN_PU, | ||
152 | PTL6_IN_PU, PTL5_IN_PU, PTL4_IN_PU, | ||
153 | PTL3_IN_PU, PTL2_IN_PU, PTL1_IN_PU, PTL0_IN_PU, | ||
154 | PTM7_IN_PU, PTM6_IN_PU, PTM5_IN_PU, PTM4_IN_PU, | ||
155 | PTN4_IN_PU, | ||
156 | PTN3_IN_PU, PTN2_IN_PU, PTN1_IN_PU, PTN0_IN_PU, | ||
157 | PTO7_IN_PU, PTO6_IN_PU, PTO5_IN_PU, PTO4_IN_PU, | ||
158 | PTO3_IN_PU, PTO2_IN_PU, PTO1_IN_PU, PTO0_IN_PU, | ||
159 | PTT7_IN_PU, PTT6_IN_PU, PTT5_IN_PU, PTT4_IN_PU, | ||
160 | PTT3_IN_PU, PTT2_IN_PU, PTT1_IN_PU, PTT0_IN_PU, | ||
135 | PTU7_IN_PU, PTU6_IN_PU, PTU5_IN_PU, PTU4_IN_PU, | 161 | PTU7_IN_PU, PTU6_IN_PU, PTU5_IN_PU, PTU4_IN_PU, |
136 | PTU3_IN_PU, PTU2_IN_PU, PTU1_IN_PU, PTU0_IN_PU, | 162 | PTU3_IN_PU, PTU2_IN_PU, PTU1_IN_PU, PTU0_IN_PU, |
137 | PTV7_IN_PU, PTV6_IN_PU, PTV5_IN_PU, PTV4_IN_PU, | 163 | PTV7_IN_PU, PTV6_IN_PU, PTV5_IN_PU, PTV4_IN_PU, |
138 | PTV3_IN_PU, PTV2_IN_PU, PTV1_IN_PU, PTV0_IN_PU, | 164 | PTV3_IN_PU, PTV2_IN_PU, |
139 | PTW7_IN_PU, PTW6_IN_PU, PTW5_IN_PU, PTW4_IN_PU, | 165 | PTW1_IN_PU, PTW0_IN_PU, |
140 | PTW3_IN_PU, PTW2_IN_PU, PTW1_IN_PU, PTW0_IN_PU, | ||
141 | PTX7_IN_PU, PTX6_IN_PU, PTX5_IN_PU, PTX4_IN_PU, | 166 | PTX7_IN_PU, PTX6_IN_PU, PTX5_IN_PU, PTX4_IN_PU, |
142 | PTX3_IN_PU, PTX2_IN_PU, PTX1_IN_PU, PTX0_IN_PU, | 167 | PTX3_IN_PU, PTX2_IN_PU, PTX1_IN_PU, PTX0_IN_PU, |
143 | PTY7_IN_PU, PTY6_IN_PU, PTY5_IN_PU, PTY4_IN_PU, | 168 | PTY7_IN_PU, PTY6_IN_PU, PTY5_IN_PU, PTY4_IN_PU, |
144 | PTY3_IN_PU, PTY2_IN_PU, PTY1_IN_PU, PTY0_IN_PU, | 169 | PTY3_IN_PU, PTY2_IN_PU, PTY1_IN_PU, PTY0_IN_PU, |
170 | PTZ7_IN_PU, PTZ6_IN_PU, PTZ5_IN_PU, PTZ4_IN_PU, | ||
171 | PTZ3_IN_PU, PTZ2_IN_PU, PTZ1_IN_PU, PTZ0_IN_PU, | ||
145 | PINMUX_INPUT_PULLUP_END, | 172 | PINMUX_INPUT_PULLUP_END, |
146 | 173 | ||
147 | PINMUX_OUTPUT_BEGIN, | 174 | PINMUX_OUTPUT_BEGIN, |
@@ -163,27 +190,27 @@ enum { | |||
163 | PTH3_OUT, PTH2_OUT, PTH1_OUT, PTH0_OUT, | 190 | PTH3_OUT, PTH2_OUT, PTH1_OUT, PTH0_OUT, |
164 | PTI7_OUT, PTI6_OUT, PTI5_OUT, PTI4_OUT, | 191 | PTI7_OUT, PTI6_OUT, PTI5_OUT, PTI4_OUT, |
165 | PTI3_OUT, PTI2_OUT, PTI1_OUT, PTI0_OUT, | 192 | PTI3_OUT, PTI2_OUT, PTI1_OUT, PTI0_OUT, |
166 | PTJ7_OUT, PTJ6_OUT, PTJ5_OUT, PTJ4_OUT, | 193 | PTJ6_OUT, PTJ5_OUT, PTJ4_OUT, |
167 | PTJ3_OUT, PTJ2_OUT, PTJ1_OUT, PTJ0_OUT, | 194 | PTJ3_OUT, PTJ2_OUT, PTJ1_OUT, PTJ0_OUT, |
168 | PTK7_OUT, PTK6_OUT, PTK5_OUT, PTK4_OUT, | 195 | PTK7_OUT, PTK6_OUT, PTK5_OUT, PTK4_OUT, |
169 | PTK3_OUT, PTK2_OUT, PTK1_OUT, PTK0_OUT, | 196 | PTK3_OUT, PTK2_OUT, PTK1_OUT, PTK0_OUT, |
170 | PTL7_OUT, PTL6_OUT, PTL5_OUT, PTL4_OUT, | 197 | PTL6_OUT, PTL5_OUT, PTL4_OUT, |
171 | PTL3_OUT, PTL2_OUT, PTL1_OUT, PTL0_OUT, | 198 | PTL3_OUT, PTL2_OUT, PTL1_OUT, PTL0_OUT, |
172 | PTM6_OUT, PTM5_OUT, PTM4_OUT, | 199 | PTM7_OUT, PTM6_OUT, PTM5_OUT, PTM4_OUT, |
173 | PTM3_OUT, PTM2_OUT, PTM1_OUT, PTM0_OUT, | 200 | PTM3_OUT, PTM2_OUT, PTM1_OUT, PTM0_OUT, |
174 | PTN7_OUT, PTN6_OUT, PTN5_OUT, PTN4_OUT, | 201 | PTN6_OUT, PTN5_OUT, PTN4_OUT, |
175 | PTN3_OUT, PTN2_OUT, PTN1_OUT, PTN0_OUT, | 202 | PTN3_OUT, PTN2_OUT, PTN1_OUT, PTN0_OUT, |
176 | PTO7_OUT, PTO6_OUT, PTO5_OUT, PTO4_OUT, | 203 | PTO7_OUT, PTO6_OUT, PTO5_OUT, PTO4_OUT, |
177 | PTO3_OUT, PTO2_OUT, PTO1_OUT, PTO0_OUT, | 204 | PTO3_OUT, PTO2_OUT, PTO1_OUT, PTO0_OUT, |
178 | PTP6_OUT, PTP5_OUT, PTP4_OUT, | 205 | PTP7_OUT, PTP6_OUT, PTP5_OUT, PTP4_OUT, |
179 | PTP3_OUT, PTP2_OUT, PTP1_OUT, PTP0_OUT, | 206 | PTP3_OUT, PTP2_OUT, PTP1_OUT, PTP0_OUT, |
180 | PTQ6_OUT, PTQ5_OUT, PTQ4_OUT, | 207 | PTQ6_OUT, PTQ5_OUT, PTQ4_OUT, |
181 | PTQ3_OUT, PTQ2_OUT, PTQ1_OUT, PTQ0_OUT, | 208 | PTQ3_OUT, PTQ2_OUT, PTQ1_OUT, PTQ0_OUT, |
182 | PTR7_OUT, PTR6_OUT, PTR5_OUT, PTR4_OUT, | 209 | PTR7_OUT, PTR6_OUT, PTR5_OUT, PTR4_OUT, |
183 | PTR3_OUT, PTR2_OUT, PTR1_OUT, PTR0_OUT, | 210 | PTR3_OUT, PTR2_OUT, PTR1_OUT, PTR0_OUT, |
184 | PTS7_OUT, PTS6_OUT, PTS5_OUT, PTS4_OUT, | 211 | PTS7_OUT, PTS6_OUT, PTS5_OUT, PTS4_OUT, |
185 | PTS3_OUT, PTS2_OUT, PTS1_OUT, PTS0_OUT, | 212 | PTS3_OUT, PTS2_OUT, PTS1_OUT, PTS0_OUT, |
186 | PTT5_OUT, PTT4_OUT, | 213 | PTT7_OUT, PTT6_OUT, PTT5_OUT, PTT4_OUT, |
187 | PTT3_OUT, PTT2_OUT, PTT1_OUT, PTT0_OUT, | 214 | PTT3_OUT, PTT2_OUT, PTT1_OUT, PTT0_OUT, |
188 | PTU7_OUT, PTU6_OUT, PTU5_OUT, PTU4_OUT, | 215 | PTU7_OUT, PTU6_OUT, PTU5_OUT, PTU4_OUT, |
189 | PTU3_OUT, PTU2_OUT, PTU1_OUT, PTU0_OUT, | 216 | PTU3_OUT, PTU2_OUT, PTU1_OUT, PTU0_OUT, |
@@ -218,27 +245,27 @@ enum { | |||
218 | PTH3_FN, PTH2_FN, PTH1_FN, PTH0_FN, | 245 | PTH3_FN, PTH2_FN, PTH1_FN, PTH0_FN, |
219 | PTI7_FN, PTI6_FN, PTI5_FN, PTI4_FN, | 246 | PTI7_FN, PTI6_FN, PTI5_FN, PTI4_FN, |
220 | PTI3_FN, PTI2_FN, PTI1_FN, PTI0_FN, | 247 | PTI3_FN, PTI2_FN, PTI1_FN, PTI0_FN, |
221 | PTJ7_FN, PTJ6_FN, PTJ5_FN, PTJ4_FN, | 248 | PTJ6_FN, PTJ5_FN, PTJ4_FN, |
222 | PTJ3_FN, PTJ2_FN, PTJ1_FN, PTJ0_FN, | 249 | PTJ3_FN, PTJ2_FN, PTJ1_FN, PTJ0_FN, |
223 | PTK7_FN, PTK6_FN, PTK5_FN, PTK4_FN, | 250 | PTK7_FN, PTK6_FN, PTK5_FN, PTK4_FN, |
224 | PTK3_FN, PTK2_FN, PTK1_FN, PTK0_FN, | 251 | PTK3_FN, PTK2_FN, PTK1_FN, PTK0_FN, |
225 | PTL7_FN, PTL6_FN, PTL5_FN, PTL4_FN, | 252 | PTL6_FN, PTL5_FN, PTL4_FN, |
226 | PTL3_FN, PTL2_FN, PTL1_FN, PTL0_FN, | 253 | PTL3_FN, PTL2_FN, PTL1_FN, PTL0_FN, |
227 | PTM6_FN, PTM5_FN, PTM4_FN, | 254 | PTM7_FN, PTM6_FN, PTM5_FN, PTM4_FN, |
228 | PTM3_FN, PTM2_FN, PTM1_FN, PTM0_FN, | 255 | PTM3_FN, PTM2_FN, PTM1_FN, PTM0_FN, |
229 | PTN7_FN, PTN6_FN, PTN5_FN, PTN4_FN, | 256 | PTN6_FN, PTN5_FN, PTN4_FN, |
230 | PTN3_FN, PTN2_FN, PTN1_FN, PTN0_FN, | 257 | PTN3_FN, PTN2_FN, PTN1_FN, PTN0_FN, |
231 | PTO7_FN, PTO6_FN, PTO5_FN, PTO4_FN, | 258 | PTO7_FN, PTO6_FN, PTO5_FN, PTO4_FN, |
232 | PTO3_FN, PTO2_FN, PTO1_FN, PTO0_FN, | 259 | PTO3_FN, PTO2_FN, PTO1_FN, PTO0_FN, |
233 | PTP6_FN, PTP5_FN, PTP4_FN, | 260 | PTP7_FN, PTP6_FN, PTP5_FN, PTP4_FN, |
234 | PTP3_FN, PTP2_FN, PTP1_FN, PTP0_FN, | 261 | PTP3_FN, PTP2_FN, PTP1_FN, PTP0_FN, |
235 | PTQ6_FN, PTQ5_FN, PTQ4_FN, | 262 | PTQ6_FN, PTQ5_FN, PTQ4_FN, |
236 | PTQ3_FN, PTQ2_FN, PTQ1_FN, PTQ0_FN, | 263 | PTQ3_FN, PTQ2_FN, PTQ1_FN, PTQ0_FN, |
237 | PTR7_FN, PTR6_FN, PTR5_FN, PTR4_FN, | 264 | PTR7_FN, PTR6_FN, PTR5_FN, PTR4_FN, |
238 | PTR3_FN, PTR2_FN, PTR1_FN, PTR0_FN, | 265 | PTR3_FN, PTR2_FN, PTR1_FN, PTR0_FN, |
239 | PTS7_FN, PTS6_FN, PTS5_FN, PTS4_FN, | 266 | PTS7_FN, PTS6_FN, PTS5_FN, PTS4_FN, |
240 | PTS3_FN, PTS2_FN, PTS1_FN, PTS0_FN, | 267 | PTS3_FN, PTS2_FN, PTS1_FN, PTS0_FN, |
241 | PTT5_FN, PTT4_FN, | 268 | PTT7_FN, PTT6_FN, PTT5_FN, PTT4_FN, |
242 | PTT3_FN, PTT2_FN, PTT1_FN, PTT0_FN, | 269 | PTT3_FN, PTT2_FN, PTT1_FN, PTT0_FN, |
243 | PTU7_FN, PTU6_FN, PTU5_FN, PTU4_FN, | 270 | PTU7_FN, PTU6_FN, PTU5_FN, PTU4_FN, |
244 | PTU3_FN, PTU2_FN, PTU1_FN, PTU0_FN, | 271 | PTU3_FN, PTU2_FN, PTU1_FN, PTU0_FN, |
@@ -253,181 +280,248 @@ enum { | |||
253 | PTZ7_FN, PTZ6_FN, PTZ5_FN, PTZ4_FN, | 280 | PTZ7_FN, PTZ6_FN, PTZ5_FN, PTZ4_FN, |
254 | PTZ3_FN, PTZ2_FN, PTZ1_FN, PTZ0_FN, | 281 | PTZ3_FN, PTZ2_FN, PTZ1_FN, PTZ0_FN, |
255 | 282 | ||
256 | PS0_15_FN1, PS0_15_FN3, | 283 | PS0_15_FN1, PS0_15_FN2, |
257 | PS0_14_FN1, PS0_14_FN3, | 284 | PS0_14_FN1, PS0_14_FN2, |
258 | PS0_13_FN1, PS0_13_FN3, | 285 | PS0_13_FN1, PS0_13_FN2, |
259 | PS0_12_FN1, PS0_12_FN3, | 286 | PS0_12_FN1, PS0_12_FN2, |
287 | PS0_11_FN1, PS0_11_FN2, | ||
288 | PS0_10_FN1, PS0_10_FN2, | ||
289 | PS0_9_FN1, PS0_9_FN2, | ||
290 | PS0_8_FN1, PS0_8_FN2, | ||
260 | PS0_7_FN1, PS0_7_FN2, | 291 | PS0_7_FN1, PS0_7_FN2, |
261 | PS0_6_FN1, PS0_6_FN2, | 292 | PS0_6_FN1, PS0_6_FN2, |
262 | PS0_5_FN1, PS0_5_FN2, | 293 | PS0_5_FN1, PS0_5_FN2, |
263 | PS0_4_FN1, PS0_4_FN2, | 294 | PS0_4_FN1, PS0_4_FN2, |
264 | PS0_3_FN1, PS0_3_FN2, | 295 | PS0_3_FN1, PS0_3_FN2, |
265 | PS0_2_FN1, PS0_2_FN2, | 296 | PS0_2_FN1, PS0_2_FN2, |
266 | PS0_1_FN1, PS0_1_FN2, | ||
267 | 297 | ||
268 | PS1_7_FN1, PS1_7_FN3, | 298 | PS1_10_FN1, PS1_10_FN2, |
269 | PS1_6_FN1, PS1_6_FN3, | 299 | PS1_9_FN1, PS1_9_FN2, |
300 | PS1_8_FN1, PS1_8_FN2, | ||
301 | PS1_2_FN1, PS1_2_FN2, | ||
302 | |||
303 | PS2_13_FN1, PS2_13_FN2, | ||
304 | PS2_12_FN1, PS2_12_FN2, | ||
305 | PS2_7_FN1, PS2_7_FN2, | ||
306 | PS2_6_FN1, PS2_6_FN2, | ||
307 | PS2_5_FN1, PS2_5_FN2, | ||
308 | PS2_4_FN1, PS2_4_FN2, | ||
309 | PS2_2_FN1, PS2_2_FN2, | ||
310 | |||
311 | PS3_15_FN1, PS3_15_FN2, | ||
312 | PS3_14_FN1, PS3_14_FN2, | ||
313 | PS3_13_FN1, PS3_13_FN2, | ||
314 | PS3_12_FN1, PS3_12_FN2, | ||
315 | PS3_11_FN1, PS3_11_FN2, | ||
316 | PS3_10_FN1, PS3_10_FN2, | ||
317 | PS3_9_FN1, PS3_9_FN2, | ||
318 | PS3_8_FN1, PS3_8_FN2, | ||
319 | PS3_7_FN1, PS3_7_FN2, | ||
320 | PS3_2_FN1, PS3_2_FN2, | ||
321 | PS3_1_FN1, PS3_1_FN2, | ||
270 | 322 | ||
271 | PS2_13_FN1, PS2_13_FN3, | ||
272 | PS2_12_FN1, PS2_12_FN3, | ||
273 | PS2_1_FN1, PS2_1_FN2, | ||
274 | PS2_0_FN1, PS2_0_FN2, | ||
275 | |||
276 | PS4_15_FN1, PS4_15_FN2, | ||
277 | PS4_14_FN1, PS4_14_FN2, | 323 | PS4_14_FN1, PS4_14_FN2, |
278 | PS4_13_FN1, PS4_13_FN2, | 324 | PS4_13_FN1, PS4_13_FN2, |
279 | PS4_12_FN1, PS4_12_FN2, | 325 | PS4_12_FN1, PS4_12_FN2, |
280 | PS4_11_FN1, PS4_11_FN2, | ||
281 | PS4_10_FN1, PS4_10_FN2, | 326 | PS4_10_FN1, PS4_10_FN2, |
282 | PS4_9_FN1, PS4_9_FN2, | 327 | PS4_9_FN1, PS4_9_FN2, |
328 | PS4_8_FN1, PS4_8_FN2, | ||
329 | PS4_4_FN1, PS4_4_FN2, | ||
283 | PS4_3_FN1, PS4_3_FN2, | 330 | PS4_3_FN1, PS4_3_FN2, |
284 | PS4_2_FN1, PS4_2_FN2, | 331 | PS4_2_FN1, PS4_2_FN2, |
285 | PS4_1_FN1, PS4_1_FN2, | 332 | PS4_1_FN1, PS4_1_FN2, |
286 | PS4_0_FN1, PS4_0_FN2, | 333 | PS4_0_FN1, PS4_0_FN2, |
287 | 334 | ||
335 | PS5_11_FN1, PS5_11_FN2, | ||
336 | PS5_10_FN1, PS5_10_FN2, | ||
288 | PS5_9_FN1, PS5_9_FN2, | 337 | PS5_9_FN1, PS5_9_FN2, |
289 | PS5_8_FN1, PS5_8_FN2, | 338 | PS5_8_FN1, PS5_8_FN2, |
290 | PS5_7_FN1, PS5_7_FN2, | 339 | PS5_7_FN1, PS5_7_FN2, |
291 | PS5_6_FN1, PS5_6_FN2, | 340 | PS5_6_FN1, PS5_6_FN2, |
292 | PS5_5_FN1, PS5_5_FN2, | 341 | PS5_5_FN1, PS5_5_FN2, |
293 | PS5_4_FN1, PS5_4_FN2, | 342 | PS5_4_FN1, PS5_4_FN2, |
294 | 343 | PS5_3_FN1, PS5_3_FN2, | |
295 | /* AN15 to 8 : EVENT15 to 8 */ | 344 | PS5_2_FN1, PS5_2_FN2, |
296 | PS6_7_FN_AN, PS6_7_FN_EV, | 345 | |
297 | PS6_6_FN_AN, PS6_6_FN_EV, | 346 | PS6_15_FN1, PS6_15_FN2, |
298 | PS6_5_FN_AN, PS6_5_FN_EV, | 347 | PS6_14_FN1, PS6_14_FN2, |
299 | PS6_4_FN_AN, PS6_4_FN_EV, | 348 | PS6_13_FN1, PS6_13_FN2, |
300 | PS6_3_FN_AN, PS6_3_FN_EV, | 349 | PS6_12_FN1, PS6_12_FN2, |
301 | PS6_2_FN_AN, PS6_2_FN_EV, | 350 | PS6_11_FN1, PS6_11_FN2, |
302 | PS6_1_FN_AN, PS6_1_FN_EV, | 351 | PS6_10_FN1, PS6_10_FN2, |
303 | PS6_0_FN_AN, PS6_0_FN_EV, | 352 | PS6_9_FN1, PS6_9_FN2, |
304 | 353 | PS6_8_FN1, PS6_8_FN2, | |
354 | PS6_7_FN1, PS6_7_FN2, | ||
355 | PS6_6_FN1, PS6_6_FN2, | ||
356 | PS6_5_FN1, PS6_5_FN2, | ||
357 | PS6_4_FN1, PS6_4_FN2, | ||
358 | PS6_3_FN1, PS6_3_FN2, | ||
359 | PS6_2_FN1, PS6_2_FN2, | ||
360 | PS6_1_FN1, PS6_1_FN2, | ||
361 | PS6_0_FN1, PS6_0_FN2, | ||
362 | |||
363 | PS7_15_FN1, PS7_15_FN2, | ||
364 | PS7_14_FN1, PS7_14_FN2, | ||
365 | PS7_13_FN1, PS7_13_FN2, | ||
366 | PS7_12_FN1, PS7_12_FN2, | ||
367 | PS7_11_FN1, PS7_11_FN2, | ||
368 | PS7_10_FN1, PS7_10_FN2, | ||
369 | PS7_9_FN1, PS7_9_FN2, | ||
370 | PS7_8_FN1, PS7_8_FN2, | ||
371 | PS7_7_FN1, PS7_7_FN2, | ||
372 | PS7_6_FN1, PS7_6_FN2, | ||
373 | PS7_5_FN1, PS7_5_FN2, | ||
374 | PS7_4_FN1, PS7_4_FN2, | ||
375 | |||
376 | PS8_15_FN1, PS8_15_FN2, | ||
377 | PS8_14_FN1, PS8_14_FN2, | ||
378 | PS8_13_FN1, PS8_13_FN2, | ||
379 | PS8_12_FN1, PS8_12_FN2, | ||
380 | PS8_11_FN1, PS8_11_FN2, | ||
381 | PS8_10_FN1, PS8_10_FN2, | ||
382 | PS8_9_FN1, PS8_9_FN2, | ||
383 | PS8_8_FN1, PS8_8_FN2, | ||
305 | PINMUX_FUNCTION_END, | 384 | PINMUX_FUNCTION_END, |
306 | 385 | ||
307 | PINMUX_MARK_BEGIN, | 386 | PINMUX_MARK_BEGIN, |
308 | /* PTA (mobule: LBSC, CPG, LPC) */ | 387 | /* PTA (mobule: LBSC, RGMII) */ |
309 | BS_MARK, RDWR_MARK, WE1_MARK, RDY_MARK, | 388 | BS_MARK, RDWR_MARK, WE1_MARK, RDY_MARK, |
310 | MD10_MARK, MD9_MARK, MD8_MARK, | ||
311 | LGPIO7_MARK, LGPIO6_MARK, LGPIO5_MARK, LGPIO4_MARK, | ||
312 | LGPIO3_MARK, LGPIO2_MARK, LGPIO1_MARK, LGPIO0_MARK, | ||
313 | |||
314 | /* PTB (mobule: LBSC, EtherC, SIM, LPC) */ | ||
315 | D15_MARK, D14_MARK, D13_MARK, D12_MARK, | ||
316 | D11_MARK, D10_MARK, D9_MARK, D8_MARK, | ||
317 | ET0_MDC_MARK, ET0_MDIO_MARK, ET1_MDC_MARK, ET1_MDIO_MARK, | 389 | ET0_MDC_MARK, ET0_MDIO_MARK, ET1_MDC_MARK, ET1_MDIO_MARK, |
318 | SIM_D_MARK, SIM_CLK_MARK, SIM_RST_MARK, | ||
319 | WPSZ1_MARK, WPSZ0_MARK, FWID_MARK, FLSHSZ_MARK, | ||
320 | LPC_SPIEN_MARK, BASEL_MARK, | ||
321 | 390 | ||
322 | /* PTC (mobule: SD) */ | 391 | /* PTB (mobule: INTC, ONFI, TMU) */ |
323 | SD_WP_MARK, SD_CD_MARK, SD_CLK_MARK, SD_CMD_MARK, | 392 | IRQ15_MARK, IRQ14_MARK, IRQ13_MARK, IRQ12_MARK, |
324 | SD_D3_MARK, SD_D2_MARK, SD_D1_MARK, SD_D0_MARK, | 393 | IRQ11_MARK, IRQ10_MARK, IRQ9_MARK, IRQ8_MARK, |
394 | ON_NRE_MARK, ON_NWE_MARK, ON_NWP_MARK, ON_NCE0_MARK, | ||
395 | ON_R_B0_MARK, ON_ALE_MARK, ON_CLE_MARK, TCLK_MARK, | ||
325 | 396 | ||
326 | /* PTD (mobule: INTC, SPI0, LBSC, CPG, ADC) */ | 397 | /* PTC (mobule: IRQ, PWMU) */ |
327 | IRQ7_MARK, IRQ6_MARK, IRQ5_MARK, IRQ4_MARK, | 398 | IRQ7_MARK, IRQ6_MARK, IRQ5_MARK, IRQ4_MARK, |
328 | IRQ3_MARK, IRQ2_MARK, IRQ1_MARK, IRQ0_MARK, | 399 | IRQ3_MARK, IRQ2_MARK, IRQ1_MARK, IRQ0_MARK, |
329 | MD6_MARK, MD5_MARK, MD3_MARK, MD2_MARK, | 400 | PWMU0_MARK, PWMU1_MARK, PWMU2_MARK, PWMU3_MARK, |
330 | MD1_MARK, MD0_MARK, ADTRG1_MARK, ADTRG0_MARK, | 401 | PWMU4_MARK, PWMU5_MARK, |
331 | 402 | ||
332 | /* PTE (mobule: EtherC) */ | 403 | /* PTD (mobule: SPI0, DMAC) */ |
333 | ET0_CRS_DV_MARK, ET0_TXD1_MARK, | 404 | SP0_MOSI_MARK, SP0_MISO_MARK, SP0_SCK_MARK, SP0_SCK_FB_MARK, |
334 | ET0_TXD0_MARK, ET0_TX_EN_MARK, | 405 | SP0_SS0_MARK, SP0_SS1_MARK, SP0_SS2_MARK, SP0_SS3_MARK, |
335 | ET0_REF_CLK_MARK, ET0_RXD1_MARK, | 406 | DREQ0_MARK, DACK0_MARK, TEND0_MARK, |
336 | ET0_RXD0_MARK, ET0_RX_ER_MARK, | 407 | |
337 | 408 | /* PTE (mobule: RMII) */ | |
338 | /* PTF (mobule: EtherC) */ | 409 | RMII0_CRS_DV_MARK, RMII0_TXD1_MARK, |
339 | ET1_CRS_DV_MARK, ET1_TXD1_MARK, | 410 | RMII0_TXD0_MARK, RMII0_TXEN_MARK, |
340 | ET1_TXD0_MARK, ET1_TX_EN_MARK, | 411 | RMII0_REFCLK_MARK, RMII0_RXD1_MARK, |
341 | ET1_REF_CLK_MARK, ET1_RXD1_MARK, | 412 | RMII0_RXD0_MARK, RMII0_RX_ER_MARK, |
342 | ET1_RXD0_MARK, ET1_RX_ER_MARK, | 413 | |
343 | 414 | /* PTF (mobule: RMII, SerMux) */ | |
344 | /* PTG (mobule: SYSTEM, PWMX, LPC) */ | 415 | RMII1_CRS_DV_MARK, RMII1_TXD1_MARK, |
345 | STATUS0_MARK, STATUS1_MARK, | 416 | RMII1_TXD0_MARK, RMII1_TXEN_MARK, |
346 | PWX0_MARK, PWX1_MARK, PWX2_MARK, PWX3_MARK, | 417 | RMII1_REFCLK_MARK, RMII1_RXD1_MARK, |
347 | SERIRQ_MARK, CLKRUN_MARK, LPCPD_MARK, LDRQ_MARK, | 418 | RMII1_RXD0_MARK, RMII1_RX_ER_MARK, |
348 | 419 | RAC_RI_MARK, | |
349 | /* PTH (mobule: TMU, SCIF234, SPI1, SPI0) */ | 420 | |
350 | TCLK_MARK, RXD4_MARK, TXD4_MARK, | 421 | /* PTG (mobule: system, LBSC, LPC, WDT, LPC, eMMC) */ |
422 | BOOTFMS_MARK, BOOTWP_MARK, A25_MARK, A24_MARK, | ||
423 | SERIRQ_MARK, WDTOVF_MARK, LPCPD_MARK, LDRQ_MARK, | ||
424 | MMCCLK_MARK, MMCCMD_MARK, | ||
425 | |||
426 | /* PTH (mobule: SPI1, LPC, DMAC, ADC) */ | ||
351 | SP1_MOSI_MARK, SP1_MISO_MARK, SP1_SCK_MARK, SP1_SCK_FB_MARK, | 427 | SP1_MOSI_MARK, SP1_MISO_MARK, SP1_SCK_MARK, SP1_SCK_FB_MARK, |
352 | SP1_SS0_MARK, SP1_SS1_MARK, SP0_SS1_MARK, | 428 | SP1_SS0_MARK, SP1_SS1_MARK, WP_MARK, FMS0_MARK, |
429 | TEND1_MARK, DREQ1_MARK, DACK1_MARK, ADTRG1_MARK, | ||
430 | ADTRG0_MARK, | ||
353 | 431 | ||
354 | /* PTI (mobule: INTC) */ | 432 | /* PTI (mobule: LBSC, SDHI) */ |
355 | IRQ15_MARK, IRQ14_MARK, IRQ13_MARK, IRQ12_MARK, | 433 | D15_MARK, D14_MARK, D13_MARK, D12_MARK, |
356 | IRQ11_MARK, IRQ10_MARK, IRQ9_MARK, IRQ8_MARK, | 434 | D11_MARK, D10_MARK, D9_MARK, D8_MARK, |
435 | SD_WP_MARK, SD_CD_MARK, SD_CLK_MARK, SD_CMD_MARK, | ||
436 | SD_D3_MARK, SD_D2_MARK, SD_D1_MARK, SD_D0_MARK, | ||
357 | 437 | ||
358 | /* PTJ (mobule: SCIF234, SERMUX) */ | 438 | /* PTJ (mobule: SCIF234) */ |
359 | RXD3_MARK, TXD3_MARK, RXD2_MARK, TXD2_MARK, | 439 | RTS3_MARK, CTS3_MARK, TXD3_MARK, RXD3_MARK, |
360 | COM1_TXD_MARK, COM1_RXD_MARK, COM1_RTS_MARK, COM1_CTS_MARK, | 440 | RTS4_MARK, RXD4_MARK, TXD4_MARK, |
361 | 441 | ||
362 | /* PTK (mobule: SERMUX) */ | 442 | /* PTK (mobule: SERMUX, LBSC, SCIF) */ |
363 | COM2_TXD_MARK, COM2_RXD_MARK, COM2_RTS_MARK, COM2_CTS_MARK, | 443 | COM2_TXD_MARK, COM2_RXD_MARK, COM2_RTS_MARK, COM2_CTS_MARK, |
364 | COM2_DTR_MARK, COM2_DSR_MARK, COM2_DCD_MARK, COM2_RI_MARK, | 444 | COM2_DTR_MARK, COM2_DSR_MARK, COM2_DCD_MARK, CLKOUT_MARK, |
445 | SCK2_MARK, SCK4_MARK, SCK3_MARK, | ||
365 | 446 | ||
366 | /* PTL (mobule: SERMUX) */ | 447 | /* PTL (mobule: SERMUX, SCIF, LBSC, AUD) */ |
367 | RAC_TXD_MARK, RAC_RXD_MARK, RAC_RTS_MARK, RAC_CTS_MARK, | 448 | RAC_RXD_MARK, RAC_RTS_MARK, RAC_CTS_MARK, RAC_DTR_MARK, |
368 | RAC_DTR_MARK, RAC_DSR_MARK, RAC_DCD_MARK, RAC_RI_MARK, | 449 | RAC_DSR_MARK, RAC_DCD_MARK, RAC_TXD_MARK, RXD2_MARK, |
450 | CS5_MARK, CS6_MARK, AUDSYNC_MARK, AUDCK_MARK, | ||
451 | TXD2_MARK, | ||
369 | 452 | ||
370 | /* PTM (mobule: IIC, LPC) */ | 453 | /* PTM (mobule: LBSC, IIC) */ |
454 | CS4_MARK, RD_MARK, WE0_MARK, CS0_MARK, | ||
371 | SDA6_MARK, SCL6_MARK, SDA7_MARK, SCL7_MARK, | 455 | SDA6_MARK, SCL6_MARK, SDA7_MARK, SCL7_MARK, |
372 | WP_MARK, FMS0_MARK, FMS1_MARK, | ||
373 | 456 | ||
374 | /* PTN (mobule: SCIF234, EVC) */ | 457 | /* PTN (mobule: USB, JMC, SGPIO, WDT) */ |
375 | SCK2_MARK, RTS4_MARK, RTS3_MARK, RTS2_MARK, | 458 | VBUS_EN_MARK, VBUS_OC_MARK, JMCTCK_MARK, JMCTMS_MARK, |
376 | CTS4_MARK, CTS3_MARK, CTS2_MARK, | 459 | JMCTDO_MARK, JMCTDI_MARK, JMCTRST_MARK, |
377 | EVENT7_MARK, EVENT6_MARK, EVENT5_MARK, EVENT4_MARK, | 460 | SGPIO1_CLK_MARK, SGPIO1_LOAD_MARK, SGPIO1_DI_MARK, |
378 | EVENT3_MARK, EVENT2_MARK, EVENT1_MARK, EVENT0_MARK, | 461 | SGPIO1_DO_MARK, SUB_CLKIN_MARK, |
379 | 462 | ||
380 | /* PTO (mobule: SGPIO) */ | 463 | /* PTO (mobule: SGPIO, SerMux) */ |
381 | SGPIO0_CLK_MARK, SGPIO0_LOAD_MARK, | 464 | SGPIO0_CLK_MARK, SGPIO0_LOAD_MARK, SGPIO0_DI_MARK, |
382 | SGPIO0_DI_MARK, SGPIO0_DO_MARK, | 465 | SGPIO0_DO_MARK, SGPIO2_CLK_MARK, SGPIO2_LOAD_MARK, |
383 | SGPIO1_CLK_MARK, SGPIO1_LOAD_MARK, | 466 | SGPIO2_DI_MARK, SGPIO2_DO_MARK, |
384 | SGPIO1_DI_MARK, SGPIO1_DO_MARK, | 467 | COM1_TXD_MARK, COM1_RXD_MARK, COM1_RTS_MARK, COM1_CTS_MARK, |
385 | |||
386 | /* PTP (mobule: JMC, SCIF234) */ | ||
387 | JMCTCK_MARK, JMCTMS_MARK, JMCTDO_MARK, JMCTDI_MARK, | ||
388 | JMCRST_MARK, SCK4_MARK, SCK3_MARK, | ||
389 | 468 | ||
390 | /* PTQ (mobule: LPC) */ | 469 | /* PTQ (mobule: LPC) */ |
391 | LAD3_MARK, LAD2_MARK, LAD1_MARK, LAD0_MARK, | 470 | LAD3_MARK, LAD2_MARK, LAD1_MARK, LAD0_MARK, |
392 | LFRAME_MARK, LRESET_MARK, LCLK_MARK, | 471 | LFRAME_MARK, LRESET_MARK, LCLK_MARK, |
393 | 472 | ||
394 | /* PTR (mobule: GRA, IIC) */ | 473 | /* PTR (mobule: GRA, IIC) */ |
395 | DDC3_MARK, DDC2_MARK, | 474 | DDC3_MARK, DDC2_MARK, SDA2_MARK, SCL2_MARK, |
396 | SDA8_MARK, SCL8_MARK, SDA2_MARK, SCL2_MARK, | ||
397 | SDA1_MARK, SCL1_MARK, SDA0_MARK, SCL0_MARK, | 475 | SDA1_MARK, SCL1_MARK, SDA0_MARK, SCL0_MARK, |
476 | SDA8_MARK, SCL8_MARK, | ||
398 | 477 | ||
399 | /* PTS (mobule: GRA, IIC) */ | 478 | /* PTS (mobule: GRA, IIC) */ |
400 | DDC1_MARK, DDC0_MARK, | 479 | DDC1_MARK, DDC0_MARK, SDA5_MARK, SCL5_MARK, |
401 | SDA9_MARK, SCL9_MARK, SDA5_MARK, SCL5_MARK, | ||
402 | SDA4_MARK, SCL4_MARK, SDA3_MARK, SCL3_MARK, | 480 | SDA4_MARK, SCL4_MARK, SDA3_MARK, SCL3_MARK, |
481 | SDA9_MARK, SCL9_MARK, | ||
403 | 482 | ||
404 | /* PTT (mobule: SYSTEM, PWMX) */ | 483 | /* PTT (mobule: PWMX, AUD) */ |
405 | AUDSYNC_MARK, AUDCK_MARK, | 484 | PWMX7_MARK, PWMX6_MARK, PWMX5_MARK, PWMX4_MARK, |
406 | AUDATA3_MARK, AUDATA2_MARK, | 485 | PWMX3_MARK, PWMX2_MARK, PWMX1_MARK, PWMX0_MARK, |
407 | AUDATA1_MARK, AUDATA0_MARK, | 486 | AUDATA3_MARK, AUDATA2_MARK, AUDATA1_MARK, AUDATA0_MARK, |
408 | PWX7_MARK, PWX6_MARK, PWX5_MARK, PWX4_MARK, | 487 | STATUS1_MARK, STATUS0_MARK, |
409 | 488 | ||
410 | /* PTU (mobule: LBSC, DMAC) */ | 489 | /* PTU (mobule: LPC, APM) */ |
411 | CS6_MARK, CS5_MARK, CS4_MARK, CS0_MARK, | 490 | LGPIO7_MARK, LGPIO6_MARK, LGPIO5_MARK, LGPIO4_MARK, |
412 | RD_MARK, WE0_MARK, A25_MARK, A24_MARK, | 491 | LGPIO3_MARK, LGPIO2_MARK, LGPIO1_MARK, LGPIO0_MARK, |
413 | DREQ0_MARK, DACK0_MARK, | 492 | APMONCTL_O_MARK, APMPWBTOUT_O_MARK, APMSCI_O_MARK, |
493 | APMVDDON_MARK, APMSLPBTN_MARK, APMPWRBTN_MARK, APMS5N_MARK, | ||
494 | APMS3N_MARK, | ||
414 | 495 | ||
415 | /* PTV (mobule: LBSC, DMAC) */ | 496 | /* PTV (mobule: LBSC, SerMux, R-SPI, EVC, GRA) */ |
416 | A23_MARK, A22_MARK, A21_MARK, A20_MARK, | 497 | A23_MARK, A22_MARK, A21_MARK, A20_MARK, |
417 | A19_MARK, A18_MARK, A17_MARK, A16_MARK, | 498 | A19_MARK, A18_MARK, A17_MARK, A16_MARK, |
418 | TEND0_MARK, DREQ1_MARK, DACK1_MARK, TEND1_MARK, | 499 | COM2_RI_MARK, R_SPI_MOSI_MARK, R_SPI_MISO_MARK, |
500 | R_SPI_RSPCK_MARK, R_SPI_SSL0_MARK, R_SPI_SSL1_MARK, | ||
501 | EVENT7_MARK, EVENT6_MARK, VBIOS_DI_MARK, VBIOS_DO_MARK, | ||
502 | VBIOS_CLK_MARK, VBIOS_CS_MARK, | ||
419 | 503 | ||
420 | /* PTW (mobule: LBSC) */ | 504 | /* PTW (mobule: LBSC, EVC, SCIF) */ |
421 | A15_MARK, A14_MARK, A13_MARK, A12_MARK, | 505 | A15_MARK, A14_MARK, A13_MARK, A12_MARK, |
422 | A11_MARK, A10_MARK, A9_MARK, A8_MARK, | 506 | A11_MARK, A10_MARK, A9_MARK, A8_MARK, |
507 | EVENT5_MARK, EVENT4_MARK, EVENT3_MARK, EVENT2_MARK, | ||
508 | EVENT1_MARK, EVENT0_MARK, CTS4_MARK, CTS2_MARK, | ||
423 | 509 | ||
424 | /* PTX (mobule: LBSC) */ | 510 | /* PTX (mobule: LBSC, SCIF, SIM) */ |
425 | A7_MARK, A6_MARK, A5_MARK, A4_MARK, | 511 | A7_MARK, A6_MARK, A5_MARK, A4_MARK, |
426 | A3_MARK, A2_MARK, A1_MARK, A0_MARK, | 512 | A3_MARK, A2_MARK, A1_MARK, A0_MARK, |
513 | RTS2_MARK, SIM_D_MARK, SIM_CLK_MARK, SIM_RST_MARK, | ||
427 | 514 | ||
428 | /* PTY (mobule: LBSC) */ | 515 | /* PTY (mobule: LBSC) */ |
429 | D7_MARK, D6_MARK, D5_MARK, D4_MARK, | 516 | D7_MARK, D6_MARK, D5_MARK, D4_MARK, |
430 | D3_MARK, D2_MARK, D1_MARK, D0_MARK, | 517 | D3_MARK, D2_MARK, D1_MARK, D0_MARK, |
518 | |||
519 | /* PTZ (mobule: eMMC, ONFI) */ | ||
520 | MMCDAT7_MARK, MMCDAT6_MARK, MMCDAT5_MARK, MMCDAT4_MARK, | ||
521 | MMCDAT3_MARK, MMCDAT2_MARK, MMCDAT1_MARK, MMCDAT0_MARK, | ||
522 | ON_DQ7_MARK, ON_DQ6_MARK, ON_DQ5_MARK, ON_DQ4_MARK, | ||
523 | ON_DQ3_MARK, ON_DQ2_MARK, ON_DQ1_MARK, ON_DQ0_MARK, | ||
524 | |||
431 | PINMUX_MARK_END, | 525 | PINMUX_MARK_END, |
432 | }; | 526 | }; |
433 | 527 | ||
@@ -473,6 +567,8 @@ static pinmux_enum_t pinmux_data[] = { | |||
473 | PINMUX_DATA(PTD0_DATA, PTD0_IN, PTD0_OUT), | 567 | PINMUX_DATA(PTD0_DATA, PTD0_IN, PTD0_OUT), |
474 | 568 | ||
475 | /* PTE GPIO */ | 569 | /* PTE GPIO */ |
570 | PINMUX_DATA(PTE7_DATA, PTE7_IN, PTE7_OUT), | ||
571 | PINMUX_DATA(PTE6_DATA, PTE6_IN, PTE6_OUT), | ||
476 | PINMUX_DATA(PTE5_DATA, PTE5_IN, PTE5_OUT), | 572 | PINMUX_DATA(PTE5_DATA, PTE5_IN, PTE5_OUT), |
477 | PINMUX_DATA(PTE4_DATA, PTE4_IN, PTE4_OUT), | 573 | PINMUX_DATA(PTE4_DATA, PTE4_IN, PTE4_OUT), |
478 | PINMUX_DATA(PTE3_DATA, PTE3_IN, PTE3_OUT), | 574 | PINMUX_DATA(PTE3_DATA, PTE3_IN, PTE3_OUT), |
@@ -521,7 +617,6 @@ static pinmux_enum_t pinmux_data[] = { | |||
521 | PINMUX_DATA(PTI0_DATA, PTI0_IN, PTI0_OUT), | 617 | PINMUX_DATA(PTI0_DATA, PTI0_IN, PTI0_OUT), |
522 | 618 | ||
523 | /* PTJ GPIO */ | 619 | /* PTJ GPIO */ |
524 | PINMUX_DATA(PTJ7_DATA, PTJ7_IN, PTJ7_OUT), | ||
525 | PINMUX_DATA(PTJ6_DATA, PTJ6_IN, PTJ6_OUT), | 620 | PINMUX_DATA(PTJ6_DATA, PTJ6_IN, PTJ6_OUT), |
526 | PINMUX_DATA(PTJ5_DATA, PTJ5_IN, PTJ5_OUT), | 621 | PINMUX_DATA(PTJ5_DATA, PTJ5_IN, PTJ5_OUT), |
527 | PINMUX_DATA(PTJ4_DATA, PTJ4_IN, PTJ4_OUT), | 622 | PINMUX_DATA(PTJ4_DATA, PTJ4_IN, PTJ4_OUT), |
@@ -541,7 +636,6 @@ static pinmux_enum_t pinmux_data[] = { | |||
541 | PINMUX_DATA(PTK0_DATA, PTK0_IN, PTK0_OUT), | 636 | PINMUX_DATA(PTK0_DATA, PTK0_IN, PTK0_OUT), |
542 | 637 | ||
543 | /* PTL GPIO */ | 638 | /* PTL GPIO */ |
544 | PINMUX_DATA(PTL7_DATA, PTL7_IN, PTL7_OUT), | ||
545 | PINMUX_DATA(PTL6_DATA, PTL6_IN, PTL6_OUT), | 639 | PINMUX_DATA(PTL6_DATA, PTL6_IN, PTL6_OUT), |
546 | PINMUX_DATA(PTL5_DATA, PTL5_IN, PTL5_OUT), | 640 | PINMUX_DATA(PTL5_DATA, PTL5_IN, PTL5_OUT), |
547 | PINMUX_DATA(PTL4_DATA, PTL4_IN, PTL4_OUT), | 641 | PINMUX_DATA(PTL4_DATA, PTL4_IN, PTL4_OUT), |
@@ -560,7 +654,6 @@ static pinmux_enum_t pinmux_data[] = { | |||
560 | PINMUX_DATA(PTM0_DATA, PTM0_IN, PTM0_OUT), | 654 | PINMUX_DATA(PTM0_DATA, PTM0_IN, PTM0_OUT), |
561 | 655 | ||
562 | /* PTN GPIO */ | 656 | /* PTN GPIO */ |
563 | PINMUX_DATA(PTN7_DATA, PTN7_IN, PTN7_OUT), | ||
564 | PINMUX_DATA(PTN6_DATA, PTN6_IN, PTN6_OUT), | 657 | PINMUX_DATA(PTN6_DATA, PTN6_IN, PTN6_OUT), |
565 | PINMUX_DATA(PTN5_DATA, PTN5_IN, PTN5_OUT), | 658 | PINMUX_DATA(PTN5_DATA, PTN5_IN, PTN5_OUT), |
566 | PINMUX_DATA(PTN4_DATA, PTN4_IN, PTN4_OUT), | 659 | PINMUX_DATA(PTN4_DATA, PTN4_IN, PTN4_OUT), |
@@ -609,6 +702,8 @@ static pinmux_enum_t pinmux_data[] = { | |||
609 | PINMUX_DATA(PTS0_DATA, PTS0_IN, PTS0_OUT), | 702 | PINMUX_DATA(PTS0_DATA, PTS0_IN, PTS0_OUT), |
610 | 703 | ||
611 | /* PTT GPIO */ | 704 | /* PTT GPIO */ |
705 | PINMUX_DATA(PTT7_DATA, PTT7_IN, PTT7_OUT), | ||
706 | PINMUX_DATA(PTT6_DATA, PTT6_IN, PTT6_OUT), | ||
612 | PINMUX_DATA(PTT5_DATA, PTT5_IN, PTT5_OUT), | 707 | PINMUX_DATA(PTT5_DATA, PTT5_IN, PTT5_OUT), |
613 | PINMUX_DATA(PTT4_DATA, PTT4_IN, PTT4_OUT), | 708 | PINMUX_DATA(PTT4_DATA, PTT4_IN, PTT4_OUT), |
614 | PINMUX_DATA(PTT3_DATA, PTT3_IN, PTT3_OUT), | 709 | PINMUX_DATA(PTT3_DATA, PTT3_IN, PTT3_OUT), |
@@ -677,186 +772,204 @@ static pinmux_enum_t pinmux_data[] = { | |||
677 | PINMUX_DATA(PTZ0_DATA, PTZ0_IN, PTZ0_OUT), | 772 | PINMUX_DATA(PTZ0_DATA, PTZ0_IN, PTZ0_OUT), |
678 | 773 | ||
679 | /* PTA FN */ | 774 | /* PTA FN */ |
680 | PINMUX_DATA(BS_MARK, PS0_15_FN1, PTA7_FN), | 775 | PINMUX_DATA(BS_MARK, PTA7_FN), |
681 | PINMUX_DATA(LGPIO7_MARK, PS0_15_FN3, PTA7_FN), | 776 | PINMUX_DATA(RDWR_MARK, PTA6_FN), |
682 | PINMUX_DATA(RDWR_MARK, PS0_14_FN1, PTA6_FN), | 777 | PINMUX_DATA(WE1_MARK, PTA5_FN), |
683 | PINMUX_DATA(LGPIO6_MARK, PS0_14_FN3, PTA6_FN), | 778 | PINMUX_DATA(RDY_MARK, PTA4_FN), |
684 | PINMUX_DATA(WE1_MARK, PS0_13_FN1, PTA5_FN), | 779 | PINMUX_DATA(ET0_MDC_MARK, PTA3_FN), |
685 | PINMUX_DATA(LGPIO5_MARK, PS0_13_FN3, PTA5_FN), | 780 | PINMUX_DATA(ET0_MDIO_MARK, PTA2_FN), |
686 | PINMUX_DATA(RDY_MARK, PS0_12_FN1, PTA4_FN), | 781 | PINMUX_DATA(ET1_MDC_MARK, PTA1_FN), |
687 | PINMUX_DATA(LGPIO4_MARK, PS0_12_FN3, PTA4_FN), | 782 | PINMUX_DATA(ET1_MDIO_MARK, PTA0_FN), |
688 | PINMUX_DATA(LGPIO3_MARK, PTA3_FN), | ||
689 | PINMUX_DATA(LGPIO2_MARK, PTA2_FN), | ||
690 | PINMUX_DATA(LGPIO1_MARK, PTA1_FN), | ||
691 | PINMUX_DATA(LGPIO0_MARK, PTA0_FN), | ||
692 | 783 | ||
693 | /* PTB FN */ | 784 | /* PTB FN */ |
694 | PINMUX_DATA(D15_MARK, PS0_7_FN1, PTB7_FN), | 785 | PINMUX_DATA(IRQ15_MARK, PS0_15_FN1, PTB7_FN), |
695 | PINMUX_DATA(ET0_MDC_MARK, PS0_7_FN2, PTB7_FN), | 786 | PINMUX_DATA(ON_NRE_MARK, PS0_15_FN2, PTB7_FN), |
696 | PINMUX_DATA(D14_MARK, PS0_6_FN1, PTB6_FN), | 787 | PINMUX_DATA(IRQ14_MARK, PS0_14_FN1, PTB6_FN), |
697 | PINMUX_DATA(ET0_MDIO_MARK, PS0_6_FN2, PTB6_FN), | 788 | PINMUX_DATA(ON_NWE_MARK, PS0_14_FN2, PTB6_FN), |
698 | PINMUX_DATA(D13_MARK, PS0_5_FN1, PTB5_FN), | 789 | PINMUX_DATA(IRQ13_MARK, PS0_13_FN1, PTB5_FN), |
699 | PINMUX_DATA(ET1_MDC_MARK, PS0_5_FN2, PTB5_FN), | 790 | PINMUX_DATA(ON_NWP_MARK, PS0_13_FN2, PTB5_FN), |
700 | PINMUX_DATA(D12_MARK, PS0_4_FN1, PTB4_FN), | 791 | PINMUX_DATA(IRQ12_MARK, PS0_12_FN1, PTB4_FN), |
701 | PINMUX_DATA(ET1_MDIO_MARK, PS0_4_FN2, PTB4_FN), | 792 | PINMUX_DATA(ON_NCE0_MARK, PS0_12_FN2, PTB4_FN), |
702 | PINMUX_DATA(D11_MARK, PS0_3_FN1, PTB3_FN), | 793 | PINMUX_DATA(IRQ11_MARK, PS0_11_FN1, PTB3_FN), |
703 | PINMUX_DATA(SIM_D_MARK, PS0_3_FN2, PTB3_FN), | 794 | PINMUX_DATA(ON_R_B0_MARK, PS0_11_FN2, PTB3_FN), |
704 | PINMUX_DATA(D10_MARK, PS0_2_FN1, PTB2_FN), | 795 | PINMUX_DATA(IRQ10_MARK, PS0_10_FN1, PTB2_FN), |
705 | PINMUX_DATA(SIM_CLK_MARK, PS0_2_FN2, PTB2_FN), | 796 | PINMUX_DATA(ON_ALE_MARK, PS0_10_FN2, PTB2_FN), |
706 | PINMUX_DATA(D9_MARK, PS0_1_FN1, PTB1_FN), | 797 | PINMUX_DATA(IRQ9_MARK, PS0_9_FN1, PTB1_FN), |
707 | PINMUX_DATA(SIM_RST_MARK, PS0_1_FN2, PTB1_FN), | 798 | PINMUX_DATA(ON_CLE_MARK, PS0_9_FN2, PTB1_FN), |
708 | PINMUX_DATA(D8_MARK, PTB0_FN), | 799 | PINMUX_DATA(IRQ8_MARK, PS0_8_FN1, PTB0_FN), |
800 | PINMUX_DATA(TCLK_MARK, PS0_8_FN2, PTB0_FN), | ||
709 | 801 | ||
710 | /* PTC FN */ | 802 | /* PTC FN */ |
711 | PINMUX_DATA(SD_WP_MARK, PTC7_FN), | 803 | PINMUX_DATA(IRQ7_MARK, PS0_7_FN1, PTC7_FN), |
712 | PINMUX_DATA(SD_CD_MARK, PTC6_FN), | 804 | PINMUX_DATA(PWMU0_MARK, PS0_7_FN2, PTC7_FN), |
713 | PINMUX_DATA(SD_CLK_MARK, PTC5_FN), | 805 | PINMUX_DATA(IRQ6_MARK, PS0_6_FN1, PTC6_FN), |
714 | PINMUX_DATA(SD_CMD_MARK, PTC4_FN), | 806 | PINMUX_DATA(PWMU1_MARK, PS0_6_FN2, PTC6_FN), |
715 | PINMUX_DATA(SD_D3_MARK, PTC3_FN), | 807 | PINMUX_DATA(IRQ5_MARK, PS0_5_FN1, PTC5_FN), |
716 | PINMUX_DATA(SD_D2_MARK, PTC2_FN), | 808 | PINMUX_DATA(PWMU2_MARK, PS0_5_FN2, PTC5_FN), |
717 | PINMUX_DATA(SD_D1_MARK, PTC1_FN), | 809 | PINMUX_DATA(IRQ4_MARK, PS0_4_FN1, PTC5_FN), |
718 | PINMUX_DATA(SD_D0_MARK, PTC0_FN), | 810 | PINMUX_DATA(PWMU3_MARK, PS0_4_FN2, PTC4_FN), |
811 | PINMUX_DATA(IRQ3_MARK, PS0_3_FN1, PTC3_FN), | ||
812 | PINMUX_DATA(PWMU4_MARK, PS0_3_FN2, PTC3_FN), | ||
813 | PINMUX_DATA(IRQ2_MARK, PS0_2_FN1, PTC2_FN), | ||
814 | PINMUX_DATA(PWMU5_MARK, PS0_2_FN2, PTC2_FN), | ||
815 | PINMUX_DATA(IRQ1_MARK, PTC1_FN), | ||
816 | PINMUX_DATA(IRQ0_MARK, PTC0_FN), | ||
719 | 817 | ||
720 | /* PTD FN */ | 818 | /* PTD FN */ |
721 | PINMUX_DATA(IRQ7_MARK, PS1_7_FN1, PTD7_FN), | 819 | PINMUX_DATA(SP0_MOSI_MARK, PTD7_FN), |
722 | PINMUX_DATA(ADTRG1_MARK, PS1_7_FN3, PTD7_FN), | 820 | PINMUX_DATA(SP0_MISO_MARK, PTD6_FN), |
723 | PINMUX_DATA(IRQ6_MARK, PS1_6_FN1, PTD6_FN), | 821 | PINMUX_DATA(SP0_SCK_MARK, PTD5_FN), |
724 | PINMUX_DATA(ADTRG0_MARK, PS1_6_FN3, PTD6_FN), | 822 | PINMUX_DATA(SP0_SCK_FB_MARK, PTD4_FN), |
725 | PINMUX_DATA(IRQ5_MARK, PTD5_FN), | 823 | PINMUX_DATA(SP0_SS0_MARK, PTD3_FN), |
726 | PINMUX_DATA(IRQ4_MARK, PTD4_FN), | 824 | PINMUX_DATA(SP0_SS1_MARK, PS1_10_FN1, PTD2_FN), |
727 | PINMUX_DATA(IRQ3_MARK, PTD3_FN), | 825 | PINMUX_DATA(DREQ0_MARK, PS1_10_FN2, PTD2_FN), |
728 | PINMUX_DATA(IRQ2_MARK, PTD2_FN), | 826 | PINMUX_DATA(SP0_SS2_MARK, PS1_9_FN1, PTD1_FN), |
729 | PINMUX_DATA(IRQ1_MARK, PTD1_FN), | 827 | PINMUX_DATA(DACK0_MARK, PS1_9_FN2, PTD1_FN), |
730 | PINMUX_DATA(IRQ0_MARK, PTD0_FN), | 828 | PINMUX_DATA(SP0_SS3_MARK, PS1_8_FN1, PTD0_FN), |
829 | PINMUX_DATA(TEND0_MARK, PS1_8_FN2, PTD0_FN), | ||
731 | 830 | ||
732 | /* PTE FN */ | 831 | /* PTE FN */ |
733 | PINMUX_DATA(ET0_CRS_DV_MARK, PTE7_FN), | 832 | PINMUX_DATA(RMII0_CRS_DV_MARK, PTE7_FN), |
734 | PINMUX_DATA(ET0_TXD1_MARK, PTE6_FN), | 833 | PINMUX_DATA(RMII0_TXD1_MARK, PTE6_FN), |
735 | PINMUX_DATA(ET0_TXD0_MARK, PTE5_FN), | 834 | PINMUX_DATA(RMII0_TXD0_MARK, PTE5_FN), |
736 | PINMUX_DATA(ET0_TX_EN_MARK, PTE4_FN), | 835 | PINMUX_DATA(RMII0_TXEN_MARK, PTE4_FN), |
737 | PINMUX_DATA(ET0_REF_CLK_MARK, PTE3_FN), | 836 | PINMUX_DATA(RMII0_REFCLK_MARK, PTE3_FN), |
738 | PINMUX_DATA(ET0_RXD1_MARK, PTE2_FN), | 837 | PINMUX_DATA(RMII0_RXD1_MARK, PTE2_FN), |
739 | PINMUX_DATA(ET0_RXD0_MARK, PTE1_FN), | 838 | PINMUX_DATA(RMII0_RXD0_MARK, PTE1_FN), |
740 | PINMUX_DATA(ET0_RX_ER_MARK, PTE0_FN), | 839 | PINMUX_DATA(RMII0_RX_ER_MARK, PTE0_FN), |
741 | 840 | ||
742 | /* PTF FN */ | 841 | /* PTF FN */ |
743 | PINMUX_DATA(ET1_CRS_DV_MARK, PTF7_FN), | 842 | PINMUX_DATA(RMII1_CRS_DV_MARK, PTF7_FN), |
744 | PINMUX_DATA(ET1_TXD1_MARK, PTF6_FN), | 843 | PINMUX_DATA(RMII1_TXD1_MARK, PTF6_FN), |
745 | PINMUX_DATA(ET1_TXD0_MARK, PTF5_FN), | 844 | PINMUX_DATA(RMII1_TXD0_MARK, PTF5_FN), |
746 | PINMUX_DATA(ET1_TX_EN_MARK, PTF4_FN), | 845 | PINMUX_DATA(RMII1_TXEN_MARK, PTF4_FN), |
747 | PINMUX_DATA(ET1_REF_CLK_MARK, PTF3_FN), | 846 | PINMUX_DATA(RMII1_REFCLK_MARK, PTF3_FN), |
748 | PINMUX_DATA(ET1_RXD1_MARK, PTF2_FN), | 847 | PINMUX_DATA(RMII1_RXD1_MARK, PS1_2_FN1, PTF2_FN), |
749 | PINMUX_DATA(ET1_RXD0_MARK, PTF1_FN), | 848 | PINMUX_DATA(RAC_RI_MARK, PS1_2_FN2, PTF2_FN), |
750 | PINMUX_DATA(ET1_RX_ER_MARK, PTF0_FN), | 849 | PINMUX_DATA(RMII1_RXD0_MARK, PTF1_FN), |
850 | PINMUX_DATA(RMII1_RX_ER_MARK, PTF0_FN), | ||
751 | 851 | ||
752 | /* PTG FN */ | 852 | /* PTG FN */ |
753 | PINMUX_DATA(PWX0_MARK, PTG7_FN), | 853 | PINMUX_DATA(BOOTFMS_MARK, PTG7_FN), |
754 | PINMUX_DATA(PWX1_MARK, PTG6_FN), | 854 | PINMUX_DATA(BOOTWP_MARK, PTG6_FN), |
755 | PINMUX_DATA(STATUS0_MARK, PS2_13_FN1, PTG5_FN), | 855 | PINMUX_DATA(A25_MARK, PS2_13_FN1, PTG5_FN), |
756 | PINMUX_DATA(PWX2_MARK, PS2_13_FN3, PTG5_FN), | 856 | PINMUX_DATA(MMCCLK_MARK, PS2_13_FN2, PTG5_FN), |
757 | PINMUX_DATA(STATUS1_MARK, PS2_12_FN1, PTG4_FN), | 857 | PINMUX_DATA(A24_MARK, PS2_12_FN1, PTG4_FN), |
758 | PINMUX_DATA(PWX3_MARK, PS2_12_FN3, PTG4_FN), | 858 | PINMUX_DATA(MMCCMD_MARK, PS2_12_FN2, PTG4_FN), |
759 | PINMUX_DATA(SERIRQ_MARK, PTG3_FN), | 859 | PINMUX_DATA(SERIRQ_MARK, PTG3_FN), |
760 | PINMUX_DATA(CLKRUN_MARK, PTG2_FN), | 860 | PINMUX_DATA(WDTOVF_MARK, PTG2_FN), |
761 | PINMUX_DATA(LPCPD_MARK, PTG1_FN), | 861 | PINMUX_DATA(LPCPD_MARK, PTG1_FN), |
762 | PINMUX_DATA(LDRQ_MARK, PTG0_FN), | 862 | PINMUX_DATA(LDRQ_MARK, PTG0_FN), |
763 | 863 | ||
764 | /* PTH FN */ | 864 | /* PTH FN */ |
765 | PINMUX_DATA(SP1_MOSI_MARK, PTH7_FN), | 865 | PINMUX_DATA(SP1_MOSI_MARK, PS2_7_FN1, PTH7_FN), |
766 | PINMUX_DATA(SP1_MISO_MARK, PTH6_FN), | 866 | PINMUX_DATA(TEND1_MARK, PS2_7_FN2, PTH7_FN), |
767 | PINMUX_DATA(SP1_SCK_MARK, PTH5_FN), | 867 | PINMUX_DATA(SP1_MISO_MARK, PS2_6_FN1, PTH6_FN), |
768 | PINMUX_DATA(SP1_SCK_FB_MARK, PTH4_FN), | 868 | PINMUX_DATA(DREQ1_MARK, PS2_6_FN2, PTH6_FN), |
869 | PINMUX_DATA(SP1_SCK_MARK, PS2_5_FN1, PTH5_FN), | ||
870 | PINMUX_DATA(DACK1_MARK, PS2_5_FN2, PTH5_FN), | ||
871 | PINMUX_DATA(SP1_SCK_FB_MARK, PS2_4_FN1, PTH4_FN), | ||
872 | PINMUX_DATA(ADTRG1_MARK, PS2_4_FN2, PTH4_FN), | ||
769 | PINMUX_DATA(SP1_SS0_MARK, PTH3_FN), | 873 | PINMUX_DATA(SP1_SS0_MARK, PTH3_FN), |
770 | PINMUX_DATA(TCLK_MARK, PTH2_FN), | 874 | PINMUX_DATA(SP1_SS1_MARK, PS2_2_FN1, PTH2_FN), |
771 | PINMUX_DATA(RXD4_MARK, PS2_1_FN1, PTH1_FN), | 875 | PINMUX_DATA(ADTRG0_MARK, PS2_2_FN2, PTH2_FN), |
772 | PINMUX_DATA(SP1_SS1_MARK, PS2_1_FN2, PTH1_FN), | 876 | PINMUX_DATA(WP_MARK, PTH1_FN), |
773 | PINMUX_DATA(TXD4_MARK, PS2_0_FN1, PTH0_FN), | 877 | PINMUX_DATA(FMS0_MARK, PTH0_FN), |
774 | PINMUX_DATA(SP0_SS1_MARK, PS2_0_FN2, PTH0_FN), | ||
775 | 878 | ||
776 | /* PTI FN */ | 879 | /* PTI FN */ |
777 | PINMUX_DATA(IRQ15_MARK, PTI7_FN), | 880 | PINMUX_DATA(D15_MARK, PS3_15_FN1, PTI7_FN), |
778 | PINMUX_DATA(IRQ14_MARK, PTI6_FN), | 881 | PINMUX_DATA(SD_WP_MARK, PS3_15_FN2, PTI7_FN), |
779 | PINMUX_DATA(IRQ13_MARK, PTI5_FN), | 882 | PINMUX_DATA(D14_MARK, PS3_14_FN1, PTI6_FN), |
780 | PINMUX_DATA(IRQ12_MARK, PTI4_FN), | 883 | PINMUX_DATA(SD_CD_MARK, PS3_14_FN2, PTI6_FN), |
781 | PINMUX_DATA(IRQ11_MARK, PTI3_FN), | 884 | PINMUX_DATA(D13_MARK, PS3_13_FN1, PTI5_FN), |
782 | PINMUX_DATA(IRQ10_MARK, PTI2_FN), | 885 | PINMUX_DATA(SD_CLK_MARK, PS3_13_FN2, PTI5_FN), |
783 | PINMUX_DATA(IRQ9_MARK, PTI1_FN), | 886 | PINMUX_DATA(D12_MARK, PS3_12_FN1, PTI4_FN), |
784 | PINMUX_DATA(IRQ8_MARK, PTI0_FN), | 887 | PINMUX_DATA(SD_CMD_MARK, PS3_12_FN2, PTI4_FN), |
888 | PINMUX_DATA(D11_MARK, PS3_11_FN1, PTI3_FN), | ||
889 | PINMUX_DATA(SD_D3_MARK, PS3_11_FN2, PTI3_FN), | ||
890 | PINMUX_DATA(D10_MARK, PS3_10_FN1, PTI2_FN), | ||
891 | PINMUX_DATA(SD_D2_MARK, PS3_10_FN2, PTI2_FN), | ||
892 | PINMUX_DATA(D9_MARK, PS3_9_FN1, PTI1_FN), | ||
893 | PINMUX_DATA(SD_D1_MARK, PS3_9_FN2, PTI1_FN), | ||
894 | PINMUX_DATA(D8_MARK, PS3_8_FN1, PTI0_FN), | ||
895 | PINMUX_DATA(SD_D0_MARK, PS3_8_FN2, PTI0_FN), | ||
785 | 896 | ||
786 | /* PTJ FN */ | 897 | /* PTJ FN */ |
787 | PINMUX_DATA(RXD3_MARK, PTJ7_FN), | 898 | PINMUX_DATA(RTS3_MARK, PTJ6_FN), |
788 | PINMUX_DATA(TXD3_MARK, PTJ6_FN), | 899 | PINMUX_DATA(CTS3_MARK, PTJ5_FN), |
789 | PINMUX_DATA(RXD2_MARK, PTJ5_FN), | 900 | PINMUX_DATA(TXD3_MARK, PTJ4_FN), |
790 | PINMUX_DATA(TXD2_MARK, PTJ4_FN), | 901 | PINMUX_DATA(RXD3_MARK, PTJ3_FN), |
791 | PINMUX_DATA(COM1_TXD_MARK, PTJ3_FN), | 902 | PINMUX_DATA(RTS4_MARK, PTJ2_FN), |
792 | PINMUX_DATA(COM1_RXD_MARK, PTJ2_FN), | 903 | PINMUX_DATA(RXD4_MARK, PTJ1_FN), |
793 | PINMUX_DATA(COM1_RTS_MARK, PTJ1_FN), | 904 | PINMUX_DATA(TXD4_MARK, PTJ0_FN), |
794 | PINMUX_DATA(COM1_CTS_MARK, PTJ0_FN), | ||
795 | 905 | ||
796 | /* PTK FN */ | 906 | /* PTK FN */ |
797 | PINMUX_DATA(COM2_TXD_MARK, PTK7_FN), | 907 | PINMUX_DATA(COM2_TXD_MARK, PS3_7_FN1, PTK7_FN), |
908 | PINMUX_DATA(SCK2_MARK, PS3_7_FN2, PTK7_FN), | ||
798 | PINMUX_DATA(COM2_RXD_MARK, PTK6_FN), | 909 | PINMUX_DATA(COM2_RXD_MARK, PTK6_FN), |
799 | PINMUX_DATA(COM2_RTS_MARK, PTK5_FN), | 910 | PINMUX_DATA(COM2_RTS_MARK, PTK5_FN), |
800 | PINMUX_DATA(COM2_CTS_MARK, PTK4_FN), | 911 | PINMUX_DATA(COM2_CTS_MARK, PTK4_FN), |
801 | PINMUX_DATA(COM2_DTR_MARK, PTK3_FN), | 912 | PINMUX_DATA(COM2_DTR_MARK, PTK3_FN), |
802 | PINMUX_DATA(COM2_DSR_MARK, PTK2_FN), | 913 | PINMUX_DATA(COM2_DSR_MARK, PS3_2_FN1, PTK2_FN), |
803 | PINMUX_DATA(COM2_DCD_MARK, PTK1_FN), | 914 | PINMUX_DATA(SCK4_MARK, PS3_2_FN2, PTK2_FN), |
804 | PINMUX_DATA(COM2_RI_MARK, PTK0_FN), | 915 | PINMUX_DATA(COM2_DCD_MARK, PS3_1_FN1, PTK1_FN), |
916 | PINMUX_DATA(SCK3_MARK, PS3_1_FN2, PTK1_FN), | ||
917 | PINMUX_DATA(CLKOUT_MARK, PTK0_FN), | ||
805 | 918 | ||
806 | /* PTL FN */ | 919 | /* PTL FN */ |
807 | PINMUX_DATA(RAC_TXD_MARK, PTL7_FN), | 920 | PINMUX_DATA(RAC_RXD_MARK, PS4_14_FN1, PTL6_FN), |
808 | PINMUX_DATA(RAC_RXD_MARK, PTL6_FN), | 921 | PINMUX_DATA(RXD2_MARK, PS4_14_FN2, PTL6_FN), |
809 | PINMUX_DATA(RAC_RTS_MARK, PTL5_FN), | 922 | PINMUX_DATA(RAC_RTS_MARK, PS4_13_FN1, PTL5_FN), |
810 | PINMUX_DATA(RAC_CTS_MARK, PTL4_FN), | 923 | PINMUX_DATA(CS5_MARK, PS4_13_FN2, PTL5_FN), |
924 | PINMUX_DATA(RAC_CTS_MARK, PS4_12_FN1, PTL4_FN), | ||
925 | PINMUX_DATA(CS6_MARK, PS4_12_FN2, PTL4_FN), | ||
811 | PINMUX_DATA(RAC_DTR_MARK, PTL3_FN), | 926 | PINMUX_DATA(RAC_DTR_MARK, PTL3_FN), |
812 | PINMUX_DATA(RAC_DSR_MARK, PTL2_FN), | 927 | PINMUX_DATA(RAC_DSR_MARK, PS4_10_FN1, PTL2_FN), |
813 | PINMUX_DATA(RAC_DCD_MARK, PTL1_FN), | 928 | PINMUX_DATA(AUDSYNC_MARK, PS4_10_FN2, PTL2_FN), |
814 | PINMUX_DATA(RAC_RI_MARK, PTL0_FN), | 929 | PINMUX_DATA(RAC_DCD_MARK, PS4_9_FN1, PTL1_FN), |
930 | PINMUX_DATA(AUDCK_MARK, PS4_9_FN2, PTL1_FN), | ||
931 | PINMUX_DATA(RAC_TXD_MARK, PS4_8_FN1, PTL0_FN), | ||
932 | PINMUX_DATA(TXD2_MARK, PS4_8_FN1, PTL0_FN), | ||
815 | 933 | ||
816 | /* PTM FN */ | 934 | /* PTM FN */ |
817 | PINMUX_DATA(WP_MARK, PTM6_FN), | 935 | PINMUX_DATA(CS4_MARK, PTM7_FN), |
818 | PINMUX_DATA(FMS0_MARK, PTM5_FN), | 936 | PINMUX_DATA(RD_MARK, PTM6_FN), |
819 | PINMUX_DATA(FMS1_MARK, PTM4_FN), | 937 | PINMUX_DATA(WE0_MARK, PTM7_FN), |
938 | PINMUX_DATA(CS0_MARK, PTM4_FN), | ||
820 | PINMUX_DATA(SDA6_MARK, PTM3_FN), | 939 | PINMUX_DATA(SDA6_MARK, PTM3_FN), |
821 | PINMUX_DATA(SCL6_MARK, PTM2_FN), | 940 | PINMUX_DATA(SCL6_MARK, PTM2_FN), |
822 | PINMUX_DATA(SDA7_MARK, PTM1_FN), | 941 | PINMUX_DATA(SDA7_MARK, PTM1_FN), |
823 | PINMUX_DATA(SCL7_MARK, PTM0_FN), | 942 | PINMUX_DATA(SCL7_MARK, PTM0_FN), |
824 | 943 | ||
825 | /* PTN FN */ | 944 | /* PTN FN */ |
826 | PINMUX_DATA(SCK2_MARK, PS4_15_FN1, PTN7_FN), | 945 | PINMUX_DATA(VBUS_EN_MARK, PTN6_FN), |
827 | PINMUX_DATA(EVENT7_MARK, PS4_15_FN2, PTN7_FN), | 946 | PINMUX_DATA(VBUS_OC_MARK, PTN5_FN), |
828 | PINMUX_DATA(RTS4_MARK, PS4_14_FN1, PTN6_FN), | 947 | PINMUX_DATA(JMCTCK_MARK, PS4_4_FN1, PTN4_FN), |
829 | PINMUX_DATA(EVENT6_MARK, PS4_14_FN2, PTN6_FN), | 948 | PINMUX_DATA(SGPIO1_CLK_MARK, PS4_4_FN2, PTN4_FN), |
830 | PINMUX_DATA(RTS3_MARK, PS4_13_FN1, PTN5_FN), | 949 | PINMUX_DATA(JMCTMS_MARK, PS4_3_FN1, PTN5_FN), |
831 | PINMUX_DATA(EVENT5_MARK, PS4_13_FN2, PTN5_FN), | 950 | PINMUX_DATA(SGPIO1_LOAD_MARK, PS4_3_FN2, PTN5_FN), |
832 | PINMUX_DATA(RTS2_MARK, PS4_12_FN1, PTN4_FN), | 951 | PINMUX_DATA(JMCTDO_MARK, PS4_2_FN1, PTN2_FN), |
833 | PINMUX_DATA(EVENT4_MARK, PS4_12_FN2, PTN4_FN), | 952 | PINMUX_DATA(SGPIO1_DO_MARK, PS4_2_FN2, PTN2_FN), |
834 | PINMUX_DATA(CTS4_MARK, PS4_11_FN1, PTN3_FN), | 953 | PINMUX_DATA(JMCTDI_MARK, PS4_1_FN1, PTN1_FN), |
835 | PINMUX_DATA(EVENT3_MARK, PS4_11_FN2, PTN3_FN), | 954 | PINMUX_DATA(SGPIO1_DI_MARK, PS4_1_FN2, PTN1_FN), |
836 | PINMUX_DATA(CTS3_MARK, PS4_10_FN1, PTN2_FN), | 955 | PINMUX_DATA(JMCTRST_MARK, PS4_0_FN1, PTN0_FN), |
837 | PINMUX_DATA(EVENT2_MARK, PS4_10_FN2, PTN2_FN), | 956 | PINMUX_DATA(SUB_CLKIN_MARK, PS4_0_FN2, PTN0_FN), |
838 | PINMUX_DATA(CTS2_MARK, PS4_9_FN1, PTN1_FN), | ||
839 | PINMUX_DATA(EVENT1_MARK, PS4_9_FN2, PTN1_FN), | ||
840 | PINMUX_DATA(EVENT0_MARK, PTN0_FN), | ||
841 | 957 | ||
842 | /* PTO FN */ | 958 | /* PTO FN */ |
843 | PINMUX_DATA(SGPIO0_CLK_MARK, PTO7_FN), | 959 | PINMUX_DATA(SGPIO0_CLK_MARK, PTO7_FN), |
844 | PINMUX_DATA(SGPIO0_LOAD_MARK, PTO6_FN), | 960 | PINMUX_DATA(SGPIO0_LOAD_MARK, PTO6_FN), |
845 | PINMUX_DATA(SGPIO0_DI_MARK, PTO5_FN), | 961 | PINMUX_DATA(SGPIO0_DI_MARK, PTO5_FN), |
846 | PINMUX_DATA(SGPIO0_DO_MARK, PTO4_FN), | 962 | PINMUX_DATA(SGPIO0_DO_MARK, PTO4_FN), |
847 | PINMUX_DATA(SGPIO1_CLK_MARK, PTO3_FN), | 963 | PINMUX_DATA(SGPIO2_CLK_MARK, PS5_11_FN1, PTO3_FN), |
848 | PINMUX_DATA(SGPIO1_LOAD_MARK, PTO2_FN), | 964 | PINMUX_DATA(COM1_TXD_MARK, PS5_11_FN2, PTO3_FN), |
849 | PINMUX_DATA(SGPIO1_DI_MARK, PTO1_FN), | 965 | PINMUX_DATA(SGPIO2_LOAD_MARK, PS5_10_FN1, PTO2_FN), |
850 | PINMUX_DATA(SGPIO1_DO_MARK, PTO0_FN), | 966 | PINMUX_DATA(COM1_RXD_MARK, PS5_10_FN2, PTO2_FN), |
967 | PINMUX_DATA(SGPIO2_DI_MARK, PS5_9_FN1, PTO1_FN), | ||
968 | PINMUX_DATA(COM1_RTS_MARK, PS5_9_FN2, PTO1_FN), | ||
969 | PINMUX_DATA(SGPIO2_DO_MARK, PS5_8_FN1, PTO0_FN), | ||
970 | PINMUX_DATA(COM1_CTS_MARK, PS5_8_FN2, PTO0_FN), | ||
851 | 971 | ||
852 | /* PTP FN */ | 972 | /* PTP FN */ |
853 | PINMUX_DATA(JMCTCK_MARK, PTP6_FN), | ||
854 | PINMUX_DATA(JMCTMS_MARK, PTP5_FN), | ||
855 | PINMUX_DATA(JMCTDO_MARK, PTP4_FN), | ||
856 | PINMUX_DATA(JMCTDI_MARK, PTP3_FN), | ||
857 | PINMUX_DATA(JMCRST_MARK, PTP2_FN), | ||
858 | PINMUX_DATA(SCK4_MARK, PTP1_FN), | ||
859 | PINMUX_DATA(SCK3_MARK, PTP0_FN), | ||
860 | 973 | ||
861 | /* PTQ FN */ | 974 | /* PTQ FN */ |
862 | PINMUX_DATA(LAD3_MARK, PTQ6_FN), | 975 | PINMUX_DATA(LAD3_MARK, PTQ6_FN), |
@@ -864,8 +977,8 @@ static pinmux_enum_t pinmux_data[] = { | |||
864 | PINMUX_DATA(LAD1_MARK, PTQ4_FN), | 977 | PINMUX_DATA(LAD1_MARK, PTQ4_FN), |
865 | PINMUX_DATA(LAD0_MARK, PTQ3_FN), | 978 | PINMUX_DATA(LAD0_MARK, PTQ3_FN), |
866 | PINMUX_DATA(LFRAME_MARK, PTQ2_FN), | 979 | PINMUX_DATA(LFRAME_MARK, PTQ2_FN), |
867 | PINMUX_DATA(SCK4_MARK, PTQ1_FN), | 980 | PINMUX_DATA(LRESET_MARK, PTQ1_FN), |
868 | PINMUX_DATA(SCK3_MARK, PTQ0_FN), | 981 | PINMUX_DATA(LCLK_MARK, PTQ0_FN), |
869 | 982 | ||
870 | /* PTR FN */ | 983 | /* PTR FN */ |
871 | PINMUX_DATA(SDA8_MARK, PTR7_FN), /* DDC3? */ | 984 | PINMUX_DATA(SDA8_MARK, PTR7_FN), /* DDC3? */ |
@@ -888,58 +1001,84 @@ static pinmux_enum_t pinmux_data[] = { | |||
888 | PINMUX_DATA(SCL3_MARK, PTS0_FN), | 1001 | PINMUX_DATA(SCL3_MARK, PTS0_FN), |
889 | 1002 | ||
890 | /* PTT FN */ | 1003 | /* PTT FN */ |
891 | PINMUX_DATA(AUDSYNC_MARK, PTS5_FN), | 1004 | PINMUX_DATA(PWMX7_MARK, PS5_7_FN1, PTT7_FN), |
892 | PINMUX_DATA(AUDCK_MARK, PTS4_FN), | 1005 | PINMUX_DATA(AUDATA3_MARK, PS5_7_FN2, PTT7_FN), |
893 | PINMUX_DATA(AUDATA3_MARK, PS4_3_FN1, PTS3_FN), | 1006 | PINMUX_DATA(PWMX6_MARK, PS5_6_FN1, PTT6_FN), |
894 | PINMUX_DATA(PWX7_MARK, PS4_3_FN2, PTS3_FN), | 1007 | PINMUX_DATA(AUDATA2_MARK, PS5_6_FN2, PTT6_FN), |
895 | PINMUX_DATA(AUDATA2_MARK, PS4_2_FN1, PTS2_FN), | 1008 | PINMUX_DATA(PWMX5_MARK, PS5_5_FN1, PTT5_FN), |
896 | PINMUX_DATA(PWX6_MARK, PS4_2_FN2, PTS2_FN), | 1009 | PINMUX_DATA(AUDATA1_MARK, PS5_5_FN2, PTT5_FN), |
897 | PINMUX_DATA(AUDATA1_MARK, PS4_1_FN1, PTS1_FN), | 1010 | PINMUX_DATA(PWMX4_MARK, PS5_4_FN1, PTT4_FN), |
898 | PINMUX_DATA(PWX5_MARK, PS4_1_FN2, PTS1_FN), | 1011 | PINMUX_DATA(AUDATA0_MARK, PS5_4_FN2, PTT4_FN), |
899 | PINMUX_DATA(AUDATA0_MARK, PS4_0_FN1, PTS0_FN), | 1012 | PINMUX_DATA(PWMX3_MARK, PS5_3_FN1, PTT3_FN), |
900 | PINMUX_DATA(PWX4_MARK, PS4_0_FN2, PTS0_FN), | 1013 | PINMUX_DATA(STATUS1_MARK, PS5_3_FN2, PTT3_FN), |
1014 | PINMUX_DATA(PWMX2_MARK, PS5_2_FN1, PTT2_FN), | ||
1015 | PINMUX_DATA(STATUS0_MARK, PS5_2_FN2, PTT2_FN), | ||
1016 | PINMUX_DATA(PWMX1_MARK, PTT1_FN), | ||
1017 | PINMUX_DATA(PWMX0_MARK, PTT0_FN), | ||
901 | 1018 | ||
902 | /* PTU FN */ | 1019 | /* PTU FN */ |
903 | PINMUX_DATA(CS6_MARK, PTU7_FN), | 1020 | PINMUX_DATA(LGPIO7_MARK, PS6_15_FN1, PTU7_FN), |
904 | PINMUX_DATA(CS5_MARK, PTU6_FN), | 1021 | PINMUX_DATA(APMONCTL_O_MARK, PS6_15_FN2, PTU7_FN), |
905 | PINMUX_DATA(CS4_MARK, PTU5_FN), | 1022 | PINMUX_DATA(LGPIO6_MARK, PS6_14_FN1, PTU6_FN), |
906 | PINMUX_DATA(CS0_MARK, PTU4_FN), | 1023 | PINMUX_DATA(APMPWBTOUT_O_MARK, PS6_14_FN2, PTU6_FN), |
907 | PINMUX_DATA(RD_MARK, PTU3_FN), | 1024 | PINMUX_DATA(LGPIO5_MARK, PS6_13_FN1, PTU5_FN), |
908 | PINMUX_DATA(WE0_MARK, PTU2_FN), | 1025 | PINMUX_DATA(APMSCI_O_MARK, PS6_13_FN2, PTU5_FN), |
909 | PINMUX_DATA(A25_MARK, PS5_9_FN1, PTU1_FN), | 1026 | PINMUX_DATA(LGPIO4_MARK, PS6_12_FN1, PTU4_FN), |
910 | PINMUX_DATA(DREQ0_MARK, PS5_9_FN2, PTU1_FN), | 1027 | PINMUX_DATA(APMVDDON_MARK, PS6_12_FN2, PTU4_FN), |
911 | PINMUX_DATA(A24_MARK, PS5_8_FN1, PTU0_FN), | 1028 | PINMUX_DATA(LGPIO3_MARK, PS6_11_FN1, PTU3_FN), |
912 | PINMUX_DATA(DACK0_MARK, PS5_8_FN2, PTU0_FN), | 1029 | PINMUX_DATA(APMSLPBTN_MARK, PS6_11_FN2, PTU3_FN), |
1030 | PINMUX_DATA(LGPIO2_MARK, PS6_10_FN1, PTU2_FN), | ||
1031 | PINMUX_DATA(APMPWRBTN_MARK, PS6_10_FN2, PTU2_FN), | ||
1032 | PINMUX_DATA(LGPIO1_MARK, PS6_9_FN1, PTU1_FN), | ||
1033 | PINMUX_DATA(APMS5N_MARK, PS6_9_FN2, PTU1_FN), | ||
1034 | PINMUX_DATA(LGPIO0_MARK, PS6_8_FN1, PTU0_FN), | ||
1035 | PINMUX_DATA(APMS3N_MARK, PS6_8_FN2, PTU0_FN), | ||
913 | 1036 | ||
914 | /* PTV FN */ | 1037 | /* PTV FN */ |
915 | PINMUX_DATA(A23_MARK, PS5_7_FN1, PTV7_FN), | 1038 | PINMUX_DATA(A23_MARK, PS6_7_FN1, PTV7_FN), |
916 | PINMUX_DATA(TEND0_MARK, PS5_7_FN2, PTV7_FN), | 1039 | PINMUX_DATA(COM2_RI_MARK, PS6_7_FN2, PTV7_FN), |
917 | PINMUX_DATA(A22_MARK, PS5_6_FN1, PTV6_FN), | 1040 | PINMUX_DATA(A22_MARK, PS6_6_FN1, PTV6_FN), |
918 | PINMUX_DATA(DREQ1_MARK, PS5_6_FN2, PTV6_FN), | 1041 | PINMUX_DATA(R_SPI_MOSI_MARK, PS6_6_FN2, PTV6_FN), |
919 | PINMUX_DATA(A21_MARK, PS5_5_FN1, PTV5_FN), | 1042 | PINMUX_DATA(A21_MARK, PS6_5_FN1, PTV5_FN), |
920 | PINMUX_DATA(DACK1_MARK, PS5_5_FN2, PTV5_FN), | 1043 | PINMUX_DATA(R_SPI_MISO_MARK, PS6_5_FN2, PTV5_FN), |
921 | PINMUX_DATA(A20_MARK, PS5_4_FN1, PTV4_FN), | 1044 | PINMUX_DATA(A20_MARK, PS6_4_FN1, PTV4_FN), |
922 | PINMUX_DATA(TEND1_MARK, PS5_4_FN2, PTV4_FN), | 1045 | PINMUX_DATA(R_SPI_RSPCK_MARK, PS6_4_FN2, PTV4_FN), |
923 | PINMUX_DATA(A19_MARK, PTV3_FN), | 1046 | PINMUX_DATA(A19_MARK, PS6_3_FN1, PTV3_FN), |
924 | PINMUX_DATA(A18_MARK, PTV2_FN), | 1047 | PINMUX_DATA(R_SPI_SSL0_MARK, PS6_3_FN2, PTV3_FN), |
925 | PINMUX_DATA(A17_MARK, PTV1_FN), | 1048 | PINMUX_DATA(A18_MARK, PS6_2_FN1, PTV2_FN), |
926 | PINMUX_DATA(A16_MARK, PTV0_FN), | 1049 | PINMUX_DATA(R_SPI_SSL1_MARK, PS6_2_FN2, PTV2_FN), |
1050 | PINMUX_DATA(A17_MARK, PS6_1_FN1, PTV1_FN), | ||
1051 | PINMUX_DATA(EVENT7_MARK, PS6_1_FN2, PTV1_FN), | ||
1052 | PINMUX_DATA(A16_MARK, PS6_0_FN1, PTV0_FN), | ||
1053 | PINMUX_DATA(EVENT6_MARK, PS6_0_FN1, PTV0_FN), | ||
927 | 1054 | ||
928 | /* PTW FN */ | 1055 | /* PTW FN */ |
929 | PINMUX_DATA(A15_MARK, PTW7_FN), | 1056 | PINMUX_DATA(A15_MARK, PS7_15_FN1, PTW7_FN), |
930 | PINMUX_DATA(A14_MARK, PTW6_FN), | 1057 | PINMUX_DATA(EVENT5_MARK, PS7_15_FN2, PTW7_FN), |
931 | PINMUX_DATA(A13_MARK, PTW5_FN), | 1058 | PINMUX_DATA(A14_MARK, PS7_14_FN1, PTW6_FN), |
932 | PINMUX_DATA(A12_MARK, PTW4_FN), | 1059 | PINMUX_DATA(EVENT4_MARK, PS7_14_FN2, PTW6_FN), |
933 | PINMUX_DATA(A11_MARK, PTW3_FN), | 1060 | PINMUX_DATA(A13_MARK, PS7_13_FN1, PTW5_FN), |
934 | PINMUX_DATA(A10_MARK, PTW2_FN), | 1061 | PINMUX_DATA(EVENT3_MARK, PS7_13_FN2, PTW5_FN), |
935 | PINMUX_DATA(A9_MARK, PTW1_FN), | 1062 | PINMUX_DATA(A12_MARK, PS7_12_FN1, PTW4_FN), |
936 | PINMUX_DATA(A8_MARK, PTW0_FN), | 1063 | PINMUX_DATA(EVENT2_MARK, PS7_12_FN2, PTW4_FN), |
1064 | PINMUX_DATA(A11_MARK, PS7_11_FN1, PTW3_FN), | ||
1065 | PINMUX_DATA(EVENT1_MARK, PS7_11_FN2, PTW3_FN), | ||
1066 | PINMUX_DATA(A10_MARK, PS7_10_FN1, PTW2_FN), | ||
1067 | PINMUX_DATA(EVENT0_MARK, PS7_10_FN2, PTW2_FN), | ||
1068 | PINMUX_DATA(A9_MARK, PS7_9_FN1, PTW1_FN), | ||
1069 | PINMUX_DATA(CTS4_MARK, PS7_9_FN2, PTW1_FN), | ||
1070 | PINMUX_DATA(A8_MARK, PS7_8_FN1, PTW0_FN), | ||
1071 | PINMUX_DATA(CTS2_MARK, PS7_8_FN2, PTW0_FN), | ||
937 | 1072 | ||
938 | /* PTX FN */ | 1073 | /* PTX FN */ |
939 | PINMUX_DATA(A7_MARK, PTX7_FN), | 1074 | PINMUX_DATA(A7_MARK, PS7_7_FN1, PTX7_FN), |
940 | PINMUX_DATA(A6_MARK, PTX6_FN), | 1075 | PINMUX_DATA(RTS2_MARK, PS7_7_FN2, PTX7_FN), |
941 | PINMUX_DATA(A5_MARK, PTX5_FN), | 1076 | PINMUX_DATA(A6_MARK, PS7_6_FN1, PTX6_FN), |
942 | PINMUX_DATA(A4_MARK, PTX4_FN), | 1077 | PINMUX_DATA(SIM_D_MARK, PS7_6_FN2, PTX6_FN), |
1078 | PINMUX_DATA(A5_MARK, PS7_5_FN1, PTX5_FN), | ||
1079 | PINMUX_DATA(SIM_CLK_MARK, PS7_5_FN2, PTX5_FN), | ||
1080 | PINMUX_DATA(A4_MARK, PS7_4_FN1, PTX4_FN), | ||
1081 | PINMUX_DATA(SIM_RST_MARK, PS7_4_FN2, PTX4_FN), | ||
943 | PINMUX_DATA(A3_MARK, PTX3_FN), | 1082 | PINMUX_DATA(A3_MARK, PTX3_FN), |
944 | PINMUX_DATA(A2_MARK, PTX2_FN), | 1083 | PINMUX_DATA(A2_MARK, PTX2_FN), |
945 | PINMUX_DATA(A1_MARK, PTX1_FN), | 1084 | PINMUX_DATA(A1_MARK, PTX1_FN), |
@@ -954,6 +1093,24 @@ static pinmux_enum_t pinmux_data[] = { | |||
954 | PINMUX_DATA(D2_MARK, PTY2_FN), | 1093 | PINMUX_DATA(D2_MARK, PTY2_FN), |
955 | PINMUX_DATA(D1_MARK, PTY1_FN), | 1094 | PINMUX_DATA(D1_MARK, PTY1_FN), |
956 | PINMUX_DATA(D0_MARK, PTY0_FN), | 1095 | PINMUX_DATA(D0_MARK, PTY0_FN), |
1096 | |||
1097 | /* PTZ FN */ | ||
1098 | PINMUX_DATA(MMCDAT7_MARK, PS8_15_FN1, PTZ7_FN), | ||
1099 | PINMUX_DATA(ON_DQ7_MARK, PS8_15_FN2, PTZ7_FN), | ||
1100 | PINMUX_DATA(MMCDAT6_MARK, PS8_14_FN1, PTZ6_FN), | ||
1101 | PINMUX_DATA(ON_DQ6_MARK, PS8_14_FN2, PTZ6_FN), | ||
1102 | PINMUX_DATA(MMCDAT5_MARK, PS8_13_FN1, PTZ5_FN), | ||
1103 | PINMUX_DATA(ON_DQ5_MARK, PS8_13_FN2, PTZ5_FN), | ||
1104 | PINMUX_DATA(MMCDAT4_MARK, PS8_12_FN1, PTZ4_FN), | ||
1105 | PINMUX_DATA(ON_DQ4_MARK, PS8_12_FN2, PTZ4_FN), | ||
1106 | PINMUX_DATA(MMCDAT3_MARK, PS8_11_FN1, PTZ3_FN), | ||
1107 | PINMUX_DATA(ON_DQ3_MARK, PS8_11_FN2, PTZ3_FN), | ||
1108 | PINMUX_DATA(MMCDAT2_MARK, PS8_10_FN1, PTZ2_FN), | ||
1109 | PINMUX_DATA(ON_DQ2_MARK, PS8_10_FN2, PTZ2_FN), | ||
1110 | PINMUX_DATA(MMCDAT1_MARK, PS8_9_FN1, PTZ1_FN), | ||
1111 | PINMUX_DATA(ON_DQ1_MARK, PS8_9_FN2, PTZ1_FN), | ||
1112 | PINMUX_DATA(MMCDAT0_MARK, PS8_8_FN1, PTZ0_FN), | ||
1113 | PINMUX_DATA(ON_DQ0_MARK, PS8_8_FN2, PTZ0_FN), | ||
957 | }; | 1114 | }; |
958 | 1115 | ||
959 | static struct pinmux_gpio pinmux_gpios[] = { | 1116 | static struct pinmux_gpio pinmux_gpios[] = { |
@@ -1048,7 +1205,6 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1048 | PINMUX_GPIO(GPIO_PTI0, PTI0_DATA), | 1205 | PINMUX_GPIO(GPIO_PTI0, PTI0_DATA), |
1049 | 1206 | ||
1050 | /* PTJ */ | 1207 | /* PTJ */ |
1051 | PINMUX_GPIO(GPIO_PTJ7, PTJ7_DATA), | ||
1052 | PINMUX_GPIO(GPIO_PTJ6, PTJ6_DATA), | 1208 | PINMUX_GPIO(GPIO_PTJ6, PTJ6_DATA), |
1053 | PINMUX_GPIO(GPIO_PTJ5, PTJ5_DATA), | 1209 | PINMUX_GPIO(GPIO_PTJ5, PTJ5_DATA), |
1054 | PINMUX_GPIO(GPIO_PTJ4, PTJ4_DATA), | 1210 | PINMUX_GPIO(GPIO_PTJ4, PTJ4_DATA), |
@@ -1068,7 +1224,6 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1068 | PINMUX_GPIO(GPIO_PTK0, PTK0_DATA), | 1224 | PINMUX_GPIO(GPIO_PTK0, PTK0_DATA), |
1069 | 1225 | ||
1070 | /* PTL */ | 1226 | /* PTL */ |
1071 | PINMUX_GPIO(GPIO_PTL7, PTL7_DATA), | ||
1072 | PINMUX_GPIO(GPIO_PTL6, PTL6_DATA), | 1227 | PINMUX_GPIO(GPIO_PTL6, PTL6_DATA), |
1073 | PINMUX_GPIO(GPIO_PTL5, PTL5_DATA), | 1228 | PINMUX_GPIO(GPIO_PTL5, PTL5_DATA), |
1074 | PINMUX_GPIO(GPIO_PTL4, PTL4_DATA), | 1229 | PINMUX_GPIO(GPIO_PTL4, PTL4_DATA), |
@@ -1078,6 +1233,7 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1078 | PINMUX_GPIO(GPIO_PTL0, PTL0_DATA), | 1233 | PINMUX_GPIO(GPIO_PTL0, PTL0_DATA), |
1079 | 1234 | ||
1080 | /* PTM */ | 1235 | /* PTM */ |
1236 | PINMUX_GPIO(GPIO_PTM7, PTM7_DATA), | ||
1081 | PINMUX_GPIO(GPIO_PTM6, PTM6_DATA), | 1237 | PINMUX_GPIO(GPIO_PTM6, PTM6_DATA), |
1082 | PINMUX_GPIO(GPIO_PTM5, PTM5_DATA), | 1238 | PINMUX_GPIO(GPIO_PTM5, PTM5_DATA), |
1083 | PINMUX_GPIO(GPIO_PTM4, PTM4_DATA), | 1239 | PINMUX_GPIO(GPIO_PTM4, PTM4_DATA), |
@@ -1087,7 +1243,6 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1087 | PINMUX_GPIO(GPIO_PTM0, PTM0_DATA), | 1243 | PINMUX_GPIO(GPIO_PTM0, PTM0_DATA), |
1088 | 1244 | ||
1089 | /* PTN */ | 1245 | /* PTN */ |
1090 | PINMUX_GPIO(GPIO_PTN7, PTN7_DATA), | ||
1091 | PINMUX_GPIO(GPIO_PTN6, PTN6_DATA), | 1246 | PINMUX_GPIO(GPIO_PTN6, PTN6_DATA), |
1092 | PINMUX_GPIO(GPIO_PTN5, PTN5_DATA), | 1247 | PINMUX_GPIO(GPIO_PTN5, PTN5_DATA), |
1093 | PINMUX_GPIO(GPIO_PTN4, PTN4_DATA), | 1248 | PINMUX_GPIO(GPIO_PTN4, PTN4_DATA), |
@@ -1107,6 +1262,7 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1107 | PINMUX_GPIO(GPIO_PTO0, PTO0_DATA), | 1262 | PINMUX_GPIO(GPIO_PTO0, PTO0_DATA), |
1108 | 1263 | ||
1109 | /* PTP */ | 1264 | /* PTP */ |
1265 | PINMUX_GPIO(GPIO_PTP7, PTP7_DATA), | ||
1110 | PINMUX_GPIO(GPIO_PTP6, PTP6_DATA), | 1266 | PINMUX_GPIO(GPIO_PTP6, PTP6_DATA), |
1111 | PINMUX_GPIO(GPIO_PTP5, PTP5_DATA), | 1267 | PINMUX_GPIO(GPIO_PTP5, PTP5_DATA), |
1112 | PINMUX_GPIO(GPIO_PTP4, PTP4_DATA), | 1268 | PINMUX_GPIO(GPIO_PTP4, PTP4_DATA), |
@@ -1145,6 +1301,8 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1145 | PINMUX_GPIO(GPIO_PTS0, PTS0_DATA), | 1301 | PINMUX_GPIO(GPIO_PTS0, PTS0_DATA), |
1146 | 1302 | ||
1147 | /* PTT */ | 1303 | /* PTT */ |
1304 | PINMUX_GPIO(GPIO_PTT7, PTT7_DATA), | ||
1305 | PINMUX_GPIO(GPIO_PTT6, PTT6_DATA), | ||
1148 | PINMUX_GPIO(GPIO_PTT5, PTT5_DATA), | 1306 | PINMUX_GPIO(GPIO_PTT5, PTT5_DATA), |
1149 | PINMUX_GPIO(GPIO_PTT4, PTT4_DATA), | 1307 | PINMUX_GPIO(GPIO_PTT4, PTT4_DATA), |
1150 | PINMUX_GPIO(GPIO_PTT3, PTT3_DATA), | 1308 | PINMUX_GPIO(GPIO_PTT3, PTT3_DATA), |
@@ -1212,54 +1370,35 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1212 | PINMUX_GPIO(GPIO_PTZ1, PTZ1_DATA), | 1370 | PINMUX_GPIO(GPIO_PTZ1, PTZ1_DATA), |
1213 | PINMUX_GPIO(GPIO_PTZ0, PTZ0_DATA), | 1371 | PINMUX_GPIO(GPIO_PTZ0, PTZ0_DATA), |
1214 | 1372 | ||
1215 | /* PTA (mobule: LBSC, CPG, LPC) */ | 1373 | /* PTA (mobule: LBSC, RGMII) */ |
1216 | PINMUX_GPIO(GPIO_FN_BS, BS_MARK), | 1374 | PINMUX_GPIO(GPIO_FN_BS, BS_MARK), |
1217 | PINMUX_GPIO(GPIO_FN_RDWR, RDWR_MARK), | 1375 | PINMUX_GPIO(GPIO_FN_RDWR, RDWR_MARK), |
1218 | PINMUX_GPIO(GPIO_FN_WE1, WE1_MARK), | 1376 | PINMUX_GPIO(GPIO_FN_WE1, WE1_MARK), |
1219 | PINMUX_GPIO(GPIO_FN_RDY, RDY_MARK), | 1377 | PINMUX_GPIO(GPIO_FN_RDY, RDY_MARK), |
1220 | PINMUX_GPIO(GPIO_FN_MD10, MD10_MARK), | ||
1221 | PINMUX_GPIO(GPIO_FN_MD9, MD9_MARK), | ||
1222 | PINMUX_GPIO(GPIO_FN_MD8, MD8_MARK), | ||
1223 | PINMUX_GPIO(GPIO_FN_LGPIO7, LGPIO7_MARK), | ||
1224 | PINMUX_GPIO(GPIO_FN_LGPIO6, LGPIO6_MARK), | ||
1225 | PINMUX_GPIO(GPIO_FN_LGPIO5, LGPIO5_MARK), | ||
1226 | PINMUX_GPIO(GPIO_FN_LGPIO4, LGPIO4_MARK), | ||
1227 | PINMUX_GPIO(GPIO_FN_LGPIO3, LGPIO3_MARK), | ||
1228 | PINMUX_GPIO(GPIO_FN_LGPIO2, LGPIO2_MARK), | ||
1229 | PINMUX_GPIO(GPIO_FN_LGPIO1, LGPIO1_MARK), | ||
1230 | PINMUX_GPIO(GPIO_FN_LGPIO0, LGPIO0_MARK), | ||
1231 | |||
1232 | /* PTB (mobule: LBSC, EtherC, SIM, LPC) */ | ||
1233 | PINMUX_GPIO(GPIO_FN_D15, D15_MARK), | ||
1234 | PINMUX_GPIO(GPIO_FN_D14, D14_MARK), | ||
1235 | PINMUX_GPIO(GPIO_FN_D13, D13_MARK), | ||
1236 | PINMUX_GPIO(GPIO_FN_D12, D12_MARK), | ||
1237 | PINMUX_GPIO(GPIO_FN_D11, D11_MARK), | ||
1238 | PINMUX_GPIO(GPIO_FN_D10, D10_MARK), | ||
1239 | PINMUX_GPIO(GPIO_FN_D9, D9_MARK), | ||
1240 | PINMUX_GPIO(GPIO_FN_D8, D8_MARK), | ||
1241 | PINMUX_GPIO(GPIO_FN_ET0_MDC, ET0_MDC_MARK), | 1378 | PINMUX_GPIO(GPIO_FN_ET0_MDC, ET0_MDC_MARK), |
1242 | PINMUX_GPIO(GPIO_FN_ET0_MDIO, ET0_MDIO_MARK), | 1379 | PINMUX_GPIO(GPIO_FN_ET0_MDIO, ET0_MDC_MARK), |
1243 | PINMUX_GPIO(GPIO_FN_ET1_MDC, ET1_MDC_MARK), | 1380 | PINMUX_GPIO(GPIO_FN_ET1_MDC, ET1_MDC_MARK), |
1244 | PINMUX_GPIO(GPIO_FN_ET1_MDIO, ET1_MDIO_MARK), | 1381 | PINMUX_GPIO(GPIO_FN_ET1_MDIO, ET1_MDC_MARK), |
1245 | PINMUX_GPIO(GPIO_FN_WPSZ1, WPSZ1_MARK), | ||
1246 | PINMUX_GPIO(GPIO_FN_WPSZ0, WPSZ0_MARK), | ||
1247 | PINMUX_GPIO(GPIO_FN_FWID, FWID_MARK), | ||
1248 | PINMUX_GPIO(GPIO_FN_FLSHSZ, FLSHSZ_MARK), | ||
1249 | PINMUX_GPIO(GPIO_FN_LPC_SPIEN, LPC_SPIEN_MARK), | ||
1250 | PINMUX_GPIO(GPIO_FN_BASEL, BASEL_MARK), | ||
1251 | |||
1252 | /* PTC (mobule: SD) */ | ||
1253 | PINMUX_GPIO(GPIO_FN_SD_WP, SD_WP_MARK), | ||
1254 | PINMUX_GPIO(GPIO_FN_SD_CD, SD_CD_MARK), | ||
1255 | PINMUX_GPIO(GPIO_FN_SD_CLK, SD_CLK_MARK), | ||
1256 | PINMUX_GPIO(GPIO_FN_SD_CMD, SD_CMD_MARK), | ||
1257 | PINMUX_GPIO(GPIO_FN_SD_D3, SD_D3_MARK), | ||
1258 | PINMUX_GPIO(GPIO_FN_SD_D2, SD_D2_MARK), | ||
1259 | PINMUX_GPIO(GPIO_FN_SD_D1, SD_D1_MARK), | ||
1260 | PINMUX_GPIO(GPIO_FN_SD_D0, SD_D0_MARK), | ||
1261 | 1382 | ||
1262 | /* PTD (mobule: INTC, SPI0, LBSC, CPG, ADC) */ | 1383 | /* PTB (mobule: INTC, ONFI, TMU) */ |
1384 | PINMUX_GPIO(GPIO_FN_IRQ15, IRQ15_MARK), | ||
1385 | PINMUX_GPIO(GPIO_FN_IRQ14, IRQ14_MARK), | ||
1386 | PINMUX_GPIO(GPIO_FN_IRQ13, IRQ13_MARK), | ||
1387 | PINMUX_GPIO(GPIO_FN_IRQ12, IRQ12_MARK), | ||
1388 | PINMUX_GPIO(GPIO_FN_IRQ11, IRQ11_MARK), | ||
1389 | PINMUX_GPIO(GPIO_FN_IRQ10, IRQ10_MARK), | ||
1390 | PINMUX_GPIO(GPIO_FN_IRQ9, IRQ9_MARK), | ||
1391 | PINMUX_GPIO(GPIO_FN_IRQ8, IRQ8_MARK), | ||
1392 | PINMUX_GPIO(GPIO_FN_ON_NRE, ON_NRE_MARK), | ||
1393 | PINMUX_GPIO(GPIO_FN_ON_NWE, ON_NWE_MARK), | ||
1394 | PINMUX_GPIO(GPIO_FN_ON_NWP, ON_NWP_MARK), | ||
1395 | PINMUX_GPIO(GPIO_FN_ON_NCE0, ON_NCE0_MARK), | ||
1396 | PINMUX_GPIO(GPIO_FN_ON_R_B0, ON_R_B0_MARK), | ||
1397 | PINMUX_GPIO(GPIO_FN_ON_ALE, ON_ALE_MARK), | ||
1398 | PINMUX_GPIO(GPIO_FN_ON_CLE, ON_CLE_MARK), | ||
1399 | PINMUX_GPIO(GPIO_FN_TCLK, TCLK_MARK), | ||
1400 | |||
1401 | /* PTC (mobule: IRQ, PWMU) */ | ||
1263 | PINMUX_GPIO(GPIO_FN_IRQ7, IRQ7_MARK), | 1402 | PINMUX_GPIO(GPIO_FN_IRQ7, IRQ7_MARK), |
1264 | PINMUX_GPIO(GPIO_FN_IRQ6, IRQ6_MARK), | 1403 | PINMUX_GPIO(GPIO_FN_IRQ6, IRQ6_MARK), |
1265 | PINMUX_GPIO(GPIO_FN_IRQ5, IRQ5_MARK), | 1404 | PINMUX_GPIO(GPIO_FN_IRQ5, IRQ5_MARK), |
@@ -1268,80 +1407,102 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1268 | PINMUX_GPIO(GPIO_FN_IRQ2, IRQ2_MARK), | 1407 | PINMUX_GPIO(GPIO_FN_IRQ2, IRQ2_MARK), |
1269 | PINMUX_GPIO(GPIO_FN_IRQ1, IRQ1_MARK), | 1408 | PINMUX_GPIO(GPIO_FN_IRQ1, IRQ1_MARK), |
1270 | PINMUX_GPIO(GPIO_FN_IRQ0, IRQ0_MARK), | 1409 | PINMUX_GPIO(GPIO_FN_IRQ0, IRQ0_MARK), |
1271 | PINMUX_GPIO(GPIO_FN_MD6, MD6_MARK), | 1410 | PINMUX_GPIO(GPIO_FN_PWMU0, PWMU0_MARK), |
1272 | PINMUX_GPIO(GPIO_FN_MD5, MD5_MARK), | 1411 | PINMUX_GPIO(GPIO_FN_PWMU1, PWMU1_MARK), |
1273 | PINMUX_GPIO(GPIO_FN_MD3, MD3_MARK), | 1412 | PINMUX_GPIO(GPIO_FN_PWMU2, PWMU2_MARK), |
1274 | PINMUX_GPIO(GPIO_FN_MD2, MD2_MARK), | 1413 | PINMUX_GPIO(GPIO_FN_PWMU3, PWMU3_MARK), |
1275 | PINMUX_GPIO(GPIO_FN_MD1, MD1_MARK), | 1414 | PINMUX_GPIO(GPIO_FN_PWMU4, PWMU4_MARK), |
1276 | PINMUX_GPIO(GPIO_FN_MD0, MD0_MARK), | 1415 | PINMUX_GPIO(GPIO_FN_PWMU5, PWMU5_MARK), |
1277 | PINMUX_GPIO(GPIO_FN_ADTRG1, ADTRG1_MARK), | 1416 | |
1278 | PINMUX_GPIO(GPIO_FN_ADTRG0, ADTRG0_MARK), | 1417 | /* PTD (mobule: SPI0, DMAC) */ |
1418 | PINMUX_GPIO(GPIO_FN_SP0_MOSI, SP0_MOSI_MARK), | ||
1419 | PINMUX_GPIO(GPIO_FN_SP0_MISO, SP0_MISO_MARK), | ||
1420 | PINMUX_GPIO(GPIO_FN_SP0_SCK, SP0_SCK_MARK), | ||
1421 | PINMUX_GPIO(GPIO_FN_SP0_SCK_FB, SP0_SCK_FB_MARK), | ||
1422 | PINMUX_GPIO(GPIO_FN_SP0_SS0, SP0_SS0_MARK), | ||
1423 | PINMUX_GPIO(GPIO_FN_SP0_SS1, SP0_SS1_MARK), | ||
1424 | PINMUX_GPIO(GPIO_FN_SP0_SS2, SP0_SS2_MARK), | ||
1425 | PINMUX_GPIO(GPIO_FN_SP0_SS3, SP0_SS3_MARK), | ||
1426 | PINMUX_GPIO(GPIO_FN_DREQ0, DREQ0_MARK), | ||
1427 | PINMUX_GPIO(GPIO_FN_DACK0, DACK0_MARK), | ||
1428 | PINMUX_GPIO(GPIO_FN_TEND0, TEND0_MARK), | ||
1279 | 1429 | ||
1280 | /* PTE (mobule: EtherC) */ | 1430 | /* PTE (mobule: RMII) */ |
1281 | PINMUX_GPIO(GPIO_FN_ET0_CRS_DV, ET0_CRS_DV_MARK), | 1431 | PINMUX_GPIO(GPIO_FN_RMII0_CRS_DV, RMII0_CRS_DV_MARK), |
1282 | PINMUX_GPIO(GPIO_FN_ET0_TXD1, ET0_TXD1_MARK), | 1432 | PINMUX_GPIO(GPIO_FN_RMII0_TXD1, RMII0_TXD1_MARK), |
1283 | PINMUX_GPIO(GPIO_FN_ET0_TXD0, ET0_TXD0_MARK), | 1433 | PINMUX_GPIO(GPIO_FN_RMII0_TXD0, RMII0_TXD0_MARK), |
1284 | PINMUX_GPIO(GPIO_FN_ET0_TX_EN, ET0_TX_EN_MARK), | 1434 | PINMUX_GPIO(GPIO_FN_RMII0_TXEN, RMII0_TXEN_MARK), |
1285 | PINMUX_GPIO(GPIO_FN_ET0_REF_CLK, ET0_REF_CLK_MARK), | 1435 | PINMUX_GPIO(GPIO_FN_RMII0_REFCLK, RMII0_REFCLK_MARK), |
1286 | PINMUX_GPIO(GPIO_FN_ET0_RXD1, ET0_RXD1_MARK), | 1436 | PINMUX_GPIO(GPIO_FN_RMII0_RXD1, RMII0_RXD1_MARK), |
1287 | PINMUX_GPIO(GPIO_FN_ET0_RXD0, ET0_RXD0_MARK), | 1437 | PINMUX_GPIO(GPIO_FN_RMII0_RXD0, RMII0_RXD0_MARK), |
1288 | PINMUX_GPIO(GPIO_FN_ET0_RX_ER, ET0_RX_ER_MARK), | 1438 | PINMUX_GPIO(GPIO_FN_RMII0_RX_ER, RMII0_RX_ER_MARK), |
1289 | 1439 | ||
1290 | /* PTF (mobule: EtherC) */ | 1440 | /* PTF (mobule: RMII, SerMux) */ |
1291 | PINMUX_GPIO(GPIO_FN_ET1_CRS_DV, ET1_CRS_DV_MARK), | 1441 | PINMUX_GPIO(GPIO_FN_RMII1_CRS_DV, RMII1_CRS_DV_MARK), |
1292 | PINMUX_GPIO(GPIO_FN_ET1_TXD1, ET1_TXD1_MARK), | 1442 | PINMUX_GPIO(GPIO_FN_RMII1_TXD1, RMII1_TXD1_MARK), |
1293 | PINMUX_GPIO(GPIO_FN_ET1_TXD0, ET1_TXD0_MARK), | 1443 | PINMUX_GPIO(GPIO_FN_RMII1_TXD0, RMII1_TXD0_MARK), |
1294 | PINMUX_GPIO(GPIO_FN_ET1_TX_EN, ET1_TX_EN_MARK), | 1444 | PINMUX_GPIO(GPIO_FN_RMII1_TXEN, RMII1_TXEN_MARK), |
1295 | PINMUX_GPIO(GPIO_FN_ET1_REF_CLK, ET1_REF_CLK_MARK), | 1445 | PINMUX_GPIO(GPIO_FN_RMII1_REFCLK, RMII1_REFCLK_MARK), |
1296 | PINMUX_GPIO(GPIO_FN_ET1_RXD1, ET1_RXD1_MARK), | 1446 | PINMUX_GPIO(GPIO_FN_RMII1_RXD1, RMII1_RXD1_MARK), |
1297 | PINMUX_GPIO(GPIO_FN_ET1_RXD0, ET1_RXD0_MARK), | 1447 | PINMUX_GPIO(GPIO_FN_RMII1_RXD0, RMII1_RXD0_MARK), |
1298 | PINMUX_GPIO(GPIO_FN_ET1_RX_ER, ET1_RX_ER_MARK), | 1448 | PINMUX_GPIO(GPIO_FN_RMII1_RX_ER, RMII1_RX_ER_MARK), |
1299 | 1449 | PINMUX_GPIO(GPIO_FN_RAC_RI, RAC_RI_MARK), | |
1300 | /* PTG (mobule: SYSTEM, PWMX, LPC) */ | 1450 | |
1301 | PINMUX_GPIO(GPIO_FN_STATUS0, STATUS0_MARK), | 1451 | /* PTG (mobule: system, LBSC, LPC, WDT, LPC, eMMC) */ |
1302 | PINMUX_GPIO(GPIO_FN_STATUS1, STATUS1_MARK), | 1452 | PINMUX_GPIO(GPIO_FN_BOOTFMS, BOOTFMS_MARK), |
1303 | PINMUX_GPIO(GPIO_FN_PWX0, PWX0_MARK), | 1453 | PINMUX_GPIO(GPIO_FN_BOOTWP, BOOTWP_MARK), |
1304 | PINMUX_GPIO(GPIO_FN_PWX1, PWX1_MARK), | 1454 | PINMUX_GPIO(GPIO_FN_A25, A25_MARK), |
1305 | PINMUX_GPIO(GPIO_FN_PWX2, PWX2_MARK), | 1455 | PINMUX_GPIO(GPIO_FN_A24, A24_MARK), |
1306 | PINMUX_GPIO(GPIO_FN_PWX3, PWX3_MARK), | ||
1307 | PINMUX_GPIO(GPIO_FN_SERIRQ, SERIRQ_MARK), | 1456 | PINMUX_GPIO(GPIO_FN_SERIRQ, SERIRQ_MARK), |
1308 | PINMUX_GPIO(GPIO_FN_CLKRUN, CLKRUN_MARK), | 1457 | PINMUX_GPIO(GPIO_FN_WDTOVF, WDTOVF_MARK), |
1309 | PINMUX_GPIO(GPIO_FN_LPCPD, LPCPD_MARK), | 1458 | PINMUX_GPIO(GPIO_FN_LPCPD, LPCPD_MARK), |
1310 | PINMUX_GPIO(GPIO_FN_LDRQ, LDRQ_MARK), | 1459 | PINMUX_GPIO(GPIO_FN_LDRQ, LDRQ_MARK), |
1460 | PINMUX_GPIO(GPIO_FN_MMCCLK, MMCCLK_MARK), | ||
1461 | PINMUX_GPIO(GPIO_FN_MMCCMD, MMCCMD_MARK), | ||
1311 | 1462 | ||
1312 | /* PTH (mobule: TMU, SCIF234, SPI1, SPI0) */ | 1463 | /* PTH (mobule: SPI1, LPC, DMAC, ADC) */ |
1313 | PINMUX_GPIO(GPIO_FN_TCLK, TCLK_MARK), | ||
1314 | PINMUX_GPIO(GPIO_FN_RXD4, RXD4_MARK), | ||
1315 | PINMUX_GPIO(GPIO_FN_TXD4, TXD4_MARK), | ||
1316 | PINMUX_GPIO(GPIO_FN_SP1_MOSI, SP1_MOSI_MARK), | 1464 | PINMUX_GPIO(GPIO_FN_SP1_MOSI, SP1_MOSI_MARK), |
1317 | PINMUX_GPIO(GPIO_FN_SP1_MISO, SP1_MISO_MARK), | 1465 | PINMUX_GPIO(GPIO_FN_SP1_MISO, SP1_MISO_MARK), |
1318 | PINMUX_GPIO(GPIO_FN_SP1_SCK, SP1_SCK_MARK), | 1466 | PINMUX_GPIO(GPIO_FN_SP1_SCK, SP1_SCK_MARK), |
1319 | PINMUX_GPIO(GPIO_FN_SP1_SCK_FB, SP1_SCK_FB_MARK), | 1467 | PINMUX_GPIO(GPIO_FN_SP1_SCK_FB, SP1_SCK_FB_MARK), |
1320 | PINMUX_GPIO(GPIO_FN_SP1_SS0, SP1_SS0_MARK), | 1468 | PINMUX_GPIO(GPIO_FN_SP1_SS0, SP1_SS0_MARK), |
1321 | PINMUX_GPIO(GPIO_FN_SP1_SS1, SP1_SS1_MARK), | 1469 | PINMUX_GPIO(GPIO_FN_SP1_SS1, SP1_SS1_MARK), |
1322 | PINMUX_GPIO(GPIO_FN_SP0_SS1, SP0_SS1_MARK), | 1470 | PINMUX_GPIO(GPIO_FN_WP, WP_MARK), |
1471 | PINMUX_GPIO(GPIO_FN_FMS0, FMS0_MARK), | ||
1472 | PINMUX_GPIO(GPIO_FN_TEND1, TEND1_MARK), | ||
1473 | PINMUX_GPIO(GPIO_FN_DREQ1, DREQ1_MARK), | ||
1474 | PINMUX_GPIO(GPIO_FN_DACK1, DACK1_MARK), | ||
1475 | PINMUX_GPIO(GPIO_FN_ADTRG1, ADTRG1_MARK), | ||
1476 | PINMUX_GPIO(GPIO_FN_ADTRG0, ADTRG0_MARK), | ||
1323 | 1477 | ||
1324 | /* PTI (mobule: INTC) */ | 1478 | /* PTI (mobule: LBSC, SDHI) */ |
1325 | PINMUX_GPIO(GPIO_FN_IRQ15, IRQ15_MARK), | 1479 | PINMUX_GPIO(GPIO_FN_D15, D15_MARK), |
1326 | PINMUX_GPIO(GPIO_FN_IRQ14, IRQ14_MARK), | 1480 | PINMUX_GPIO(GPIO_FN_D14, D14_MARK), |
1327 | PINMUX_GPIO(GPIO_FN_IRQ13, IRQ13_MARK), | 1481 | PINMUX_GPIO(GPIO_FN_D13, D13_MARK), |
1328 | PINMUX_GPIO(GPIO_FN_IRQ12, IRQ12_MARK), | 1482 | PINMUX_GPIO(GPIO_FN_D12, D12_MARK), |
1329 | PINMUX_GPIO(GPIO_FN_IRQ11, IRQ11_MARK), | 1483 | PINMUX_GPIO(GPIO_FN_D11, D11_MARK), |
1330 | PINMUX_GPIO(GPIO_FN_IRQ10, IRQ10_MARK), | 1484 | PINMUX_GPIO(GPIO_FN_D10, D10_MARK), |
1331 | PINMUX_GPIO(GPIO_FN_IRQ9, IRQ9_MARK), | 1485 | PINMUX_GPIO(GPIO_FN_D9, D9_MARK), |
1332 | PINMUX_GPIO(GPIO_FN_IRQ8, IRQ8_MARK), | 1486 | PINMUX_GPIO(GPIO_FN_D8, D8_MARK), |
1487 | PINMUX_GPIO(GPIO_FN_SD_WP, SD_WP_MARK), | ||
1488 | PINMUX_GPIO(GPIO_FN_SD_CD, SD_CD_MARK), | ||
1489 | PINMUX_GPIO(GPIO_FN_SD_CLK, SD_CLK_MARK), | ||
1490 | PINMUX_GPIO(GPIO_FN_SD_CMD, SD_CMD_MARK), | ||
1491 | PINMUX_GPIO(GPIO_FN_SD_D3, SD_D3_MARK), | ||
1492 | PINMUX_GPIO(GPIO_FN_SD_D2, SD_D2_MARK), | ||
1493 | PINMUX_GPIO(GPIO_FN_SD_D1, SD_D1_MARK), | ||
1494 | PINMUX_GPIO(GPIO_FN_SD_D0, SD_D0_MARK), | ||
1333 | 1495 | ||
1334 | /* PTJ (mobule: SCIF234, SERMUX) */ | 1496 | /* PTJ (mobule: SCIF234, SERMUX) */ |
1335 | PINMUX_GPIO(GPIO_FN_RXD3, RXD3_MARK), | 1497 | PINMUX_GPIO(GPIO_FN_RTS3, RTS3_MARK), |
1498 | PINMUX_GPIO(GPIO_FN_CTS3, CTS3_MARK), | ||
1336 | PINMUX_GPIO(GPIO_FN_TXD3, TXD3_MARK), | 1499 | PINMUX_GPIO(GPIO_FN_TXD3, TXD3_MARK), |
1337 | PINMUX_GPIO(GPIO_FN_RXD2, RXD2_MARK), | 1500 | PINMUX_GPIO(GPIO_FN_RXD3, RXD3_MARK), |
1338 | PINMUX_GPIO(GPIO_FN_TXD2, TXD2_MARK), | 1501 | PINMUX_GPIO(GPIO_FN_RTS4, RTS4_MARK), |
1339 | PINMUX_GPIO(GPIO_FN_COM1_TXD, COM1_TXD_MARK), | 1502 | PINMUX_GPIO(GPIO_FN_RXD4, RXD4_MARK), |
1340 | PINMUX_GPIO(GPIO_FN_COM1_RXD, COM1_RXD_MARK), | 1503 | PINMUX_GPIO(GPIO_FN_TXD4, TXD4_MARK), |
1341 | PINMUX_GPIO(GPIO_FN_COM1_RTS, COM1_RTS_MARK), | ||
1342 | PINMUX_GPIO(GPIO_FN_COM1_CTS, COM1_CTS_MARK), | ||
1343 | 1504 | ||
1344 | /* PTK (mobule: SERMUX) */ | 1505 | /* PTK (mobule: SERMUX, LBSC, SCIF) */ |
1345 | PINMUX_GPIO(GPIO_FN_COM2_TXD, COM2_TXD_MARK), | 1506 | PINMUX_GPIO(GPIO_FN_COM2_TXD, COM2_TXD_MARK), |
1346 | PINMUX_GPIO(GPIO_FN_COM2_RXD, COM2_RXD_MARK), | 1507 | PINMUX_GPIO(GPIO_FN_COM2_RXD, COM2_RXD_MARK), |
1347 | PINMUX_GPIO(GPIO_FN_COM2_RTS, COM2_RTS_MARK), | 1508 | PINMUX_GPIO(GPIO_FN_COM2_RTS, COM2_RTS_MARK), |
@@ -1349,62 +1510,65 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1349 | PINMUX_GPIO(GPIO_FN_COM2_DTR, COM2_DTR_MARK), | 1510 | PINMUX_GPIO(GPIO_FN_COM2_DTR, COM2_DTR_MARK), |
1350 | PINMUX_GPIO(GPIO_FN_COM2_DSR, COM2_DSR_MARK), | 1511 | PINMUX_GPIO(GPIO_FN_COM2_DSR, COM2_DSR_MARK), |
1351 | PINMUX_GPIO(GPIO_FN_COM2_DCD, COM2_DCD_MARK), | 1512 | PINMUX_GPIO(GPIO_FN_COM2_DCD, COM2_DCD_MARK), |
1352 | PINMUX_GPIO(GPIO_FN_COM2_RI, COM2_RI_MARK), | 1513 | PINMUX_GPIO(GPIO_FN_CLKOUT, CLKOUT_MARK), |
1514 | PINMUX_GPIO(GPIO_FN_SCK2, SCK2_MARK), | ||
1515 | PINMUX_GPIO(GPIO_FN_SCK4, SCK4_MARK), | ||
1516 | PINMUX_GPIO(GPIO_FN_SCK3, SCK3_MARK), | ||
1353 | 1517 | ||
1354 | /* PTL (mobule: SERMUX) */ | 1518 | /* PTL (mobule: SERMUX, SCIF, LBSC, AUD) */ |
1355 | PINMUX_GPIO(GPIO_FN_RAC_TXD, RAC_TXD_MARK), | ||
1356 | PINMUX_GPIO(GPIO_FN_RAC_RXD, RAC_RXD_MARK), | 1519 | PINMUX_GPIO(GPIO_FN_RAC_RXD, RAC_RXD_MARK), |
1357 | PINMUX_GPIO(GPIO_FN_RAC_RTS, RAC_RTS_MARK), | 1520 | PINMUX_GPIO(GPIO_FN_RAC_RTS, RAC_RTS_MARK), |
1358 | PINMUX_GPIO(GPIO_FN_RAC_CTS, RAC_CTS_MARK), | 1521 | PINMUX_GPIO(GPIO_FN_RAC_CTS, RAC_CTS_MARK), |
1359 | PINMUX_GPIO(GPIO_FN_RAC_DTR, RAC_DTR_MARK), | 1522 | PINMUX_GPIO(GPIO_FN_RAC_DTR, RAC_DTR_MARK), |
1360 | PINMUX_GPIO(GPIO_FN_RAC_DSR, RAC_DSR_MARK), | 1523 | PINMUX_GPIO(GPIO_FN_RAC_DSR, RAC_DSR_MARK), |
1361 | PINMUX_GPIO(GPIO_FN_RAC_DCD, RAC_DCD_MARK), | 1524 | PINMUX_GPIO(GPIO_FN_RAC_DCD, RAC_DCD_MARK), |
1362 | PINMUX_GPIO(GPIO_FN_RAC_RI, RAC_RI_MARK), | 1525 | PINMUX_GPIO(GPIO_FN_RAC_TXD, RAC_TXD_MARK), |
1526 | PINMUX_GPIO(GPIO_FN_RXD2, RXD2_MARK), | ||
1527 | PINMUX_GPIO(GPIO_FN_CS5, CS5_MARK), | ||
1528 | PINMUX_GPIO(GPIO_FN_CS6, CS6_MARK), | ||
1529 | PINMUX_GPIO(GPIO_FN_AUDSYNC, AUDSYNC_MARK), | ||
1530 | PINMUX_GPIO(GPIO_FN_AUDCK, AUDCK_MARK), | ||
1531 | PINMUX_GPIO(GPIO_FN_TXD2, TXD2_MARK), | ||
1363 | 1532 | ||
1364 | /* PTM (mobule: IIC, LPC) */ | 1533 | /* PTM (mobule: LBSC, IIC) */ |
1534 | PINMUX_GPIO(GPIO_FN_CS4, CS4_MARK), | ||
1535 | PINMUX_GPIO(GPIO_FN_RD, RD_MARK), | ||
1536 | PINMUX_GPIO(GPIO_FN_WE0, WE0_MARK), | ||
1537 | PINMUX_GPIO(GPIO_FN_CS0, CS0_MARK), | ||
1365 | PINMUX_GPIO(GPIO_FN_SDA6, SDA6_MARK), | 1538 | PINMUX_GPIO(GPIO_FN_SDA6, SDA6_MARK), |
1366 | PINMUX_GPIO(GPIO_FN_SCL6, SCL6_MARK), | 1539 | PINMUX_GPIO(GPIO_FN_SCL6, SCL6_MARK), |
1367 | PINMUX_GPIO(GPIO_FN_SDA7, SDA7_MARK), | 1540 | PINMUX_GPIO(GPIO_FN_SDA7, SDA7_MARK), |
1368 | PINMUX_GPIO(GPIO_FN_SCL7, SCL7_MARK), | 1541 | PINMUX_GPIO(GPIO_FN_SCL7, SCL7_MARK), |
1369 | PINMUX_GPIO(GPIO_FN_WP, WP_MARK), | ||
1370 | PINMUX_GPIO(GPIO_FN_FMS0, FMS0_MARK), | ||
1371 | PINMUX_GPIO(GPIO_FN_FMS1, FMS1_MARK), | ||
1372 | 1542 | ||
1373 | /* PTN (mobule: SCIF234, EVC) */ | 1543 | /* PTN (mobule: USB, JMC, SGPIO, WDT) */ |
1374 | PINMUX_GPIO(GPIO_FN_SCK2, SCK2_MARK), | 1544 | PINMUX_GPIO(GPIO_FN_VBUS_EN, VBUS_EN_MARK), |
1375 | PINMUX_GPIO(GPIO_FN_RTS4, RTS4_MARK), | 1545 | PINMUX_GPIO(GPIO_FN_VBUS_OC, VBUS_OC_MARK), |
1376 | PINMUX_GPIO(GPIO_FN_RTS3, RTS3_MARK), | 1546 | PINMUX_GPIO(GPIO_FN_JMCTCK, JMCTCK_MARK), |
1377 | PINMUX_GPIO(GPIO_FN_RTS2, RTS2_MARK), | 1547 | PINMUX_GPIO(GPIO_FN_JMCTMS, JMCTMS_MARK), |
1378 | PINMUX_GPIO(GPIO_FN_CTS4, CTS4_MARK), | 1548 | PINMUX_GPIO(GPIO_FN_JMCTDO, JMCTDO_MARK), |
1379 | PINMUX_GPIO(GPIO_FN_CTS3, CTS3_MARK), | 1549 | PINMUX_GPIO(GPIO_FN_JMCTDI, JMCTDI_MARK), |
1380 | PINMUX_GPIO(GPIO_FN_CTS2, CTS2_MARK), | 1550 | PINMUX_GPIO(GPIO_FN_JMCTRST, JMCTRST_MARK), |
1381 | PINMUX_GPIO(GPIO_FN_EVENT7, EVENT7_MARK), | 1551 | PINMUX_GPIO(GPIO_FN_SGPIO1_CLK, SGPIO1_CLK_MARK), |
1382 | PINMUX_GPIO(GPIO_FN_EVENT6, EVENT6_MARK), | 1552 | PINMUX_GPIO(GPIO_FN_SGPIO1_LOAD, SGPIO1_LOAD_MARK), |
1383 | PINMUX_GPIO(GPIO_FN_EVENT5, EVENT5_MARK), | 1553 | PINMUX_GPIO(GPIO_FN_SGPIO1_DI, SGPIO1_DI_MARK), |
1384 | PINMUX_GPIO(GPIO_FN_EVENT4, EVENT4_MARK), | 1554 | PINMUX_GPIO(GPIO_FN_SGPIO1_DO, SGPIO1_DO_MARK), |
1385 | PINMUX_GPIO(GPIO_FN_EVENT3, EVENT3_MARK), | 1555 | PINMUX_GPIO(GPIO_FN_SUB_CLKIN, SUB_CLKIN_MARK), |
1386 | PINMUX_GPIO(GPIO_FN_EVENT2, EVENT2_MARK), | ||
1387 | PINMUX_GPIO(GPIO_FN_EVENT1, EVENT1_MARK), | ||
1388 | PINMUX_GPIO(GPIO_FN_EVENT0, EVENT0_MARK), | ||
1389 | 1556 | ||
1390 | /* PTO (mobule: SGPIO) */ | 1557 | /* PTO (mobule: SGPIO, SerMux) */ |
1391 | PINMUX_GPIO(GPIO_FN_SGPIO0_CLK, SGPIO0_CLK_MARK), | 1558 | PINMUX_GPIO(GPIO_FN_SGPIO0_CLK, SGPIO0_CLK_MARK), |
1392 | PINMUX_GPIO(GPIO_FN_SGPIO0_LOAD, SGPIO0_LOAD_MARK), | 1559 | PINMUX_GPIO(GPIO_FN_SGPIO0_LOAD, SGPIO0_LOAD_MARK), |
1393 | PINMUX_GPIO(GPIO_FN_SGPIO0_DI, SGPIO0_DI_MARK), | 1560 | PINMUX_GPIO(GPIO_FN_SGPIO0_DI, SGPIO0_DI_MARK), |
1394 | PINMUX_GPIO(GPIO_FN_SGPIO0_DO, SGPIO0_DO_MARK), | 1561 | PINMUX_GPIO(GPIO_FN_SGPIO0_DO, SGPIO0_DO_MARK), |
1395 | PINMUX_GPIO(GPIO_FN_SGPIO1_CLK, SGPIO1_CLK_MARK), | 1562 | PINMUX_GPIO(GPIO_FN_SGPIO2_CLK, SGPIO2_CLK_MARK), |
1396 | PINMUX_GPIO(GPIO_FN_SGPIO1_LOAD, SGPIO1_LOAD_MARK), | 1563 | PINMUX_GPIO(GPIO_FN_SGPIO2_LOAD, SGPIO2_LOAD_MARK), |
1397 | PINMUX_GPIO(GPIO_FN_SGPIO1_DI, SGPIO1_DI_MARK), | 1564 | PINMUX_GPIO(GPIO_FN_SGPIO2_DI, SGPIO2_DI_MARK), |
1398 | PINMUX_GPIO(GPIO_FN_SGPIO1_DO, SGPIO1_DO_MARK), | 1565 | PINMUX_GPIO(GPIO_FN_SGPIO2_DO, SGPIO2_DO_MARK), |
1566 | PINMUX_GPIO(GPIO_FN_COM1_TXD, COM1_TXD_MARK), | ||
1567 | PINMUX_GPIO(GPIO_FN_COM1_RXD, COM1_RXD_MARK), | ||
1568 | PINMUX_GPIO(GPIO_FN_COM1_RTS, COM1_RTS_MARK), | ||
1569 | PINMUX_GPIO(GPIO_FN_COM1_CTS, COM1_CTS_MARK), | ||
1399 | 1570 | ||
1400 | /* PTP (mobule: JMC, SCIF234) */ | 1571 | /* PTP (mobule: EVC, ADC) */ |
1401 | PINMUX_GPIO(GPIO_FN_JMCTCK, JMCTCK_MARK), | ||
1402 | PINMUX_GPIO(GPIO_FN_JMCTMS, JMCTMS_MARK), | ||
1403 | PINMUX_GPIO(GPIO_FN_JMCTDO, JMCTDO_MARK), | ||
1404 | PINMUX_GPIO(GPIO_FN_JMCTDI, JMCTDI_MARK), | ||
1405 | PINMUX_GPIO(GPIO_FN_JMCRST, JMCRST_MARK), | ||
1406 | PINMUX_GPIO(GPIO_FN_SCK4, SCK4_MARK), | ||
1407 | PINMUX_GPIO(GPIO_FN_SCK3, SCK3_MARK), | ||
1408 | 1572 | ||
1409 | /* PTQ (mobule: LPC) */ | 1573 | /* PTQ (mobule: LPC) */ |
1410 | PINMUX_GPIO(GPIO_FN_LAD3, LAD3_MARK), | 1574 | PINMUX_GPIO(GPIO_FN_LAD3, LAD3_MARK), |
@@ -1439,31 +1603,41 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1439 | PINMUX_GPIO(GPIO_FN_SDA3, SDA3_MARK), | 1603 | PINMUX_GPIO(GPIO_FN_SDA3, SDA3_MARK), |
1440 | PINMUX_GPIO(GPIO_FN_SCL3, SCL3_MARK), | 1604 | PINMUX_GPIO(GPIO_FN_SCL3, SCL3_MARK), |
1441 | 1605 | ||
1442 | /* PTT (mobule: SYSTEM, PWMX) */ | 1606 | /* PTT (mobule: PWMX, AUD) */ |
1443 | PINMUX_GPIO(GPIO_FN_AUDSYNC, AUDSYNC_MARK), | 1607 | PINMUX_GPIO(GPIO_FN_PWMX7, PWMX7_MARK), |
1444 | PINMUX_GPIO(GPIO_FN_AUDCK, AUDCK_MARK), | 1608 | PINMUX_GPIO(GPIO_FN_PWMX6, PWMX6_MARK), |
1609 | PINMUX_GPIO(GPIO_FN_PWMX5, PWMX5_MARK), | ||
1610 | PINMUX_GPIO(GPIO_FN_PWMX4, PWMX4_MARK), | ||
1611 | PINMUX_GPIO(GPIO_FN_PWMX3, PWMX3_MARK), | ||
1612 | PINMUX_GPIO(GPIO_FN_PWMX2, PWMX2_MARK), | ||
1613 | PINMUX_GPIO(GPIO_FN_PWMX1, PWMX1_MARK), | ||
1614 | PINMUX_GPIO(GPIO_FN_PWMX0, PWMX0_MARK), | ||
1445 | PINMUX_GPIO(GPIO_FN_AUDATA3, AUDATA3_MARK), | 1615 | PINMUX_GPIO(GPIO_FN_AUDATA3, AUDATA3_MARK), |
1446 | PINMUX_GPIO(GPIO_FN_AUDATA2, AUDATA2_MARK), | 1616 | PINMUX_GPIO(GPIO_FN_AUDATA2, AUDATA2_MARK), |
1447 | PINMUX_GPIO(GPIO_FN_AUDATA1, AUDATA1_MARK), | 1617 | PINMUX_GPIO(GPIO_FN_AUDATA1, AUDATA1_MARK), |
1448 | PINMUX_GPIO(GPIO_FN_AUDATA0, AUDATA0_MARK), | 1618 | PINMUX_GPIO(GPIO_FN_AUDATA0, AUDATA0_MARK), |
1449 | PINMUX_GPIO(GPIO_FN_PWX7, PWX7_MARK), | 1619 | PINMUX_GPIO(GPIO_FN_STATUS1, STATUS1_MARK), |
1450 | PINMUX_GPIO(GPIO_FN_PWX6, PWX6_MARK), | 1620 | PINMUX_GPIO(GPIO_FN_STATUS0, STATUS0_MARK), |
1451 | PINMUX_GPIO(GPIO_FN_PWX5, PWX5_MARK), | ||
1452 | PINMUX_GPIO(GPIO_FN_PWX4, PWX4_MARK), | ||
1453 | |||
1454 | /* PTU (mobule: LBSC, DMAC) */ | ||
1455 | PINMUX_GPIO(GPIO_FN_CS6, CS6_MARK), | ||
1456 | PINMUX_GPIO(GPIO_FN_CS5, CS5_MARK), | ||
1457 | PINMUX_GPIO(GPIO_FN_CS4, CS4_MARK), | ||
1458 | PINMUX_GPIO(GPIO_FN_CS0, CS0_MARK), | ||
1459 | PINMUX_GPIO(GPIO_FN_RD, RD_MARK), | ||
1460 | PINMUX_GPIO(GPIO_FN_WE0, WE0_MARK), | ||
1461 | PINMUX_GPIO(GPIO_FN_A25, A25_MARK), | ||
1462 | PINMUX_GPIO(GPIO_FN_A24, A24_MARK), | ||
1463 | PINMUX_GPIO(GPIO_FN_DREQ0, DREQ0_MARK), | ||
1464 | PINMUX_GPIO(GPIO_FN_DACK0, DACK0_MARK), | ||
1465 | 1621 | ||
1466 | /* PTV (mobule: LBSC, DMAC) */ | 1622 | /* PTU (mobule: LPC, APM) */ |
1623 | PINMUX_GPIO(GPIO_FN_LGPIO7, LGPIO7_MARK), | ||
1624 | PINMUX_GPIO(GPIO_FN_LGPIO6, LGPIO6_MARK), | ||
1625 | PINMUX_GPIO(GPIO_FN_LGPIO5, LGPIO5_MARK), | ||
1626 | PINMUX_GPIO(GPIO_FN_LGPIO4, LGPIO4_MARK), | ||
1627 | PINMUX_GPIO(GPIO_FN_LGPIO3, LGPIO3_MARK), | ||
1628 | PINMUX_GPIO(GPIO_FN_LGPIO2, LGPIO2_MARK), | ||
1629 | PINMUX_GPIO(GPIO_FN_LGPIO1, LGPIO1_MARK), | ||
1630 | PINMUX_GPIO(GPIO_FN_LGPIO0, LGPIO0_MARK), | ||
1631 | PINMUX_GPIO(GPIO_FN_APMONCTL_O, APMONCTL_O_MARK), | ||
1632 | PINMUX_GPIO(GPIO_FN_APMPWBTOUT_O, APMPWBTOUT_O_MARK), | ||
1633 | PINMUX_GPIO(GPIO_FN_APMSCI_O, APMSCI_O_MARK), | ||
1634 | PINMUX_GPIO(GPIO_FN_APMVDDON, APMVDDON_MARK), | ||
1635 | PINMUX_GPIO(GPIO_FN_APMSLPBTN, APMSLPBTN_MARK), | ||
1636 | PINMUX_GPIO(GPIO_FN_APMPWRBTN, APMPWRBTN_MARK), | ||
1637 | PINMUX_GPIO(GPIO_FN_APMS5N, APMS5N_MARK), | ||
1638 | PINMUX_GPIO(GPIO_FN_APMS3N, APMS3N_MARK), | ||
1639 | |||
1640 | /* PTV (mobule: LBSC, SerMux, R-SPI, EVC, GRA) */ | ||
1467 | PINMUX_GPIO(GPIO_FN_A23, A23_MARK), | 1641 | PINMUX_GPIO(GPIO_FN_A23, A23_MARK), |
1468 | PINMUX_GPIO(GPIO_FN_A22, A22_MARK), | 1642 | PINMUX_GPIO(GPIO_FN_A22, A22_MARK), |
1469 | PINMUX_GPIO(GPIO_FN_A21, A21_MARK), | 1643 | PINMUX_GPIO(GPIO_FN_A21, A21_MARK), |
@@ -1472,12 +1646,20 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1472 | PINMUX_GPIO(GPIO_FN_A18, A18_MARK), | 1646 | PINMUX_GPIO(GPIO_FN_A18, A18_MARK), |
1473 | PINMUX_GPIO(GPIO_FN_A17, A17_MARK), | 1647 | PINMUX_GPIO(GPIO_FN_A17, A17_MARK), |
1474 | PINMUX_GPIO(GPIO_FN_A16, A16_MARK), | 1648 | PINMUX_GPIO(GPIO_FN_A16, A16_MARK), |
1475 | PINMUX_GPIO(GPIO_FN_TEND0, TEND0_MARK), | 1649 | PINMUX_GPIO(GPIO_FN_COM2_RI, COM2_RI_MARK), |
1476 | PINMUX_GPIO(GPIO_FN_DREQ1, DREQ1_MARK), | 1650 | PINMUX_GPIO(GPIO_FN_R_SPI_MOSI, R_SPI_MOSI_MARK), |
1477 | PINMUX_GPIO(GPIO_FN_DACK1, DACK1_MARK), | 1651 | PINMUX_GPIO(GPIO_FN_R_SPI_MISO, R_SPI_MISO_MARK), |
1478 | PINMUX_GPIO(GPIO_FN_TEND1, TEND1_MARK), | 1652 | PINMUX_GPIO(GPIO_FN_R_SPI_RSPCK, R_SPI_RSPCK_MARK), |
1653 | PINMUX_GPIO(GPIO_FN_R_SPI_SSL0, R_SPI_SSL0_MARK), | ||
1654 | PINMUX_GPIO(GPIO_FN_R_SPI_SSL1, R_SPI_SSL1_MARK), | ||
1655 | PINMUX_GPIO(GPIO_FN_EVENT7, EVENT7_MARK), | ||
1656 | PINMUX_GPIO(GPIO_FN_EVENT6, EVENT6_MARK), | ||
1657 | PINMUX_GPIO(GPIO_FN_VBIOS_DI, VBIOS_DI_MARK), | ||
1658 | PINMUX_GPIO(GPIO_FN_VBIOS_DO, VBIOS_DO_MARK), | ||
1659 | PINMUX_GPIO(GPIO_FN_VBIOS_CLK, VBIOS_CLK_MARK), | ||
1660 | PINMUX_GPIO(GPIO_FN_VBIOS_CS, VBIOS_CS_MARK), | ||
1479 | 1661 | ||
1480 | /* PTW (mobule: LBSC) */ | 1662 | /* PTW (mobule: LBSC, EVC, SCIF) */ |
1481 | PINMUX_GPIO(GPIO_FN_A16, A16_MARK), | 1663 | PINMUX_GPIO(GPIO_FN_A16, A16_MARK), |
1482 | PINMUX_GPIO(GPIO_FN_A15, A15_MARK), | 1664 | PINMUX_GPIO(GPIO_FN_A15, A15_MARK), |
1483 | PINMUX_GPIO(GPIO_FN_A14, A14_MARK), | 1665 | PINMUX_GPIO(GPIO_FN_A14, A14_MARK), |
@@ -1487,6 +1669,14 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1487 | PINMUX_GPIO(GPIO_FN_A10, A10_MARK), | 1669 | PINMUX_GPIO(GPIO_FN_A10, A10_MARK), |
1488 | PINMUX_GPIO(GPIO_FN_A9, A9_MARK), | 1670 | PINMUX_GPIO(GPIO_FN_A9, A9_MARK), |
1489 | PINMUX_GPIO(GPIO_FN_A8, A8_MARK), | 1671 | PINMUX_GPIO(GPIO_FN_A8, A8_MARK), |
1672 | PINMUX_GPIO(GPIO_FN_EVENT5, EVENT5_MARK), | ||
1673 | PINMUX_GPIO(GPIO_FN_EVENT4, EVENT4_MARK), | ||
1674 | PINMUX_GPIO(GPIO_FN_EVENT3, EVENT3_MARK), | ||
1675 | PINMUX_GPIO(GPIO_FN_EVENT2, EVENT2_MARK), | ||
1676 | PINMUX_GPIO(GPIO_FN_EVENT1, EVENT1_MARK), | ||
1677 | PINMUX_GPIO(GPIO_FN_EVENT0, EVENT0_MARK), | ||
1678 | PINMUX_GPIO(GPIO_FN_CTS4, CTS4_MARK), | ||
1679 | PINMUX_GPIO(GPIO_FN_CTS2, CTS2_MARK), | ||
1490 | 1680 | ||
1491 | /* PTX (mobule: LBSC) */ | 1681 | /* PTX (mobule: LBSC) */ |
1492 | PINMUX_GPIO(GPIO_FN_A7, A7_MARK), | 1682 | PINMUX_GPIO(GPIO_FN_A7, A7_MARK), |
@@ -1497,6 +1687,10 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1497 | PINMUX_GPIO(GPIO_FN_A2, A2_MARK), | 1687 | PINMUX_GPIO(GPIO_FN_A2, A2_MARK), |
1498 | PINMUX_GPIO(GPIO_FN_A1, A1_MARK), | 1688 | PINMUX_GPIO(GPIO_FN_A1, A1_MARK), |
1499 | PINMUX_GPIO(GPIO_FN_A0, A0_MARK), | 1689 | PINMUX_GPIO(GPIO_FN_A0, A0_MARK), |
1690 | PINMUX_GPIO(GPIO_FN_RTS2, RTS2_MARK), | ||
1691 | PINMUX_GPIO(GPIO_FN_SIM_D, SIM_D_MARK), | ||
1692 | PINMUX_GPIO(GPIO_FN_SIM_CLK, SIM_CLK_MARK), | ||
1693 | PINMUX_GPIO(GPIO_FN_SIM_RST, SIM_RST_MARK), | ||
1500 | 1694 | ||
1501 | /* PTY (mobule: LBSC) */ | 1695 | /* PTY (mobule: LBSC) */ |
1502 | PINMUX_GPIO(GPIO_FN_D7, D7_MARK), | 1696 | PINMUX_GPIO(GPIO_FN_D7, D7_MARK), |
@@ -1507,18 +1701,36 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1507 | PINMUX_GPIO(GPIO_FN_D2, D2_MARK), | 1701 | PINMUX_GPIO(GPIO_FN_D2, D2_MARK), |
1508 | PINMUX_GPIO(GPIO_FN_D1, D1_MARK), | 1702 | PINMUX_GPIO(GPIO_FN_D1, D1_MARK), |
1509 | PINMUX_GPIO(GPIO_FN_D0, D0_MARK), | 1703 | PINMUX_GPIO(GPIO_FN_D0, D0_MARK), |
1704 | |||
1705 | /* PTZ (mobule: eMMC, ONFI) */ | ||
1706 | PINMUX_GPIO(GPIO_FN_MMCDAT7, MMCDAT7_MARK), | ||
1707 | PINMUX_GPIO(GPIO_FN_MMCDAT6, MMCDAT6_MARK), | ||
1708 | PINMUX_GPIO(GPIO_FN_MMCDAT5, MMCDAT5_MARK), | ||
1709 | PINMUX_GPIO(GPIO_FN_MMCDAT4, MMCDAT4_MARK), | ||
1710 | PINMUX_GPIO(GPIO_FN_MMCDAT3, MMCDAT3_MARK), | ||
1711 | PINMUX_GPIO(GPIO_FN_MMCDAT2, MMCDAT2_MARK), | ||
1712 | PINMUX_GPIO(GPIO_FN_MMCDAT1, MMCDAT1_MARK), | ||
1713 | PINMUX_GPIO(GPIO_FN_MMCDAT0, MMCDAT0_MARK), | ||
1714 | PINMUX_GPIO(GPIO_FN_ON_DQ7, ON_DQ7_MARK), | ||
1715 | PINMUX_GPIO(GPIO_FN_ON_DQ6, ON_DQ6_MARK), | ||
1716 | PINMUX_GPIO(GPIO_FN_ON_DQ5, ON_DQ5_MARK), | ||
1717 | PINMUX_GPIO(GPIO_FN_ON_DQ4, ON_DQ4_MARK), | ||
1718 | PINMUX_GPIO(GPIO_FN_ON_DQ3, ON_DQ3_MARK), | ||
1719 | PINMUX_GPIO(GPIO_FN_ON_DQ2, ON_DQ2_MARK), | ||
1720 | PINMUX_GPIO(GPIO_FN_ON_DQ1, ON_DQ1_MARK), | ||
1721 | PINMUX_GPIO(GPIO_FN_ON_DQ0, ON_DQ0_MARK), | ||
1510 | }; | 1722 | }; |
1511 | 1723 | ||
1512 | static struct pinmux_cfg_reg pinmux_config_regs[] = { | 1724 | static struct pinmux_cfg_reg pinmux_config_regs[] = { |
1513 | { PINMUX_CFG_REG("PACR", 0xffec0000, 16, 2) { | 1725 | { PINMUX_CFG_REG("PACR", 0xffec0000, 16, 2) { |
1514 | PTA7_FN, PTA7_OUT, PTA7_IN, 0, | 1726 | PTA7_FN, PTA7_OUT, PTA7_IN, PTA7_IN_PU, |
1515 | PTA6_FN, PTA6_OUT, PTA6_IN, 0, | 1727 | PTA6_FN, PTA6_OUT, PTA6_IN, PTA6_IN_PU, |
1516 | PTA5_FN, PTA5_OUT, PTA5_IN, 0, | 1728 | PTA5_FN, PTA5_OUT, PTA5_IN, PTA5_IN_PU, |
1517 | PTA4_FN, PTA4_OUT, PTA4_IN, 0, | 1729 | PTA4_FN, PTA4_OUT, PTA4_IN, PTA4_IN_PU, |
1518 | PTA3_FN, PTA3_OUT, PTA3_IN, 0, | 1730 | PTA3_FN, PTA3_OUT, PTA3_IN, PTA3_IN_PU, |
1519 | PTA2_FN, PTA2_OUT, PTA2_IN, 0, | 1731 | PTA2_FN, PTA2_OUT, PTA2_IN, PTA2_IN_PU, |
1520 | PTA1_FN, PTA1_OUT, PTA1_IN, 0, | 1732 | PTA1_FN, PTA1_OUT, PTA1_IN, PTA1_IN_PU, |
1521 | PTA0_FN, PTA0_OUT, PTA0_IN, 0 } | 1733 | PTA0_FN, PTA0_OUT, PTA0_IN, PTA0_IN_PU } |
1522 | }, | 1734 | }, |
1523 | { PINMUX_CFG_REG("PBCR", 0xffec0002, 16, 2) { | 1735 | { PINMUX_CFG_REG("PBCR", 0xffec0002, 16, 2) { |
1524 | PTB7_FN, PTB7_OUT, PTB7_IN, 0, | 1736 | PTB7_FN, PTB7_OUT, PTB7_IN, 0, |
@@ -1541,125 +1753,126 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { | |||
1541 | PTC0_FN, PTC0_OUT, PTC0_IN, 0 } | 1753 | PTC0_FN, PTC0_OUT, PTC0_IN, 0 } |
1542 | }, | 1754 | }, |
1543 | { PINMUX_CFG_REG("PDCR", 0xffec0006, 16, 2) { | 1755 | { PINMUX_CFG_REG("PDCR", 0xffec0006, 16, 2) { |
1544 | PTD7_FN, PTD7_OUT, PTD7_IN, 0, | 1756 | PTD7_FN, PTD7_OUT, PTD7_IN, PTD7_IN_PU, |
1545 | PTD6_FN, PTD6_OUT, PTD6_IN, 0, | 1757 | PTD6_FN, PTD6_OUT, PTD6_IN, PTD6_IN_PU, |
1546 | PTD5_FN, PTD5_OUT, PTD5_IN, 0, | 1758 | PTD5_FN, PTD5_OUT, PTD5_IN, PTD5_IN_PU, |
1547 | PTD4_FN, PTD4_OUT, PTD4_IN, 0, | 1759 | PTD4_FN, PTD4_OUT, PTD4_IN, PTD4_IN_PU, |
1548 | PTD3_FN, PTD3_OUT, PTD3_IN, 0, | 1760 | PTD3_FN, PTD3_OUT, PTD3_IN, PTD3_IN_PU, |
1549 | PTD2_FN, PTD2_OUT, PTD2_IN, 0, | 1761 | PTD2_FN, PTD2_OUT, PTD2_IN, PTD2_IN_PU, |
1550 | PTD1_FN, PTD1_OUT, PTD1_IN, 0, | 1762 | PTD1_FN, PTD1_OUT, PTD1_IN, PTD1_IN_PU, |
1551 | PTD0_FN, PTD0_OUT, PTD0_IN, 0 } | 1763 | PTD0_FN, PTD0_OUT, PTD0_IN, PTD0_IN_PU } |
1552 | }, | 1764 | }, |
1553 | { PINMUX_CFG_REG("PECR", 0xffec0008, 16, 2) { | 1765 | { PINMUX_CFG_REG("PECR", 0xffec0008, 16, 2) { |
1554 | PTE7_FN, PTE7_OUT, PTE7_IN, 0, | 1766 | PTE7_FN, PTE7_OUT, PTE7_IN, PTE7_IN_PU, |
1555 | PTE6_FN, PTE6_OUT, PTE6_IN, 0, | 1767 | PTE6_FN, PTE6_OUT, PTE6_IN, PTE6_IN_PU, |
1556 | PTE5_FN, PTE5_OUT, PTE5_IN, 0, | 1768 | PTE5_FN, PTE5_OUT, PTE5_IN, PTE5_IN_PU, |
1557 | PTE4_FN, PTE4_OUT, PTE4_IN, 0, | 1769 | PTE4_FN, PTE4_OUT, PTE4_IN, PTE4_IN_PU, |
1558 | PTE3_FN, PTE3_OUT, PTE3_IN, 0, | 1770 | PTE3_FN, PTE3_OUT, PTE3_IN, PTE3_IN_PU, |
1559 | PTE2_FN, PTE2_OUT, PTE2_IN, 0, | 1771 | PTE2_FN, PTE2_OUT, PTE2_IN, PTE2_IN_PU, |
1560 | PTE1_FN, PTE1_OUT, PTE1_IN, 0, | 1772 | PTE1_FN, PTE1_OUT, PTE1_IN, PTE1_IN_PU, |
1561 | PTE0_FN, PTE0_OUT, PTE0_IN, 0 } | 1773 | PTE0_FN, PTE0_OUT, PTE0_IN, PTE0_IN_PU } |
1562 | }, | 1774 | }, |
1563 | { PINMUX_CFG_REG("PFCR", 0xffec000a, 16, 2) { | 1775 | { PINMUX_CFG_REG("PFCR", 0xffec000a, 16, 2) { |
1564 | PTF7_FN, PTF7_OUT, PTF7_IN, 0, | 1776 | PTF7_FN, PTF7_OUT, PTF7_IN, PTF7_IN_PU, |
1565 | PTF6_FN, PTF6_OUT, PTF6_IN, 0, | 1777 | PTF6_FN, PTF6_OUT, PTF6_IN, PTF6_IN_PU, |
1566 | PTF5_FN, PTF5_OUT, PTF5_IN, 0, | 1778 | PTF5_FN, PTF5_OUT, PTF5_IN, PTF5_IN_PU, |
1567 | PTF4_FN, PTF4_OUT, PTF4_IN, 0, | 1779 | PTF4_FN, PTF4_OUT, PTF4_IN, PTF4_IN_PU, |
1568 | PTF3_FN, PTF3_OUT, PTF3_IN, 0, | 1780 | PTF3_FN, PTF3_OUT, PTF3_IN, PTF3_IN_PU, |
1569 | PTF2_FN, PTF2_OUT, PTF2_IN, 0, | 1781 | PTF2_FN, PTF2_OUT, PTF2_IN, PTF2_IN_PU, |
1570 | PTF1_FN, PTF1_OUT, PTF1_IN, 0, | 1782 | PTF1_FN, PTF1_OUT, PTF1_IN, PTF1_IN_PU, |
1571 | PTF0_FN, PTF0_OUT, PTF0_IN, 0 } | 1783 | PTF0_FN, PTF0_OUT, PTF0_IN, PTF0_IN_PU } |
1572 | }, | 1784 | }, |
1573 | { PINMUX_CFG_REG("PGCR", 0xffec000c, 16, 2) { | 1785 | { PINMUX_CFG_REG("PGCR", 0xffec000c, 16, 2) { |
1574 | PTG7_FN, PTG7_OUT, PTG7_IN, 0, | 1786 | PTG7_FN, PTG7_OUT, PTG7_IN, PTG7_IN_PU , |
1575 | PTG6_FN, PTG6_OUT, PTG6_IN, 0, | 1787 | PTG6_FN, PTG6_OUT, PTG6_IN, PTG6_IN_PU , |
1576 | PTG5_FN, PTG5_OUT, PTG5_IN, 0, | 1788 | PTG5_FN, PTG5_OUT, PTG5_IN, 0, |
1577 | PTG4_FN, PTG4_OUT, PTG4_IN, 0, | 1789 | PTG4_FN, PTG4_OUT, PTG4_IN, PTG4_IN_PU , |
1578 | PTG3_FN, PTG3_OUT, PTG3_IN, 0, | 1790 | PTG3_FN, PTG3_OUT, PTG3_IN, 0, |
1579 | PTG2_FN, PTG2_OUT, PTG2_IN, 0, | 1791 | PTG2_FN, PTG2_OUT, PTG2_IN, 0, |
1580 | PTG1_FN, PTG1_OUT, PTG1_IN, 0, | 1792 | PTG1_FN, PTG1_OUT, PTG1_IN, 0, |
1581 | PTG0_FN, PTG0_OUT, PTG0_IN, 0 } | 1793 | PTG0_FN, PTG0_OUT, PTG0_IN, 0 } |
1582 | }, | 1794 | }, |
1583 | { PINMUX_CFG_REG("PHCR", 0xffec000e, 16, 2) { | 1795 | { PINMUX_CFG_REG("PHCR", 0xffec000e, 16, 2) { |
1584 | PTH7_FN, PTH7_OUT, PTH7_IN, 0, | 1796 | PTH7_FN, PTH7_OUT, PTH7_IN, PTH7_IN_PU, |
1585 | PTH6_FN, PTH6_OUT, PTH6_IN, 0, | 1797 | PTH6_FN, PTH6_OUT, PTH6_IN, PTH6_IN_PU, |
1586 | PTH5_FN, PTH5_OUT, PTH5_IN, 0, | 1798 | PTH5_FN, PTH5_OUT, PTH5_IN, PTH5_IN_PU, |
1587 | PTH4_FN, PTH4_OUT, PTH4_IN, 0, | 1799 | PTH4_FN, PTH4_OUT, PTH4_IN, PTH4_IN_PU, |
1588 | PTH3_FN, PTH3_OUT, PTH3_IN, 0, | 1800 | PTH3_FN, PTH3_OUT, PTH3_IN, PTH3_IN_PU, |
1589 | PTH2_FN, PTH2_OUT, PTH2_IN, 0, | 1801 | PTH2_FN, PTH2_OUT, PTH2_IN, PTH2_IN_PU, |
1590 | PTH1_FN, PTH1_OUT, PTH1_IN, 0, | 1802 | PTH1_FN, PTH1_OUT, PTH1_IN, PTH1_IN_PU, |
1591 | PTH0_FN, PTH0_OUT, PTH0_IN, 0 } | 1803 | PTH0_FN, PTH0_OUT, PTH0_IN, PTH0_IN_PU } |
1592 | }, | 1804 | }, |
1593 | { PINMUX_CFG_REG("PICR", 0xffec0010, 16, 2) { | 1805 | { PINMUX_CFG_REG("PICR", 0xffec0010, 16, 2) { |
1594 | PTI7_FN, PTI7_OUT, PTI7_IN, 0, | 1806 | PTI7_FN, PTI7_OUT, PTI7_IN, PTI7_IN_PU, |
1595 | PTI6_FN, PTI6_OUT, PTI6_IN, 0, | 1807 | PTI6_FN, PTI6_OUT, PTI6_IN, PTI6_IN_PU, |
1596 | PTI5_FN, PTI5_OUT, PTI5_IN, 0, | 1808 | PTI5_FN, PTI5_OUT, PTI5_IN, 0, |
1597 | PTI4_FN, PTI4_OUT, PTI4_IN, 0, | 1809 | PTI4_FN, PTI4_OUT, PTI4_IN, PTI4_IN_PU, |
1598 | PTI3_FN, PTI3_OUT, PTI3_IN, 0, | 1810 | PTI3_FN, PTI3_OUT, PTI3_IN, PTI3_IN_PU, |
1599 | PTI2_FN, PTI2_OUT, PTI2_IN, 0, | 1811 | PTI2_FN, PTI2_OUT, PTI2_IN, PTI2_IN_PU, |
1600 | PTI1_FN, PTI1_OUT, PTI1_IN, 0, | 1812 | PTI1_FN, PTI1_OUT, PTI1_IN, PTI1_IN_PU, |
1601 | PTI0_FN, PTI0_OUT, PTI0_IN, 0 } | 1813 | PTI0_FN, PTI0_OUT, PTI0_IN, PTI0_IN_PU } |
1602 | }, | 1814 | }, |
1603 | { PINMUX_CFG_REG("PJCR", 0xffec0012, 16, 2) { | 1815 | { PINMUX_CFG_REG("PJCR", 0xffec0012, 16, 2) { |
1604 | PTJ7_FN, PTJ7_OUT, PTJ7_IN, 0, | 1816 | 0, 0, 0, 0, /* reserved: always set 1 */ |
1605 | PTJ6_FN, PTJ6_OUT, PTJ6_IN, 0, | 1817 | PTJ6_FN, PTJ6_OUT, PTJ6_IN, PTJ6_IN_PU, |
1606 | PTJ5_FN, PTJ5_OUT, PTJ5_IN, 0, | 1818 | PTJ5_FN, PTJ5_OUT, PTJ5_IN, PTJ5_IN_PU, |
1607 | PTJ4_FN, PTJ4_OUT, PTJ4_IN, 0, | 1819 | PTJ4_FN, PTJ4_OUT, PTJ4_IN, PTJ4_IN_PU, |
1608 | PTJ3_FN, PTJ3_OUT, PTJ3_IN, 0, | 1820 | PTJ3_FN, PTJ3_OUT, PTJ3_IN, PTJ3_IN_PU, |
1609 | PTJ2_FN, PTJ2_OUT, PTJ2_IN, 0, | 1821 | PTJ2_FN, PTJ2_OUT, PTJ2_IN, PTJ2_IN_PU, |
1610 | PTJ1_FN, PTJ1_OUT, PTJ1_IN, 0, | 1822 | PTJ1_FN, PTJ1_OUT, PTJ1_IN, PTJ1_IN_PU, |
1611 | PTJ0_FN, PTJ0_OUT, PTJ0_IN, 0 } | 1823 | PTJ0_FN, PTJ0_OUT, PTJ0_IN, PTJ0_IN_PU } |
1612 | }, | 1824 | }, |
1613 | { PINMUX_CFG_REG("PKCR", 0xffec0014, 16, 2) { | 1825 | { PINMUX_CFG_REG("PKCR", 0xffec0014, 16, 2) { |
1614 | PTK7_FN, PTK7_OUT, PTK7_IN, 0, | 1826 | PTK7_FN, PTK7_OUT, PTK7_IN, PTK7_IN_PU, |
1615 | PTK6_FN, PTK6_OUT, PTK6_IN, 0, | 1827 | PTK6_FN, PTK6_OUT, PTK6_IN, PTK6_IN_PU, |
1616 | PTK5_FN, PTK5_OUT, PTK5_IN, 0, | 1828 | PTK5_FN, PTK5_OUT, PTK5_IN, PTK5_IN_PU, |
1617 | PTK4_FN, PTK4_OUT, PTK4_IN, 0, | 1829 | PTK4_FN, PTK4_OUT, PTK4_IN, PTK4_IN_PU, |
1618 | PTK3_FN, PTK3_OUT, PTK3_IN, 0, | 1830 | PTK3_FN, PTK3_OUT, PTK3_IN, PTK3_IN_PU, |
1619 | PTK2_FN, PTK2_OUT, PTK2_IN, 0, | 1831 | PTK2_FN, PTK2_OUT, PTK2_IN, PTK2_IN_PU, |
1620 | PTK1_FN, PTK1_OUT, PTK1_IN, 0, | 1832 | PTK1_FN, PTK1_OUT, PTK1_IN, PTK1_IN_PU, |
1621 | PTK0_FN, PTK0_OUT, PTK0_IN, 0 } | 1833 | PTK0_FN, PTK0_OUT, PTK0_IN, PTK0_IN_PU } |
1622 | }, | 1834 | }, |
1623 | { PINMUX_CFG_REG("PLCR", 0xffec0016, 16, 2) { | 1835 | { PINMUX_CFG_REG("PLCR", 0xffec0016, 16, 2) { |
1624 | PTL7_FN, PTL7_OUT, PTL7_IN, 0, | 1836 | 0, 0, 0, 0, /* reserved: always set 1 */ |
1625 | PTL6_FN, PTL6_OUT, PTL6_IN, 0, | 1837 | PTL6_FN, PTL6_OUT, PTL6_IN, PTL6_IN_PU, |
1626 | PTL5_FN, PTL5_OUT, PTL5_IN, 0, | 1838 | PTL5_FN, PTL5_OUT, PTL5_IN, PTL5_IN_PU, |
1627 | PTL4_FN, PTL4_OUT, PTL4_IN, 0, | 1839 | PTL4_FN, PTL4_OUT, PTL4_IN, PTL4_IN_PU, |
1628 | PTL3_FN, PTL3_OUT, PTL3_IN, 0, | 1840 | PTL3_FN, PTL3_OUT, PTL3_IN, PTL3_IN_PU, |
1629 | PTL2_FN, PTL2_OUT, PTL2_IN, 0, | 1841 | PTL2_FN, PTL2_OUT, PTL2_IN, PTL2_IN_PU, |
1630 | PTL1_FN, PTL1_OUT, PTL1_IN, 0, | 1842 | PTL1_FN, PTL1_OUT, PTL1_IN, PTL1_IN_PU, |
1631 | PTL0_FN, PTL0_OUT, PTL0_IN, 0 } | 1843 | PTL0_FN, PTL0_OUT, PTL0_IN, PTL0_IN_PU } |
1632 | }, | 1844 | }, |
1633 | { PINMUX_CFG_REG("PMCR", 0xffec0018, 16, 2) { | 1845 | { PINMUX_CFG_REG("PMCR", 0xffec0018, 16, 2) { |
1634 | 0, 0, 0, 0, /* reserved: always set 1 */ | 1846 | PTM7_FN, PTM7_OUT, PTM7_IN, PTM7_IN_PU, |
1635 | PTM6_FN, PTM6_OUT, PTM6_IN, 0, | 1847 | PTM6_FN, PTM6_OUT, PTM6_IN, PTM6_IN_PU, |
1636 | PTM5_FN, PTM5_OUT, PTM5_IN, 0, | 1848 | PTM5_FN, PTM5_OUT, PTM5_IN, PTM5_IN_PU, |
1637 | PTM4_FN, PTM4_OUT, PTM4_IN, 0, | 1849 | PTM4_FN, PTM4_OUT, PTM4_IN, PTM4_IN_PU, |
1638 | PTM3_FN, PTM3_OUT, PTM3_IN, 0, | 1850 | PTM3_FN, PTM3_OUT, PTM3_IN, 0, |
1639 | PTM2_FN, PTM2_OUT, PTM2_IN, 0, | 1851 | PTM2_FN, PTM2_OUT, PTM2_IN, 0, |
1640 | PTM1_FN, PTM1_OUT, PTM1_IN, 0, | 1852 | PTM1_FN, PTM1_OUT, PTM1_IN, 0, |
1641 | PTM0_FN, PTM0_OUT, PTM0_IN, 0 } | 1853 | PTM0_FN, PTM0_OUT, PTM0_IN, 0 } |
1642 | }, | 1854 | }, |
1643 | { PINMUX_CFG_REG("PNCR", 0xffec001a, 16, 2) { | 1855 | { PINMUX_CFG_REG("PNCR", 0xffec001a, 16, 2) { |
1644 | PTN7_FN, PTN7_OUT, PTN7_IN, 0, | 1856 | 0, 0, 0, 0, /* reserved: always set 1 */ |
1645 | PTN6_FN, PTN6_OUT, PTN6_IN, 0, | 1857 | PTN6_FN, PTN6_OUT, PTN6_IN, 0, |
1646 | PTN5_FN, PTN5_OUT, PTN5_IN, 0, | 1858 | PTN5_FN, PTN5_OUT, PTN5_IN, 0, |
1647 | PTN4_FN, PTN4_OUT, PTN4_IN, 0, | 1859 | PTN4_FN, PTN4_OUT, PTN4_IN, PTN4_IN_PU, |
1648 | PTN3_FN, PTN3_OUT, PTN3_IN, 0, | 1860 | PTN3_FN, PTN3_OUT, PTN3_IN, PTN3_IN_PU, |
1649 | PTN2_FN, PTN2_OUT, PTN2_IN, 0, | 1861 | PTN2_FN, PTN2_OUT, PTN2_IN, PTN2_IN_PU, |
1650 | PTN1_FN, PTN1_OUT, PTN1_IN, 0, | 1862 | PTN1_FN, PTN1_OUT, PTN1_IN, PTN1_IN_PU, |
1651 | PTN0_FN, PTN0_OUT, PTN0_IN, 0 } | 1863 | PTN0_FN, PTN0_OUT, PTN0_IN, PTN0_IN_PU } |
1652 | }, | 1864 | }, |
1653 | { PINMUX_CFG_REG("POCR", 0xffec001c, 16, 2) { | 1865 | { PINMUX_CFG_REG("POCR", 0xffec001c, 16, 2) { |
1654 | PTO7_FN, PTO7_OUT, PTO7_IN, 0, | 1866 | PTO7_FN, PTO7_OUT, PTO7_IN, PTO7_IN_PU, |
1655 | PTO6_FN, PTO6_OUT, PTO6_IN, 0, | 1867 | PTO6_FN, PTO6_OUT, PTO6_IN, PTO6_IN_PU, |
1656 | PTO5_FN, PTO5_OUT, PTO5_IN, 0, | 1868 | PTO5_FN, PTO5_OUT, PTO5_IN, PTO5_IN_PU, |
1657 | PTO4_FN, PTO4_OUT, PTO4_IN, 0, | 1869 | PTO4_FN, PTO4_OUT, PTO4_IN, PTO4_IN_PU, |
1658 | PTO3_FN, PTO3_OUT, PTO3_IN, 0, | 1870 | PTO3_FN, PTO3_OUT, PTO3_IN, PTO3_IN_PU, |
1659 | PTO2_FN, PTO2_OUT, PTO2_IN, 0, | 1871 | PTO2_FN, PTO2_OUT, PTO2_IN, PTO2_IN_PU, |
1660 | PTO1_FN, PTO1_OUT, PTO1_IN, 0, | 1872 | PTO1_FN, PTO1_OUT, PTO1_IN, PTO1_IN_PU, |
1661 | PTO0_FN, PTO0_OUT, PTO0_IN, 0 } | 1873 | PTO0_FN, PTO0_OUT, PTO0_IN, PTO0_IN_PU } |
1662 | }, | 1874 | }, |
1875 | #if 0 /* FIXME: Remove it? */ | ||
1663 | { PINMUX_CFG_REG("PPCR", 0xffec001e, 16, 2) { | 1876 | { PINMUX_CFG_REG("PPCR", 0xffec001e, 16, 2) { |
1664 | 0, 0, 0, 0, /* reserved: always set 1 */ | 1877 | 0, 0, 0, 0, /* reserved: always set 1 */ |
1665 | PTP6_FN, PTP6_OUT, PTP6_IN, 0, | 1878 | PTP6_FN, PTP6_OUT, PTP6_IN, 0, |
@@ -1670,6 +1883,7 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { | |||
1670 | PTP1_FN, PTP1_OUT, PTP1_IN, 0, | 1883 | PTP1_FN, PTP1_OUT, PTP1_IN, 0, |
1671 | PTP0_FN, PTP0_OUT, PTP0_IN, 0 } | 1884 | PTP0_FN, PTP0_OUT, PTP0_IN, 0 } |
1672 | }, | 1885 | }, |
1886 | #endif | ||
1673 | { PINMUX_CFG_REG("PQCR", 0xffec0020, 16, 2) { | 1887 | { PINMUX_CFG_REG("PQCR", 0xffec0020, 16, 2) { |
1674 | 0, 0, 0, 0, /* reserved: always set 1 */ | 1888 | 0, 0, 0, 0, /* reserved: always set 1 */ |
1675 | PTQ6_FN, PTQ6_OUT, PTQ6_IN, 0, | 1889 | PTQ6_FN, PTQ6_OUT, PTQ6_IN, 0, |
@@ -1701,14 +1915,14 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { | |||
1701 | PTS0_FN, PTS0_OUT, PTS0_IN, 0 } | 1915 | PTS0_FN, PTS0_OUT, PTS0_IN, 0 } |
1702 | }, | 1916 | }, |
1703 | { PINMUX_CFG_REG("PTCR", 0xffec0026, 16, 2) { | 1917 | { PINMUX_CFG_REG("PTCR", 0xffec0026, 16, 2) { |
1704 | 0, 0, 0, 0, /* reserved: always set 1 */ | 1918 | PTT7_FN, PTT7_OUT, PTT7_IN, PTO7_IN_PU, |
1705 | 0, 0, 0, 0, /* reserved: always set 1 */ | 1919 | PTT6_FN, PTT6_OUT, PTT6_IN, PTO6_IN_PU, |
1706 | PTT5_FN, PTT5_OUT, PTT5_IN, 0, | 1920 | PTT5_FN, PTT5_OUT, PTT5_IN, PTO5_IN_PU, |
1707 | PTT4_FN, PTT4_OUT, PTT4_IN, 0, | 1921 | PTT4_FN, PTT4_OUT, PTT4_IN, PTO4_IN_PU, |
1708 | PTT3_FN, PTT3_OUT, PTT3_IN, 0, | 1922 | PTT3_FN, PTT3_OUT, PTT3_IN, PTO3_IN_PU, |
1709 | PTT2_FN, PTT2_OUT, PTT2_IN, 0, | 1923 | PTT2_FN, PTT2_OUT, PTT2_IN, PTO2_IN_PU, |
1710 | PTT1_FN, PTT1_OUT, PTT1_IN, 0, | 1924 | PTT1_FN, PTT1_OUT, PTT1_IN, PTO1_IN_PU, |
1711 | PTT0_FN, PTT0_OUT, PTT0_IN, 0 } | 1925 | PTT0_FN, PTT0_OUT, PTT0_IN, PTO0_IN_PU } |
1712 | }, | 1926 | }, |
1713 | { PINMUX_CFG_REG("PUCR", 0xffec0028, 16, 2) { | 1927 | { PINMUX_CFG_REG("PUCR", 0xffec0028, 16, 2) { |
1714 | PTU7_FN, PTU7_OUT, PTU7_IN, PTU7_IN_PU, | 1928 | PTU7_FN, PTU7_OUT, PTU7_IN, PTU7_IN_PU, |
@@ -1727,16 +1941,16 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { | |||
1727 | PTV4_FN, PTV4_OUT, PTV4_IN, PTV4_IN_PU, | 1941 | PTV4_FN, PTV4_OUT, PTV4_IN, PTV4_IN_PU, |
1728 | PTV3_FN, PTV3_OUT, PTV3_IN, PTV3_IN_PU, | 1942 | PTV3_FN, PTV3_OUT, PTV3_IN, PTV3_IN_PU, |
1729 | PTV2_FN, PTV2_OUT, PTV2_IN, PTV2_IN_PU, | 1943 | PTV2_FN, PTV2_OUT, PTV2_IN, PTV2_IN_PU, |
1730 | PTV1_FN, PTV1_OUT, PTV1_IN, PTV1_IN_PU, | 1944 | PTV1_FN, PTV1_OUT, PTV1_IN, 0, |
1731 | PTV0_FN, PTV0_OUT, PTV0_IN, PTV0_IN_PU } | 1945 | PTV0_FN, PTV0_OUT, PTV0_IN, 0 } |
1732 | }, | 1946 | }, |
1733 | { PINMUX_CFG_REG("PWCR", 0xffec002c, 16, 2) { | 1947 | { PINMUX_CFG_REG("PWCR", 0xffec002c, 16, 2) { |
1734 | PTW7_FN, PTW7_OUT, PTW7_IN, PTW7_IN_PU, | 1948 | PTW7_FN, PTW7_OUT, PTW7_IN, 0, |
1735 | PTW6_FN, PTW6_OUT, PTW6_IN, PTW6_IN_PU, | 1949 | PTW6_FN, PTW6_OUT, PTW6_IN, 0, |
1736 | PTW5_FN, PTW5_OUT, PTW5_IN, PTW5_IN_PU, | 1950 | PTW5_FN, PTW5_OUT, PTW5_IN, 0, |
1737 | PTW4_FN, PTW4_OUT, PTW4_IN, PTW4_IN_PU, | 1951 | PTW4_FN, PTW4_OUT, PTW4_IN, 0, |
1738 | PTW3_FN, PTW3_OUT, PTW3_IN, PTW3_IN_PU, | 1952 | PTW3_FN, PTW3_OUT, PTW3_IN, 0, |
1739 | PTW2_FN, PTW2_OUT, PTW2_IN, PTW2_IN_PU, | 1953 | PTW2_FN, PTW2_OUT, PTW2_IN, 0, |
1740 | PTW1_FN, PTW1_OUT, PTW1_IN, PTW1_IN_PU, | 1954 | PTW1_FN, PTW1_OUT, PTW1_IN, PTW1_IN_PU, |
1741 | PTW0_FN, PTW0_OUT, PTW0_IN, PTW0_IN_PU } | 1955 | PTW0_FN, PTW0_OUT, PTW0_IN, PTW0_IN_PU } |
1742 | }, | 1956 | }, |
@@ -1761,32 +1975,32 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { | |||
1761 | PTY0_FN, PTY0_OUT, PTY0_IN, PTY0_IN_PU } | 1975 | PTY0_FN, PTY0_OUT, PTY0_IN, PTY0_IN_PU } |
1762 | }, | 1976 | }, |
1763 | { PINMUX_CFG_REG("PZCR", 0xffec0032, 16, 2) { | 1977 | { PINMUX_CFG_REG("PZCR", 0xffec0032, 16, 2) { |
1764 | 0, PTZ7_OUT, PTZ7_IN, 0, | 1978 | PTZ7_FN, PTZ7_OUT, PTZ7_IN, 0, |
1765 | 0, PTZ6_OUT, PTZ6_IN, 0, | 1979 | PTZ6_FN, PTZ6_OUT, PTZ6_IN, 0, |
1766 | 0, PTZ5_OUT, PTZ5_IN, 0, | 1980 | PTZ5_FN, PTZ5_OUT, PTZ5_IN, 0, |
1767 | 0, PTZ4_OUT, PTZ4_IN, 0, | 1981 | PTZ4_FN, PTZ4_OUT, PTZ4_IN, 0, |
1768 | 0, PTZ3_OUT, PTZ3_IN, 0, | 1982 | PTZ3_FN, PTZ3_OUT, PTZ3_IN, 0, |
1769 | 0, PTZ2_OUT, PTZ2_IN, 0, | 1983 | PTZ2_FN, PTZ2_OUT, PTZ2_IN, 0, |
1770 | 0, PTZ1_OUT, PTZ1_IN, 0, | 1984 | PTZ1_FN, PTZ1_OUT, PTZ1_IN, 0, |
1771 | 0, PTZ0_OUT, PTZ0_IN, 0 } | 1985 | PTZ0_FN, PTZ0_OUT, PTZ0_IN, 0 } |
1772 | }, | 1986 | }, |
1773 | 1987 | ||
1774 | { PINMUX_CFG_REG("PSEL0", 0xffec0070, 16, 1) { | 1988 | { PINMUX_CFG_REG("PSEL0", 0xffec0070, 16, 1) { |
1775 | PS0_15_FN3, PS0_15_FN1, | 1989 | PS0_15_FN1, PS0_15_FN2, |
1776 | PS0_14_FN3, PS0_14_FN1, | 1990 | PS0_14_FN1, PS0_14_FN2, |
1777 | PS0_13_FN3, PS0_13_FN1, | 1991 | PS0_13_FN1, PS0_13_FN2, |
1778 | PS0_12_FN3, PS0_12_FN1, | 1992 | PS0_12_FN1, PS0_12_FN2, |
1779 | 0, 0, | 1993 | PS0_11_FN1, PS0_11_FN2, |
1780 | 0, 0, | 1994 | PS0_10_FN1, PS0_10_FN2, |
1995 | PS0_9_FN1, PS0_9_FN2, | ||
1996 | PS0_8_FN1, PS0_8_FN2, | ||
1997 | PS0_7_FN1, PS0_7_FN2, | ||
1998 | PS0_6_FN1, PS0_6_FN2, | ||
1999 | PS0_5_FN1, PS0_5_FN2, | ||
2000 | PS0_4_FN1, PS0_4_FN2, | ||
2001 | PS0_3_FN1, PS0_3_FN2, | ||
2002 | PS0_2_FN1, PS0_2_FN2, | ||
1781 | 0, 0, | 2003 | 0, 0, |
1782 | 0, 0, | ||
1783 | PS0_7_FN2, PS0_7_FN1, | ||
1784 | PS0_6_FN2, PS0_6_FN1, | ||
1785 | PS0_5_FN2, PS0_5_FN1, | ||
1786 | PS0_4_FN2, PS0_4_FN1, | ||
1787 | PS0_3_FN2, PS0_3_FN1, | ||
1788 | PS0_2_FN2, PS0_2_FN1, | ||
1789 | PS0_1_FN2, PS0_1_FN1, | ||
1790 | 0, 0, } | 2004 | 0, 0, } |
1791 | }, | 2005 | }, |
1792 | { PINMUX_CFG_REG("PSEL1", 0xffec0072, 16, 1) { | 2006 | { PINMUX_CFG_REG("PSEL1", 0xffec0072, 16, 1) { |
@@ -1795,73 +2009,136 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { | |||
1795 | 0, 0, | 2009 | 0, 0, |
1796 | 0, 0, | 2010 | 0, 0, |
1797 | 0, 0, | 2011 | 0, 0, |
2012 | PS1_10_FN1, PS1_10_FN2, | ||
2013 | PS1_9_FN1, PS1_9_FN2, | ||
2014 | PS1_8_FN1, PS1_8_FN2, | ||
1798 | 0, 0, | 2015 | 0, 0, |
1799 | 0, 0, | 2016 | 0, 0, |
1800 | 0, 0, | 2017 | 0, 0, |
1801 | PS1_7_FN1, PS1_7_FN3, | ||
1802 | PS1_6_FN1, PS1_6_FN3, | ||
1803 | 0, 0, | ||
1804 | 0, 0, | ||
1805 | 0, 0, | 2018 | 0, 0, |
1806 | 0, 0, | 2019 | 0, 0, |
2020 | PS1_2_FN1, PS1_2_FN2, | ||
1807 | 0, 0, | 2021 | 0, 0, |
1808 | 0, 0, } | 2022 | 0, 0, } |
1809 | }, | 2023 | }, |
1810 | { PINMUX_CFG_REG("PSEL2", 0xffec0074, 16, 1) { | 2024 | { PINMUX_CFG_REG("PSEL2", 0xffec0074, 16, 1) { |
1811 | 0, 0, | 2025 | 0, 0, |
1812 | 0, 0, | 2026 | 0, 0, |
1813 | PS2_13_FN3, PS2_13_FN1, | 2027 | PS2_13_FN1, PS2_13_FN2, |
1814 | PS2_12_FN3, PS2_12_FN1, | 2028 | PS2_12_FN1, PS2_12_FN2, |
1815 | 0, 0, | 2029 | 0, 0, |
1816 | 0, 0, | 2030 | 0, 0, |
1817 | 0, 0, | 2031 | 0, 0, |
1818 | 0, 0, | 2032 | 0, 0, |
2033 | PS2_7_FN1, PS2_7_FN2, | ||
2034 | PS2_6_FN1, PS2_6_FN2, | ||
2035 | PS2_5_FN1, PS2_5_FN2, | ||
2036 | PS2_4_FN1, PS2_4_FN2, | ||
1819 | 0, 0, | 2037 | 0, 0, |
2038 | PS2_2_FN1, PS2_2_FN2, | ||
1820 | 0, 0, | 2039 | 0, 0, |
2040 | 0, 0, } | ||
2041 | }, | ||
2042 | { PINMUX_CFG_REG("PSEL3", 0xffec0076, 16, 1) { | ||
2043 | PS3_15_FN1, PS3_15_FN2, | ||
2044 | PS3_14_FN1, PS3_14_FN2, | ||
2045 | PS3_13_FN1, PS3_13_FN2, | ||
2046 | PS3_12_FN1, PS3_12_FN2, | ||
2047 | PS3_11_FN1, PS3_11_FN2, | ||
2048 | PS3_10_FN1, PS3_10_FN2, | ||
2049 | PS3_9_FN1, PS3_9_FN2, | ||
2050 | PS3_8_FN1, PS3_8_FN2, | ||
2051 | PS3_7_FN1, PS3_7_FN2, | ||
1821 | 0, 0, | 2052 | 0, 0, |
1822 | 0, 0, | 2053 | 0, 0, |
1823 | 0, 0, | 2054 | 0, 0, |
1824 | 0, 0, | 2055 | 0, 0, |
1825 | PS2_1_FN1, PS2_1_FN2, | 2056 | PS3_2_FN1, PS3_2_FN2, |
1826 | PS2_0_FN1, PS2_0_FN2, } | 2057 | PS3_1_FN1, PS3_1_FN2, |
2058 | 0, 0, } | ||
1827 | }, | 2059 | }, |
2060 | |||
1828 | { PINMUX_CFG_REG("PSEL4", 0xffec0078, 16, 1) { | 2061 | { PINMUX_CFG_REG("PSEL4", 0xffec0078, 16, 1) { |
1829 | PS4_15_FN2, PS4_15_FN1, | ||
1830 | PS4_14_FN2, PS4_14_FN1, | ||
1831 | PS4_13_FN2, PS4_13_FN1, | ||
1832 | PS4_12_FN2, PS4_12_FN1, | ||
1833 | PS4_11_FN2, PS4_11_FN1, | ||
1834 | PS4_10_FN2, PS4_10_FN1, | ||
1835 | PS4_9_FN2, PS4_9_FN1, | ||
1836 | 0, 0, | 2062 | 0, 0, |
2063 | PS4_14_FN1, PS4_14_FN2, | ||
2064 | PS4_13_FN1, PS4_13_FN2, | ||
2065 | PS4_12_FN1, PS4_12_FN2, | ||
1837 | 0, 0, | 2066 | 0, 0, |
2067 | PS4_10_FN1, PS4_10_FN2, | ||
2068 | PS4_9_FN1, PS4_9_FN2, | ||
2069 | PS4_8_FN1, PS4_8_FN2, | ||
1838 | 0, 0, | 2070 | 0, 0, |
1839 | 0, 0, | 2071 | 0, 0, |
1840 | 0, 0, | 2072 | 0, 0, |
1841 | PS4_3_FN2, PS4_3_FN1, | 2073 | PS4_4_FN1, PS4_4_FN2, |
1842 | PS4_2_FN2, PS4_2_FN1, | 2074 | PS4_3_FN1, PS4_3_FN2, |
1843 | PS4_1_FN2, PS4_1_FN1, | 2075 | PS4_2_FN1, PS4_2_FN2, |
1844 | PS4_0_FN2, PS4_0_FN1, } | 2076 | PS4_1_FN1, PS4_1_FN2, |
2077 | PS4_0_FN1, PS4_0_FN2, } | ||
1845 | }, | 2078 | }, |
1846 | { PINMUX_CFG_REG("PSEL5", 0xffec007a, 16, 1) { | 2079 | { PINMUX_CFG_REG("PSEL5", 0xffec007a, 16, 1) { |
1847 | 0, 0, | 2080 | 0, 0, |
1848 | 0, 0, | 2081 | 0, 0, |
1849 | 0, 0, | 2082 | 0, 0, |
1850 | 0, 0, | 2083 | 0, 0, |
1851 | 0, 0, | 2084 | PS5_11_FN1, PS5_11_FN2, |
1852 | 0, 0, | 2085 | PS5_10_FN1, PS5_10_FN2, |
1853 | PS5_9_FN1, PS5_9_FN2, | 2086 | PS5_9_FN1, PS5_9_FN2, |
1854 | PS5_8_FN1, PS5_8_FN2, | 2087 | PS5_8_FN1, PS5_8_FN2, |
1855 | PS5_7_FN1, PS5_7_FN2, | 2088 | PS5_7_FN1, PS5_7_FN2, |
1856 | PS5_6_FN1, PS5_6_FN2, | 2089 | PS5_6_FN1, PS5_6_FN2, |
1857 | PS5_5_FN1, PS5_5_FN2, | 2090 | PS5_5_FN1, PS5_5_FN2, |
2091 | PS5_4_FN1, PS5_4_FN2, | ||
2092 | PS5_3_FN1, PS5_3_FN2, | ||
2093 | PS5_2_FN1, PS5_2_FN2, | ||
2094 | 0, 0, | ||
2095 | 0, 0, } | ||
2096 | }, | ||
2097 | { PINMUX_CFG_REG("PSEL6", 0xffec007c, 16, 1) { | ||
2098 | PS6_15_FN1, PS6_15_FN2, | ||
2099 | PS6_14_FN1, PS6_14_FN2, | ||
2100 | PS6_13_FN1, PS6_13_FN2, | ||
2101 | PS6_12_FN1, PS6_12_FN2, | ||
2102 | PS6_11_FN1, PS6_11_FN2, | ||
2103 | PS6_10_FN1, PS6_10_FN2, | ||
2104 | PS6_9_FN1, PS6_9_FN2, | ||
2105 | PS6_8_FN1, PS6_8_FN2, | ||
2106 | PS6_7_FN1, PS6_7_FN2, | ||
2107 | PS6_6_FN1, PS6_6_FN2, | ||
2108 | PS6_5_FN1, PS6_5_FN2, | ||
2109 | PS6_4_FN1, PS6_4_FN2, | ||
2110 | PS6_3_FN1, PS6_3_FN2, | ||
2111 | PS6_2_FN1, PS6_2_FN2, | ||
2112 | PS6_1_FN1, PS6_1_FN2, | ||
2113 | PS6_0_FN1, PS6_0_FN2, } | ||
2114 | }, | ||
2115 | { PINMUX_CFG_REG("PSEL7", 0xffec0082, 16, 1) { | ||
2116 | PS7_15_FN1, PS7_15_FN2, | ||
2117 | PS7_14_FN1, PS7_14_FN2, | ||
2118 | PS7_13_FN1, PS7_13_FN2, | ||
2119 | PS7_12_FN1, PS7_12_FN2, | ||
2120 | PS7_11_FN1, PS7_11_FN2, | ||
2121 | PS7_10_FN1, PS7_10_FN2, | ||
2122 | PS7_9_FN1, PS7_9_FN2, | ||
2123 | PS7_8_FN1, PS7_8_FN2, | ||
2124 | PS7_7_FN1, PS7_7_FN2, | ||
2125 | PS7_6_FN1, PS7_6_FN2, | ||
2126 | PS7_5_FN1, PS7_5_FN2, | ||
1858 | 0, 0, | 2127 | 0, 0, |
1859 | 0, 0, | 2128 | 0, 0, |
1860 | 0, 0, | 2129 | 0, 0, |
1861 | 0, 0, | 2130 | 0, 0, |
1862 | 0, 0, } | 2131 | 0, 0, } |
1863 | }, | 2132 | }, |
1864 | { PINMUX_CFG_REG("PSEL6", 0xffec007c, 16, 1) { | 2133 | { PINMUX_CFG_REG("PSEL8", 0xffec0084, 16, 1) { |
2134 | PS8_15_FN1, PS8_15_FN2, | ||
2135 | PS8_14_FN1, PS8_14_FN2, | ||
2136 | PS8_13_FN1, PS8_13_FN2, | ||
2137 | PS8_12_FN1, PS8_12_FN2, | ||
2138 | PS8_11_FN1, PS8_11_FN2, | ||
2139 | PS8_10_FN1, PS8_10_FN2, | ||
2140 | PS8_9_FN1, PS8_9_FN2, | ||
2141 | PS8_8_FN1, PS8_8_FN2, | ||
1865 | 0, 0, | 2142 | 0, 0, |
1866 | 0, 0, | 2143 | 0, 0, |
1867 | 0, 0, | 2144 | 0, 0, |
@@ -1869,15 +2146,7 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { | |||
1869 | 0, 0, | 2146 | 0, 0, |
1870 | 0, 0, | 2147 | 0, 0, |
1871 | 0, 0, | 2148 | 0, 0, |
1872 | 0, 0, | 2149 | 0, 0, } |
1873 | PS6_7_FN_AN, PS6_7_FN_EV, | ||
1874 | PS6_6_FN_AN, PS6_6_FN_EV, | ||
1875 | PS6_5_FN_AN, PS6_5_FN_EV, | ||
1876 | PS6_4_FN_AN, PS6_4_FN_EV, | ||
1877 | PS6_3_FN_AN, PS6_3_FN_EV, | ||
1878 | PS6_2_FN_AN, PS6_2_FN_EV, | ||
1879 | PS6_1_FN_AN, PS6_1_FN_EV, | ||
1880 | PS6_0_FN_AN, PS6_0_FN_EV, } | ||
1881 | }, | 2150 | }, |
1882 | {} | 2151 | {} |
1883 | }; | 2152 | }; |
@@ -1920,7 +2189,7 @@ static struct pinmux_data_reg pinmux_data_regs[] = { | |||
1920 | PTI3_DATA, PTI2_DATA, PTI1_DATA, PTI0_DATA } | 2189 | PTI3_DATA, PTI2_DATA, PTI1_DATA, PTI0_DATA } |
1921 | }, | 2190 | }, |
1922 | { PINMUX_DATA_REG("PJDR", 0xffec0046, 8) { | 2191 | { PINMUX_DATA_REG("PJDR", 0xffec0046, 8) { |
1923 | PTJ7_DATA, PTJ6_DATA, PTJ5_DATA, PTJ4_DATA, | 2192 | 0, PTJ6_DATA, PTJ5_DATA, PTJ4_DATA, |
1924 | PTJ3_DATA, PTJ2_DATA, PTJ1_DATA, PTJ0_DATA } | 2193 | PTJ3_DATA, PTJ2_DATA, PTJ1_DATA, PTJ0_DATA } |
1925 | }, | 2194 | }, |
1926 | { PINMUX_DATA_REG("PKDR", 0xffec0048, 8) { | 2195 | { PINMUX_DATA_REG("PKDR", 0xffec0048, 8) { |
@@ -1928,15 +2197,15 @@ static struct pinmux_data_reg pinmux_data_regs[] = { | |||
1928 | PTK3_DATA, PTK2_DATA, PTK1_DATA, PTK0_DATA } | 2197 | PTK3_DATA, PTK2_DATA, PTK1_DATA, PTK0_DATA } |
1929 | }, | 2198 | }, |
1930 | { PINMUX_DATA_REG("PLDR", 0xffec004a, 8) { | 2199 | { PINMUX_DATA_REG("PLDR", 0xffec004a, 8) { |
1931 | PTL7_DATA, PTL6_DATA, PTL5_DATA, PTL4_DATA, | 2200 | 0, PTL6_DATA, PTL5_DATA, PTL4_DATA, |
1932 | PTL3_DATA, PTL2_DATA, PTL1_DATA, PTL0_DATA } | 2201 | PTL3_DATA, PTL2_DATA, PTL1_DATA, PTL0_DATA } |
1933 | }, | 2202 | }, |
1934 | { PINMUX_DATA_REG("PMDR", 0xffec004c, 8) { | 2203 | { PINMUX_DATA_REG("PMDR", 0xffec004c, 8) { |
1935 | 0, PTM6_DATA, PTM5_DATA, PTM4_DATA, | 2204 | PTM7_DATA, PTM6_DATA, PTM5_DATA, PTM4_DATA, |
1936 | PTM3_DATA, PTM2_DATA, PTM1_DATA, PTM0_DATA } | 2205 | PTM3_DATA, PTM2_DATA, PTM1_DATA, PTM0_DATA } |
1937 | }, | 2206 | }, |
1938 | { PINMUX_DATA_REG("PNDR", 0xffec004e, 8) { | 2207 | { PINMUX_DATA_REG("PNDR", 0xffec004e, 8) { |
1939 | PTN7_DATA, PTN6_DATA, PTN5_DATA, PTN4_DATA, | 2208 | 0, PTN6_DATA, PTN5_DATA, PTN4_DATA, |
1940 | PTN3_DATA, PTN2_DATA, PTN1_DATA, PTN0_DATA } | 2209 | PTN3_DATA, PTN2_DATA, PTN1_DATA, PTN0_DATA } |
1941 | }, | 2210 | }, |
1942 | { PINMUX_DATA_REG("PODR", 0xffec0050, 8) { | 2211 | { PINMUX_DATA_REG("PODR", 0xffec0050, 8) { |
@@ -1944,7 +2213,7 @@ static struct pinmux_data_reg pinmux_data_regs[] = { | |||
1944 | PTO3_DATA, PTO2_DATA, PTO1_DATA, PTO0_DATA } | 2213 | PTO3_DATA, PTO2_DATA, PTO1_DATA, PTO0_DATA } |
1945 | }, | 2214 | }, |
1946 | { PINMUX_DATA_REG("PPDR", 0xffec0052, 8) { | 2215 | { PINMUX_DATA_REG("PPDR", 0xffec0052, 8) { |
1947 | 0, PTP6_DATA, PTP5_DATA, PTP4_DATA, | 2216 | PTP7_DATA, PTP6_DATA, PTP5_DATA, PTP4_DATA, |
1948 | PTP3_DATA, PTP2_DATA, PTP1_DATA, PTP0_DATA } | 2217 | PTP3_DATA, PTP2_DATA, PTP1_DATA, PTP0_DATA } |
1949 | }, | 2218 | }, |
1950 | { PINMUX_DATA_REG("PQDR", 0xffec0054, 8) { | 2219 | { PINMUX_DATA_REG("PQDR", 0xffec0054, 8) { |
@@ -1960,7 +2229,7 @@ static struct pinmux_data_reg pinmux_data_regs[] = { | |||
1960 | PTS3_DATA, PTS2_DATA, PTS1_DATA, PTS0_DATA } | 2229 | PTS3_DATA, PTS2_DATA, PTS1_DATA, PTS0_DATA } |
1961 | }, | 2230 | }, |
1962 | { PINMUX_DATA_REG("PTDR", 0xffec005a, 8) { | 2231 | { PINMUX_DATA_REG("PTDR", 0xffec005a, 8) { |
1963 | 0, 0, PTT5_DATA, PTT4_DATA, | 2232 | PTT7_DATA, PTT6_DATA, PTT5_DATA, PTT4_DATA, |
1964 | PTT3_DATA, PTT2_DATA, PTT1_DATA, PTT0_DATA } | 2233 | PTT3_DATA, PTT2_DATA, PTT1_DATA, PTT0_DATA } |
1965 | }, | 2234 | }, |
1966 | { PINMUX_DATA_REG("PUDR", 0xffec005c, 8) { | 2235 | { PINMUX_DATA_REG("PUDR", 0xffec005c, 8) { |
@@ -2000,8 +2269,8 @@ static struct pinmux_info sh7757_pinmux_info = { | |||
2000 | .mark = { PINMUX_MARK_BEGIN, PINMUX_MARK_END }, | 2269 | .mark = { PINMUX_MARK_BEGIN, PINMUX_MARK_END }, |
2001 | .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END }, | 2270 | .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END }, |
2002 | 2271 | ||
2003 | .first_gpio = GPIO_PTA7, | 2272 | .first_gpio = GPIO_PTA0, |
2004 | .last_gpio = GPIO_FN_D0, | 2273 | .last_gpio = GPIO_FN_ON_DQ0, |
2005 | 2274 | ||
2006 | .gpios = pinmux_gpios, | 2275 | .gpios = pinmux_gpios, |
2007 | .cfg_regs = pinmux_config_regs, | 2276 | .cfg_regs = pinmux_config_regs, |
@@ -2015,5 +2284,4 @@ static int __init plat_pinmux_setup(void) | |||
2015 | { | 2284 | { |
2016 | return register_pinmux(&sh7757_pinmux_info); | 2285 | return register_pinmux(&sh7757_pinmux_info); |
2017 | } | 2286 | } |
2018 | |||
2019 | arch_initcall(plat_pinmux_setup); | 2287 | arch_initcall(plat_pinmux_setup); |
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-shx3.c b/arch/sh/kernel/cpu/sh4a/pinmux-shx3.c new file mode 100644 index 000000000000..aaa5338abbff --- /dev/null +++ b/arch/sh/kernel/cpu/sh4a/pinmux-shx3.c | |||
@@ -0,0 +1,587 @@ | |||
1 | /* | ||
2 | * SH-X3 prototype CPU pinmux | ||
3 | * | ||
4 | * Copyright (C) 2010 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #include <linux/init.h> | ||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/gpio.h> | ||
13 | #include <cpu/shx3.h> | ||
14 | |||
15 | enum { | ||
16 | PINMUX_RESERVED = 0, | ||
17 | |||
18 | PINMUX_DATA_BEGIN, | ||
19 | PA7_DATA, PA6_DATA, PA5_DATA, PA4_DATA, | ||
20 | PA3_DATA, PA2_DATA, PA1_DATA, PA0_DATA, | ||
21 | PB7_DATA, PB6_DATA, PB5_DATA, PB4_DATA, | ||
22 | PB3_DATA, PB2_DATA, PB1_DATA, PB0_DATA, | ||
23 | PC7_DATA, PC6_DATA, PC5_DATA, PC4_DATA, | ||
24 | PC3_DATA, PC2_DATA, PC1_DATA, PC0_DATA, | ||
25 | PD7_DATA, PD6_DATA, PD5_DATA, PD4_DATA, | ||
26 | PD3_DATA, PD2_DATA, PD1_DATA, PD0_DATA, | ||
27 | PE7_DATA, PE6_DATA, PE5_DATA, PE4_DATA, | ||
28 | PE3_DATA, PE2_DATA, PE1_DATA, PE0_DATA, | ||
29 | PF7_DATA, PF6_DATA, PF5_DATA, PF4_DATA, | ||
30 | PF3_DATA, PF2_DATA, PF1_DATA, PF0_DATA, | ||
31 | PG7_DATA, PG6_DATA, PG5_DATA, PG4_DATA, | ||
32 | PG3_DATA, PG2_DATA, PG1_DATA, PG0_DATA, | ||
33 | |||
34 | PH5_DATA, PH4_DATA, | ||
35 | PH3_DATA, PH2_DATA, PH1_DATA, PH0_DATA, | ||
36 | PINMUX_DATA_END, | ||
37 | |||
38 | PINMUX_INPUT_BEGIN, | ||
39 | PA7_IN, PA6_IN, PA5_IN, PA4_IN, | ||
40 | PA3_IN, PA2_IN, PA1_IN, PA0_IN, | ||
41 | PB7_IN, PB6_IN, PB5_IN, PB4_IN, | ||
42 | PB3_IN, PB2_IN, PB1_IN, PB0_IN, | ||
43 | PC7_IN, PC6_IN, PC5_IN, PC4_IN, | ||
44 | PC3_IN, PC2_IN, PC1_IN, PC0_IN, | ||
45 | PD7_IN, PD6_IN, PD5_IN, PD4_IN, | ||
46 | PD3_IN, PD2_IN, PD1_IN, PD0_IN, | ||
47 | PE7_IN, PE6_IN, PE5_IN, PE4_IN, | ||
48 | PE3_IN, PE2_IN, PE1_IN, PE0_IN, | ||
49 | PF7_IN, PF6_IN, PF5_IN, PF4_IN, | ||
50 | PF3_IN, PF2_IN, PF1_IN, PF0_IN, | ||
51 | PG7_IN, PG6_IN, PG5_IN, PG4_IN, | ||
52 | PG3_IN, PG2_IN, PG1_IN, PG0_IN, | ||
53 | |||
54 | PH5_IN, PH4_IN, | ||
55 | PH3_IN, PH2_IN, PH1_IN, PH0_IN, | ||
56 | PINMUX_INPUT_END, | ||
57 | |||
58 | PINMUX_INPUT_PULLUP_BEGIN, | ||
59 | PA7_IN_PU, PA6_IN_PU, PA5_IN_PU, PA4_IN_PU, | ||
60 | PA3_IN_PU, PA2_IN_PU, PA1_IN_PU, PA0_IN_PU, | ||
61 | PB7_IN_PU, PB6_IN_PU, PB5_IN_PU, PB4_IN_PU, | ||
62 | PB3_IN_PU, PB2_IN_PU, PB1_IN_PU, PB0_IN_PU, | ||
63 | PC7_IN_PU, PC6_IN_PU, PC5_IN_PU, PC4_IN_PU, | ||
64 | PC3_IN_PU, PC2_IN_PU, PC1_IN_PU, PC0_IN_PU, | ||
65 | PD7_IN_PU, PD6_IN_PU, PD5_IN_PU, PD4_IN_PU, | ||
66 | PD3_IN_PU, PD2_IN_PU, PD1_IN_PU, PD0_IN_PU, | ||
67 | PE7_IN_PU, PE6_IN_PU, PE5_IN_PU, PE4_IN_PU, | ||
68 | PE3_IN_PU, PE2_IN_PU, PE1_IN_PU, PE0_IN_PU, | ||
69 | PF7_IN_PU, PF6_IN_PU, PF5_IN_PU, PF4_IN_PU, | ||
70 | PF3_IN_PU, PF2_IN_PU, PF1_IN_PU, PF0_IN_PU, | ||
71 | PG7_IN_PU, PG6_IN_PU, PG5_IN_PU, PG4_IN_PU, | ||
72 | PG3_IN_PU, PG2_IN_PU, PG1_IN_PU, PG0_IN_PU, | ||
73 | |||
74 | PH5_IN_PU, PH4_IN_PU, | ||
75 | PH3_IN_PU, PH2_IN_PU, PH1_IN_PU, PH0_IN_PU, | ||
76 | PINMUX_INPUT_PULLUP_END, | ||
77 | |||
78 | PINMUX_OUTPUT_BEGIN, | ||
79 | PA7_OUT, PA6_OUT, PA5_OUT, PA4_OUT, | ||
80 | PA3_OUT, PA2_OUT, PA1_OUT, PA0_OUT, | ||
81 | PB7_OUT, PB6_OUT, PB5_OUT, PB4_OUT, | ||
82 | PB3_OUT, PB2_OUT, PB1_OUT, PB0_OUT, | ||
83 | PC7_OUT, PC6_OUT, PC5_OUT, PC4_OUT, | ||
84 | PC3_OUT, PC2_OUT, PC1_OUT, PC0_OUT, | ||
85 | PD7_OUT, PD6_OUT, PD5_OUT, PD4_OUT, | ||
86 | PD3_OUT, PD2_OUT, PD1_OUT, PD0_OUT, | ||
87 | PE7_OUT, PE6_OUT, PE5_OUT, PE4_OUT, | ||
88 | PE3_OUT, PE2_OUT, PE1_OUT, PE0_OUT, | ||
89 | PF7_OUT, PF6_OUT, PF5_OUT, PF4_OUT, | ||
90 | PF3_OUT, PF2_OUT, PF1_OUT, PF0_OUT, | ||
91 | PG7_OUT, PG6_OUT, PG5_OUT, PG4_OUT, | ||
92 | PG3_OUT, PG2_OUT, PG1_OUT, PG0_OUT, | ||
93 | |||
94 | PH5_OUT, PH4_OUT, | ||
95 | PH3_OUT, PH2_OUT, PH1_OUT, PH0_OUT, | ||
96 | PINMUX_OUTPUT_END, | ||
97 | |||
98 | PINMUX_FUNCTION_BEGIN, | ||
99 | PA7_FN, PA6_FN, PA5_FN, PA4_FN, | ||
100 | PA3_FN, PA2_FN, PA1_FN, PA0_FN, | ||
101 | PB7_FN, PB6_FN, PB5_FN, PB4_FN, | ||
102 | PB3_FN, PB2_FN, PB1_FN, PB0_FN, | ||
103 | PC7_FN, PC6_FN, PC5_FN, PC4_FN, | ||
104 | PC3_FN, PC2_FN, PC1_FN, PC0_FN, | ||
105 | PD7_FN, PD6_FN, PD5_FN, PD4_FN, | ||
106 | PD3_FN, PD2_FN, PD1_FN, PD0_FN, | ||
107 | PE7_FN, PE6_FN, PE5_FN, PE4_FN, | ||
108 | PE3_FN, PE2_FN, PE1_FN, PE0_FN, | ||
109 | PF7_FN, PF6_FN, PF5_FN, PF4_FN, | ||
110 | PF3_FN, PF2_FN, PF1_FN, PF0_FN, | ||
111 | PG7_FN, PG6_FN, PG5_FN, PG4_FN, | ||
112 | PG3_FN, PG2_FN, PG1_FN, PG0_FN, | ||
113 | |||
114 | PH5_FN, PH4_FN, | ||
115 | PH3_FN, PH2_FN, PH1_FN, PH0_FN, | ||
116 | PINMUX_FUNCTION_END, | ||
117 | |||
118 | PINMUX_MARK_BEGIN, | ||
119 | |||
120 | D31_MARK, D30_MARK, D29_MARK, D28_MARK, D27_MARK, D26_MARK, | ||
121 | D25_MARK, D24_MARK, D23_MARK, D22_MARK, D21_MARK, D20_MARK, | ||
122 | D19_MARK, D18_MARK, D17_MARK, D16_MARK, | ||
123 | |||
124 | BACK_MARK, BREQ_MARK, | ||
125 | WE3_MARK, WE2_MARK, | ||
126 | CS6_MARK, CS5_MARK, CS4_MARK, | ||
127 | CLKOUTENB_MARK, | ||
128 | |||
129 | DACK3_MARK, DACK2_MARK, DACK1_MARK, DACK0_MARK, | ||
130 | DREQ3_MARK, DREQ2_MARK, DREQ1_MARK, DREQ0_MARK, | ||
131 | |||
132 | IRQ3_MARK, IRQ2_MARK, IRQ1_MARK, IRQ0_MARK, | ||
133 | |||
134 | DRAK3_MARK, DRAK2_MARK, DRAK1_MARK, DRAK0_MARK, | ||
135 | |||
136 | SCK3_MARK, SCK2_MARK, SCK1_MARK, SCK0_MARK, | ||
137 | IRL3_MARK, IRL2_MARK, IRL1_MARK, IRL0_MARK, | ||
138 | TXD3_MARK, TXD2_MARK, TXD1_MARK, TXD0_MARK, | ||
139 | RXD3_MARK, RXD2_MARK, RXD1_MARK, RXD0_MARK, | ||
140 | |||
141 | CE2B_MARK, CE2A_MARK, IOIS16_MARK, | ||
142 | STATUS1_MARK, STATUS0_MARK, | ||
143 | |||
144 | IRQOUT_MARK, | ||
145 | |||
146 | PINMUX_MARK_END, | ||
147 | }; | ||
148 | |||
149 | static pinmux_enum_t shx3_pinmux_data[] = { | ||
150 | |||
151 | /* PA GPIO */ | ||
152 | PINMUX_DATA(PA7_DATA, PA7_IN, PA7_OUT, PA7_IN_PU), | ||
153 | PINMUX_DATA(PA6_DATA, PA6_IN, PA6_OUT, PA6_IN_PU), | ||
154 | PINMUX_DATA(PA5_DATA, PA5_IN, PA5_OUT, PA5_IN_PU), | ||
155 | PINMUX_DATA(PA4_DATA, PA4_IN, PA4_OUT, PA4_IN_PU), | ||
156 | PINMUX_DATA(PA3_DATA, PA3_IN, PA3_OUT, PA3_IN_PU), | ||
157 | PINMUX_DATA(PA2_DATA, PA2_IN, PA2_OUT, PA2_IN_PU), | ||
158 | PINMUX_DATA(PA1_DATA, PA1_IN, PA1_OUT, PA1_IN_PU), | ||
159 | PINMUX_DATA(PA0_DATA, PA0_IN, PA0_OUT, PA0_IN_PU), | ||
160 | |||
161 | /* PB GPIO */ | ||
162 | PINMUX_DATA(PB7_DATA, PB7_IN, PB7_OUT, PB7_IN_PU), | ||
163 | PINMUX_DATA(PB6_DATA, PB6_IN, PB6_OUT, PB6_IN_PU), | ||
164 | PINMUX_DATA(PB5_DATA, PB5_IN, PB5_OUT, PB5_IN_PU), | ||
165 | PINMUX_DATA(PB4_DATA, PB4_IN, PB4_OUT, PB4_IN_PU), | ||
166 | PINMUX_DATA(PB3_DATA, PB3_IN, PB3_OUT, PB3_IN_PU), | ||
167 | PINMUX_DATA(PB2_DATA, PB2_IN, PB2_OUT, PB2_IN_PU), | ||
168 | PINMUX_DATA(PB1_DATA, PB1_IN, PB1_OUT, PB1_IN_PU), | ||
169 | PINMUX_DATA(PB0_DATA, PB0_IN, PB0_OUT, PB0_IN_PU), | ||
170 | |||
171 | /* PC GPIO */ | ||
172 | PINMUX_DATA(PC7_DATA, PC7_IN, PC7_OUT, PC7_IN_PU), | ||
173 | PINMUX_DATA(PC6_DATA, PC6_IN, PC6_OUT, PC6_IN_PU), | ||
174 | PINMUX_DATA(PC5_DATA, PC5_IN, PC5_OUT, PC5_IN_PU), | ||
175 | PINMUX_DATA(PC4_DATA, PC4_IN, PC4_OUT, PC4_IN_PU), | ||
176 | PINMUX_DATA(PC3_DATA, PC3_IN, PC3_OUT, PC3_IN_PU), | ||
177 | PINMUX_DATA(PC2_DATA, PC2_IN, PC2_OUT, PC2_IN_PU), | ||
178 | PINMUX_DATA(PC1_DATA, PC1_IN, PC1_OUT, PC1_IN_PU), | ||
179 | PINMUX_DATA(PC0_DATA, PC0_IN, PC0_OUT, PC0_IN_PU), | ||
180 | |||
181 | /* PD GPIO */ | ||
182 | PINMUX_DATA(PD7_DATA, PD7_IN, PD7_OUT, PD7_IN_PU), | ||
183 | PINMUX_DATA(PD6_DATA, PD6_IN, PD6_OUT, PD6_IN_PU), | ||
184 | PINMUX_DATA(PD5_DATA, PD5_IN, PD5_OUT, PD5_IN_PU), | ||
185 | PINMUX_DATA(PD4_DATA, PD4_IN, PD4_OUT, PD4_IN_PU), | ||
186 | PINMUX_DATA(PD3_DATA, PD3_IN, PD3_OUT, PD3_IN_PU), | ||
187 | PINMUX_DATA(PD2_DATA, PD2_IN, PD2_OUT, PD2_IN_PU), | ||
188 | PINMUX_DATA(PD1_DATA, PD1_IN, PD1_OUT, PD1_IN_PU), | ||
189 | PINMUX_DATA(PD0_DATA, PD0_IN, PD0_OUT, PD0_IN_PU), | ||
190 | |||
191 | /* PE GPIO */ | ||
192 | PINMUX_DATA(PE7_DATA, PE7_IN, PE7_OUT, PE7_IN_PU), | ||
193 | PINMUX_DATA(PE6_DATA, PE6_IN, PE6_OUT, PE6_IN_PU), | ||
194 | PINMUX_DATA(PE5_DATA, PE5_IN, PE5_OUT, PE5_IN_PU), | ||
195 | PINMUX_DATA(PE4_DATA, PE4_IN, PE4_OUT, PE4_IN_PU), | ||
196 | PINMUX_DATA(PE3_DATA, PE3_IN, PE3_OUT, PE3_IN_PU), | ||
197 | PINMUX_DATA(PE2_DATA, PE2_IN, PE2_OUT, PE2_IN_PU), | ||
198 | PINMUX_DATA(PE1_DATA, PE1_IN, PE1_OUT, PE1_IN_PU), | ||
199 | PINMUX_DATA(PE0_DATA, PE0_IN, PE0_OUT, PE0_IN_PU), | ||
200 | |||
201 | /* PF GPIO */ | ||
202 | PINMUX_DATA(PF7_DATA, PF7_IN, PF7_OUT, PF7_IN_PU), | ||
203 | PINMUX_DATA(PF6_DATA, PF6_IN, PF6_OUT, PF6_IN_PU), | ||
204 | PINMUX_DATA(PF5_DATA, PF5_IN, PF5_OUT, PF5_IN_PU), | ||
205 | PINMUX_DATA(PF4_DATA, PF4_IN, PF4_OUT, PF4_IN_PU), | ||
206 | PINMUX_DATA(PF3_DATA, PF3_IN, PF3_OUT, PF3_IN_PU), | ||
207 | PINMUX_DATA(PF2_DATA, PF2_IN, PF2_OUT, PF2_IN_PU), | ||
208 | PINMUX_DATA(PF1_DATA, PF1_IN, PF1_OUT, PF1_IN_PU), | ||
209 | PINMUX_DATA(PF0_DATA, PF0_IN, PF0_OUT, PF0_IN_PU), | ||
210 | |||
211 | /* PG GPIO */ | ||
212 | PINMUX_DATA(PG7_DATA, PG7_IN, PG7_OUT, PG7_IN_PU), | ||
213 | PINMUX_DATA(PG6_DATA, PG6_IN, PG6_OUT, PG6_IN_PU), | ||
214 | PINMUX_DATA(PG5_DATA, PG5_IN, PG5_OUT, PG5_IN_PU), | ||
215 | PINMUX_DATA(PG4_DATA, PG4_IN, PG4_OUT, PG4_IN_PU), | ||
216 | PINMUX_DATA(PG3_DATA, PG3_IN, PG3_OUT, PG3_IN_PU), | ||
217 | PINMUX_DATA(PG2_DATA, PG2_IN, PG2_OUT, PG2_IN_PU), | ||
218 | PINMUX_DATA(PG1_DATA, PG1_IN, PG1_OUT, PG1_IN_PU), | ||
219 | PINMUX_DATA(PG0_DATA, PG0_IN, PG0_OUT, PG0_IN_PU), | ||
220 | |||
221 | /* PH GPIO */ | ||
222 | PINMUX_DATA(PH5_DATA, PH5_IN, PH5_OUT, PH5_IN_PU), | ||
223 | PINMUX_DATA(PH4_DATA, PH4_IN, PH4_OUT, PH4_IN_PU), | ||
224 | PINMUX_DATA(PH3_DATA, PH3_IN, PH3_OUT, PH3_IN_PU), | ||
225 | PINMUX_DATA(PH2_DATA, PH2_IN, PH2_OUT, PH2_IN_PU), | ||
226 | PINMUX_DATA(PH1_DATA, PH1_IN, PH1_OUT, PH1_IN_PU), | ||
227 | PINMUX_DATA(PH0_DATA, PH0_IN, PH0_OUT, PH0_IN_PU), | ||
228 | |||
229 | /* PA FN */ | ||
230 | PINMUX_DATA(D31_MARK, PA7_FN), | ||
231 | PINMUX_DATA(D30_MARK, PA6_FN), | ||
232 | PINMUX_DATA(D29_MARK, PA5_FN), | ||
233 | PINMUX_DATA(D28_MARK, PA4_FN), | ||
234 | PINMUX_DATA(D27_MARK, PA3_FN), | ||
235 | PINMUX_DATA(D26_MARK, PA2_FN), | ||
236 | PINMUX_DATA(D25_MARK, PA1_FN), | ||
237 | PINMUX_DATA(D24_MARK, PA0_FN), | ||
238 | |||
239 | /* PB FN */ | ||
240 | PINMUX_DATA(D23_MARK, PB7_FN), | ||
241 | PINMUX_DATA(D22_MARK, PB6_FN), | ||
242 | PINMUX_DATA(D21_MARK, PB5_FN), | ||
243 | PINMUX_DATA(D20_MARK, PB4_FN), | ||
244 | PINMUX_DATA(D19_MARK, PB3_FN), | ||
245 | PINMUX_DATA(D18_MARK, PB2_FN), | ||
246 | PINMUX_DATA(D17_MARK, PB1_FN), | ||
247 | PINMUX_DATA(D16_MARK, PB0_FN), | ||
248 | |||
249 | /* PC FN */ | ||
250 | PINMUX_DATA(BACK_MARK, PC7_FN), | ||
251 | PINMUX_DATA(BREQ_MARK, PC6_FN), | ||
252 | PINMUX_DATA(WE3_MARK, PC5_FN), | ||
253 | PINMUX_DATA(WE2_MARK, PC4_FN), | ||
254 | PINMUX_DATA(CS6_MARK, PC3_FN), | ||
255 | PINMUX_DATA(CS5_MARK, PC2_FN), | ||
256 | PINMUX_DATA(CS4_MARK, PC1_FN), | ||
257 | PINMUX_DATA(CLKOUTENB_MARK, PC0_FN), | ||
258 | |||
259 | /* PD FN */ | ||
260 | PINMUX_DATA(DACK3_MARK, PD7_FN), | ||
261 | PINMUX_DATA(DACK2_MARK, PD6_FN), | ||
262 | PINMUX_DATA(DACK1_MARK, PD5_FN), | ||
263 | PINMUX_DATA(DACK0_MARK, PD4_FN), | ||
264 | PINMUX_DATA(DREQ3_MARK, PD3_FN), | ||
265 | PINMUX_DATA(DREQ2_MARK, PD2_FN), | ||
266 | PINMUX_DATA(DREQ1_MARK, PD1_FN), | ||
267 | PINMUX_DATA(DREQ0_MARK, PD0_FN), | ||
268 | |||
269 | /* PE FN */ | ||
270 | PINMUX_DATA(IRQ3_MARK, PE7_FN), | ||
271 | PINMUX_DATA(IRQ2_MARK, PE6_FN), | ||
272 | PINMUX_DATA(IRQ1_MARK, PE5_FN), | ||
273 | PINMUX_DATA(IRQ0_MARK, PE4_FN), | ||
274 | PINMUX_DATA(DRAK3_MARK, PE3_FN), | ||
275 | PINMUX_DATA(DRAK2_MARK, PE2_FN), | ||
276 | PINMUX_DATA(DRAK1_MARK, PE1_FN), | ||
277 | PINMUX_DATA(DRAK0_MARK, PE0_FN), | ||
278 | |||
279 | /* PF FN */ | ||
280 | PINMUX_DATA(SCK3_MARK, PF7_FN), | ||
281 | PINMUX_DATA(SCK2_MARK, PF6_FN), | ||
282 | PINMUX_DATA(SCK1_MARK, PF5_FN), | ||
283 | PINMUX_DATA(SCK0_MARK, PF4_FN), | ||
284 | PINMUX_DATA(IRL3_MARK, PF3_FN), | ||
285 | PINMUX_DATA(IRL2_MARK, PF2_FN), | ||
286 | PINMUX_DATA(IRL1_MARK, PF1_FN), | ||
287 | PINMUX_DATA(IRL0_MARK, PF0_FN), | ||
288 | |||
289 | /* PG FN */ | ||
290 | PINMUX_DATA(TXD3_MARK, PG7_FN), | ||
291 | PINMUX_DATA(TXD2_MARK, PG6_FN), | ||
292 | PINMUX_DATA(TXD1_MARK, PG5_FN), | ||
293 | PINMUX_DATA(TXD0_MARK, PG4_FN), | ||
294 | PINMUX_DATA(RXD3_MARK, PG3_FN), | ||
295 | PINMUX_DATA(RXD2_MARK, PG2_FN), | ||
296 | PINMUX_DATA(RXD1_MARK, PG1_FN), | ||
297 | PINMUX_DATA(RXD0_MARK, PG0_FN), | ||
298 | |||
299 | /* PH FN */ | ||
300 | PINMUX_DATA(CE2B_MARK, PH5_FN), | ||
301 | PINMUX_DATA(CE2A_MARK, PH4_FN), | ||
302 | PINMUX_DATA(IOIS16_MARK, PH3_FN), | ||
303 | PINMUX_DATA(STATUS1_MARK, PH2_FN), | ||
304 | PINMUX_DATA(STATUS0_MARK, PH1_FN), | ||
305 | PINMUX_DATA(IRQOUT_MARK, PH0_FN), | ||
306 | }; | ||
307 | |||
308 | static struct pinmux_gpio shx3_pinmux_gpios[] = { | ||
309 | /* PA */ | ||
310 | PINMUX_GPIO(GPIO_PA7, PA7_DATA), | ||
311 | PINMUX_GPIO(GPIO_PA6, PA6_DATA), | ||
312 | PINMUX_GPIO(GPIO_PA5, PA5_DATA), | ||
313 | PINMUX_GPIO(GPIO_PA4, PA4_DATA), | ||
314 | PINMUX_GPIO(GPIO_PA3, PA3_DATA), | ||
315 | PINMUX_GPIO(GPIO_PA2, PA2_DATA), | ||
316 | PINMUX_GPIO(GPIO_PA1, PA1_DATA), | ||
317 | PINMUX_GPIO(GPIO_PA0, PA0_DATA), | ||
318 | |||
319 | /* PB */ | ||
320 | PINMUX_GPIO(GPIO_PB7, PB7_DATA), | ||
321 | PINMUX_GPIO(GPIO_PB6, PB6_DATA), | ||
322 | PINMUX_GPIO(GPIO_PB5, PB5_DATA), | ||
323 | PINMUX_GPIO(GPIO_PB4, PB4_DATA), | ||
324 | PINMUX_GPIO(GPIO_PB3, PB3_DATA), | ||
325 | PINMUX_GPIO(GPIO_PB2, PB2_DATA), | ||
326 | PINMUX_GPIO(GPIO_PB1, PB1_DATA), | ||
327 | PINMUX_GPIO(GPIO_PB0, PB0_DATA), | ||
328 | |||
329 | /* PC */ | ||
330 | PINMUX_GPIO(GPIO_PC7, PC7_DATA), | ||
331 | PINMUX_GPIO(GPIO_PC6, PC6_DATA), | ||
332 | PINMUX_GPIO(GPIO_PC5, PC5_DATA), | ||
333 | PINMUX_GPIO(GPIO_PC4, PC4_DATA), | ||
334 | PINMUX_GPIO(GPIO_PC3, PC3_DATA), | ||
335 | PINMUX_GPIO(GPIO_PC2, PC2_DATA), | ||
336 | PINMUX_GPIO(GPIO_PC1, PC1_DATA), | ||
337 | PINMUX_GPIO(GPIO_PC0, PC0_DATA), | ||
338 | |||
339 | /* PD */ | ||
340 | PINMUX_GPIO(GPIO_PD7, PD7_DATA), | ||
341 | PINMUX_GPIO(GPIO_PD6, PD6_DATA), | ||
342 | PINMUX_GPIO(GPIO_PD5, PD5_DATA), | ||
343 | PINMUX_GPIO(GPIO_PD4, PD4_DATA), | ||
344 | PINMUX_GPIO(GPIO_PD3, PD3_DATA), | ||
345 | PINMUX_GPIO(GPIO_PD2, PD2_DATA), | ||
346 | PINMUX_GPIO(GPIO_PD1, PD1_DATA), | ||
347 | PINMUX_GPIO(GPIO_PD0, PD0_DATA), | ||
348 | |||
349 | /* PE */ | ||
350 | PINMUX_GPIO(GPIO_PE7, PE7_DATA), | ||
351 | PINMUX_GPIO(GPIO_PE6, PE6_DATA), | ||
352 | PINMUX_GPIO(GPIO_PE5, PE5_DATA), | ||
353 | PINMUX_GPIO(GPIO_PE4, PE4_DATA), | ||
354 | PINMUX_GPIO(GPIO_PE3, PE3_DATA), | ||
355 | PINMUX_GPIO(GPIO_PE2, PE2_DATA), | ||
356 | PINMUX_GPIO(GPIO_PE1, PE1_DATA), | ||
357 | PINMUX_GPIO(GPIO_PE0, PE0_DATA), | ||
358 | |||
359 | /* PF */ | ||
360 | PINMUX_GPIO(GPIO_PF7, PF7_DATA), | ||
361 | PINMUX_GPIO(GPIO_PF6, PF6_DATA), | ||
362 | PINMUX_GPIO(GPIO_PF5, PF5_DATA), | ||
363 | PINMUX_GPIO(GPIO_PF4, PF4_DATA), | ||
364 | PINMUX_GPIO(GPIO_PF3, PF3_DATA), | ||
365 | PINMUX_GPIO(GPIO_PF2, PF2_DATA), | ||
366 | PINMUX_GPIO(GPIO_PF1, PF1_DATA), | ||
367 | PINMUX_GPIO(GPIO_PF0, PF0_DATA), | ||
368 | |||
369 | /* PG */ | ||
370 | PINMUX_GPIO(GPIO_PG7, PG7_DATA), | ||
371 | PINMUX_GPIO(GPIO_PG6, PG6_DATA), | ||
372 | PINMUX_GPIO(GPIO_PG5, PG5_DATA), | ||
373 | PINMUX_GPIO(GPIO_PG4, PG4_DATA), | ||
374 | PINMUX_GPIO(GPIO_PG3, PG3_DATA), | ||
375 | PINMUX_GPIO(GPIO_PG2, PG2_DATA), | ||
376 | PINMUX_GPIO(GPIO_PG1, PG1_DATA), | ||
377 | PINMUX_GPIO(GPIO_PG0, PG0_DATA), | ||
378 | |||
379 | /* PH */ | ||
380 | PINMUX_GPIO(GPIO_PH5, PH5_DATA), | ||
381 | PINMUX_GPIO(GPIO_PH4, PH4_DATA), | ||
382 | PINMUX_GPIO(GPIO_PH3, PH3_DATA), | ||
383 | PINMUX_GPIO(GPIO_PH2, PH2_DATA), | ||
384 | PINMUX_GPIO(GPIO_PH1, PH1_DATA), | ||
385 | PINMUX_GPIO(GPIO_PH0, PH0_DATA), | ||
386 | |||
387 | /* FN */ | ||
388 | PINMUX_GPIO(GPIO_FN_D31, D31_MARK), | ||
389 | PINMUX_GPIO(GPIO_FN_D30, D30_MARK), | ||
390 | PINMUX_GPIO(GPIO_FN_D29, D29_MARK), | ||
391 | PINMUX_GPIO(GPIO_FN_D28, D28_MARK), | ||
392 | PINMUX_GPIO(GPIO_FN_D27, D27_MARK), | ||
393 | PINMUX_GPIO(GPIO_FN_D26, D26_MARK), | ||
394 | PINMUX_GPIO(GPIO_FN_D25, D25_MARK), | ||
395 | PINMUX_GPIO(GPIO_FN_D24, D24_MARK), | ||
396 | PINMUX_GPIO(GPIO_FN_D23, D23_MARK), | ||
397 | PINMUX_GPIO(GPIO_FN_D22, D22_MARK), | ||
398 | PINMUX_GPIO(GPIO_FN_D21, D21_MARK), | ||
399 | PINMUX_GPIO(GPIO_FN_D20, D20_MARK), | ||
400 | PINMUX_GPIO(GPIO_FN_D19, D19_MARK), | ||
401 | PINMUX_GPIO(GPIO_FN_D18, D18_MARK), | ||
402 | PINMUX_GPIO(GPIO_FN_D17, D17_MARK), | ||
403 | PINMUX_GPIO(GPIO_FN_D16, D16_MARK), | ||
404 | PINMUX_GPIO(GPIO_FN_BACK, BACK_MARK), | ||
405 | PINMUX_GPIO(GPIO_FN_BREQ, BREQ_MARK), | ||
406 | PINMUX_GPIO(GPIO_FN_WE3, WE3_MARK), | ||
407 | PINMUX_GPIO(GPIO_FN_WE2, WE2_MARK), | ||
408 | PINMUX_GPIO(GPIO_FN_CS6, CS6_MARK), | ||
409 | PINMUX_GPIO(GPIO_FN_CS5, CS5_MARK), | ||
410 | PINMUX_GPIO(GPIO_FN_CS4, CS4_MARK), | ||
411 | PINMUX_GPIO(GPIO_FN_CLKOUTENB, CLKOUTENB_MARK), | ||
412 | PINMUX_GPIO(GPIO_FN_DACK3, DACK3_MARK), | ||
413 | PINMUX_GPIO(GPIO_FN_DACK2, DACK2_MARK), | ||
414 | PINMUX_GPIO(GPIO_FN_DACK1, DACK1_MARK), | ||
415 | PINMUX_GPIO(GPIO_FN_DACK0, DACK0_MARK), | ||
416 | PINMUX_GPIO(GPIO_FN_DREQ3, DREQ3_MARK), | ||
417 | PINMUX_GPIO(GPIO_FN_DREQ2, DREQ2_MARK), | ||
418 | PINMUX_GPIO(GPIO_FN_DREQ1, DREQ1_MARK), | ||
419 | PINMUX_GPIO(GPIO_FN_DREQ0, DREQ0_MARK), | ||
420 | PINMUX_GPIO(GPIO_FN_IRQ3, IRQ3_MARK), | ||
421 | PINMUX_GPIO(GPIO_FN_IRQ2, IRQ2_MARK), | ||
422 | PINMUX_GPIO(GPIO_FN_IRQ1, IRQ1_MARK), | ||
423 | PINMUX_GPIO(GPIO_FN_IRQ0, IRQ0_MARK), | ||
424 | PINMUX_GPIO(GPIO_FN_DRAK3, DRAK3_MARK), | ||
425 | PINMUX_GPIO(GPIO_FN_DRAK2, DRAK2_MARK), | ||
426 | PINMUX_GPIO(GPIO_FN_DRAK1, DRAK1_MARK), | ||
427 | PINMUX_GPIO(GPIO_FN_DRAK0, DRAK0_MARK), | ||
428 | PINMUX_GPIO(GPIO_FN_SCK3, SCK3_MARK), | ||
429 | PINMUX_GPIO(GPIO_FN_SCK2, SCK2_MARK), | ||
430 | PINMUX_GPIO(GPIO_FN_SCK1, SCK1_MARK), | ||
431 | PINMUX_GPIO(GPIO_FN_SCK0, SCK0_MARK), | ||
432 | PINMUX_GPIO(GPIO_FN_IRL3, IRL3_MARK), | ||
433 | PINMUX_GPIO(GPIO_FN_IRL2, IRL2_MARK), | ||
434 | PINMUX_GPIO(GPIO_FN_IRL1, IRL1_MARK), | ||
435 | PINMUX_GPIO(GPIO_FN_IRL0, IRL0_MARK), | ||
436 | PINMUX_GPIO(GPIO_FN_TXD3, TXD3_MARK), | ||
437 | PINMUX_GPIO(GPIO_FN_TXD2, TXD2_MARK), | ||
438 | PINMUX_GPIO(GPIO_FN_TXD1, TXD1_MARK), | ||
439 | PINMUX_GPIO(GPIO_FN_TXD0, TXD0_MARK), | ||
440 | PINMUX_GPIO(GPIO_FN_RXD3, RXD3_MARK), | ||
441 | PINMUX_GPIO(GPIO_FN_RXD2, RXD2_MARK), | ||
442 | PINMUX_GPIO(GPIO_FN_RXD1, RXD1_MARK), | ||
443 | PINMUX_GPIO(GPIO_FN_RXD0, RXD0_MARK), | ||
444 | PINMUX_GPIO(GPIO_FN_CE2B, CE2B_MARK), | ||
445 | PINMUX_GPIO(GPIO_FN_CE2A, CE2A_MARK), | ||
446 | PINMUX_GPIO(GPIO_FN_IOIS16, IOIS16_MARK), | ||
447 | PINMUX_GPIO(GPIO_FN_STATUS1, STATUS1_MARK), | ||
448 | PINMUX_GPIO(GPIO_FN_STATUS0, STATUS0_MARK), | ||
449 | PINMUX_GPIO(GPIO_FN_IRQOUT, IRQOUT_MARK), | ||
450 | }; | ||
451 | |||
452 | static struct pinmux_cfg_reg shx3_pinmux_config_regs[] = { | ||
453 | { PINMUX_CFG_REG("PABCR", 0xffc70000, 32, 2) { | ||
454 | PA7_FN, PA7_OUT, PA7_IN, PA7_IN_PU, | ||
455 | PA6_FN, PA6_OUT, PA6_IN, PA6_IN_PU, | ||
456 | PA5_FN, PA5_OUT, PA5_IN, PA5_IN_PU, | ||
457 | PA4_FN, PA4_OUT, PA4_IN, PA4_IN_PU, | ||
458 | PA3_FN, PA3_OUT, PA3_IN, PA3_IN_PU, | ||
459 | PA2_FN, PA2_OUT, PA2_IN, PA2_IN_PU, | ||
460 | PA1_FN, PA1_OUT, PA1_IN, PA1_IN_PU, | ||
461 | PA0_FN, PA0_OUT, PA0_IN, PA0_IN_PU, | ||
462 | PB7_FN, PB7_OUT, PB7_IN, PB7_IN_PU, | ||
463 | PB6_FN, PB6_OUT, PB6_IN, PB6_IN_PU, | ||
464 | PB5_FN, PB5_OUT, PB5_IN, PB5_IN_PU, | ||
465 | PB4_FN, PB4_OUT, PB4_IN, PB4_IN_PU, | ||
466 | PB3_FN, PB3_OUT, PB3_IN, PB3_IN_PU, | ||
467 | PB2_FN, PB2_OUT, PB2_IN, PB2_IN_PU, | ||
468 | PB1_FN, PB1_OUT, PB1_IN, PB1_IN_PU, | ||
469 | PB0_FN, PB0_OUT, PB0_IN, PB0_IN_PU, }, | ||
470 | }, | ||
471 | { PINMUX_CFG_REG("PCDCR", 0xffc70004, 32, 2) { | ||
472 | PC7_FN, PC7_OUT, PC7_IN, PC7_IN_PU, | ||
473 | PC6_FN, PC6_OUT, PC6_IN, PC6_IN_PU, | ||
474 | PC5_FN, PC5_OUT, PC5_IN, PC5_IN_PU, | ||
475 | PC4_FN, PC4_OUT, PC4_IN, PC4_IN_PU, | ||
476 | PC3_FN, PC3_OUT, PC3_IN, PC3_IN_PU, | ||
477 | PC2_FN, PC2_OUT, PC2_IN, PC2_IN_PU, | ||
478 | PC1_FN, PC1_OUT, PC1_IN, PC1_IN_PU, | ||
479 | PC0_FN, PC0_OUT, PC0_IN, PC0_IN_PU, | ||
480 | PD7_FN, PD7_OUT, PD7_IN, PD7_IN_PU, | ||
481 | PD6_FN, PD6_OUT, PD6_IN, PD6_IN_PU, | ||
482 | PD5_FN, PD5_OUT, PD5_IN, PD5_IN_PU, | ||
483 | PD4_FN, PD4_OUT, PD4_IN, PD4_IN_PU, | ||
484 | PD3_FN, PD3_OUT, PD3_IN, PD3_IN_PU, | ||
485 | PD2_FN, PD2_OUT, PD2_IN, PD2_IN_PU, | ||
486 | PD1_FN, PD1_OUT, PD1_IN, PD1_IN_PU, | ||
487 | PD0_FN, PD0_OUT, PD0_IN, PD0_IN_PU, }, | ||
488 | }, | ||
489 | { PINMUX_CFG_REG("PEFCR", 0xffc70008, 32, 2) { | ||
490 | PE7_FN, PE7_OUT, PE7_IN, PE7_IN_PU, | ||
491 | PE6_FN, PE6_OUT, PE6_IN, PE6_IN_PU, | ||
492 | PE5_FN, PE5_OUT, PE5_IN, PE5_IN_PU, | ||
493 | PE4_FN, PE4_OUT, PE4_IN, PE4_IN_PU, | ||
494 | PE3_FN, PE3_OUT, PE3_IN, PE3_IN_PU, | ||
495 | PE2_FN, PE2_OUT, PE2_IN, PE2_IN_PU, | ||
496 | PE1_FN, PE1_OUT, PE1_IN, PE1_IN_PU, | ||
497 | PE0_FN, PE0_OUT, PE0_IN, PE0_IN_PU, | ||
498 | PF7_FN, PF7_OUT, PF7_IN, PF7_IN_PU, | ||
499 | PF6_FN, PF6_OUT, PF6_IN, PF6_IN_PU, | ||
500 | PF5_FN, PF5_OUT, PF5_IN, PF5_IN_PU, | ||
501 | PF4_FN, PF4_OUT, PF4_IN, PF4_IN_PU, | ||
502 | PF3_FN, PF3_OUT, PF3_IN, PF3_IN_PU, | ||
503 | PF2_FN, PF2_OUT, PF2_IN, PF2_IN_PU, | ||
504 | PF1_FN, PF1_OUT, PF1_IN, PF1_IN_PU, | ||
505 | PF0_FN, PF0_OUT, PF0_IN, PF0_IN_PU, }, | ||
506 | }, | ||
507 | { PINMUX_CFG_REG("PGHCR", 0xffc7000c, 32, 2) { | ||
508 | PG7_FN, PG7_OUT, PG7_IN, PG7_IN_PU, | ||
509 | PG6_FN, PG6_OUT, PG6_IN, PG6_IN_PU, | ||
510 | PG5_FN, PG5_OUT, PG5_IN, PG5_IN_PU, | ||
511 | PG4_FN, PG4_OUT, PG4_IN, PG4_IN_PU, | ||
512 | PG3_FN, PG3_OUT, PG3_IN, PG3_IN_PU, | ||
513 | PG2_FN, PG2_OUT, PG2_IN, PG2_IN_PU, | ||
514 | PG1_FN, PG1_OUT, PG1_IN, PG1_IN_PU, | ||
515 | PG0_FN, PG0_OUT, PG0_IN, PG0_IN_PU, | ||
516 | 0, 0, 0, 0, | ||
517 | 0, 0, 0, 0, | ||
518 | PH5_FN, PH5_OUT, PH5_IN, PH5_IN_PU, | ||
519 | PH4_FN, PH4_OUT, PH4_IN, PH4_IN_PU, | ||
520 | PH3_FN, PH3_OUT, PH3_IN, PH3_IN_PU, | ||
521 | PH2_FN, PH2_OUT, PH2_IN, PH2_IN_PU, | ||
522 | PH1_FN, PH1_OUT, PH1_IN, PH1_IN_PU, | ||
523 | PH0_FN, PH0_OUT, PH0_IN, PH0_IN_PU, }, | ||
524 | }, | ||
525 | { }, | ||
526 | }; | ||
527 | |||
528 | static struct pinmux_data_reg shx3_pinmux_data_regs[] = { | ||
529 | { PINMUX_DATA_REG("PABDR", 0xffc70010, 32) { | ||
530 | 0, 0, 0, 0, 0, 0, 0, 0, | ||
531 | PA7_DATA, PA6_DATA, PA5_DATA, PA4_DATA, | ||
532 | PA3_DATA, PA2_DATA, PA1_DATA, PA0_DATA, | ||
533 | 0, 0, 0, 0, 0, 0, 0, 0, | ||
534 | PB7_DATA, PB6_DATA, PB5_DATA, PB4_DATA, | ||
535 | PB3_DATA, PB2_DATA, PB1_DATA, PB0_DATA, }, | ||
536 | }, | ||
537 | { PINMUX_DATA_REG("PCDDR", 0xffc70014, 32) { | ||
538 | 0, 0, 0, 0, 0, 0, 0, 0, | ||
539 | PC7_DATA, PC6_DATA, PC5_DATA, PC4_DATA, | ||
540 | PC3_DATA, PC2_DATA, PC1_DATA, PC0_DATA, | ||
541 | 0, 0, 0, 0, 0, 0, 0, 0, | ||
542 | PD7_DATA, PD6_DATA, PD5_DATA, PD4_DATA, | ||
543 | PD3_DATA, PD2_DATA, PD1_DATA, PD0_DATA, }, | ||
544 | }, | ||
545 | { PINMUX_DATA_REG("PEFDR", 0xffc70018, 32) { | ||
546 | 0, 0, 0, 0, 0, 0, 0, 0, | ||
547 | PE7_DATA, PE6_DATA, PE5_DATA, PE4_DATA, | ||
548 | PE3_DATA, PE2_DATA, PE1_DATA, PE0_DATA, | ||
549 | 0, 0, 0, 0, 0, 0, 0, 0, | ||
550 | PF7_DATA, PF6_DATA, PF5_DATA, PF4_DATA, | ||
551 | PF3_DATA, PF2_DATA, PF1_DATA, PF0_DATA, }, | ||
552 | }, | ||
553 | { PINMUX_DATA_REG("PGHDR", 0xffc7001c, 32) { | ||
554 | 0, 0, 0, 0, 0, 0, 0, 0, | ||
555 | PG7_DATA, PG6_DATA, PG5_DATA, PG4_DATA, | ||
556 | PG3_DATA, PG2_DATA, PG1_DATA, PG0_DATA, | ||
557 | 0, 0, 0, 0, 0, 0, 0, 0, | ||
558 | 0, 0, PH5_DATA, PH4_DATA, | ||
559 | PH3_DATA, PH2_DATA, PH1_DATA, PH0_DATA, }, | ||
560 | }, | ||
561 | { }, | ||
562 | }; | ||
563 | |||
564 | static struct pinmux_info shx3_pinmux_info = { | ||
565 | .name = "shx3_pfc", | ||
566 | .reserved_id = PINMUX_RESERVED, | ||
567 | .data = { PINMUX_DATA_BEGIN, PINMUX_DATA_END }, | ||
568 | .input = { PINMUX_INPUT_BEGIN, PINMUX_INPUT_END }, | ||
569 | .input_pu = { PINMUX_INPUT_PULLUP_BEGIN, | ||
570 | PINMUX_INPUT_PULLUP_END }, | ||
571 | .output = { PINMUX_OUTPUT_BEGIN, PINMUX_OUTPUT_END }, | ||
572 | .mark = { PINMUX_MARK_BEGIN, PINMUX_MARK_END }, | ||
573 | .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END }, | ||
574 | .first_gpio = GPIO_PA7, | ||
575 | .last_gpio = GPIO_FN_IRQOUT, | ||
576 | .gpios = shx3_pinmux_gpios, | ||
577 | .gpio_data = shx3_pinmux_data, | ||
578 | .gpio_data_size = ARRAY_SIZE(shx3_pinmux_data), | ||
579 | .cfg_regs = shx3_pinmux_config_regs, | ||
580 | .data_regs = shx3_pinmux_data_regs, | ||
581 | }; | ||
582 | |||
583 | static int __init shx3_pinmux_setup(void) | ||
584 | { | ||
585 | return register_pinmux(&shx3_pinmux_info); | ||
586 | } | ||
587 | arch_initcall(shx3_pinmux_setup); | ||
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c index 3681cafdb4af..1b8848317e9c 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c | |||
@@ -19,6 +19,8 @@ | |||
19 | static struct plat_sci_port scif0_platform_data = { | 19 | static struct plat_sci_port scif0_platform_data = { |
20 | .mapbase = 0xffe00000, | 20 | .mapbase = 0xffe00000, |
21 | .flags = UPF_BOOT_AUTOCONF, | 21 | .flags = UPF_BOOT_AUTOCONF, |
22 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, | ||
23 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
22 | .type = PORT_SCIF, | 24 | .type = PORT_SCIF, |
23 | .irqs = { 80, 80, 80, 80 }, | 25 | .irqs = { 80, 80, 80, 80 }, |
24 | }; | 26 | }; |
@@ -34,6 +36,8 @@ static struct platform_device scif0_device = { | |||
34 | static struct plat_sci_port scif1_platform_data = { | 36 | static struct plat_sci_port scif1_platform_data = { |
35 | .mapbase = 0xffe10000, | 37 | .mapbase = 0xffe10000, |
36 | .flags = UPF_BOOT_AUTOCONF, | 38 | .flags = UPF_BOOT_AUTOCONF, |
39 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, | ||
40 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
37 | .type = PORT_SCIF, | 41 | .type = PORT_SCIF, |
38 | .irqs = { 81, 81, 81, 81 }, | 42 | .irqs = { 81, 81, 81, 81 }, |
39 | }; | 43 | }; |
@@ -49,6 +53,8 @@ static struct platform_device scif1_device = { | |||
49 | static struct plat_sci_port scif2_platform_data = { | 53 | static struct plat_sci_port scif2_platform_data = { |
50 | .mapbase = 0xffe20000, | 54 | .mapbase = 0xffe20000, |
51 | .flags = UPF_BOOT_AUTOCONF, | 55 | .flags = UPF_BOOT_AUTOCONF, |
56 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, | ||
57 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
52 | .type = PORT_SCIF, | 58 | .type = PORT_SCIF, |
53 | .irqs = { 82, 82, 82, 82 }, | 59 | .irqs = { 82, 82, 82, 82 }, |
54 | }; | 60 | }; |
@@ -64,6 +70,8 @@ static struct platform_device scif2_device = { | |||
64 | static struct plat_sci_port scif3_platform_data = { | 70 | static struct plat_sci_port scif3_platform_data = { |
65 | .mapbase = 0xffe30000, | 71 | .mapbase = 0xffe30000, |
66 | .flags = UPF_BOOT_AUTOCONF, | 72 | .flags = UPF_BOOT_AUTOCONF, |
73 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, | ||
74 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
67 | .type = PORT_SCIF, | 75 | .type = PORT_SCIF, |
68 | .irqs = { 83, 83, 83, 83 }, | 76 | .irqs = { 83, 83, 83, 83 }, |
69 | }; | 77 | }; |
@@ -360,6 +368,8 @@ void __init plat_early_device_setup(void) | |||
360 | 368 | ||
361 | enum { | 369 | enum { |
362 | UNUSED = 0, | 370 | UNUSED = 0, |
371 | ENABLED, | ||
372 | DISABLED, | ||
363 | 373 | ||
364 | /* interrupt sources */ | 374 | /* interrupt sources */ |
365 | IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, | 375 | IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, |
@@ -375,15 +385,13 @@ enum { | |||
375 | I2C0_ALI, I2C0_TACKI, I2C0_WAITI, I2C0_DTEI, | 385 | I2C0_ALI, I2C0_TACKI, I2C0_WAITI, I2C0_DTEI, |
376 | I2C1_ALI, I2C1_TACKI, I2C1_WAITI, I2C1_DTEI, | 386 | I2C1_ALI, I2C1_TACKI, I2C1_WAITI, I2C1_DTEI, |
377 | SIM_TEI, SIM_TXI, SIM_RXI, SIM_ERI, | 387 | SIM_TEI, SIM_TXI, SIM_RXI, SIM_ERI, |
378 | IRDA, | 388 | IRDA, SDHI, CMT, TSIF, SIU, |
379 | SDHI0, SDHI1, SDHI2, SDHI3, | ||
380 | CMT, TSIF, SIU, | ||
381 | TMU0, TMU1, TMU2, | 389 | TMU0, TMU1, TMU2, |
382 | JPU, LCDC, | 390 | JPU, LCDC, |
383 | 391 | ||
384 | /* interrupt groups */ | 392 | /* interrupt groups */ |
385 | 393 | ||
386 | DMAC0123, VIOVOU, MMC, DMAC45, FLCTL, I2C0, I2C1, SIM, SDHI, USB, | 394 | DMAC0123, VIOVOU, MMC, DMAC45, FLCTL, I2C0, I2C1, SIM, USB, |
387 | }; | 395 | }; |
388 | 396 | ||
389 | static struct intc_vect vectors[] __initdata = { | 397 | static struct intc_vect vectors[] __initdata = { |
@@ -412,8 +420,8 @@ static struct intc_vect vectors[] __initdata = { | |||
412 | INTC_VECT(FLCTL_FLTREQ0I, 0xdc0), INTC_VECT(FLCTL_FLTREQ1I, 0xde0), | 420 | INTC_VECT(FLCTL_FLTREQ0I, 0xdc0), INTC_VECT(FLCTL_FLTREQ1I, 0xde0), |
413 | INTC_VECT(I2C0_ALI, 0xe00), INTC_VECT(I2C0_TACKI, 0xe20), | 421 | INTC_VECT(I2C0_ALI, 0xe00), INTC_VECT(I2C0_TACKI, 0xe20), |
414 | INTC_VECT(I2C0_WAITI, 0xe40), INTC_VECT(I2C0_DTEI, 0xe60), | 422 | INTC_VECT(I2C0_WAITI, 0xe40), INTC_VECT(I2C0_DTEI, 0xe60), |
415 | INTC_VECT(SDHI0, 0xe80), INTC_VECT(SDHI1, 0xea0), | 423 | INTC_VECT(SDHI, 0xe80), INTC_VECT(SDHI, 0xea0), |
416 | INTC_VECT(SDHI2, 0xec0), INTC_VECT(SDHI3, 0xee0), | 424 | INTC_VECT(SDHI, 0xec0), INTC_VECT(SDHI, 0xee0), |
417 | INTC_VECT(CMT, 0xf00), INTC_VECT(TSIF, 0xf20), | 425 | INTC_VECT(CMT, 0xf00), INTC_VECT(TSIF, 0xf20), |
418 | INTC_VECT(SIU, 0xf80), | 426 | INTC_VECT(SIU, 0xf80), |
419 | INTC_VECT(TMU0, 0x400), INTC_VECT(TMU1, 0x420), | 427 | INTC_VECT(TMU0, 0x400), INTC_VECT(TMU1, 0x420), |
@@ -431,7 +439,6 @@ static struct intc_group groups[] __initdata = { | |||
431 | INTC_GROUP(I2C0, I2C0_ALI, I2C0_TACKI, I2C0_WAITI, I2C0_DTEI), | 439 | INTC_GROUP(I2C0, I2C0_ALI, I2C0_TACKI, I2C0_WAITI, I2C0_DTEI), |
432 | INTC_GROUP(I2C1, I2C1_ALI, I2C1_TACKI, I2C1_WAITI, I2C1_DTEI), | 440 | INTC_GROUP(I2C1, I2C1_ALI, I2C1_TACKI, I2C1_WAITI, I2C1_DTEI), |
433 | INTC_GROUP(SIM, SIM_TEI, SIM_TXI, SIM_RXI, SIM_ERI), | 441 | INTC_GROUP(SIM, SIM_TEI, SIM_TXI, SIM_RXI, SIM_ERI), |
434 | INTC_GROUP(SDHI, SDHI0, SDHI1, SDHI2, SDHI3), | ||
435 | INTC_GROUP(USB, USBI0, USBI1), | 442 | INTC_GROUP(USB, USBI0, USBI1), |
436 | }; | 443 | }; |
437 | 444 | ||
@@ -452,7 +459,7 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
452 | { I2C0_DTEI, I2C0_WAITI, I2C0_TACKI, I2C0_ALI, | 459 | { I2C0_DTEI, I2C0_WAITI, I2C0_TACKI, I2C0_ALI, |
453 | FLCTL_FLTREQ1I, FLCTL_FLTREQ0I, FLCTL_FLENDI, FLCTL_FLSTEI } }, | 460 | FLCTL_FLTREQ1I, FLCTL_FLTREQ0I, FLCTL_FLENDI, FLCTL_FLSTEI } }, |
454 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ | 461 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ |
455 | { SDHI3, SDHI2, SDHI1, SDHI0, 0, 0, 0, SIU } }, | 462 | { DISABLED, ENABLED, ENABLED, ENABLED, 0, 0, 0, SIU } }, |
456 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ | 463 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ |
457 | { 0, 0, 0, CMT, 0, USBI1, USBI0 } }, | 464 | { 0, 0, 0, CMT, 0, USBI1, USBI0 } }, |
458 | { 0xa40800a8, 0xa40800e8, 8, /* IMR10 / IMCR10 */ | 465 | { 0xa40800a8, 0xa40800e8, 8, /* IMR10 / IMCR10 */ |
@@ -488,9 +495,13 @@ static struct intc_mask_reg ack_registers[] __initdata = { | |||
488 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | 495 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
489 | }; | 496 | }; |
490 | 497 | ||
491 | static DECLARE_INTC_DESC_ACK(intc_desc, "sh7343", vectors, groups, | 498 | static struct intc_desc intc_desc __initdata = { |
492 | mask_registers, prio_registers, sense_registers, | 499 | .name = "sh7343", |
493 | ack_registers); | 500 | .force_enable = ENABLED, |
501 | .force_disable = DISABLED, | ||
502 | .hw = INTC_HW_DESC(vectors, groups, mask_registers, | ||
503 | prio_registers, sense_registers, ack_registers), | ||
504 | }; | ||
494 | 505 | ||
495 | void __init plat_irq_setup(void) | 506 | void __init plat_irq_setup(void) |
496 | { | 507 | { |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c index 8dab9e1bbd89..82616af64d62 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c | |||
@@ -21,6 +21,8 @@ | |||
21 | static struct plat_sci_port scif0_platform_data = { | 21 | static struct plat_sci_port scif0_platform_data = { |
22 | .mapbase = 0xffe00000, | 22 | .mapbase = 0xffe00000, |
23 | .flags = UPF_BOOT_AUTOCONF, | 23 | .flags = UPF_BOOT_AUTOCONF, |
24 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
25 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
24 | .type = PORT_SCIF, | 26 | .type = PORT_SCIF, |
25 | .irqs = { 80, 80, 80, 80 }, | 27 | .irqs = { 80, 80, 80, 80 }, |
26 | }; | 28 | }; |
@@ -319,6 +321,8 @@ void __init plat_early_device_setup(void) | |||
319 | 321 | ||
320 | enum { | 322 | enum { |
321 | UNUSED=0, | 323 | UNUSED=0, |
324 | ENABLED, | ||
325 | DISABLED, | ||
322 | 326 | ||
323 | /* interrupt sources */ | 327 | /* interrupt sources */ |
324 | IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, | 328 | IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, |
@@ -332,14 +336,13 @@ enum { | |||
332 | DENC, MSIOF, | 336 | DENC, MSIOF, |
333 | FLCTL_FLSTEI, FLCTL_FLENDI, FLCTL_FLTREQ0I, FLCTL_FLTREQ1I, | 337 | FLCTL_FLSTEI, FLCTL_FLENDI, FLCTL_FLTREQ0I, FLCTL_FLTREQ1I, |
334 | I2C_ALI, I2C_TACKI, I2C_WAITI, I2C_DTEI, | 338 | I2C_ALI, I2C_TACKI, I2C_WAITI, I2C_DTEI, |
335 | SDHI0, SDHI1, SDHI2, SDHI3, | 339 | SDHI, CMT, TSIF, SIU, |
336 | CMT, TSIF, SIU, | ||
337 | TMU0, TMU1, TMU2, | 340 | TMU0, TMU1, TMU2, |
338 | VEU2, LCDC, | 341 | VEU2, LCDC, |
339 | 342 | ||
340 | /* interrupt groups */ | 343 | /* interrupt groups */ |
341 | 344 | ||
342 | DMAC0123, VIOVOU, MMC, DMAC45, FLCTL, I2C, SDHI, | 345 | DMAC0123, VIOVOU, MMC, DMAC45, FLCTL, I2C, |
343 | }; | 346 | }; |
344 | 347 | ||
345 | static struct intc_vect vectors[] __initdata = { | 348 | static struct intc_vect vectors[] __initdata = { |
@@ -364,8 +367,8 @@ static struct intc_vect vectors[] __initdata = { | |||
364 | INTC_VECT(FLCTL_FLTREQ0I, 0xdc0), INTC_VECT(FLCTL_FLTREQ1I, 0xde0), | 367 | INTC_VECT(FLCTL_FLTREQ0I, 0xdc0), INTC_VECT(FLCTL_FLTREQ1I, 0xde0), |
365 | INTC_VECT(I2C_ALI, 0xe00), INTC_VECT(I2C_TACKI, 0xe20), | 368 | INTC_VECT(I2C_ALI, 0xe00), INTC_VECT(I2C_TACKI, 0xe20), |
366 | INTC_VECT(I2C_WAITI, 0xe40), INTC_VECT(I2C_DTEI, 0xe60), | 369 | INTC_VECT(I2C_WAITI, 0xe40), INTC_VECT(I2C_DTEI, 0xe60), |
367 | INTC_VECT(SDHI0, 0xe80), INTC_VECT(SDHI1, 0xea0), | 370 | INTC_VECT(SDHI, 0xe80), INTC_VECT(SDHI, 0xea0), |
368 | INTC_VECT(SDHI2, 0xec0), INTC_VECT(SDHI3, 0xee0), | 371 | INTC_VECT(SDHI, 0xec0), INTC_VECT(SDHI, 0xee0), |
369 | INTC_VECT(CMT, 0xf00), INTC_VECT(TSIF, 0xf20), | 372 | INTC_VECT(CMT, 0xf00), INTC_VECT(TSIF, 0xf20), |
370 | INTC_VECT(SIU, 0xf80), | 373 | INTC_VECT(SIU, 0xf80), |
371 | INTC_VECT(TMU0, 0x400), INTC_VECT(TMU1, 0x420), | 374 | INTC_VECT(TMU0, 0x400), INTC_VECT(TMU1, 0x420), |
@@ -381,7 +384,6 @@ static struct intc_group groups[] __initdata = { | |||
381 | INTC_GROUP(FLCTL, FLCTL_FLSTEI, FLCTL_FLENDI, | 384 | INTC_GROUP(FLCTL, FLCTL_FLSTEI, FLCTL_FLENDI, |
382 | FLCTL_FLTREQ0I, FLCTL_FLTREQ1I), | 385 | FLCTL_FLTREQ0I, FLCTL_FLTREQ1I), |
383 | INTC_GROUP(I2C, I2C_ALI, I2C_TACKI, I2C_WAITI, I2C_DTEI), | 386 | INTC_GROUP(I2C, I2C_ALI, I2C_TACKI, I2C_WAITI, I2C_DTEI), |
384 | INTC_GROUP(SDHI, SDHI0, SDHI1, SDHI2, SDHI3), | ||
385 | }; | 387 | }; |
386 | 388 | ||
387 | static struct intc_mask_reg mask_registers[] __initdata = { | 389 | static struct intc_mask_reg mask_registers[] __initdata = { |
@@ -403,7 +405,7 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
403 | { I2C_DTEI, I2C_WAITI, I2C_TACKI, I2C_ALI, | 405 | { I2C_DTEI, I2C_WAITI, I2C_TACKI, I2C_ALI, |
404 | FLCTL_FLTREQ1I, FLCTL_FLTREQ0I, FLCTL_FLENDI, FLCTL_FLSTEI } }, | 406 | FLCTL_FLTREQ1I, FLCTL_FLTREQ0I, FLCTL_FLENDI, FLCTL_FLSTEI } }, |
405 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ | 407 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ |
406 | { SDHI3, SDHI2, SDHI1, SDHI0, 0, 0, 0, SIU } }, | 408 | { DISABLED, ENABLED, ENABLED, ENABLED, 0, 0, 0, SIU } }, |
407 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ | 409 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ |
408 | { 0, 0, 0, CMT, 0, USB, } }, | 410 | { 0, 0, 0, CMT, 0, USB, } }, |
409 | { 0xa40800a8, 0xa40800e8, 8, /* IMR10 / IMCR10 */ | 411 | { 0xa40800a8, 0xa40800e8, 8, /* IMR10 / IMCR10 */ |
@@ -441,9 +443,13 @@ static struct intc_mask_reg ack_registers[] __initdata = { | |||
441 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | 443 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
442 | }; | 444 | }; |
443 | 445 | ||
444 | static DECLARE_INTC_DESC_ACK(intc_desc, "sh7366", vectors, groups, | 446 | static struct intc_desc intc_desc __initdata = { |
445 | mask_registers, prio_registers, sense_registers, | 447 | .name = "sh7366", |
446 | ack_registers); | 448 | .force_enable = ENABLED, |
449 | .force_disable = DISABLED, | ||
450 | .hw = INTC_HW_DESC(vectors, groups, mask_registers, | ||
451 | prio_registers, sense_registers, ack_registers), | ||
452 | }; | ||
447 | 453 | ||
448 | void __init plat_irq_setup(void) | 454 | void __init plat_irq_setup(void) |
449 | { | 455 | { |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c index 156ccc960015..5813d8023619 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c | |||
@@ -181,6 +181,8 @@ struct platform_device dma_device = { | |||
181 | static struct plat_sci_port scif0_platform_data = { | 181 | static struct plat_sci_port scif0_platform_data = { |
182 | .mapbase = 0xffe00000, | 182 | .mapbase = 0xffe00000, |
183 | .flags = UPF_BOOT_AUTOCONF, | 183 | .flags = UPF_BOOT_AUTOCONF, |
184 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
185 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
184 | .type = PORT_SCIF, | 186 | .type = PORT_SCIF, |
185 | .irqs = { 80, 80, 80, 80 }, | 187 | .irqs = { 80, 80, 80, 80 }, |
186 | }; | 188 | }; |
@@ -196,6 +198,8 @@ static struct platform_device scif0_device = { | |||
196 | static struct plat_sci_port scif1_platform_data = { | 198 | static struct plat_sci_port scif1_platform_data = { |
197 | .mapbase = 0xffe10000, | 199 | .mapbase = 0xffe10000, |
198 | .flags = UPF_BOOT_AUTOCONF, | 200 | .flags = UPF_BOOT_AUTOCONF, |
201 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
202 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
199 | .type = PORT_SCIF, | 203 | .type = PORT_SCIF, |
200 | .irqs = { 81, 81, 81, 81 }, | 204 | .irqs = { 81, 81, 81, 81 }, |
201 | }; | 205 | }; |
@@ -211,6 +215,8 @@ static struct platform_device scif1_device = { | |||
211 | static struct plat_sci_port scif2_platform_data = { | 215 | static struct plat_sci_port scif2_platform_data = { |
212 | .mapbase = 0xffe20000, | 216 | .mapbase = 0xffe20000, |
213 | .flags = UPF_BOOT_AUTOCONF, | 217 | .flags = UPF_BOOT_AUTOCONF, |
218 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
219 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
214 | .type = PORT_SCIF, | 220 | .type = PORT_SCIF, |
215 | .irqs = { 82, 82, 82, 82 }, | 221 | .irqs = { 82, 82, 82, 82 }, |
216 | }; | 222 | }; |
@@ -551,7 +557,7 @@ static struct resource siu_resources[] = { | |||
551 | }; | 557 | }; |
552 | 558 | ||
553 | static struct platform_device siu_device = { | 559 | static struct platform_device siu_device = { |
554 | .name = "sh_siu", | 560 | .name = "siu-pcm-audio", |
555 | .id = -1, | 561 | .id = -1, |
556 | .dev = { | 562 | .dev = { |
557 | .platform_data = &siu_platform_data, | 563 | .platform_data = &siu_platform_data, |
@@ -699,7 +705,7 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
699 | { I2C_DTEI, I2C_WAITI, I2C_TACKI, I2C_ALI, | 705 | { I2C_DTEI, I2C_WAITI, I2C_TACKI, I2C_ALI, |
700 | FLCTL_FLTREQ1I, FLCTL_FLTREQ0I, FLCTL_FLENDI, FLCTL_FLSTEI } }, | 706 | FLCTL_FLTREQ1I, FLCTL_FLTREQ0I, FLCTL_FLENDI, FLCTL_FLSTEI } }, |
701 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ | 707 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ |
702 | { DISABLED, DISABLED, ENABLED, ENABLED, 0, 0, TWODG, SIU } }, | 708 | { DISABLED, ENABLED, ENABLED, ENABLED, 0, 0, TWODG, SIU } }, |
703 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ | 709 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ |
704 | { 0, 0, 0, CMT, 0, USB_USBI1, USB_USBI0, } }, | 710 | { 0, 0, 0, CMT, 0, USB_USBI1, USB_USBI0, } }, |
705 | { 0xa40800a8, 0xa40800e8, 8, /* IMR10 / IMCR10 */ | 711 | { 0xa40800a8, 0xa40800e8, 8, /* IMR10 / IMCR10 */ |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c index 0eadefdbbba1..072382280f96 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c | |||
@@ -24,6 +24,8 @@ | |||
24 | static struct plat_sci_port scif0_platform_data = { | 24 | static struct plat_sci_port scif0_platform_data = { |
25 | .mapbase = 0xffe00000, | 25 | .mapbase = 0xffe00000, |
26 | .flags = UPF_BOOT_AUTOCONF, | 26 | .flags = UPF_BOOT_AUTOCONF, |
27 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
28 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
27 | .type = PORT_SCIF, | 29 | .type = PORT_SCIF, |
28 | .irqs = { 80, 80, 80, 80 }, | 30 | .irqs = { 80, 80, 80, 80 }, |
29 | }; | 31 | }; |
@@ -39,6 +41,8 @@ static struct platform_device scif0_device = { | |||
39 | static struct plat_sci_port scif1_platform_data = { | 41 | static struct plat_sci_port scif1_platform_data = { |
40 | .mapbase = 0xffe10000, | 42 | .mapbase = 0xffe10000, |
41 | .flags = UPF_BOOT_AUTOCONF, | 43 | .flags = UPF_BOOT_AUTOCONF, |
44 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
45 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
42 | .type = PORT_SCIF, | 46 | .type = PORT_SCIF, |
43 | .irqs = { 81, 81, 81, 81 }, | 47 | .irqs = { 81, 81, 81, 81 }, |
44 | }; | 48 | }; |
@@ -54,6 +58,8 @@ static struct platform_device scif1_device = { | |||
54 | static struct plat_sci_port scif2_platform_data = { | 58 | static struct plat_sci_port scif2_platform_data = { |
55 | .mapbase = 0xffe20000, | 59 | .mapbase = 0xffe20000, |
56 | .flags = UPF_BOOT_AUTOCONF, | 60 | .flags = UPF_BOOT_AUTOCONF, |
61 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
62 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
57 | .type = PORT_SCIF, | 63 | .type = PORT_SCIF, |
58 | .irqs = { 82, 82, 82, 82 }, | 64 | .irqs = { 82, 82, 82, 82 }, |
59 | }; | 65 | }; |
@@ -69,6 +75,8 @@ static struct platform_device scif2_device = { | |||
69 | static struct plat_sci_port scif3_platform_data = { | 75 | static struct plat_sci_port scif3_platform_data = { |
70 | .mapbase = 0xa4e30000, | 76 | .mapbase = 0xa4e30000, |
71 | .flags = UPF_BOOT_AUTOCONF, | 77 | .flags = UPF_BOOT_AUTOCONF, |
78 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
79 | .scbrr_algo_id = SCBRR_ALGO_3, | ||
72 | .type = PORT_SCIFA, | 80 | .type = PORT_SCIFA, |
73 | .irqs = { 56, 56, 56, 56 }, | 81 | .irqs = { 56, 56, 56, 56 }, |
74 | }; | 82 | }; |
@@ -84,6 +92,8 @@ static struct platform_device scif3_device = { | |||
84 | static struct plat_sci_port scif4_platform_data = { | 92 | static struct plat_sci_port scif4_platform_data = { |
85 | .mapbase = 0xa4e40000, | 93 | .mapbase = 0xa4e40000, |
86 | .flags = UPF_BOOT_AUTOCONF, | 94 | .flags = UPF_BOOT_AUTOCONF, |
95 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
96 | .scbrr_algo_id = SCBRR_ALGO_3, | ||
87 | .type = PORT_SCIFA, | 97 | .type = PORT_SCIFA, |
88 | .irqs = { 88, 88, 88, 88 }, | 98 | .irqs = { 88, 88, 88, 88 }, |
89 | }; | 99 | }; |
@@ -99,6 +109,8 @@ static struct platform_device scif4_device = { | |||
99 | static struct plat_sci_port scif5_platform_data = { | 109 | static struct plat_sci_port scif5_platform_data = { |
100 | .mapbase = 0xa4e50000, | 110 | .mapbase = 0xa4e50000, |
101 | .flags = UPF_BOOT_AUTOCONF, | 111 | .flags = UPF_BOOT_AUTOCONF, |
112 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
113 | .scbrr_algo_id = SCBRR_ALGO_3, | ||
102 | .type = PORT_SCIFA, | 114 | .type = PORT_SCIFA, |
103 | .irqs = { 109, 109, 109, 109 }, | 115 | .irqs = { 109, 109, 109, 109 }, |
104 | }; | 116 | }; |
@@ -719,7 +731,7 @@ static struct intc_group groups[] __initdata = { | |||
719 | static struct intc_mask_reg mask_registers[] __initdata = { | 731 | static struct intc_mask_reg mask_registers[] __initdata = { |
720 | { 0xa4080080, 0xa40800c0, 8, /* IMR0 / IMCR0 */ | 732 | { 0xa4080080, 0xa40800c0, 8, /* IMR0 / IMCR0 */ |
721 | { 0, TMU1_TUNI2, TMU1_TUNI1, TMU1_TUNI0, | 733 | { 0, TMU1_TUNI2, TMU1_TUNI1, TMU1_TUNI0, |
722 | 0, DISABLED, ENABLED, ENABLED } }, | 734 | 0, ENABLED, ENABLED, ENABLED } }, |
723 | { 0xa4080084, 0xa40800c4, 8, /* IMR1 / IMCR1 */ | 735 | { 0xa4080084, 0xa40800c4, 8, /* IMR1 / IMCR1 */ |
724 | { VIO_VOUI, VIO_VEU2HI,VIO_BEUI,VIO_CEUI,DMAC0A_DEI3,DMAC0A_DEI2,DMAC0A_DEI1,DMAC0A_DEI0 } }, | 736 | { VIO_VOUI, VIO_VEU2HI,VIO_BEUI,VIO_CEUI,DMAC0A_DEI3,DMAC0A_DEI2,DMAC0A_DEI1,DMAC0A_DEI0 } }, |
725 | { 0xa4080088, 0xa40800c8, 8, /* IMR2 / IMCR2 */ | 737 | { 0xa4080088, 0xa40800c8, 8, /* IMR2 / IMCR2 */ |
@@ -736,7 +748,7 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
736 | { I2C_DTEI, I2C_WAITI, I2C_TACKI, I2C_ALI, | 748 | { I2C_DTEI, I2C_WAITI, I2C_TACKI, I2C_ALI, |
737 | FLCTL_FLTREQ1I, FLCTL_FLTREQ0I, FLCTL_FLTENDI, FLCTL_FLSTEI } }, | 749 | FLCTL_FLTREQ1I, FLCTL_FLTREQ0I, FLCTL_FLTENDI, FLCTL_FLSTEI } }, |
738 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ | 750 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ |
739 | { 0, DISABLED, ENABLED, ENABLED, | 751 | { 0, ENABLED, ENABLED, ENABLED, |
740 | 0, 0, SCIFA_SCIFA2, SIU_SIUI } }, | 752 | 0, 0, SCIFA_SCIFA2, SIU_SIUI } }, |
741 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ | 753 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ |
742 | { 0, 0, 0, CMT_CMTI, 0, 0, USB_USI0,0 } }, | 754 | { 0, 0, 0, CMT_CMTI, 0, 0, USB_USI0,0 } }, |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c index 79c556e56262..134a397b1918 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c | |||
@@ -93,6 +93,46 @@ static const struct sh_dmae_slave_config sh7724_dmae_slaves[] = { | |||
93 | .chcr = DM_INC | SM_FIX | 0x800 | TS_INDEX2VAL(XMIT_SZ_8BIT), | 93 | .chcr = DM_INC | SM_FIX | 0x800 | TS_INDEX2VAL(XMIT_SZ_8BIT), |
94 | .mid_rid = 0x36, | 94 | .mid_rid = 0x36, |
95 | }, { | 95 | }, { |
96 | .slave_id = SHDMA_SLAVE_USB0D0_TX, | ||
97 | .addr = 0xA4D80100, | ||
98 | .chcr = DM_FIX | SM_INC | 0x800 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
99 | .mid_rid = 0x73, | ||
100 | }, { | ||
101 | .slave_id = SHDMA_SLAVE_USB0D0_RX, | ||
102 | .addr = 0xA4D80100, | ||
103 | .chcr = DM_INC | SM_FIX | 0x800 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
104 | .mid_rid = 0x73, | ||
105 | }, { | ||
106 | .slave_id = SHDMA_SLAVE_USB0D1_TX, | ||
107 | .addr = 0xA4D80120, | ||
108 | .chcr = DM_FIX | SM_INC | 0x800 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
109 | .mid_rid = 0x77, | ||
110 | }, { | ||
111 | .slave_id = SHDMA_SLAVE_USB0D1_RX, | ||
112 | .addr = 0xA4D80120, | ||
113 | .chcr = DM_INC | SM_FIX | 0x800 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
114 | .mid_rid = 0x77, | ||
115 | }, { | ||
116 | .slave_id = SHDMA_SLAVE_USB1D0_TX, | ||
117 | .addr = 0xA4D90100, | ||
118 | .chcr = DM_FIX | SM_INC | 0x800 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
119 | .mid_rid = 0xab, | ||
120 | }, { | ||
121 | .slave_id = SHDMA_SLAVE_USB1D0_RX, | ||
122 | .addr = 0xA4D90100, | ||
123 | .chcr = DM_INC | SM_FIX | 0x800 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
124 | .mid_rid = 0xab, | ||
125 | }, { | ||
126 | .slave_id = SHDMA_SLAVE_USB1D1_TX, | ||
127 | .addr = 0xA4D90120, | ||
128 | .chcr = DM_FIX | SM_INC | 0x800 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
129 | .mid_rid = 0xaf, | ||
130 | }, { | ||
131 | .slave_id = SHDMA_SLAVE_USB1D1_RX, | ||
132 | .addr = 0xA4D90120, | ||
133 | .chcr = DM_INC | SM_FIX | 0x800 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
134 | .mid_rid = 0xaf, | ||
135 | }, { | ||
96 | .slave_id = SHDMA_SLAVE_SDHI0_TX, | 136 | .slave_id = SHDMA_SLAVE_SDHI0_TX, |
97 | .addr = 0x04ce0030, | 137 | .addr = 0x04ce0030, |
98 | .chcr = DM_FIX | SM_INC | 0x800 | TS_INDEX2VAL(XMIT_SZ_16BIT), | 138 | .chcr = DM_FIX | SM_INC | 0x800 | TS_INDEX2VAL(XMIT_SZ_16BIT), |
@@ -257,6 +297,8 @@ static struct platform_device dma1_device = { | |||
257 | static struct plat_sci_port scif0_platform_data = { | 297 | static struct plat_sci_port scif0_platform_data = { |
258 | .mapbase = 0xffe00000, | 298 | .mapbase = 0xffe00000, |
259 | .flags = UPF_BOOT_AUTOCONF, | 299 | .flags = UPF_BOOT_AUTOCONF, |
300 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
301 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
260 | .type = PORT_SCIF, | 302 | .type = PORT_SCIF, |
261 | .irqs = { 80, 80, 80, 80 }, | 303 | .irqs = { 80, 80, 80, 80 }, |
262 | }; | 304 | }; |
@@ -272,6 +314,8 @@ static struct platform_device scif0_device = { | |||
272 | static struct plat_sci_port scif1_platform_data = { | 314 | static struct plat_sci_port scif1_platform_data = { |
273 | .mapbase = 0xffe10000, | 315 | .mapbase = 0xffe10000, |
274 | .flags = UPF_BOOT_AUTOCONF, | 316 | .flags = UPF_BOOT_AUTOCONF, |
317 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
318 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
275 | .type = PORT_SCIF, | 319 | .type = PORT_SCIF, |
276 | .irqs = { 81, 81, 81, 81 }, | 320 | .irqs = { 81, 81, 81, 81 }, |
277 | }; | 321 | }; |
@@ -287,6 +331,8 @@ static struct platform_device scif1_device = { | |||
287 | static struct plat_sci_port scif2_platform_data = { | 331 | static struct plat_sci_port scif2_platform_data = { |
288 | .mapbase = 0xffe20000, | 332 | .mapbase = 0xffe20000, |
289 | .flags = UPF_BOOT_AUTOCONF, | 333 | .flags = UPF_BOOT_AUTOCONF, |
334 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
335 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
290 | .type = PORT_SCIF, | 336 | .type = PORT_SCIF, |
291 | .irqs = { 82, 82, 82, 82 }, | 337 | .irqs = { 82, 82, 82, 82 }, |
292 | }; | 338 | }; |
@@ -302,6 +348,8 @@ static struct platform_device scif2_device = { | |||
302 | static struct plat_sci_port scif3_platform_data = { | 348 | static struct plat_sci_port scif3_platform_data = { |
303 | .mapbase = 0xa4e30000, | 349 | .mapbase = 0xa4e30000, |
304 | .flags = UPF_BOOT_AUTOCONF, | 350 | .flags = UPF_BOOT_AUTOCONF, |
351 | .scscr = SCSCR_RE | SCSCR_TE, | ||
352 | .scbrr_algo_id = SCBRR_ALGO_3, | ||
305 | .type = PORT_SCIFA, | 353 | .type = PORT_SCIFA, |
306 | .irqs = { 56, 56, 56, 56 }, | 354 | .irqs = { 56, 56, 56, 56 }, |
307 | }; | 355 | }; |
@@ -317,6 +365,8 @@ static struct platform_device scif3_device = { | |||
317 | static struct plat_sci_port scif4_platform_data = { | 365 | static struct plat_sci_port scif4_platform_data = { |
318 | .mapbase = 0xa4e40000, | 366 | .mapbase = 0xa4e40000, |
319 | .flags = UPF_BOOT_AUTOCONF, | 367 | .flags = UPF_BOOT_AUTOCONF, |
368 | .scscr = SCSCR_RE | SCSCR_TE, | ||
369 | .scbrr_algo_id = SCBRR_ALGO_3, | ||
320 | .type = PORT_SCIFA, | 370 | .type = PORT_SCIFA, |
321 | .irqs = { 88, 88, 88, 88 }, | 371 | .irqs = { 88, 88, 88, 88 }, |
322 | }; | 372 | }; |
@@ -332,6 +382,8 @@ static struct platform_device scif4_device = { | |||
332 | static struct plat_sci_port scif5_platform_data = { | 382 | static struct plat_sci_port scif5_platform_data = { |
333 | .mapbase = 0xa4e50000, | 383 | .mapbase = 0xa4e50000, |
334 | .flags = UPF_BOOT_AUTOCONF, | 384 | .flags = UPF_BOOT_AUTOCONF, |
385 | .scscr = SCSCR_RE | SCSCR_TE, | ||
386 | .scbrr_algo_id = SCBRR_ALGO_3, | ||
335 | .type = PORT_SCIFA, | 387 | .type = PORT_SCIFA, |
336 | .irqs = { 109, 109, 109, 109 }, | 388 | .irqs = { 109, 109, 109, 109 }, |
337 | }; | 389 | }; |
@@ -524,6 +576,70 @@ static struct platform_device veu1_device = { | |||
524 | }, | 576 | }, |
525 | }; | 577 | }; |
526 | 578 | ||
579 | /* BEU0 */ | ||
580 | static struct uio_info beu0_platform_data = { | ||
581 | .name = "BEU0", | ||
582 | .version = "0", | ||
583 | .irq = evt2irq(0x8A0), | ||
584 | }; | ||
585 | |||
586 | static struct resource beu0_resources[] = { | ||
587 | [0] = { | ||
588 | .name = "BEU0", | ||
589 | .start = 0xfe930000, | ||
590 | .end = 0xfe933400, | ||
591 | .flags = IORESOURCE_MEM, | ||
592 | }, | ||
593 | [1] = { | ||
594 | /* place holder for contiguous memory */ | ||
595 | }, | ||
596 | }; | ||
597 | |||
598 | static struct platform_device beu0_device = { | ||
599 | .name = "uio_pdrv_genirq", | ||
600 | .id = 6, | ||
601 | .dev = { | ||
602 | .platform_data = &beu0_platform_data, | ||
603 | }, | ||
604 | .resource = beu0_resources, | ||
605 | .num_resources = ARRAY_SIZE(beu0_resources), | ||
606 | .archdata = { | ||
607 | .hwblk_id = HWBLK_BEU0, | ||
608 | }, | ||
609 | }; | ||
610 | |||
611 | /* BEU1 */ | ||
612 | static struct uio_info beu1_platform_data = { | ||
613 | .name = "BEU1", | ||
614 | .version = "0", | ||
615 | .irq = evt2irq(0xA00), | ||
616 | }; | ||
617 | |||
618 | static struct resource beu1_resources[] = { | ||
619 | [0] = { | ||
620 | .name = "BEU1", | ||
621 | .start = 0xfe940000, | ||
622 | .end = 0xfe943400, | ||
623 | .flags = IORESOURCE_MEM, | ||
624 | }, | ||
625 | [1] = { | ||
626 | /* place holder for contiguous memory */ | ||
627 | }, | ||
628 | }; | ||
629 | |||
630 | static struct platform_device beu1_device = { | ||
631 | .name = "uio_pdrv_genirq", | ||
632 | .id = 7, | ||
633 | .dev = { | ||
634 | .platform_data = &beu1_platform_data, | ||
635 | }, | ||
636 | .resource = beu1_resources, | ||
637 | .num_resources = ARRAY_SIZE(beu1_resources), | ||
638 | .archdata = { | ||
639 | .hwblk_id = HWBLK_BEU1, | ||
640 | }, | ||
641 | }; | ||
642 | |||
527 | static struct sh_timer_config cmt_platform_data = { | 643 | static struct sh_timer_config cmt_platform_data = { |
528 | .channel_offset = 0x60, | 644 | .channel_offset = 0x60, |
529 | .timer_bit = 5, | 645 | .timer_bit = 5, |
@@ -857,6 +973,8 @@ static struct platform_device *sh7724_devices[] __initdata = { | |||
857 | &vpu_device, | 973 | &vpu_device, |
858 | &veu0_device, | 974 | &veu0_device, |
859 | &veu1_device, | 975 | &veu1_device, |
976 | &beu0_device, | ||
977 | &beu1_device, | ||
860 | &jpu_device, | 978 | &jpu_device, |
861 | &spu0_device, | 979 | &spu0_device, |
862 | &spu1_device, | 980 | &spu1_device, |
@@ -1078,7 +1196,7 @@ static struct intc_group groups[] __initdata = { | |||
1078 | static struct intc_mask_reg mask_registers[] __initdata = { | 1196 | static struct intc_mask_reg mask_registers[] __initdata = { |
1079 | { 0xa4080080, 0xa40800c0, 8, /* IMR0 / IMCR0 */ | 1197 | { 0xa4080080, 0xa40800c0, 8, /* IMR0 / IMCR0 */ |
1080 | { 0, TMU1_TUNI2, TMU1_TUNI1, TMU1_TUNI0, | 1198 | { 0, TMU1_TUNI2, TMU1_TUNI1, TMU1_TUNI0, |
1081 | 0, DISABLED, ENABLED, ENABLED } }, | 1199 | 0, ENABLED, ENABLED, ENABLED } }, |
1082 | { 0xa4080084, 0xa40800c4, 8, /* IMR1 / IMCR1 */ | 1200 | { 0xa4080084, 0xa40800c4, 8, /* IMR1 / IMCR1 */ |
1083 | { VIO_VOU, VIO_VEU1, VIO_BEU0, VIO_CEU0, | 1201 | { VIO_VOU, VIO_VEU1, VIO_BEU0, VIO_CEU0, |
1084 | DMAC0A_DEI3, DMAC0A_DEI2, DMAC0A_DEI1, DMAC0A_DEI0 } }, | 1202 | DMAC0A_DEI3, DMAC0A_DEI2, DMAC0A_DEI1, DMAC0A_DEI0 } }, |
@@ -1100,7 +1218,7 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
1100 | { I2C0_DTEI, I2C0_WAITI, I2C0_TACKI, I2C0_ALI, | 1218 | { I2C0_DTEI, I2C0_WAITI, I2C0_TACKI, I2C0_ALI, |
1101 | I2C1_DTEI, I2C1_WAITI, I2C1_TACKI, I2C1_ALI } }, | 1219 | I2C1_DTEI, I2C1_WAITI, I2C1_TACKI, I2C1_ALI } }, |
1102 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ | 1220 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ |
1103 | { DISABLED, DISABLED, ENABLED, ENABLED, | 1221 | { DISABLED, ENABLED, ENABLED, ENABLED, |
1104 | 0, 0, SCIFA5, FSI } }, | 1222 | 0, 0, SCIFA5, FSI } }, |
1105 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ | 1223 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ |
1106 | { 0, 0, 0, CMT, 0, USB1, USB0, 0 } }, | 1224 | { 0, 0, 0, CMT, 0, USB1, USB0, 0 } }, |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7757.c b/arch/sh/kernel/cpu/sh4a/setup-sh7757.c index 444aca95b20d..e915deafac89 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7757.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7757.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * SH7757 Setup | 2 | * SH7757 Setup |
3 | * | 3 | * |
4 | * Copyright (C) 2009 Renesas Solutions Corp. | 4 | * Copyright (C) 2009, 2011 Renesas Solutions Corp. |
5 | * | 5 | * |
6 | * based on setup-sh7785.c : Copyright (C) 2007 Paul Mundt | 6 | * based on setup-sh7785.c : Copyright (C) 2007 Paul Mundt |
7 | * | 7 | * |
@@ -16,17 +16,23 @@ | |||
16 | #include <linux/io.h> | 16 | #include <linux/io.h> |
17 | #include <linux/mm.h> | 17 | #include <linux/mm.h> |
18 | #include <linux/sh_timer.h> | 18 | #include <linux/sh_timer.h> |
19 | #include <linux/sh_dma.h> | ||
20 | |||
21 | #include <cpu/dma-register.h> | ||
22 | #include <cpu/sh7757.h> | ||
19 | 23 | ||
20 | static struct plat_sci_port scif2_platform_data = { | 24 | static struct plat_sci_port scif2_platform_data = { |
21 | .mapbase = 0xfe4b0000, /* SCIF2 */ | 25 | .mapbase = 0xfe4b0000, /* SCIF2 */ |
22 | .flags = UPF_BOOT_AUTOCONF, | 26 | .flags = UPF_BOOT_AUTOCONF, |
27 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
28 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
23 | .type = PORT_SCIF, | 29 | .type = PORT_SCIF, |
24 | .irqs = { 40, 40, 40, 40 }, | 30 | .irqs = { 40, 40, 40, 40 }, |
25 | }; | 31 | }; |
26 | 32 | ||
27 | static struct platform_device scif2_device = { | 33 | static struct platform_device scif2_device = { |
28 | .name = "sh-sci", | 34 | .name = "sh-sci", |
29 | .id = 2, | 35 | .id = 0, |
30 | .dev = { | 36 | .dev = { |
31 | .platform_data = &scif2_platform_data, | 37 | .platform_data = &scif2_platform_data, |
32 | }, | 38 | }, |
@@ -35,13 +41,15 @@ static struct platform_device scif2_device = { | |||
35 | static struct plat_sci_port scif3_platform_data = { | 41 | static struct plat_sci_port scif3_platform_data = { |
36 | .mapbase = 0xfe4c0000, /* SCIF3 */ | 42 | .mapbase = 0xfe4c0000, /* SCIF3 */ |
37 | .flags = UPF_BOOT_AUTOCONF, | 43 | .flags = UPF_BOOT_AUTOCONF, |
44 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
45 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
38 | .type = PORT_SCIF, | 46 | .type = PORT_SCIF, |
39 | .irqs = { 76, 76, 76, 76 }, | 47 | .irqs = { 76, 76, 76, 76 }, |
40 | }; | 48 | }; |
41 | 49 | ||
42 | static struct platform_device scif3_device = { | 50 | static struct platform_device scif3_device = { |
43 | .name = "sh-sci", | 51 | .name = "sh-sci", |
44 | .id = 3, | 52 | .id = 1, |
45 | .dev = { | 53 | .dev = { |
46 | .platform_data = &scif3_platform_data, | 54 | .platform_data = &scif3_platform_data, |
47 | }, | 55 | }, |
@@ -50,13 +58,15 @@ static struct platform_device scif3_device = { | |||
50 | static struct plat_sci_port scif4_platform_data = { | 58 | static struct plat_sci_port scif4_platform_data = { |
51 | .mapbase = 0xfe4d0000, /* SCIF4 */ | 59 | .mapbase = 0xfe4d0000, /* SCIF4 */ |
52 | .flags = UPF_BOOT_AUTOCONF, | 60 | .flags = UPF_BOOT_AUTOCONF, |
61 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
62 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
53 | .type = PORT_SCIF, | 63 | .type = PORT_SCIF, |
54 | .irqs = { 104, 104, 104, 104 }, | 64 | .irqs = { 104, 104, 104, 104 }, |
55 | }; | 65 | }; |
56 | 66 | ||
57 | static struct platform_device scif4_device = { | 67 | static struct platform_device scif4_device = { |
58 | .name = "sh-sci", | 68 | .name = "sh-sci", |
59 | .id = 4, | 69 | .id = 2, |
60 | .dev = { | 70 | .dev = { |
61 | .platform_data = &scif4_platform_data, | 71 | .platform_data = &scif4_platform_data, |
62 | }, | 72 | }, |
@@ -118,12 +128,598 @@ static struct platform_device tmu1_device = { | |||
118 | .num_resources = ARRAY_SIZE(tmu1_resources), | 128 | .num_resources = ARRAY_SIZE(tmu1_resources), |
119 | }; | 129 | }; |
120 | 130 | ||
131 | static struct resource spi0_resources[] = { | ||
132 | [0] = { | ||
133 | .start = 0xfe002000, | ||
134 | .end = 0xfe0020ff, | ||
135 | .flags = IORESOURCE_MEM, | ||
136 | }, | ||
137 | [1] = { | ||
138 | .start = 86, | ||
139 | .flags = IORESOURCE_IRQ, | ||
140 | }, | ||
141 | }; | ||
142 | |||
143 | /* DMA */ | ||
144 | static const struct sh_dmae_slave_config sh7757_dmae0_slaves[] = { | ||
145 | { | ||
146 | .slave_id = SHDMA_SLAVE_SDHI_TX, | ||
147 | .addr = 0x1fe50030, | ||
148 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
149 | TS_INDEX2VAL(XMIT_SZ_16BIT), | ||
150 | .mid_rid = 0xc5, | ||
151 | }, | ||
152 | { | ||
153 | .slave_id = SHDMA_SLAVE_SDHI_RX, | ||
154 | .addr = 0x1fe50030, | ||
155 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
156 | TS_INDEX2VAL(XMIT_SZ_16BIT), | ||
157 | .mid_rid = 0xc6, | ||
158 | }, | ||
159 | { | ||
160 | .slave_id = SHDMA_SLAVE_MMCIF_TX, | ||
161 | .addr = 0x1fcb0034, | ||
162 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
163 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
164 | .mid_rid = 0xd3, | ||
165 | }, | ||
166 | { | ||
167 | .slave_id = SHDMA_SLAVE_MMCIF_RX, | ||
168 | .addr = 0x1fcb0034, | ||
169 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
170 | TS_INDEX2VAL(XMIT_SZ_32BIT), | ||
171 | .mid_rid = 0xd7, | ||
172 | }, | ||
173 | }; | ||
174 | |||
175 | static const struct sh_dmae_slave_config sh7757_dmae1_slaves[] = { | ||
176 | { | ||
177 | .slave_id = SHDMA_SLAVE_SCIF2_TX, | ||
178 | .addr = 0x1f4b000c, | ||
179 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
180 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
181 | .mid_rid = 0x21, | ||
182 | }, | ||
183 | { | ||
184 | .slave_id = SHDMA_SLAVE_SCIF2_RX, | ||
185 | .addr = 0x1f4b0014, | ||
186 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
187 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
188 | .mid_rid = 0x22, | ||
189 | }, | ||
190 | { | ||
191 | .slave_id = SHDMA_SLAVE_SCIF3_TX, | ||
192 | .addr = 0x1f4c000c, | ||
193 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
194 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
195 | .mid_rid = 0x29, | ||
196 | }, | ||
197 | { | ||
198 | .slave_id = SHDMA_SLAVE_SCIF3_RX, | ||
199 | .addr = 0x1f4c0014, | ||
200 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
201 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
202 | .mid_rid = 0x2a, | ||
203 | }, | ||
204 | { | ||
205 | .slave_id = SHDMA_SLAVE_SCIF4_TX, | ||
206 | .addr = 0x1f4d000c, | ||
207 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
208 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
209 | .mid_rid = 0x41, | ||
210 | }, | ||
211 | { | ||
212 | .slave_id = SHDMA_SLAVE_SCIF4_RX, | ||
213 | .addr = 0x1f4d0014, | ||
214 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
215 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
216 | .mid_rid = 0x42, | ||
217 | }, | ||
218 | }; | ||
219 | |||
220 | static const struct sh_dmae_slave_config sh7757_dmae2_slaves[] = { | ||
221 | { | ||
222 | .slave_id = SHDMA_SLAVE_RIIC0_TX, | ||
223 | .addr = 0x1e500012, | ||
224 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
225 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
226 | .mid_rid = 0x21, | ||
227 | }, | ||
228 | { | ||
229 | .slave_id = SHDMA_SLAVE_RIIC0_RX, | ||
230 | .addr = 0x1e500013, | ||
231 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
232 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
233 | .mid_rid = 0x22, | ||
234 | }, | ||
235 | { | ||
236 | .slave_id = SHDMA_SLAVE_RIIC1_TX, | ||
237 | .addr = 0x1e510012, | ||
238 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
239 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
240 | .mid_rid = 0x29, | ||
241 | }, | ||
242 | { | ||
243 | .slave_id = SHDMA_SLAVE_RIIC1_RX, | ||
244 | .addr = 0x1e510013, | ||
245 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
246 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
247 | .mid_rid = 0x2a, | ||
248 | }, | ||
249 | { | ||
250 | .slave_id = SHDMA_SLAVE_RIIC2_TX, | ||
251 | .addr = 0x1e520012, | ||
252 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
253 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
254 | .mid_rid = 0xa1, | ||
255 | }, | ||
256 | { | ||
257 | .slave_id = SHDMA_SLAVE_RIIC2_RX, | ||
258 | .addr = 0x1e520013, | ||
259 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
260 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
261 | .mid_rid = 0xa2, | ||
262 | }, | ||
263 | { | ||
264 | .slave_id = SHDMA_SLAVE_RIIC3_TX, | ||
265 | .addr = 0x1e530012, | ||
266 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
267 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
268 | .mid_rid = 0xa9, | ||
269 | }, | ||
270 | { | ||
271 | .slave_id = SHDMA_SLAVE_RIIC3_RX, | ||
272 | .addr = 0x1e530013, | ||
273 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
274 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
275 | .mid_rid = 0xaf, | ||
276 | }, | ||
277 | { | ||
278 | .slave_id = SHDMA_SLAVE_RIIC4_TX, | ||
279 | .addr = 0x1e540012, | ||
280 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
281 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
282 | .mid_rid = 0xc5, | ||
283 | }, | ||
284 | { | ||
285 | .slave_id = SHDMA_SLAVE_RIIC4_RX, | ||
286 | .addr = 0x1e540013, | ||
287 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
288 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
289 | .mid_rid = 0xc6, | ||
290 | }, | ||
291 | }; | ||
292 | |||
293 | static const struct sh_dmae_slave_config sh7757_dmae3_slaves[] = { | ||
294 | { | ||
295 | .slave_id = SHDMA_SLAVE_RIIC5_TX, | ||
296 | .addr = 0x1e550012, | ||
297 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
298 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
299 | .mid_rid = 0x21, | ||
300 | }, | ||
301 | { | ||
302 | .slave_id = SHDMA_SLAVE_RIIC5_RX, | ||
303 | .addr = 0x1e550013, | ||
304 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
305 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
306 | .mid_rid = 0x22, | ||
307 | }, | ||
308 | { | ||
309 | .slave_id = SHDMA_SLAVE_RIIC6_TX, | ||
310 | .addr = 0x1e560012, | ||
311 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
312 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
313 | .mid_rid = 0x29, | ||
314 | }, | ||
315 | { | ||
316 | .slave_id = SHDMA_SLAVE_RIIC6_RX, | ||
317 | .addr = 0x1e560013, | ||
318 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
319 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
320 | .mid_rid = 0x2a, | ||
321 | }, | ||
322 | { | ||
323 | .slave_id = SHDMA_SLAVE_RIIC7_TX, | ||
324 | .addr = 0x1e570012, | ||
325 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
326 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
327 | .mid_rid = 0x41, | ||
328 | }, | ||
329 | { | ||
330 | .slave_id = SHDMA_SLAVE_RIIC7_RX, | ||
331 | .addr = 0x1e570013, | ||
332 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
333 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
334 | .mid_rid = 0x42, | ||
335 | }, | ||
336 | { | ||
337 | .slave_id = SHDMA_SLAVE_RIIC8_TX, | ||
338 | .addr = 0x1e580012, | ||
339 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
340 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
341 | .mid_rid = 0x45, | ||
342 | }, | ||
343 | { | ||
344 | .slave_id = SHDMA_SLAVE_RIIC8_RX, | ||
345 | .addr = 0x1e580013, | ||
346 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
347 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
348 | .mid_rid = 0x46, | ||
349 | }, | ||
350 | { | ||
351 | .slave_id = SHDMA_SLAVE_RIIC9_TX, | ||
352 | .addr = 0x1e590012, | ||
353 | .chcr = SM_INC | 0x800 | 0x40000000 | | ||
354 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
355 | .mid_rid = 0x51, | ||
356 | }, | ||
357 | { | ||
358 | .slave_id = SHDMA_SLAVE_RIIC9_RX, | ||
359 | .addr = 0x1e590013, | ||
360 | .chcr = DM_INC | 0x800 | 0x40000000 | | ||
361 | TS_INDEX2VAL(XMIT_SZ_8BIT), | ||
362 | .mid_rid = 0x52, | ||
363 | }, | ||
364 | }; | ||
365 | |||
366 | static const struct sh_dmae_channel sh7757_dmae_channels[] = { | ||
367 | { | ||
368 | .offset = 0, | ||
369 | .dmars = 0, | ||
370 | .dmars_bit = 0, | ||
371 | }, { | ||
372 | .offset = 0x10, | ||
373 | .dmars = 0, | ||
374 | .dmars_bit = 8, | ||
375 | }, { | ||
376 | .offset = 0x20, | ||
377 | .dmars = 4, | ||
378 | .dmars_bit = 0, | ||
379 | }, { | ||
380 | .offset = 0x30, | ||
381 | .dmars = 4, | ||
382 | .dmars_bit = 8, | ||
383 | }, { | ||
384 | .offset = 0x50, | ||
385 | .dmars = 8, | ||
386 | .dmars_bit = 0, | ||
387 | }, { | ||
388 | .offset = 0x60, | ||
389 | .dmars = 8, | ||
390 | .dmars_bit = 8, | ||
391 | } | ||
392 | }; | ||
393 | |||
394 | static const unsigned int ts_shift[] = TS_SHIFT; | ||
395 | |||
396 | static struct sh_dmae_pdata dma0_platform_data = { | ||
397 | .slave = sh7757_dmae0_slaves, | ||
398 | .slave_num = ARRAY_SIZE(sh7757_dmae0_slaves), | ||
399 | .channel = sh7757_dmae_channels, | ||
400 | .channel_num = ARRAY_SIZE(sh7757_dmae_channels), | ||
401 | .ts_low_shift = CHCR_TS_LOW_SHIFT, | ||
402 | .ts_low_mask = CHCR_TS_LOW_MASK, | ||
403 | .ts_high_shift = CHCR_TS_HIGH_SHIFT, | ||
404 | .ts_high_mask = CHCR_TS_HIGH_MASK, | ||
405 | .ts_shift = ts_shift, | ||
406 | .ts_shift_num = ARRAY_SIZE(ts_shift), | ||
407 | .dmaor_init = DMAOR_INIT, | ||
408 | }; | ||
409 | |||
410 | static struct sh_dmae_pdata dma1_platform_data = { | ||
411 | .slave = sh7757_dmae1_slaves, | ||
412 | .slave_num = ARRAY_SIZE(sh7757_dmae1_slaves), | ||
413 | .channel = sh7757_dmae_channels, | ||
414 | .channel_num = ARRAY_SIZE(sh7757_dmae_channels), | ||
415 | .ts_low_shift = CHCR_TS_LOW_SHIFT, | ||
416 | .ts_low_mask = CHCR_TS_LOW_MASK, | ||
417 | .ts_high_shift = CHCR_TS_HIGH_SHIFT, | ||
418 | .ts_high_mask = CHCR_TS_HIGH_MASK, | ||
419 | .ts_shift = ts_shift, | ||
420 | .ts_shift_num = ARRAY_SIZE(ts_shift), | ||
421 | .dmaor_init = DMAOR_INIT, | ||
422 | }; | ||
423 | |||
424 | static struct sh_dmae_pdata dma2_platform_data = { | ||
425 | .slave = sh7757_dmae2_slaves, | ||
426 | .slave_num = ARRAY_SIZE(sh7757_dmae2_slaves), | ||
427 | .channel = sh7757_dmae_channels, | ||
428 | .channel_num = ARRAY_SIZE(sh7757_dmae_channels), | ||
429 | .ts_low_shift = CHCR_TS_LOW_SHIFT, | ||
430 | .ts_low_mask = CHCR_TS_LOW_MASK, | ||
431 | .ts_high_shift = CHCR_TS_HIGH_SHIFT, | ||
432 | .ts_high_mask = CHCR_TS_HIGH_MASK, | ||
433 | .ts_shift = ts_shift, | ||
434 | .ts_shift_num = ARRAY_SIZE(ts_shift), | ||
435 | .dmaor_init = DMAOR_INIT, | ||
436 | }; | ||
437 | |||
438 | static struct sh_dmae_pdata dma3_platform_data = { | ||
439 | .slave = sh7757_dmae3_slaves, | ||
440 | .slave_num = ARRAY_SIZE(sh7757_dmae3_slaves), | ||
441 | .channel = sh7757_dmae_channels, | ||
442 | .channel_num = ARRAY_SIZE(sh7757_dmae_channels), | ||
443 | .ts_low_shift = CHCR_TS_LOW_SHIFT, | ||
444 | .ts_low_mask = CHCR_TS_LOW_MASK, | ||
445 | .ts_high_shift = CHCR_TS_HIGH_SHIFT, | ||
446 | .ts_high_mask = CHCR_TS_HIGH_MASK, | ||
447 | .ts_shift = ts_shift, | ||
448 | .ts_shift_num = ARRAY_SIZE(ts_shift), | ||
449 | .dmaor_init = DMAOR_INIT, | ||
450 | }; | ||
451 | |||
452 | /* channel 0 to 5 */ | ||
453 | static struct resource sh7757_dmae0_resources[] = { | ||
454 | [0] = { | ||
455 | /* Channel registers and DMAOR */ | ||
456 | .start = 0xff608020, | ||
457 | .end = 0xff60808f, | ||
458 | .flags = IORESOURCE_MEM, | ||
459 | }, | ||
460 | [1] = { | ||
461 | /* DMARSx */ | ||
462 | .start = 0xff609000, | ||
463 | .end = 0xff60900b, | ||
464 | .flags = IORESOURCE_MEM, | ||
465 | }, | ||
466 | { | ||
467 | .start = 34, | ||
468 | .end = 34, | ||
469 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
470 | }, | ||
471 | }; | ||
472 | |||
473 | /* channel 6 to 11 */ | ||
474 | static struct resource sh7757_dmae1_resources[] = { | ||
475 | [0] = { | ||
476 | /* Channel registers and DMAOR */ | ||
477 | .start = 0xff618020, | ||
478 | .end = 0xff61808f, | ||
479 | .flags = IORESOURCE_MEM, | ||
480 | }, | ||
481 | [1] = { | ||
482 | /* DMARSx */ | ||
483 | .start = 0xff619000, | ||
484 | .end = 0xff61900b, | ||
485 | .flags = IORESOURCE_MEM, | ||
486 | }, | ||
487 | { | ||
488 | /* DMA error */ | ||
489 | .start = 34, | ||
490 | .end = 34, | ||
491 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
492 | }, | ||
493 | { | ||
494 | /* IRQ for channels 4 */ | ||
495 | .start = 46, | ||
496 | .end = 46, | ||
497 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
498 | }, | ||
499 | { | ||
500 | /* IRQ for channels 5 */ | ||
501 | .start = 46, | ||
502 | .end = 46, | ||
503 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
504 | }, | ||
505 | { | ||
506 | /* IRQ for channels 6 */ | ||
507 | .start = 88, | ||
508 | .end = 88, | ||
509 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
510 | }, | ||
511 | { | ||
512 | /* IRQ for channels 7 */ | ||
513 | .start = 88, | ||
514 | .end = 88, | ||
515 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
516 | }, | ||
517 | { | ||
518 | /* IRQ for channels 8 */ | ||
519 | .start = 88, | ||
520 | .end = 88, | ||
521 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
522 | }, | ||
523 | { | ||
524 | /* IRQ for channels 9 */ | ||
525 | .start = 88, | ||
526 | .end = 88, | ||
527 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
528 | }, | ||
529 | { | ||
530 | /* IRQ for channels 10 */ | ||
531 | .start = 88, | ||
532 | .end = 88, | ||
533 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
534 | }, | ||
535 | { | ||
536 | /* IRQ for channels 11 */ | ||
537 | .start = 88, | ||
538 | .end = 88, | ||
539 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, | ||
540 | }, | ||
541 | }; | ||
542 | |||
543 | /* channel 12 to 17 */ | ||
544 | static struct resource sh7757_dmae2_resources[] = { | ||
545 | [0] = { | ||
546 | /* Channel registers and DMAOR */ | ||
547 | .start = 0xff708020, | ||
548 | .end = 0xff70808f, | ||
549 | .flags = IORESOURCE_MEM, | ||
550 | }, | ||
551 | [1] = { | ||
552 | /* DMARSx */ | ||
553 | .start = 0xff709000, | ||
554 | .end = 0xff70900b, | ||
555 | .flags = IORESOURCE_MEM, | ||
556 | }, | ||
557 | { | ||
558 | /* DMA error */ | ||
559 | .start = 323, | ||
560 | .end = 323, | ||
561 | .flags = IORESOURCE_IRQ, | ||
562 | }, | ||
563 | { | ||
564 | /* IRQ for channels 12 to 16 */ | ||
565 | .start = 272, | ||
566 | .end = 276, | ||
567 | .flags = IORESOURCE_IRQ, | ||
568 | }, | ||
569 | { | ||
570 | /* IRQ for channel 17 */ | ||
571 | .start = 279, | ||
572 | .end = 279, | ||
573 | .flags = IORESOURCE_IRQ, | ||
574 | }, | ||
575 | }; | ||
576 | |||
577 | /* channel 18 to 23 */ | ||
578 | static struct resource sh7757_dmae3_resources[] = { | ||
579 | [0] = { | ||
580 | /* Channel registers and DMAOR */ | ||
581 | .start = 0xff718020, | ||
582 | .end = 0xff71808f, | ||
583 | .flags = IORESOURCE_MEM, | ||
584 | }, | ||
585 | [1] = { | ||
586 | /* DMARSx */ | ||
587 | .start = 0xff719000, | ||
588 | .end = 0xff71900b, | ||
589 | .flags = IORESOURCE_MEM, | ||
590 | }, | ||
591 | { | ||
592 | /* DMA error */ | ||
593 | .start = 324, | ||
594 | .end = 324, | ||
595 | .flags = IORESOURCE_IRQ, | ||
596 | }, | ||
597 | { | ||
598 | /* IRQ for channels 18 to 22 */ | ||
599 | .start = 280, | ||
600 | .end = 284, | ||
601 | .flags = IORESOURCE_IRQ, | ||
602 | }, | ||
603 | { | ||
604 | /* IRQ for channel 23 */ | ||
605 | .start = 288, | ||
606 | .end = 288, | ||
607 | .flags = IORESOURCE_IRQ, | ||
608 | }, | ||
609 | }; | ||
610 | |||
611 | static struct platform_device dma0_device = { | ||
612 | .name = "sh-dma-engine", | ||
613 | .id = 0, | ||
614 | .resource = sh7757_dmae0_resources, | ||
615 | .num_resources = ARRAY_SIZE(sh7757_dmae0_resources), | ||
616 | .dev = { | ||
617 | .platform_data = &dma0_platform_data, | ||
618 | }, | ||
619 | }; | ||
620 | |||
621 | static struct platform_device dma1_device = { | ||
622 | .name = "sh-dma-engine", | ||
623 | .id = 1, | ||
624 | .resource = sh7757_dmae1_resources, | ||
625 | .num_resources = ARRAY_SIZE(sh7757_dmae1_resources), | ||
626 | .dev = { | ||
627 | .platform_data = &dma1_platform_data, | ||
628 | }, | ||
629 | }; | ||
630 | |||
631 | static struct platform_device dma2_device = { | ||
632 | .name = "sh-dma-engine", | ||
633 | .id = 2, | ||
634 | .resource = sh7757_dmae2_resources, | ||
635 | .num_resources = ARRAY_SIZE(sh7757_dmae2_resources), | ||
636 | .dev = { | ||
637 | .platform_data = &dma2_platform_data, | ||
638 | }, | ||
639 | }; | ||
640 | |||
641 | static struct platform_device dma3_device = { | ||
642 | .name = "sh-dma-engine", | ||
643 | .id = 3, | ||
644 | .resource = sh7757_dmae3_resources, | ||
645 | .num_resources = ARRAY_SIZE(sh7757_dmae3_resources), | ||
646 | .dev = { | ||
647 | .platform_data = &dma3_platform_data, | ||
648 | }, | ||
649 | }; | ||
650 | |||
651 | static struct platform_device spi0_device = { | ||
652 | .name = "sh_spi", | ||
653 | .id = 0, | ||
654 | .dev = { | ||
655 | .dma_mask = NULL, | ||
656 | .coherent_dma_mask = 0xffffffff, | ||
657 | }, | ||
658 | .num_resources = ARRAY_SIZE(spi0_resources), | ||
659 | .resource = spi0_resources, | ||
660 | }; | ||
661 | |||
662 | static struct resource usb_ehci_resources[] = { | ||
663 | [0] = { | ||
664 | .start = 0xfe4f1000, | ||
665 | .end = 0xfe4f10ff, | ||
666 | .flags = IORESOURCE_MEM, | ||
667 | }, | ||
668 | [1] = { | ||
669 | .start = 57, | ||
670 | .end = 57, | ||
671 | .flags = IORESOURCE_IRQ, | ||
672 | }, | ||
673 | }; | ||
674 | |||
675 | static struct platform_device usb_ehci_device = { | ||
676 | .name = "sh_ehci", | ||
677 | .id = -1, | ||
678 | .dev = { | ||
679 | .dma_mask = &usb_ehci_device.dev.coherent_dma_mask, | ||
680 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
681 | }, | ||
682 | .num_resources = ARRAY_SIZE(usb_ehci_resources), | ||
683 | .resource = usb_ehci_resources, | ||
684 | }; | ||
685 | |||
686 | static struct resource usb_ohci_resources[] = { | ||
687 | [0] = { | ||
688 | .start = 0xfe4f1800, | ||
689 | .end = 0xfe4f18ff, | ||
690 | .flags = IORESOURCE_MEM, | ||
691 | }, | ||
692 | [1] = { | ||
693 | .start = 57, | ||
694 | .end = 57, | ||
695 | .flags = IORESOURCE_IRQ, | ||
696 | }, | ||
697 | }; | ||
698 | |||
699 | static struct platform_device usb_ohci_device = { | ||
700 | .name = "sh_ohci", | ||
701 | .id = -1, | ||
702 | .dev = { | ||
703 | .dma_mask = &usb_ohci_device.dev.coherent_dma_mask, | ||
704 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
705 | }, | ||
706 | .num_resources = ARRAY_SIZE(usb_ohci_resources), | ||
707 | .resource = usb_ohci_resources, | ||
708 | }; | ||
709 | |||
121 | static struct platform_device *sh7757_devices[] __initdata = { | 710 | static struct platform_device *sh7757_devices[] __initdata = { |
122 | &scif2_device, | 711 | &scif2_device, |
123 | &scif3_device, | 712 | &scif3_device, |
124 | &scif4_device, | 713 | &scif4_device, |
125 | &tmu0_device, | 714 | &tmu0_device, |
126 | &tmu1_device, | 715 | &tmu1_device, |
716 | &dma0_device, | ||
717 | &dma1_device, | ||
718 | &dma2_device, | ||
719 | &dma3_device, | ||
720 | &spi0_device, | ||
721 | &usb_ehci_device, | ||
722 | &usb_ohci_device, | ||
127 | }; | 723 | }; |
128 | 724 | ||
129 | static int __init sh7757_devices_setup(void) | 725 | static int __init sh7757_devices_setup(void) |
@@ -163,39 +759,23 @@ enum { | |||
163 | IRL4_HHLL, IRL4_HHLH, IRL4_HHHL, | 759 | IRL4_HHLL, IRL4_HHLH, IRL4_HHHL, |
164 | IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, | 760 | IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, |
165 | 761 | ||
166 | SDHI, | 762 | SDHI, DVC, |
167 | DVC, | 763 | IRQ8, IRQ9, IRQ11, IRQ10, IRQ12, IRQ13, IRQ14, IRQ15, |
168 | IRQ8, IRQ9, IRQ10, | 764 | TMU0, TMU1, TMU2, TMU2_TICPI, TMU3, TMU4, TMU5, |
169 | WDT0, | ||
170 | TMU0, TMU1, TMU2, TMU2_TICPI, | ||
171 | HUDI, | 765 | HUDI, |
172 | |||
173 | ARC4, | 766 | ARC4, |
174 | DMAC0, | 767 | DMAC0_5, DMAC6_7, DMAC8_11, |
175 | IRQ11, | 768 | SCIF0, SCIF1, SCIF2, SCIF3, SCIF4, |
176 | SCIF2, | 769 | USB0, USB1, |
177 | DMAC1_6, | ||
178 | USB0, | ||
179 | IRQ12, | ||
180 | JMC, | 770 | JMC, |
181 | SPI1, | 771 | SPI0, SPI1, |
182 | IRQ13, IRQ14, | ||
183 | USB1, | ||
184 | TMR01, TMR23, TMR45, | 772 | TMR01, TMR23, TMR45, |
185 | WDT1, | ||
186 | FRT, | 773 | FRT, |
187 | LPC, | 774 | LPC, LPC5, LPC6, LPC7, LPC8, |
188 | SCIF0, SCIF1, SCIF3, | 775 | PECI0, PECI1, PECI2, PECI3, PECI4, PECI5, |
189 | PECI0I, PECI1I, PECI2I, | ||
190 | IRQ15, | ||
191 | ETHERC, | 776 | ETHERC, |
192 | SPI0, | 777 | ADC0, ADC1, |
193 | ADC1, | ||
194 | DMAC1_8, | ||
195 | SIM, | 778 | SIM, |
196 | TMU3, TMU4, TMU5, | ||
197 | ADC0, | ||
198 | SCIF4, | ||
199 | IIC0_0, IIC0_1, IIC0_2, IIC0_3, | 779 | IIC0_0, IIC0_1, IIC0_2, IIC0_3, |
200 | IIC1_0, IIC1_1, IIC1_2, IIC1_3, | 780 | IIC1_0, IIC1_1, IIC1_2, IIC1_3, |
201 | IIC2_0, IIC2_1, IIC2_2, IIC2_3, | 781 | IIC2_0, IIC2_1, IIC2_2, IIC2_3, |
@@ -206,9 +786,23 @@ enum { | |||
206 | IIC7_0, IIC7_1, IIC7_2, IIC7_3, | 786 | IIC7_0, IIC7_1, IIC7_2, IIC7_3, |
207 | IIC8_0, IIC8_1, IIC8_2, IIC8_3, | 787 | IIC8_0, IIC8_1, IIC8_2, IIC8_3, |
208 | IIC9_0, IIC9_1, IIC9_2, IIC9_3, | 788 | IIC9_0, IIC9_1, IIC9_2, IIC9_3, |
209 | PCIINTA, | 789 | ONFICTL, |
210 | PCIE, | 790 | MMC1, MMC2, |
791 | ECCU, | ||
792 | PCIC, | ||
793 | G200, | ||
794 | RSPI, | ||
211 | SGPIO, | 795 | SGPIO, |
796 | DMINT12, DMINT13, DMINT14, DMINT15, DMINT16, DMINT17, DMINT18, DMINT19, | ||
797 | DMINT20, DMINT21, DMINT22, DMINT23, | ||
798 | DDRECC, | ||
799 | TSIP, | ||
800 | PCIE_BRIDGE, | ||
801 | WDT0B, WDT1B, WDT2B, WDT3B, WDT4B, WDT5B, WDT6B, WDT7B, WDT8B, | ||
802 | GETHER0, GETHER1, GETHER2, | ||
803 | PBIA, PBIB, PBIC, | ||
804 | DMAE2, DMAE3, | ||
805 | SERMUX2, SERMUX3, | ||
212 | 806 | ||
213 | /* interrupt groups */ | 807 | /* interrupt groups */ |
214 | 808 | ||
@@ -221,19 +815,18 @@ static struct intc_vect vectors[] __initdata = { | |||
221 | INTC_VECT(DVC, 0x4e0), | 815 | INTC_VECT(DVC, 0x4e0), |
222 | INTC_VECT(IRQ8, 0x500), INTC_VECT(IRQ9, 0x520), | 816 | INTC_VECT(IRQ8, 0x500), INTC_VECT(IRQ9, 0x520), |
223 | INTC_VECT(IRQ10, 0x540), | 817 | INTC_VECT(IRQ10, 0x540), |
224 | INTC_VECT(WDT0, 0x560), | ||
225 | INTC_VECT(TMU0, 0x580), INTC_VECT(TMU1, 0x5a0), | 818 | INTC_VECT(TMU0, 0x580), INTC_VECT(TMU1, 0x5a0), |
226 | INTC_VECT(TMU2, 0x5c0), INTC_VECT(TMU2_TICPI, 0x5e0), | 819 | INTC_VECT(TMU2, 0x5c0), INTC_VECT(TMU2_TICPI, 0x5e0), |
227 | INTC_VECT(HUDI, 0x600), | 820 | INTC_VECT(HUDI, 0x600), |
228 | INTC_VECT(ARC4, 0x620), | 821 | INTC_VECT(ARC4, 0x620), |
229 | INTC_VECT(DMAC0, 0x640), INTC_VECT(DMAC0, 0x660), | 822 | INTC_VECT(DMAC0_5, 0x640), INTC_VECT(DMAC0_5, 0x660), |
230 | INTC_VECT(DMAC0, 0x680), INTC_VECT(DMAC0, 0x6a0), | 823 | INTC_VECT(DMAC0_5, 0x680), INTC_VECT(DMAC0_5, 0x6a0), |
231 | INTC_VECT(DMAC0, 0x6c0), | 824 | INTC_VECT(DMAC0_5, 0x6c0), |
232 | INTC_VECT(IRQ11, 0x6e0), | 825 | INTC_VECT(IRQ11, 0x6e0), |
233 | INTC_VECT(SCIF2, 0x700), INTC_VECT(SCIF2, 0x720), | 826 | INTC_VECT(SCIF2, 0x700), INTC_VECT(SCIF2, 0x720), |
234 | INTC_VECT(SCIF2, 0x740), INTC_VECT(SCIF2, 0x760), | 827 | INTC_VECT(SCIF2, 0x740), INTC_VECT(SCIF2, 0x760), |
235 | INTC_VECT(DMAC0, 0x780), INTC_VECT(DMAC0, 0x7a0), | 828 | INTC_VECT(DMAC0_5, 0x780), INTC_VECT(DMAC0_5, 0x7a0), |
236 | INTC_VECT(DMAC1_6, 0x7c0), INTC_VECT(DMAC1_6, 0x7e0), | 829 | INTC_VECT(DMAC6_7, 0x7c0), INTC_VECT(DMAC6_7, 0x7e0), |
237 | INTC_VECT(USB0, 0x840), | 830 | INTC_VECT(USB0, 0x840), |
238 | INTC_VECT(IRQ12, 0x880), | 831 | INTC_VECT(IRQ12, 0x880), |
239 | INTC_VECT(JMC, 0x8a0), | 832 | INTC_VECT(JMC, 0x8a0), |
@@ -242,7 +835,6 @@ static struct intc_vect vectors[] __initdata = { | |||
242 | INTC_VECT(USB1, 0x920), | 835 | INTC_VECT(USB1, 0x920), |
243 | INTC_VECT(TMR01, 0xa00), INTC_VECT(TMR23, 0xa20), | 836 | INTC_VECT(TMR01, 0xa00), INTC_VECT(TMR23, 0xa20), |
244 | INTC_VECT(TMR45, 0xa40), | 837 | INTC_VECT(TMR45, 0xa40), |
245 | INTC_VECT(WDT1, 0xa60), | ||
246 | INTC_VECT(FRT, 0xa80), | 838 | INTC_VECT(FRT, 0xa80), |
247 | INTC_VECT(LPC, 0xaa0), INTC_VECT(LPC, 0xac0), | 839 | INTC_VECT(LPC, 0xaa0), INTC_VECT(LPC, 0xac0), |
248 | INTC_VECT(LPC, 0xae0), INTC_VECT(LPC, 0xb00), | 840 | INTC_VECT(LPC, 0xae0), INTC_VECT(LPC, 0xb00), |
@@ -250,14 +842,14 @@ static struct intc_vect vectors[] __initdata = { | |||
250 | INTC_VECT(SCIF0, 0xb40), INTC_VECT(SCIF1, 0xb60), | 842 | INTC_VECT(SCIF0, 0xb40), INTC_VECT(SCIF1, 0xb60), |
251 | INTC_VECT(SCIF3, 0xb80), INTC_VECT(SCIF3, 0xba0), | 843 | INTC_VECT(SCIF3, 0xb80), INTC_VECT(SCIF3, 0xba0), |
252 | INTC_VECT(SCIF3, 0xbc0), INTC_VECT(SCIF3, 0xbe0), | 844 | INTC_VECT(SCIF3, 0xbc0), INTC_VECT(SCIF3, 0xbe0), |
253 | INTC_VECT(PECI0I, 0xc00), INTC_VECT(PECI1I, 0xc20), | 845 | INTC_VECT(PECI0, 0xc00), INTC_VECT(PECI1, 0xc20), |
254 | INTC_VECT(PECI2I, 0xc40), | 846 | INTC_VECT(PECI2, 0xc40), |
255 | INTC_VECT(IRQ15, 0xc60), | 847 | INTC_VECT(IRQ15, 0xc60), |
256 | INTC_VECT(ETHERC, 0xc80), INTC_VECT(ETHERC, 0xca0), | 848 | INTC_VECT(ETHERC, 0xc80), INTC_VECT(ETHERC, 0xca0), |
257 | INTC_VECT(SPI0, 0xcc0), | 849 | INTC_VECT(SPI0, 0xcc0), |
258 | INTC_VECT(ADC1, 0xce0), | 850 | INTC_VECT(ADC1, 0xce0), |
259 | INTC_VECT(DMAC1_8, 0xd00), INTC_VECT(DMAC1_8, 0xd20), | 851 | INTC_VECT(DMAC8_11, 0xd00), INTC_VECT(DMAC8_11, 0xd20), |
260 | INTC_VECT(DMAC1_8, 0xd40), INTC_VECT(DMAC1_8, 0xd60), | 852 | INTC_VECT(DMAC8_11, 0xd40), INTC_VECT(DMAC8_11, 0xd60), |
261 | INTC_VECT(SIM, 0xd80), INTC_VECT(SIM, 0xda0), | 853 | INTC_VECT(SIM, 0xd80), INTC_VECT(SIM, 0xda0), |
262 | INTC_VECT(SIM, 0xdc0), INTC_VECT(SIM, 0xde0), | 854 | INTC_VECT(SIM, 0xdc0), INTC_VECT(SIM, 0xde0), |
263 | INTC_VECT(TMU3, 0xe00), INTC_VECT(TMU4, 0xe20), | 855 | INTC_VECT(TMU3, 0xe00), INTC_VECT(TMU4, 0xe20), |
@@ -278,17 +870,47 @@ static struct intc_vect vectors[] __initdata = { | |||
278 | INTC_VECT(IIC5_0, 0x1860), INTC_VECT(IIC5_1, 0x1880), | 870 | INTC_VECT(IIC5_0, 0x1860), INTC_VECT(IIC5_1, 0x1880), |
279 | INTC_VECT(IIC5_2, 0x18a0), INTC_VECT(IIC5_3, 0x18c0), | 871 | INTC_VECT(IIC5_2, 0x18a0), INTC_VECT(IIC5_3, 0x18c0), |
280 | INTC_VECT(IIC6_0, 0x18e0), INTC_VECT(IIC6_1, 0x1900), | 872 | INTC_VECT(IIC6_0, 0x18e0), INTC_VECT(IIC6_1, 0x1900), |
281 | INTC_VECT(IIC6_2, 0x1920), INTC_VECT(IIC6_3, 0x1980), | 873 | INTC_VECT(IIC6_2, 0x1920), |
874 | INTC_VECT(ONFICTL, 0x1960), | ||
875 | INTC_VECT(IIC6_3, 0x1980), | ||
282 | INTC_VECT(IIC7_0, 0x19a0), INTC_VECT(IIC7_1, 0x1a00), | 876 | INTC_VECT(IIC7_0, 0x19a0), INTC_VECT(IIC7_1, 0x1a00), |
283 | INTC_VECT(IIC7_2, 0x1a20), INTC_VECT(IIC7_3, 0x1a40), | 877 | INTC_VECT(IIC7_2, 0x1a20), INTC_VECT(IIC7_3, 0x1a40), |
284 | INTC_VECT(IIC8_0, 0x1a60), INTC_VECT(IIC8_1, 0x1a80), | 878 | INTC_VECT(IIC8_0, 0x1a60), INTC_VECT(IIC8_1, 0x1a80), |
285 | INTC_VECT(IIC8_2, 0x1aa0), INTC_VECT(IIC8_3, 0x1b40), | 879 | INTC_VECT(IIC8_2, 0x1aa0), INTC_VECT(IIC8_3, 0x1b40), |
286 | INTC_VECT(IIC9_0, 0x1b60), INTC_VECT(IIC9_1, 0x1b80), | 880 | INTC_VECT(IIC9_0, 0x1b60), INTC_VECT(IIC9_1, 0x1b80), |
287 | INTC_VECT(IIC9_2, 0x1c00), INTC_VECT(IIC9_3, 0x1c20), | 881 | INTC_VECT(IIC9_2, 0x1c00), INTC_VECT(IIC9_3, 0x1c20), |
288 | INTC_VECT(PCIINTA, 0x1ce0), | 882 | INTC_VECT(MMC1, 0x1c60), INTC_VECT(MMC2, 0x1c80), |
289 | INTC_VECT(PCIE, 0x1e00), | 883 | INTC_VECT(ECCU, 0x1cc0), |
290 | INTC_VECT(SGPIO, 0x1f80), | 884 | INTC_VECT(PCIC, 0x1ce0), |
291 | INTC_VECT(SGPIO, 0x1fa0), | 885 | INTC_VECT(G200, 0x1d00), |
886 | INTC_VECT(RSPI, 0x1d80), INTC_VECT(RSPI, 0x1da0), | ||
887 | INTC_VECT(RSPI, 0x1dc0), INTC_VECT(RSPI, 0x1de0), | ||
888 | INTC_VECT(PECI3, 0x1ec0), INTC_VECT(PECI4, 0x1ee0), | ||
889 | INTC_VECT(PECI5, 0x1f00), | ||
890 | INTC_VECT(SGPIO, 0x1f80), INTC_VECT(SGPIO, 0x1fa0), | ||
891 | INTC_VECT(SGPIO, 0x1fc0), | ||
892 | INTC_VECT(DMINT12, 0x2400), INTC_VECT(DMINT13, 0x2420), | ||
893 | INTC_VECT(DMINT14, 0x2440), INTC_VECT(DMINT15, 0x2460), | ||
894 | INTC_VECT(DMINT16, 0x2480), INTC_VECT(DMINT17, 0x24e0), | ||
895 | INTC_VECT(DMINT18, 0x2500), INTC_VECT(DMINT19, 0x2520), | ||
896 | INTC_VECT(DMINT20, 0x2540), INTC_VECT(DMINT21, 0x2560), | ||
897 | INTC_VECT(DMINT22, 0x2580), INTC_VECT(DMINT23, 0x2600), | ||
898 | INTC_VECT(DDRECC, 0x2620), | ||
899 | INTC_VECT(TSIP, 0x2640), | ||
900 | INTC_VECT(PCIE_BRIDGE, 0x27c0), | ||
901 | INTC_VECT(WDT0B, 0x2800), INTC_VECT(WDT1B, 0x2820), | ||
902 | INTC_VECT(WDT2B, 0x2840), INTC_VECT(WDT3B, 0x2860), | ||
903 | INTC_VECT(WDT4B, 0x2880), INTC_VECT(WDT5B, 0x28a0), | ||
904 | INTC_VECT(WDT6B, 0x28c0), INTC_VECT(WDT7B, 0x28e0), | ||
905 | INTC_VECT(WDT8B, 0x2900), | ||
906 | INTC_VECT(GETHER0, 0x2960), INTC_VECT(GETHER1, 0x2980), | ||
907 | INTC_VECT(GETHER2, 0x29a0), | ||
908 | INTC_VECT(PBIA, 0x2a00), INTC_VECT(PBIB, 0x2a20), | ||
909 | INTC_VECT(PBIC, 0x2a40), | ||
910 | INTC_VECT(DMAE2, 0x2a60), INTC_VECT(DMAE3, 0x2a80), | ||
911 | INTC_VECT(SERMUX2, 0x2aa0), INTC_VECT(SERMUX3, 0x2b40), | ||
912 | INTC_VECT(LPC5, 0x2b60), INTC_VECT(LPC6, 0x2b80), | ||
913 | INTC_VECT(LPC7, 0x2c00), INTC_VECT(LPC8, 0x2c20), | ||
292 | }; | 914 | }; |
293 | 915 | ||
294 | static struct intc_group groups[] __initdata = { | 916 | static struct intc_group groups[] __initdata = { |
@@ -312,31 +934,45 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
312 | 934 | ||
313 | { 0xffd40038, 0xffd4003c, 32, /* INT2MSKR / INT2MSKCR */ | 935 | { 0xffd40038, 0xffd4003c, 32, /* INT2MSKR / INT2MSKCR */ |
314 | { 0, 0, 0, 0, 0, 0, 0, 0, | 936 | { 0, 0, 0, 0, 0, 0, 0, 0, |
315 | 0, DMAC1_8, 0, PECI0I, LPC, FRT, WDT1, TMR45, | 937 | 0, DMAC8_11, 0, PECI0, LPC, FRT, 0, TMR45, |
316 | TMR23, TMR01, 0, 0, 0, 0, 0, DMAC0, | 938 | TMR23, TMR01, 0, 0, 0, 0, 0, DMAC0_5, |
317 | HUDI, 0, WDT0, SCIF3, SCIF2, SDHI, TMU345, TMU012 | 939 | HUDI, 0, 0, SCIF3, SCIF2, SDHI, TMU345, TMU012 |
318 | } }, | 940 | } }, |
319 | 941 | ||
320 | { 0xffd400d0, 0xffd400d4, 32, /* INT2MSKR1 / INT2MSKCR1 */ | 942 | { 0xffd400d0, 0xffd400d4, 32, /* INT2MSKR1 / INT2MSKCR1 */ |
321 | { IRQ15, IRQ14, IRQ13, IRQ12, IRQ11, IRQ10, SCIF4, ETHERC, | 943 | { IRQ15, IRQ14, IRQ13, IRQ12, IRQ11, IRQ10, SCIF4, ETHERC, |
322 | IRQ9, IRQ8, SCIF1, SCIF0, USB0, 0, 0, USB1, | 944 | IRQ9, IRQ8, SCIF1, SCIF0, USB0, 0, 0, USB1, |
323 | ADC1, 0, DMAC1_6, ADC0, SPI0, SIM, PECI2I, PECI1I, | 945 | ADC1, 0, DMAC6_7, ADC0, SPI0, SIM, PECI2, PECI1, |
324 | ARC4, 0, SPI1, JMC, 0, 0, 0, DVC | 946 | ARC4, 0, SPI1, JMC, 0, 0, 0, DVC |
325 | } }, | 947 | } }, |
326 | 948 | ||
327 | { 0xffd10038, 0xffd1003c, 32, /* INT2MSKR2 / INT2MSKCR2 */ | 949 | { 0xffd10038, 0xffd1003c, 32, /* INT2MSKR2 / INT2MSKCR2 */ |
328 | { IIC4_1, IIC4_2, IIC5_0, 0, 0, 0, SGPIO, 0, | 950 | { IIC4_1, IIC4_2, IIC5_0, ONFICTL, 0, 0, SGPIO, 0, |
329 | 0, 0, 0, IIC9_2, IIC8_2, IIC8_1, IIC8_0, IIC7_3, | 951 | 0, G200, 0, IIC9_2, IIC8_2, IIC8_1, IIC8_0, IIC7_3, |
330 | IIC7_2, IIC7_1, IIC6_3, IIC0_0, IIC0_1, IIC0_2, IIC0_3, IIC3_1, | 952 | IIC7_2, IIC7_1, IIC6_3, IIC0_0, IIC0_1, IIC0_2, IIC0_3, IIC3_1, |
331 | IIC2_3, 0, IIC2_1, IIC9_1, IIC3_3, IIC1_0, PCIE, IIC2_2 | 953 | IIC2_3, 0, IIC2_1, IIC9_1, IIC3_3, IIC1_0, 0, IIC2_2 |
332 | } }, | 954 | } }, |
333 | 955 | ||
334 | { 0xffd100d0, 0xff1400d4, 32, /* INT2MSKR3 / INT2MSKCR4 */ | 956 | { 0xffd100d0, 0xffd100d4, 32, /* INT2MSKR3 / INT2MSKCR3 */ |
335 | { 0, IIC6_1, IIC6_0, IIC5_1, IIC3_2, IIC2_0, 0, 0, | 957 | { MMC1, IIC6_1, IIC6_0, IIC5_1, IIC3_2, IIC2_0, PECI5, MMC2, |
336 | IIC1_3, IIC1_2, IIC9_0, IIC8_3, IIC4_3, IIC7_0, 0, IIC6_2, | 958 | IIC1_3, IIC1_2, IIC9_0, IIC8_3, IIC4_3, IIC7_0, 0, IIC6_2, |
337 | PCIINTA, 0, IIC4_0, 0, 0, 0, 0, IIC9_3, | 959 | PCIC, 0, IIC4_0, 0, ECCU, RSPI, 0, IIC9_3, |
338 | IIC3_0, 0, IIC5_3, IIC5_2, 0, 0, 0, IIC1_1 | 960 | IIC3_0, 0, IIC5_3, IIC5_2, 0, 0, 0, IIC1_1 |
339 | } }, | 961 | } }, |
962 | |||
963 | { 0xffd20038, 0xffd2003c, 32, /* INT2MSKR4 / INT2MSKCR4 */ | ||
964 | { WDT0B, WDT1B, WDT3B, GETHER0, 0, 0, 0, 0, | ||
965 | 0, 0, 0, LPC7, SERMUX2, DMAE3, DMAE2, PBIC, | ||
966 | PBIB, PBIA, GETHER1, DMINT12, DMINT13, DMINT14, DMINT15, TSIP, | ||
967 | DMINT23, 0, DMINT21, LPC6, 0, DMINT16, 0, DMINT22 | ||
968 | } }, | ||
969 | |||
970 | { 0xffd200d0, 0xffd200d4, 32, /* INT2MSKR5 / INT2MSKCR5 */ | ||
971 | { 0, WDT8B, WDT7B, WDT4B, 0, DMINT20, 0, 0, | ||
972 | DMINT19, DMINT18, LPC5, SERMUX3, WDT2B, GETHER2, 0, 0, | ||
973 | 0, 0, PCIE_BRIDGE, 0, 0, 0, 0, LPC8, | ||
974 | DDRECC, 0, WDT6B, WDT5B, 0, 0, 0, DMINT17 | ||
975 | } }, | ||
340 | }; | 976 | }; |
341 | 977 | ||
342 | #define INTPRI 0xffd00010 | 978 | #define INTPRI 0xffd00010 |
@@ -372,6 +1008,22 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
372 | #define INT2PRI29 0xffd100b4 | 1008 | #define INT2PRI29 0xffd100b4 |
373 | #define INT2PRI30 0xffd100b8 | 1009 | #define INT2PRI30 0xffd100b8 |
374 | #define INT2PRI31 0xffd100bc | 1010 | #define INT2PRI31 0xffd100bc |
1011 | #define INT2PRI32 0xffd20000 | ||
1012 | #define INT2PRI33 0xffd20004 | ||
1013 | #define INT2PRI34 0xffd20008 | ||
1014 | #define INT2PRI35 0xffd2000c | ||
1015 | #define INT2PRI36 0xffd20010 | ||
1016 | #define INT2PRI37 0xffd20014 | ||
1017 | #define INT2PRI38 0xffd20018 | ||
1018 | #define INT2PRI39 0xffd2001c | ||
1019 | #define INT2PRI40 0xffd200a0 | ||
1020 | #define INT2PRI41 0xffd200a4 | ||
1021 | #define INT2PRI42 0xffd200a8 | ||
1022 | #define INT2PRI43 0xffd200ac | ||
1023 | #define INT2PRI44 0xffd200b0 | ||
1024 | #define INT2PRI45 0xffd200b4 | ||
1025 | #define INT2PRI46 0xffd200b8 | ||
1026 | #define INT2PRI47 0xffd200bc | ||
375 | 1027 | ||
376 | static struct intc_prio_reg prio_registers[] __initdata = { | 1028 | static struct intc_prio_reg prio_registers[] __initdata = { |
377 | { INTPRI, 0, 32, 4, { IRQ0, IRQ1, IRQ2, IRQ3, | 1029 | { INTPRI, 0, 32, 4, { IRQ0, IRQ1, IRQ2, IRQ3, |
@@ -379,49 +1031,71 @@ static struct intc_prio_reg prio_registers[] __initdata = { | |||
379 | 1031 | ||
380 | { INT2PRI0, 0, 32, 8, { TMU0, TMU1, TMU2, TMU2_TICPI } }, | 1032 | { INT2PRI0, 0, 32, 8, { TMU0, TMU1, TMU2, TMU2_TICPI } }, |
381 | { INT2PRI1, 0, 32, 8, { TMU3, TMU4, TMU5, SDHI } }, | 1033 | { INT2PRI1, 0, 32, 8, { TMU3, TMU4, TMU5, SDHI } }, |
382 | { INT2PRI2, 0, 32, 8, { SCIF2, SCIF3, WDT0, IRQ8 } }, | 1034 | { INT2PRI2, 0, 32, 8, { SCIF2, SCIF3, 0, IRQ8 } }, |
383 | { INT2PRI3, 0, 32, 8, { HUDI, DMAC0, ADC0, IRQ9 } }, | 1035 | { INT2PRI3, 0, 32, 8, { HUDI, DMAC0_5, ADC0, IRQ9 } }, |
384 | { INT2PRI4, 0, 32, 8, { IRQ10, 0, TMR01, TMR23 } }, | 1036 | { INT2PRI4, 0, 32, 8, { IRQ10, 0, TMR01, TMR23 } }, |
385 | { INT2PRI5, 0, 32, 8, { TMR45, WDT1, FRT, LPC } }, | 1037 | { INT2PRI5, 0, 32, 8, { TMR45, 0, FRT, LPC } }, |
386 | { INT2PRI6, 0, 32, 8, { PECI0I, ETHERC, DMAC1_8, 0 } }, | 1038 | { INT2PRI6, 0, 32, 8, { PECI0, ETHERC, DMAC8_11, 0 } }, |
387 | { INT2PRI7, 0, 32, 8, { SCIF4, 0, IRQ11, IRQ12 } }, | 1039 | { INT2PRI7, 0, 32, 8, { SCIF4, 0, IRQ11, IRQ12 } }, |
388 | { INT2PRI8, 0, 32, 8, { 0, 0, 0, DVC } }, | 1040 | { INT2PRI8, 0, 32, 8, { 0, 0, 0, DVC } }, |
389 | { INT2PRI9, 0, 32, 8, { ARC4, 0, SPI1, JMC } }, | 1041 | { INT2PRI9, 0, 32, 8, { ARC4, 0, SPI1, JMC } }, |
390 | { INT2PRI10, 0, 32, 8, { SPI0, SIM, PECI2I, PECI1I } }, | 1042 | { INT2PRI10, 0, 32, 8, { SPI0, SIM, PECI2, PECI1 } }, |
391 | { INT2PRI11, 0, 32, 8, { ADC1, IRQ13, DMAC1_6, IRQ14 } }, | 1043 | { INT2PRI11, 0, 32, 8, { ADC1, IRQ13, DMAC6_7, IRQ14 } }, |
392 | { INT2PRI12, 0, 32, 8, { USB0, 0, IRQ15, USB1 } }, | 1044 | { INT2PRI12, 0, 32, 8, { USB0, 0, IRQ15, USB1 } }, |
393 | { INT2PRI13, 0, 32, 8, { 0, 0, SCIF1, SCIF0 } }, | 1045 | { INT2PRI13, 0, 32, 8, { 0, 0, SCIF1, SCIF0 } }, |
394 | 1046 | ||
395 | { INT2PRI16, 0, 32, 8, { IIC2_2, 0, 0, 0 } }, | 1047 | { INT2PRI16, 0, 32, 8, { IIC2_2, 0, 0, 0 } }, |
396 | { INT2PRI17, 0, 32, 8, { PCIE, 0, 0, IIC1_0 } }, | 1048 | { INT2PRI17, 0, 32, 8, { 0, 0, 0, IIC1_0 } }, |
397 | { INT2PRI18, 0, 32, 8, { IIC3_3, IIC9_1, IIC2_1, IIC1_2 } }, | 1049 | { INT2PRI18, 0, 32, 8, { IIC3_3, IIC9_1, IIC2_1, IIC1_2 } }, |
398 | { INT2PRI19, 0, 32, 8, { IIC2_3, IIC3_1, 0, IIC1_3 } }, | 1050 | { INT2PRI19, 0, 32, 8, { IIC2_3, IIC3_1, 0, IIC1_3 } }, |
399 | { INT2PRI20, 0, 32, 8, { IIC2_0, IIC6_3, IIC7_1, IIC7_2 } }, | 1051 | { INT2PRI20, 0, 32, 8, { IIC2_0, IIC6_3, IIC7_1, IIC7_2 } }, |
400 | { INT2PRI21, 0, 32, 8, { IIC7_3, IIC8_0, IIC8_1, IIC8_2 } }, | 1052 | { INT2PRI21, 0, 32, 8, { IIC7_3, IIC8_0, IIC8_1, IIC8_2 } }, |
401 | { INT2PRI22, 0, 32, 8, { IIC9_2, 0, 0, 0 } }, | 1053 | { INT2PRI22, 0, 32, 8, { IIC9_2, MMC2, G200, 0 } }, |
402 | { INT2PRI23, 0, 32, 8, { 0, SGPIO, IIC3_2, IIC5_1 } }, | 1054 | { INT2PRI23, 0, 32, 8, { PECI5, SGPIO, IIC3_2, IIC5_1 } }, |
403 | { INT2PRI24, 0, 32, 8, { 0, 0, 0, IIC1_1 } }, | 1055 | { INT2PRI24, 0, 32, 8, { PECI4, PECI3, 0, IIC1_1 } }, |
404 | { INT2PRI25, 0, 32, 8, { IIC3_0, 0, IIC5_3, IIC5_2 } }, | 1056 | { INT2PRI25, 0, 32, 8, { IIC3_0, 0, IIC5_3, IIC5_2 } }, |
405 | { INT2PRI26, 0, 32, 8, { 0, 0, 0, IIC9_3 } }, | 1057 | { INT2PRI26, 0, 32, 8, { ECCU, RSPI, 0, IIC9_3 } }, |
406 | { INT2PRI27, 0, 32, 8, { PCIINTA, IIC6_0, IIC4_0, IIC6_1 } }, | 1058 | { INT2PRI27, 0, 32, 8, { PCIC, IIC6_0, IIC4_0, IIC6_1 } }, |
407 | { INT2PRI28, 0, 32, 8, { IIC4_3, IIC7_0, 0, IIC6_2 } }, | 1059 | { INT2PRI28, 0, 32, 8, { IIC4_3, IIC7_0, MMC1, IIC6_2 } }, |
408 | { INT2PRI29, 0, 32, 8, { 0, 0, IIC9_0, IIC8_3 } }, | 1060 | { INT2PRI29, 0, 32, 8, { 0, 0, IIC9_0, IIC8_3 } }, |
409 | { INT2PRI30, 0, 32, 8, { IIC4_1, IIC4_2, IIC5_0, 0 } }, | 1061 | { INT2PRI30, 0, 32, 8, { IIC4_1, IIC4_2, IIC5_0, ONFICTL } }, |
410 | { INT2PRI31, 0, 32, 8, { IIC0_0, IIC0_1, IIC0_2, IIC0_3 } }, | 1062 | { INT2PRI31, 0, 32, 8, { IIC0_0, IIC0_1, IIC0_2, IIC0_3 } }, |
1063 | { INT2PRI32, 0, 32, 8, { DMINT22, 0, 0, 0 } }, | ||
1064 | { INT2PRI33, 0, 32, 8, { 0, 0, 0, DMINT16 } }, | ||
1065 | { INT2PRI34, 0, 32, 8, { 0, LPC6, DMINT21, DMINT18 } }, | ||
1066 | { INT2PRI35, 0, 32, 8, { DMINT23, TSIP, 0, DMINT19 } }, | ||
1067 | { INT2PRI36, 0, 32, 8, { DMINT20, GETHER1, PBIA, PBIB } }, | ||
1068 | { INT2PRI37, 0, 32, 8, { PBIC, DMAE2, DMAE3, SERMUX2 } }, | ||
1069 | { INT2PRI38, 0, 32, 8, { LPC7, 0, 0, 0 } }, | ||
1070 | { INT2PRI39, 0, 32, 8, { 0, 0, 0, WDT4B } }, | ||
1071 | { INT2PRI40, 0, 32, 8, { 0, 0, 0, DMINT17 } }, | ||
1072 | { INT2PRI41, 0, 32, 8, { DDRECC, 0, WDT6B, WDT5B } }, | ||
1073 | { INT2PRI42, 0, 32, 8, { 0, 0, 0, LPC8 } }, | ||
1074 | { INT2PRI43, 0, 32, 8, { 0, WDT7B, PCIE_BRIDGE, WDT8B } }, | ||
1075 | { INT2PRI44, 0, 32, 8, { WDT2B, GETHER2, 0, 0 } }, | ||
1076 | { INT2PRI45, 0, 32, 8, { 0, 0, LPC5, SERMUX3 } }, | ||
1077 | { INT2PRI46, 0, 32, 8, { WDT0B, WDT1B, WDT3B, GETHER0 } }, | ||
1078 | { INT2PRI47, 0, 32, 8, { DMINT12, DMINT13, DMINT14, DMINT15 } }, | ||
1079 | }; | ||
1080 | |||
1081 | static struct intc_sense_reg sense_registers_irq8to15[] __initdata = { | ||
1082 | { 0xffd100f8, 32, 2, /* ICR2 */ { IRQ15, IRQ14, IRQ13, IRQ12, | ||
1083 | IRQ11, IRQ10, IRQ9, IRQ8 } }, | ||
411 | }; | 1084 | }; |
412 | 1085 | ||
413 | static DECLARE_INTC_DESC(intc_desc, "sh7757", vectors, groups, | 1086 | static DECLARE_INTC_DESC(intc_desc, "sh7757", vectors, groups, |
414 | mask_registers, prio_registers, NULL); | 1087 | mask_registers, prio_registers, |
1088 | sense_registers_irq8to15); | ||
415 | 1089 | ||
416 | /* Support for external interrupt pins in IRQ mode */ | 1090 | /* Support for external interrupt pins in IRQ mode */ |
417 | static struct intc_vect vectors_irq0123[] __initdata = { | 1091 | static struct intc_vect vectors_irq0123[] __initdata = { |
418 | INTC_VECT(IRQ0, 0x240), INTC_VECT(IRQ1, 0x280), | 1092 | INTC_VECT(IRQ0, 0x200), INTC_VECT(IRQ1, 0x240), |
419 | INTC_VECT(IRQ2, 0x2c0), INTC_VECT(IRQ3, 0x300), | 1093 | INTC_VECT(IRQ2, 0x280), INTC_VECT(IRQ3, 0x2c0), |
420 | }; | 1094 | }; |
421 | 1095 | ||
422 | static struct intc_vect vectors_irq4567[] __initdata = { | 1096 | static struct intc_vect vectors_irq4567[] __initdata = { |
423 | INTC_VECT(IRQ4, 0x340), INTC_VECT(IRQ5, 0x380), | 1097 | INTC_VECT(IRQ4, 0x300), INTC_VECT(IRQ5, 0x340), |
424 | INTC_VECT(IRQ6, 0x3c0), INTC_VECT(IRQ7, 0x200), | 1098 | INTC_VECT(IRQ6, 0x380), INTC_VECT(IRQ7, 0x3c0), |
425 | }; | 1099 | }; |
426 | 1100 | ||
427 | static struct intc_sense_reg sense_registers[] __initdata = { | 1101 | static struct intc_sense_reg sense_registers[] __initdata = { |
@@ -455,14 +1129,14 @@ static struct intc_vect vectors_irl0123[] __initdata = { | |||
455 | }; | 1129 | }; |
456 | 1130 | ||
457 | static struct intc_vect vectors_irl4567[] __initdata = { | 1131 | static struct intc_vect vectors_irl4567[] __initdata = { |
458 | INTC_VECT(IRL4_LLLL, 0xb00), INTC_VECT(IRL4_LLLH, 0xb20), | 1132 | INTC_VECT(IRL4_LLLL, 0x200), INTC_VECT(IRL4_LLLH, 0x220), |
459 | INTC_VECT(IRL4_LLHL, 0xb40), INTC_VECT(IRL4_LLHH, 0xb60), | 1133 | INTC_VECT(IRL4_LLHL, 0x240), INTC_VECT(IRL4_LLHH, 0x260), |
460 | INTC_VECT(IRL4_LHLL, 0xb80), INTC_VECT(IRL4_LHLH, 0xba0), | 1134 | INTC_VECT(IRL4_LHLL, 0x280), INTC_VECT(IRL4_LHLH, 0x2a0), |
461 | INTC_VECT(IRL4_LHHL, 0xbc0), INTC_VECT(IRL4_LHHH, 0xbe0), | 1135 | INTC_VECT(IRL4_LHHL, 0x2c0), INTC_VECT(IRL4_LHHH, 0x2e0), |
462 | INTC_VECT(IRL4_HLLL, 0xc00), INTC_VECT(IRL4_HLLH, 0xc20), | 1136 | INTC_VECT(IRL4_HLLL, 0x300), INTC_VECT(IRL4_HLLH, 0x320), |
463 | INTC_VECT(IRL4_HLHL, 0xc40), INTC_VECT(IRL4_HLHH, 0xc60), | 1137 | INTC_VECT(IRL4_HLHL, 0x340), INTC_VECT(IRL4_HLHH, 0x360), |
464 | INTC_VECT(IRL4_HHLL, 0xc80), INTC_VECT(IRL4_HHLH, 0xca0), | 1138 | INTC_VECT(IRL4_HHLL, 0x380), INTC_VECT(IRL4_HHLH, 0x3a0), |
465 | INTC_VECT(IRL4_HHHL, 0xcc0), | 1139 | INTC_VECT(IRL4_HHHL, 0x3c0), |
466 | }; | 1140 | }; |
467 | 1141 | ||
468 | static DECLARE_INTC_DESC(intc_desc_irl0123, "sh7757-irl0123", vectors_irl0123, | 1142 | static DECLARE_INTC_DESC(intc_desc_irl0123, "sh7757-irl0123", vectors_irl0123, |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c index 5b5f6b005fc5..593eca6509b5 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c | |||
@@ -19,6 +19,8 @@ | |||
19 | static struct plat_sci_port scif0_platform_data = { | 19 | static struct plat_sci_port scif0_platform_data = { |
20 | .mapbase = 0xffe00000, | 20 | .mapbase = 0xffe00000, |
21 | .flags = UPF_BOOT_AUTOCONF, | 21 | .flags = UPF_BOOT_AUTOCONF, |
22 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
23 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
22 | .type = PORT_SCIF, | 24 | .type = PORT_SCIF, |
23 | .irqs = { 40, 40, 40, 40 }, | 25 | .irqs = { 40, 40, 40, 40 }, |
24 | }; | 26 | }; |
@@ -34,6 +36,8 @@ static struct platform_device scif0_device = { | |||
34 | static struct plat_sci_port scif1_platform_data = { | 36 | static struct plat_sci_port scif1_platform_data = { |
35 | .mapbase = 0xffe08000, | 37 | .mapbase = 0xffe08000, |
36 | .flags = UPF_BOOT_AUTOCONF, | 38 | .flags = UPF_BOOT_AUTOCONF, |
39 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
40 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
37 | .type = PORT_SCIF, | 41 | .type = PORT_SCIF, |
38 | .irqs = { 76, 76, 76, 76 }, | 42 | .irqs = { 76, 76, 76, 76 }, |
39 | }; | 43 | }; |
@@ -49,6 +53,8 @@ static struct platform_device scif1_device = { | |||
49 | static struct plat_sci_port scif2_platform_data = { | 53 | static struct plat_sci_port scif2_platform_data = { |
50 | .mapbase = 0xffe10000, | 54 | .mapbase = 0xffe10000, |
51 | .flags = UPF_BOOT_AUTOCONF, | 55 | .flags = UPF_BOOT_AUTOCONF, |
56 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
57 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
52 | .type = PORT_SCIF, | 58 | .type = PORT_SCIF, |
53 | .irqs = { 104, 104, 104, 104 }, | 59 | .irqs = { 104, 104, 104, 104 }, |
54 | }; | 60 | }; |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7770.c b/arch/sh/kernel/cpu/sh4a/setup-sh7770.c index 7270d7fd6761..2c6aa22cf5f6 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7770.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7770.c | |||
@@ -17,6 +17,8 @@ | |||
17 | static struct plat_sci_port scif0_platform_data = { | 17 | static struct plat_sci_port scif0_platform_data = { |
18 | .mapbase = 0xff923000, | 18 | .mapbase = 0xff923000, |
19 | .flags = UPF_BOOT_AUTOCONF, | 19 | .flags = UPF_BOOT_AUTOCONF, |
20 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
21 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
20 | .type = PORT_SCIF, | 22 | .type = PORT_SCIF, |
21 | .irqs = { 61, 61, 61, 61 }, | 23 | .irqs = { 61, 61, 61, 61 }, |
22 | }; | 24 | }; |
@@ -32,6 +34,8 @@ static struct platform_device scif0_device = { | |||
32 | static struct plat_sci_port scif1_platform_data = { | 34 | static struct plat_sci_port scif1_platform_data = { |
33 | .mapbase = 0xff924000, | 35 | .mapbase = 0xff924000, |
34 | .flags = UPF_BOOT_AUTOCONF, | 36 | .flags = UPF_BOOT_AUTOCONF, |
37 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
38 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
35 | .type = PORT_SCIF, | 39 | .type = PORT_SCIF, |
36 | .irqs = { 62, 62, 62, 62 }, | 40 | .irqs = { 62, 62, 62, 62 }, |
37 | }; | 41 | }; |
@@ -47,6 +51,8 @@ static struct platform_device scif1_device = { | |||
47 | static struct plat_sci_port scif2_platform_data = { | 51 | static struct plat_sci_port scif2_platform_data = { |
48 | .mapbase = 0xff925000, | 52 | .mapbase = 0xff925000, |
49 | .flags = UPF_BOOT_AUTOCONF, | 53 | .flags = UPF_BOOT_AUTOCONF, |
54 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
55 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
50 | .type = PORT_SCIF, | 56 | .type = PORT_SCIF, |
51 | .irqs = { 63, 63, 63, 63 }, | 57 | .irqs = { 63, 63, 63, 63 }, |
52 | }; | 58 | }; |
@@ -62,6 +68,8 @@ static struct platform_device scif2_device = { | |||
62 | static struct plat_sci_port scif3_platform_data = { | 68 | static struct plat_sci_port scif3_platform_data = { |
63 | .mapbase = 0xff926000, | 69 | .mapbase = 0xff926000, |
64 | .flags = UPF_BOOT_AUTOCONF, | 70 | .flags = UPF_BOOT_AUTOCONF, |
71 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
72 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
65 | .type = PORT_SCIF, | 73 | .type = PORT_SCIF, |
66 | .irqs = { 64, 64, 64, 64 }, | 74 | .irqs = { 64, 64, 64, 64 }, |
67 | }; | 75 | }; |
@@ -77,6 +85,8 @@ static struct platform_device scif3_device = { | |||
77 | static struct plat_sci_port scif4_platform_data = { | 85 | static struct plat_sci_port scif4_platform_data = { |
78 | .mapbase = 0xff927000, | 86 | .mapbase = 0xff927000, |
79 | .flags = UPF_BOOT_AUTOCONF, | 87 | .flags = UPF_BOOT_AUTOCONF, |
88 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
89 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
80 | .type = PORT_SCIF, | 90 | .type = PORT_SCIF, |
81 | .irqs = { 65, 65, 65, 65 }, | 91 | .irqs = { 65, 65, 65, 65 }, |
82 | }; | 92 | }; |
@@ -92,6 +102,8 @@ static struct platform_device scif4_device = { | |||
92 | static struct plat_sci_port scif5_platform_data = { | 102 | static struct plat_sci_port scif5_platform_data = { |
93 | .mapbase = 0xff928000, | 103 | .mapbase = 0xff928000, |
94 | .flags = UPF_BOOT_AUTOCONF, | 104 | .flags = UPF_BOOT_AUTOCONF, |
105 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
106 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
95 | .type = PORT_SCIF, | 107 | .type = PORT_SCIF, |
96 | .irqs = { 66, 66, 66, 66 }, | 108 | .irqs = { 66, 66, 66, 66 }, |
97 | }; | 109 | }; |
@@ -107,6 +119,8 @@ static struct platform_device scif5_device = { | |||
107 | static struct plat_sci_port scif6_platform_data = { | 119 | static struct plat_sci_port scif6_platform_data = { |
108 | .mapbase = 0xff929000, | 120 | .mapbase = 0xff929000, |
109 | .flags = UPF_BOOT_AUTOCONF, | 121 | .flags = UPF_BOOT_AUTOCONF, |
122 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
123 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
110 | .type = PORT_SCIF, | 124 | .type = PORT_SCIF, |
111 | .irqs = { 67, 67, 67, 67 }, | 125 | .irqs = { 67, 67, 67, 67 }, |
112 | }; | 126 | }; |
@@ -122,6 +136,8 @@ static struct platform_device scif6_device = { | |||
122 | static struct plat_sci_port scif7_platform_data = { | 136 | static struct plat_sci_port scif7_platform_data = { |
123 | .mapbase = 0xff92a000, | 137 | .mapbase = 0xff92a000, |
124 | .flags = UPF_BOOT_AUTOCONF, | 138 | .flags = UPF_BOOT_AUTOCONF, |
139 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
140 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
125 | .type = PORT_SCIF, | 141 | .type = PORT_SCIF, |
126 | .irqs = { 68, 68, 68, 68 }, | 142 | .irqs = { 68, 68, 68, 68 }, |
127 | }; | 143 | }; |
@@ -137,6 +153,8 @@ static struct platform_device scif7_device = { | |||
137 | static struct plat_sci_port scif8_platform_data = { | 153 | static struct plat_sci_port scif8_platform_data = { |
138 | .mapbase = 0xff92b000, | 154 | .mapbase = 0xff92b000, |
139 | .flags = UPF_BOOT_AUTOCONF, | 155 | .flags = UPF_BOOT_AUTOCONF, |
156 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
157 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
140 | .type = PORT_SCIF, | 158 | .type = PORT_SCIF, |
141 | .irqs = { 69, 69, 69, 69 }, | 159 | .irqs = { 69, 69, 69, 69 }, |
142 | }; | 160 | }; |
@@ -152,6 +170,8 @@ static struct platform_device scif8_device = { | |||
152 | static struct plat_sci_port scif9_platform_data = { | 170 | static struct plat_sci_port scif9_platform_data = { |
153 | .mapbase = 0xff92c000, | 171 | .mapbase = 0xff92c000, |
154 | .flags = UPF_BOOT_AUTOCONF, | 172 | .flags = UPF_BOOT_AUTOCONF, |
173 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE, | ||
174 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
155 | .type = PORT_SCIF, | 175 | .type = PORT_SCIF, |
156 | .irqs = { 70, 70, 70, 70 }, | 176 | .irqs = { 70, 70, 70, 70 }, |
157 | }; | 177 | }; |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7780.c b/arch/sh/kernel/cpu/sh4a/setup-sh7780.c index 0f414864f76b..08add7fa6849 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7780.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7780.c | |||
@@ -20,6 +20,8 @@ | |||
20 | static struct plat_sci_port scif0_platform_data = { | 20 | static struct plat_sci_port scif0_platform_data = { |
21 | .mapbase = 0xffe00000, | 21 | .mapbase = 0xffe00000, |
22 | .flags = UPF_BOOT_AUTOCONF, | 22 | .flags = UPF_BOOT_AUTOCONF, |
23 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
24 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
23 | .type = PORT_SCIF, | 25 | .type = PORT_SCIF, |
24 | .irqs = { 40, 40, 40, 40 }, | 26 | .irqs = { 40, 40, 40, 40 }, |
25 | }; | 27 | }; |
@@ -35,6 +37,8 @@ static struct platform_device scif0_device = { | |||
35 | static struct plat_sci_port scif1_platform_data = { | 37 | static struct plat_sci_port scif1_platform_data = { |
36 | .mapbase = 0xffe10000, | 38 | .mapbase = 0xffe10000, |
37 | .flags = UPF_BOOT_AUTOCONF, | 39 | .flags = UPF_BOOT_AUTOCONF, |
40 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
41 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
38 | .type = PORT_SCIF, | 42 | .type = PORT_SCIF, |
39 | .irqs = { 76, 76, 76, 76 }, | 43 | .irqs = { 76, 76, 76, 76 }, |
40 | }; | 44 | }; |
@@ -379,6 +383,7 @@ static int __init sh7780_devices_setup(void) | |||
379 | ARRAY_SIZE(sh7780_devices)); | 383 | ARRAY_SIZE(sh7780_devices)); |
380 | } | 384 | } |
381 | arch_initcall(sh7780_devices_setup); | 385 | arch_initcall(sh7780_devices_setup); |
386 | |||
382 | static struct platform_device *sh7780_early_devices[] __initdata = { | 387 | static struct platform_device *sh7780_early_devices[] __initdata = { |
383 | &scif0_device, | 388 | &scif0_device, |
384 | &scif1_device, | 389 | &scif1_device, |
@@ -392,6 +397,13 @@ static struct platform_device *sh7780_early_devices[] __initdata = { | |||
392 | 397 | ||
393 | void __init plat_early_device_setup(void) | 398 | void __init plat_early_device_setup(void) |
394 | { | 399 | { |
400 | if (mach_is_sh2007()) { | ||
401 | scif0_platform_data.scscr &= ~SCSCR_CKE1; | ||
402 | scif0_platform_data.scbrr_algo_id = SCBRR_ALGO_2; | ||
403 | scif1_platform_data.scscr &= ~SCSCR_CKE1; | ||
404 | scif1_platform_data.scbrr_algo_id = SCBRR_ALGO_2; | ||
405 | } | ||
406 | |||
395 | early_platform_add_devices(sh7780_early_devices, | 407 | early_platform_add_devices(sh7780_early_devices, |
396 | ARRAY_SIZE(sh7780_early_devices)); | 408 | ARRAY_SIZE(sh7780_early_devices)); |
397 | } | 409 | } |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c index c9a572bc6dc8..18d8fc136fb2 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c | |||
@@ -23,6 +23,8 @@ | |||
23 | static struct plat_sci_port scif0_platform_data = { | 23 | static struct plat_sci_port scif0_platform_data = { |
24 | .mapbase = 0xffea0000, | 24 | .mapbase = 0xffea0000, |
25 | .flags = UPF_BOOT_AUTOCONF, | 25 | .flags = UPF_BOOT_AUTOCONF, |
26 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
27 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
26 | .type = PORT_SCIF, | 28 | .type = PORT_SCIF, |
27 | .irqs = { 40, 40, 40, 40 }, | 29 | .irqs = { 40, 40, 40, 40 }, |
28 | }; | 30 | }; |
@@ -38,6 +40,8 @@ static struct platform_device scif0_device = { | |||
38 | static struct plat_sci_port scif1_platform_data = { | 40 | static struct plat_sci_port scif1_platform_data = { |
39 | .mapbase = 0xffeb0000, | 41 | .mapbase = 0xffeb0000, |
40 | .flags = UPF_BOOT_AUTOCONF, | 42 | .flags = UPF_BOOT_AUTOCONF, |
43 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
44 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
41 | .type = PORT_SCIF, | 45 | .type = PORT_SCIF, |
42 | .irqs = { 44, 44, 44, 44 }, | 46 | .irqs = { 44, 44, 44, 44 }, |
43 | }; | 47 | }; |
@@ -53,6 +57,8 @@ static struct platform_device scif1_device = { | |||
53 | static struct plat_sci_port scif2_platform_data = { | 57 | static struct plat_sci_port scif2_platform_data = { |
54 | .mapbase = 0xffec0000, | 58 | .mapbase = 0xffec0000, |
55 | .flags = UPF_BOOT_AUTOCONF, | 59 | .flags = UPF_BOOT_AUTOCONF, |
60 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
61 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
56 | .type = PORT_SCIF, | 62 | .type = PORT_SCIF, |
57 | .irqs = { 60, 60, 60, 60 }, | 63 | .irqs = { 60, 60, 60, 60 }, |
58 | }; | 64 | }; |
@@ -68,6 +74,8 @@ static struct platform_device scif2_device = { | |||
68 | static struct plat_sci_port scif3_platform_data = { | 74 | static struct plat_sci_port scif3_platform_data = { |
69 | .mapbase = 0xffed0000, | 75 | .mapbase = 0xffed0000, |
70 | .flags = UPF_BOOT_AUTOCONF, | 76 | .flags = UPF_BOOT_AUTOCONF, |
77 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
78 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
71 | .type = PORT_SCIF, | 79 | .type = PORT_SCIF, |
72 | .irqs = { 61, 61, 61, 61 }, | 80 | .irqs = { 61, 61, 61, 61 }, |
73 | }; | 81 | }; |
@@ -83,6 +91,8 @@ static struct platform_device scif3_device = { | |||
83 | static struct plat_sci_port scif4_platform_data = { | 91 | static struct plat_sci_port scif4_platform_data = { |
84 | .mapbase = 0xffee0000, | 92 | .mapbase = 0xffee0000, |
85 | .flags = UPF_BOOT_AUTOCONF, | 93 | .flags = UPF_BOOT_AUTOCONF, |
94 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
95 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
86 | .type = PORT_SCIF, | 96 | .type = PORT_SCIF, |
87 | .irqs = { 62, 62, 62, 62 }, | 97 | .irqs = { 62, 62, 62, 62 }, |
88 | }; | 98 | }; |
@@ -98,6 +108,8 @@ static struct platform_device scif4_device = { | |||
98 | static struct plat_sci_port scif5_platform_data = { | 108 | static struct plat_sci_port scif5_platform_data = { |
99 | .mapbase = 0xffef0000, | 109 | .mapbase = 0xffef0000, |
100 | .flags = UPF_BOOT_AUTOCONF, | 110 | .flags = UPF_BOOT_AUTOCONF, |
111 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
112 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
101 | .type = PORT_SCIF, | 113 | .type = PORT_SCIF, |
102 | .irqs = { 63, 63, 63, 63 }, | 114 | .irqs = { 63, 63, 63, 63 }, |
103 | }; | 115 | }; |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7786.c b/arch/sh/kernel/cpu/sh4a/setup-sh7786.c index 8797723231ea..beba32beb6d9 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7786.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7786.c | |||
@@ -29,6 +29,8 @@ | |||
29 | static struct plat_sci_port scif0_platform_data = { | 29 | static struct plat_sci_port scif0_platform_data = { |
30 | .mapbase = 0xffea0000, | 30 | .mapbase = 0xffea0000, |
31 | .flags = UPF_BOOT_AUTOCONF, | 31 | .flags = UPF_BOOT_AUTOCONF, |
32 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
33 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
32 | .type = PORT_SCIF, | 34 | .type = PORT_SCIF, |
33 | .irqs = { 40, 41, 43, 42 }, | 35 | .irqs = { 40, 41, 43, 42 }, |
34 | }; | 36 | }; |
@@ -47,6 +49,8 @@ static struct platform_device scif0_device = { | |||
47 | static struct plat_sci_port scif1_platform_data = { | 49 | static struct plat_sci_port scif1_platform_data = { |
48 | .mapbase = 0xffeb0000, | 50 | .mapbase = 0xffeb0000, |
49 | .flags = UPF_BOOT_AUTOCONF, | 51 | .flags = UPF_BOOT_AUTOCONF, |
52 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
53 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
50 | .type = PORT_SCIF, | 54 | .type = PORT_SCIF, |
51 | .irqs = { 44, 44, 44, 44 }, | 55 | .irqs = { 44, 44, 44, 44 }, |
52 | }; | 56 | }; |
@@ -62,6 +66,8 @@ static struct platform_device scif1_device = { | |||
62 | static struct plat_sci_port scif2_platform_data = { | 66 | static struct plat_sci_port scif2_platform_data = { |
63 | .mapbase = 0xffec0000, | 67 | .mapbase = 0xffec0000, |
64 | .flags = UPF_BOOT_AUTOCONF, | 68 | .flags = UPF_BOOT_AUTOCONF, |
69 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
70 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
65 | .type = PORT_SCIF, | 71 | .type = PORT_SCIF, |
66 | .irqs = { 50, 50, 50, 50 }, | 72 | .irqs = { 50, 50, 50, 50 }, |
67 | }; | 73 | }; |
@@ -77,6 +83,8 @@ static struct platform_device scif2_device = { | |||
77 | static struct plat_sci_port scif3_platform_data = { | 83 | static struct plat_sci_port scif3_platform_data = { |
78 | .mapbase = 0xffed0000, | 84 | .mapbase = 0xffed0000, |
79 | .flags = UPF_BOOT_AUTOCONF, | 85 | .flags = UPF_BOOT_AUTOCONF, |
86 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
87 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
80 | .type = PORT_SCIF, | 88 | .type = PORT_SCIF, |
81 | .irqs = { 51, 51, 51, 51 }, | 89 | .irqs = { 51, 51, 51, 51 }, |
82 | }; | 90 | }; |
@@ -92,6 +100,8 @@ static struct platform_device scif3_device = { | |||
92 | static struct plat_sci_port scif4_platform_data = { | 100 | static struct plat_sci_port scif4_platform_data = { |
93 | .mapbase = 0xffee0000, | 101 | .mapbase = 0xffee0000, |
94 | .flags = UPF_BOOT_AUTOCONF, | 102 | .flags = UPF_BOOT_AUTOCONF, |
103 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
104 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
95 | .type = PORT_SCIF, | 105 | .type = PORT_SCIF, |
96 | .irqs = { 52, 52, 52, 52 }, | 106 | .irqs = { 52, 52, 52, 52 }, |
97 | }; | 107 | }; |
@@ -107,6 +117,8 @@ static struct platform_device scif4_device = { | |||
107 | static struct plat_sci_port scif5_platform_data = { | 117 | static struct plat_sci_port scif5_platform_data = { |
108 | .mapbase = 0xffef0000, | 118 | .mapbase = 0xffef0000, |
109 | .flags = UPF_BOOT_AUTOCONF, | 119 | .flags = UPF_BOOT_AUTOCONF, |
120 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | ||
121 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
110 | .type = PORT_SCIF, | 122 | .type = PORT_SCIF, |
111 | .irqs = { 53, 53, 53, 53 }, | 123 | .irqs = { 53, 53, 53, 53 }, |
112 | }; | 124 | }; |
@@ -522,10 +534,37 @@ static struct platform_device dma0_device = { | |||
522 | }, | 534 | }, |
523 | }; | 535 | }; |
524 | 536 | ||
537 | #define USB_EHCI_START 0xffe70000 | ||
538 | #define USB_OHCI_START 0xffe70400 | ||
539 | |||
540 | static struct resource usb_ehci_resources[] = { | ||
541 | [0] = { | ||
542 | .start = USB_EHCI_START, | ||
543 | .end = USB_EHCI_START + 0x3ff, | ||
544 | .flags = IORESOURCE_MEM, | ||
545 | }, | ||
546 | [1] = { | ||
547 | .start = 77, | ||
548 | .end = 77, | ||
549 | .flags = IORESOURCE_IRQ, | ||
550 | }, | ||
551 | }; | ||
552 | |||
553 | static struct platform_device usb_ehci_device = { | ||
554 | .name = "sh_ehci", | ||
555 | .id = -1, | ||
556 | .dev = { | ||
557 | .dma_mask = &usb_ehci_device.dev.coherent_dma_mask, | ||
558 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
559 | }, | ||
560 | .num_resources = ARRAY_SIZE(usb_ehci_resources), | ||
561 | .resource = usb_ehci_resources, | ||
562 | }; | ||
563 | |||
525 | static struct resource usb_ohci_resources[] = { | 564 | static struct resource usb_ohci_resources[] = { |
526 | [0] = { | 565 | [0] = { |
527 | .start = 0xffe70400, | 566 | .start = USB_OHCI_START, |
528 | .end = 0xffe704ff, | 567 | .end = USB_OHCI_START + 0x3ff, |
529 | .flags = IORESOURCE_MEM, | 568 | .flags = IORESOURCE_MEM, |
530 | }, | 569 | }, |
531 | [1] = { | 570 | [1] = { |
@@ -535,12 +574,11 @@ static struct resource usb_ohci_resources[] = { | |||
535 | }, | 574 | }, |
536 | }; | 575 | }; |
537 | 576 | ||
538 | static u64 usb_ohci_dma_mask = DMA_BIT_MASK(32); | ||
539 | static struct platform_device usb_ohci_device = { | 577 | static struct platform_device usb_ohci_device = { |
540 | .name = "sh_ohci", | 578 | .name = "sh_ohci", |
541 | .id = -1, | 579 | .id = -1, |
542 | .dev = { | 580 | .dev = { |
543 | .dma_mask = &usb_ohci_dma_mask, | 581 | .dma_mask = &usb_ohci_device.dev.coherent_dma_mask, |
544 | .coherent_dma_mask = DMA_BIT_MASK(32), | 582 | .coherent_dma_mask = DMA_BIT_MASK(32), |
545 | }, | 583 | }, |
546 | .num_resources = ARRAY_SIZE(usb_ohci_resources), | 584 | .num_resources = ARRAY_SIZE(usb_ohci_resources), |
@@ -570,6 +608,7 @@ static struct platform_device *sh7786_early_devices[] __initdata = { | |||
570 | 608 | ||
571 | static struct platform_device *sh7786_devices[] __initdata = { | 609 | static struct platform_device *sh7786_devices[] __initdata = { |
572 | &dma0_device, | 610 | &dma0_device, |
611 | &usb_ehci_device, | ||
573 | &usb_ohci_device, | 612 | &usb_ohci_device, |
574 | }; | 613 | }; |
575 | 614 | ||
@@ -609,7 +648,7 @@ static void __init sh7786_usb_setup(void) | |||
609 | * The following settings are necessary | 648 | * The following settings are necessary |
610 | * for using the USB modules. | 649 | * for using the USB modules. |
611 | * | 650 | * |
612 | * see "USB Inital Settings" for detail | 651 | * see "USB Initial Settings" for detail |
613 | */ | 652 | */ |
614 | __raw_writel(USBINITVAL1, USBINITREG1); | 653 | __raw_writel(USBINITVAL1, USBINITREG1); |
615 | __raw_writel(USBINITVAL2, USBINITREG2); | 654 | __raw_writel(USBINITVAL2, USBINITREG2); |
@@ -629,33 +668,10 @@ static void __init sh7786_usb_setup(void) | |||
629 | } | 668 | } |
630 | } | 669 | } |
631 | 670 | ||
632 | static int __init sh7786_devices_setup(void) | ||
633 | { | ||
634 | int ret; | ||
635 | |||
636 | sh7786_usb_setup(); | ||
637 | |||
638 | ret = platform_add_devices(sh7786_early_devices, | ||
639 | ARRAY_SIZE(sh7786_early_devices)); | ||
640 | if (unlikely(ret != 0)) | ||
641 | return ret; | ||
642 | |||
643 | return platform_add_devices(sh7786_devices, | ||
644 | ARRAY_SIZE(sh7786_devices)); | ||
645 | } | ||
646 | arch_initcall(sh7786_devices_setup); | ||
647 | |||
648 | void __init plat_early_device_setup(void) | ||
649 | { | ||
650 | early_platform_add_devices(sh7786_early_devices, | ||
651 | ARRAY_SIZE(sh7786_early_devices)); | ||
652 | } | ||
653 | |||
654 | enum { | 671 | enum { |
655 | UNUSED = 0, | 672 | UNUSED = 0, |
656 | 673 | ||
657 | /* interrupt sources */ | 674 | /* interrupt sources */ |
658 | |||
659 | IRL0_LLLL, IRL0_LLLH, IRL0_LLHL, IRL0_LLHH, | 675 | IRL0_LLLL, IRL0_LLLH, IRL0_LLHL, IRL0_LLHH, |
660 | IRL0_LHLL, IRL0_LHLH, IRL0_LHHL, IRL0_LHHH, | 676 | IRL0_LHLL, IRL0_LHLH, IRL0_LHHL, IRL0_LHHH, |
661 | IRL0_HLLL, IRL0_HLLH, IRL0_HLHL, IRL0_HLHH, | 677 | IRL0_HLLL, IRL0_HLLH, IRL0_HLHL, IRL0_HLHH, |
@@ -693,9 +709,12 @@ enum { | |||
693 | Thermal, | 709 | Thermal, |
694 | INTICI0, INTICI1, INTICI2, INTICI3, | 710 | INTICI0, INTICI1, INTICI2, INTICI3, |
695 | INTICI4, INTICI5, INTICI6, INTICI7, | 711 | INTICI4, INTICI5, INTICI6, INTICI7, |
712 | |||
713 | /* Muxed sub-events */ | ||
714 | TXI1, BRI1, RXI1, ERI1, | ||
696 | }; | 715 | }; |
697 | 716 | ||
698 | static struct intc_vect vectors[] __initdata = { | 717 | static struct intc_vect sh7786_vectors[] __initdata = { |
699 | INTC_VECT(WDT, 0x3e0), | 718 | INTC_VECT(WDT, 0x3e0), |
700 | INTC_VECT(TMU0_0, 0x400), INTC_VECT(TMU0_1, 0x420), | 719 | INTC_VECT(TMU0_0, 0x400), INTC_VECT(TMU0_1, 0x420), |
701 | INTC_VECT(TMU0_2, 0x440), INTC_VECT(TMU0_3, 0x460), | 720 | INTC_VECT(TMU0_2, 0x440), INTC_VECT(TMU0_3, 0x460), |
@@ -756,14 +775,12 @@ static struct intc_vect vectors[] __initdata = { | |||
756 | 775 | ||
757 | #define INTDISTCR0 0xfe4100b0 | 776 | #define INTDISTCR0 0xfe4100b0 |
758 | #define INTDISTCR1 0xfe4100b4 | 777 | #define INTDISTCR1 0xfe4100b4 |
759 | #define INTACK 0xfe4100b8 | ||
760 | #define INTACKCLR 0xfe4100bc | ||
761 | #define INT2DISTCR0 0xfe410900 | 778 | #define INT2DISTCR0 0xfe410900 |
762 | #define INT2DISTCR1 0xfe410904 | 779 | #define INT2DISTCR1 0xfe410904 |
763 | #define INT2DISTCR2 0xfe410908 | 780 | #define INT2DISTCR2 0xfe410908 |
764 | #define INT2DISTCR3 0xfe41090c | 781 | #define INT2DISTCR3 0xfe41090c |
765 | 782 | ||
766 | static struct intc_mask_reg mask_registers[] __initdata = { | 783 | static struct intc_mask_reg sh7786_mask_registers[] __initdata = { |
767 | { CnINTMSK0, CnINTMSKCLR0, 32, | 784 | { CnINTMSK0, CnINTMSKCLR0, 32, |
768 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 }, | 785 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 }, |
769 | INTC_SMP_BALANCING(INTDISTCR0) }, | 786 | INTC_SMP_BALANCING(INTDISTCR0) }, |
@@ -807,7 +824,7 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
807 | 0, 0, 0, 0, 0, 0, 0, 0 }, INTC_SMP_BALANCING(INT2DISTCR3) }, | 824 | 0, 0, 0, 0, 0, 0, 0, 0 }, INTC_SMP_BALANCING(INT2DISTCR3) }, |
808 | }; | 825 | }; |
809 | 826 | ||
810 | static struct intc_prio_reg prio_registers[] __initdata = { | 827 | static struct intc_prio_reg sh7786_prio_registers[] __initdata = { |
811 | { 0xfe410010, 0, 32, 4, /* INTPRI */ { IRQ0, IRQ1, IRQ2, IRQ3, | 828 | { 0xfe410010, 0, 32, 4, /* INTPRI */ { IRQ0, IRQ1, IRQ2, IRQ3, |
812 | IRQ4, IRQ5, IRQ6, IRQ7 } }, | 829 | IRQ4, IRQ5, IRQ6, IRQ7 } }, |
813 | { 0xfe410800, 0, 32, 8, /* INT2PRI0 */ { 0, 0, 0, WDT } }, | 830 | { 0xfe410800, 0, 32, 8, /* INT2PRI0 */ { 0, 0, 0, WDT } }, |
@@ -851,11 +868,27 @@ static struct intc_prio_reg prio_registers[] __initdata = { | |||
851 | INTICI3, INTICI2, INTICI1, INTICI0 }, INTC_SMP(4, 2) }, | 868 | INTICI3, INTICI2, INTICI1, INTICI0 }, INTC_SMP(4, 2) }, |
852 | }; | 869 | }; |
853 | 870 | ||
854 | static DECLARE_INTC_DESC(intc_desc, "sh7786", vectors, NULL, | 871 | static struct intc_subgroup sh7786_subgroups[] __initdata = { |
855 | mask_registers, prio_registers, NULL); | 872 | { 0xfe410c20, 32, SCIF1, |
873 | { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
874 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, TXI1, BRI1, RXI1, ERI1 } }, | ||
875 | }; | ||
876 | |||
877 | static struct intc_desc sh7786_intc_desc __initdata = { | ||
878 | .name = "sh7786", | ||
879 | .hw = { | ||
880 | .vectors = sh7786_vectors, | ||
881 | .nr_vectors = ARRAY_SIZE(sh7786_vectors), | ||
882 | .mask_regs = sh7786_mask_registers, | ||
883 | .nr_mask_regs = ARRAY_SIZE(sh7786_mask_registers), | ||
884 | .subgroups = sh7786_subgroups, | ||
885 | .nr_subgroups = ARRAY_SIZE(sh7786_subgroups), | ||
886 | .prio_regs = sh7786_prio_registers, | ||
887 | .nr_prio_regs = ARRAY_SIZE(sh7786_prio_registers), | ||
888 | }, | ||
889 | }; | ||
856 | 890 | ||
857 | /* Support for external interrupt pins in IRQ mode */ | 891 | /* Support for external interrupt pins in IRQ mode */ |
858 | |||
859 | static struct intc_vect vectors_irq0123[] __initdata = { | 892 | static struct intc_vect vectors_irq0123[] __initdata = { |
860 | INTC_VECT(IRQ0, 0x200), INTC_VECT(IRQ1, 0x240), | 893 | INTC_VECT(IRQ0, 0x200), INTC_VECT(IRQ1, 0x240), |
861 | INTC_VECT(IRQ2, 0x280), INTC_VECT(IRQ3, 0x2c0), | 894 | INTC_VECT(IRQ2, 0x280), INTC_VECT(IRQ3, 0x2c0), |
@@ -866,23 +899,25 @@ static struct intc_vect vectors_irq4567[] __initdata = { | |||
866 | INTC_VECT(IRQ6, 0x380), INTC_VECT(IRQ7, 0x3c0), | 899 | INTC_VECT(IRQ6, 0x380), INTC_VECT(IRQ7, 0x3c0), |
867 | }; | 900 | }; |
868 | 901 | ||
869 | static struct intc_sense_reg sense_registers[] __initdata = { | 902 | static struct intc_sense_reg sh7786_sense_registers[] __initdata = { |
870 | { 0xfe41001c, 32, 2, /* ICR1 */ { IRQ0, IRQ1, IRQ2, IRQ3, | 903 | { 0xfe41001c, 32, 2, /* ICR1 */ { IRQ0, IRQ1, IRQ2, IRQ3, |
871 | IRQ4, IRQ5, IRQ6, IRQ7 } }, | 904 | IRQ4, IRQ5, IRQ6, IRQ7 } }, |
872 | }; | 905 | }; |
873 | 906 | ||
874 | static struct intc_mask_reg ack_registers[] __initdata = { | 907 | static struct intc_mask_reg sh7786_ack_registers[] __initdata = { |
875 | { 0xfe410024, 0, 32, /* INTREQ */ | 908 | { 0xfe410024, 0, 32, /* INTREQ */ |
876 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | 909 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
877 | }; | 910 | }; |
878 | 911 | ||
879 | static DECLARE_INTC_DESC_ACK(intc_desc_irq0123, "sh7786-irq0123", | 912 | static DECLARE_INTC_DESC_ACK(intc_desc_irq0123, "sh7786-irq0123", |
880 | vectors_irq0123, NULL, mask_registers, | 913 | vectors_irq0123, NULL, sh7786_mask_registers, |
881 | prio_registers, sense_registers, ack_registers); | 914 | sh7786_prio_registers, sh7786_sense_registers, |
915 | sh7786_ack_registers); | ||
882 | 916 | ||
883 | static DECLARE_INTC_DESC_ACK(intc_desc_irq4567, "sh7786-irq4567", | 917 | static DECLARE_INTC_DESC_ACK(intc_desc_irq4567, "sh7786-irq4567", |
884 | vectors_irq4567, NULL, mask_registers, | 918 | vectors_irq4567, NULL, sh7786_mask_registers, |
885 | prio_registers, sense_registers, ack_registers); | 919 | sh7786_prio_registers, sh7786_sense_registers, |
920 | sh7786_ack_registers); | ||
886 | 921 | ||
887 | /* External interrupt pins in IRL mode */ | 922 | /* External interrupt pins in IRL mode */ |
888 | 923 | ||
@@ -909,10 +944,10 @@ static struct intc_vect vectors_irl4567[] __initdata = { | |||
909 | }; | 944 | }; |
910 | 945 | ||
911 | static DECLARE_INTC_DESC(intc_desc_irl0123, "sh7786-irl0123", vectors_irl0123, | 946 | static DECLARE_INTC_DESC(intc_desc_irl0123, "sh7786-irl0123", vectors_irl0123, |
912 | NULL, mask_registers, NULL, NULL); | 947 | NULL, sh7786_mask_registers, NULL, NULL); |
913 | 948 | ||
914 | static DECLARE_INTC_DESC(intc_desc_irl4567, "sh7786-irl4567", vectors_irl4567, | 949 | static DECLARE_INTC_DESC(intc_desc_irl4567, "sh7786-irl4567", vectors_irl4567, |
915 | NULL, mask_registers, NULL, NULL); | 950 | NULL, sh7786_mask_registers, NULL, NULL); |
916 | 951 | ||
917 | #define INTC_ICR0 0xfe410000 | 952 | #define INTC_ICR0 0xfe410000 |
918 | #define INTC_INTMSK0 CnINTMSK0 | 953 | #define INTC_INTMSK0 CnINTMSK0 |
@@ -920,19 +955,6 @@ static DECLARE_INTC_DESC(intc_desc_irl4567, "sh7786-irl4567", vectors_irl4567, | |||
920 | #define INTC_INTMSK2 INTMSK2 | 955 | #define INTC_INTMSK2 INTMSK2 |
921 | #define INTC_INTMSKCLR1 CnINTMSKCLR1 | 956 | #define INTC_INTMSKCLR1 CnINTMSKCLR1 |
922 | #define INTC_INTMSKCLR2 INTMSKCLR2 | 957 | #define INTC_INTMSKCLR2 INTMSKCLR2 |
923 | #define INTC_USERIMASK 0xfe411000 | ||
924 | |||
925 | #ifdef CONFIG_INTC_BALANCING | ||
926 | unsigned int irq_lookup(unsigned int irq) | ||
927 | { | ||
928 | return __raw_readl(INTACK) & 1 ? irq : NO_IRQ_IGNORE; | ||
929 | } | ||
930 | |||
931 | void irq_finish(unsigned int irq) | ||
932 | { | ||
933 | __raw_writel(irq2evt(irq), INTACKCLR); | ||
934 | } | ||
935 | #endif | ||
936 | 958 | ||
937 | void __init plat_irq_setup(void) | 959 | void __init plat_irq_setup(void) |
938 | { | 960 | { |
@@ -946,8 +968,7 @@ void __init plat_irq_setup(void) | |||
946 | /* select IRL mode for IRL3-0 + IRL7-4 */ | 968 | /* select IRL mode for IRL3-0 + IRL7-4 */ |
947 | __raw_writel(__raw_readl(INTC_ICR0) & ~0x00c00000, INTC_ICR0); | 969 | __raw_writel(__raw_readl(INTC_ICR0) & ~0x00c00000, INTC_ICR0); |
948 | 970 | ||
949 | register_intc_controller(&intc_desc); | 971 | register_intc_controller(&sh7786_intc_desc); |
950 | register_intc_userimask(INTC_USERIMASK); | ||
951 | } | 972 | } |
952 | 973 | ||
953 | void __init plat_irq_setup_pins(int mode) | 974 | void __init plat_irq_setup_pins(int mode) |
@@ -991,3 +1012,39 @@ void __init plat_irq_setup_pins(int mode) | |||
991 | void __init plat_mem_setup(void) | 1012 | void __init plat_mem_setup(void) |
992 | { | 1013 | { |
993 | } | 1014 | } |
1015 | |||
1016 | static int __init sh7786_devices_setup(void) | ||
1017 | { | ||
1018 | int ret, irq; | ||
1019 | |||
1020 | sh7786_usb_setup(); | ||
1021 | |||
1022 | /* | ||
1023 | * De-mux SCIF1 IRQs if possible | ||
1024 | */ | ||
1025 | irq = intc_irq_lookup(sh7786_intc_desc.name, TXI1); | ||
1026 | if (irq > 0) { | ||
1027 | scif1_platform_data.irqs[SCIx_TXI_IRQ] = irq; | ||
1028 | scif1_platform_data.irqs[SCIx_ERI_IRQ] = | ||
1029 | intc_irq_lookup(sh7786_intc_desc.name, ERI1); | ||
1030 | scif1_platform_data.irqs[SCIx_BRI_IRQ] = | ||
1031 | intc_irq_lookup(sh7786_intc_desc.name, BRI1); | ||
1032 | scif1_platform_data.irqs[SCIx_RXI_IRQ] = | ||
1033 | intc_irq_lookup(sh7786_intc_desc.name, RXI1); | ||
1034 | } | ||
1035 | |||
1036 | ret = platform_add_devices(sh7786_early_devices, | ||
1037 | ARRAY_SIZE(sh7786_early_devices)); | ||
1038 | if (unlikely(ret != 0)) | ||
1039 | return ret; | ||
1040 | |||
1041 | return platform_add_devices(sh7786_devices, | ||
1042 | ARRAY_SIZE(sh7786_devices)); | ||
1043 | } | ||
1044 | arch_initcall(sh7786_devices_setup); | ||
1045 | |||
1046 | void __init plat_early_device_setup(void) | ||
1047 | { | ||
1048 | early_platform_add_devices(sh7786_early_devices, | ||
1049 | ARRAY_SIZE(sh7786_early_devices)); | ||
1050 | } | ||
diff --git a/arch/sh/kernel/cpu/sh4a/setup-shx3.c b/arch/sh/kernel/cpu/sh4a/setup-shx3.c index 9158bc5ea38b..bb208806dc1a 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-shx3.c +++ b/arch/sh/kernel/cpu/sh4a/setup-shx3.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * SH-X3 Prototype Setup | 2 | * SH-X3 Prototype Setup |
3 | * | 3 | * |
4 | * Copyright (C) 2007 - 2009 Paul Mundt | 4 | * Copyright (C) 2007 - 2010 Paul Mundt |
5 | * | 5 | * |
6 | * This file is subject to the terms and conditions of the GNU General Public | 6 | * This file is subject to the terms and conditions of the GNU General Public |
7 | * License. See the file "COPYING" in the main directory of this archive | 7 | * License. See the file "COPYING" in the main directory of this archive |
@@ -12,7 +12,9 @@ | |||
12 | #include <linux/serial.h> | 12 | #include <linux/serial.h> |
13 | #include <linux/serial_sci.h> | 13 | #include <linux/serial_sci.h> |
14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
15 | #include <linux/gpio.h> | ||
15 | #include <linux/sh_timer.h> | 16 | #include <linux/sh_timer.h> |
17 | #include <cpu/shx3.h> | ||
16 | #include <asm/mmzone.h> | 18 | #include <asm/mmzone.h> |
17 | 19 | ||
18 | /* | 20 | /* |
@@ -27,6 +29,8 @@ | |||
27 | static struct plat_sci_port scif0_platform_data = { | 29 | static struct plat_sci_port scif0_platform_data = { |
28 | .mapbase = 0xffc30000, | 30 | .mapbase = 0xffc30000, |
29 | .flags = UPF_BOOT_AUTOCONF, | 31 | .flags = UPF_BOOT_AUTOCONF, |
32 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
33 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
30 | .type = PORT_SCIF, | 34 | .type = PORT_SCIF, |
31 | .irqs = { 40, 41, 43, 42 }, | 35 | .irqs = { 40, 41, 43, 42 }, |
32 | }; | 36 | }; |
@@ -42,6 +46,8 @@ static struct platform_device scif0_device = { | |||
42 | static struct plat_sci_port scif1_platform_data = { | 46 | static struct plat_sci_port scif1_platform_data = { |
43 | .mapbase = 0xffc40000, | 47 | .mapbase = 0xffc40000, |
44 | .flags = UPF_BOOT_AUTOCONF, | 48 | .flags = UPF_BOOT_AUTOCONF, |
49 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
50 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
45 | .type = PORT_SCIF, | 51 | .type = PORT_SCIF, |
46 | .irqs = { 44, 45, 47, 46 }, | 52 | .irqs = { 44, 45, 47, 46 }, |
47 | }; | 53 | }; |
@@ -57,6 +63,8 @@ static struct platform_device scif1_device = { | |||
57 | static struct plat_sci_port scif2_platform_data = { | 63 | static struct plat_sci_port scif2_platform_data = { |
58 | .mapbase = 0xffc60000, | 64 | .mapbase = 0xffc60000, |
59 | .flags = UPF_BOOT_AUTOCONF, | 65 | .flags = UPF_BOOT_AUTOCONF, |
66 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
67 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
60 | .type = PORT_SCIF, | 68 | .type = PORT_SCIF, |
61 | .irqs = { 52, 53, 55, 54 }, | 69 | .irqs = { 52, 53, 55, 54 }, |
62 | }; | 70 | }; |
@@ -354,6 +362,10 @@ static struct intc_group groups[] __initdata = { | |||
354 | DMAC1_DMINT9, DMAC1_DMINT10, DMAC1_DMINT11), | 362 | DMAC1_DMINT9, DMAC1_DMINT10, DMAC1_DMINT11), |
355 | }; | 363 | }; |
356 | 364 | ||
365 | #define INT2DISTCR0 0xfe4108a0 | ||
366 | #define INT2DISTCR1 0xfe4108a4 | ||
367 | #define INT2DISTCR2 0xfe4108a8 | ||
368 | |||
357 | static struct intc_mask_reg mask_registers[] __initdata = { | 369 | static struct intc_mask_reg mask_registers[] __initdata = { |
358 | { 0xfe410030, 0xfe410050, 32, /* CnINTMSK0 / CnINTMSKCLR0 */ | 370 | { 0xfe410030, 0xfe410050, 32, /* CnINTMSK0 / CnINTMSKCLR0 */ |
359 | { IRQ0, IRQ1, IRQ2, IRQ3 } }, | 371 | { IRQ0, IRQ1, IRQ2, IRQ3 } }, |
@@ -363,20 +375,23 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
363 | { FE1, FE0, 0, ATAPI, VCORE0, VIN1, VIN0, IIC, | 375 | { FE1, FE0, 0, ATAPI, VCORE0, VIN1, VIN0, IIC, |
364 | DU, GPIO3, GPIO2, GPIO1, GPIO0, PAM, 0, 0, | 376 | DU, GPIO3, GPIO2, GPIO1, GPIO0, PAM, 0, 0, |
365 | 0, 0, 0, 0, 0, 0, 0, 0, /* HUDI bits ignored */ | 377 | 0, 0, 0, 0, 0, 0, 0, 0, /* HUDI bits ignored */ |
366 | 0, TMU5, TMU4, TMU3, TMU2, TMU1, TMU0, 0, } }, | 378 | 0, TMU5, TMU4, TMU3, TMU2, TMU1, TMU0, 0, }, |
379 | INTC_SMP_BALANCING(INT2DISTCR0) }, | ||
367 | { 0xfe410830, 0xfe410860, 32, /* CnINT2MSK1 / CnINT2MSKCLR1 */ | 380 | { 0xfe410830, 0xfe410860, 32, /* CnINT2MSK1 / CnINT2MSKCLR1 */ |
368 | { 0, 0, 0, 0, DTU3, DTU2, DTU1, DTU0, /* IRM bits ignored */ | 381 | { 0, 0, 0, 0, DTU3, DTU2, DTU1, DTU0, /* IRM bits ignored */ |
369 | PCII9, PCII8, PCII7, PCII6, PCII5, PCII4, PCII3, PCII2, | 382 | PCII9, PCII8, PCII7, PCII6, PCII5, PCII4, PCII3, PCII2, |
370 | PCII1, PCII0, DMAC1_DMAE, DMAC1_DMINT11, | 383 | PCII1, PCII0, DMAC1_DMAE, DMAC1_DMINT11, |
371 | DMAC1_DMINT10, DMAC1_DMINT9, DMAC1_DMINT8, DMAC1_DMINT7, | 384 | DMAC1_DMINT10, DMAC1_DMINT9, DMAC1_DMINT8, DMAC1_DMINT7, |
372 | DMAC1_DMINT6, DMAC0_DMAE, DMAC0_DMINT5, DMAC0_DMINT4, | 385 | DMAC1_DMINT6, DMAC0_DMAE, DMAC0_DMINT5, DMAC0_DMINT4, |
373 | DMAC0_DMINT3, DMAC0_DMINT2, DMAC0_DMINT1, DMAC0_DMINT0 } }, | 386 | DMAC0_DMINT3, DMAC0_DMINT2, DMAC0_DMINT1, DMAC0_DMINT0 }, |
387 | INTC_SMP_BALANCING(INT2DISTCR1) }, | ||
374 | { 0xfe410840, 0xfe410870, 32, /* CnINT2MSK2 / CnINT2MSKCLR2 */ | 388 | { 0xfe410840, 0xfe410870, 32, /* CnINT2MSK2 / CnINT2MSKCLR2 */ |
375 | { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | 389 | { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
376 | SCIF3_TXI, SCIF3_BRI, SCIF3_RXI, SCIF3_ERI, | 390 | SCIF3_TXI, SCIF3_BRI, SCIF3_RXI, SCIF3_ERI, |
377 | SCIF2_TXI, SCIF2_BRI, SCIF2_RXI, SCIF2_ERI, | 391 | SCIF2_TXI, SCIF2_BRI, SCIF2_RXI, SCIF2_ERI, |
378 | SCIF1_TXI, SCIF1_BRI, SCIF1_RXI, SCIF1_ERI, | 392 | SCIF1_TXI, SCIF1_BRI, SCIF1_RXI, SCIF1_ERI, |
379 | SCIF0_TXI, SCIF0_BRI, SCIF0_RXI, SCIF0_ERI } }, | 393 | SCIF0_TXI, SCIF0_BRI, SCIF0_RXI, SCIF0_ERI }, |
394 | INTC_SMP_BALANCING(INT2DISTCR2) }, | ||
380 | }; | 395 | }; |
381 | 396 | ||
382 | static struct intc_prio_reg prio_registers[] __initdata = { | 397 | static struct intc_prio_reg prio_registers[] __initdata = { |
@@ -433,11 +448,33 @@ static DECLARE_INTC_DESC(intc_desc_irl, "shx3-irl", vectors_irl, groups, | |||
433 | 448 | ||
434 | void __init plat_irq_setup_pins(int mode) | 449 | void __init plat_irq_setup_pins(int mode) |
435 | { | 450 | { |
451 | int ret = 0; | ||
452 | |||
436 | switch (mode) { | 453 | switch (mode) { |
437 | case IRQ_MODE_IRQ: | 454 | case IRQ_MODE_IRQ: |
455 | ret |= gpio_request(GPIO_FN_IRQ3, intc_desc_irq.name); | ||
456 | ret |= gpio_request(GPIO_FN_IRQ2, intc_desc_irq.name); | ||
457 | ret |= gpio_request(GPIO_FN_IRQ1, intc_desc_irq.name); | ||
458 | ret |= gpio_request(GPIO_FN_IRQ0, intc_desc_irq.name); | ||
459 | |||
460 | if (unlikely(ret)) { | ||
461 | pr_err("Failed to set IRQ mode\n"); | ||
462 | return; | ||
463 | } | ||
464 | |||
438 | register_intc_controller(&intc_desc_irq); | 465 | register_intc_controller(&intc_desc_irq); |
439 | break; | 466 | break; |
440 | case IRQ_MODE_IRL3210: | 467 | case IRQ_MODE_IRL3210: |
468 | ret |= gpio_request(GPIO_FN_IRL3, intc_desc_irl.name); | ||
469 | ret |= gpio_request(GPIO_FN_IRL2, intc_desc_irl.name); | ||
470 | ret |= gpio_request(GPIO_FN_IRL1, intc_desc_irl.name); | ||
471 | ret |= gpio_request(GPIO_FN_IRL0, intc_desc_irl.name); | ||
472 | |||
473 | if (unlikely(ret)) { | ||
474 | pr_err("Failed to set IRL mode\n"); | ||
475 | return; | ||
476 | } | ||
477 | |||
441 | register_intc_controller(&intc_desc_irl); | 478 | register_intc_controller(&intc_desc_irl); |
442 | break; | 479 | break; |
443 | default: | 480 | default: |
@@ -447,6 +484,9 @@ void __init plat_irq_setup_pins(int mode) | |||
447 | 484 | ||
448 | void __init plat_irq_setup(void) | 485 | void __init plat_irq_setup(void) |
449 | { | 486 | { |
487 | reserve_intc_vectors(vectors_irq, ARRAY_SIZE(vectors_irq)); | ||
488 | reserve_intc_vectors(vectors_irl, ARRAY_SIZE(vectors_irl)); | ||
489 | |||
450 | register_intc_controller(&intc_desc); | 490 | register_intc_controller(&intc_desc); |
451 | } | 491 | } |
452 | 492 | ||
diff --git a/arch/sh/kernel/cpu/sh5/setup-sh5.c b/arch/sh/kernel/cpu/sh5/setup-sh5.c index d910666142b1..18419f1de963 100644 --- a/arch/sh/kernel/cpu/sh5/setup-sh5.c +++ b/arch/sh/kernel/cpu/sh5/setup-sh5.c | |||
@@ -19,6 +19,8 @@ | |||
19 | static struct plat_sci_port scif0_platform_data = { | 19 | static struct plat_sci_port scif0_platform_data = { |
20 | .mapbase = PHYS_PERIPHERAL_BLOCK + 0x01030000, | 20 | .mapbase = PHYS_PERIPHERAL_BLOCK + 0x01030000, |
21 | .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, | 21 | .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, |
22 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | ||
23 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
22 | .type = PORT_SCIF, | 24 | .type = PORT_SCIF, |
23 | .irqs = { 39, 40, 42, 0 }, | 25 | .irqs = { 39, 40, 42, 0 }, |
24 | }; | 26 | }; |
diff --git a/arch/sh/kernel/cpu/shmobile/cpuidle.c b/arch/sh/kernel/cpu/shmobile/cpuidle.c index 83972aa319c2..e4469e7233cb 100644 --- a/arch/sh/kernel/cpu/shmobile/cpuidle.c +++ b/arch/sh/kernel/cpu/shmobile/cpuidle.c | |||
@@ -75,13 +75,12 @@ void sh_mobile_setup_cpuidle(void) | |||
75 | i = CPUIDLE_DRIVER_STATE_START; | 75 | i = CPUIDLE_DRIVER_STATE_START; |
76 | 76 | ||
77 | state = &dev->states[i++]; | 77 | state = &dev->states[i++]; |
78 | snprintf(state->name, CPUIDLE_NAME_LEN, "C0"); | 78 | snprintf(state->name, CPUIDLE_NAME_LEN, "C1"); |
79 | strncpy(state->desc, "SuperH Sleep Mode", CPUIDLE_DESC_LEN); | 79 | strncpy(state->desc, "SuperH Sleep Mode", CPUIDLE_DESC_LEN); |
80 | state->exit_latency = 1; | 80 | state->exit_latency = 1; |
81 | state->target_residency = 1 * 2; | 81 | state->target_residency = 1 * 2; |
82 | state->power_usage = 3; | 82 | state->power_usage = 3; |
83 | state->flags = 0; | 83 | state->flags = 0; |
84 | state->flags |= CPUIDLE_FLAG_SHALLOW; | ||
85 | state->flags |= CPUIDLE_FLAG_TIME_VALID; | 84 | state->flags |= CPUIDLE_FLAG_TIME_VALID; |
86 | state->enter = cpuidle_sleep_enter; | 85 | state->enter = cpuidle_sleep_enter; |
87 | 86 | ||
@@ -89,7 +88,7 @@ void sh_mobile_setup_cpuidle(void) | |||
89 | 88 | ||
90 | if (sh_mobile_sleep_supported & SUSP_SH_SF) { | 89 | if (sh_mobile_sleep_supported & SUSP_SH_SF) { |
91 | state = &dev->states[i++]; | 90 | state = &dev->states[i++]; |
92 | snprintf(state->name, CPUIDLE_NAME_LEN, "C1"); | 91 | snprintf(state->name, CPUIDLE_NAME_LEN, "C2"); |
93 | strncpy(state->desc, "SuperH Sleep Mode [SF]", | 92 | strncpy(state->desc, "SuperH Sleep Mode [SF]", |
94 | CPUIDLE_DESC_LEN); | 93 | CPUIDLE_DESC_LEN); |
95 | state->exit_latency = 100; | 94 | state->exit_latency = 100; |
@@ -102,7 +101,7 @@ void sh_mobile_setup_cpuidle(void) | |||
102 | 101 | ||
103 | if (sh_mobile_sleep_supported & SUSP_SH_STANDBY) { | 102 | if (sh_mobile_sleep_supported & SUSP_SH_STANDBY) { |
104 | state = &dev->states[i++]; | 103 | state = &dev->states[i++]; |
105 | snprintf(state->name, CPUIDLE_NAME_LEN, "C2"); | 104 | snprintf(state->name, CPUIDLE_NAME_LEN, "C3"); |
106 | strncpy(state->desc, "SuperH Mobile Standby Mode [SF]", | 105 | strncpy(state->desc, "SuperH Mobile Standby Mode [SF]", |
107 | CPUIDLE_DESC_LEN); | 106 | CPUIDLE_DESC_LEN); |
108 | state->exit_latency = 2300; | 107 | state->exit_latency = 2300; |
diff --git a/arch/sh/kernel/cpu/shmobile/pm.c b/arch/sh/kernel/cpu/shmobile/pm.c index e55968712706..a6f95ae4aae7 100644 --- a/arch/sh/kernel/cpu/shmobile/pm.c +++ b/arch/sh/kernel/cpu/shmobile/pm.c | |||
@@ -141,7 +141,7 @@ static int sh_pm_enter(suspend_state_t state) | |||
141 | return 0; | 141 | return 0; |
142 | } | 142 | } |
143 | 143 | ||
144 | static struct platform_suspend_ops sh_pm_ops = { | 144 | static const struct platform_suspend_ops sh_pm_ops = { |
145 | .enter = sh_pm_enter, | 145 | .enter = sh_pm_enter, |
146 | .valid = suspend_valid_only_mem, | 146 | .valid = suspend_valid_only_mem, |
147 | }; | 147 | }; |
diff --git a/arch/sh/kernel/cpu/shmobile/pm_runtime.c b/arch/sh/kernel/cpu/shmobile/pm_runtime.c index 6dcb8166a64d..64c807c39208 100644 --- a/arch/sh/kernel/cpu/shmobile/pm_runtime.c +++ b/arch/sh/kernel/cpu/shmobile/pm_runtime.c | |||
@@ -139,7 +139,7 @@ void platform_pm_runtime_suspend_idle(void) | |||
139 | queue_work(pm_wq, &hwblk_work); | 139 | queue_work(pm_wq, &hwblk_work); |
140 | } | 140 | } |
141 | 141 | ||
142 | int platform_pm_runtime_suspend(struct device *dev) | 142 | static int default_platform_runtime_suspend(struct device *dev) |
143 | { | 143 | { |
144 | struct platform_device *pdev = to_platform_device(dev); | 144 | struct platform_device *pdev = to_platform_device(dev); |
145 | struct pdev_archdata *ad = &pdev->archdata; | 145 | struct pdev_archdata *ad = &pdev->archdata; |
@@ -147,7 +147,7 @@ int platform_pm_runtime_suspend(struct device *dev) | |||
147 | int hwblk = ad->hwblk_id; | 147 | int hwblk = ad->hwblk_id; |
148 | int ret = 0; | 148 | int ret = 0; |
149 | 149 | ||
150 | dev_dbg(dev, "platform_pm_runtime_suspend() [%d]\n", hwblk); | 150 | dev_dbg(dev, "%s() [%d]\n", __func__, hwblk); |
151 | 151 | ||
152 | /* ignore off-chip platform devices */ | 152 | /* ignore off-chip platform devices */ |
153 | if (!hwblk) | 153 | if (!hwblk) |
@@ -157,7 +157,7 @@ int platform_pm_runtime_suspend(struct device *dev) | |||
157 | might_sleep(); | 157 | might_sleep(); |
158 | 158 | ||
159 | /* catch misconfigured drivers not starting with resume */ | 159 | /* catch misconfigured drivers not starting with resume */ |
160 | if (test_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags)) { | 160 | if (test_bit(PDEV_ARCHDATA_FLAG_INIT, &ad->flags)) { |
161 | ret = -EINVAL; | 161 | ret = -EINVAL; |
162 | goto out; | 162 | goto out; |
163 | } | 163 | } |
@@ -170,8 +170,8 @@ int platform_pm_runtime_suspend(struct device *dev) | |||
170 | 170 | ||
171 | /* put device on idle list */ | 171 | /* put device on idle list */ |
172 | spin_lock_irqsave(&hwblk_lock, flags); | 172 | spin_lock_irqsave(&hwblk_lock, flags); |
173 | list_add_tail(&pdev->archdata.entry, &hwblk_idle_list); | 173 | list_add_tail(&ad->entry, &hwblk_idle_list); |
174 | __set_bit(PDEV_ARCHDATA_FLAG_IDLE, &pdev->archdata.flags); | 174 | __set_bit(PDEV_ARCHDATA_FLAG_IDLE, &ad->flags); |
175 | spin_unlock_irqrestore(&hwblk_lock, flags); | 175 | spin_unlock_irqrestore(&hwblk_lock, flags); |
176 | 176 | ||
177 | /* increase idle count */ | 177 | /* increase idle count */ |
@@ -183,20 +183,20 @@ int platform_pm_runtime_suspend(struct device *dev) | |||
183 | mutex_unlock(&ad->mutex); | 183 | mutex_unlock(&ad->mutex); |
184 | 184 | ||
185 | out: | 185 | out: |
186 | dev_dbg(dev, "platform_pm_runtime_suspend() [%d] returns %d\n", | 186 | dev_dbg(dev, "%s() [%d] returns %d\n", |
187 | hwblk, ret); | 187 | __func__, hwblk, ret); |
188 | 188 | ||
189 | return ret; | 189 | return ret; |
190 | } | 190 | } |
191 | 191 | ||
192 | int platform_pm_runtime_resume(struct device *dev) | 192 | static int default_platform_runtime_resume(struct device *dev) |
193 | { | 193 | { |
194 | struct platform_device *pdev = to_platform_device(dev); | 194 | struct platform_device *pdev = to_platform_device(dev); |
195 | struct pdev_archdata *ad = &pdev->archdata; | 195 | struct pdev_archdata *ad = &pdev->archdata; |
196 | int hwblk = ad->hwblk_id; | 196 | int hwblk = ad->hwblk_id; |
197 | int ret = 0; | 197 | int ret = 0; |
198 | 198 | ||
199 | dev_dbg(dev, "platform_pm_runtime_resume() [%d]\n", hwblk); | 199 | dev_dbg(dev, "%s() [%d]\n", __func__, hwblk); |
200 | 200 | ||
201 | /* ignore off-chip platform devices */ | 201 | /* ignore off-chip platform devices */ |
202 | if (!hwblk) | 202 | if (!hwblk) |
@@ -228,19 +228,19 @@ int platform_pm_runtime_resume(struct device *dev) | |||
228 | */ | 228 | */ |
229 | mutex_unlock(&ad->mutex); | 229 | mutex_unlock(&ad->mutex); |
230 | out: | 230 | out: |
231 | dev_dbg(dev, "platform_pm_runtime_resume() [%d] returns %d\n", | 231 | dev_dbg(dev, "%s() [%d] returns %d\n", |
232 | hwblk, ret); | 232 | __func__, hwblk, ret); |
233 | 233 | ||
234 | return ret; | 234 | return ret; |
235 | } | 235 | } |
236 | 236 | ||
237 | int platform_pm_runtime_idle(struct device *dev) | 237 | static int default_platform_runtime_idle(struct device *dev) |
238 | { | 238 | { |
239 | struct platform_device *pdev = to_platform_device(dev); | 239 | struct platform_device *pdev = to_platform_device(dev); |
240 | int hwblk = pdev->archdata.hwblk_id; | 240 | int hwblk = pdev->archdata.hwblk_id; |
241 | int ret = 0; | 241 | int ret = 0; |
242 | 242 | ||
243 | dev_dbg(dev, "platform_pm_runtime_idle() [%d]\n", hwblk); | 243 | dev_dbg(dev, "%s() [%d]\n", __func__, hwblk); |
244 | 244 | ||
245 | /* ignore off-chip platform devices */ | 245 | /* ignore off-chip platform devices */ |
246 | if (!hwblk) | 246 | if (!hwblk) |
@@ -252,10 +252,19 @@ int platform_pm_runtime_idle(struct device *dev) | |||
252 | /* suspend synchronously to disable clocks immediately */ | 252 | /* suspend synchronously to disable clocks immediately */ |
253 | ret = pm_runtime_suspend(dev); | 253 | ret = pm_runtime_suspend(dev); |
254 | out: | 254 | out: |
255 | dev_dbg(dev, "platform_pm_runtime_idle() [%d] done!\n", hwblk); | 255 | dev_dbg(dev, "%s() [%d] done!\n", __func__, hwblk); |
256 | return ret; | 256 | return ret; |
257 | } | 257 | } |
258 | 258 | ||
259 | static struct dev_power_domain default_power_domain = { | ||
260 | .ops = { | ||
261 | .runtime_suspend = default_platform_runtime_suspend, | ||
262 | .runtime_resume = default_platform_runtime_resume, | ||
263 | .runtime_idle = default_platform_runtime_idle, | ||
264 | USE_PLATFORM_PM_SLEEP_OPS | ||
265 | }, | ||
266 | }; | ||
267 | |||
259 | static int platform_bus_notify(struct notifier_block *nb, | 268 | static int platform_bus_notify(struct notifier_block *nb, |
260 | unsigned long action, void *data) | 269 | unsigned long action, void *data) |
261 | { | 270 | { |
@@ -276,6 +285,7 @@ static int platform_bus_notify(struct notifier_block *nb, | |||
276 | hwblk_disable(hwblk_info, hwblk); | 285 | hwblk_disable(hwblk_info, hwblk); |
277 | /* make sure driver re-inits itself once */ | 286 | /* make sure driver re-inits itself once */ |
278 | __set_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags); | 287 | __set_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags); |
288 | dev->pwr_domain = &default_power_domain; | ||
279 | break; | 289 | break; |
280 | /* TODO: add BUS_NOTIFY_BIND_DRIVER and increase idle count */ | 290 | /* TODO: add BUS_NOTIFY_BIND_DRIVER and increase idle count */ |
281 | case BUS_NOTIFY_BOUND_DRIVER: | 291 | case BUS_NOTIFY_BOUND_DRIVER: |
@@ -289,6 +299,7 @@ static int platform_bus_notify(struct notifier_block *nb, | |||
289 | __set_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags); | 299 | __set_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags); |
290 | break; | 300 | break; |
291 | case BUS_NOTIFY_DEL_DEVICE: | 301 | case BUS_NOTIFY_DEL_DEVICE: |
302 | dev->pwr_domain = NULL; | ||
292 | break; | 303 | break; |
293 | } | 304 | } |
294 | return 0; | 305 | return 0; |
diff --git a/arch/sh/kernel/crash_dump.c b/arch/sh/kernel/crash_dump.c index 37c97d444576..569e7b171c01 100644 --- a/arch/sh/kernel/crash_dump.c +++ b/arch/sh/kernel/crash_dump.c | |||
@@ -9,28 +9,6 @@ | |||
9 | #include <linux/io.h> | 9 | #include <linux/io.h> |
10 | #include <asm/uaccess.h> | 10 | #include <asm/uaccess.h> |
11 | 11 | ||
12 | /* Stores the physical address of elf header of crash image. */ | ||
13 | unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; | ||
14 | |||
15 | /* | ||
16 | * Note: elfcorehdr_addr is not just limited to vmcore. It is also used by | ||
17 | * is_kdump_kernel() to determine if we are booting after a panic. Hence | ||
18 | * ifdef it under CONFIG_CRASH_DUMP and not CONFIG_PROC_VMCORE. | ||
19 | * | ||
20 | * elfcorehdr= specifies the location of elf core header | ||
21 | * stored by the crashed kernel. | ||
22 | */ | ||
23 | static int __init parse_elfcorehdr(char *arg) | ||
24 | { | ||
25 | if (!arg) | ||
26 | return -EINVAL; | ||
27 | |||
28 | elfcorehdr_addr = memparse(arg, &arg); | ||
29 | |||
30 | return 0; | ||
31 | } | ||
32 | early_param("elfcorehdr", parse_elfcorehdr); | ||
33 | |||
34 | /** | 12 | /** |
35 | * copy_oldmem_page - copy one page from "oldmem" | 13 | * copy_oldmem_page - copy one page from "oldmem" |
36 | * @pfn: page frame number to be copied | 14 | * @pfn: page frame number to be copied |
diff --git a/arch/sh/kernel/dumpstack.c b/arch/sh/kernel/dumpstack.c index 6f5ad1513409..694158b9a50f 100644 --- a/arch/sh/kernel/dumpstack.c +++ b/arch/sh/kernel/dumpstack.c | |||
@@ -69,19 +69,6 @@ stack_reader_dump(struct task_struct *task, struct pt_regs *regs, | |||
69 | } | 69 | } |
70 | } | 70 | } |
71 | 71 | ||
72 | static void | ||
73 | print_trace_warning_symbol(void *data, char *msg, unsigned long symbol) | ||
74 | { | ||
75 | printk(data); | ||
76 | print_symbol(msg, symbol); | ||
77 | printk("\n"); | ||
78 | } | ||
79 | |||
80 | static void print_trace_warning(void *data, char *msg) | ||
81 | { | ||
82 | printk("%s%s\n", (char *)data, msg); | ||
83 | } | ||
84 | |||
85 | static int print_trace_stack(void *data, char *name) | 72 | static int print_trace_stack(void *data, char *name) |
86 | { | 73 | { |
87 | printk("%s <%s> ", (char *)data, name); | 74 | printk("%s <%s> ", (char *)data, name); |
@@ -98,8 +85,6 @@ static void print_trace_address(void *data, unsigned long addr, int reliable) | |||
98 | } | 85 | } |
99 | 86 | ||
100 | static const struct stacktrace_ops print_trace_ops = { | 87 | static const struct stacktrace_ops print_trace_ops = { |
101 | .warning = print_trace_warning, | ||
102 | .warning_symbol = print_trace_warning_symbol, | ||
103 | .stack = print_trace_stack, | 88 | .stack = print_trace_stack, |
104 | .address = print_trace_address, | 89 | .address = print_trace_address, |
105 | }; | 90 | }; |
diff --git a/arch/sh/kernel/head_32.S b/arch/sh/kernel/head_32.S index 6e35f012cc03..7db248936b60 100644 --- a/arch/sh/kernel/head_32.S +++ b/arch/sh/kernel/head_32.S | |||
@@ -330,7 +330,7 @@ ENTRY(_stext) | |||
330 | #if defined(CONFIG_CPU_SH2) | 330 | #if defined(CONFIG_CPU_SH2) |
331 | 1: .long 0x000000F0 ! IMASK=0xF | 331 | 1: .long 0x000000F0 ! IMASK=0xF |
332 | #else | 332 | #else |
333 | 1: .long 0x400080F0 ! MD=1, RB=0, BL=0, FD=1, IMASK=0xF | 333 | 1: .long 0x500080F0 ! MD=1, RB=0, BL=1, FD=1, IMASK=0xF |
334 | #endif | 334 | #endif |
335 | ENTRY(stack_start) | 335 | ENTRY(stack_start) |
336 | 2: .long init_thread_union+THREAD_SIZE | 336 | 2: .long init_thread_union+THREAD_SIZE |
diff --git a/arch/sh/kernel/io_generic.c b/arch/sh/kernel/io_generic.c deleted file mode 100644 index 447d78f666f9..000000000000 --- a/arch/sh/kernel/io_generic.c +++ /dev/null | |||
@@ -1,180 +0,0 @@ | |||
1 | /* | ||
2 | * arch/sh/kernel/io_generic.c | ||
3 | * | ||
4 | * Copyright (C) 2000 Niibe Yutaka | ||
5 | * Copyright (C) 2005 - 2007 Paul Mundt | ||
6 | * | ||
7 | * Generic I/O routine. These can be used where a machine specific version | ||
8 | * is not required. | ||
9 | * | ||
10 | * This file is subject to the terms and conditions of the GNU General Public | ||
11 | * License. See the file "COPYING" in the main directory of this archive | ||
12 | * for more details. | ||
13 | */ | ||
14 | #include <linux/module.h> | ||
15 | #include <linux/io.h> | ||
16 | #include <asm/machvec.h> | ||
17 | |||
18 | #ifdef CONFIG_CPU_SH3 | ||
19 | /* SH3 has a PCMCIA bug that needs a dummy read from area 6 for a | ||
20 | * workaround. */ | ||
21 | /* I'm not sure SH7709 has this kind of bug */ | ||
22 | #define dummy_read() __raw_readb(0xba000000) | ||
23 | #else | ||
24 | #define dummy_read() | ||
25 | #endif | ||
26 | |||
27 | unsigned long generic_io_base = 0; | ||
28 | |||
29 | u8 generic_inb(unsigned long port) | ||
30 | { | ||
31 | return __raw_readb(__ioport_map(port, 1)); | ||
32 | } | ||
33 | |||
34 | u16 generic_inw(unsigned long port) | ||
35 | { | ||
36 | return __raw_readw(__ioport_map(port, 2)); | ||
37 | } | ||
38 | |||
39 | u32 generic_inl(unsigned long port) | ||
40 | { | ||
41 | return __raw_readl(__ioport_map(port, 4)); | ||
42 | } | ||
43 | |||
44 | u8 generic_inb_p(unsigned long port) | ||
45 | { | ||
46 | unsigned long v = generic_inb(port); | ||
47 | |||
48 | ctrl_delay(); | ||
49 | return v; | ||
50 | } | ||
51 | |||
52 | u16 generic_inw_p(unsigned long port) | ||
53 | { | ||
54 | unsigned long v = generic_inw(port); | ||
55 | |||
56 | ctrl_delay(); | ||
57 | return v; | ||
58 | } | ||
59 | |||
60 | u32 generic_inl_p(unsigned long port) | ||
61 | { | ||
62 | unsigned long v = generic_inl(port); | ||
63 | |||
64 | ctrl_delay(); | ||
65 | return v; | ||
66 | } | ||
67 | |||
68 | /* | ||
69 | * insb/w/l all read a series of bytes/words/longs from a fixed port | ||
70 | * address. However as the port address doesn't change we only need to | ||
71 | * convert the port address to real address once. | ||
72 | */ | ||
73 | |||
74 | void generic_insb(unsigned long port, void *dst, unsigned long count) | ||
75 | { | ||
76 | __raw_readsb(__ioport_map(port, 1), dst, count); | ||
77 | dummy_read(); | ||
78 | } | ||
79 | |||
80 | void generic_insw(unsigned long port, void *dst, unsigned long count) | ||
81 | { | ||
82 | __raw_readsw(__ioport_map(port, 2), dst, count); | ||
83 | dummy_read(); | ||
84 | } | ||
85 | |||
86 | void generic_insl(unsigned long port, void *dst, unsigned long count) | ||
87 | { | ||
88 | __raw_readsl(__ioport_map(port, 4), dst, count); | ||
89 | dummy_read(); | ||
90 | } | ||
91 | |||
92 | void generic_outb(u8 b, unsigned long port) | ||
93 | { | ||
94 | __raw_writeb(b, __ioport_map(port, 1)); | ||
95 | } | ||
96 | |||
97 | void generic_outw(u16 b, unsigned long port) | ||
98 | { | ||
99 | __raw_writew(b, __ioport_map(port, 2)); | ||
100 | } | ||
101 | |||
102 | void generic_outl(u32 b, unsigned long port) | ||
103 | { | ||
104 | __raw_writel(b, __ioport_map(port, 4)); | ||
105 | } | ||
106 | |||
107 | void generic_outb_p(u8 b, unsigned long port) | ||
108 | { | ||
109 | generic_outb(b, port); | ||
110 | ctrl_delay(); | ||
111 | } | ||
112 | |||
113 | void generic_outw_p(u16 b, unsigned long port) | ||
114 | { | ||
115 | generic_outw(b, port); | ||
116 | ctrl_delay(); | ||
117 | } | ||
118 | |||
119 | void generic_outl_p(u32 b, unsigned long port) | ||
120 | { | ||
121 | generic_outl(b, port); | ||
122 | ctrl_delay(); | ||
123 | } | ||
124 | |||
125 | /* | ||
126 | * outsb/w/l all write a series of bytes/words/longs to a fixed port | ||
127 | * address. However as the port address doesn't change we only need to | ||
128 | * convert the port address to real address once. | ||
129 | */ | ||
130 | void generic_outsb(unsigned long port, const void *src, unsigned long count) | ||
131 | { | ||
132 | __raw_writesb(__ioport_map(port, 1), src, count); | ||
133 | dummy_read(); | ||
134 | } | ||
135 | |||
136 | void generic_outsw(unsigned long port, const void *src, unsigned long count) | ||
137 | { | ||
138 | __raw_writesw(__ioport_map(port, 2), src, count); | ||
139 | dummy_read(); | ||
140 | } | ||
141 | |||
142 | void generic_outsl(unsigned long port, const void *src, unsigned long count) | ||
143 | { | ||
144 | __raw_writesl(__ioport_map(port, 4), src, count); | ||
145 | dummy_read(); | ||
146 | } | ||
147 | |||
148 | void __iomem *generic_ioport_map(unsigned long addr, unsigned int size) | ||
149 | { | ||
150 | #ifdef P1SEG | ||
151 | if (PXSEG(addr) >= P1SEG) | ||
152 | return (void __iomem *)addr; | ||
153 | #endif | ||
154 | |||
155 | return (void __iomem *)(addr + generic_io_base); | ||
156 | } | ||
157 | |||
158 | void generic_ioport_unmap(void __iomem *addr) | ||
159 | { | ||
160 | } | ||
161 | |||
162 | #ifndef CONFIG_GENERIC_IOMAP | ||
163 | void __iomem *ioport_map(unsigned long port, unsigned int nr) | ||
164 | { | ||
165 | void __iomem *ret; | ||
166 | |||
167 | ret = __ioport_map_trapped(port, nr); | ||
168 | if (ret) | ||
169 | return ret; | ||
170 | |||
171 | return __ioport_map(port, nr); | ||
172 | } | ||
173 | EXPORT_SYMBOL(ioport_map); | ||
174 | |||
175 | void ioport_unmap(void __iomem *addr) | ||
176 | { | ||
177 | sh_mv.mv_ioport_unmap(addr); | ||
178 | } | ||
179 | EXPORT_SYMBOL(ioport_unmap); | ||
180 | #endif /* CONFIG_GENERIC_IOMAP */ | ||
diff --git a/arch/sh/kernel/io_trapped.c b/arch/sh/kernel/io_trapped.c index 2947d2bd1291..32c385ef1011 100644 --- a/arch/sh/kernel/io_trapped.c +++ b/arch/sh/kernel/io_trapped.c | |||
@@ -291,7 +291,7 @@ int handle_trapped_io(struct pt_regs *regs, unsigned long address) | |||
291 | } | 291 | } |
292 | 292 | ||
293 | tmp = handle_unaligned_access(instruction, regs, | 293 | tmp = handle_unaligned_access(instruction, regs, |
294 | &trapped_io_access, 1); | 294 | &trapped_io_access, 1, address); |
295 | set_fs(oldfs); | 295 | set_fs(oldfs); |
296 | return tmp == 0; | 296 | return tmp == 0; |
297 | } | 297 | } |
diff --git a/arch/sh/kernel/iomap.c b/arch/sh/kernel/iomap.c new file mode 100644 index 000000000000..2e8e8b9b9cef --- /dev/null +++ b/arch/sh/kernel/iomap.c | |||
@@ -0,0 +1,165 @@ | |||
1 | /* | ||
2 | * arch/sh/kernel/iomap.c | ||
3 | * | ||
4 | * Copyright (C) 2000 Niibe Yutaka | ||
5 | * Copyright (C) 2005 - 2007 Paul Mundt | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | */ | ||
11 | #include <linux/module.h> | ||
12 | #include <linux/io.h> | ||
13 | |||
14 | unsigned int ioread8(void __iomem *addr) | ||
15 | { | ||
16 | return readb(addr); | ||
17 | } | ||
18 | EXPORT_SYMBOL(ioread8); | ||
19 | |||
20 | unsigned int ioread16(void __iomem *addr) | ||
21 | { | ||
22 | return readw(addr); | ||
23 | } | ||
24 | EXPORT_SYMBOL(ioread16); | ||
25 | |||
26 | unsigned int ioread16be(void __iomem *addr) | ||
27 | { | ||
28 | return be16_to_cpu(__raw_readw(addr)); | ||
29 | } | ||
30 | EXPORT_SYMBOL(ioread16be); | ||
31 | |||
32 | unsigned int ioread32(void __iomem *addr) | ||
33 | { | ||
34 | return readl(addr); | ||
35 | } | ||
36 | EXPORT_SYMBOL(ioread32); | ||
37 | |||
38 | unsigned int ioread32be(void __iomem *addr) | ||
39 | { | ||
40 | return be32_to_cpu(__raw_readl(addr)); | ||
41 | } | ||
42 | EXPORT_SYMBOL(ioread32be); | ||
43 | |||
44 | void iowrite8(u8 val, void __iomem *addr) | ||
45 | { | ||
46 | writeb(val, addr); | ||
47 | } | ||
48 | EXPORT_SYMBOL(iowrite8); | ||
49 | |||
50 | void iowrite16(u16 val, void __iomem *addr) | ||
51 | { | ||
52 | writew(val, addr); | ||
53 | } | ||
54 | EXPORT_SYMBOL(iowrite16); | ||
55 | |||
56 | void iowrite16be(u16 val, void __iomem *addr) | ||
57 | { | ||
58 | __raw_writew(cpu_to_be16(val), addr); | ||
59 | } | ||
60 | EXPORT_SYMBOL(iowrite16be); | ||
61 | |||
62 | void iowrite32(u32 val, void __iomem *addr) | ||
63 | { | ||
64 | writel(val, addr); | ||
65 | } | ||
66 | EXPORT_SYMBOL(iowrite32); | ||
67 | |||
68 | void iowrite32be(u32 val, void __iomem *addr) | ||
69 | { | ||
70 | __raw_writel(cpu_to_be32(val), addr); | ||
71 | } | ||
72 | EXPORT_SYMBOL(iowrite32be); | ||
73 | |||
74 | /* | ||
75 | * These are the "repeat MMIO read/write" functions. | ||
76 | * Note the "__raw" accesses, since we don't want to | ||
77 | * convert to CPU byte order. We write in "IO byte | ||
78 | * order" (we also don't have IO barriers). | ||
79 | */ | ||
80 | static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) | ||
81 | { | ||
82 | while (--count >= 0) { | ||
83 | u8 data = __raw_readb(addr); | ||
84 | *dst = data; | ||
85 | dst++; | ||
86 | } | ||
87 | } | ||
88 | |||
89 | static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) | ||
90 | { | ||
91 | while (--count >= 0) { | ||
92 | u16 data = __raw_readw(addr); | ||
93 | *dst = data; | ||
94 | dst++; | ||
95 | } | ||
96 | } | ||
97 | |||
98 | static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) | ||
99 | { | ||
100 | while (--count >= 0) { | ||
101 | u32 data = __raw_readl(addr); | ||
102 | *dst = data; | ||
103 | dst++; | ||
104 | } | ||
105 | } | ||
106 | |||
107 | static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) | ||
108 | { | ||
109 | while (--count >= 0) { | ||
110 | __raw_writeb(*src, addr); | ||
111 | src++; | ||
112 | } | ||
113 | } | ||
114 | |||
115 | static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count) | ||
116 | { | ||
117 | while (--count >= 0) { | ||
118 | __raw_writew(*src, addr); | ||
119 | src++; | ||
120 | } | ||
121 | } | ||
122 | |||
123 | static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count) | ||
124 | { | ||
125 | while (--count >= 0) { | ||
126 | __raw_writel(*src, addr); | ||
127 | src++; | ||
128 | } | ||
129 | } | ||
130 | |||
131 | void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) | ||
132 | { | ||
133 | mmio_insb(addr, dst, count); | ||
134 | } | ||
135 | EXPORT_SYMBOL(ioread8_rep); | ||
136 | |||
137 | void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) | ||
138 | { | ||
139 | mmio_insw(addr, dst, count); | ||
140 | } | ||
141 | EXPORT_SYMBOL(ioread16_rep); | ||
142 | |||
143 | void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) | ||
144 | { | ||
145 | mmio_insl(addr, dst, count); | ||
146 | } | ||
147 | EXPORT_SYMBOL(ioread32_rep); | ||
148 | |||
149 | void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) | ||
150 | { | ||
151 | mmio_outsb(addr, src, count); | ||
152 | } | ||
153 | EXPORT_SYMBOL(iowrite8_rep); | ||
154 | |||
155 | void iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) | ||
156 | { | ||
157 | mmio_outsw(addr, src, count); | ||
158 | } | ||
159 | EXPORT_SYMBOL(iowrite16_rep); | ||
160 | |||
161 | void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) | ||
162 | { | ||
163 | mmio_outsl(addr, src, count); | ||
164 | } | ||
165 | EXPORT_SYMBOL(iowrite32_rep); | ||
diff --git a/arch/sh/kernel/ioport.c b/arch/sh/kernel/ioport.c new file mode 100644 index 000000000000..e3ad6103e7c1 --- /dev/null +++ b/arch/sh/kernel/ioport.c | |||
@@ -0,0 +1,43 @@ | |||
1 | /* | ||
2 | * arch/sh/kernel/ioport.c | ||
3 | * | ||
4 | * Copyright (C) 2000 Niibe Yutaka | ||
5 | * Copyright (C) 2005 - 2007 Paul Mundt | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | */ | ||
11 | #include <linux/module.h> | ||
12 | #include <linux/io.h> | ||
13 | |||
14 | const unsigned long sh_io_port_base __read_mostly = -1; | ||
15 | EXPORT_SYMBOL(sh_io_port_base); | ||
16 | |||
17 | void __iomem *__ioport_map(unsigned long addr, unsigned int size) | ||
18 | { | ||
19 | if (sh_mv.mv_ioport_map) | ||
20 | return sh_mv.mv_ioport_map(addr, size); | ||
21 | |||
22 | return (void __iomem *)(addr + sh_io_port_base); | ||
23 | } | ||
24 | EXPORT_SYMBOL(__ioport_map); | ||
25 | |||
26 | void __iomem *ioport_map(unsigned long port, unsigned int nr) | ||
27 | { | ||
28 | void __iomem *ret; | ||
29 | |||
30 | ret = __ioport_map_trapped(port, nr); | ||
31 | if (ret) | ||
32 | return ret; | ||
33 | |||
34 | return __ioport_map(port, nr); | ||
35 | } | ||
36 | EXPORT_SYMBOL(ioport_map); | ||
37 | |||
38 | void ioport_unmap(void __iomem *addr) | ||
39 | { | ||
40 | if (sh_mv.mv_ioport_unmap) | ||
41 | sh_mv.mv_ioport_unmap(addr); | ||
42 | } | ||
43 | EXPORT_SYMBOL(ioport_unmap); | ||
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index 257de1f0692b..a3ee91971129 100644 --- a/arch/sh/kernel/irq.c +++ b/arch/sh/kernel/irq.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/seq_file.h> | 13 | #include <linux/seq_file.h> |
14 | #include <linux/ftrace.h> | 14 | #include <linux/ftrace.h> |
15 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
16 | #include <linux/ratelimit.h> | ||
16 | #include <asm/processor.h> | 17 | #include <asm/processor.h> |
17 | #include <asm/machvec.h> | 18 | #include <asm/machvec.h> |
18 | #include <asm/uaccess.h> | 19 | #include <asm/uaccess.h> |
@@ -34,9 +35,9 @@ void ack_bad_irq(unsigned int irq) | |||
34 | 35 | ||
35 | #if defined(CONFIG_PROC_FS) | 36 | #if defined(CONFIG_PROC_FS) |
36 | /* | 37 | /* |
37 | * /proc/interrupts printing: | 38 | * /proc/interrupts printing for arch specific interrupts |
38 | */ | 39 | */ |
39 | static int show_other_interrupts(struct seq_file *p, int prec) | 40 | int arch_show_interrupts(struct seq_file *p, int prec) |
40 | { | 41 | { |
41 | int j; | 42 | int j; |
42 | 43 | ||
@@ -49,58 +50,6 @@ static int show_other_interrupts(struct seq_file *p, int prec) | |||
49 | 50 | ||
50 | return 0; | 51 | return 0; |
51 | } | 52 | } |
52 | |||
53 | int show_interrupts(struct seq_file *p, void *v) | ||
54 | { | ||
55 | unsigned long flags, any_count = 0; | ||
56 | int i = *(loff_t *)v, j, prec; | ||
57 | struct irqaction *action; | ||
58 | struct irq_desc *desc; | ||
59 | |||
60 | if (i > nr_irqs) | ||
61 | return 0; | ||
62 | |||
63 | for (prec = 3, j = 1000; prec < 10 && j <= nr_irqs; ++prec) | ||
64 | j *= 10; | ||
65 | |||
66 | if (i == nr_irqs) | ||
67 | return show_other_interrupts(p, prec); | ||
68 | |||
69 | if (i == 0) { | ||
70 | seq_printf(p, "%*s", prec + 8, ""); | ||
71 | for_each_online_cpu(j) | ||
72 | seq_printf(p, "CPU%-8d", j); | ||
73 | seq_putc(p, '\n'); | ||
74 | } | ||
75 | |||
76 | desc = irq_to_desc(i); | ||
77 | if (!desc) | ||
78 | return 0; | ||
79 | |||
80 | raw_spin_lock_irqsave(&desc->lock, flags); | ||
81 | for_each_online_cpu(j) | ||
82 | any_count |= kstat_irqs_cpu(i, j); | ||
83 | action = desc->action; | ||
84 | if (!action && !any_count) | ||
85 | goto out; | ||
86 | |||
87 | seq_printf(p, "%*d: ", prec, i); | ||
88 | for_each_online_cpu(j) | ||
89 | seq_printf(p, "%10u ", kstat_irqs_cpu(i, j)); | ||
90 | seq_printf(p, " %14s", desc->chip->name); | ||
91 | seq_printf(p, "-%-8s", desc->name); | ||
92 | |||
93 | if (action) { | ||
94 | seq_printf(p, " %s", action->name); | ||
95 | while ((action = action->next) != NULL) | ||
96 | seq_printf(p, ", %s", action->name); | ||
97 | } | ||
98 | |||
99 | seq_putc(p, '\n'); | ||
100 | out: | ||
101 | raw_spin_unlock_irqrestore(&desc->lock, flags); | ||
102 | return 0; | ||
103 | } | ||
104 | #endif | 53 | #endif |
105 | 54 | ||
106 | #ifdef CONFIG_IRQSTACKS | 55 | #ifdef CONFIG_IRQSTACKS |
@@ -235,7 +184,7 @@ asmlinkage void do_softirq(void) | |||
235 | ); | 184 | ); |
236 | 185 | ||
237 | /* | 186 | /* |
238 | * Shouldnt happen, we returned above if in_interrupt(): | 187 | * Shouldn't happen, we returned above if in_interrupt(): |
239 | */ | 188 | */ |
240 | WARN_ON_ONCE(softirq_count()); | 189 | WARN_ON_ONCE(softirq_count()); |
241 | } | 190 | } |
@@ -273,16 +222,12 @@ void __init init_IRQ(void) | |||
273 | { | 222 | { |
274 | plat_irq_setup(); | 223 | plat_irq_setup(); |
275 | 224 | ||
276 | /* | ||
277 | * Pin any of the legacy IRQ vectors that haven't already been | ||
278 | * grabbed by the platform | ||
279 | */ | ||
280 | reserve_irq_legacy(); | ||
281 | |||
282 | /* Perform the machine specific initialisation */ | 225 | /* Perform the machine specific initialisation */ |
283 | if (sh_mv.mv_init_irq) | 226 | if (sh_mv.mv_init_irq) |
284 | sh_mv.mv_init_irq(); | 227 | sh_mv.mv_init_irq(); |
285 | 228 | ||
229 | intc_finalize(); | ||
230 | |||
286 | irq_ctx_init(smp_processor_id()); | 231 | irq_ctx_init(smp_processor_id()); |
287 | } | 232 | } |
288 | 233 | ||
@@ -290,18 +235,21 @@ void __init init_IRQ(void) | |||
290 | int __init arch_probe_nr_irqs(void) | 235 | int __init arch_probe_nr_irqs(void) |
291 | { | 236 | { |
292 | nr_irqs = sh_mv.mv_nr_irqs; | 237 | nr_irqs = sh_mv.mv_nr_irqs; |
293 | return 0; | 238 | return NR_IRQS_LEGACY; |
294 | } | 239 | } |
295 | #endif | 240 | #endif |
296 | 241 | ||
297 | #ifdef CONFIG_HOTPLUG_CPU | 242 | #ifdef CONFIG_HOTPLUG_CPU |
298 | static void route_irq(struct irq_desc *desc, unsigned int irq, unsigned int cpu) | 243 | static void route_irq(struct irq_data *data, unsigned int irq, unsigned int cpu) |
299 | { | 244 | { |
245 | struct irq_desc *desc = irq_to_desc(irq); | ||
246 | struct irq_chip *chip = irq_data_get_irq_chip(data); | ||
247 | |||
300 | printk(KERN_INFO "IRQ%u: moving from cpu%u to cpu%u\n", | 248 | printk(KERN_INFO "IRQ%u: moving from cpu%u to cpu%u\n", |
301 | irq, desc->node, cpu); | 249 | irq, data->node, cpu); |
302 | 250 | ||
303 | raw_spin_lock_irq(&desc->lock); | 251 | raw_spin_lock_irq(&desc->lock); |
304 | desc->chip->set_affinity(irq, cpumask_of(cpu)); | 252 | chip->irq_set_affinity(data, cpumask_of(cpu), false); |
305 | raw_spin_unlock_irq(&desc->lock); | 253 | raw_spin_unlock_irq(&desc->lock); |
306 | } | 254 | } |
307 | 255 | ||
@@ -312,24 +260,24 @@ static void route_irq(struct irq_desc *desc, unsigned int irq, unsigned int cpu) | |||
312 | */ | 260 | */ |
313 | void migrate_irqs(void) | 261 | void migrate_irqs(void) |
314 | { | 262 | { |
315 | struct irq_desc *desc; | ||
316 | unsigned int irq, cpu = smp_processor_id(); | 263 | unsigned int irq, cpu = smp_processor_id(); |
317 | 264 | ||
318 | for_each_irq_desc(irq, desc) { | 265 | for_each_active_irq(irq) { |
319 | if (desc->node == cpu) { | 266 | struct irq_data *data = irq_get_irq_data(irq); |
320 | unsigned int newcpu = cpumask_any_and(desc->affinity, | 267 | |
268 | if (data->node == cpu) { | ||
269 | unsigned int newcpu = cpumask_any_and(data->affinity, | ||
321 | cpu_online_mask); | 270 | cpu_online_mask); |
322 | if (newcpu >= nr_cpu_ids) { | 271 | if (newcpu >= nr_cpu_ids) { |
323 | if (printk_ratelimit()) | 272 | pr_info_ratelimited("IRQ%u no longer affine to CPU%u\n", |
324 | printk(KERN_INFO "IRQ%u no longer affine to CPU%u\n", | 273 | irq, cpu); |
325 | irq, cpu); | ||
326 | 274 | ||
327 | cpumask_setall(desc->affinity); | 275 | cpumask_setall(data->affinity); |
328 | newcpu = cpumask_any_and(desc->affinity, | 276 | newcpu = cpumask_any_and(data->affinity, |
329 | cpu_online_mask); | 277 | cpu_online_mask); |
330 | } | 278 | } |
331 | 279 | ||
332 | route_irq(desc, irq, newcpu); | 280 | route_irq(data, irq, newcpu); |
333 | } | 281 | } |
334 | } | 282 | } |
335 | } | 283 | } |
diff --git a/arch/sh/kernel/irq_32.c b/arch/sh/kernel/irq_32.c index e33ab15831f9..e5a755be9129 100644 --- a/arch/sh/kernel/irq_32.c +++ b/arch/sh/kernel/irq_32.c | |||
@@ -10,11 +10,11 @@ | |||
10 | #include <linux/irqflags.h> | 10 | #include <linux/irqflags.h> |
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | 12 | ||
13 | void notrace raw_local_irq_restore(unsigned long flags) | 13 | void notrace arch_local_irq_restore(unsigned long flags) |
14 | { | 14 | { |
15 | unsigned long __dummy0, __dummy1; | 15 | unsigned long __dummy0, __dummy1; |
16 | 16 | ||
17 | if (flags == RAW_IRQ_DISABLED) { | 17 | if (flags == ARCH_IRQ_DISABLED) { |
18 | __asm__ __volatile__ ( | 18 | __asm__ __volatile__ ( |
19 | "stc sr, %0\n\t" | 19 | "stc sr, %0\n\t" |
20 | "or #0xf0, %0\n\t" | 20 | "or #0xf0, %0\n\t" |
@@ -33,14 +33,14 @@ void notrace raw_local_irq_restore(unsigned long flags) | |||
33 | #endif | 33 | #endif |
34 | "ldc %0, sr\n\t" | 34 | "ldc %0, sr\n\t" |
35 | : "=&r" (__dummy0), "=r" (__dummy1) | 35 | : "=&r" (__dummy0), "=r" (__dummy1) |
36 | : "1" (~RAW_IRQ_DISABLED) | 36 | : "1" (~ARCH_IRQ_DISABLED) |
37 | : "memory" | 37 | : "memory" |
38 | ); | 38 | ); |
39 | } | 39 | } |
40 | } | 40 | } |
41 | EXPORT_SYMBOL(raw_local_irq_restore); | 41 | EXPORT_SYMBOL(arch_local_irq_restore); |
42 | 42 | ||
43 | unsigned long notrace __raw_local_save_flags(void) | 43 | unsigned long notrace arch_local_save_flags(void) |
44 | { | 44 | { |
45 | unsigned long flags; | 45 | unsigned long flags; |
46 | 46 | ||
@@ -54,4 +54,4 @@ unsigned long notrace __raw_local_save_flags(void) | |||
54 | 54 | ||
55 | return flags; | 55 | return flags; |
56 | } | 56 | } |
57 | EXPORT_SYMBOL(__raw_local_save_flags); | 57 | EXPORT_SYMBOL(arch_local_save_flags); |
diff --git a/arch/sh/kernel/irq_64.c b/arch/sh/kernel/irq_64.c index 32365ba0e039..8fc05b997b6d 100644 --- a/arch/sh/kernel/irq_64.c +++ b/arch/sh/kernel/irq_64.c | |||
@@ -11,17 +11,17 @@ | |||
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | #include <cpu/registers.h> | 12 | #include <cpu/registers.h> |
13 | 13 | ||
14 | void notrace raw_local_irq_restore(unsigned long flags) | 14 | void notrace arch_local_irq_restore(unsigned long flags) |
15 | { | 15 | { |
16 | unsigned long long __dummy; | 16 | unsigned long long __dummy; |
17 | 17 | ||
18 | if (flags == RAW_IRQ_DISABLED) { | 18 | if (flags == ARCH_IRQ_DISABLED) { |
19 | __asm__ __volatile__ ( | 19 | __asm__ __volatile__ ( |
20 | "getcon " __SR ", %0\n\t" | 20 | "getcon " __SR ", %0\n\t" |
21 | "or %0, %1, %0\n\t" | 21 | "or %0, %1, %0\n\t" |
22 | "putcon %0, " __SR "\n\t" | 22 | "putcon %0, " __SR "\n\t" |
23 | : "=&r" (__dummy) | 23 | : "=&r" (__dummy) |
24 | : "r" (RAW_IRQ_DISABLED) | 24 | : "r" (ARCH_IRQ_DISABLED) |
25 | ); | 25 | ); |
26 | } else { | 26 | } else { |
27 | __asm__ __volatile__ ( | 27 | __asm__ __volatile__ ( |
@@ -29,13 +29,13 @@ void notrace raw_local_irq_restore(unsigned long flags) | |||
29 | "and %0, %1, %0\n\t" | 29 | "and %0, %1, %0\n\t" |
30 | "putcon %0, " __SR "\n\t" | 30 | "putcon %0, " __SR "\n\t" |
31 | : "=&r" (__dummy) | 31 | : "=&r" (__dummy) |
32 | : "r" (~RAW_IRQ_DISABLED) | 32 | : "r" (~ARCH_IRQ_DISABLED) |
33 | ); | 33 | ); |
34 | } | 34 | } |
35 | } | 35 | } |
36 | EXPORT_SYMBOL(raw_local_irq_restore); | 36 | EXPORT_SYMBOL(arch_local_irq_restore); |
37 | 37 | ||
38 | unsigned long notrace __raw_local_save_flags(void) | 38 | unsigned long notrace arch_local_save_flags(void) |
39 | { | 39 | { |
40 | unsigned long flags; | 40 | unsigned long flags; |
41 | 41 | ||
@@ -43,9 +43,9 @@ unsigned long notrace __raw_local_save_flags(void) | |||
43 | "getcon " __SR ", %0\n\t" | 43 | "getcon " __SR ", %0\n\t" |
44 | "and %0, %1, %0" | 44 | "and %0, %1, %0" |
45 | : "=&r" (flags) | 45 | : "=&r" (flags) |
46 | : "r" (RAW_IRQ_DISABLED) | 46 | : "r" (ARCH_IRQ_DISABLED) |
47 | ); | 47 | ); |
48 | 48 | ||
49 | return flags; | 49 | return flags; |
50 | } | 50 | } |
51 | EXPORT_SYMBOL(__raw_local_save_flags); | 51 | EXPORT_SYMBOL(arch_local_save_flags); |
diff --git a/arch/sh/kernel/kdebugfs.c b/arch/sh/kernel/kdebugfs.c new file mode 100644 index 000000000000..e11c30bb100c --- /dev/null +++ b/arch/sh/kernel/kdebugfs.c | |||
@@ -0,0 +1,16 @@ | |||
1 | #include <linux/module.h> | ||
2 | #include <linux/init.h> | ||
3 | #include <linux/debugfs.h> | ||
4 | |||
5 | struct dentry *arch_debugfs_dir; | ||
6 | EXPORT_SYMBOL(arch_debugfs_dir); | ||
7 | |||
8 | static int __init arch_kdebugfs_init(void) | ||
9 | { | ||
10 | arch_debugfs_dir = debugfs_create_dir("sh", NULL); | ||
11 | if (!arch_debugfs_dir) | ||
12 | return -ENOMEM; | ||
13 | |||
14 | return 0; | ||
15 | } | ||
16 | arch_initcall(arch_kdebugfs_init); | ||
diff --git a/arch/sh/kernel/kprobes.c b/arch/sh/kernel/kprobes.c index 4049d99f76e1..1208b09e95c3 100644 --- a/arch/sh/kernel/kprobes.c +++ b/arch/sh/kernel/kprobes.c | |||
@@ -20,9 +20,9 @@ | |||
20 | DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL; | 20 | DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL; |
21 | DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk); | 21 | DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk); |
22 | 22 | ||
23 | static struct kprobe saved_current_opcode; | 23 | static DEFINE_PER_CPU(struct kprobe, saved_current_opcode); |
24 | static struct kprobe saved_next_opcode; | 24 | static DEFINE_PER_CPU(struct kprobe, saved_next_opcode); |
25 | static struct kprobe saved_next_opcode2; | 25 | static DEFINE_PER_CPU(struct kprobe, saved_next_opcode2); |
26 | 26 | ||
27 | #define OPCODE_JMP(x) (((x) & 0xF0FF) == 0x402b) | 27 | #define OPCODE_JMP(x) (((x) & 0xF0FF) == 0x402b) |
28 | #define OPCODE_JSR(x) (((x) & 0xF0FF) == 0x400b) | 28 | #define OPCODE_JSR(x) (((x) & 0xF0FF) == 0x400b) |
@@ -102,16 +102,21 @@ int __kprobes kprobe_handle_illslot(unsigned long pc) | |||
102 | 102 | ||
103 | void __kprobes arch_remove_kprobe(struct kprobe *p) | 103 | void __kprobes arch_remove_kprobe(struct kprobe *p) |
104 | { | 104 | { |
105 | if (saved_next_opcode.addr != 0x0) { | 105 | struct kprobe *saved = &__get_cpu_var(saved_next_opcode); |
106 | |||
107 | if (saved->addr) { | ||
106 | arch_disarm_kprobe(p); | 108 | arch_disarm_kprobe(p); |
107 | arch_disarm_kprobe(&saved_next_opcode); | 109 | arch_disarm_kprobe(saved); |
108 | saved_next_opcode.addr = 0x0; | 110 | |
109 | saved_next_opcode.opcode = 0x0; | 111 | saved->addr = NULL; |
110 | 112 | saved->opcode = 0; | |
111 | if (saved_next_opcode2.addr != 0x0) { | 113 | |
112 | arch_disarm_kprobe(&saved_next_opcode2); | 114 | saved = &__get_cpu_var(saved_next_opcode2); |
113 | saved_next_opcode2.addr = 0x0; | 115 | if (saved->addr) { |
114 | saved_next_opcode2.opcode = 0x0; | 116 | arch_disarm_kprobe(saved); |
117 | |||
118 | saved->addr = NULL; | ||
119 | saved->opcode = 0; | ||
115 | } | 120 | } |
116 | } | 121 | } |
117 | } | 122 | } |
@@ -141,57 +146,59 @@ static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, | |||
141 | */ | 146 | */ |
142 | static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) | 147 | static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) |
143 | { | 148 | { |
144 | kprobe_opcode_t *addr = NULL; | 149 | __get_cpu_var(saved_current_opcode).addr = (kprobe_opcode_t *)regs->pc; |
145 | saved_current_opcode.addr = (kprobe_opcode_t *) (regs->pc); | ||
146 | addr = saved_current_opcode.addr; | ||
147 | 150 | ||
148 | if (p != NULL) { | 151 | if (p != NULL) { |
152 | struct kprobe *op1, *op2; | ||
153 | |||
149 | arch_disarm_kprobe(p); | 154 | arch_disarm_kprobe(p); |
150 | 155 | ||
156 | op1 = &__get_cpu_var(saved_next_opcode); | ||
157 | op2 = &__get_cpu_var(saved_next_opcode2); | ||
158 | |||
151 | if (OPCODE_JSR(p->opcode) || OPCODE_JMP(p->opcode)) { | 159 | if (OPCODE_JSR(p->opcode) || OPCODE_JMP(p->opcode)) { |
152 | unsigned int reg_nr = ((p->opcode >> 8) & 0x000F); | 160 | unsigned int reg_nr = ((p->opcode >> 8) & 0x000F); |
153 | saved_next_opcode.addr = | 161 | op1->addr = (kprobe_opcode_t *) regs->regs[reg_nr]; |
154 | (kprobe_opcode_t *) regs->regs[reg_nr]; | ||
155 | } else if (OPCODE_BRA(p->opcode) || OPCODE_BSR(p->opcode)) { | 162 | } else if (OPCODE_BRA(p->opcode) || OPCODE_BSR(p->opcode)) { |
156 | unsigned long disp = (p->opcode & 0x0FFF); | 163 | unsigned long disp = (p->opcode & 0x0FFF); |
157 | saved_next_opcode.addr = | 164 | op1->addr = |
158 | (kprobe_opcode_t *) (regs->pc + 4 + disp * 2); | 165 | (kprobe_opcode_t *) (regs->pc + 4 + disp * 2); |
159 | 166 | ||
160 | } else if (OPCODE_BRAF(p->opcode) || OPCODE_BSRF(p->opcode)) { | 167 | } else if (OPCODE_BRAF(p->opcode) || OPCODE_BSRF(p->opcode)) { |
161 | unsigned int reg_nr = ((p->opcode >> 8) & 0x000F); | 168 | unsigned int reg_nr = ((p->opcode >> 8) & 0x000F); |
162 | saved_next_opcode.addr = | 169 | op1->addr = |
163 | (kprobe_opcode_t *) (regs->pc + 4 + | 170 | (kprobe_opcode_t *) (regs->pc + 4 + |
164 | regs->regs[reg_nr]); | 171 | regs->regs[reg_nr]); |
165 | 172 | ||
166 | } else if (OPCODE_RTS(p->opcode)) { | 173 | } else if (OPCODE_RTS(p->opcode)) { |
167 | saved_next_opcode.addr = (kprobe_opcode_t *) regs->pr; | 174 | op1->addr = (kprobe_opcode_t *) regs->pr; |
168 | 175 | ||
169 | } else if (OPCODE_BF(p->opcode) || OPCODE_BT(p->opcode)) { | 176 | } else if (OPCODE_BF(p->opcode) || OPCODE_BT(p->opcode)) { |
170 | unsigned long disp = (p->opcode & 0x00FF); | 177 | unsigned long disp = (p->opcode & 0x00FF); |
171 | /* case 1 */ | 178 | /* case 1 */ |
172 | saved_next_opcode.addr = p->addr + 1; | 179 | op1->addr = p->addr + 1; |
173 | /* case 2 */ | 180 | /* case 2 */ |
174 | saved_next_opcode2.addr = | 181 | op2->addr = |
175 | (kprobe_opcode_t *) (regs->pc + 4 + disp * 2); | 182 | (kprobe_opcode_t *) (regs->pc + 4 + disp * 2); |
176 | saved_next_opcode2.opcode = *(saved_next_opcode2.addr); | 183 | op2->opcode = *(op2->addr); |
177 | arch_arm_kprobe(&saved_next_opcode2); | 184 | arch_arm_kprobe(op2); |
178 | 185 | ||
179 | } else if (OPCODE_BF_S(p->opcode) || OPCODE_BT_S(p->opcode)) { | 186 | } else if (OPCODE_BF_S(p->opcode) || OPCODE_BT_S(p->opcode)) { |
180 | unsigned long disp = (p->opcode & 0x00FF); | 187 | unsigned long disp = (p->opcode & 0x00FF); |
181 | /* case 1 */ | 188 | /* case 1 */ |
182 | saved_next_opcode.addr = p->addr + 2; | 189 | op1->addr = p->addr + 2; |
183 | /* case 2 */ | 190 | /* case 2 */ |
184 | saved_next_opcode2.addr = | 191 | op2->addr = |
185 | (kprobe_opcode_t *) (regs->pc + 4 + disp * 2); | 192 | (kprobe_opcode_t *) (regs->pc + 4 + disp * 2); |
186 | saved_next_opcode2.opcode = *(saved_next_opcode2.addr); | 193 | op2->opcode = *(op2->addr); |
187 | arch_arm_kprobe(&saved_next_opcode2); | 194 | arch_arm_kprobe(op2); |
188 | 195 | ||
189 | } else { | 196 | } else { |
190 | saved_next_opcode.addr = p->addr + 1; | 197 | op1->addr = p->addr + 1; |
191 | } | 198 | } |
192 | 199 | ||
193 | saved_next_opcode.opcode = *(saved_next_opcode.addr); | 200 | op1->opcode = *(op1->addr); |
194 | arch_arm_kprobe(&saved_next_opcode); | 201 | arch_arm_kprobe(op1); |
195 | } | 202 | } |
196 | } | 203 | } |
197 | 204 | ||
@@ -376,21 +383,23 @@ static int __kprobes post_kprobe_handler(struct pt_regs *regs) | |||
376 | cur->post_handler(cur, regs, 0); | 383 | cur->post_handler(cur, regs, 0); |
377 | } | 384 | } |
378 | 385 | ||
379 | if (saved_next_opcode.addr != 0x0) { | 386 | p = &__get_cpu_var(saved_next_opcode); |
380 | arch_disarm_kprobe(&saved_next_opcode); | 387 | if (p->addr) { |
381 | saved_next_opcode.addr = 0x0; | 388 | arch_disarm_kprobe(p); |
382 | saved_next_opcode.opcode = 0x0; | 389 | p->addr = NULL; |
390 | p->opcode = 0; | ||
383 | 391 | ||
384 | addr = saved_current_opcode.addr; | 392 | addr = __get_cpu_var(saved_current_opcode).addr; |
385 | saved_current_opcode.addr = 0x0; | 393 | __get_cpu_var(saved_current_opcode).addr = NULL; |
386 | 394 | ||
387 | p = get_kprobe(addr); | 395 | p = get_kprobe(addr); |
388 | arch_arm_kprobe(p); | 396 | arch_arm_kprobe(p); |
389 | 397 | ||
390 | if (saved_next_opcode2.addr != 0x0) { | 398 | p = &__get_cpu_var(saved_next_opcode2); |
391 | arch_disarm_kprobe(&saved_next_opcode2); | 399 | if (p->addr) { |
392 | saved_next_opcode2.addr = 0x0; | 400 | arch_disarm_kprobe(p); |
393 | saved_next_opcode2.opcode = 0x0; | 401 | p->addr = NULL; |
402 | p->opcode = 0; | ||
394 | } | 403 | } |
395 | } | 404 | } |
396 | 405 | ||
@@ -572,14 +581,5 @@ static struct kprobe trampoline_p = { | |||
572 | 581 | ||
573 | int __init arch_init_kprobes(void) | 582 | int __init arch_init_kprobes(void) |
574 | { | 583 | { |
575 | saved_next_opcode.addr = 0x0; | ||
576 | saved_next_opcode.opcode = 0x0; | ||
577 | |||
578 | saved_current_opcode.addr = 0x0; | ||
579 | saved_current_opcode.opcode = 0x0; | ||
580 | |||
581 | saved_next_opcode2.addr = 0x0; | ||
582 | saved_next_opcode2.opcode = 0x0; | ||
583 | |||
584 | return register_kprobe(&trampoline_p); | 584 | return register_kprobe(&trampoline_p); |
585 | } | 585 | } |
diff --git a/arch/sh/kernel/machvec.c b/arch/sh/kernel/machvec.c index 9f9bb63616ad..3d722e49db08 100644 --- a/arch/sh/kernel/machvec.c +++ b/arch/sh/kernel/machvec.c | |||
@@ -118,28 +118,6 @@ void __init sh_mv_setup(void) | |||
118 | sh_mv.mv_##elem = generic_##elem; \ | 118 | sh_mv.mv_##elem = generic_##elem; \ |
119 | } while (0) | 119 | } while (0) |
120 | 120 | ||
121 | #ifdef CONFIG_HAS_IOPORT | ||
122 | |||
123 | #ifdef P2SEG | ||
124 | __set_io_port_base(P2SEG); | ||
125 | #else | ||
126 | __set_io_port_base(0); | ||
127 | #endif | ||
128 | |||
129 | mv_set(inb); mv_set(inw); mv_set(inl); | ||
130 | mv_set(outb); mv_set(outw); mv_set(outl); | ||
131 | |||
132 | mv_set(inb_p); mv_set(inw_p); mv_set(inl_p); | ||
133 | mv_set(outb_p); mv_set(outw_p); mv_set(outl_p); | ||
134 | |||
135 | mv_set(insb); mv_set(insw); mv_set(insl); | ||
136 | mv_set(outsb); mv_set(outsw); mv_set(outsl); | ||
137 | |||
138 | mv_set(ioport_map); | ||
139 | mv_set(ioport_unmap); | ||
140 | |||
141 | #endif | ||
142 | |||
143 | mv_set(irq_demux); | 121 | mv_set(irq_demux); |
144 | mv_set(mode_pins); | 122 | mv_set(mode_pins); |
145 | mv_set(mem_init); | 123 | mv_set(mem_init); |
diff --git a/arch/sh/kernel/module.c b/arch/sh/kernel/module.c index ae0be697a89e..19b1f8826aef 100644 --- a/arch/sh/kernel/module.c +++ b/arch/sh/kernel/module.c | |||
@@ -93,6 +93,8 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, | |||
93 | #endif | 93 | #endif |
94 | 94 | ||
95 | switch (ELF32_R_TYPE(rel[i].r_info)) { | 95 | switch (ELF32_R_TYPE(rel[i].r_info)) { |
96 | case R_SH_NONE: | ||
97 | break; | ||
96 | case R_SH_DIR32: | 98 | case R_SH_DIR32: |
97 | value = get_unaligned(location); | 99 | value = get_unaligned(location); |
98 | value += relocation; | 100 | value += relocation; |
diff --git a/arch/sh/kernel/perf_callchain.c b/arch/sh/kernel/perf_callchain.c index a9dd3abde28e..cc80b614b5fa 100644 --- a/arch/sh/kernel/perf_callchain.c +++ b/arch/sh/kernel/perf_callchain.c | |||
@@ -14,21 +14,6 @@ | |||
14 | #include <asm/unwinder.h> | 14 | #include <asm/unwinder.h> |
15 | #include <asm/ptrace.h> | 15 | #include <asm/ptrace.h> |
16 | 16 | ||
17 | static inline void callchain_store(struct perf_callchain_entry *entry, u64 ip) | ||
18 | { | ||
19 | if (entry->nr < PERF_MAX_STACK_DEPTH) | ||
20 | entry->ip[entry->nr++] = ip; | ||
21 | } | ||
22 | |||
23 | static void callchain_warning(void *data, char *msg) | ||
24 | { | ||
25 | } | ||
26 | |||
27 | static void | ||
28 | callchain_warning_symbol(void *data, char *msg, unsigned long symbol) | ||
29 | { | ||
30 | } | ||
31 | |||
32 | static int callchain_stack(void *data, char *name) | 17 | static int callchain_stack(void *data, char *name) |
33 | { | 18 | { |
34 | return 0; | 19 | return 0; |
@@ -39,57 +24,18 @@ static void callchain_address(void *data, unsigned long addr, int reliable) | |||
39 | struct perf_callchain_entry *entry = data; | 24 | struct perf_callchain_entry *entry = data; |
40 | 25 | ||
41 | if (reliable) | 26 | if (reliable) |
42 | callchain_store(entry, addr); | 27 | perf_callchain_store(entry, addr); |
43 | } | 28 | } |
44 | 29 | ||
45 | static const struct stacktrace_ops callchain_ops = { | 30 | static const struct stacktrace_ops callchain_ops = { |
46 | .warning = callchain_warning, | ||
47 | .warning_symbol = callchain_warning_symbol, | ||
48 | .stack = callchain_stack, | 31 | .stack = callchain_stack, |
49 | .address = callchain_address, | 32 | .address = callchain_address, |
50 | }; | 33 | }; |
51 | 34 | ||
52 | static void | 35 | void |
53 | perf_callchain_kernel(struct pt_regs *regs, struct perf_callchain_entry *entry) | 36 | perf_callchain_kernel(struct perf_callchain_entry *entry, struct pt_regs *regs) |
54 | { | 37 | { |
55 | callchain_store(entry, PERF_CONTEXT_KERNEL); | 38 | perf_callchain_store(entry, regs->pc); |
56 | callchain_store(entry, regs->pc); | ||
57 | 39 | ||
58 | unwind_stack(NULL, regs, NULL, &callchain_ops, entry); | 40 | unwind_stack(NULL, regs, NULL, &callchain_ops, entry); |
59 | } | 41 | } |
60 | |||
61 | static void | ||
62 | perf_do_callchain(struct pt_regs *regs, struct perf_callchain_entry *entry) | ||
63 | { | ||
64 | int is_user; | ||
65 | |||
66 | if (!regs) | ||
67 | return; | ||
68 | |||
69 | is_user = user_mode(regs); | ||
70 | |||
71 | if (is_user && current->state != TASK_RUNNING) | ||
72 | return; | ||
73 | |||
74 | /* | ||
75 | * Only the kernel side is implemented for now. | ||
76 | */ | ||
77 | if (!is_user) | ||
78 | perf_callchain_kernel(regs, entry); | ||
79 | } | ||
80 | |||
81 | /* | ||
82 | * No need for separate IRQ and NMI entries. | ||
83 | */ | ||
84 | static DEFINE_PER_CPU(struct perf_callchain_entry, callchain); | ||
85 | |||
86 | struct perf_callchain_entry *perf_callchain(struct pt_regs *regs) | ||
87 | { | ||
88 | struct perf_callchain_entry *entry = &__get_cpu_var(callchain); | ||
89 | |||
90 | entry->nr = 0; | ||
91 | |||
92 | perf_do_callchain(regs, entry); | ||
93 | |||
94 | return entry; | ||
95 | } | ||
diff --git a/arch/sh/kernel/perf_event.c b/arch/sh/kernel/perf_event.c index 7a3dc3567258..2ee21a47b5af 100644 --- a/arch/sh/kernel/perf_event.c +++ b/arch/sh/kernel/perf_event.c | |||
@@ -59,6 +59,24 @@ static inline int sh_pmu_initialized(void) | |||
59 | return !!sh_pmu; | 59 | return !!sh_pmu; |
60 | } | 60 | } |
61 | 61 | ||
62 | const char *perf_pmu_name(void) | ||
63 | { | ||
64 | if (!sh_pmu) | ||
65 | return NULL; | ||
66 | |||
67 | return sh_pmu->name; | ||
68 | } | ||
69 | EXPORT_SYMBOL_GPL(perf_pmu_name); | ||
70 | |||
71 | int perf_num_counters(void) | ||
72 | { | ||
73 | if (!sh_pmu) | ||
74 | return 0; | ||
75 | |||
76 | return sh_pmu->num_events; | ||
77 | } | ||
78 | EXPORT_SYMBOL_GPL(perf_num_counters); | ||
79 | |||
62 | /* | 80 | /* |
63 | * Release the PMU if this is the last perf_event. | 81 | * Release the PMU if this is the last perf_event. |
64 | */ | 82 | */ |
@@ -206,50 +224,80 @@ again: | |||
206 | local64_add(delta, &event->count); | 224 | local64_add(delta, &event->count); |
207 | } | 225 | } |
208 | 226 | ||
209 | static void sh_pmu_disable(struct perf_event *event) | 227 | static void sh_pmu_stop(struct perf_event *event, int flags) |
210 | { | 228 | { |
211 | struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); | 229 | struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); |
212 | struct hw_perf_event *hwc = &event->hw; | 230 | struct hw_perf_event *hwc = &event->hw; |
213 | int idx = hwc->idx; | 231 | int idx = hwc->idx; |
214 | 232 | ||
215 | clear_bit(idx, cpuc->active_mask); | 233 | if (!(event->hw.state & PERF_HES_STOPPED)) { |
216 | sh_pmu->disable(hwc, idx); | 234 | sh_pmu->disable(hwc, idx); |
235 | cpuc->events[idx] = NULL; | ||
236 | event->hw.state |= PERF_HES_STOPPED; | ||
237 | } | ||
238 | |||
239 | if ((flags & PERF_EF_UPDATE) && !(event->hw.state & PERF_HES_UPTODATE)) { | ||
240 | sh_perf_event_update(event, &event->hw, idx); | ||
241 | event->hw.state |= PERF_HES_UPTODATE; | ||
242 | } | ||
243 | } | ||
244 | |||
245 | static void sh_pmu_start(struct perf_event *event, int flags) | ||
246 | { | ||
247 | struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); | ||
248 | struct hw_perf_event *hwc = &event->hw; | ||
249 | int idx = hwc->idx; | ||
250 | |||
251 | if (WARN_ON_ONCE(idx == -1)) | ||
252 | return; | ||
253 | |||
254 | if (flags & PERF_EF_RELOAD) | ||
255 | WARN_ON_ONCE(!(event->hw.state & PERF_HES_UPTODATE)); | ||
217 | 256 | ||
218 | barrier(); | 257 | cpuc->events[idx] = event; |
258 | event->hw.state = 0; | ||
259 | sh_pmu->enable(hwc, idx); | ||
260 | } | ||
219 | 261 | ||
220 | sh_perf_event_update(event, &event->hw, idx); | 262 | static void sh_pmu_del(struct perf_event *event, int flags) |
263 | { | ||
264 | struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); | ||
221 | 265 | ||
222 | cpuc->events[idx] = NULL; | 266 | sh_pmu_stop(event, PERF_EF_UPDATE); |
223 | clear_bit(idx, cpuc->used_mask); | 267 | __clear_bit(event->hw.idx, cpuc->used_mask); |
224 | 268 | ||
225 | perf_event_update_userpage(event); | 269 | perf_event_update_userpage(event); |
226 | } | 270 | } |
227 | 271 | ||
228 | static int sh_pmu_enable(struct perf_event *event) | 272 | static int sh_pmu_add(struct perf_event *event, int flags) |
229 | { | 273 | { |
230 | struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); | 274 | struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); |
231 | struct hw_perf_event *hwc = &event->hw; | 275 | struct hw_perf_event *hwc = &event->hw; |
232 | int idx = hwc->idx; | 276 | int idx = hwc->idx; |
277 | int ret = -EAGAIN; | ||
278 | |||
279 | perf_pmu_disable(event->pmu); | ||
233 | 280 | ||
234 | if (test_and_set_bit(idx, cpuc->used_mask)) { | 281 | if (__test_and_set_bit(idx, cpuc->used_mask)) { |
235 | idx = find_first_zero_bit(cpuc->used_mask, sh_pmu->num_events); | 282 | idx = find_first_zero_bit(cpuc->used_mask, sh_pmu->num_events); |
236 | if (idx == sh_pmu->num_events) | 283 | if (idx == sh_pmu->num_events) |
237 | return -EAGAIN; | 284 | goto out; |
238 | 285 | ||
239 | set_bit(idx, cpuc->used_mask); | 286 | __set_bit(idx, cpuc->used_mask); |
240 | hwc->idx = idx; | 287 | hwc->idx = idx; |
241 | } | 288 | } |
242 | 289 | ||
243 | sh_pmu->disable(hwc, idx); | 290 | sh_pmu->disable(hwc, idx); |
244 | 291 | ||
245 | cpuc->events[idx] = event; | 292 | event->hw.state = PERF_HES_UPTODATE | PERF_HES_STOPPED; |
246 | set_bit(idx, cpuc->active_mask); | 293 | if (flags & PERF_EF_START) |
247 | 294 | sh_pmu_start(event, PERF_EF_RELOAD); | |
248 | sh_pmu->enable(hwc, idx); | ||
249 | 295 | ||
250 | perf_event_update_userpage(event); | 296 | perf_event_update_userpage(event); |
251 | 297 | ret = 0; | |
252 | return 0; | 298 | out: |
299 | perf_pmu_enable(event->pmu); | ||
300 | return ret; | ||
253 | } | 301 | } |
254 | 302 | ||
255 | static void sh_pmu_read(struct perf_event *event) | 303 | static void sh_pmu_read(struct perf_event *event) |
@@ -257,24 +305,56 @@ static void sh_pmu_read(struct perf_event *event) | |||
257 | sh_perf_event_update(event, &event->hw, event->hw.idx); | 305 | sh_perf_event_update(event, &event->hw, event->hw.idx); |
258 | } | 306 | } |
259 | 307 | ||
260 | static const struct pmu pmu = { | 308 | static int sh_pmu_event_init(struct perf_event *event) |
261 | .enable = sh_pmu_enable, | ||
262 | .disable = sh_pmu_disable, | ||
263 | .read = sh_pmu_read, | ||
264 | }; | ||
265 | |||
266 | const struct pmu *hw_perf_event_init(struct perf_event *event) | ||
267 | { | 309 | { |
268 | int err = __hw_perf_event_init(event); | 310 | int err; |
311 | |||
312 | switch (event->attr.type) { | ||
313 | case PERF_TYPE_RAW: | ||
314 | case PERF_TYPE_HW_CACHE: | ||
315 | case PERF_TYPE_HARDWARE: | ||
316 | err = __hw_perf_event_init(event); | ||
317 | break; | ||
318 | |||
319 | default: | ||
320 | return -ENOENT; | ||
321 | } | ||
322 | |||
269 | if (unlikely(err)) { | 323 | if (unlikely(err)) { |
270 | if (event->destroy) | 324 | if (event->destroy) |
271 | event->destroy(event); | 325 | event->destroy(event); |
272 | return ERR_PTR(err); | ||
273 | } | 326 | } |
274 | 327 | ||
275 | return &pmu; | 328 | return err; |
329 | } | ||
330 | |||
331 | static void sh_pmu_enable(struct pmu *pmu) | ||
332 | { | ||
333 | if (!sh_pmu_initialized()) | ||
334 | return; | ||
335 | |||
336 | sh_pmu->enable_all(); | ||
337 | } | ||
338 | |||
339 | static void sh_pmu_disable(struct pmu *pmu) | ||
340 | { | ||
341 | if (!sh_pmu_initialized()) | ||
342 | return; | ||
343 | |||
344 | sh_pmu->disable_all(); | ||
276 | } | 345 | } |
277 | 346 | ||
347 | static struct pmu pmu = { | ||
348 | .pmu_enable = sh_pmu_enable, | ||
349 | .pmu_disable = sh_pmu_disable, | ||
350 | .event_init = sh_pmu_event_init, | ||
351 | .add = sh_pmu_add, | ||
352 | .del = sh_pmu_del, | ||
353 | .start = sh_pmu_start, | ||
354 | .stop = sh_pmu_stop, | ||
355 | .read = sh_pmu_read, | ||
356 | }; | ||
357 | |||
278 | static void sh_pmu_setup(int cpu) | 358 | static void sh_pmu_setup(int cpu) |
279 | { | 359 | { |
280 | struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); | 360 | struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); |
@@ -299,32 +379,17 @@ sh_pmu_notifier(struct notifier_block *self, unsigned long action, void *hcpu) | |||
299 | return NOTIFY_OK; | 379 | return NOTIFY_OK; |
300 | } | 380 | } |
301 | 381 | ||
302 | void hw_perf_enable(void) | 382 | int __cpuinit register_sh_pmu(struct sh_pmu *_pmu) |
303 | { | ||
304 | if (!sh_pmu_initialized()) | ||
305 | return; | ||
306 | |||
307 | sh_pmu->enable_all(); | ||
308 | } | ||
309 | |||
310 | void hw_perf_disable(void) | ||
311 | { | ||
312 | if (!sh_pmu_initialized()) | ||
313 | return; | ||
314 | |||
315 | sh_pmu->disable_all(); | ||
316 | } | ||
317 | |||
318 | int __cpuinit register_sh_pmu(struct sh_pmu *pmu) | ||
319 | { | 383 | { |
320 | if (sh_pmu) | 384 | if (sh_pmu) |
321 | return -EBUSY; | 385 | return -EBUSY; |
322 | sh_pmu = pmu; | 386 | sh_pmu = _pmu; |
323 | 387 | ||
324 | pr_info("Performance Events: %s support registered\n", pmu->name); | 388 | pr_info("Performance Events: %s support registered\n", _pmu->name); |
325 | 389 | ||
326 | WARN_ON(pmu->num_events > MAX_HWEVENTS); | 390 | WARN_ON(_pmu->num_events > MAX_HWEVENTS); |
327 | 391 | ||
392 | perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); | ||
328 | perf_cpu_notifier(sh_pmu_notifier); | 393 | perf_cpu_notifier(sh_pmu_notifier); |
329 | return 0; | 394 | return 0; |
330 | } | 395 | } |
diff --git a/arch/sh/kernel/process.c b/arch/sh/kernel/process.c index dcb126dc76fd..325f98b1736d 100644 --- a/arch/sh/kernel/process.c +++ b/arch/sh/kernel/process.c | |||
@@ -32,16 +32,16 @@ void free_thread_xstate(struct task_struct *tsk) | |||
32 | #if THREAD_SHIFT < PAGE_SHIFT | 32 | #if THREAD_SHIFT < PAGE_SHIFT |
33 | static struct kmem_cache *thread_info_cache; | 33 | static struct kmem_cache *thread_info_cache; |
34 | 34 | ||
35 | struct thread_info *alloc_thread_info(struct task_struct *tsk) | 35 | struct thread_info *alloc_thread_info_node(struct task_struct *tsk, int node) |
36 | { | 36 | { |
37 | struct thread_info *ti; | 37 | struct thread_info *ti; |
38 | |||
39 | ti = kmem_cache_alloc(thread_info_cache, GFP_KERNEL); | ||
40 | if (unlikely(ti == NULL)) | ||
41 | return NULL; | ||
42 | #ifdef CONFIG_DEBUG_STACK_USAGE | 38 | #ifdef CONFIG_DEBUG_STACK_USAGE |
43 | memset(ti, 0, THREAD_SIZE); | 39 | gfp_t mask = GFP_KERNEL | __GFP_ZERO; |
40 | #else | ||
41 | gfp_t mask = GFP_KERNEL; | ||
44 | #endif | 42 | #endif |
43 | |||
44 | ti = kmem_cache_alloc_node(thread_info_cache, mask, node); | ||
45 | return ti; | 45 | return ti; |
46 | } | 46 | } |
47 | 47 | ||
@@ -57,14 +57,16 @@ void thread_info_cache_init(void) | |||
57 | THREAD_SIZE, SLAB_PANIC, NULL); | 57 | THREAD_SIZE, SLAB_PANIC, NULL); |
58 | } | 58 | } |
59 | #else | 59 | #else |
60 | struct thread_info *alloc_thread_info(struct task_struct *tsk) | 60 | struct thread_info *alloc_thread_info_node(struct task_struct *tsk, int node) |
61 | { | 61 | { |
62 | #ifdef CONFIG_DEBUG_STACK_USAGE | 62 | #ifdef CONFIG_DEBUG_STACK_USAGE |
63 | gfp_t mask = GFP_KERNEL | __GFP_ZERO; | 63 | gfp_t mask = GFP_KERNEL | __GFP_ZERO; |
64 | #else | 64 | #else |
65 | gfp_t mask = GFP_KERNEL; | 65 | gfp_t mask = GFP_KERNEL; |
66 | #endif | 66 | #endif |
67 | return (struct thread_info *)__get_free_pages(mask, THREAD_SIZE_ORDER); | 67 | struct page *page = alloc_pages_node(node, mask, THREAD_SIZE_ORDER); |
68 | |||
69 | return page ? page_address(page) : NULL; | ||
68 | } | 70 | } |
69 | 71 | ||
70 | void free_thread_info(struct thread_info *ti) | 72 | void free_thread_info(struct thread_info *ti) |
diff --git a/arch/sh/kernel/process_32.c b/arch/sh/kernel/process_32.c index 762a13984bbd..aaf6d59c2012 100644 --- a/arch/sh/kernel/process_32.c +++ b/arch/sh/kernel/process_32.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/fs.h> | 21 | #include <linux/fs.h> |
22 | #include <linux/ftrace.h> | 22 | #include <linux/ftrace.h> |
23 | #include <linux/hw_breakpoint.h> | 23 | #include <linux/hw_breakpoint.h> |
24 | #include <linux/prefetch.h> | ||
24 | #include <asm/uaccess.h> | 25 | #include <asm/uaccess.h> |
25 | #include <asm/mmu_context.h> | 26 | #include <asm/mmu_context.h> |
26 | #include <asm/system.h> | 27 | #include <asm/system.h> |
@@ -101,8 +102,6 @@ EXPORT_SYMBOL(kernel_thread); | |||
101 | void start_thread(struct pt_regs *regs, unsigned long new_pc, | 102 | void start_thread(struct pt_regs *regs, unsigned long new_pc, |
102 | unsigned long new_sp) | 103 | unsigned long new_sp) |
103 | { | 104 | { |
104 | set_fs(USER_DS); | ||
105 | |||
106 | regs->pr = 0; | 105 | regs->pr = 0; |
107 | regs->sr = SR_FD; | 106 | regs->sr = SR_FD; |
108 | regs->pc = new_pc; | 107 | regs->pc = new_pc; |
diff --git a/arch/sh/kernel/ptrace.c b/arch/sh/kernel/ptrace.c new file mode 100644 index 000000000000..0a05983633ca --- /dev/null +++ b/arch/sh/kernel/ptrace.c | |||
@@ -0,0 +1,33 @@ | |||
1 | #include <linux/ptrace.h> | ||
2 | |||
3 | /** | ||
4 | * regs_query_register_offset() - query register offset from its name | ||
5 | * @name: the name of a register | ||
6 | * | ||
7 | * regs_query_register_offset() returns the offset of a register in struct | ||
8 | * pt_regs from its name. If the name is invalid, this returns -EINVAL; | ||
9 | */ | ||
10 | int regs_query_register_offset(const char *name) | ||
11 | { | ||
12 | const struct pt_regs_offset *roff; | ||
13 | for (roff = regoffset_table; roff->name != NULL; roff++) | ||
14 | if (!strcmp(roff->name, name)) | ||
15 | return roff->offset; | ||
16 | return -EINVAL; | ||
17 | } | ||
18 | |||
19 | /** | ||
20 | * regs_query_register_name() - query register name from its offset | ||
21 | * @offset: the offset of a register in struct pt_regs. | ||
22 | * | ||
23 | * regs_query_register_name() returns the name of a register from its | ||
24 | * offset in struct pt_regs. If the @offset is invalid, this returns NULL; | ||
25 | */ | ||
26 | const char *regs_query_register_name(unsigned int offset) | ||
27 | { | ||
28 | const struct pt_regs_offset *roff; | ||
29 | for (roff = regoffset_table; roff->name != NULL; roff++) | ||
30 | if (roff->offset == offset) | ||
31 | return roff->name; | ||
32 | return NULL; | ||
33 | } | ||
diff --git a/arch/sh/kernel/ptrace_32.c b/arch/sh/kernel/ptrace_32.c index 6c4bbba2a675..3d7b209b2178 100644 --- a/arch/sh/kernel/ptrace_32.c +++ b/arch/sh/kernel/ptrace_32.c | |||
@@ -101,6 +101,8 @@ static int set_single_step(struct task_struct *tsk, unsigned long addr) | |||
101 | 101 | ||
102 | attr = bp->attr; | 102 | attr = bp->attr; |
103 | attr.bp_addr = addr; | 103 | attr.bp_addr = addr; |
104 | /* reenable breakpoint */ | ||
105 | attr.disabled = false; | ||
104 | err = modify_user_hw_breakpoint(bp, &attr); | 106 | err = modify_user_hw_breakpoint(bp, &attr); |
105 | if (unlikely(err)) | 107 | if (unlikely(err)) |
106 | return err; | 108 | return err; |
@@ -115,7 +117,11 @@ void user_enable_single_step(struct task_struct *child) | |||
115 | 117 | ||
116 | set_tsk_thread_flag(child, TIF_SINGLESTEP); | 118 | set_tsk_thread_flag(child, TIF_SINGLESTEP); |
117 | 119 | ||
120 | if (ptrace_get_breakpoints(child) < 0) | ||
121 | return; | ||
122 | |||
118 | set_single_step(child, pc); | 123 | set_single_step(child, pc); |
124 | ptrace_put_breakpoints(child); | ||
119 | } | 125 | } |
120 | 126 | ||
121 | void user_disable_single_step(struct task_struct *child) | 127 | void user_disable_single_step(struct task_struct *child) |
@@ -274,6 +280,33 @@ static int dspregs_active(struct task_struct *target, | |||
274 | } | 280 | } |
275 | #endif | 281 | #endif |
276 | 282 | ||
283 | const struct pt_regs_offset regoffset_table[] = { | ||
284 | REGS_OFFSET_NAME(0), | ||
285 | REGS_OFFSET_NAME(1), | ||
286 | REGS_OFFSET_NAME(2), | ||
287 | REGS_OFFSET_NAME(3), | ||
288 | REGS_OFFSET_NAME(4), | ||
289 | REGS_OFFSET_NAME(5), | ||
290 | REGS_OFFSET_NAME(6), | ||
291 | REGS_OFFSET_NAME(7), | ||
292 | REGS_OFFSET_NAME(8), | ||
293 | REGS_OFFSET_NAME(9), | ||
294 | REGS_OFFSET_NAME(10), | ||
295 | REGS_OFFSET_NAME(11), | ||
296 | REGS_OFFSET_NAME(12), | ||
297 | REGS_OFFSET_NAME(13), | ||
298 | REGS_OFFSET_NAME(14), | ||
299 | REGS_OFFSET_NAME(15), | ||
300 | REG_OFFSET_NAME(pc), | ||
301 | REG_OFFSET_NAME(pr), | ||
302 | REG_OFFSET_NAME(sr), | ||
303 | REG_OFFSET_NAME(gbr), | ||
304 | REG_OFFSET_NAME(mach), | ||
305 | REG_OFFSET_NAME(macl), | ||
306 | REG_OFFSET_NAME(tra), | ||
307 | REG_OFFSET_END, | ||
308 | }; | ||
309 | |||
277 | /* | 310 | /* |
278 | * These are our native regset flavours. | 311 | * These are our native regset flavours. |
279 | */ | 312 | */ |
@@ -338,9 +371,9 @@ const struct user_regset_view *task_user_regset_view(struct task_struct *task) | |||
338 | return &user_sh_native_view; | 371 | return &user_sh_native_view; |
339 | } | 372 | } |
340 | 373 | ||
341 | long arch_ptrace(struct task_struct *child, long request, long addr, long data) | 374 | long arch_ptrace(struct task_struct *child, long request, |
375 | unsigned long addr, unsigned long data) | ||
342 | { | 376 | { |
343 | struct user * dummy = NULL; | ||
344 | unsigned long __user *datap = (unsigned long __user *)data; | 377 | unsigned long __user *datap = (unsigned long __user *)data; |
345 | int ret; | 378 | int ret; |
346 | 379 | ||
@@ -356,17 +389,23 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
356 | 389 | ||
357 | if (addr < sizeof(struct pt_regs)) | 390 | if (addr < sizeof(struct pt_regs)) |
358 | tmp = get_stack_long(child, addr); | 391 | tmp = get_stack_long(child, addr); |
359 | else if (addr >= (long) &dummy->fpu && | 392 | else if (addr >= offsetof(struct user, fpu) && |
360 | addr < (long) &dummy->u_fpvalid) { | 393 | addr < offsetof(struct user, u_fpvalid)) { |
361 | if (!tsk_used_math(child)) { | 394 | if (!tsk_used_math(child)) { |
362 | if (addr == (long)&dummy->fpu.fpscr) | 395 | if (addr == offsetof(struct user, fpu.fpscr)) |
363 | tmp = FPSCR_INIT; | 396 | tmp = FPSCR_INIT; |
364 | else | 397 | else |
365 | tmp = 0; | 398 | tmp = 0; |
366 | } else | 399 | } else { |
367 | tmp = ((long *)child->thread.xstate) | 400 | unsigned long index; |
368 | [(addr - (long)&dummy->fpu) >> 2]; | 401 | ret = init_fpu(child); |
369 | } else if (addr == (long) &dummy->u_fpvalid) | 402 | if (ret) |
403 | break; | ||
404 | index = addr - offsetof(struct user, fpu); | ||
405 | tmp = ((unsigned long *)child->thread.xstate) | ||
406 | [index >> 2]; | ||
407 | } | ||
408 | } else if (addr == offsetof(struct user, u_fpvalid)) | ||
370 | tmp = !!tsk_used_math(child); | 409 | tmp = !!tsk_used_math(child); |
371 | else if (addr == PT_TEXT_ADDR) | 410 | else if (addr == PT_TEXT_ADDR) |
372 | tmp = child->mm->start_code; | 411 | tmp = child->mm->start_code; |
@@ -390,13 +429,18 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
390 | 429 | ||
391 | if (addr < sizeof(struct pt_regs)) | 430 | if (addr < sizeof(struct pt_regs)) |
392 | ret = put_stack_long(child, addr, data); | 431 | ret = put_stack_long(child, addr, data); |
393 | else if (addr >= (long) &dummy->fpu && | 432 | else if (addr >= offsetof(struct user, fpu) && |
394 | addr < (long) &dummy->u_fpvalid) { | 433 | addr < offsetof(struct user, u_fpvalid)) { |
434 | unsigned long index; | ||
435 | ret = init_fpu(child); | ||
436 | if (ret) | ||
437 | break; | ||
438 | index = addr - offsetof(struct user, fpu); | ||
395 | set_stopped_child_used_math(child); | 439 | set_stopped_child_used_math(child); |
396 | ((long *)child->thread.xstate) | 440 | ((unsigned long *)child->thread.xstate) |
397 | [(addr - (long)&dummy->fpu) >> 2] = data; | 441 | [index >> 2] = data; |
398 | ret = 0; | 442 | ret = 0; |
399 | } else if (addr == (long) &dummy->u_fpvalid) { | 443 | } else if (addr == offsetof(struct user, u_fpvalid)) { |
400 | conditional_stopped_child_used_math(data, child); | 444 | conditional_stopped_child_used_math(data, child); |
401 | ret = 0; | 445 | ret = 0; |
402 | } | 446 | } |
@@ -406,35 +450,35 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
406 | return copy_regset_to_user(child, &user_sh_native_view, | 450 | return copy_regset_to_user(child, &user_sh_native_view, |
407 | REGSET_GENERAL, | 451 | REGSET_GENERAL, |
408 | 0, sizeof(struct pt_regs), | 452 | 0, sizeof(struct pt_regs), |
409 | (void __user *)data); | 453 | datap); |
410 | case PTRACE_SETREGS: | 454 | case PTRACE_SETREGS: |
411 | return copy_regset_from_user(child, &user_sh_native_view, | 455 | return copy_regset_from_user(child, &user_sh_native_view, |
412 | REGSET_GENERAL, | 456 | REGSET_GENERAL, |
413 | 0, sizeof(struct pt_regs), | 457 | 0, sizeof(struct pt_regs), |
414 | (const void __user *)data); | 458 | datap); |
415 | #ifdef CONFIG_SH_FPU | 459 | #ifdef CONFIG_SH_FPU |
416 | case PTRACE_GETFPREGS: | 460 | case PTRACE_GETFPREGS: |
417 | return copy_regset_to_user(child, &user_sh_native_view, | 461 | return copy_regset_to_user(child, &user_sh_native_view, |
418 | REGSET_FPU, | 462 | REGSET_FPU, |
419 | 0, sizeof(struct user_fpu_struct), | 463 | 0, sizeof(struct user_fpu_struct), |
420 | (void __user *)data); | 464 | datap); |
421 | case PTRACE_SETFPREGS: | 465 | case PTRACE_SETFPREGS: |
422 | return copy_regset_from_user(child, &user_sh_native_view, | 466 | return copy_regset_from_user(child, &user_sh_native_view, |
423 | REGSET_FPU, | 467 | REGSET_FPU, |
424 | 0, sizeof(struct user_fpu_struct), | 468 | 0, sizeof(struct user_fpu_struct), |
425 | (const void __user *)data); | 469 | datap); |
426 | #endif | 470 | #endif |
427 | #ifdef CONFIG_SH_DSP | 471 | #ifdef CONFIG_SH_DSP |
428 | case PTRACE_GETDSPREGS: | 472 | case PTRACE_GETDSPREGS: |
429 | return copy_regset_to_user(child, &user_sh_native_view, | 473 | return copy_regset_to_user(child, &user_sh_native_view, |
430 | REGSET_DSP, | 474 | REGSET_DSP, |
431 | 0, sizeof(struct pt_dspregs), | 475 | 0, sizeof(struct pt_dspregs), |
432 | (void __user *)data); | 476 | datap); |
433 | case PTRACE_SETDSPREGS: | 477 | case PTRACE_SETDSPREGS: |
434 | return copy_regset_from_user(child, &user_sh_native_view, | 478 | return copy_regset_from_user(child, &user_sh_native_view, |
435 | REGSET_DSP, | 479 | REGSET_DSP, |
436 | 0, sizeof(struct pt_dspregs), | 480 | 0, sizeof(struct pt_dspregs), |
437 | (const void __user *)data); | 481 | datap); |
438 | #endif | 482 | #endif |
439 | default: | 483 | default: |
440 | ret = ptrace_request(child, request, addr, data); | 484 | ret = ptrace_request(child, request, addr, data); |
diff --git a/arch/sh/kernel/ptrace_64.c b/arch/sh/kernel/ptrace_64.c index 5fd644da7f02..c8f97649f354 100644 --- a/arch/sh/kernel/ptrace_64.c +++ b/arch/sh/kernel/ptrace_64.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/sched.h> | 20 | #include <linux/sched.h> |
21 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
22 | #include <linux/smp.h> | 22 | #include <linux/smp.h> |
23 | #include <linux/smp_lock.h> | 23 | #include <linux/bitops.h> |
24 | #include <linux/errno.h> | 24 | #include <linux/errno.h> |
25 | #include <linux/ptrace.h> | 25 | #include <linux/ptrace.h> |
26 | #include <linux/user.h> | 26 | #include <linux/user.h> |
@@ -252,6 +252,85 @@ static int fpregs_active(struct task_struct *target, | |||
252 | } | 252 | } |
253 | #endif | 253 | #endif |
254 | 254 | ||
255 | const struct pt_regs_offset regoffset_table[] = { | ||
256 | REG_OFFSET_NAME(pc), | ||
257 | REG_OFFSET_NAME(sr), | ||
258 | REG_OFFSET_NAME(syscall_nr), | ||
259 | REGS_OFFSET_NAME(0), | ||
260 | REGS_OFFSET_NAME(1), | ||
261 | REGS_OFFSET_NAME(2), | ||
262 | REGS_OFFSET_NAME(3), | ||
263 | REGS_OFFSET_NAME(4), | ||
264 | REGS_OFFSET_NAME(5), | ||
265 | REGS_OFFSET_NAME(6), | ||
266 | REGS_OFFSET_NAME(7), | ||
267 | REGS_OFFSET_NAME(8), | ||
268 | REGS_OFFSET_NAME(9), | ||
269 | REGS_OFFSET_NAME(10), | ||
270 | REGS_OFFSET_NAME(11), | ||
271 | REGS_OFFSET_NAME(12), | ||
272 | REGS_OFFSET_NAME(13), | ||
273 | REGS_OFFSET_NAME(14), | ||
274 | REGS_OFFSET_NAME(15), | ||
275 | REGS_OFFSET_NAME(16), | ||
276 | REGS_OFFSET_NAME(17), | ||
277 | REGS_OFFSET_NAME(18), | ||
278 | REGS_OFFSET_NAME(19), | ||
279 | REGS_OFFSET_NAME(20), | ||
280 | REGS_OFFSET_NAME(21), | ||
281 | REGS_OFFSET_NAME(22), | ||
282 | REGS_OFFSET_NAME(23), | ||
283 | REGS_OFFSET_NAME(24), | ||
284 | REGS_OFFSET_NAME(25), | ||
285 | REGS_OFFSET_NAME(26), | ||
286 | REGS_OFFSET_NAME(27), | ||
287 | REGS_OFFSET_NAME(28), | ||
288 | REGS_OFFSET_NAME(29), | ||
289 | REGS_OFFSET_NAME(30), | ||
290 | REGS_OFFSET_NAME(31), | ||
291 | REGS_OFFSET_NAME(32), | ||
292 | REGS_OFFSET_NAME(33), | ||
293 | REGS_OFFSET_NAME(34), | ||
294 | REGS_OFFSET_NAME(35), | ||
295 | REGS_OFFSET_NAME(36), | ||
296 | REGS_OFFSET_NAME(37), | ||
297 | REGS_OFFSET_NAME(38), | ||
298 | REGS_OFFSET_NAME(39), | ||
299 | REGS_OFFSET_NAME(40), | ||
300 | REGS_OFFSET_NAME(41), | ||
301 | REGS_OFFSET_NAME(42), | ||
302 | REGS_OFFSET_NAME(43), | ||
303 | REGS_OFFSET_NAME(44), | ||
304 | REGS_OFFSET_NAME(45), | ||
305 | REGS_OFFSET_NAME(46), | ||
306 | REGS_OFFSET_NAME(47), | ||
307 | REGS_OFFSET_NAME(48), | ||
308 | REGS_OFFSET_NAME(49), | ||
309 | REGS_OFFSET_NAME(50), | ||
310 | REGS_OFFSET_NAME(51), | ||
311 | REGS_OFFSET_NAME(52), | ||
312 | REGS_OFFSET_NAME(53), | ||
313 | REGS_OFFSET_NAME(54), | ||
314 | REGS_OFFSET_NAME(55), | ||
315 | REGS_OFFSET_NAME(56), | ||
316 | REGS_OFFSET_NAME(57), | ||
317 | REGS_OFFSET_NAME(58), | ||
318 | REGS_OFFSET_NAME(59), | ||
319 | REGS_OFFSET_NAME(60), | ||
320 | REGS_OFFSET_NAME(61), | ||
321 | REGS_OFFSET_NAME(62), | ||
322 | REGS_OFFSET_NAME(63), | ||
323 | TREGS_OFFSET_NAME(0), | ||
324 | TREGS_OFFSET_NAME(1), | ||
325 | TREGS_OFFSET_NAME(2), | ||
326 | TREGS_OFFSET_NAME(3), | ||
327 | TREGS_OFFSET_NAME(4), | ||
328 | TREGS_OFFSET_NAME(5), | ||
329 | TREGS_OFFSET_NAME(6), | ||
330 | TREGS_OFFSET_NAME(7), | ||
331 | REG_OFFSET_END, | ||
332 | }; | ||
333 | |||
255 | /* | 334 | /* |
256 | * These are our native regset flavours. | 335 | * These are our native regset flavours. |
257 | */ | 336 | */ |
@@ -304,9 +383,11 @@ const struct user_regset_view *task_user_regset_view(struct task_struct *task) | |||
304 | return &user_sh64_native_view; | 383 | return &user_sh64_native_view; |
305 | } | 384 | } |
306 | 385 | ||
307 | long arch_ptrace(struct task_struct *child, long request, long addr, long data) | 386 | long arch_ptrace(struct task_struct *child, long request, |
387 | unsigned long addr, unsigned long data) | ||
308 | { | 388 | { |
309 | int ret; | 389 | int ret; |
390 | unsigned long __user *datap = (unsigned long __user *) data; | ||
310 | 391 | ||
311 | switch (request) { | 392 | switch (request) { |
312 | /* read the word at location addr in the USER area. */ | 393 | /* read the word at location addr in the USER area. */ |
@@ -321,13 +402,18 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
321 | tmp = get_stack_long(child, addr); | 402 | tmp = get_stack_long(child, addr); |
322 | else if ((addr >= offsetof(struct user, fpu)) && | 403 | else if ((addr >= offsetof(struct user, fpu)) && |
323 | (addr < offsetof(struct user, u_fpvalid))) { | 404 | (addr < offsetof(struct user, u_fpvalid))) { |
324 | tmp = get_fpu_long(child, addr - offsetof(struct user, fpu)); | 405 | unsigned long index; |
406 | ret = init_fpu(child); | ||
407 | if (ret) | ||
408 | break; | ||
409 | index = addr - offsetof(struct user, fpu); | ||
410 | tmp = get_fpu_long(child, index); | ||
325 | } else if (addr == offsetof(struct user, u_fpvalid)) { | 411 | } else if (addr == offsetof(struct user, u_fpvalid)) { |
326 | tmp = !!tsk_used_math(child); | 412 | tmp = !!tsk_used_math(child); |
327 | } else { | 413 | } else { |
328 | break; | 414 | break; |
329 | } | 415 | } |
330 | ret = put_user(tmp, (unsigned long *)data); | 416 | ret = put_user(tmp, datap); |
331 | break; | 417 | break; |
332 | } | 418 | } |
333 | 419 | ||
@@ -358,7 +444,12 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
358 | } | 444 | } |
359 | else if ((addr >= offsetof(struct user, fpu)) && | 445 | else if ((addr >= offsetof(struct user, fpu)) && |
360 | (addr < offsetof(struct user, u_fpvalid))) { | 446 | (addr < offsetof(struct user, u_fpvalid))) { |
361 | ret = put_fpu_long(child, addr - offsetof(struct user, fpu), data); | 447 | unsigned long index; |
448 | ret = init_fpu(child); | ||
449 | if (ret) | ||
450 | break; | ||
451 | index = addr - offsetof(struct user, fpu); | ||
452 | ret = put_fpu_long(child, index, data); | ||
362 | } | 453 | } |
363 | break; | 454 | break; |
364 | 455 | ||
@@ -366,23 +457,23 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
366 | return copy_regset_to_user(child, &user_sh64_native_view, | 457 | return copy_regset_to_user(child, &user_sh64_native_view, |
367 | REGSET_GENERAL, | 458 | REGSET_GENERAL, |
368 | 0, sizeof(struct pt_regs), | 459 | 0, sizeof(struct pt_regs), |
369 | (void __user *)data); | 460 | datap); |
370 | case PTRACE_SETREGS: | 461 | case PTRACE_SETREGS: |
371 | return copy_regset_from_user(child, &user_sh64_native_view, | 462 | return copy_regset_from_user(child, &user_sh64_native_view, |
372 | REGSET_GENERAL, | 463 | REGSET_GENERAL, |
373 | 0, sizeof(struct pt_regs), | 464 | 0, sizeof(struct pt_regs), |
374 | (const void __user *)data); | 465 | datap); |
375 | #ifdef CONFIG_SH_FPU | 466 | #ifdef CONFIG_SH_FPU |
376 | case PTRACE_GETFPREGS: | 467 | case PTRACE_GETFPREGS: |
377 | return copy_regset_to_user(child, &user_sh64_native_view, | 468 | return copy_regset_to_user(child, &user_sh64_native_view, |
378 | REGSET_FPU, | 469 | REGSET_FPU, |
379 | 0, sizeof(struct user_fpu_struct), | 470 | 0, sizeof(struct user_fpu_struct), |
380 | (void __user *)data); | 471 | datap); |
381 | case PTRACE_SETFPREGS: | 472 | case PTRACE_SETFPREGS: |
382 | return copy_regset_from_user(child, &user_sh64_native_view, | 473 | return copy_regset_from_user(child, &user_sh64_native_view, |
383 | REGSET_FPU, | 474 | REGSET_FPU, |
384 | 0, sizeof(struct user_fpu_struct), | 475 | 0, sizeof(struct user_fpu_struct), |
385 | (const void __user *)data); | 476 | datap); |
386 | #endif | 477 | #endif |
387 | default: | 478 | default: |
388 | ret = ptrace_request(child, request, addr, data); | 479 | ret = ptrace_request(child, request, addr, data); |
@@ -392,13 +483,13 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
392 | return ret; | 483 | return ret; |
393 | } | 484 | } |
394 | 485 | ||
395 | asmlinkage int sh64_ptrace(long request, long pid, long addr, long data) | 486 | asmlinkage int sh64_ptrace(long request, long pid, |
487 | unsigned long addr, unsigned long data) | ||
396 | { | 488 | { |
397 | #define WPC_DBRMODE 0x0d104008 | 489 | #define WPC_DBRMODE 0x0d104008 |
398 | static int first_call = 1; | 490 | static unsigned long first_call; |
399 | 491 | ||
400 | lock_kernel(); | 492 | if (!test_and_set_bit(0, &first_call)) { |
401 | if (first_call) { | ||
402 | /* Set WPC.DBRMODE to 0. This makes all debug events get | 493 | /* Set WPC.DBRMODE to 0. This makes all debug events get |
403 | * delivered through RESVEC, i.e. into the handlers in entry.S. | 494 | * delivered through RESVEC, i.e. into the handlers in entry.S. |
404 | * (If the kernel was downloaded using a remote gdb, WPC.DBRMODE | 495 | * (If the kernel was downloaded using a remote gdb, WPC.DBRMODE |
@@ -408,9 +499,7 @@ asmlinkage int sh64_ptrace(long request, long pid, long addr, long data) | |||
408 | * the remote gdb.) */ | 499 | * the remote gdb.) */ |
409 | printk("DBRMODE set to 0 to permit native debugging\n"); | 500 | printk("DBRMODE set to 0 to permit native debugging\n"); |
410 | poke_real_address_q(WPC_DBRMODE, 0); | 501 | poke_real_address_q(WPC_DBRMODE, 0); |
411 | first_call = 0; | ||
412 | } | 502 | } |
413 | unlock_kernel(); | ||
414 | 503 | ||
415 | return sys_ptrace(request, pid, addr, data); | 504 | return sys_ptrace(request, pid, addr, data); |
416 | } | 505 | } |
diff --git a/arch/sh/kernel/reboot.c b/arch/sh/kernel/reboot.c index b1fca66bb92e..ca6a5ca64015 100644 --- a/arch/sh/kernel/reboot.c +++ b/arch/sh/kernel/reboot.c | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <asm/addrspace.h> | 9 | #include <asm/addrspace.h> |
10 | #include <asm/reboot.h> | 10 | #include <asm/reboot.h> |
11 | #include <asm/system.h> | 11 | #include <asm/system.h> |
12 | #include <asm/tlbflush.h> | ||
12 | 13 | ||
13 | void (*pm_power_off)(void); | 14 | void (*pm_power_off)(void); |
14 | EXPORT_SYMBOL(pm_power_off); | 15 | EXPORT_SYMBOL(pm_power_off); |
@@ -25,6 +26,9 @@ static void native_machine_restart(char * __unused) | |||
25 | { | 26 | { |
26 | local_irq_disable(); | 27 | local_irq_disable(); |
27 | 28 | ||
29 | /* Destroy all of the TLBs in preparation for reset by MMU */ | ||
30 | __flush_tlb_global(); | ||
31 | |||
28 | /* Address error with SR.BL=1 first. */ | 32 | /* Address error with SR.BL=1 first. */ |
29 | trigger_address_error(); | 33 | trigger_address_error(); |
30 | 34 | ||
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index e769401a78ba..58bff45d1156 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <linux/initrd.h> | 12 | #include <linux/initrd.h> |
13 | #include <linux/bootmem.h> | 13 | #include <linux/bootmem.h> |
14 | #include <linux/console.h> | 14 | #include <linux/console.h> |
15 | #include <linux/seq_file.h> | ||
16 | #include <linux/root_dev.h> | 15 | #include <linux/root_dev.h> |
17 | #include <linux/utsname.h> | 16 | #include <linux/utsname.h> |
18 | #include <linux/nodemask.h> | 17 | #include <linux/nodemask.h> |
@@ -24,7 +23,6 @@ | |||
24 | #include <linux/module.h> | 23 | #include <linux/module.h> |
25 | #include <linux/smp.h> | 24 | #include <linux/smp.h> |
26 | #include <linux/err.h> | 25 | #include <linux/err.h> |
27 | #include <linux/debugfs.h> | ||
28 | #include <linux/crash_dump.h> | 26 | #include <linux/crash_dump.h> |
29 | #include <linux/mmzone.h> | 27 | #include <linux/mmzone.h> |
30 | #include <linux/clk.h> | 28 | #include <linux/clk.h> |
@@ -42,6 +40,7 @@ | |||
42 | #include <asm/smp.h> | 40 | #include <asm/smp.h> |
43 | #include <asm/mmu_context.h> | 41 | #include <asm/mmu_context.h> |
44 | #include <asm/mmzone.h> | 42 | #include <asm/mmzone.h> |
43 | #include <asm/sparsemem.h> | ||
45 | 44 | ||
46 | /* | 45 | /* |
47 | * Initialize loops_per_jiffy as 10000000 (1000MIPS). | 46 | * Initialize loops_per_jiffy as 10000000 (1000MIPS). |
@@ -53,6 +52,7 @@ struct sh_cpuinfo cpu_data[NR_CPUS] __read_mostly = { | |||
53 | .type = CPU_SH_NONE, | 52 | .type = CPU_SH_NONE, |
54 | .family = CPU_FAMILY_UNKNOWN, | 53 | .family = CPU_FAMILY_UNKNOWN, |
55 | .loops_per_jiffy = 10000000, | 54 | .loops_per_jiffy = 10000000, |
55 | .phys_bits = MAX_PHYSMEM_BITS, | ||
56 | }, | 56 | }, |
57 | }; | 57 | }; |
58 | EXPORT_SYMBOL(cpu_data); | 58 | EXPORT_SYMBOL(cpu_data); |
@@ -136,8 +136,9 @@ void __init check_for_initrd(void) | |||
136 | goto disable; | 136 | goto disable; |
137 | } | 137 | } |
138 | 138 | ||
139 | if (unlikely(start < PAGE_OFFSET)) { | 139 | if (unlikely(start < __MEMORY_START)) { |
140 | pr_err("initrd start < PAGE_OFFSET\n"); | 140 | pr_err("initrd start (%08lx) < __MEMORY_START(%x)\n", |
141 | start, __MEMORY_START); | ||
141 | goto disable; | 142 | goto disable; |
142 | } | 143 | } |
143 | 144 | ||
@@ -149,7 +150,7 @@ void __init check_for_initrd(void) | |||
149 | } | 150 | } |
150 | 151 | ||
151 | /* | 152 | /* |
152 | * If we got this far inspite of the boot loader's best efforts | 153 | * If we got this far in spite of the boot loader's best efforts |
153 | * to the contrary, assume we actually have a valid initrd and | 154 | * to the contrary, assume we actually have a valid initrd and |
154 | * fix up the root dev. | 155 | * fix up the root dev. |
155 | */ | 156 | */ |
@@ -158,7 +159,7 @@ void __init check_for_initrd(void) | |||
158 | /* | 159 | /* |
159 | * Address sanitization | 160 | * Address sanitization |
160 | */ | 161 | */ |
161 | initrd_start = (unsigned long)__va(__pa(start)); | 162 | initrd_start = (unsigned long)__va(start); |
162 | initrd_end = initrd_start + INITRD_SIZE; | 163 | initrd_end = initrd_start + INITRD_SIZE; |
163 | 164 | ||
164 | memblock_reserve(__pa(initrd_start), INITRD_SIZE); | 165 | memblock_reserve(__pa(initrd_start), INITRD_SIZE); |
@@ -317,158 +318,3 @@ int test_mode_pin(int pin) | |||
317 | { | 318 | { |
318 | return sh_mv.mv_mode_pins() & pin; | 319 | return sh_mv.mv_mode_pins() & pin; |
319 | } | 320 | } |
320 | |||
321 | static const char *cpu_name[] = { | ||
322 | [CPU_SH7201] = "SH7201", | ||
323 | [CPU_SH7203] = "SH7203", [CPU_SH7263] = "SH7263", | ||
324 | [CPU_SH7206] = "SH7206", [CPU_SH7619] = "SH7619", | ||
325 | [CPU_SH7705] = "SH7705", [CPU_SH7706] = "SH7706", | ||
326 | [CPU_SH7707] = "SH7707", [CPU_SH7708] = "SH7708", | ||
327 | [CPU_SH7709] = "SH7709", [CPU_SH7710] = "SH7710", | ||
328 | [CPU_SH7712] = "SH7712", [CPU_SH7720] = "SH7720", | ||
329 | [CPU_SH7721] = "SH7721", [CPU_SH7729] = "SH7729", | ||
330 | [CPU_SH7750] = "SH7750", [CPU_SH7750S] = "SH7750S", | ||
331 | [CPU_SH7750R] = "SH7750R", [CPU_SH7751] = "SH7751", | ||
332 | [CPU_SH7751R] = "SH7751R", [CPU_SH7760] = "SH7760", | ||
333 | [CPU_SH4_202] = "SH4-202", [CPU_SH4_501] = "SH4-501", | ||
334 | [CPU_SH7763] = "SH7763", [CPU_SH7770] = "SH7770", | ||
335 | [CPU_SH7780] = "SH7780", [CPU_SH7781] = "SH7781", | ||
336 | [CPU_SH7343] = "SH7343", [CPU_SH7785] = "SH7785", | ||
337 | [CPU_SH7786] = "SH7786", [CPU_SH7757] = "SH7757", | ||
338 | [CPU_SH7722] = "SH7722", [CPU_SHX3] = "SH-X3", | ||
339 | [CPU_SH5_101] = "SH5-101", [CPU_SH5_103] = "SH5-103", | ||
340 | [CPU_MXG] = "MX-G", [CPU_SH7723] = "SH7723", | ||
341 | [CPU_SH7366] = "SH7366", [CPU_SH7724] = "SH7724", | ||
342 | [CPU_SH_NONE] = "Unknown" | ||
343 | }; | ||
344 | |||
345 | const char *get_cpu_subtype(struct sh_cpuinfo *c) | ||
346 | { | ||
347 | return cpu_name[c->type]; | ||
348 | } | ||
349 | EXPORT_SYMBOL(get_cpu_subtype); | ||
350 | |||
351 | #ifdef CONFIG_PROC_FS | ||
352 | /* Symbolic CPU flags, keep in sync with asm/cpu-features.h */ | ||
353 | static const char *cpu_flags[] = { | ||
354 | "none", "fpu", "p2flush", "mmuassoc", "dsp", "perfctr", | ||
355 | "ptea", "llsc", "l2", "op32", "pteaex", NULL | ||
356 | }; | ||
357 | |||
358 | static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) | ||
359 | { | ||
360 | unsigned long i; | ||
361 | |||
362 | seq_printf(m, "cpu flags\t:"); | ||
363 | |||
364 | if (!c->flags) { | ||
365 | seq_printf(m, " %s\n", cpu_flags[0]); | ||
366 | return; | ||
367 | } | ||
368 | |||
369 | for (i = 0; cpu_flags[i]; i++) | ||
370 | if ((c->flags & (1 << i))) | ||
371 | seq_printf(m, " %s", cpu_flags[i+1]); | ||
372 | |||
373 | seq_printf(m, "\n"); | ||
374 | } | ||
375 | |||
376 | static void show_cacheinfo(struct seq_file *m, const char *type, | ||
377 | struct cache_info info) | ||
378 | { | ||
379 | unsigned int cache_size; | ||
380 | |||
381 | cache_size = info.ways * info.sets * info.linesz; | ||
382 | |||
383 | seq_printf(m, "%s size\t: %2dKiB (%d-way)\n", | ||
384 | type, cache_size >> 10, info.ways); | ||
385 | } | ||
386 | |||
387 | /* | ||
388 | * Get CPU information for use by the procfs. | ||
389 | */ | ||
390 | static int show_cpuinfo(struct seq_file *m, void *v) | ||
391 | { | ||
392 | struct sh_cpuinfo *c = v; | ||
393 | unsigned int cpu = c - cpu_data; | ||
394 | |||
395 | if (!cpu_online(cpu)) | ||
396 | return 0; | ||
397 | |||
398 | if (cpu == 0) | ||
399 | seq_printf(m, "machine\t\t: %s\n", get_system_type()); | ||
400 | else | ||
401 | seq_printf(m, "\n"); | ||
402 | |||
403 | seq_printf(m, "processor\t: %d\n", cpu); | ||
404 | seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine); | ||
405 | seq_printf(m, "cpu type\t: %s\n", get_cpu_subtype(c)); | ||
406 | if (c->cut_major == -1) | ||
407 | seq_printf(m, "cut\t\t: unknown\n"); | ||
408 | else if (c->cut_minor == -1) | ||
409 | seq_printf(m, "cut\t\t: %d.x\n", c->cut_major); | ||
410 | else | ||
411 | seq_printf(m, "cut\t\t: %d.%d\n", c->cut_major, c->cut_minor); | ||
412 | |||
413 | show_cpuflags(m, c); | ||
414 | |||
415 | seq_printf(m, "cache type\t: "); | ||
416 | |||
417 | /* | ||
418 | * Check for what type of cache we have, we support both the | ||
419 | * unified cache on the SH-2 and SH-3, as well as the harvard | ||
420 | * style cache on the SH-4. | ||
421 | */ | ||
422 | if (c->icache.flags & SH_CACHE_COMBINED) { | ||
423 | seq_printf(m, "unified\n"); | ||
424 | show_cacheinfo(m, "cache", c->icache); | ||
425 | } else { | ||
426 | seq_printf(m, "split (harvard)\n"); | ||
427 | show_cacheinfo(m, "icache", c->icache); | ||
428 | show_cacheinfo(m, "dcache", c->dcache); | ||
429 | } | ||
430 | |||
431 | /* Optional secondary cache */ | ||
432 | if (c->flags & CPU_HAS_L2_CACHE) | ||
433 | show_cacheinfo(m, "scache", c->scache); | ||
434 | |||
435 | seq_printf(m, "bogomips\t: %lu.%02lu\n", | ||
436 | c->loops_per_jiffy/(500000/HZ), | ||
437 | (c->loops_per_jiffy/(5000/HZ)) % 100); | ||
438 | |||
439 | return 0; | ||
440 | } | ||
441 | |||
442 | static void *c_start(struct seq_file *m, loff_t *pos) | ||
443 | { | ||
444 | return *pos < NR_CPUS ? cpu_data + *pos : NULL; | ||
445 | } | ||
446 | static void *c_next(struct seq_file *m, void *v, loff_t *pos) | ||
447 | { | ||
448 | ++*pos; | ||
449 | return c_start(m, pos); | ||
450 | } | ||
451 | static void c_stop(struct seq_file *m, void *v) | ||
452 | { | ||
453 | } | ||
454 | const struct seq_operations cpuinfo_op = { | ||
455 | .start = c_start, | ||
456 | .next = c_next, | ||
457 | .stop = c_stop, | ||
458 | .show = show_cpuinfo, | ||
459 | }; | ||
460 | #endif /* CONFIG_PROC_FS */ | ||
461 | |||
462 | struct dentry *sh_debugfs_root; | ||
463 | |||
464 | static int __init sh_debugfs_init(void) | ||
465 | { | ||
466 | sh_debugfs_root = debugfs_create_dir("sh", NULL); | ||
467 | if (!sh_debugfs_root) | ||
468 | return -ENOMEM; | ||
469 | if (IS_ERR(sh_debugfs_root)) | ||
470 | return PTR_ERR(sh_debugfs_root); | ||
471 | |||
472 | return 0; | ||
473 | } | ||
474 | arch_initcall(sh_debugfs_init); | ||
diff --git a/arch/sh/kernel/smp.c b/arch/sh/kernel/smp.c index 509b36b45115..6207561ea34a 100644 --- a/arch/sh/kernel/smp.c +++ b/arch/sh/kernel/smp.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
21 | #include <linux/cpu.h> | 21 | #include <linux/cpu.h> |
22 | #include <linux/interrupt.h> | 22 | #include <linux/interrupt.h> |
23 | #include <linux/sched.h> | ||
23 | #include <asm/atomic.h> | 24 | #include <asm/atomic.h> |
24 | #include <asm/processor.h> | 25 | #include <asm/processor.h> |
25 | #include <asm/system.h> | 26 | #include <asm/system.h> |
@@ -323,6 +324,7 @@ void smp_message_recv(unsigned int msg) | |||
323 | generic_smp_call_function_interrupt(); | 324 | generic_smp_call_function_interrupt(); |
324 | break; | 325 | break; |
325 | case SMP_MSG_RESCHEDULE: | 326 | case SMP_MSG_RESCHEDULE: |
327 | scheduler_ipi(); | ||
326 | break; | 328 | break; |
327 | case SMP_MSG_FUNCTION_SINGLE: | 329 | case SMP_MSG_FUNCTION_SINGLE: |
328 | generic_smp_call_function_single_interrupt(); | 330 | generic_smp_call_function_single_interrupt(); |
diff --git a/arch/sh/kernel/stacktrace.c b/arch/sh/kernel/stacktrace.c index c2e45c48409c..bf989e063a0c 100644 --- a/arch/sh/kernel/stacktrace.c +++ b/arch/sh/kernel/stacktrace.c | |||
@@ -17,15 +17,6 @@ | |||
17 | #include <asm/ptrace.h> | 17 | #include <asm/ptrace.h> |
18 | #include <asm/stacktrace.h> | 18 | #include <asm/stacktrace.h> |
19 | 19 | ||
20 | static void save_stack_warning(void *data, char *msg) | ||
21 | { | ||
22 | } | ||
23 | |||
24 | static void | ||
25 | save_stack_warning_symbol(void *data, char *msg, unsigned long symbol) | ||
26 | { | ||
27 | } | ||
28 | |||
29 | static int save_stack_stack(void *data, char *name) | 20 | static int save_stack_stack(void *data, char *name) |
30 | { | 21 | { |
31 | return 0; | 22 | return 0; |
@@ -51,8 +42,6 @@ static void save_stack_address(void *data, unsigned long addr, int reliable) | |||
51 | } | 42 | } |
52 | 43 | ||
53 | static const struct stacktrace_ops save_stack_ops = { | 44 | static const struct stacktrace_ops save_stack_ops = { |
54 | .warning = save_stack_warning, | ||
55 | .warning_symbol = save_stack_warning_symbol, | ||
56 | .stack = save_stack_stack, | 45 | .stack = save_stack_stack, |
57 | .address = save_stack_address, | 46 | .address = save_stack_address, |
58 | }; | 47 | }; |
@@ -88,8 +77,6 @@ save_stack_address_nosched(void *data, unsigned long addr, int reliable) | |||
88 | } | 77 | } |
89 | 78 | ||
90 | static const struct stacktrace_ops save_stack_ops_nosched = { | 79 | static const struct stacktrace_ops save_stack_ops_nosched = { |
91 | .warning = save_stack_warning, | ||
92 | .warning_symbol = save_stack_warning_symbol, | ||
93 | .stack = save_stack_stack, | 80 | .stack = save_stack_stack, |
94 | .address = save_stack_address_nosched, | 81 | .address = save_stack_address_nosched, |
95 | }; | 82 | }; |
diff --git a/arch/sh/kernel/sys_sh.c b/arch/sh/kernel/sys_sh.c index 81f58371613d..8c6a350df751 100644 --- a/arch/sh/kernel/sys_sh.c +++ b/arch/sh/kernel/sys_sh.c | |||
@@ -88,7 +88,7 @@ asmlinkage int sys_cacheflush(unsigned long addr, unsigned long len, int op) | |||
88 | } | 88 | } |
89 | 89 | ||
90 | if (op & CACHEFLUSH_I) | 90 | if (op & CACHEFLUSH_I) |
91 | flush_cache_all(); | 91 | flush_icache_range(addr, addr+len); |
92 | 92 | ||
93 | up_read(¤t->mm->mmap_sem); | 93 | up_read(¤t->mm->mmap_sem); |
94 | return 0; | 94 | return 0; |
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index 19fd11dd9871..39b051de4c7c 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S | |||
@@ -353,3 +353,32 @@ ENTRY(sys_call_table) | |||
353 | .long sys_pwritev | 353 | .long sys_pwritev |
354 | .long sys_rt_tgsigqueueinfo /* 335 */ | 354 | .long sys_rt_tgsigqueueinfo /* 335 */ |
355 | .long sys_perf_event_open | 355 | .long sys_perf_event_open |
356 | .long sys_fanotify_init | ||
357 | .long sys_fanotify_mark | ||
358 | .long sys_prlimit64 | ||
359 | /* Broken-out socket family */ | ||
360 | .long sys_socket /* 340 */ | ||
361 | .long sys_bind | ||
362 | .long sys_connect | ||
363 | .long sys_listen | ||
364 | .long sys_accept | ||
365 | .long sys_getsockname /* 345 */ | ||
366 | .long sys_getpeername | ||
367 | .long sys_socketpair | ||
368 | .long sys_send | ||
369 | .long sys_sendto | ||
370 | .long sys_recv /* 350 */ | ||
371 | .long sys_recvfrom | ||
372 | .long sys_shutdown | ||
373 | .long sys_setsockopt | ||
374 | .long sys_getsockopt | ||
375 | .long sys_sendmsg /* 355 */ | ||
376 | .long sys_recvmsg | ||
377 | .long sys_recvmmsg | ||
378 | .long sys_accept4 | ||
379 | .long sys_name_to_handle_at | ||
380 | .long sys_open_by_handle_at /* 360 */ | ||
381 | .long sys_clock_adjtime | ||
382 | .long sys_syncfs | ||
383 | .long sys_sendmmsg | ||
384 | .long sys_setns | ||
diff --git a/arch/sh/kernel/syscalls_64.S b/arch/sh/kernel/syscalls_64.S index 2048a20d7c80..089c4d825d08 100644 --- a/arch/sh/kernel/syscalls_64.S +++ b/arch/sh/kernel/syscalls_64.S | |||
@@ -393,3 +393,12 @@ sys_call_table: | |||
393 | .long sys_perf_event_open | 393 | .long sys_perf_event_open |
394 | .long sys_recvmmsg /* 365 */ | 394 | .long sys_recvmmsg /* 365 */ |
395 | .long sys_accept4 | 395 | .long sys_accept4 |
396 | .long sys_fanotify_init | ||
397 | .long sys_fanotify_mark | ||
398 | .long sys_prlimit64 | ||
399 | .long sys_name_to_handle_at /* 370 */ | ||
400 | .long sys_open_by_handle_at | ||
401 | .long sys_clock_adjtime | ||
402 | .long sys_syncfs | ||
403 | .long sys_sendmmsg | ||
404 | .long sys_setns /* 375 */ | ||
diff --git a/arch/sh/kernel/topology.c b/arch/sh/kernel/topology.c index 948fdb656933..38e862852dd0 100644 --- a/arch/sh/kernel/topology.c +++ b/arch/sh/kernel/topology.c | |||
@@ -17,6 +17,7 @@ | |||
17 | static DEFINE_PER_CPU(struct cpu, cpu_devices); | 17 | static DEFINE_PER_CPU(struct cpu, cpu_devices); |
18 | 18 | ||
19 | cpumask_t cpu_core_map[NR_CPUS]; | 19 | cpumask_t cpu_core_map[NR_CPUS]; |
20 | EXPORT_SYMBOL(cpu_core_map); | ||
20 | 21 | ||
21 | static cpumask_t cpu_coregroup_map(unsigned int cpu) | 22 | static cpumask_t cpu_coregroup_map(unsigned int cpu) |
22 | { | 23 | { |
diff --git a/arch/sh/kernel/traps_32.c b/arch/sh/kernel/traps_32.c index c3d86fa71ddf..b51a17104b5f 100644 --- a/arch/sh/kernel/traps_32.c +++ b/arch/sh/kernel/traps_32.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * SuperH version: Copyright (C) 1999 Niibe Yutaka | 5 | * SuperH version: Copyright (C) 1999 Niibe Yutaka |
6 | * Copyright (C) 2000 Philipp Rumpf | 6 | * Copyright (C) 2000 Philipp Rumpf |
7 | * Copyright (C) 2000 David Howells | 7 | * Copyright (C) 2000 David Howells |
8 | * Copyright (C) 2002 - 2007 Paul Mundt | 8 | * Copyright (C) 2002 - 2010 Paul Mundt |
9 | * | 9 | * |
10 | * This file is subject to the terms and conditions of the GNU General Public | 10 | * This file is subject to the terms and conditions of the GNU General Public |
11 | * License. See the file "COPYING" in the main directory of this archive | 11 | * License. See the file "COPYING" in the main directory of this archive |
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/limits.h> | 26 | #include <linux/limits.h> |
27 | #include <linux/sysfs.h> | 27 | #include <linux/sysfs.h> |
28 | #include <linux/uaccess.h> | 28 | #include <linux/uaccess.h> |
29 | #include <linux/perf_event.h> | ||
29 | #include <asm/system.h> | 30 | #include <asm/system.h> |
30 | #include <asm/alignment.h> | 31 | #include <asm/alignment.h> |
31 | #include <asm/fpu.h> | 32 | #include <asm/fpu.h> |
@@ -86,7 +87,6 @@ void die(const char * str, struct pt_regs * regs, long err) | |||
86 | bust_spinlocks(1); | 87 | bust_spinlocks(1); |
87 | 88 | ||
88 | printk("%s: %04lx [#%d]\n", str, err & 0xffff, ++die_counter); | 89 | printk("%s: %04lx [#%d]\n", str, err & 0xffff, ++die_counter); |
89 | sysfs_printk_last_file(); | ||
90 | print_modules(); | 90 | print_modules(); |
91 | show_regs(regs); | 91 | show_regs(regs); |
92 | 92 | ||
@@ -369,7 +369,8 @@ static inline int handle_delayslot(struct pt_regs *regs, | |||
369 | #define SH_PC_12BIT_OFFSET(instr) ((((signed short)(instr<<4))>>3) + 4) | 369 | #define SH_PC_12BIT_OFFSET(instr) ((((signed short)(instr<<4))>>3) + 4) |
370 | 370 | ||
371 | int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, | 371 | int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, |
372 | struct mem_access *ma, int expected) | 372 | struct mem_access *ma, int expected, |
373 | unsigned long address) | ||
373 | { | 374 | { |
374 | u_int rm; | 375 | u_int rm; |
375 | int ret, index; | 376 | int ret, index; |
@@ -383,9 +384,18 @@ int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, | |||
383 | index = (instruction>>8)&15; /* 0x0F00 */ | 384 | index = (instruction>>8)&15; /* 0x0F00 */ |
384 | rm = regs->regs[index]; | 385 | rm = regs->regs[index]; |
385 | 386 | ||
386 | /* shout about fixups */ | 387 | /* |
387 | if (!expected) | 388 | * Log the unexpected fixups, and then pass them on to perf. |
389 | * | ||
390 | * We intentionally don't report the expected cases to perf as | ||
391 | * otherwise the trapped I/O case will skew the results too much | ||
392 | * to be useful. | ||
393 | */ | ||
394 | if (!expected) { | ||
388 | unaligned_fixups_notify(current, instruction, regs); | 395 | unaligned_fixups_notify(current, instruction, regs); |
396 | perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, 0, | ||
397 | regs, address); | ||
398 | } | ||
389 | 399 | ||
390 | ret = -EFAULT; | 400 | ret = -EFAULT; |
391 | switch (instruction&0xF000) { | 401 | switch (instruction&0xF000) { |
@@ -574,7 +584,8 @@ fixup: | |||
574 | 584 | ||
575 | set_fs(USER_DS); | 585 | set_fs(USER_DS); |
576 | tmp = handle_unaligned_access(instruction, regs, | 586 | tmp = handle_unaligned_access(instruction, regs, |
577 | &user_mem_access, 0); | 587 | &user_mem_access, 0, |
588 | address); | ||
578 | set_fs(oldfs); | 589 | set_fs(oldfs); |
579 | 590 | ||
580 | if (tmp == 0) | 591 | if (tmp == 0) |
@@ -607,8 +618,8 @@ uspace_segv: | |||
607 | 618 | ||
608 | unaligned_fixups_notify(current, instruction, regs); | 619 | unaligned_fixups_notify(current, instruction, regs); |
609 | 620 | ||
610 | handle_unaligned_access(instruction, regs, | 621 | handle_unaligned_access(instruction, regs, &user_mem_access, |
611 | &user_mem_access, 0); | 622 | 0, address); |
612 | set_fs(oldfs); | 623 | set_fs(oldfs); |
613 | } | 624 | } |
614 | } | 625 | } |
@@ -802,6 +813,9 @@ void __cpuinit per_cpu_trap_init(void) | |||
802 | : /* no output */ | 813 | : /* no output */ |
803 | : "r" (&vbr_base) | 814 | : "r" (&vbr_base) |
804 | : "memory"); | 815 | : "memory"); |
816 | |||
817 | /* disable exception blocking now when the vbr has been setup */ | ||
818 | clear_bl_bit(); | ||
805 | } | 819 | } |
806 | 820 | ||
807 | void *set_exception_table_vec(unsigned int vec, void *handler) | 821 | void *set_exception_table_vec(unsigned int vec, void *handler) |
diff --git a/arch/sh/kernel/traps_64.c b/arch/sh/kernel/traps_64.c index e67e140bf1f6..6713ca97e553 100644 --- a/arch/sh/kernel/traps_64.c +++ b/arch/sh/kernel/traps_64.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/interrupt.h> | 24 | #include <linux/interrupt.h> |
25 | #include <linux/sysctl.h> | 25 | #include <linux/sysctl.h> |
26 | #include <linux/module.h> | 26 | #include <linux/module.h> |
27 | #include <linux/perf_event.h> | ||
27 | #include <asm/system.h> | 28 | #include <asm/system.h> |
28 | #include <asm/uaccess.h> | 29 | #include <asm/uaccess.h> |
29 | #include <asm/io.h> | 30 | #include <asm/io.h> |
@@ -50,7 +51,7 @@ asmlinkage void do_##name(unsigned long error_code, struct pt_regs *regs) \ | |||
50 | do_unhandled_exception(trapnr, signr, str, __stringify(name), error_code, regs, current); \ | 51 | do_unhandled_exception(trapnr, signr, str, __stringify(name), error_code, regs, current); \ |
51 | } | 52 | } |
52 | 53 | ||
53 | spinlock_t die_lock; | 54 | static DEFINE_SPINLOCK(die_lock); |
54 | 55 | ||
55 | void die(const char * str, struct pt_regs * regs, long err) | 56 | void die(const char * str, struct pt_regs * regs, long err) |
56 | { | 57 | { |
@@ -433,6 +434,8 @@ static int misaligned_load(struct pt_regs *regs, | |||
433 | return error; | 434 | return error; |
434 | } | 435 | } |
435 | 436 | ||
437 | perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, 0, regs, address); | ||
438 | |||
436 | destreg = (opcode >> 4) & 0x3f; | 439 | destreg = (opcode >> 4) & 0x3f; |
437 | if (user_mode(regs)) { | 440 | if (user_mode(regs)) { |
438 | __u64 buffer; | 441 | __u64 buffer; |
@@ -509,6 +512,8 @@ static int misaligned_store(struct pt_regs *regs, | |||
509 | return error; | 512 | return error; |
510 | } | 513 | } |
511 | 514 | ||
515 | perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, 0, regs, address); | ||
516 | |||
512 | srcreg = (opcode >> 4) & 0x3f; | 517 | srcreg = (opcode >> 4) & 0x3f; |
513 | if (user_mode(regs)) { | 518 | if (user_mode(regs)) { |
514 | __u64 buffer; | 519 | __u64 buffer; |
@@ -583,6 +588,8 @@ static int misaligned_fpu_load(struct pt_regs *regs, | |||
583 | return error; | 588 | return error; |
584 | } | 589 | } |
585 | 590 | ||
591 | perf_sw_event(PERF_COUNT_SW_EMULATION_FAULTS, 1, 0, regs, address); | ||
592 | |||
586 | destreg = (opcode >> 4) & 0x3f; | 593 | destreg = (opcode >> 4) & 0x3f; |
587 | if (user_mode(regs)) { | 594 | if (user_mode(regs)) { |
588 | __u64 buffer; | 595 | __u64 buffer; |
@@ -658,6 +665,8 @@ static int misaligned_fpu_store(struct pt_regs *regs, | |||
658 | return error; | 665 | return error; |
659 | } | 666 | } |
660 | 667 | ||
668 | perf_sw_event(PERF_COUNT_SW_EMULATION_FAULTS, 1, 0, regs, address); | ||
669 | |||
661 | srcreg = (opcode >> 4) & 0x3f; | 670 | srcreg = (opcode >> 4) & 0x3f; |
662 | if (user_mode(regs)) { | 671 | if (user_mode(regs)) { |
663 | __u64 buffer; | 672 | __u64 buffer; |
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S index 7f8a709c3ada..731c10ce67b5 100644 --- a/arch/sh/kernel/vmlinux.lds.S +++ b/arch/sh/kernel/vmlinux.lds.S | |||
@@ -66,7 +66,7 @@ SECTIONS | |||
66 | __machvec_end = .; | 66 | __machvec_end = .; |
67 | } | 67 | } |
68 | 68 | ||
69 | PERCPU(PAGE_SIZE) | 69 | PERCPU_SECTION(L1_CACHE_BYTES) |
70 | 70 | ||
71 | /* | 71 | /* |
72 | * .exit.text is discarded at runtime, not link time, to deal with | 72 | * .exit.text is discarded at runtime, not link time, to deal with |
diff --git a/arch/sh/kernel/vsyscall/vsyscall-trapa.S b/arch/sh/kernel/vsyscall/vsyscall-trapa.S index 3b6eb34c43fa..3e70f851cdc6 100644 --- a/arch/sh/kernel/vsyscall/vsyscall-trapa.S +++ b/arch/sh/kernel/vsyscall/vsyscall-trapa.S | |||
@@ -8,9 +8,9 @@ __kernel_vsyscall: | |||
8 | * fill out .eh_frame -- PFM. */ | 8 | * fill out .eh_frame -- PFM. */ |
9 | .LEND_vsyscall: | 9 | .LEND_vsyscall: |
10 | .size __kernel_vsyscall,.-.LSTART_vsyscall | 10 | .size __kernel_vsyscall,.-.LSTART_vsyscall |
11 | .previous | ||
12 | 11 | ||
13 | .section .eh_frame,"a",@progbits | 12 | .section .eh_frame,"a",@progbits |
13 | .previous | ||
14 | .LCIE: | 14 | .LCIE: |
15 | .ualong .LCIE_end - .LCIE_start | 15 | .ualong .LCIE_end - .LCIE_start |
16 | .LCIE_start: | 16 | .LCIE_start: |
diff --git a/arch/sh/kernel/vsyscall/vsyscall.c b/arch/sh/kernel/vsyscall/vsyscall.c index 242117cbad67..1d6d51a1ce79 100644 --- a/arch/sh/kernel/vsyscall/vsyscall.c +++ b/arch/sh/kernel/vsyscall/vsyscall.c | |||
@@ -94,17 +94,17 @@ const char *arch_vma_name(struct vm_area_struct *vma) | |||
94 | return NULL; | 94 | return NULL; |
95 | } | 95 | } |
96 | 96 | ||
97 | struct vm_area_struct *get_gate_vma(struct task_struct *task) | 97 | struct vm_area_struct *get_gate_vma(struct mm_struct *mm) |
98 | { | 98 | { |
99 | return NULL; | 99 | return NULL; |
100 | } | 100 | } |
101 | 101 | ||
102 | int in_gate_area(struct task_struct *task, unsigned long address) | 102 | int in_gate_area(struct mm_struct *mm, unsigned long address) |
103 | { | 103 | { |
104 | return 0; | 104 | return 0; |
105 | } | 105 | } |
106 | 106 | ||
107 | int in_gate_area_no_task(unsigned long address) | 107 | int in_gate_area_no_mm(unsigned long address) |
108 | { | 108 | { |
109 | return 0; | 109 | return 0; |
110 | } | 110 | } |
diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile index dab4d2129812..7b95f29e3174 100644 --- a/arch/sh/lib/Makefile +++ b/arch/sh/lib/Makefile | |||
@@ -30,4 +30,4 @@ lib-$(CONFIG_MMU) += copy_page.o __clear_user.o | |||
30 | lib-$(CONFIG_MCOUNT) += mcount.o | 30 | lib-$(CONFIG_MCOUNT) += mcount.o |
31 | lib-y += $(memcpy-y) $(memset-y) $(udivsi3-y) | 31 | lib-y += $(memcpy-y) $(memset-y) $(udivsi3-y) |
32 | 32 | ||
33 | EXTRA_CFLAGS += -Werror | 33 | ccflags-y := -Werror |
diff --git a/arch/sh/lib/delay.c b/arch/sh/lib/delay.c index faa8f86c0db4..0901b2f14e15 100644 --- a/arch/sh/lib/delay.c +++ b/arch/sh/lib/delay.c | |||
@@ -10,6 +10,16 @@ | |||
10 | void __delay(unsigned long loops) | 10 | void __delay(unsigned long loops) |
11 | { | 11 | { |
12 | __asm__ __volatile__( | 12 | __asm__ __volatile__( |
13 | /* | ||
14 | * ST40-300 appears to have an issue with this code, | ||
15 | * normally taking two cycles each loop, as with all | ||
16 | * other SH variants. If however the branch and the | ||
17 | * delay slot straddle an 8 byte boundary, this increases | ||
18 | * to 3 cycles. | ||
19 | * This align directive ensures this doesn't occur. | ||
20 | */ | ||
21 | ".balign 8\n\t" | ||
22 | |||
13 | "tst %0, %0\n\t" | 23 | "tst %0, %0\n\t" |
14 | "1:\t" | 24 | "1:\t" |
15 | "bf/s 1b\n\t" | 25 | "bf/s 1b\n\t" |
diff --git a/arch/sh/lib64/copy_user_memcpy.S b/arch/sh/lib64/copy_user_memcpy.S index 2a62816d2ddd..49aeabeba2c2 100644 --- a/arch/sh/lib64/copy_user_memcpy.S +++ b/arch/sh/lib64/copy_user_memcpy.S | |||
@@ -27,7 +27,7 @@ | |||
27 | ! 2.: When there are two or three bytes in the last word of an 11-or-more | 27 | ! 2.: When there are two or three bytes in the last word of an 11-or-more |
28 | ! bytes memory chunk to b copied, the rest of the word can be read | 28 | ! bytes memory chunk to b copied, the rest of the word can be read |
29 | ! without side effects. | 29 | ! without side effects. |
30 | ! This could be easily changed by increasing the minumum size of | 30 | ! This could be easily changed by increasing the minimum size of |
31 | ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2, | 31 | ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2, |
32 | ! however, this would cost a few extra cyles on average. | 32 | ! however, this would cost a few extra cyles on average. |
33 | ! For SHmedia, the assumption is that any quadword can be read in its | 33 | ! For SHmedia, the assumption is that any quadword can be read in its |
diff --git a/arch/sh/lib64/memcpy.S b/arch/sh/lib64/memcpy.S index dd300c372ce1..5d682e0ee24f 100644 --- a/arch/sh/lib64/memcpy.S +++ b/arch/sh/lib64/memcpy.S | |||
@@ -29,7 +29,7 @@ | |||
29 | ! 2.: When there are two or three bytes in the last word of an 11-or-more | 29 | ! 2.: When there are two or three bytes in the last word of an 11-or-more |
30 | ! bytes memory chunk to b copied, the rest of the word can be read | 30 | ! bytes memory chunk to b copied, the rest of the word can be read |
31 | ! without side effects. | 31 | ! without side effects. |
32 | ! This could be easily changed by increasing the minumum size of | 32 | ! This could be easily changed by increasing the minimum size of |
33 | ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2, | 33 | ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2, |
34 | ! however, this would cost a few extra cyles on average. | 34 | ! however, this would cost a few extra cyles on average. |
35 | ! For SHmedia, the assumption is that any quadword can be read in its | 35 | ! For SHmedia, the assumption is that any quadword can be read in its |
diff --git a/arch/sh/math-emu/math.c b/arch/sh/math-emu/math.c index 1fcdb1220975..f76a5090d5d1 100644 --- a/arch/sh/math-emu/math.c +++ b/arch/sh/math-emu/math.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
14 | #include <linux/signal.h> | 14 | #include <linux/signal.h> |
15 | #include <linux/perf_event.h> | ||
15 | 16 | ||
16 | #include <asm/system.h> | 17 | #include <asm/system.h> |
17 | #include <asm/uaccess.h> | 18 | #include <asm/uaccess.h> |
@@ -619,6 +620,8 @@ int do_fpu_inst(unsigned short inst, struct pt_regs *regs) | |||
619 | struct task_struct *tsk = current; | 620 | struct task_struct *tsk = current; |
620 | struct sh_fpu_soft_struct *fpu = &(tsk->thread.xstate->softfpu); | 621 | struct sh_fpu_soft_struct *fpu = &(tsk->thread.xstate->softfpu); |
621 | 622 | ||
623 | perf_sw_event(PERF_COUNT_SW_EMULATION_FAULTS, 1, 0, regs, 0); | ||
624 | |||
622 | if (!(task_thread_info(tsk)->status & TS_USEDFPU)) { | 625 | if (!(task_thread_info(tsk)->status & TS_USEDFPU)) { |
623 | /* initialize once. */ | 626 | /* initialize once. */ |
624 | fpu_init(fpu); | 627 | fpu_init(fpu); |
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 1445ca6257df..c3e61b366493 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -79,7 +79,7 @@ config 29BIT | |||
79 | 79 | ||
80 | config 32BIT | 80 | config 32BIT |
81 | bool | 81 | bool |
82 | default y if CPU_SH5 | 82 | default y if CPU_SH5 || !MMU |
83 | 83 | ||
84 | config PMB | 84 | config PMB |
85 | bool "Support 32-bit physical addressing through PMB" | 85 | bool "Support 32-bit physical addressing through PMB" |
@@ -168,6 +168,10 @@ config IOREMAP_FIXED | |||
168 | config UNCACHED_MAPPING | 168 | config UNCACHED_MAPPING |
169 | bool | 169 | bool |
170 | 170 | ||
171 | config HAVE_SRAM_POOL | ||
172 | bool | ||
173 | select GENERIC_ALLOCATOR | ||
174 | |||
171 | choice | 175 | choice |
172 | prompt "Kernel page size" | 176 | prompt "Kernel page size" |
173 | default PAGE_SIZE_4KB | 177 | default PAGE_SIZE_4KB |
diff --git a/arch/sh/mm/Makefile b/arch/sh/mm/Makefile index 53f7c684afb2..2228c8cee4d6 100644 --- a/arch/sh/mm/Makefile +++ b/arch/sh/mm/Makefile | |||
@@ -15,7 +15,7 @@ cacheops-$(CONFIG_CPU_SHX3) += cache-shx3.o | |||
15 | obj-y += $(cacheops-y) | 15 | obj-y += $(cacheops-y) |
16 | 16 | ||
17 | mmu-y := nommu.o extable_32.o | 17 | mmu-y := nommu.o extable_32.o |
18 | mmu-$(CONFIG_MMU) := extable_$(BITS).o fault_$(BITS).o \ | 18 | mmu-$(CONFIG_MMU) := extable_$(BITS).o fault_$(BITS).o gup.o \ |
19 | ioremap.o kmap.o pgtable.o tlbflush_$(BITS).o | 19 | ioremap.o kmap.o pgtable.o tlbflush_$(BITS).o |
20 | 20 | ||
21 | obj-y += $(mmu-y) | 21 | obj-y += $(mmu-y) |
@@ -40,6 +40,9 @@ obj-$(CONFIG_PMB) += pmb.o | |||
40 | obj-$(CONFIG_NUMA) += numa.o | 40 | obj-$(CONFIG_NUMA) += numa.o |
41 | obj-$(CONFIG_IOREMAP_FIXED) += ioremap_fixed.o | 41 | obj-$(CONFIG_IOREMAP_FIXED) += ioremap_fixed.o |
42 | obj-$(CONFIG_UNCACHED_MAPPING) += uncached.o | 42 | obj-$(CONFIG_UNCACHED_MAPPING) += uncached.o |
43 | obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o | ||
44 | |||
45 | GCOV_PROFILE_pmb.o := n | ||
43 | 46 | ||
44 | # Special flags for fault_64.o. This puts restrictions on the number of | 47 | # Special flags for fault_64.o. This puts restrictions on the number of |
45 | # caller-save registers that the compiler can target when building this file. | 48 | # caller-save registers that the compiler can target when building this file. |
@@ -66,4 +69,4 @@ CFLAGS_fault_64.o += -ffixed-r7 \ | |||
66 | -ffixed-r60 -ffixed-r61 -ffixed-r62 \ | 69 | -ffixed-r60 -ffixed-r61 -ffixed-r62 \ |
67 | -fomit-frame-pointer | 70 | -fomit-frame-pointer |
68 | 71 | ||
69 | EXTRA_CFLAGS += -Werror | 72 | ccflags-y := -Werror |
diff --git a/arch/sh/mm/alignment.c b/arch/sh/mm/alignment.c index b2595b8548ee..620fa7ff9eec 100644 --- a/arch/sh/mm/alignment.c +++ b/arch/sh/mm/alignment.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/seq_file.h> | 13 | #include <linux/seq_file.h> |
14 | #include <linux/proc_fs.h> | 14 | #include <linux/proc_fs.h> |
15 | #include <linux/uaccess.h> | 15 | #include <linux/uaccess.h> |
16 | #include <linux/ratelimit.h> | ||
16 | #include <asm/alignment.h> | 17 | #include <asm/alignment.h> |
17 | #include <asm/processor.h> | 18 | #include <asm/processor.h> |
18 | 19 | ||
@@ -95,13 +96,13 @@ int set_unalign_ctl(struct task_struct *tsk, unsigned int val) | |||
95 | void unaligned_fixups_notify(struct task_struct *tsk, insn_size_t insn, | 96 | void unaligned_fixups_notify(struct task_struct *tsk, insn_size_t insn, |
96 | struct pt_regs *regs) | 97 | struct pt_regs *regs) |
97 | { | 98 | { |
98 | if (user_mode(regs) && (se_usermode & UM_WARN) && printk_ratelimit()) | 99 | if (user_mode(regs) && (se_usermode & UM_WARN)) |
99 | pr_notice("Fixing up unaligned userspace access " | 100 | pr_notice_ratelimited("Fixing up unaligned userspace access " |
100 | "in \"%s\" pid=%d pc=0x%p ins=0x%04hx\n", | 101 | "in \"%s\" pid=%d pc=0x%p ins=0x%04hx\n", |
101 | tsk->comm, task_pid_nr(tsk), | 102 | tsk->comm, task_pid_nr(tsk), |
102 | (void *)instruction_pointer(regs), insn); | 103 | (void *)instruction_pointer(regs), insn); |
103 | else if (se_kernmode_warn && printk_ratelimit()) | 104 | else if (se_kernmode_warn) |
104 | pr_notice("Fixing up unaligned kernel access " | 105 | pr_notice_ratelimited("Fixing up unaligned kernel access " |
105 | "in \"%s\" pid=%d pc=0x%p ins=0x%04hx\n", | 106 | "in \"%s\" pid=%d pc=0x%p ins=0x%04hx\n", |
106 | tsk->comm, task_pid_nr(tsk), | 107 | tsk->comm, task_pid_nr(tsk), |
107 | (void *)instruction_pointer(regs), insn); | 108 | (void *)instruction_pointer(regs), insn); |
diff --git a/arch/sh/mm/asids-debugfs.c b/arch/sh/mm/asids-debugfs.c index cd8c3bf39b5a..74c03ecc4871 100644 --- a/arch/sh/mm/asids-debugfs.c +++ b/arch/sh/mm/asids-debugfs.c | |||
@@ -63,7 +63,7 @@ static int __init asids_debugfs_init(void) | |||
63 | { | 63 | { |
64 | struct dentry *asids_dentry; | 64 | struct dentry *asids_dentry; |
65 | 65 | ||
66 | asids_dentry = debugfs_create_file("asids", S_IRUSR, sh_debugfs_root, | 66 | asids_dentry = debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, |
67 | NULL, &asids_debugfs_fops); | 67 | NULL, &asids_debugfs_fops); |
68 | if (!asids_dentry) | 68 | if (!asids_dentry) |
69 | return -ENOMEM; | 69 | return -ENOMEM; |
diff --git a/arch/sh/mm/cache-debugfs.c b/arch/sh/mm/cache-debugfs.c index 690ed010d002..115725198038 100644 --- a/arch/sh/mm/cache-debugfs.c +++ b/arch/sh/mm/cache-debugfs.c | |||
@@ -26,9 +26,9 @@ static int cache_seq_show(struct seq_file *file, void *iter) | |||
26 | { | 26 | { |
27 | unsigned int cache_type = (unsigned int)file->private; | 27 | unsigned int cache_type = (unsigned int)file->private; |
28 | struct cache_info *cache; | 28 | struct cache_info *cache; |
29 | unsigned int waysize, way, cache_size; | 29 | unsigned int waysize, way; |
30 | unsigned long ccr, base; | 30 | unsigned long ccr; |
31 | static unsigned long addrstart = 0; | 31 | unsigned long addrstart = 0; |
32 | 32 | ||
33 | /* | 33 | /* |
34 | * Go uncached immediately so we don't skew the results any | 34 | * Go uncached immediately so we don't skew the results any |
@@ -45,28 +45,13 @@ static int cache_seq_show(struct seq_file *file, void *iter) | |||
45 | } | 45 | } |
46 | 46 | ||
47 | if (cache_type == CACHE_TYPE_DCACHE) { | 47 | if (cache_type == CACHE_TYPE_DCACHE) { |
48 | base = CACHE_OC_ADDRESS_ARRAY; | 48 | addrstart = CACHE_OC_ADDRESS_ARRAY; |
49 | cache = ¤t_cpu_data.dcache; | 49 | cache = ¤t_cpu_data.dcache; |
50 | } else { | 50 | } else { |
51 | base = CACHE_IC_ADDRESS_ARRAY; | 51 | addrstart = CACHE_IC_ADDRESS_ARRAY; |
52 | cache = ¤t_cpu_data.icache; | 52 | cache = ¤t_cpu_data.icache; |
53 | } | 53 | } |
54 | 54 | ||
55 | /* | ||
56 | * Due to the amount of data written out (depending on the cache size), | ||
57 | * we may be iterated over multiple times. In this case, keep track of | ||
58 | * the entry position in addrstart, and rewind it when we've hit the | ||
59 | * end of the cache. | ||
60 | * | ||
61 | * Likewise, the same code is used for multiple caches, so care must | ||
62 | * be taken for bouncing addrstart back and forth so the appropriate | ||
63 | * cache is hit. | ||
64 | */ | ||
65 | cache_size = cache->ways * cache->sets * cache->linesz; | ||
66 | if (((addrstart & 0xff000000) != base) || | ||
67 | (addrstart & 0x00ffffff) > cache_size) | ||
68 | addrstart = base; | ||
69 | |||
70 | waysize = cache->sets; | 55 | waysize = cache->sets; |
71 | 56 | ||
72 | /* | 57 | /* |
@@ -126,25 +111,19 @@ static int __init cache_debugfs_init(void) | |||
126 | { | 111 | { |
127 | struct dentry *dcache_dentry, *icache_dentry; | 112 | struct dentry *dcache_dentry, *icache_dentry; |
128 | 113 | ||
129 | dcache_dentry = debugfs_create_file("dcache", S_IRUSR, sh_debugfs_root, | 114 | dcache_dentry = debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir, |
130 | (unsigned int *)CACHE_TYPE_DCACHE, | 115 | (unsigned int *)CACHE_TYPE_DCACHE, |
131 | &cache_debugfs_fops); | 116 | &cache_debugfs_fops); |
132 | if (!dcache_dentry) | 117 | if (!dcache_dentry) |
133 | return -ENOMEM; | 118 | return -ENOMEM; |
134 | if (IS_ERR(dcache_dentry)) | ||
135 | return PTR_ERR(dcache_dentry); | ||
136 | 119 | ||
137 | icache_dentry = debugfs_create_file("icache", S_IRUSR, sh_debugfs_root, | 120 | icache_dentry = debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir, |
138 | (unsigned int *)CACHE_TYPE_ICACHE, | 121 | (unsigned int *)CACHE_TYPE_ICACHE, |
139 | &cache_debugfs_fops); | 122 | &cache_debugfs_fops); |
140 | if (!icache_dentry) { | 123 | if (!icache_dentry) { |
141 | debugfs_remove(dcache_dentry); | 124 | debugfs_remove(dcache_dentry); |
142 | return -ENOMEM; | 125 | return -ENOMEM; |
143 | } | 126 | } |
144 | if (IS_ERR(icache_dentry)) { | ||
145 | debugfs_remove(dcache_dentry); | ||
146 | return PTR_ERR(icache_dentry); | ||
147 | } | ||
148 | 127 | ||
149 | return 0; | 128 | return 0; |
150 | } | 129 | } |
diff --git a/arch/sh/mm/cache-sh4.c b/arch/sh/mm/cache-sh4.c index 2cfae81914aa..92eb98633ab0 100644 --- a/arch/sh/mm/cache-sh4.c +++ b/arch/sh/mm/cache-sh4.c | |||
@@ -114,7 +114,7 @@ static void sh4_flush_dcache_page(void *arg) | |||
114 | struct address_space *mapping = page_mapping(page); | 114 | struct address_space *mapping = page_mapping(page); |
115 | 115 | ||
116 | if (mapping && !mapping_mapped(mapping)) | 116 | if (mapping && !mapping_mapped(mapping)) |
117 | set_bit(PG_dcache_dirty, &page->flags); | 117 | clear_bit(PG_dcache_clean, &page->flags); |
118 | else | 118 | else |
119 | #endif | 119 | #endif |
120 | flush_cache_one(CACHE_OC_ADDRESS_ARRAY | | 120 | flush_cache_one(CACHE_OC_ADDRESS_ARRAY | |
@@ -239,7 +239,7 @@ static void sh4_flush_cache_page(void *args) | |||
239 | * another ASID than the current one. | 239 | * another ASID than the current one. |
240 | */ | 240 | */ |
241 | map_coherent = (current_cpu_data.dcache.n_aliases && | 241 | map_coherent = (current_cpu_data.dcache.n_aliases && |
242 | !test_bit(PG_dcache_dirty, &page->flags) && | 242 | test_bit(PG_dcache_clean, &page->flags) && |
243 | page_mapped(page)); | 243 | page_mapped(page)); |
244 | if (map_coherent) | 244 | if (map_coherent) |
245 | vaddr = kmap_coherent(page, address); | 245 | vaddr = kmap_coherent(page, address); |
diff --git a/arch/sh/mm/cache-sh5.c b/arch/sh/mm/cache-sh5.c index eb4cc4ec7952..d1bffbcd9d52 100644 --- a/arch/sh/mm/cache-sh5.c +++ b/arch/sh/mm/cache-sh5.c | |||
@@ -568,7 +568,7 @@ static void sh5_flush_dcache_page(void *page) | |||
568 | } | 568 | } |
569 | 569 | ||
570 | /* | 570 | /* |
571 | * Flush the range [start,end] of kernel virtual adddress space from | 571 | * Flush the range [start,end] of kernel virtual address space from |
572 | * the I-cache. The corresponding range must be purged from the | 572 | * the I-cache. The corresponding range must be purged from the |
573 | * D-cache also because the SH-5 doesn't have cache snooping between | 573 | * D-cache also because the SH-5 doesn't have cache snooping between |
574 | * the caches. The addresses will be visible through the superpage | 574 | * the caches. The addresses will be visible through the superpage |
diff --git a/arch/sh/mm/cache-sh7705.c b/arch/sh/mm/cache-sh7705.c index f498da1cce7a..7729cca727eb 100644 --- a/arch/sh/mm/cache-sh7705.c +++ b/arch/sh/mm/cache-sh7705.c | |||
@@ -139,7 +139,7 @@ static void sh7705_flush_dcache_page(void *arg) | |||
139 | struct address_space *mapping = page_mapping(page); | 139 | struct address_space *mapping = page_mapping(page); |
140 | 140 | ||
141 | if (mapping && !mapping_mapped(mapping)) | 141 | if (mapping && !mapping_mapped(mapping)) |
142 | set_bit(PG_dcache_dirty, &page->flags); | 142 | clear_bit(PG_dcache_clean, &page->flags); |
143 | else | 143 | else |
144 | __flush_dcache_page(__pa(page_address(page))); | 144 | __flush_dcache_page(__pa(page_address(page))); |
145 | } | 145 | } |
diff --git a/arch/sh/mm/cache.c b/arch/sh/mm/cache.c index ba401d137bb9..5a580ea04429 100644 --- a/arch/sh/mm/cache.c +++ b/arch/sh/mm/cache.c | |||
@@ -60,14 +60,14 @@ void copy_to_user_page(struct vm_area_struct *vma, struct page *page, | |||
60 | unsigned long len) | 60 | unsigned long len) |
61 | { | 61 | { |
62 | if (boot_cpu_data.dcache.n_aliases && page_mapped(page) && | 62 | if (boot_cpu_data.dcache.n_aliases && page_mapped(page) && |
63 | !test_bit(PG_dcache_dirty, &page->flags)) { | 63 | test_bit(PG_dcache_clean, &page->flags)) { |
64 | void *vto = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); | 64 | void *vto = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); |
65 | memcpy(vto, src, len); | 65 | memcpy(vto, src, len); |
66 | kunmap_coherent(vto); | 66 | kunmap_coherent(vto); |
67 | } else { | 67 | } else { |
68 | memcpy(dst, src, len); | 68 | memcpy(dst, src, len); |
69 | if (boot_cpu_data.dcache.n_aliases) | 69 | if (boot_cpu_data.dcache.n_aliases) |
70 | set_bit(PG_dcache_dirty, &page->flags); | 70 | clear_bit(PG_dcache_clean, &page->flags); |
71 | } | 71 | } |
72 | 72 | ||
73 | if (vma->vm_flags & VM_EXEC) | 73 | if (vma->vm_flags & VM_EXEC) |
@@ -79,14 +79,14 @@ void copy_from_user_page(struct vm_area_struct *vma, struct page *page, | |||
79 | unsigned long len) | 79 | unsigned long len) |
80 | { | 80 | { |
81 | if (boot_cpu_data.dcache.n_aliases && page_mapped(page) && | 81 | if (boot_cpu_data.dcache.n_aliases && page_mapped(page) && |
82 | !test_bit(PG_dcache_dirty, &page->flags)) { | 82 | test_bit(PG_dcache_clean, &page->flags)) { |
83 | void *vfrom = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); | 83 | void *vfrom = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); |
84 | memcpy(dst, vfrom, len); | 84 | memcpy(dst, vfrom, len); |
85 | kunmap_coherent(vfrom); | 85 | kunmap_coherent(vfrom); |
86 | } else { | 86 | } else { |
87 | memcpy(dst, src, len); | 87 | memcpy(dst, src, len); |
88 | if (boot_cpu_data.dcache.n_aliases) | 88 | if (boot_cpu_data.dcache.n_aliases) |
89 | set_bit(PG_dcache_dirty, &page->flags); | 89 | clear_bit(PG_dcache_clean, &page->flags); |
90 | } | 90 | } |
91 | } | 91 | } |
92 | 92 | ||
@@ -98,7 +98,7 @@ void copy_user_highpage(struct page *to, struct page *from, | |||
98 | vto = kmap_atomic(to, KM_USER1); | 98 | vto = kmap_atomic(to, KM_USER1); |
99 | 99 | ||
100 | if (boot_cpu_data.dcache.n_aliases && page_mapped(from) && | 100 | if (boot_cpu_data.dcache.n_aliases && page_mapped(from) && |
101 | !test_bit(PG_dcache_dirty, &from->flags)) { | 101 | test_bit(PG_dcache_clean, &from->flags)) { |
102 | vfrom = kmap_coherent(from, vaddr); | 102 | vfrom = kmap_coherent(from, vaddr); |
103 | copy_page(vto, vfrom); | 103 | copy_page(vto, vfrom); |
104 | kunmap_coherent(vfrom); | 104 | kunmap_coherent(vfrom); |
@@ -108,7 +108,8 @@ void copy_user_highpage(struct page *to, struct page *from, | |||
108 | kunmap_atomic(vfrom, KM_USER0); | 108 | kunmap_atomic(vfrom, KM_USER0); |
109 | } | 109 | } |
110 | 110 | ||
111 | if (pages_do_alias((unsigned long)vto, vaddr & PAGE_MASK)) | 111 | if (pages_do_alias((unsigned long)vto, vaddr & PAGE_MASK) || |
112 | (vma->vm_flags & VM_EXEC)) | ||
112 | __flush_purge_region(vto, PAGE_SIZE); | 113 | __flush_purge_region(vto, PAGE_SIZE); |
113 | 114 | ||
114 | kunmap_atomic(vto, KM_USER1); | 115 | kunmap_atomic(vto, KM_USER1); |
@@ -141,7 +142,7 @@ void __update_cache(struct vm_area_struct *vma, | |||
141 | 142 | ||
142 | page = pfn_to_page(pfn); | 143 | page = pfn_to_page(pfn); |
143 | if (pfn_valid(pfn)) { | 144 | if (pfn_valid(pfn)) { |
144 | int dirty = test_and_clear_bit(PG_dcache_dirty, &page->flags); | 145 | int dirty = !test_and_set_bit(PG_dcache_clean, &page->flags); |
145 | if (dirty) | 146 | if (dirty) |
146 | __flush_purge_region(page_address(page), PAGE_SIZE); | 147 | __flush_purge_region(page_address(page), PAGE_SIZE); |
147 | } | 148 | } |
@@ -153,7 +154,7 @@ void __flush_anon_page(struct page *page, unsigned long vmaddr) | |||
153 | 154 | ||
154 | if (pages_do_alias(addr, vmaddr)) { | 155 | if (pages_do_alias(addr, vmaddr)) { |
155 | if (boot_cpu_data.dcache.n_aliases && page_mapped(page) && | 156 | if (boot_cpu_data.dcache.n_aliases && page_mapped(page) && |
156 | !test_bit(PG_dcache_dirty, &page->flags)) { | 157 | test_bit(PG_dcache_clean, &page->flags)) { |
157 | void *kaddr; | 158 | void *kaddr; |
158 | 159 | ||
159 | kaddr = kmap_coherent(page, vmaddr); | 160 | kaddr = kmap_coherent(page, vmaddr); |
diff --git a/arch/sh/mm/consistent.c b/arch/sh/mm/consistent.c index c86a08540258..f251b5f27652 100644 --- a/arch/sh/mm/consistent.c +++ b/arch/sh/mm/consistent.c | |||
@@ -38,11 +38,12 @@ void *dma_generic_alloc_coherent(struct device *dev, size_t size, | |||
38 | void *ret, *ret_nocache; | 38 | void *ret, *ret_nocache; |
39 | int order = get_order(size); | 39 | int order = get_order(size); |
40 | 40 | ||
41 | gfp |= __GFP_ZERO; | ||
42 | |||
41 | ret = (void *)__get_free_pages(gfp, order); | 43 | ret = (void *)__get_free_pages(gfp, order); |
42 | if (!ret) | 44 | if (!ret) |
43 | return NULL; | 45 | return NULL; |
44 | 46 | ||
45 | memset(ret, 0, size); | ||
46 | /* | 47 | /* |
47 | * Pages from the page allocator may have data present in | 48 | * Pages from the page allocator may have data present in |
48 | * cache. So flush the cache before using uncached memory. | 49 | * cache. So flush the cache before using uncached memory. |
@@ -78,21 +79,20 @@ void dma_generic_free_coherent(struct device *dev, size_t size, | |||
78 | void dma_cache_sync(struct device *dev, void *vaddr, size_t size, | 79 | void dma_cache_sync(struct device *dev, void *vaddr, size_t size, |
79 | enum dma_data_direction direction) | 80 | enum dma_data_direction direction) |
80 | { | 81 | { |
81 | #if defined(CONFIG_CPU_SH5) || defined(CONFIG_PMB) | 82 | void *addr; |
82 | void *p1addr = vaddr; | 83 | |
83 | #else | 84 | addr = __in_29bit_mode() ? |
84 | void *p1addr = (void*) P1SEGADDR((unsigned long)vaddr); | 85 | (void *)CAC_ADDR((unsigned long)vaddr) : vaddr; |
85 | #endif | ||
86 | 86 | ||
87 | switch (direction) { | 87 | switch (direction) { |
88 | case DMA_FROM_DEVICE: /* invalidate only */ | 88 | case DMA_FROM_DEVICE: /* invalidate only */ |
89 | __flush_invalidate_region(p1addr, size); | 89 | __flush_invalidate_region(addr, size); |
90 | break; | 90 | break; |
91 | case DMA_TO_DEVICE: /* writeback only */ | 91 | case DMA_TO_DEVICE: /* writeback only */ |
92 | __flush_wback_region(p1addr, size); | 92 | __flush_wback_region(addr, size); |
93 | break; | 93 | break; |
94 | case DMA_BIDIRECTIONAL: /* writeback and invalidate */ | 94 | case DMA_BIDIRECTIONAL: /* writeback and invalidate */ |
95 | __flush_purge_region(p1addr, size); | 95 | __flush_purge_region(addr, size); |
96 | break; | 96 | break; |
97 | default: | 97 | default: |
98 | BUG(); | 98 | BUG(); |
diff --git a/arch/sh/mm/gup.c b/arch/sh/mm/gup.c new file mode 100644 index 000000000000..bf8daf9d9c9b --- /dev/null +++ b/arch/sh/mm/gup.c | |||
@@ -0,0 +1,273 @@ | |||
1 | /* | ||
2 | * Lockless get_user_pages_fast for SuperH | ||
3 | * | ||
4 | * Copyright (C) 2009 - 2010 Paul Mundt | ||
5 | * | ||
6 | * Cloned from the x86 and PowerPC versions, by: | ||
7 | * | ||
8 | * Copyright (C) 2008 Nick Piggin | ||
9 | * Copyright (C) 2008 Novell Inc. | ||
10 | */ | ||
11 | #include <linux/sched.h> | ||
12 | #include <linux/mm.h> | ||
13 | #include <linux/vmstat.h> | ||
14 | #include <linux/highmem.h> | ||
15 | #include <asm/pgtable.h> | ||
16 | |||
17 | static inline pte_t gup_get_pte(pte_t *ptep) | ||
18 | { | ||
19 | #ifndef CONFIG_X2TLB | ||
20 | return ACCESS_ONCE(*ptep); | ||
21 | #else | ||
22 | /* | ||
23 | * With get_user_pages_fast, we walk down the pagetables without | ||
24 | * taking any locks. For this we would like to load the pointers | ||
25 | * atomically, but that is not possible with 64-bit PTEs. What | ||
26 | * we do have is the guarantee that a pte will only either go | ||
27 | * from not present to present, or present to not present or both | ||
28 | * -- it will not switch to a completely different present page | ||
29 | * without a TLB flush in between; something that we are blocking | ||
30 | * by holding interrupts off. | ||
31 | * | ||
32 | * Setting ptes from not present to present goes: | ||
33 | * ptep->pte_high = h; | ||
34 | * smp_wmb(); | ||
35 | * ptep->pte_low = l; | ||
36 | * | ||
37 | * And present to not present goes: | ||
38 | * ptep->pte_low = 0; | ||
39 | * smp_wmb(); | ||
40 | * ptep->pte_high = 0; | ||
41 | * | ||
42 | * We must ensure here that the load of pte_low sees l iff pte_high | ||
43 | * sees h. We load pte_high *after* loading pte_low, which ensures we | ||
44 | * don't see an older value of pte_high. *Then* we recheck pte_low, | ||
45 | * which ensures that we haven't picked up a changed pte high. We might | ||
46 | * have got rubbish values from pte_low and pte_high, but we are | ||
47 | * guaranteed that pte_low will not have the present bit set *unless* | ||
48 | * it is 'l'. And get_user_pages_fast only operates on present ptes, so | ||
49 | * we're safe. | ||
50 | * | ||
51 | * gup_get_pte should not be used or copied outside gup.c without being | ||
52 | * very careful -- it does not atomically load the pte or anything that | ||
53 | * is likely to be useful for you. | ||
54 | */ | ||
55 | pte_t pte; | ||
56 | |||
57 | retry: | ||
58 | pte.pte_low = ptep->pte_low; | ||
59 | smp_rmb(); | ||
60 | pte.pte_high = ptep->pte_high; | ||
61 | smp_rmb(); | ||
62 | if (unlikely(pte.pte_low != ptep->pte_low)) | ||
63 | goto retry; | ||
64 | |||
65 | return pte; | ||
66 | #endif | ||
67 | } | ||
68 | |||
69 | /* | ||
70 | * The performance critical leaf functions are made noinline otherwise gcc | ||
71 | * inlines everything into a single function which results in too much | ||
72 | * register pressure. | ||
73 | */ | ||
74 | static noinline int gup_pte_range(pmd_t pmd, unsigned long addr, | ||
75 | unsigned long end, int write, struct page **pages, int *nr) | ||
76 | { | ||
77 | u64 mask, result; | ||
78 | pte_t *ptep; | ||
79 | |||
80 | #ifdef CONFIG_X2TLB | ||
81 | result = _PAGE_PRESENT | _PAGE_EXT(_PAGE_EXT_KERN_READ | _PAGE_EXT_USER_READ); | ||
82 | if (write) | ||
83 | result |= _PAGE_EXT(_PAGE_EXT_KERN_WRITE | _PAGE_EXT_USER_WRITE); | ||
84 | #elif defined(CONFIG_SUPERH64) | ||
85 | result = _PAGE_PRESENT | _PAGE_USER | _PAGE_READ; | ||
86 | if (write) | ||
87 | result |= _PAGE_WRITE; | ||
88 | #else | ||
89 | result = _PAGE_PRESENT | _PAGE_USER; | ||
90 | if (write) | ||
91 | result |= _PAGE_RW; | ||
92 | #endif | ||
93 | |||
94 | mask = result | _PAGE_SPECIAL; | ||
95 | |||
96 | ptep = pte_offset_map(&pmd, addr); | ||
97 | do { | ||
98 | pte_t pte = gup_get_pte(ptep); | ||
99 | struct page *page; | ||
100 | |||
101 | if ((pte_val(pte) & mask) != result) { | ||
102 | pte_unmap(ptep); | ||
103 | return 0; | ||
104 | } | ||
105 | VM_BUG_ON(!pfn_valid(pte_pfn(pte))); | ||
106 | page = pte_page(pte); | ||
107 | get_page(page); | ||
108 | pages[*nr] = page; | ||
109 | (*nr)++; | ||
110 | |||
111 | } while (ptep++, addr += PAGE_SIZE, addr != end); | ||
112 | pte_unmap(ptep - 1); | ||
113 | |||
114 | return 1; | ||
115 | } | ||
116 | |||
117 | static int gup_pmd_range(pud_t pud, unsigned long addr, unsigned long end, | ||
118 | int write, struct page **pages, int *nr) | ||
119 | { | ||
120 | unsigned long next; | ||
121 | pmd_t *pmdp; | ||
122 | |||
123 | pmdp = pmd_offset(&pud, addr); | ||
124 | do { | ||
125 | pmd_t pmd = *pmdp; | ||
126 | |||
127 | next = pmd_addr_end(addr, end); | ||
128 | if (pmd_none(pmd)) | ||
129 | return 0; | ||
130 | if (!gup_pte_range(pmd, addr, next, write, pages, nr)) | ||
131 | return 0; | ||
132 | } while (pmdp++, addr = next, addr != end); | ||
133 | |||
134 | return 1; | ||
135 | } | ||
136 | |||
137 | static int gup_pud_range(pgd_t pgd, unsigned long addr, unsigned long end, | ||
138 | int write, struct page **pages, int *nr) | ||
139 | { | ||
140 | unsigned long next; | ||
141 | pud_t *pudp; | ||
142 | |||
143 | pudp = pud_offset(&pgd, addr); | ||
144 | do { | ||
145 | pud_t pud = *pudp; | ||
146 | |||
147 | next = pud_addr_end(addr, end); | ||
148 | if (pud_none(pud)) | ||
149 | return 0; | ||
150 | if (!gup_pmd_range(pud, addr, next, write, pages, nr)) | ||
151 | return 0; | ||
152 | } while (pudp++, addr = next, addr != end); | ||
153 | |||
154 | return 1; | ||
155 | } | ||
156 | |||
157 | /* | ||
158 | * Like get_user_pages_fast() except its IRQ-safe in that it won't fall | ||
159 | * back to the regular GUP. | ||
160 | */ | ||
161 | int __get_user_pages_fast(unsigned long start, int nr_pages, int write, | ||
162 | struct page **pages) | ||
163 | { | ||
164 | struct mm_struct *mm = current->mm; | ||
165 | unsigned long addr, len, end; | ||
166 | unsigned long next; | ||
167 | unsigned long flags; | ||
168 | pgd_t *pgdp; | ||
169 | int nr = 0; | ||
170 | |||
171 | start &= PAGE_MASK; | ||
172 | addr = start; | ||
173 | len = (unsigned long) nr_pages << PAGE_SHIFT; | ||
174 | end = start + len; | ||
175 | if (unlikely(!access_ok(write ? VERIFY_WRITE : VERIFY_READ, | ||
176 | (void __user *)start, len))) | ||
177 | return 0; | ||
178 | |||
179 | /* | ||
180 | * This doesn't prevent pagetable teardown, but does prevent | ||
181 | * the pagetables and pages from being freed. | ||
182 | */ | ||
183 | local_irq_save(flags); | ||
184 | pgdp = pgd_offset(mm, addr); | ||
185 | do { | ||
186 | pgd_t pgd = *pgdp; | ||
187 | |||
188 | next = pgd_addr_end(addr, end); | ||
189 | if (pgd_none(pgd)) | ||
190 | break; | ||
191 | if (!gup_pud_range(pgd, addr, next, write, pages, &nr)) | ||
192 | break; | ||
193 | } while (pgdp++, addr = next, addr != end); | ||
194 | local_irq_restore(flags); | ||
195 | |||
196 | return nr; | ||
197 | } | ||
198 | |||
199 | /** | ||
200 | * get_user_pages_fast() - pin user pages in memory | ||
201 | * @start: starting user address | ||
202 | * @nr_pages: number of pages from start to pin | ||
203 | * @write: whether pages will be written to | ||
204 | * @pages: array that receives pointers to the pages pinned. | ||
205 | * Should be at least nr_pages long. | ||
206 | * | ||
207 | * Attempt to pin user pages in memory without taking mm->mmap_sem. | ||
208 | * If not successful, it will fall back to taking the lock and | ||
209 | * calling get_user_pages(). | ||
210 | * | ||
211 | * Returns number of pages pinned. This may be fewer than the number | ||
212 | * requested. If nr_pages is 0 or negative, returns 0. If no pages | ||
213 | * were pinned, returns -errno. | ||
214 | */ | ||
215 | int get_user_pages_fast(unsigned long start, int nr_pages, int write, | ||
216 | struct page **pages) | ||
217 | { | ||
218 | struct mm_struct *mm = current->mm; | ||
219 | unsigned long addr, len, end; | ||
220 | unsigned long next; | ||
221 | pgd_t *pgdp; | ||
222 | int nr = 0; | ||
223 | |||
224 | start &= PAGE_MASK; | ||
225 | addr = start; | ||
226 | len = (unsigned long) nr_pages << PAGE_SHIFT; | ||
227 | |||
228 | end = start + len; | ||
229 | if (end < start) | ||
230 | goto slow_irqon; | ||
231 | |||
232 | local_irq_disable(); | ||
233 | pgdp = pgd_offset(mm, addr); | ||
234 | do { | ||
235 | pgd_t pgd = *pgdp; | ||
236 | |||
237 | next = pgd_addr_end(addr, end); | ||
238 | if (pgd_none(pgd)) | ||
239 | goto slow; | ||
240 | if (!gup_pud_range(pgd, addr, next, write, pages, &nr)) | ||
241 | goto slow; | ||
242 | } while (pgdp++, addr = next, addr != end); | ||
243 | local_irq_enable(); | ||
244 | |||
245 | VM_BUG_ON(nr != (end - start) >> PAGE_SHIFT); | ||
246 | return nr; | ||
247 | |||
248 | { | ||
249 | int ret; | ||
250 | |||
251 | slow: | ||
252 | local_irq_enable(); | ||
253 | slow_irqon: | ||
254 | /* Try to get the remaining pages with get_user_pages */ | ||
255 | start += nr << PAGE_SHIFT; | ||
256 | pages += nr; | ||
257 | |||
258 | down_read(&mm->mmap_sem); | ||
259 | ret = get_user_pages(current, mm, start, | ||
260 | (end - start) >> PAGE_SHIFT, write, 0, pages, NULL); | ||
261 | up_read(&mm->mmap_sem); | ||
262 | |||
263 | /* Have to be a bit careful with return values */ | ||
264 | if (nr > 0) { | ||
265 | if (ret < 0) | ||
266 | ret = nr; | ||
267 | else | ||
268 | ret += nr; | ||
269 | } | ||
270 | |||
271 | return ret; | ||
272 | } | ||
273 | } | ||
diff --git a/arch/sh/mm/hugetlbpage.c b/arch/sh/mm/hugetlbpage.c index 9163db3e8d15..d7762349ea48 100644 --- a/arch/sh/mm/hugetlbpage.c +++ b/arch/sh/mm/hugetlbpage.c | |||
@@ -35,7 +35,7 @@ pte_t *huge_pte_alloc(struct mm_struct *mm, | |||
35 | if (pud) { | 35 | if (pud) { |
36 | pmd = pmd_alloc(mm, pud, addr); | 36 | pmd = pmd_alloc(mm, pud, addr); |
37 | if (pmd) | 37 | if (pmd) |
38 | pte = pte_alloc_map(mm, pmd, addr); | 38 | pte = pte_alloc_map(mm, NULL, pmd, addr); |
39 | } | 39 | } |
40 | } | 40 | } |
41 | 41 | ||
diff --git a/arch/sh/mm/init.c b/arch/sh/mm/init.c index d0e249100e98..58a93fb3d965 100644 --- a/arch/sh/mm/init.c +++ b/arch/sh/mm/init.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * linux/arch/sh/mm/init.c | 2 | * linux/arch/sh/mm/init.c |
3 | * | 3 | * |
4 | * Copyright (C) 1999 Niibe Yutaka | 4 | * Copyright (C) 1999 Niibe Yutaka |
5 | * Copyright (C) 2002 - 2010 Paul Mundt | 5 | * Copyright (C) 2002 - 2011 Paul Mundt |
6 | * | 6 | * |
7 | * Based on linux/arch/i386/mm/init.c: | 7 | * Based on linux/arch/i386/mm/init.c: |
8 | * Copyright (C) 1995 Linus Torvalds | 8 | * Copyright (C) 1995 Linus Torvalds |
@@ -28,7 +28,6 @@ | |||
28 | #include <asm/cache.h> | 28 | #include <asm/cache.h> |
29 | #include <asm/sizes.h> | 29 | #include <asm/sizes.h> |
30 | 30 | ||
31 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); | ||
32 | pgd_t swapper_pg_dir[PTRS_PER_PGD]; | 31 | pgd_t swapper_pg_dir[PTRS_PER_PGD]; |
33 | 32 | ||
34 | void __init generic_mem_init(void) | 33 | void __init generic_mem_init(void) |
@@ -47,7 +46,6 @@ static pte_t *__get_pte_phys(unsigned long addr) | |||
47 | pgd_t *pgd; | 46 | pgd_t *pgd; |
48 | pud_t *pud; | 47 | pud_t *pud; |
49 | pmd_t *pmd; | 48 | pmd_t *pmd; |
50 | pte_t *pte; | ||
51 | 49 | ||
52 | pgd = pgd_offset_k(addr); | 50 | pgd = pgd_offset_k(addr); |
53 | if (pgd_none(*pgd)) { | 51 | if (pgd_none(*pgd)) { |
@@ -67,8 +65,7 @@ static pte_t *__get_pte_phys(unsigned long addr) | |||
67 | return NULL; | 65 | return NULL; |
68 | } | 66 | } |
69 | 67 | ||
70 | pte = pte_offset_kernel(pmd, addr); | 68 | return pte_offset_kernel(pmd, addr); |
71 | return pte; | ||
72 | } | 69 | } |
73 | 70 | ||
74 | static void set_pte_phys(unsigned long addr, unsigned long phys, pgprot_t prot) | 71 | static void set_pte_phys(unsigned long addr, unsigned long phys, pgprot_t prot) |
@@ -125,13 +122,45 @@ void __clear_fixmap(enum fixed_addresses idx, pgprot_t prot) | |||
125 | clear_pte_phys(address, prot); | 122 | clear_pte_phys(address, prot); |
126 | } | 123 | } |
127 | 124 | ||
125 | static pmd_t * __init one_md_table_init(pud_t *pud) | ||
126 | { | ||
127 | if (pud_none(*pud)) { | ||
128 | pmd_t *pmd; | ||
129 | |||
130 | pmd = alloc_bootmem_pages(PAGE_SIZE); | ||
131 | pud_populate(&init_mm, pud, pmd); | ||
132 | BUG_ON(pmd != pmd_offset(pud, 0)); | ||
133 | } | ||
134 | |||
135 | return pmd_offset(pud, 0); | ||
136 | } | ||
137 | |||
138 | static pte_t * __init one_page_table_init(pmd_t *pmd) | ||
139 | { | ||
140 | if (pmd_none(*pmd)) { | ||
141 | pte_t *pte; | ||
142 | |||
143 | pte = alloc_bootmem_pages(PAGE_SIZE); | ||
144 | pmd_populate_kernel(&init_mm, pmd, pte); | ||
145 | BUG_ON(pte != pte_offset_kernel(pmd, 0)); | ||
146 | } | ||
147 | |||
148 | return pte_offset_kernel(pmd, 0); | ||
149 | } | ||
150 | |||
151 | static pte_t * __init page_table_kmap_check(pte_t *pte, pmd_t *pmd, | ||
152 | unsigned long vaddr, pte_t *lastpte) | ||
153 | { | ||
154 | return pte; | ||
155 | } | ||
156 | |||
128 | void __init page_table_range_init(unsigned long start, unsigned long end, | 157 | void __init page_table_range_init(unsigned long start, unsigned long end, |
129 | pgd_t *pgd_base) | 158 | pgd_t *pgd_base) |
130 | { | 159 | { |
131 | pgd_t *pgd; | 160 | pgd_t *pgd; |
132 | pud_t *pud; | 161 | pud_t *pud; |
133 | pmd_t *pmd; | 162 | pmd_t *pmd; |
134 | pte_t *pte; | 163 | pte_t *pte = NULL; |
135 | int i, j, k; | 164 | int i, j, k; |
136 | unsigned long vaddr; | 165 | unsigned long vaddr; |
137 | 166 | ||
@@ -144,19 +173,13 @@ void __init page_table_range_init(unsigned long start, unsigned long end, | |||
144 | for ( ; (i < PTRS_PER_PGD) && (vaddr != end); pgd++, i++) { | 173 | for ( ; (i < PTRS_PER_PGD) && (vaddr != end); pgd++, i++) { |
145 | pud = (pud_t *)pgd; | 174 | pud = (pud_t *)pgd; |
146 | for ( ; (j < PTRS_PER_PUD) && (vaddr != end); pud++, j++) { | 175 | for ( ; (j < PTRS_PER_PUD) && (vaddr != end); pud++, j++) { |
147 | #ifdef __PAGETABLE_PMD_FOLDED | 176 | pmd = one_md_table_init(pud); |
148 | pmd = (pmd_t *)pud; | 177 | #ifndef __PAGETABLE_PMD_FOLDED |
149 | #else | ||
150 | pmd = (pmd_t *)alloc_bootmem_low_pages(PAGE_SIZE); | ||
151 | pud_populate(&init_mm, pud, pmd); | ||
152 | pmd += k; | 178 | pmd += k; |
153 | #endif | 179 | #endif |
154 | for (; (k < PTRS_PER_PMD) && (vaddr != end); pmd++, k++) { | 180 | for (; (k < PTRS_PER_PMD) && (vaddr != end); pmd++, k++) { |
155 | if (pmd_none(*pmd)) { | 181 | pte = page_table_kmap_check(one_page_table_init(pmd), |
156 | pte = (pte_t *) alloc_bootmem_low_pages(PAGE_SIZE); | 182 | pmd, vaddr, pte); |
157 | pmd_populate_kernel(&init_mm, pmd, pte); | ||
158 | BUG_ON(pte != pte_offset_kernel(pmd, 0)); | ||
159 | } | ||
160 | vaddr += PMD_SIZE; | 183 | vaddr += PMD_SIZE; |
161 | } | 184 | } |
162 | k = 0; | 185 | k = 0; |
@@ -200,7 +223,6 @@ static void __init bootmem_init_one_node(unsigned int nid) | |||
200 | unsigned long total_pages, paddr; | 223 | unsigned long total_pages, paddr; |
201 | unsigned long end_pfn; | 224 | unsigned long end_pfn; |
202 | struct pglist_data *p; | 225 | struct pglist_data *p; |
203 | int i; | ||
204 | 226 | ||
205 | p = NODE_DATA(nid); | 227 | p = NODE_DATA(nid); |
206 | 228 | ||
@@ -226,11 +248,12 @@ static void __init bootmem_init_one_node(unsigned int nid) | |||
226 | * reservations in other nodes. | 248 | * reservations in other nodes. |
227 | */ | 249 | */ |
228 | if (nid == 0) { | 250 | if (nid == 0) { |
251 | struct memblock_region *reg; | ||
252 | |||
229 | /* Reserve the sections we're already using. */ | 253 | /* Reserve the sections we're already using. */ |
230 | for (i = 0; i < memblock.reserved.cnt; i++) | 254 | for_each_memblock(reserved, reg) { |
231 | reserve_bootmem(memblock.reserved.region[i].base, | 255 | reserve_bootmem(reg->base, reg->size, BOOTMEM_DEFAULT); |
232 | memblock_size_bytes(&memblock.reserved, i), | 256 | } |
233 | BOOTMEM_DEFAULT); | ||
234 | } | 257 | } |
235 | 258 | ||
236 | sparse_memory_present_with_active_regions(nid); | 259 | sparse_memory_present_with_active_regions(nid); |
@@ -238,13 +261,14 @@ static void __init bootmem_init_one_node(unsigned int nid) | |||
238 | 261 | ||
239 | static void __init do_init_bootmem(void) | 262 | static void __init do_init_bootmem(void) |
240 | { | 263 | { |
264 | struct memblock_region *reg; | ||
241 | int i; | 265 | int i; |
242 | 266 | ||
243 | /* Add active regions with valid PFNs. */ | 267 | /* Add active regions with valid PFNs. */ |
244 | for (i = 0; i < memblock.memory.cnt; i++) { | 268 | for_each_memblock(memory, reg) { |
245 | unsigned long start_pfn, end_pfn; | 269 | unsigned long start_pfn, end_pfn; |
246 | start_pfn = memblock.memory.region[i].base >> PAGE_SHIFT; | 270 | start_pfn = memblock_region_memory_base_pfn(reg); |
247 | end_pfn = start_pfn + memblock_size_pages(&memblock.memory, i); | 271 | end_pfn = memblock_region_memory_end_pfn(reg); |
248 | __add_active_range(0, start_pfn, end_pfn); | 272 | __add_active_range(0, start_pfn, end_pfn); |
249 | } | 273 | } |
250 | 274 | ||
@@ -300,11 +324,17 @@ void __init paging_init(void) | |||
300 | int nid; | 324 | int nid; |
301 | 325 | ||
302 | memblock_init(); | 326 | memblock_init(); |
303 | |||
304 | sh_mv.mv_mem_init(); | 327 | sh_mv.mv_mem_init(); |
305 | 328 | ||
306 | early_reserve_mem(); | 329 | early_reserve_mem(); |
307 | 330 | ||
331 | /* | ||
332 | * Once the early reservations are out of the way, give the | ||
333 | * platforms a chance to kick out some memory. | ||
334 | */ | ||
335 | if (sh_mv.mv_mem_reserve) | ||
336 | sh_mv.mv_mem_reserve(); | ||
337 | |||
308 | memblock_enforce_memory_limit(memory_limit); | 338 | memblock_enforce_memory_limit(memory_limit); |
309 | memblock_analyze(); | 339 | memblock_analyze(); |
310 | 340 | ||
diff --git a/arch/sh/mm/kmap.c b/arch/sh/mm/kmap.c index 15d74ea42094..ec29e14ec5a8 100644 --- a/arch/sh/mm/kmap.c +++ b/arch/sh/mm/kmap.c | |||
@@ -34,7 +34,7 @@ void *kmap_coherent(struct page *page, unsigned long addr) | |||
34 | enum fixed_addresses idx; | 34 | enum fixed_addresses idx; |
35 | unsigned long vaddr; | 35 | unsigned long vaddr; |
36 | 36 | ||
37 | BUG_ON(test_bit(PG_dcache_dirty, &page->flags)); | 37 | BUG_ON(!test_bit(PG_dcache_clean, &page->flags)); |
38 | 38 | ||
39 | pagefault_disable(); | 39 | pagefault_disable(); |
40 | 40 | ||
diff --git a/arch/sh/mm/nommu.c b/arch/sh/mm/nommu.c index 7694f50c9034..36312d254faf 100644 --- a/arch/sh/mm/nommu.c +++ b/arch/sh/mm/nommu.c | |||
@@ -67,6 +67,10 @@ void local_flush_tlb_kernel_range(unsigned long start, unsigned long end) | |||
67 | BUG(); | 67 | BUG(); |
68 | } | 68 | } |
69 | 69 | ||
70 | void __flush_tlb_global(void) | ||
71 | { | ||
72 | } | ||
73 | |||
70 | void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) | 74 | void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) |
71 | { | 75 | { |
72 | } | 76 | } |
diff --git a/arch/sh/mm/pmb.c b/arch/sh/mm/pmb.c index 6379091a1647..fad52f1f6812 100644 --- a/arch/sh/mm/pmb.c +++ b/arch/sh/mm/pmb.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Privileged Space Mapping Buffer (PMB) Support. | 4 | * Privileged Space Mapping Buffer (PMB) Support. |
5 | * | 5 | * |
6 | * Copyright (C) 2005 - 2010 Paul Mundt | 6 | * Copyright (C) 2005 - 2011 Paul Mundt |
7 | * Copyright (C) 2010 Matt Fleming | 7 | * Copyright (C) 2010 Matt Fleming |
8 | * | 8 | * |
9 | * This file is subject to the terms and conditions of the GNU General Public | 9 | * This file is subject to the terms and conditions of the GNU General Public |
@@ -12,7 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | #include <linux/sysdev.h> | 15 | #include <linux/syscore_ops.h> |
16 | #include <linux/cpu.h> | 16 | #include <linux/cpu.h> |
17 | #include <linux/module.h> | 17 | #include <linux/module.h> |
18 | #include <linux/bitops.h> | 18 | #include <linux/bitops.h> |
@@ -40,7 +40,7 @@ struct pmb_entry { | |||
40 | unsigned long flags; | 40 | unsigned long flags; |
41 | unsigned long size; | 41 | unsigned long size; |
42 | 42 | ||
43 | spinlock_t lock; | 43 | raw_spinlock_t lock; |
44 | 44 | ||
45 | /* | 45 | /* |
46 | * 0 .. NR_PMB_ENTRIES for specific entry selection, or | 46 | * 0 .. NR_PMB_ENTRIES for specific entry selection, or |
@@ -265,7 +265,7 @@ static struct pmb_entry *pmb_alloc(unsigned long vpn, unsigned long ppn, | |||
265 | 265 | ||
266 | memset(pmbe, 0, sizeof(struct pmb_entry)); | 266 | memset(pmbe, 0, sizeof(struct pmb_entry)); |
267 | 267 | ||
268 | spin_lock_init(&pmbe->lock); | 268 | raw_spin_lock_init(&pmbe->lock); |
269 | 269 | ||
270 | pmbe->vpn = vpn; | 270 | pmbe->vpn = vpn; |
271 | pmbe->ppn = ppn; | 271 | pmbe->ppn = ppn; |
@@ -327,9 +327,9 @@ static void set_pmb_entry(struct pmb_entry *pmbe) | |||
327 | { | 327 | { |
328 | unsigned long flags; | 328 | unsigned long flags; |
329 | 329 | ||
330 | spin_lock_irqsave(&pmbe->lock, flags); | 330 | raw_spin_lock_irqsave(&pmbe->lock, flags); |
331 | __set_pmb_entry(pmbe); | 331 | __set_pmb_entry(pmbe); |
332 | spin_unlock_irqrestore(&pmbe->lock, flags); | 332 | raw_spin_unlock_irqrestore(&pmbe->lock, flags); |
333 | } | 333 | } |
334 | #endif /* CONFIG_PM */ | 334 | #endif /* CONFIG_PM */ |
335 | 335 | ||
@@ -368,7 +368,7 @@ int pmb_bolt_mapping(unsigned long vaddr, phys_addr_t phys, | |||
368 | return PTR_ERR(pmbe); | 368 | return PTR_ERR(pmbe); |
369 | } | 369 | } |
370 | 370 | ||
371 | spin_lock_irqsave(&pmbe->lock, flags); | 371 | raw_spin_lock_irqsave(&pmbe->lock, flags); |
372 | 372 | ||
373 | pmbe->size = pmb_sizes[i].size; | 373 | pmbe->size = pmb_sizes[i].size; |
374 | 374 | ||
@@ -383,9 +383,10 @@ int pmb_bolt_mapping(unsigned long vaddr, phys_addr_t phys, | |||
383 | * entries for easier tear-down. | 383 | * entries for easier tear-down. |
384 | */ | 384 | */ |
385 | if (likely(pmbp)) { | 385 | if (likely(pmbp)) { |
386 | spin_lock(&pmbp->lock); | 386 | raw_spin_lock_nested(&pmbp->lock, |
387 | SINGLE_DEPTH_NESTING); | ||
387 | pmbp->link = pmbe; | 388 | pmbp->link = pmbe; |
388 | spin_unlock(&pmbp->lock); | 389 | raw_spin_unlock(&pmbp->lock); |
389 | } | 390 | } |
390 | 391 | ||
391 | pmbp = pmbe; | 392 | pmbp = pmbe; |
@@ -398,7 +399,7 @@ int pmb_bolt_mapping(unsigned long vaddr, phys_addr_t phys, | |||
398 | i--; | 399 | i--; |
399 | mapped++; | 400 | mapped++; |
400 | 401 | ||
401 | spin_unlock_irqrestore(&pmbe->lock, flags); | 402 | raw_spin_unlock_irqrestore(&pmbe->lock, flags); |
402 | } | 403 | } |
403 | } while (size >= SZ_16M); | 404 | } while (size >= SZ_16M); |
404 | 405 | ||
@@ -627,15 +628,14 @@ static void __init pmb_synchronize(void) | |||
627 | continue; | 628 | continue; |
628 | } | 629 | } |
629 | 630 | ||
630 | spin_lock_irqsave(&pmbe->lock, irqflags); | 631 | raw_spin_lock_irqsave(&pmbe->lock, irqflags); |
631 | 632 | ||
632 | for (j = 0; j < ARRAY_SIZE(pmb_sizes); j++) | 633 | for (j = 0; j < ARRAY_SIZE(pmb_sizes); j++) |
633 | if (pmb_sizes[j].flag == size) | 634 | if (pmb_sizes[j].flag == size) |
634 | pmbe->size = pmb_sizes[j].size; | 635 | pmbe->size = pmb_sizes[j].size; |
635 | 636 | ||
636 | if (pmbp) { | 637 | if (pmbp) { |
637 | spin_lock(&pmbp->lock); | 638 | raw_spin_lock_nested(&pmbp->lock, SINGLE_DEPTH_NESTING); |
638 | |||
639 | /* | 639 | /* |
640 | * Compare the previous entry against the current one to | 640 | * Compare the previous entry against the current one to |
641 | * see if the entries span a contiguous mapping. If so, | 641 | * see if the entries span a contiguous mapping. If so, |
@@ -644,13 +644,12 @@ static void __init pmb_synchronize(void) | |||
644 | */ | 644 | */ |
645 | if (pmb_can_merge(pmbp, pmbe)) | 645 | if (pmb_can_merge(pmbp, pmbe)) |
646 | pmbp->link = pmbe; | 646 | pmbp->link = pmbe; |
647 | 647 | raw_spin_unlock(&pmbp->lock); | |
648 | spin_unlock(&pmbp->lock); | ||
649 | } | 648 | } |
650 | 649 | ||
651 | pmbp = pmbe; | 650 | pmbp = pmbe; |
652 | 651 | ||
653 | spin_unlock_irqrestore(&pmbe->lock, irqflags); | 652 | raw_spin_unlock_irqrestore(&pmbe->lock, irqflags); |
654 | } | 653 | } |
655 | } | 654 | } |
656 | 655 | ||
@@ -757,7 +756,7 @@ static void __init pmb_resize(void) | |||
757 | /* | 756 | /* |
758 | * Found it, now resize it. | 757 | * Found it, now resize it. |
759 | */ | 758 | */ |
760 | spin_lock_irqsave(&pmbe->lock, flags); | 759 | raw_spin_lock_irqsave(&pmbe->lock, flags); |
761 | 760 | ||
762 | pmbe->size = SZ_16M; | 761 | pmbe->size = SZ_16M; |
763 | pmbe->flags &= ~PMB_SZ_MASK; | 762 | pmbe->flags &= ~PMB_SZ_MASK; |
@@ -767,7 +766,7 @@ static void __init pmb_resize(void) | |||
767 | 766 | ||
768 | __set_pmb_entry(pmbe); | 767 | __set_pmb_entry(pmbe); |
769 | 768 | ||
770 | spin_unlock_irqrestore(&pmbe->lock, flags); | 769 | raw_spin_unlock_irqrestore(&pmbe->lock, flags); |
771 | } | 770 | } |
772 | 771 | ||
773 | read_unlock(&pmb_rwlock); | 772 | read_unlock(&pmb_rwlock); |
@@ -866,57 +865,40 @@ static int __init pmb_debugfs_init(void) | |||
866 | struct dentry *dentry; | 865 | struct dentry *dentry; |
867 | 866 | ||
868 | dentry = debugfs_create_file("pmb", S_IFREG | S_IRUGO, | 867 | dentry = debugfs_create_file("pmb", S_IFREG | S_IRUGO, |
869 | sh_debugfs_root, NULL, &pmb_debugfs_fops); | 868 | arch_debugfs_dir, NULL, &pmb_debugfs_fops); |
870 | if (!dentry) | 869 | if (!dentry) |
871 | return -ENOMEM; | 870 | return -ENOMEM; |
872 | if (IS_ERR(dentry)) | ||
873 | return PTR_ERR(dentry); | ||
874 | 871 | ||
875 | return 0; | 872 | return 0; |
876 | } | 873 | } |
877 | subsys_initcall(pmb_debugfs_init); | 874 | subsys_initcall(pmb_debugfs_init); |
878 | 875 | ||
879 | #ifdef CONFIG_PM | 876 | #ifdef CONFIG_PM |
880 | static int pmb_sysdev_suspend(struct sys_device *dev, pm_message_t state) | 877 | static void pmb_syscore_resume(void) |
881 | { | 878 | { |
882 | static pm_message_t prev_state; | 879 | struct pmb_entry *pmbe; |
883 | int i; | 880 | int i; |
884 | 881 | ||
885 | /* Restore the PMB after a resume from hibernation */ | 882 | read_lock(&pmb_rwlock); |
886 | if (state.event == PM_EVENT_ON && | ||
887 | prev_state.event == PM_EVENT_FREEZE) { | ||
888 | struct pmb_entry *pmbe; | ||
889 | |||
890 | read_lock(&pmb_rwlock); | ||
891 | 883 | ||
892 | for (i = 0; i < ARRAY_SIZE(pmb_entry_list); i++) { | 884 | for (i = 0; i < ARRAY_SIZE(pmb_entry_list); i++) { |
893 | if (test_bit(i, pmb_map)) { | 885 | if (test_bit(i, pmb_map)) { |
894 | pmbe = &pmb_entry_list[i]; | 886 | pmbe = &pmb_entry_list[i]; |
895 | set_pmb_entry(pmbe); | 887 | set_pmb_entry(pmbe); |
896 | } | ||
897 | } | 888 | } |
898 | |||
899 | read_unlock(&pmb_rwlock); | ||
900 | } | 889 | } |
901 | 890 | ||
902 | prev_state = state; | 891 | read_unlock(&pmb_rwlock); |
903 | |||
904 | return 0; | ||
905 | } | ||
906 | |||
907 | static int pmb_sysdev_resume(struct sys_device *dev) | ||
908 | { | ||
909 | return pmb_sysdev_suspend(dev, PMSG_ON); | ||
910 | } | 892 | } |
911 | 893 | ||
912 | static struct sysdev_driver pmb_sysdev_driver = { | 894 | static struct syscore_ops pmb_syscore_ops = { |
913 | .suspend = pmb_sysdev_suspend, | 895 | .resume = pmb_syscore_resume, |
914 | .resume = pmb_sysdev_resume, | ||
915 | }; | 896 | }; |
916 | 897 | ||
917 | static int __init pmb_sysdev_init(void) | 898 | static int __init pmb_sysdev_init(void) |
918 | { | 899 | { |
919 | return sysdev_driver_register(&cpu_sysdev_class, &pmb_sysdev_driver); | 900 | register_syscore_ops(&pmb_syscore_ops); |
901 | return 0; | ||
920 | } | 902 | } |
921 | subsys_initcall(pmb_sysdev_init); | 903 | subsys_initcall(pmb_sysdev_init); |
922 | #endif | 904 | #endif |
diff --git a/arch/sh/mm/sram.c b/arch/sh/mm/sram.c new file mode 100644 index 000000000000..bc156ec4545e --- /dev/null +++ b/arch/sh/mm/sram.c | |||
@@ -0,0 +1,34 @@ | |||
1 | /* | ||
2 | * SRAM pool for tiny memories not otherwise managed. | ||
3 | * | ||
4 | * Copyright (C) 2010 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #include <linux/init.h> | ||
11 | #include <linux/kernel.h> | ||
12 | #include <asm/sram.h> | ||
13 | |||
14 | /* | ||
15 | * This provides a standard SRAM pool for tiny memories that can be | ||
16 | * added either by the CPU or the platform code. Typical SRAM sizes | ||
17 | * to be inserted in to the pool will generally be less than the page | ||
18 | * size, with anything more reasonably sized handled as a NUMA memory | ||
19 | * node. | ||
20 | */ | ||
21 | struct gen_pool *sram_pool; | ||
22 | |||
23 | static int __init sram_pool_init(void) | ||
24 | { | ||
25 | /* | ||
26 | * This is a global pool, we don't care about node locality. | ||
27 | */ | ||
28 | sram_pool = gen_pool_create(1, -1); | ||
29 | if (unlikely(!sram_pool)) | ||
30 | return -ENOMEM; | ||
31 | |||
32 | return 0; | ||
33 | } | ||
34 | core_initcall(sram_pool_init); | ||
diff --git a/arch/sh/mm/tlb-debugfs.c b/arch/sh/mm/tlb-debugfs.c index 229bf75f28df..dea637a09246 100644 --- a/arch/sh/mm/tlb-debugfs.c +++ b/arch/sh/mm/tlb-debugfs.c | |||
@@ -151,15 +151,13 @@ static int __init tlb_debugfs_init(void) | |||
151 | { | 151 | { |
152 | struct dentry *itlb, *utlb; | 152 | struct dentry *itlb, *utlb; |
153 | 153 | ||
154 | itlb = debugfs_create_file("itlb", S_IRUSR, sh_debugfs_root, | 154 | itlb = debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir, |
155 | (unsigned int *)TLB_TYPE_ITLB, | 155 | (unsigned int *)TLB_TYPE_ITLB, |
156 | &tlb_debugfs_fops); | 156 | &tlb_debugfs_fops); |
157 | if (unlikely(!itlb)) | 157 | if (unlikely(!itlb)) |
158 | return -ENOMEM; | 158 | return -ENOMEM; |
159 | if (IS_ERR(itlb)) | ||
160 | return PTR_ERR(itlb); | ||
161 | 159 | ||
162 | utlb = debugfs_create_file("utlb", S_IRUSR, sh_debugfs_root, | 160 | utlb = debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir, |
163 | (unsigned int *)TLB_TYPE_UTLB, | 161 | (unsigned int *)TLB_TYPE_UTLB, |
164 | &tlb_debugfs_fops); | 162 | &tlb_debugfs_fops); |
165 | if (unlikely(!utlb)) { | 163 | if (unlikely(!utlb)) { |
@@ -167,11 +165,6 @@ static int __init tlb_debugfs_init(void) | |||
167 | return -ENOMEM; | 165 | return -ENOMEM; |
168 | } | 166 | } |
169 | 167 | ||
170 | if (IS_ERR(utlb)) { | ||
171 | debugfs_remove(itlb); | ||
172 | return PTR_ERR(utlb); | ||
173 | } | ||
174 | |||
175 | return 0; | 168 | return 0; |
176 | } | 169 | } |
177 | module_init(tlb_debugfs_init); | 170 | module_init(tlb_debugfs_init); |
diff --git a/arch/sh/mm/tlbflush_32.c b/arch/sh/mm/tlbflush_32.c index 3fbe03ce8fe3..a6a20d6de4c0 100644 --- a/arch/sh/mm/tlbflush_32.c +++ b/arch/sh/mm/tlbflush_32.c | |||
@@ -119,3 +119,19 @@ void local_flush_tlb_mm(struct mm_struct *mm) | |||
119 | local_irq_restore(flags); | 119 | local_irq_restore(flags); |
120 | } | 120 | } |
121 | } | 121 | } |
122 | |||
123 | void __flush_tlb_global(void) | ||
124 | { | ||
125 | unsigned long flags; | ||
126 | |||
127 | local_irq_save(flags); | ||
128 | |||
129 | /* | ||
130 | * This is the most destructive of the TLB flushing options, | ||
131 | * and will tear down all of the UTLB/ITLB mappings, including | ||
132 | * wired entries. | ||
133 | */ | ||
134 | __raw_writel(__raw_readl(MMUCR) | MMUCR_TI, MMUCR); | ||
135 | |||
136 | local_irq_restore(flags); | ||
137 | } | ||
diff --git a/arch/sh/mm/tlbflush_64.c b/arch/sh/mm/tlbflush_64.c index 03db41cc1268..7f5810f5dfdc 100644 --- a/arch/sh/mm/tlbflush_64.c +++ b/arch/sh/mm/tlbflush_64.c | |||
@@ -455,6 +455,11 @@ void local_flush_tlb_kernel_range(unsigned long start, unsigned long end) | |||
455 | flush_tlb_all(); | 455 | flush_tlb_all(); |
456 | } | 456 | } |
457 | 457 | ||
458 | void __flush_tlb_global(void) | ||
459 | { | ||
460 | flush_tlb_all(); | ||
461 | } | ||
462 | |||
458 | void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) | 463 | void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) |
459 | { | 464 | { |
460 | } | 465 | } |
diff --git a/arch/sh/mm/uncached.c b/arch/sh/mm/uncached.c index 8a4eca551fc0..a7767da815e9 100644 --- a/arch/sh/mm/uncached.c +++ b/arch/sh/mm/uncached.c | |||
@@ -28,7 +28,7 @@ EXPORT_SYMBOL(virt_addr_uncached); | |||
28 | 28 | ||
29 | void __init uncached_init(void) | 29 | void __init uncached_init(void) |
30 | { | 30 | { |
31 | #ifdef CONFIG_29BIT | 31 | #if defined(CONFIG_29BIT) || !defined(CONFIG_MMU) |
32 | uncached_start = P2SEG; | 32 | uncached_start = P2SEG; |
33 | #else | 33 | #else |
34 | uncached_start = memory_end; | 34 | uncached_start = memory_end; |
diff --git a/arch/sh/oprofile/Makefile b/arch/sh/oprofile/Makefile index 4886c5c1786c..ce3b119021e7 100644 --- a/arch/sh/oprofile/Makefile +++ b/arch/sh/oprofile/Makefile | |||
@@ -1,9 +1,15 @@ | |||
1 | obj-$(CONFIG_OPROFILE) += oprofile.o | 1 | obj-$(CONFIG_OPROFILE) += oprofile.o |
2 | 2 | ||
3 | CFLAGS_common.o += -DUTS_MACHINE='"$(UTS_MACHINE)"' | ||
4 | |||
3 | DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ | 5 | DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ |
4 | oprof.o cpu_buffer.o buffer_sync.o \ | 6 | oprof.o cpu_buffer.o buffer_sync.o \ |
5 | event_buffer.o oprofile_files.o \ | 7 | event_buffer.o oprofile_files.o \ |
6 | oprofilefs.o oprofile_stats.o \ | 8 | oprofilefs.o oprofile_stats.o \ |
7 | timer_int.o ) | 9 | timer_int.o ) |
8 | 10 | ||
11 | ifeq ($(CONFIG_HW_PERF_EVENTS),y) | ||
12 | DRIVER_OBJS += $(addprefix ../../../drivers/oprofile/, oprofile_perf.o) | ||
13 | endif | ||
14 | |||
9 | oprofile-y := $(DRIVER_OBJS) common.o backtrace.o | 15 | oprofile-y := $(DRIVER_OBJS) common.o backtrace.o |
diff --git a/arch/sh/oprofile/backtrace.c b/arch/sh/oprofile/backtrace.c index 2bc74de23f08..9c88dcd56e86 100644 --- a/arch/sh/oprofile/backtrace.c +++ b/arch/sh/oprofile/backtrace.c | |||
@@ -23,17 +23,6 @@ | |||
23 | #include <asm/sections.h> | 23 | #include <asm/sections.h> |
24 | #include <asm/stacktrace.h> | 24 | #include <asm/stacktrace.h> |
25 | 25 | ||
26 | static void backtrace_warning_symbol(void *data, char *msg, | ||
27 | unsigned long symbol) | ||
28 | { | ||
29 | /* Ignore warnings */ | ||
30 | } | ||
31 | |||
32 | static void backtrace_warning(void *data, char *msg) | ||
33 | { | ||
34 | /* Ignore warnings */ | ||
35 | } | ||
36 | |||
37 | static int backtrace_stack(void *data, char *name) | 26 | static int backtrace_stack(void *data, char *name) |
38 | { | 27 | { |
39 | /* Yes, we want all stacks */ | 28 | /* Yes, we want all stacks */ |
@@ -49,8 +38,6 @@ static void backtrace_address(void *data, unsigned long addr, int reliable) | |||
49 | } | 38 | } |
50 | 39 | ||
51 | static struct stacktrace_ops backtrace_ops = { | 40 | static struct stacktrace_ops backtrace_ops = { |
52 | .warning = backtrace_warning, | ||
53 | .warning_symbol = backtrace_warning_symbol, | ||
54 | .stack = backtrace_stack, | 41 | .stack = backtrace_stack, |
55 | .address = backtrace_address, | 42 | .address = backtrace_address, |
56 | }; | 43 | }; |
@@ -91,7 +78,7 @@ void sh_backtrace(struct pt_regs * const regs, unsigned int depth) | |||
91 | if (depth > backtrace_limit) | 78 | if (depth > backtrace_limit) |
92 | depth = backtrace_limit; | 79 | depth = backtrace_limit; |
93 | 80 | ||
94 | stackaddr = (unsigned long *)regs->regs[15]; | 81 | stackaddr = (unsigned long *)kernel_stack_pointer(regs); |
95 | if (!user_mode(regs)) { | 82 | if (!user_mode(regs)) { |
96 | if (depth) | 83 | if (depth) |
97 | unwind_stack(NULL, regs, stackaddr, | 84 | unwind_stack(NULL, regs, stackaddr, |
diff --git a/arch/sh/oprofile/common.c b/arch/sh/oprofile/common.c index ac604937f3ee..b4c2d2b946dd 100644 --- a/arch/sh/oprofile/common.c +++ b/arch/sh/oprofile/common.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * arch/sh/oprofile/init.c | 2 | * arch/sh/oprofile/init.c |
3 | * | 3 | * |
4 | * Copyright (C) 2003 - 2008 Paul Mundt | 4 | * Copyright (C) 2003 - 2010 Paul Mundt |
5 | * | 5 | * |
6 | * Based on arch/mips/oprofile/common.c: | 6 | * Based on arch/mips/oprofile/common.c: |
7 | * | 7 | * |
@@ -17,114 +17,48 @@ | |||
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/errno.h> | 18 | #include <linux/errno.h> |
19 | #include <linux/smp.h> | 19 | #include <linux/smp.h> |
20 | #include <linux/perf_event.h> | ||
21 | #include <linux/slab.h> | ||
20 | #include <asm/processor.h> | 22 | #include <asm/processor.h> |
21 | #include "op_impl.h" | ||
22 | |||
23 | static struct op_sh_model *model; | ||
24 | |||
25 | static struct op_counter_config ctr[20]; | ||
26 | 23 | ||
27 | extern void sh_backtrace(struct pt_regs * const regs, unsigned int depth); | 24 | extern void sh_backtrace(struct pt_regs * const regs, unsigned int depth); |
28 | 25 | ||
29 | static int op_sh_setup(void) | 26 | #ifdef CONFIG_HW_PERF_EVENTS |
30 | { | 27 | /* |
31 | /* Pre-compute the values to stuff in the hardware registers. */ | 28 | * This will need to be reworked when multiple PMUs are supported. |
32 | model->reg_setup(ctr); | 29 | */ |
33 | 30 | static char *sh_pmu_op_name; | |
34 | /* Configure the registers on all cpus. */ | ||
35 | on_each_cpu(model->cpu_setup, NULL, 1); | ||
36 | |||
37 | return 0; | ||
38 | } | ||
39 | |||
40 | static int op_sh_create_files(struct super_block *sb, struct dentry *root) | ||
41 | { | ||
42 | int i, ret = 0; | ||
43 | |||
44 | for (i = 0; i < model->num_counters; i++) { | ||
45 | struct dentry *dir; | ||
46 | char buf[4]; | ||
47 | |||
48 | snprintf(buf, sizeof(buf), "%d", i); | ||
49 | dir = oprofilefs_mkdir(sb, root, buf); | ||
50 | |||
51 | ret |= oprofilefs_create_ulong(sb, dir, "enabled", &ctr[i].enabled); | ||
52 | ret |= oprofilefs_create_ulong(sb, dir, "event", &ctr[i].event); | ||
53 | ret |= oprofilefs_create_ulong(sb, dir, "kernel", &ctr[i].kernel); | ||
54 | ret |= oprofilefs_create_ulong(sb, dir, "user", &ctr[i].user); | ||
55 | |||
56 | if (model->create_files) | ||
57 | ret |= model->create_files(sb, dir); | ||
58 | else | ||
59 | ret |= oprofilefs_create_ulong(sb, dir, "count", &ctr[i].count); | ||
60 | |||
61 | /* Dummy entries */ | ||
62 | ret |= oprofilefs_create_ulong(sb, dir, "unit_mask", &ctr[i].unit_mask); | ||
63 | } | ||
64 | |||
65 | return ret; | ||
66 | } | ||
67 | |||
68 | static int op_sh_start(void) | ||
69 | { | ||
70 | /* Enable performance monitoring for all counters. */ | ||
71 | on_each_cpu(model->cpu_start, NULL, 1); | ||
72 | |||
73 | return 0; | ||
74 | } | ||
75 | 31 | ||
76 | static void op_sh_stop(void) | 32 | char *op_name_from_perf_id(void) |
77 | { | 33 | { |
78 | /* Disable performance monitoring for all counters. */ | 34 | return sh_pmu_op_name; |
79 | on_each_cpu(model->cpu_stop, NULL, 1); | ||
80 | } | 35 | } |
81 | 36 | ||
82 | int __init oprofile_arch_init(struct oprofile_operations *ops) | 37 | int __init oprofile_arch_init(struct oprofile_operations *ops) |
83 | { | 38 | { |
84 | struct op_sh_model *lmodel = NULL; | ||
85 | int ret; | ||
86 | |||
87 | /* | ||
88 | * Always assign the backtrace op. If the counter initialization | ||
89 | * fails, we fall back to the timer which will still make use of | ||
90 | * this. | ||
91 | */ | ||
92 | ops->backtrace = sh_backtrace; | 39 | ops->backtrace = sh_backtrace; |
93 | 40 | ||
94 | /* | 41 | if (perf_num_counters() == 0) |
95 | * XXX | ||
96 | * | ||
97 | * All of the SH7750/SH-4A counters have been converted to perf, | ||
98 | * this infrastructure hook is left for other users until they've | ||
99 | * had a chance to convert over, at which point all of this | ||
100 | * will be deleted. | ||
101 | */ | ||
102 | |||
103 | if (!lmodel) | ||
104 | return -ENODEV; | ||
105 | if (!(current_cpu_data.flags & CPU_HAS_PERF_COUNTER)) | ||
106 | return -ENODEV; | 42 | return -ENODEV; |
107 | 43 | ||
108 | ret = lmodel->init(); | 44 | sh_pmu_op_name = kasprintf(GFP_KERNEL, "%s/%s", |
109 | if (unlikely(ret != 0)) | 45 | UTS_MACHINE, perf_pmu_name()); |
110 | return ret; | 46 | if (unlikely(!sh_pmu_op_name)) |
47 | return -ENOMEM; | ||
111 | 48 | ||
112 | model = lmodel; | 49 | return oprofile_perf_init(ops); |
113 | |||
114 | ops->setup = op_sh_setup; | ||
115 | ops->create_files = op_sh_create_files; | ||
116 | ops->start = op_sh_start; | ||
117 | ops->stop = op_sh_stop; | ||
118 | ops->cpu_type = lmodel->cpu_type; | ||
119 | |||
120 | printk(KERN_INFO "oprofile: using %s performance monitoring.\n", | ||
121 | lmodel->cpu_type); | ||
122 | |||
123 | return 0; | ||
124 | } | 50 | } |
125 | 51 | ||
126 | void oprofile_arch_exit(void) | 52 | void __exit oprofile_arch_exit(void) |
127 | { | 53 | { |
128 | if (model && model->exit) | 54 | oprofile_perf_exit(); |
129 | model->exit(); | 55 | kfree(sh_pmu_op_name); |
56 | } | ||
57 | #else | ||
58 | int __init oprofile_arch_init(struct oprofile_operations *ops) | ||
59 | { | ||
60 | ops->backtrace = sh_backtrace; | ||
61 | return -ENODEV; | ||
130 | } | 62 | } |
63 | void __exit oprofile_arch_exit(void) {} | ||
64 | #endif /* CONFIG_HW_PERF_EVENTS */ | ||
diff --git a/arch/sh/oprofile/op_impl.h b/arch/sh/oprofile/op_impl.h deleted file mode 100644 index 1244479ceb29..000000000000 --- a/arch/sh/oprofile/op_impl.h +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | #ifndef __OP_IMPL_H | ||
2 | #define __OP_IMPL_H | ||
3 | |||
4 | /* Per-counter configuration as set via oprofilefs. */ | ||
5 | struct op_counter_config { | ||
6 | unsigned long enabled; | ||
7 | unsigned long event; | ||
8 | |||
9 | unsigned long count; | ||
10 | |||
11 | /* Dummy values for userspace tool compliance */ | ||
12 | unsigned long kernel; | ||
13 | unsigned long user; | ||
14 | unsigned long unit_mask; | ||
15 | }; | ||
16 | |||
17 | /* Per-architecture configury and hooks. */ | ||
18 | struct op_sh_model { | ||
19 | void (*reg_setup)(struct op_counter_config *); | ||
20 | int (*create_files)(struct super_block *sb, struct dentry *dir); | ||
21 | void (*cpu_setup)(void *dummy); | ||
22 | int (*init)(void); | ||
23 | void (*exit)(void); | ||
24 | void (*cpu_start)(void *args); | ||
25 | void (*cpu_stop)(void *args); | ||
26 | char *cpu_type; | ||
27 | unsigned char num_counters; | ||
28 | }; | ||
29 | |||
30 | /* arch/sh/oprofile/common.c */ | ||
31 | extern void sh_backtrace(struct pt_regs * const regs, unsigned int depth); | ||
32 | |||
33 | #endif /* __OP_IMPL_H */ | ||
diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types index b25aa554ee5e..6dd56c4d0054 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types | |||
@@ -9,6 +9,7 @@ SE SH_SOLUTION_ENGINE | |||
9 | HIGHLANDER SH_HIGHLANDER | 9 | HIGHLANDER SH_HIGHLANDER |
10 | RTS7751R2D SH_RTS7751R2D | 10 | RTS7751R2D SH_RTS7751R2D |
11 | RSK SH_RSK | 11 | RSK SH_RSK |
12 | ALPHA_BOARD SH_ALPHA_BOARD | ||
12 | 13 | ||
13 | # | 14 | # |
14 | # List of companion chips / MFDs. | 15 | # List of companion chips / MFDs. |
@@ -26,7 +27,6 @@ HD64461 HD64461 | |||
26 | 7724SE SH_7724_SOLUTION_ENGINE | 27 | 7724SE SH_7724_SOLUTION_ENGINE |
27 | 7751SE SH_7751_SOLUTION_ENGINE | 28 | 7751SE SH_7751_SOLUTION_ENGINE |
28 | 7780SE SH_7780_SOLUTION_ENGINE | 29 | 7780SE SH_7780_SOLUTION_ENGINE |
29 | 7751SYSTEMH SH_7751_SYSTEMH | ||
30 | HP6XX SH_HP6XX | 30 | HP6XX SH_HP6XX |
31 | DREAMCAST SH_DREAMCAST | 31 | DREAMCAST SH_DREAMCAST |
32 | SNAPGEAR SH_SECUREEDGE5410 | 32 | SNAPGEAR SH_SECUREEDGE5410 |
@@ -52,6 +52,8 @@ MIGOR SH_MIGOR | |||
52 | RSK7201 SH_RSK7201 | 52 | RSK7201 SH_RSK7201 |
53 | RSK7203 SH_RSK7203 | 53 | RSK7203 SH_RSK7203 |
54 | AP325RXA SH_AP325RXA | 54 | AP325RXA SH_AP325RXA |
55 | SH2007 SH_SH2007 | ||
56 | SH7757LCR SH_SH7757LCR | ||
55 | SH7763RDP SH_SH7763RDP | 57 | SH7763RDP SH_SH7763RDP |
56 | SH7785LCR SH_SH7785LCR | 58 | SH7785LCR SH_SH7785LCR |
57 | SH7785LCR_PT SH_SH7785LCR_PT | 59 | SH7785LCR_PT SH_SH7785LCR_PT |
@@ -60,3 +62,5 @@ ESPT SH_ESPT | |||
60 | POLARIS SH_POLARIS | 62 | POLARIS SH_POLARIS |
61 | KFR2R09 SH_KFR2R09 | 63 | KFR2R09 SH_KFR2R09 |
62 | ECOVEC SH_ECOVEC | 64 | ECOVEC SH_ECOVEC |
65 | APSH4A3A SH_APSH4A3A | ||
66 | APSH4AD0A SH_APSH4AD0A | ||