diff options
165 files changed, 12218 insertions, 1251 deletions
diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index cb12ae175aa2..53a63890aea4 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt | |||
| @@ -141,6 +141,7 @@ architectures: | |||
| 141 | - ppc64 | 141 | - ppc64 |
| 142 | - ia64 (Does not support probes on instruction slot1.) | 142 | - ia64 (Does not support probes on instruction slot1.) |
| 143 | - sparc64 (Return probes not yet implemented.) | 143 | - sparc64 (Return probes not yet implemented.) |
| 144 | - arm | ||
| 144 | 145 | ||
| 145 | 3. Configuring Kprobes | 146 | 3. Configuring Kprobes |
| 146 | 147 | ||
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a04f507e7f2c..e53b0ed9d00a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -180,8 +180,8 @@ config ARCH_AT91 | |||
| 180 | bool "Atmel AT91" | 180 | bool "Atmel AT91" |
| 181 | select GENERIC_GPIO | 181 | select GENERIC_GPIO |
| 182 | help | 182 | help |
| 183 | This enables support for systems based on the Atmel AT91RM9200 | 183 | This enables support for systems based on the Atmel AT91RM9200, |
| 184 | and AT91SAM9xxx processors. | 184 | AT91SAM9 and AT91CAP9 processors. |
| 185 | 185 | ||
| 186 | config ARCH_CLPS7500 | 186 | config ARCH_CLPS7500 |
| 187 | bool "Cirrus CL-PS7500FE" | 187 | bool "Cirrus CL-PS7500FE" |
| @@ -217,6 +217,7 @@ config ARCH_EP93XX | |||
| 217 | bool "EP93xx-based" | 217 | bool "EP93xx-based" |
| 218 | select ARM_AMBA | 218 | select ARM_AMBA |
| 219 | select ARM_VIC | 219 | select ARM_VIC |
| 220 | select GENERIC_GPIO | ||
| 220 | help | 221 | help |
| 221 | This enables support for the Cirrus EP93xx series of CPUs. | 222 | This enables support for the Cirrus EP93xx series of CPUs. |
| 222 | 223 | ||
| @@ -366,6 +367,7 @@ config ARCH_SA1100 | |||
| 366 | select ARCH_DISCONTIGMEM_ENABLE | 367 | select ARCH_DISCONTIGMEM_ENABLE |
| 367 | select ARCH_MTD_XIP | 368 | select ARCH_MTD_XIP |
| 368 | select GENERIC_GPIO | 369 | select GENERIC_GPIO |
| 370 | select GENERIC_TIME | ||
| 369 | help | 371 | help |
| 370 | Support for StrongARM 11x0 based boards. | 372 | Support for StrongARM 11x0 based boards. |
| 371 | 373 | ||
| @@ -409,6 +411,17 @@ config ARCH_OMAP | |||
| 409 | help | 411 | help |
| 410 | Support for TI's OMAP platform (OMAP1 and OMAP2). | 412 | Support for TI's OMAP platform (OMAP1 and OMAP2). |
| 411 | 413 | ||
| 414 | config ARCH_MSM7X00A | ||
| 415 | bool "Qualcomm MSM7X00A" | ||
| 416 | select GENERIC_TIME | ||
| 417 | select GENERIC_CLOCKEVENTS | ||
| 418 | help | ||
| 419 | Support for Qualcomm MSM7X00A based systems. This runs on the ARM11 | ||
| 420 | apps processor of the MSM7X00A and depends on a shared memory | ||
| 421 | interface to the ARM9 modem processor which runs the baseband stack | ||
| 422 | and controls some vital subsystems (clock and power control, etc). | ||
| 423 | <http://www.cdmatech.com/products/msm7200_chipset_solution.jsp> | ||
| 424 | |||
| 412 | endchoice | 425 | endchoice |
| 413 | 426 | ||
| 414 | source "arch/arm/mach-clps711x/Kconfig" | 427 | source "arch/arm/mach-clps711x/Kconfig" |
| @@ -477,6 +490,8 @@ source "arch/arm/mach-davinci/Kconfig" | |||
| 477 | 490 | ||
| 478 | source "arch/arm/mach-ks8695/Kconfig" | 491 | source "arch/arm/mach-ks8695/Kconfig" |
| 479 | 492 | ||
| 493 | source "arch/arm/mach-msm/Kconfig" | ||
| 494 | |||
| 480 | # Definitions to make life easier | 495 | # Definitions to make life easier |
| 481 | config ARCH_ACORN | 496 | config ARCH_ACORN |
| 482 | bool | 497 | bool |
| @@ -657,6 +672,7 @@ config HZ | |||
| 657 | default 128 if ARCH_L7200 | 672 | default 128 if ARCH_L7200 |
| 658 | default 200 if ARCH_EBSA110 || ARCH_S3C2410 | 673 | default 200 if ARCH_EBSA110 || ARCH_S3C2410 |
| 659 | default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER | 674 | default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER |
| 675 | default AT91_TIMER_HZ if ARCH_AT91 | ||
| 660 | default 100 | 676 | default 100 |
| 661 | 677 | ||
| 662 | config AEABI | 678 | config AEABI |
| @@ -951,7 +967,7 @@ config FPE_FASTFPE | |||
| 951 | 967 | ||
| 952 | config VFP | 968 | config VFP |
| 953 | bool "VFP-format floating point maths" | 969 | bool "VFP-format floating point maths" |
| 954 | depends on CPU_V6 || CPU_ARM926T | 970 | depends on CPU_V6 || CPU_ARM926T || CPU_V7 |
| 955 | help | 971 | help |
| 956 | Say Y to include VFP support code in the kernel. This is needed | 972 | Say Y to include VFP support code in the kernel. This is needed |
| 957 | if your hardware includes a VFP unit. | 973 | if your hardware includes a VFP unit. |
| @@ -961,6 +977,18 @@ config VFP | |||
| 961 | 977 | ||
| 962 | Say N if your target does not have VFP hardware. | 978 | Say N if your target does not have VFP hardware. |
| 963 | 979 | ||
| 980 | config VFPv3 | ||
| 981 | bool | ||
| 982 | depends on VFP | ||
| 983 | default y if CPU_V7 | ||
| 984 | |||
| 985 | config NEON | ||
| 986 | bool "Advanced SIMD (NEON) Extension support" | ||
| 987 | depends on VFPv3 && CPU_V7 | ||
| 988 | help | ||
| 989 | Say Y to include support code for NEON, the ARMv7 Advanced SIMD | ||
| 990 | Extension. | ||
| 991 | |||
| 964 | endmenu | 992 | endmenu |
| 965 | 993 | ||
| 966 | menu "Userspace binary formats" | 994 | menu "Userspace binary formats" |
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 18101f5f5f24..192ee01a9ba2 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
| @@ -43,6 +43,12 @@ config DEBUG_ERRORS | |||
| 43 | you are concerned with the code size or don't want to see these | 43 | you are concerned with the code size or don't want to see these |
| 44 | messages. | 44 | messages. |
| 45 | 45 | ||
| 46 | config DEBUG_STACK_USAGE | ||
| 47 | bool "Enable stack utilization instrumentation" | ||
| 48 | depends on DEBUG_KERNEL | ||
| 49 | help | ||
| 50 | Enables the display of the minimum amount of free stack which each | ||
| 51 | task has ever had available in the sysrq-T output. | ||
| 46 | 52 | ||
| 47 | # These options are only for real kernel hackers who want to get their hands dirty. | 53 | # These options are only for real kernel hackers who want to get their hands dirty. |
| 48 | config DEBUG_LL | 54 | config DEBUG_LL |
diff --git a/arch/arm/Kconfig.instrumentation b/arch/arm/Kconfig.instrumentation index 63b8c6d5606a..453ad8e15d69 100644 --- a/arch/arm/Kconfig.instrumentation +++ b/arch/arm/Kconfig.instrumentation | |||
| @@ -43,6 +43,16 @@ config OPROFILE_MPCORE | |||
| 43 | config OPROFILE_ARM11_CORE | 43 | config OPROFILE_ARM11_CORE |
| 44 | bool | 44 | bool |
| 45 | 45 | ||
| 46 | config KPROBES | ||
| 47 | bool "Kprobes" | ||
| 48 | depends on KALLSYMS && MODULES && !UML && !XIP_KERNEL | ||
| 49 | help | ||
| 50 | Kprobes allows you to trap at almost any kernel address and | ||
| 51 | execute a callback function. register_kprobe() establishes | ||
| 52 | a probepoint and specifies the callback. Kprobes is useful | ||
| 53 | for kernel debugging, non-intrusive instrumentation and testing. | ||
| 54 | If in doubt, say "N". | ||
| 55 | |||
| 46 | config MARKERS | 56 | config MARKERS |
| 47 | bool "Activate markers" | 57 | bool "Activate markers" |
| 48 | help | 58 | help |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 35e56c99ad1d..dd220d189843 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
| @@ -139,6 +139,7 @@ endif | |||
| 139 | machine-$(CONFIG_ARCH_KS8695) := ks8695 | 139 | machine-$(CONFIG_ARCH_KS8695) := ks8695 |
| 140 | incdir-$(CONFIG_ARCH_MXC) := mxc | 140 | incdir-$(CONFIG_ARCH_MXC) := mxc |
| 141 | machine-$(CONFIG_ARCH_MX3) := mx3 | 141 | machine-$(CONFIG_ARCH_MX3) := mx3 |
| 142 | machine-$(CONFIG_ARCH_MSM7X00A) := msm | ||
| 142 | 143 | ||
| 143 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 144 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
| 144 | # This is what happens if you forget the IOCS16 line. | 145 | # This is what happens if you forget the IOCS16 line. |
diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index 5fde99f9d9f9..de9d9ee50958 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile | |||
| @@ -44,10 +44,6 @@ ifeq ($(CONFIG_PXA_SHARPSL),y) | |||
| 44 | OBJS += head-sharpsl.o | 44 | OBJS += head-sharpsl.o |
| 45 | endif | 45 | endif |
| 46 | 46 | ||
| 47 | ifeq ($(CONFIG_ARCH_AT91RM9200),y) | ||
| 48 | OBJS += head-at91rm9200.o | ||
| 49 | endif | ||
| 50 | |||
| 51 | ifeq ($(CONFIG_CPU_BIG_ENDIAN),y) | 47 | ifeq ($(CONFIG_CPU_BIG_ENDIAN),y) |
| 52 | ifeq ($(CONFIG_CPU_CP15),y) | 48 | ifeq ($(CONFIG_CPU_CP15),y) |
| 53 | OBJS += big-endian.o | 49 | OBJS += big-endian.o |
diff --git a/arch/arm/boot/compressed/head-at91rm9200.S b/arch/arm/boot/compressed/head-at91rm9200.S deleted file mode 100644 index 11782ccd93a1..000000000000 --- a/arch/arm/boot/compressed/head-at91rm9200.S +++ /dev/null | |||
| @@ -1,81 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/arm/boot/compressed/head-at91rm9200.S | ||
| 3 | * | ||
| 4 | * Copyright (C) 2003 SAN People | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License as published by | ||
| 8 | * the Free Software Foundation; either version 2 of the License, or | ||
| 9 | * (at your option) any later version. | ||
| 10 | * | ||
| 11 | */ | ||
| 12 | #include <asm/mach-types.h> | ||
| 13 | |||
| 14 | .section ".start", "ax" | ||
| 15 | |||
| 16 | @ Atmel AT91RM9200-DK : 262 | ||
| 17 | mov r3, #(MACH_TYPE_AT91RM9200DK & 0xff) | ||
| 18 | orr r3, r3, #(MACH_TYPE_AT91RM9200DK & 0xff00) | ||
| 19 | cmp r7, r3 | ||
| 20 | beq 99f | ||
| 21 | |||
| 22 | @ Cogent CSB337 : 399 | ||
| 23 | mov r3, #(MACH_TYPE_CSB337 & 0xff) | ||
| 24 | orr r3, r3, #(MACH_TYPE_CSB337 & 0xff00) | ||
| 25 | cmp r7, r3 | ||
| 26 | beq 99f | ||
| 27 | |||
| 28 | @ Cogent CSB637 : 648 | ||
| 29 | mov r3, #(MACH_TYPE_CSB637 & 0xff) | ||
| 30 | orr r3, r3, #(MACH_TYPE_CSB637 & 0xff00) | ||
| 31 | cmp r7, r3 | ||
| 32 | beq 99f | ||
| 33 | |||
| 34 | @ Atmel AT91RM9200-EK : 705 | ||
| 35 | mov r3, #(MACH_TYPE_AT91RM9200EK & 0xff) | ||
| 36 | orr r3, r3, #(MACH_TYPE_AT91RM9200EK & 0xff00) | ||
| 37 | cmp r7, r3 | ||
| 38 | beq 99f | ||
| 39 | |||
| 40 | @ Conitec Carmeva : 769 | ||
| 41 | mov r3, #(MACH_TYPE_CARMEVA & 0xff) | ||
| 42 | orr r3, r3, #(MACH_TYPE_CARMEVA & 0xff00) | ||
| 43 | cmp r7, r3 | ||
| 44 | beq 99f | ||
| 45 | |||
| 46 | @ KwikByte KB920x : 612 | ||
| 47 | mov r3, #(MACH_TYPE_KB9200 & 0xff) | ||
| 48 | orr r3, r3, #(MACH_TYPE_KB9200 & 0xff00) | ||
| 49 | cmp r7, r3 | ||
| 50 | beq 99f | ||
| 51 | |||
| 52 | @ Embest ATEB9200 : 923 | ||
| 53 | mov r3, #(MACH_TYPE_ATEB9200 & 0xff) | ||
| 54 | orr r3, r3, #(MACH_TYPE_ATEB9200 & 0xff00) | ||
| 55 | cmp r7, r3 | ||
| 56 | beq 99f | ||
| 57 | |||
| 58 | @ Sperry-Sun KAFA : 662 | ||
| 59 | mov r3, #(MACH_TYPE_KAFA & 0xff) | ||
| 60 | orr r3, r3, #(MACH_TYPE_KAFA & 0xff00) | ||
| 61 | cmp r7, r3 | ||
| 62 | beq 99f | ||
| 63 | |||
| 64 | @ picotux 200 : 963 | ||
| 65 | mov r3, #(MACH_TYPE_PICOTUX2XX & 0xff) | ||
| 66 | orr r3, r3, #(MACH_TYPE_PICOTUX2XX & 0xff00) | ||
| 67 | cmp r7, r3 | ||
| 68 | beq 99f | ||
| 69 | |||
| 70 | @ Ajeco 1ARM : 1075 | ||
| 71 | mov r3, #(MACH_TYPE_ONEARM & 0xff) | ||
| 72 | orr r3, r3, #(MACH_TYPE_ONEARM & 0xff00) | ||
| 73 | cmp r7, r3 | ||
| 74 | beq 99f | ||
| 75 | |||
| 76 | @ Unknown board, use the AT91RM9200DK board | ||
| 77 | @ mov r7, #MACH_TYPE_AT91RM9200 | ||
| 78 | mov r7, #(MACH_TYPE_AT91RM9200DK & 0xff) | ||
| 79 | orr r7, r7, #(MACH_TYPE_AT91RM9200DK & 0xff00) | ||
| 80 | |||
| 81 | 99: | ||
diff --git a/arch/arm/common/rtctime.c b/arch/arm/common/rtctime.c index bf1075e1f571..f53bca46e23c 100644 --- a/arch/arm/common/rtctime.c +++ b/arch/arm/common/rtctime.c | |||
| @@ -20,7 +20,6 @@ | |||
| 20 | #include <linux/capability.h> | 20 | #include <linux/capability.h> |
| 21 | #include <linux/device.h> | 21 | #include <linux/device.h> |
| 22 | #include <linux/mutex.h> | 22 | #include <linux/mutex.h> |
| 23 | #include <linux/rtc.h> | ||
| 24 | 23 | ||
| 25 | #include <asm/rtc.h> | 24 | #include <asm/rtc.h> |
| 26 | #include <asm/semaphore.h> | 25 | #include <asm/semaphore.h> |
diff --git a/arch/arm/configs/at91cap9adk_defconfig b/arch/arm/configs/at91cap9adk_defconfig new file mode 100644 index 000000000000..e32e73648129 --- /dev/null +++ b/arch/arm/configs/at91cap9adk_defconfig | |||
| @@ -0,0 +1,1143 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.24-rc8 | ||
| 4 | # Wed Jan 23 22:55:57 2008 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
| 8 | CONFIG_GENERIC_GPIO=y | ||
| 9 | # CONFIG_GENERIC_TIME is not set | ||
| 10 | # CONFIG_GENERIC_CLOCKEVENTS is not set | ||
| 11 | CONFIG_MMU=y | ||
| 12 | # CONFIG_NO_IOPORT is not set | ||
| 13 | CONFIG_GENERIC_HARDIRQS=y | ||
| 14 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 15 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
| 17 | CONFIG_HARDIRQS_SW_RESEND=y | ||
| 18 | CONFIG_GENERIC_IRQ_PROBE=y | ||
| 19 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
| 21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
| 22 | CONFIG_GENERIC_HWEIGHT=y | ||
| 23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 24 | CONFIG_ZONE_DMA=y | ||
| 25 | CONFIG_VECTORS_BASE=0xffff0000 | ||
| 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 27 | |||
| 28 | # | ||
| 29 | # General setup | ||
| 30 | # | ||
| 31 | CONFIG_EXPERIMENTAL=y | ||
| 32 | CONFIG_BROKEN_ON_SMP=y | ||
| 33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 34 | CONFIG_LOCALVERSION="" | ||
| 35 | # CONFIG_LOCALVERSION_AUTO is not set | ||
| 36 | # CONFIG_SWAP is not set | ||
| 37 | CONFIG_SYSVIPC=y | ||
| 38 | CONFIG_SYSVIPC_SYSCTL=y | ||
| 39 | # CONFIG_POSIX_MQUEUE is not set | ||
| 40 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 41 | # CONFIG_TASKSTATS is not set | ||
| 42 | # CONFIG_USER_NS is not set | ||
| 43 | # CONFIG_PID_NS is not set | ||
| 44 | # CONFIG_AUDIT is not set | ||
| 45 | # CONFIG_IKCONFIG is not set | ||
| 46 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 47 | # CONFIG_CGROUPS is not set | ||
| 48 | CONFIG_FAIR_GROUP_SCHED=y | ||
| 49 | CONFIG_FAIR_USER_SCHED=y | ||
| 50 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
| 51 | CONFIG_SYSFS_DEPRECATED=y | ||
| 52 | # CONFIG_RELAY is not set | ||
| 53 | CONFIG_BLK_DEV_INITRD=y | ||
| 54 | CONFIG_INITRAMFS_SOURCE="" | ||
| 55 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 56 | CONFIG_SYSCTL=y | ||
| 57 | # CONFIG_EMBEDDED is not set | ||
| 58 | CONFIG_UID16=y | ||
| 59 | CONFIG_SYSCTL_SYSCALL=y | ||
| 60 | CONFIG_KALLSYMS=y | ||
| 61 | # CONFIG_KALLSYMS_ALL is not set | ||
| 62 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 63 | CONFIG_HOTPLUG=y | ||
| 64 | CONFIG_PRINTK=y | ||
| 65 | CONFIG_BUG=y | ||
| 66 | CONFIG_ELF_CORE=y | ||
| 67 | CONFIG_BASE_FULL=y | ||
| 68 | CONFIG_FUTEX=y | ||
| 69 | CONFIG_ANON_INODES=y | ||
| 70 | CONFIG_EPOLL=y | ||
| 71 | CONFIG_SIGNALFD=y | ||
| 72 | CONFIG_EVENTFD=y | ||
| 73 | CONFIG_SHMEM=y | ||
| 74 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 75 | CONFIG_SLAB=y | ||
| 76 | # CONFIG_SLUB is not set | ||
| 77 | # CONFIG_SLOB is not set | ||
| 78 | CONFIG_SLABINFO=y | ||
| 79 | CONFIG_RT_MUTEXES=y | ||
| 80 | # CONFIG_TINY_SHMEM is not set | ||
| 81 | CONFIG_BASE_SMALL=0 | ||
| 82 | CONFIG_MODULES=y | ||
| 83 | CONFIG_MODULE_UNLOAD=y | ||
| 84 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 85 | # CONFIG_MODVERSIONS is not set | ||
| 86 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 87 | CONFIG_KMOD=y | ||
| 88 | CONFIG_BLOCK=y | ||
| 89 | # CONFIG_LBD is not set | ||
| 90 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 91 | # CONFIG_LSF is not set | ||
| 92 | # CONFIG_BLK_DEV_BSG is not set | ||
| 93 | |||
| 94 | # | ||
| 95 | # IO Schedulers | ||
| 96 | # | ||
| 97 | CONFIG_IOSCHED_NOOP=y | ||
| 98 | CONFIG_IOSCHED_AS=y | ||
| 99 | # CONFIG_IOSCHED_DEADLINE is not set | ||
| 100 | # CONFIG_IOSCHED_CFQ is not set | ||
| 101 | CONFIG_DEFAULT_AS=y | ||
| 102 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 103 | # CONFIG_DEFAULT_CFQ is not set | ||
| 104 | # CONFIG_DEFAULT_NOOP is not set | ||
| 105 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 106 | |||
| 107 | # | ||
| 108 | # System Type | ||
| 109 | # | ||
| 110 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 111 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 112 | # CONFIG_ARCH_REALVIEW is not set | ||
| 113 | # CONFIG_ARCH_VERSATILE is not set | ||
| 114 | CONFIG_ARCH_AT91=y | ||
| 115 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 116 | # CONFIG_ARCH_CLPS711X is not set | ||
| 117 | # CONFIG_ARCH_CO285 is not set | ||
| 118 | # CONFIG_ARCH_EBSA110 is not set | ||
| 119 | # CONFIG_ARCH_EP93XX is not set | ||
| 120 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 121 | # CONFIG_ARCH_NETX is not set | ||
| 122 | # CONFIG_ARCH_H720X is not set | ||
| 123 | # CONFIG_ARCH_IMX is not set | ||
| 124 | # CONFIG_ARCH_IOP13XX is not set | ||
| 125 | # CONFIG_ARCH_IOP32X is not set | ||
| 126 | # CONFIG_ARCH_IOP33X is not set | ||
| 127 | # CONFIG_ARCH_IXP23XX is not set | ||
| 128 | # CONFIG_ARCH_IXP2000 is not set | ||
| 129 | # CONFIG_ARCH_IXP4XX is not set | ||
| 130 | # CONFIG_ARCH_L7200 is not set | ||
| 131 | # CONFIG_ARCH_KS8695 is not set | ||
| 132 | # CONFIG_ARCH_NS9XXX is not set | ||
| 133 | # CONFIG_ARCH_MXC is not set | ||
| 134 | # CONFIG_ARCH_PNX4008 is not set | ||
| 135 | # CONFIG_ARCH_PXA is not set | ||
| 136 | # CONFIG_ARCH_RPC is not set | ||
| 137 | # CONFIG_ARCH_SA1100 is not set | ||
| 138 | # CONFIG_ARCH_S3C2410 is not set | ||
| 139 | # CONFIG_ARCH_SHARK is not set | ||
| 140 | # CONFIG_ARCH_LH7A40X is not set | ||
| 141 | # CONFIG_ARCH_DAVINCI is not set | ||
| 142 | # CONFIG_ARCH_OMAP is not set | ||
| 143 | |||
| 144 | # | ||
| 145 | # Boot options | ||
| 146 | # | ||
| 147 | |||
| 148 | # | ||
| 149 | # Power management | ||
| 150 | # | ||
| 151 | |||
| 152 | # | ||
| 153 | # Atmel AT91 System-on-Chip | ||
| 154 | # | ||
| 155 | # CONFIG_ARCH_AT91RM9200 is not set | ||
| 156 | # CONFIG_ARCH_AT91SAM9260 is not set | ||
| 157 | # CONFIG_ARCH_AT91SAM9261 is not set | ||
| 158 | # CONFIG_ARCH_AT91SAM9263 is not set | ||
| 159 | # CONFIG_ARCH_AT91SAM9RL is not set | ||
| 160 | CONFIG_ARCH_AT91CAP9=y | ||
| 161 | # CONFIG_ARCH_AT91X40 is not set | ||
| 162 | CONFIG_AT91_PMC_UNIT=y | ||
| 163 | |||
| 164 | # | ||
| 165 | # AT91CAP9 Board Type | ||
| 166 | # | ||
| 167 | CONFIG_MACH_AT91CAP9ADK=y | ||
| 168 | |||
| 169 | # | ||
| 170 | # AT91 Board Options | ||
| 171 | # | ||
| 172 | CONFIG_MTD_AT91_DATAFLASH_CARD=y | ||
| 173 | # CONFIG_MTD_NAND_AT91_BUSWIDTH_16 is not set | ||
| 174 | |||
| 175 | # | ||
| 176 | # AT91 Feature Selections | ||
| 177 | # | ||
| 178 | CONFIG_AT91_PROGRAMMABLE_CLOCKS=y | ||
| 179 | CONFIG_AT91_TIMER_HZ=100 | ||
| 180 | |||
| 181 | # | ||
| 182 | # Processor Type | ||
| 183 | # | ||
| 184 | CONFIG_CPU_32=y | ||
| 185 | CONFIG_CPU_ARM926T=y | ||
| 186 | CONFIG_CPU_32v5=y | ||
| 187 | CONFIG_CPU_ABRT_EV5TJ=y | ||
| 188 | CONFIG_CPU_CACHE_VIVT=y | ||
| 189 | CONFIG_CPU_COPY_V4WB=y | ||
| 190 | CONFIG_CPU_TLB_V4WBI=y | ||
| 191 | CONFIG_CPU_CP15=y | ||
| 192 | CONFIG_CPU_CP15_MMU=y | ||
| 193 | |||
| 194 | # | ||
| 195 | # Processor Features | ||
| 196 | # | ||
| 197 | # CONFIG_ARM_THUMB is not set | ||
| 198 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 199 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 200 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
| 201 | # CONFIG_CPU_CACHE_ROUND_ROBIN is not set | ||
| 202 | # CONFIG_OUTER_CACHE is not set | ||
| 203 | |||
| 204 | # | ||
| 205 | # Bus support | ||
| 206 | # | ||
| 207 | # CONFIG_PCI_SYSCALL is not set | ||
| 208 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
| 209 | # CONFIG_PCCARD is not set | ||
| 210 | |||
| 211 | # | ||
| 212 | # Kernel Features | ||
| 213 | # | ||
| 214 | # CONFIG_TICK_ONESHOT is not set | ||
| 215 | # CONFIG_PREEMPT is not set | ||
| 216 | # CONFIG_NO_IDLE_HZ is not set | ||
| 217 | CONFIG_HZ=100 | ||
| 218 | CONFIG_AEABI=y | ||
| 219 | CONFIG_OABI_COMPAT=y | ||
| 220 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 221 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 222 | CONFIG_FLATMEM_MANUAL=y | ||
| 223 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 224 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 225 | CONFIG_FLATMEM=y | ||
| 226 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 227 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 228 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
| 229 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
| 230 | # CONFIG_RESOURCES_64BIT is not set | ||
| 231 | CONFIG_ZONE_DMA_FLAG=1 | ||
| 232 | CONFIG_BOUNCE=y | ||
| 233 | CONFIG_VIRT_TO_BUS=y | ||
| 234 | CONFIG_LEDS=y | ||
| 235 | CONFIG_LEDS_TIMER=y | ||
| 236 | CONFIG_LEDS_CPU=y | ||
| 237 | CONFIG_ALIGNMENT_TRAP=y | ||
| 238 | |||
| 239 | # | ||
| 240 | # Boot options | ||
| 241 | # | ||
| 242 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 243 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 244 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/ram0 rw" | ||
| 245 | # CONFIG_XIP_KERNEL is not set | ||
| 246 | # CONFIG_KEXEC is not set | ||
| 247 | |||
| 248 | # | ||
| 249 | # Floating point emulation | ||
| 250 | # | ||
| 251 | |||
| 252 | # | ||
| 253 | # At least one emulation must be selected | ||
| 254 | # | ||
| 255 | CONFIG_FPE_NWFPE=y | ||
| 256 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 257 | # CONFIG_FPE_FASTFPE is not set | ||
| 258 | # CONFIG_VFP is not set | ||
| 259 | |||
| 260 | # | ||
| 261 | # Userspace binary formats | ||
| 262 | # | ||
| 263 | CONFIG_BINFMT_ELF=y | ||
| 264 | # CONFIG_BINFMT_AOUT is not set | ||
| 265 | # CONFIG_BINFMT_MISC is not set | ||
| 266 | |||
| 267 | # | ||
| 268 | # Power management options | ||
| 269 | # | ||
| 270 | # CONFIG_PM is not set | ||
| 271 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
| 272 | |||
| 273 | # | ||
| 274 | # Networking | ||
| 275 | # | ||
| 276 | CONFIG_NET=y | ||
| 277 | |||
| 278 | # | ||
| 279 | # Networking options | ||
| 280 | # | ||
| 281 | CONFIG_PACKET=y | ||
| 282 | # CONFIG_PACKET_MMAP is not set | ||
| 283 | CONFIG_UNIX=y | ||
| 284 | # CONFIG_NET_KEY is not set | ||
| 285 | CONFIG_INET=y | ||
| 286 | # CONFIG_IP_MULTICAST is not set | ||
| 287 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 288 | CONFIG_IP_FIB_HASH=y | ||
| 289 | CONFIG_IP_PNP=y | ||
| 290 | # CONFIG_IP_PNP_DHCP is not set | ||
| 291 | CONFIG_IP_PNP_BOOTP=y | ||
| 292 | CONFIG_IP_PNP_RARP=y | ||
| 293 | # CONFIG_NET_IPIP is not set | ||
| 294 | # CONFIG_NET_IPGRE is not set | ||
| 295 | # CONFIG_ARPD is not set | ||
| 296 | # CONFIG_SYN_COOKIES is not set | ||
| 297 | # CONFIG_INET_AH is not set | ||
| 298 | # CONFIG_INET_ESP is not set | ||
| 299 | # CONFIG_INET_IPCOMP is not set | ||
| 300 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 301 | # CONFIG_INET_TUNNEL is not set | ||
| 302 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
| 303 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
| 304 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
| 305 | # CONFIG_INET_LRO is not set | ||
| 306 | # CONFIG_INET_DIAG is not set | ||
| 307 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 308 | CONFIG_TCP_CONG_CUBIC=y | ||
| 309 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| 310 | # CONFIG_TCP_MD5SIG is not set | ||
| 311 | # CONFIG_IPV6 is not set | ||
| 312 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 313 | # CONFIG_INET6_TUNNEL is not set | ||
| 314 | # CONFIG_NETWORK_SECMARK is not set | ||
| 315 | # CONFIG_NETFILTER is not set | ||
| 316 | # CONFIG_IP_DCCP is not set | ||
| 317 | # CONFIG_IP_SCTP is not set | ||
| 318 | # CONFIG_TIPC is not set | ||
| 319 | # CONFIG_ATM is not set | ||
| 320 | # CONFIG_BRIDGE is not set | ||
| 321 | # CONFIG_VLAN_8021Q is not set | ||
| 322 | # CONFIG_DECNET is not set | ||
| 323 | # CONFIG_LLC2 is not set | ||
| 324 | # CONFIG_IPX is not set | ||
| 325 | # CONFIG_ATALK is not set | ||
| 326 | # CONFIG_X25 is not set | ||
| 327 | # CONFIG_LAPB is not set | ||
| 328 | # CONFIG_ECONET is not set | ||
| 329 | # CONFIG_WAN_ROUTER is not set | ||
| 330 | # CONFIG_NET_SCHED is not set | ||
| 331 | |||
| 332 | # | ||
| 333 | # Network testing | ||
| 334 | # | ||
| 335 | # CONFIG_NET_PKTGEN is not set | ||
| 336 | # CONFIG_HAMRADIO is not set | ||
| 337 | # CONFIG_IRDA is not set | ||
| 338 | # CONFIG_BT is not set | ||
| 339 | # CONFIG_AF_RXRPC is not set | ||
| 340 | |||
| 341 | # | ||
| 342 | # Wireless | ||
| 343 | # | ||
| 344 | # CONFIG_CFG80211 is not set | ||
| 345 | # CONFIG_WIRELESS_EXT is not set | ||
| 346 | # CONFIG_MAC80211 is not set | ||
| 347 | # CONFIG_IEEE80211 is not set | ||
| 348 | # CONFIG_RFKILL is not set | ||
| 349 | # CONFIG_NET_9P is not set | ||
| 350 | |||
| 351 | # | ||
| 352 | # Device Drivers | ||
| 353 | # | ||
| 354 | |||
| 355 | # | ||
| 356 | # Generic Driver Options | ||
| 357 | # | ||
| 358 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 359 | CONFIG_STANDALONE=y | ||
| 360 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 361 | # CONFIG_FW_LOADER is not set | ||
| 362 | # CONFIG_DEBUG_DRIVER is not set | ||
| 363 | # CONFIG_DEBUG_DEVRES is not set | ||
| 364 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 365 | # CONFIG_CONNECTOR is not set | ||
| 366 | CONFIG_MTD=y | ||
| 367 | # CONFIG_MTD_DEBUG is not set | ||
| 368 | # CONFIG_MTD_CONCAT is not set | ||
| 369 | CONFIG_MTD_PARTITIONS=y | ||
| 370 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 371 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 372 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 373 | |||
| 374 | # | ||
| 375 | # User Modules And Translation Layers | ||
| 376 | # | ||
| 377 | CONFIG_MTD_CHAR=y | ||
| 378 | CONFIG_MTD_BLKDEVS=y | ||
| 379 | CONFIG_MTD_BLOCK=y | ||
| 380 | # CONFIG_FTL is not set | ||
| 381 | # CONFIG_NFTL is not set | ||
| 382 | # CONFIG_INFTL is not set | ||
| 383 | # CONFIG_RFD_FTL is not set | ||
| 384 | # CONFIG_SSFDC is not set | ||
| 385 | # CONFIG_MTD_OOPS is not set | ||
| 386 | |||
| 387 | # | ||
| 388 | # RAM/ROM/Flash chip drivers | ||
| 389 | # | ||
| 390 | CONFIG_MTD_CFI=y | ||
| 391 | CONFIG_MTD_JEDECPROBE=y | ||
| 392 | CONFIG_MTD_GEN_PROBE=y | ||
| 393 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
| 394 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 395 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 396 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 397 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 398 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 399 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 400 | CONFIG_MTD_CFI_I1=y | ||
| 401 | CONFIG_MTD_CFI_I2=y | ||
| 402 | # CONFIG_MTD_CFI_I4 is not set | ||
| 403 | # CONFIG_MTD_CFI_I8 is not set | ||
| 404 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
| 405 | CONFIG_MTD_CFI_AMDSTD=y | ||
| 406 | # CONFIG_MTD_CFI_STAA is not set | ||
| 407 | CONFIG_MTD_CFI_UTIL=y | ||
| 408 | # CONFIG_MTD_RAM is not set | ||
| 409 | # CONFIG_MTD_ROM is not set | ||
| 410 | # CONFIG_MTD_ABSENT is not set | ||
| 411 | |||
| 412 | # | ||
| 413 | # Mapping drivers for chip access | ||
| 414 | # | ||
| 415 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 416 | CONFIG_MTD_PHYSMAP=y | ||
| 417 | CONFIG_MTD_PHYSMAP_START=0x0 | ||
| 418 | CONFIG_MTD_PHYSMAP_LEN=0x0 | ||
| 419 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | ||
| 420 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
| 421 | # CONFIG_MTD_IMPA7 is not set | ||
| 422 | # CONFIG_MTD_PLATRAM is not set | ||
| 423 | |||
| 424 | # | ||
| 425 | # Self-contained MTD device drivers | ||
| 426 | # | ||
| 427 | CONFIG_MTD_DATAFLASH=y | ||
| 428 | # CONFIG_MTD_M25P80 is not set | ||
| 429 | # CONFIG_MTD_SLRAM is not set | ||
| 430 | # CONFIG_MTD_PHRAM is not set | ||
| 431 | # CONFIG_MTD_MTDRAM is not set | ||
| 432 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 433 | |||
| 434 | # | ||
| 435 | # Disk-On-Chip Device Drivers | ||
| 436 | # | ||
| 437 | # CONFIG_MTD_DOC2000 is not set | ||
| 438 | # CONFIG_MTD_DOC2001 is not set | ||
| 439 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 440 | CONFIG_MTD_NAND=y | ||
| 441 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
| 442 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
| 443 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
| 444 | CONFIG_MTD_NAND_IDS=y | ||
| 445 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
| 446 | CONFIG_MTD_NAND_AT91=y | ||
| 447 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
| 448 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
| 449 | # CONFIG_MTD_ALAUDA is not set | ||
| 450 | # CONFIG_MTD_ONENAND is not set | ||
| 451 | |||
| 452 | # | ||
| 453 | # UBI - Unsorted block images | ||
| 454 | # | ||
| 455 | # CONFIG_MTD_UBI is not set | ||
| 456 | # CONFIG_PARPORT is not set | ||
| 457 | CONFIG_BLK_DEV=y | ||
| 458 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 459 | CONFIG_BLK_DEV_LOOP=y | ||
| 460 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 461 | # CONFIG_BLK_DEV_NBD is not set | ||
| 462 | # CONFIG_BLK_DEV_UB is not set | ||
| 463 | CONFIG_BLK_DEV_RAM=y | ||
| 464 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 465 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
| 466 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
| 467 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 468 | # CONFIG_ATA_OVER_ETH is not set | ||
| 469 | CONFIG_MISC_DEVICES=y | ||
| 470 | # CONFIG_EEPROM_93CX6 is not set | ||
| 471 | CONFIG_ATMEL_SSC=y | ||
| 472 | |||
| 473 | # | ||
| 474 | # SCSI device support | ||
| 475 | # | ||
| 476 | # CONFIG_RAID_ATTRS is not set | ||
| 477 | CONFIG_SCSI=y | ||
| 478 | CONFIG_SCSI_DMA=y | ||
| 479 | # CONFIG_SCSI_TGT is not set | ||
| 480 | # CONFIG_SCSI_NETLINK is not set | ||
| 481 | CONFIG_SCSI_PROC_FS=y | ||
| 482 | |||
| 483 | # | ||
| 484 | # SCSI support type (disk, tape, CD-ROM) | ||
| 485 | # | ||
| 486 | CONFIG_BLK_DEV_SD=y | ||
| 487 | # CONFIG_CHR_DEV_ST is not set | ||
| 488 | # CONFIG_CHR_DEV_OSST is not set | ||
| 489 | # CONFIG_BLK_DEV_SR is not set | ||
| 490 | # CONFIG_CHR_DEV_SG is not set | ||
| 491 | # CONFIG_CHR_DEV_SCH is not set | ||
| 492 | |||
| 493 | # | ||
| 494 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 495 | # | ||
| 496 | CONFIG_SCSI_MULTI_LUN=y | ||
| 497 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 498 | # CONFIG_SCSI_LOGGING is not set | ||
| 499 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
| 500 | CONFIG_SCSI_WAIT_SCAN=m | ||
| 501 | |||
| 502 | # | ||
| 503 | # SCSI Transports | ||
| 504 | # | ||
| 505 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 506 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 507 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 508 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
| 509 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
| 510 | CONFIG_SCSI_LOWLEVEL=y | ||
| 511 | # CONFIG_ISCSI_TCP is not set | ||
| 512 | # CONFIG_SCSI_DEBUG is not set | ||
| 513 | # CONFIG_ATA is not set | ||
| 514 | # CONFIG_MD is not set | ||
| 515 | CONFIG_NETDEVICES=y | ||
| 516 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 517 | # CONFIG_DUMMY is not set | ||
| 518 | # CONFIG_BONDING is not set | ||
| 519 | # CONFIG_MACVLAN is not set | ||
| 520 | # CONFIG_EQUALIZER is not set | ||
| 521 | # CONFIG_TUN is not set | ||
| 522 | # CONFIG_VETH is not set | ||
| 523 | CONFIG_PHYLIB=y | ||
| 524 | |||
| 525 | # | ||
| 526 | # MII PHY device drivers | ||
| 527 | # | ||
| 528 | # CONFIG_MARVELL_PHY is not set | ||
| 529 | # CONFIG_DAVICOM_PHY is not set | ||
| 530 | # CONFIG_QSEMI_PHY is not set | ||
| 531 | # CONFIG_LXT_PHY is not set | ||
| 532 | # CONFIG_CICADA_PHY is not set | ||
| 533 | # CONFIG_VITESSE_PHY is not set | ||
| 534 | # CONFIG_SMSC_PHY is not set | ||
| 535 | # CONFIG_BROADCOM_PHY is not set | ||
| 536 | # CONFIG_ICPLUS_PHY is not set | ||
| 537 | # CONFIG_FIXED_PHY is not set | ||
| 538 | # CONFIG_MDIO_BITBANG is not set | ||
| 539 | CONFIG_NET_ETHERNET=y | ||
| 540 | CONFIG_MII=y | ||
| 541 | CONFIG_MACB=y | ||
| 542 | # CONFIG_AX88796 is not set | ||
| 543 | # CONFIG_SMC91X is not set | ||
| 544 | # CONFIG_DM9000 is not set | ||
| 545 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
| 546 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
| 547 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
| 548 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
| 549 | # CONFIG_B44 is not set | ||
| 550 | # CONFIG_NETDEV_1000 is not set | ||
| 551 | # CONFIG_NETDEV_10000 is not set | ||
| 552 | |||
| 553 | # | ||
| 554 | # Wireless LAN | ||
| 555 | # | ||
| 556 | # CONFIG_WLAN_PRE80211 is not set | ||
| 557 | # CONFIG_WLAN_80211 is not set | ||
| 558 | |||
| 559 | # | ||
| 560 | # USB Network Adapters | ||
| 561 | # | ||
| 562 | # CONFIG_USB_CATC is not set | ||
| 563 | # CONFIG_USB_KAWETH is not set | ||
| 564 | # CONFIG_USB_PEGASUS is not set | ||
| 565 | # CONFIG_USB_RTL8150 is not set | ||
| 566 | # CONFIG_USB_USBNET is not set | ||
| 567 | # CONFIG_WAN is not set | ||
| 568 | # CONFIG_PPP is not set | ||
| 569 | # CONFIG_SLIP is not set | ||
| 570 | # CONFIG_SHAPER is not set | ||
| 571 | # CONFIG_NETCONSOLE is not set | ||
| 572 | # CONFIG_NETPOLL is not set | ||
| 573 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 574 | # CONFIG_ISDN is not set | ||
| 575 | |||
| 576 | # | ||
| 577 | # Input device support | ||
| 578 | # | ||
| 579 | CONFIG_INPUT=y | ||
| 580 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
| 581 | # CONFIG_INPUT_POLLDEV is not set | ||
| 582 | |||
| 583 | # | ||
| 584 | # Userland interfaces | ||
| 585 | # | ||
| 586 | CONFIG_INPUT_MOUSEDEV=y | ||
| 587 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 588 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 589 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 590 | # CONFIG_INPUT_JOYDEV is not set | ||
| 591 | CONFIG_INPUT_EVDEV=y | ||
| 592 | # CONFIG_INPUT_EVBUG is not set | ||
| 593 | |||
| 594 | # | ||
| 595 | # Input Device Drivers | ||
| 596 | # | ||
| 597 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 598 | # CONFIG_INPUT_MOUSE is not set | ||
| 599 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 600 | # CONFIG_INPUT_TABLET is not set | ||
| 601 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 602 | CONFIG_TOUCHSCREEN_ADS7846=y | ||
| 603 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
| 604 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
| 605 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
| 606 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
| 607 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
| 608 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
| 609 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
| 610 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
| 611 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
| 612 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
| 613 | # CONFIG_INPUT_MISC is not set | ||
| 614 | |||
| 615 | # | ||
| 616 | # Hardware I/O ports | ||
| 617 | # | ||
| 618 | # CONFIG_SERIO is not set | ||
| 619 | # CONFIG_GAMEPORT is not set | ||
| 620 | |||
| 621 | # | ||
| 622 | # Character devices | ||
| 623 | # | ||
| 624 | CONFIG_VT=y | ||
| 625 | CONFIG_VT_CONSOLE=y | ||
| 626 | CONFIG_HW_CONSOLE=y | ||
| 627 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
| 628 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 629 | |||
| 630 | # | ||
| 631 | # Serial drivers | ||
| 632 | # | ||
| 633 | # CONFIG_SERIAL_8250 is not set | ||
| 634 | |||
| 635 | # | ||
| 636 | # Non-8250 serial port support | ||
| 637 | # | ||
| 638 | CONFIG_SERIAL_ATMEL=y | ||
| 639 | CONFIG_SERIAL_ATMEL_CONSOLE=y | ||
| 640 | # CONFIG_SERIAL_ATMEL_TTYAT is not set | ||
| 641 | CONFIG_SERIAL_CORE=y | ||
| 642 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 643 | CONFIG_UNIX98_PTYS=y | ||
| 644 | CONFIG_LEGACY_PTYS=y | ||
| 645 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 646 | # CONFIG_IPMI_HANDLER is not set | ||
| 647 | CONFIG_HW_RANDOM=y | ||
| 648 | # CONFIG_NVRAM is not set | ||
| 649 | # CONFIG_R3964 is not set | ||
| 650 | # CONFIG_RAW_DRIVER is not set | ||
| 651 | # CONFIG_TCG_TPM is not set | ||
| 652 | CONFIG_I2C=y | ||
| 653 | CONFIG_I2C_BOARDINFO=y | ||
| 654 | CONFIG_I2C_CHARDEV=y | ||
| 655 | |||
| 656 | # | ||
| 657 | # I2C Algorithms | ||
| 658 | # | ||
| 659 | # CONFIG_I2C_ALGOBIT is not set | ||
| 660 | # CONFIG_I2C_ALGOPCF is not set | ||
| 661 | # CONFIG_I2C_ALGOPCA is not set | ||
| 662 | |||
| 663 | # | ||
| 664 | # I2C Hardware Bus support | ||
| 665 | # | ||
| 666 | # CONFIG_I2C_GPIO is not set | ||
| 667 | # CONFIG_I2C_OCORES is not set | ||
| 668 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 669 | # CONFIG_I2C_SIMTEC is not set | ||
| 670 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 671 | # CONFIG_I2C_STUB is not set | ||
| 672 | # CONFIG_I2C_TINY_USB is not set | ||
| 673 | |||
| 674 | # | ||
| 675 | # Miscellaneous I2C Chip support | ||
| 676 | # | ||
| 677 | # CONFIG_SENSORS_DS1337 is not set | ||
| 678 | # CONFIG_SENSORS_DS1374 is not set | ||
| 679 | # CONFIG_DS1682 is not set | ||
| 680 | # CONFIG_SENSORS_EEPROM is not set | ||
| 681 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 682 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 683 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 684 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 685 | # CONFIG_SENSORS_TSL2550 is not set | ||
| 686 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 687 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 688 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 689 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 690 | |||
| 691 | # | ||
| 692 | # SPI support | ||
| 693 | # | ||
| 694 | CONFIG_SPI=y | ||
| 695 | # CONFIG_SPI_DEBUG is not set | ||
| 696 | CONFIG_SPI_MASTER=y | ||
| 697 | |||
| 698 | # | ||
| 699 | # SPI Master Controller Drivers | ||
| 700 | # | ||
| 701 | CONFIG_SPI_ATMEL=y | ||
| 702 | # CONFIG_SPI_BITBANG is not set | ||
| 703 | |||
| 704 | # | ||
| 705 | # SPI Protocol Masters | ||
| 706 | # | ||
| 707 | # CONFIG_SPI_AT25 is not set | ||
| 708 | # CONFIG_SPI_SPIDEV is not set | ||
| 709 | # CONFIG_SPI_TLE62X0 is not set | ||
| 710 | # CONFIG_W1 is not set | ||
| 711 | # CONFIG_POWER_SUPPLY is not set | ||
| 712 | # CONFIG_HWMON is not set | ||
| 713 | CONFIG_WATCHDOG=y | ||
| 714 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
| 715 | |||
| 716 | # | ||
| 717 | # Watchdog Device Drivers | ||
| 718 | # | ||
| 719 | # CONFIG_SOFT_WATCHDOG is not set | ||
| 720 | |||
| 721 | # | ||
| 722 | # USB-based Watchdog Cards | ||
| 723 | # | ||
| 724 | # CONFIG_USBPCWATCHDOG is not set | ||
| 725 | |||
| 726 | # | ||
| 727 | # Sonics Silicon Backplane | ||
| 728 | # | ||
| 729 | CONFIG_SSB_POSSIBLE=y | ||
| 730 | # CONFIG_SSB is not set | ||
| 731 | |||
| 732 | # | ||
| 733 | # Multifunction device drivers | ||
| 734 | # | ||
| 735 | # CONFIG_MFD_SM501 is not set | ||
| 736 | |||
| 737 | # | ||
| 738 | # Multimedia devices | ||
| 739 | # | ||
| 740 | # CONFIG_VIDEO_DEV is not set | ||
| 741 | # CONFIG_DVB_CORE is not set | ||
| 742 | # CONFIG_DAB is not set | ||
| 743 | |||
| 744 | # | ||
| 745 | # Graphics support | ||
| 746 | # | ||
| 747 | # CONFIG_VGASTATE is not set | ||
| 748 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
| 749 | CONFIG_FB=y | ||
| 750 | # CONFIG_FIRMWARE_EDID is not set | ||
| 751 | # CONFIG_FB_DDC is not set | ||
| 752 | CONFIG_FB_CFB_FILLRECT=y | ||
| 753 | CONFIG_FB_CFB_COPYAREA=y | ||
| 754 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
| 755 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
| 756 | # CONFIG_FB_SYS_FILLRECT is not set | ||
| 757 | # CONFIG_FB_SYS_COPYAREA is not set | ||
| 758 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
| 759 | # CONFIG_FB_SYS_FOPS is not set | ||
| 760 | CONFIG_FB_DEFERRED_IO=y | ||
| 761 | # CONFIG_FB_SVGALIB is not set | ||
| 762 | # CONFIG_FB_MACMODES is not set | ||
| 763 | # CONFIG_FB_BACKLIGHT is not set | ||
| 764 | # CONFIG_FB_MODE_HELPERS is not set | ||
| 765 | # CONFIG_FB_TILEBLITTING is not set | ||
| 766 | |||
| 767 | # | ||
| 768 | # Frame buffer hardware drivers | ||
| 769 | # | ||
| 770 | # CONFIG_FB_S1D13XXX is not set | ||
| 771 | CONFIG_FB_ATMEL=y | ||
| 772 | # CONFIG_FB_VIRTUAL is not set | ||
| 773 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 774 | |||
| 775 | # | ||
| 776 | # Display device support | ||
| 777 | # | ||
| 778 | # CONFIG_DISPLAY_SUPPORT is not set | ||
| 779 | |||
| 780 | # | ||
| 781 | # Console display driver support | ||
| 782 | # | ||
| 783 | # CONFIG_VGA_CONSOLE is not set | ||
| 784 | CONFIG_DUMMY_CONSOLE=y | ||
| 785 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
| 786 | CONFIG_LOGO=y | ||
| 787 | # CONFIG_LOGO_LINUX_MONO is not set | ||
| 788 | CONFIG_LOGO_LINUX_VGA16=y | ||
| 789 | # CONFIG_LOGO_LINUX_CLUT224 is not set | ||
| 790 | |||
| 791 | # | ||
| 792 | # Sound | ||
| 793 | # | ||
| 794 | # CONFIG_SOUND is not set | ||
| 795 | CONFIG_HID_SUPPORT=y | ||
| 796 | CONFIG_HID=y | ||
| 797 | CONFIG_HID_DEBUG=y | ||
| 798 | # CONFIG_HIDRAW is not set | ||
| 799 | |||
| 800 | # | ||
| 801 | # USB Input Devices | ||
| 802 | # | ||
| 803 | # CONFIG_USB_HID is not set | ||
| 804 | |||
| 805 | # | ||
| 806 | # USB HID Boot Protocol drivers | ||
| 807 | # | ||
| 808 | # CONFIG_USB_KBD is not set | ||
| 809 | # CONFIG_USB_MOUSE is not set | ||
| 810 | CONFIG_USB_SUPPORT=y | ||
| 811 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 812 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 813 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
| 814 | CONFIG_USB=y | ||
| 815 | # CONFIG_USB_DEBUG is not set | ||
| 816 | |||
| 817 | # | ||
| 818 | # Miscellaneous USB options | ||
| 819 | # | ||
| 820 | CONFIG_USB_DEVICEFS=y | ||
| 821 | CONFIG_USB_DEVICE_CLASS=y | ||
| 822 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
| 823 | # CONFIG_USB_OTG is not set | ||
| 824 | |||
| 825 | # | ||
| 826 | # USB Host Controller Drivers | ||
| 827 | # | ||
| 828 | # CONFIG_USB_ISP116X_HCD is not set | ||
| 829 | CONFIG_USB_OHCI_HCD=y | ||
| 830 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
| 831 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
| 832 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
| 833 | # CONFIG_USB_SL811_HCD is not set | ||
| 834 | # CONFIG_USB_R8A66597_HCD is not set | ||
| 835 | |||
| 836 | # | ||
| 837 | # USB Device Class drivers | ||
| 838 | # | ||
| 839 | # CONFIG_USB_ACM is not set | ||
| 840 | # CONFIG_USB_PRINTER is not set | ||
| 841 | |||
| 842 | # | ||
| 843 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 844 | # | ||
| 845 | |||
| 846 | # | ||
| 847 | # may also be needed; see USB_STORAGE Help for more information | ||
| 848 | # | ||
| 849 | CONFIG_USB_STORAGE=y | ||
| 850 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
| 851 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
| 852 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
| 853 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
| 854 | # CONFIG_USB_STORAGE_DPCM is not set | ||
| 855 | # CONFIG_USB_STORAGE_USBAT is not set | ||
| 856 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
| 857 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
| 858 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
| 859 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
| 860 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
| 861 | # CONFIG_USB_STORAGE_KARMA is not set | ||
| 862 | # CONFIG_USB_LIBUSUAL is not set | ||
| 863 | |||
| 864 | # | ||
| 865 | # USB Imaging devices | ||
| 866 | # | ||
| 867 | # CONFIG_USB_MDC800 is not set | ||
| 868 | # CONFIG_USB_MICROTEK is not set | ||
| 869 | CONFIG_USB_MON=y | ||
| 870 | |||
| 871 | # | ||
| 872 | # USB port drivers | ||
| 873 | # | ||
| 874 | |||
| 875 | # | ||
| 876 | # USB Serial Converter support | ||
| 877 | # | ||
| 878 | # CONFIG_USB_SERIAL is not set | ||
| 879 | |||
| 880 | # | ||
| 881 | # USB Miscellaneous drivers | ||
| 882 | # | ||
| 883 | # CONFIG_USB_EMI62 is not set | ||
| 884 | # CONFIG_USB_EMI26 is not set | ||
| 885 | # CONFIG_USB_ADUTUX is not set | ||
| 886 | # CONFIG_USB_AUERSWALD is not set | ||
| 887 | # CONFIG_USB_RIO500 is not set | ||
| 888 | # CONFIG_USB_LEGOTOWER is not set | ||
| 889 | # CONFIG_USB_LCD is not set | ||
| 890 | # CONFIG_USB_BERRY_CHARGE is not set | ||
| 891 | # CONFIG_USB_LED is not set | ||
| 892 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
| 893 | # CONFIG_USB_CYTHERM is not set | ||
| 894 | # CONFIG_USB_PHIDGET is not set | ||
| 895 | # CONFIG_USB_IDMOUSE is not set | ||
| 896 | # CONFIG_USB_FTDI_ELAN is not set | ||
| 897 | # CONFIG_USB_APPLEDISPLAY is not set | ||
| 898 | # CONFIG_USB_LD is not set | ||
| 899 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
| 900 | # CONFIG_USB_IOWARRIOR is not set | ||
| 901 | # CONFIG_USB_TEST is not set | ||
| 902 | |||
| 903 | # | ||
| 904 | # USB DSL modem support | ||
| 905 | # | ||
| 906 | |||
| 907 | # | ||
| 908 | # USB Gadget Support | ||
| 909 | # | ||
| 910 | # CONFIG_USB_GADGET is not set | ||
| 911 | CONFIG_MMC=y | ||
| 912 | # CONFIG_MMC_DEBUG is not set | ||
| 913 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
| 914 | |||
| 915 | # | ||
| 916 | # MMC/SD Card Drivers | ||
| 917 | # | ||
| 918 | CONFIG_MMC_BLOCK=y | ||
| 919 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
| 920 | # CONFIG_SDIO_UART is not set | ||
| 921 | |||
| 922 | # | ||
| 923 | # MMC/SD Host Controller Drivers | ||
| 924 | # | ||
| 925 | CONFIG_MMC_AT91=y | ||
| 926 | # CONFIG_MMC_SPI is not set | ||
| 927 | # CONFIG_NEW_LEDS is not set | ||
| 928 | CONFIG_RTC_LIB=y | ||
| 929 | # CONFIG_RTC_CLASS is not set | ||
| 930 | |||
| 931 | # | ||
| 932 | # File systems | ||
| 933 | # | ||
| 934 | CONFIG_EXT2_FS=y | ||
| 935 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 936 | # CONFIG_EXT2_FS_XIP is not set | ||
| 937 | # CONFIG_EXT3_FS is not set | ||
| 938 | # CONFIG_EXT4DEV_FS is not set | ||
| 939 | # CONFIG_REISERFS_FS is not set | ||
| 940 | # CONFIG_JFS_FS is not set | ||
| 941 | # CONFIG_FS_POSIX_ACL is not set | ||
| 942 | # CONFIG_XFS_FS is not set | ||
| 943 | # CONFIG_GFS2_FS is not set | ||
| 944 | # CONFIG_OCFS2_FS is not set | ||
| 945 | # CONFIG_MINIX_FS is not set | ||
| 946 | # CONFIG_ROMFS_FS is not set | ||
| 947 | CONFIG_INOTIFY=y | ||
| 948 | CONFIG_INOTIFY_USER=y | ||
| 949 | # CONFIG_QUOTA is not set | ||
| 950 | CONFIG_DNOTIFY=y | ||
| 951 | # CONFIG_AUTOFS_FS is not set | ||
| 952 | # CONFIG_AUTOFS4_FS is not set | ||
| 953 | # CONFIG_FUSE_FS is not set | ||
| 954 | |||
| 955 | # | ||
| 956 | # CD-ROM/DVD Filesystems | ||
| 957 | # | ||
| 958 | # CONFIG_ISO9660_FS is not set | ||
| 959 | # CONFIG_UDF_FS is not set | ||
| 960 | |||
| 961 | # | ||
| 962 | # DOS/FAT/NT Filesystems | ||
| 963 | # | ||
| 964 | CONFIG_FAT_FS=y | ||
| 965 | # CONFIG_MSDOS_FS is not set | ||
| 966 | CONFIG_VFAT_FS=y | ||
| 967 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 968 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 969 | # CONFIG_NTFS_FS is not set | ||
| 970 | |||
| 971 | # | ||
| 972 | # Pseudo filesystems | ||
| 973 | # | ||
| 974 | CONFIG_PROC_FS=y | ||
| 975 | CONFIG_PROC_SYSCTL=y | ||
| 976 | CONFIG_SYSFS=y | ||
| 977 | CONFIG_TMPFS=y | ||
| 978 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
| 979 | # CONFIG_HUGETLB_PAGE is not set | ||
| 980 | # CONFIG_CONFIGFS_FS is not set | ||
| 981 | |||
| 982 | # | ||
| 983 | # Miscellaneous filesystems | ||
| 984 | # | ||
| 985 | # CONFIG_ADFS_FS is not set | ||
| 986 | # CONFIG_AFFS_FS is not set | ||
| 987 | # CONFIG_HFS_FS is not set | ||
| 988 | # CONFIG_HFSPLUS_FS is not set | ||
| 989 | # CONFIG_BEFS_FS is not set | ||
| 990 | # CONFIG_BFS_FS is not set | ||
| 991 | # CONFIG_EFS_FS is not set | ||
| 992 | CONFIG_JFFS2_FS=y | ||
| 993 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 994 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 995 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
| 996 | # CONFIG_JFFS2_SUMMARY is not set | ||
| 997 | # CONFIG_JFFS2_FS_XATTR is not set | ||
| 998 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
| 999 | CONFIG_JFFS2_ZLIB=y | ||
| 1000 | # CONFIG_JFFS2_LZO is not set | ||
| 1001 | CONFIG_JFFS2_RTIME=y | ||
| 1002 | # CONFIG_JFFS2_RUBIN is not set | ||
| 1003 | CONFIG_CRAMFS=y | ||
| 1004 | # CONFIG_VXFS_FS is not set | ||
| 1005 | # CONFIG_HPFS_FS is not set | ||
| 1006 | # CONFIG_QNX4FS_FS is not set | ||
| 1007 | # CONFIG_SYSV_FS is not set | ||
| 1008 | # CONFIG_UFS_FS is not set | ||
| 1009 | CONFIG_NETWORK_FILESYSTEMS=y | ||
| 1010 | CONFIG_NFS_FS=y | ||
| 1011 | # CONFIG_NFS_V3 is not set | ||
| 1012 | # CONFIG_NFS_V4 is not set | ||
| 1013 | # CONFIG_NFS_DIRECTIO is not set | ||
| 1014 | # CONFIG_NFSD is not set | ||
| 1015 | CONFIG_ROOT_NFS=y | ||
| 1016 | CONFIG_LOCKD=y | ||
| 1017 | CONFIG_NFS_COMMON=y | ||
| 1018 | CONFIG_SUNRPC=y | ||
| 1019 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1020 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
| 1021 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1022 | # CONFIG_SMB_FS is not set | ||
| 1023 | # CONFIG_CIFS is not set | ||
| 1024 | # CONFIG_NCP_FS is not set | ||
| 1025 | # CONFIG_CODA_FS is not set | ||
| 1026 | # CONFIG_AFS_FS is not set | ||
| 1027 | |||
| 1028 | # | ||
| 1029 | # Partition Types | ||
| 1030 | # | ||
| 1031 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 1032 | CONFIG_MSDOS_PARTITION=y | ||
| 1033 | CONFIG_NLS=y | ||
| 1034 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 1035 | CONFIG_NLS_CODEPAGE_437=y | ||
| 1036 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1037 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1038 | CONFIG_NLS_CODEPAGE_850=y | ||
| 1039 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1040 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1041 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1042 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1043 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1044 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1045 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1046 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1047 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1048 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1049 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1050 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1051 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1052 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 1053 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1054 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1055 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1056 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1057 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1058 | # CONFIG_NLS_ASCII is not set | ||
| 1059 | CONFIG_NLS_ISO8859_1=y | ||
| 1060 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 1061 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1062 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1063 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1064 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1065 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1066 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1067 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1068 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1069 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 1070 | # CONFIG_NLS_KOI8_R is not set | ||
| 1071 | # CONFIG_NLS_KOI8_U is not set | ||
| 1072 | # CONFIG_NLS_UTF8 is not set | ||
| 1073 | # CONFIG_DLM is not set | ||
| 1074 | CONFIG_INSTRUMENTATION=y | ||
| 1075 | # CONFIG_PROFILING is not set | ||
| 1076 | # CONFIG_MARKERS is not set | ||
| 1077 | |||
| 1078 | # | ||
| 1079 | # Kernel hacking | ||
| 1080 | # | ||
| 1081 | # CONFIG_PRINTK_TIME is not set | ||
| 1082 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1083 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 1084 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 1085 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 1086 | CONFIG_DEBUG_FS=y | ||
| 1087 | # CONFIG_HEADERS_CHECK is not set | ||
| 1088 | CONFIG_DEBUG_KERNEL=y | ||
| 1089 | # CONFIG_DEBUG_SHIRQ is not set | ||
| 1090 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 1091 | CONFIG_SCHED_DEBUG=y | ||
| 1092 | # CONFIG_SCHEDSTATS is not set | ||
| 1093 | # CONFIG_TIMER_STATS is not set | ||
| 1094 | # CONFIG_DEBUG_SLAB is not set | ||
| 1095 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
| 1096 | # CONFIG_RT_MUTEX_TESTER is not set | ||
| 1097 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 1098 | # CONFIG_DEBUG_MUTEXES is not set | ||
| 1099 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
| 1100 | # CONFIG_PROVE_LOCKING is not set | ||
| 1101 | # CONFIG_LOCK_STAT is not set | ||
| 1102 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 1103 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
| 1104 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 1105 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 1106 | CONFIG_DEBUG_INFO=y | ||
| 1107 | # CONFIG_DEBUG_VM is not set | ||
| 1108 | # CONFIG_DEBUG_LIST is not set | ||
| 1109 | # CONFIG_DEBUG_SG is not set | ||
| 1110 | CONFIG_FRAME_POINTER=y | ||
| 1111 | CONFIG_FORCED_INLINING=y | ||
| 1112 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
| 1113 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1114 | # CONFIG_FAULT_INJECTION is not set | ||
| 1115 | # CONFIG_SAMPLES is not set | ||
| 1116 | CONFIG_DEBUG_USER=y | ||
| 1117 | # CONFIG_DEBUG_ERRORS is not set | ||
| 1118 | # CONFIG_DEBUG_LL is not set | ||
| 1119 | |||
| 1120 | # | ||
| 1121 | # Security options | ||
| 1122 | # | ||
| 1123 | # CONFIG_KEYS is not set | ||
| 1124 | # CONFIG_SECURITY is not set | ||
| 1125 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
| 1126 | # CONFIG_CRYPTO is not set | ||
| 1127 | |||
| 1128 | # | ||
| 1129 | # Library routines | ||
| 1130 | # | ||
| 1131 | CONFIG_BITREVERSE=y | ||
| 1132 | # CONFIG_CRC_CCITT is not set | ||
| 1133 | # CONFIG_CRC16 is not set | ||
| 1134 | # CONFIG_CRC_ITU_T is not set | ||
| 1135 | CONFIG_CRC32=y | ||
| 1136 | # CONFIG_CRC7 is not set | ||
| 1137 | # CONFIG_LIBCRC32C is not set | ||
| 1138 | CONFIG_ZLIB_INFLATE=y | ||
| 1139 | CONFIG_ZLIB_DEFLATE=y | ||
| 1140 | CONFIG_PLIST=y | ||
| 1141 | CONFIG_HAS_IOMEM=y | ||
| 1142 | CONFIG_HAS_IOPORT=y | ||
| 1143 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/collie_defconfig b/arch/arm/configs/collie_defconfig index 970c8c772eb7..4264e273202d 100644 --- a/arch/arm/configs/collie_defconfig +++ b/arch/arm/configs/collie_defconfig | |||
| @@ -367,7 +367,6 @@ CONFIG_MTD_CFI_UTIL=y | |||
| 367 | # CONFIG_MTD_RAM is not set | 367 | # CONFIG_MTD_RAM is not set |
| 368 | # CONFIG_MTD_ROM is not set | 368 | # CONFIG_MTD_ROM is not set |
| 369 | # CONFIG_MTD_ABSENT is not set | 369 | # CONFIG_MTD_ABSENT is not set |
| 370 | CONFIG_MTD_OBSOLETE_CHIPS=y | ||
| 371 | CONFIG_MTD_SHARP=y | 370 | CONFIG_MTD_SHARP=y |
| 372 | # CONFIG_MTD_XIP is not set | 371 | # CONFIG_MTD_XIP is not set |
| 373 | 372 | ||
diff --git a/arch/arm/configs/iop13xx_defconfig b/arch/arm/configs/iop13xx_defconfig index add03c9e5553..988b4d13e76f 100644 --- a/arch/arm/configs/iop13xx_defconfig +++ b/arch/arm/configs/iop13xx_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.22 | 3 | # Linux kernel version: 2.6.24-rc5 |
| 4 | # Thu Jul 19 15:57:52 2007 | 4 | # Wed Dec 12 16:11:03 2007 |
| 5 | # | 5 | # |
| 6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
| 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
| @@ -26,15 +26,11 @@ CONFIG_VECTORS_BASE=0xffff0000 | |||
| 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 27 | 27 | ||
| 28 | # | 28 | # |
| 29 | # Code maturity level options | 29 | # General setup |
| 30 | # | 30 | # |
| 31 | CONFIG_EXPERIMENTAL=y | 31 | CONFIG_EXPERIMENTAL=y |
| 32 | CONFIG_BROKEN_ON_SMP=y | 32 | CONFIG_BROKEN_ON_SMP=y |
| 33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 33 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 34 | |||
| 35 | # | ||
| 36 | # General setup | ||
| 37 | # | ||
| 38 | CONFIG_LOCALVERSION="" | 34 | CONFIG_LOCALVERSION="" |
| 39 | # CONFIG_LOCALVERSION_AUTO is not set | 35 | # CONFIG_LOCALVERSION_AUTO is not set |
| 40 | CONFIG_SWAP=y | 36 | CONFIG_SWAP=y |
| @@ -45,10 +41,15 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
| 45 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 41 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
| 46 | # CONFIG_TASKSTATS is not set | 42 | # CONFIG_TASKSTATS is not set |
| 47 | # CONFIG_USER_NS is not set | 43 | # CONFIG_USER_NS is not set |
| 44 | # CONFIG_PID_NS is not set | ||
| 48 | # CONFIG_AUDIT is not set | 45 | # CONFIG_AUDIT is not set |
| 49 | CONFIG_IKCONFIG=y | 46 | CONFIG_IKCONFIG=y |
| 50 | CONFIG_IKCONFIG_PROC=y | 47 | CONFIG_IKCONFIG_PROC=y |
| 51 | CONFIG_LOG_BUF_SHIFT=14 | 48 | CONFIG_LOG_BUF_SHIFT=14 |
| 49 | # CONFIG_CGROUPS is not set | ||
| 50 | CONFIG_FAIR_GROUP_SCHED=y | ||
| 51 | CONFIG_FAIR_USER_SCHED=y | ||
| 52 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
| 52 | CONFIG_SYSFS_DEPRECATED=y | 53 | CONFIG_SYSFS_DEPRECATED=y |
| 53 | # CONFIG_RELAY is not set | 54 | # CONFIG_RELAY is not set |
| 54 | CONFIG_BLK_DEV_INITRD=y | 55 | CONFIG_BLK_DEV_INITRD=y |
| @@ -69,7 +70,6 @@ CONFIG_FUTEX=y | |||
| 69 | CONFIG_ANON_INODES=y | 70 | CONFIG_ANON_INODES=y |
| 70 | CONFIG_EPOLL=y | 71 | CONFIG_EPOLL=y |
| 71 | CONFIG_SIGNALFD=y | 72 | CONFIG_SIGNALFD=y |
| 72 | CONFIG_TIMERFD=y | ||
| 73 | CONFIG_EVENTFD=y | 73 | CONFIG_EVENTFD=y |
| 74 | CONFIG_SHMEM=y | 74 | CONFIG_SHMEM=y |
| 75 | CONFIG_VM_EVENT_COUNTERS=y | 75 | CONFIG_VM_EVENT_COUNTERS=y |
| @@ -130,6 +130,7 @@ CONFIG_ARCH_IOP13XX=y | |||
| 130 | # CONFIG_ARCH_L7200 is not set | 130 | # CONFIG_ARCH_L7200 is not set |
| 131 | # CONFIG_ARCH_KS8695 is not set | 131 | # CONFIG_ARCH_KS8695 is not set |
| 132 | # CONFIG_ARCH_NS9XXX is not set | 132 | # CONFIG_ARCH_NS9XXX is not set |
| 133 | # CONFIG_ARCH_MXC is not set | ||
| 133 | # CONFIG_ARCH_PNX4008 is not set | 134 | # CONFIG_ARCH_PNX4008 is not set |
| 134 | # CONFIG_ARCH_PXA is not set | 135 | # CONFIG_ARCH_PXA is not set |
| 135 | # CONFIG_ARCH_RPC is not set | 136 | # CONFIG_ARCH_RPC is not set |
| @@ -151,9 +152,12 @@ CONFIG_MACH_IQ81340SC=y | |||
| 151 | CONFIG_MACH_IQ81340MC=y | 152 | CONFIG_MACH_IQ81340MC=y |
| 152 | 153 | ||
| 153 | # | 154 | # |
| 154 | # IOP13XX IMU Support | 155 | # Boot options |
| 156 | # | ||
| 157 | |||
| 158 | # | ||
| 159 | # Power management | ||
| 155 | # | 160 | # |
| 156 | # CONFIG_IOP_IMU is not set | ||
| 157 | CONFIG_PLAT_IOP=y | 161 | CONFIG_PLAT_IOP=y |
| 158 | 162 | ||
| 159 | # | 163 | # |
| @@ -185,10 +189,7 @@ CONFIG_PCI=y | |||
| 185 | CONFIG_PCI_SYSCALL=y | 189 | CONFIG_PCI_SYSCALL=y |
| 186 | CONFIG_ARCH_SUPPORTS_MSI=y | 190 | CONFIG_ARCH_SUPPORTS_MSI=y |
| 187 | # CONFIG_PCI_MSI is not set | 191 | # CONFIG_PCI_MSI is not set |
| 188 | 192 | CONFIG_PCI_LEGACY=y | |
| 189 | # | ||
| 190 | # PCCARD (PCMCIA/CardBus) support | ||
| 191 | # | ||
| 192 | # CONFIG_PCCARD is not set | 193 | # CONFIG_PCCARD is not set |
| 193 | 194 | ||
| 194 | # | 195 | # |
| @@ -207,6 +208,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 207 | CONFIG_FLATMEM=y | 208 | CONFIG_FLATMEM=y |
| 208 | CONFIG_FLAT_NODE_MEM_MAP=y | 209 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 209 | # CONFIG_SPARSEMEM_STATIC is not set | 210 | # CONFIG_SPARSEMEM_STATIC is not set |
| 211 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
| 210 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 212 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
| 211 | # CONFIG_RESOURCES_64BIT is not set | 213 | # CONFIG_RESOURCES_64BIT is not set |
| 212 | CONFIG_ZONE_DMA_FLAG=1 | 214 | CONFIG_ZONE_DMA_FLAG=1 |
| @@ -246,6 +248,7 @@ CONFIG_BINFMT_AOUT=y | |||
| 246 | # Power management options | 248 | # Power management options |
| 247 | # | 249 | # |
| 248 | # CONFIG_PM is not set | 250 | # CONFIG_PM is not set |
| 251 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
| 249 | 252 | ||
| 250 | # | 253 | # |
| 251 | # Networking | 254 | # Networking |
| @@ -285,6 +288,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
| 285 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 288 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 286 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 289 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 287 | CONFIG_INET_XFRM_MODE_BEET=y | 290 | CONFIG_INET_XFRM_MODE_BEET=y |
| 291 | # CONFIG_INET_LRO is not set | ||
| 288 | CONFIG_INET_DIAG=y | 292 | CONFIG_INET_DIAG=y |
| 289 | CONFIG_INET_TCP_DIAG=y | 293 | CONFIG_INET_TCP_DIAG=y |
| 290 | # CONFIG_TCP_CONG_ADVANCED is not set | 294 | # CONFIG_TCP_CONG_ADVANCED is not set |
| @@ -324,10 +328,6 @@ CONFIG_IPV6=y | |||
| 324 | # CONFIG_LAPB is not set | 328 | # CONFIG_LAPB is not set |
| 325 | # CONFIG_ECONET is not set | 329 | # CONFIG_ECONET is not set |
| 326 | # CONFIG_WAN_ROUTER is not set | 330 | # CONFIG_WAN_ROUTER is not set |
| 327 | |||
| 328 | # | ||
| 329 | # QoS and/or fair queueing | ||
| 330 | # | ||
| 331 | # CONFIG_NET_SCHED is not set | 331 | # CONFIG_NET_SCHED is not set |
| 332 | 332 | ||
| 333 | # | 333 | # |
| @@ -356,6 +356,7 @@ CONFIG_IPV6=y | |||
| 356 | # | 356 | # |
| 357 | # Generic Driver Options | 357 | # Generic Driver Options |
| 358 | # | 358 | # |
| 359 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 359 | CONFIG_STANDALONE=y | 360 | CONFIG_STANDALONE=y |
| 360 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 361 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 361 | # CONFIG_FW_LOADER is not set | 362 | # CONFIG_FW_LOADER is not set |
| @@ -383,6 +384,7 @@ CONFIG_MTD_BLOCK=y | |||
| 383 | # CONFIG_INFTL is not set | 384 | # CONFIG_INFTL is not set |
| 384 | # CONFIG_RFD_FTL is not set | 385 | # CONFIG_RFD_FTL is not set |
| 385 | # CONFIG_SSFDC is not set | 386 | # CONFIG_SSFDC is not set |
| 387 | # CONFIG_MTD_OOPS is not set | ||
| 386 | 388 | ||
| 387 | # | 389 | # |
| 388 | # RAM/ROM/Flash chip drivers | 390 | # RAM/ROM/Flash chip drivers |
| @@ -423,6 +425,7 @@ CONFIG_MTD_PHYSMAP_START=0xfa000000 | |||
| 423 | CONFIG_MTD_PHYSMAP_LEN=0x0 | 425 | CONFIG_MTD_PHYSMAP_LEN=0x0 |
| 424 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | 426 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 |
| 425 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 427 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
| 428 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
| 426 | # CONFIG_MTD_PLATRAM is not set | 429 | # CONFIG_MTD_PLATRAM is not set |
| 427 | 430 | ||
| 428 | # | 431 | # |
| @@ -463,6 +466,11 @@ CONFIG_BLK_DEV_RAM_SIZE=8192 | |||
| 463 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 466 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
| 464 | # CONFIG_CDROM_PKTCDVD is not set | 467 | # CONFIG_CDROM_PKTCDVD is not set |
| 465 | # CONFIG_ATA_OVER_ETH is not set | 468 | # CONFIG_ATA_OVER_ETH is not set |
| 469 | CONFIG_MISC_DEVICES=y | ||
| 470 | # CONFIG_PHANTOM is not set | ||
| 471 | # CONFIG_EEPROM_93CX6 is not set | ||
| 472 | # CONFIG_SGI_IOC4 is not set | ||
| 473 | # CONFIG_TIFM_CORE is not set | ||
| 466 | 474 | ||
| 467 | # | 475 | # |
| 468 | # SCSI device support | 476 | # SCSI device support |
| @@ -499,12 +507,9 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 499 | # CONFIG_SCSI_SPI_ATTRS is not set | 507 | # CONFIG_SCSI_SPI_ATTRS is not set |
| 500 | # CONFIG_SCSI_FC_ATTRS is not set | 508 | # CONFIG_SCSI_FC_ATTRS is not set |
| 501 | CONFIG_SCSI_ISCSI_ATTRS=y | 509 | CONFIG_SCSI_ISCSI_ATTRS=y |
| 502 | CONFIG_SCSI_SAS_ATTRS=y | ||
| 503 | # CONFIG_SCSI_SAS_LIBSAS is not set | 510 | # CONFIG_SCSI_SAS_LIBSAS is not set |
| 504 | 511 | # CONFIG_SCSI_SRP_ATTRS is not set | |
| 505 | # | 512 | CONFIG_SCSI_LOWLEVEL=y |
| 506 | # SCSI low-level drivers | ||
| 507 | # | ||
| 508 | # CONFIG_ISCSI_TCP is not set | 513 | # CONFIG_ISCSI_TCP is not set |
| 509 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 514 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 510 | # CONFIG_SCSI_3W_9XXX is not set | 515 | # CONFIG_SCSI_3W_9XXX is not set |
| @@ -515,6 +520,7 @@ CONFIG_SCSI_SAS_ATTRS=y | |||
| 515 | # CONFIG_SCSI_AIC79XX is not set | 520 | # CONFIG_SCSI_AIC79XX is not set |
| 516 | # CONFIG_SCSI_AIC94XX is not set | 521 | # CONFIG_SCSI_AIC94XX is not set |
| 517 | # CONFIG_SCSI_DPT_I2O is not set | 522 | # CONFIG_SCSI_DPT_I2O is not set |
| 523 | # CONFIG_SCSI_ADVANSYS is not set | ||
| 518 | # CONFIG_SCSI_ARCMSR is not set | 524 | # CONFIG_SCSI_ARCMSR is not set |
| 519 | # CONFIG_MEGARAID_NEWGEN is not set | 525 | # CONFIG_MEGARAID_NEWGEN is not set |
| 520 | # CONFIG_MEGARAID_LEGACY is not set | 526 | # CONFIG_MEGARAID_LEGACY is not set |
| @@ -555,14 +561,8 @@ CONFIG_BLK_DEV_DM=y | |||
| 555 | # CONFIG_DM_ZERO is not set | 561 | # CONFIG_DM_ZERO is not set |
| 556 | # CONFIG_DM_MULTIPATH is not set | 562 | # CONFIG_DM_MULTIPATH is not set |
| 557 | # CONFIG_DM_DELAY is not set | 563 | # CONFIG_DM_DELAY is not set |
| 558 | 564 | # CONFIG_DM_UEVENT is not set | |
| 559 | # | ||
| 560 | # Fusion MPT device support | ||
| 561 | # | ||
| 562 | # CONFIG_FUSION is not set | 565 | # CONFIG_FUSION is not set |
| 563 | # CONFIG_FUSION_SPI is not set | ||
| 564 | # CONFIG_FUSION_FC is not set | ||
| 565 | # CONFIG_FUSION_SAS is not set | ||
| 566 | 566 | ||
| 567 | # | 567 | # |
| 568 | # IEEE 1394 (FireWire) support | 568 | # IEEE 1394 (FireWire) support |
| @@ -577,6 +577,8 @@ CONFIG_NETDEVICES=y | |||
| 577 | # CONFIG_MACVLAN is not set | 577 | # CONFIG_MACVLAN is not set |
| 578 | # CONFIG_EQUALIZER is not set | 578 | # CONFIG_EQUALIZER is not set |
| 579 | # CONFIG_TUN is not set | 579 | # CONFIG_TUN is not set |
| 580 | # CONFIG_VETH is not set | ||
| 581 | # CONFIG_IP1000 is not set | ||
| 580 | # CONFIG_ARCNET is not set | 582 | # CONFIG_ARCNET is not set |
| 581 | # CONFIG_NET_ETHERNET is not set | 583 | # CONFIG_NET_ETHERNET is not set |
| 582 | CONFIG_NETDEV_1000=y | 584 | CONFIG_NETDEV_1000=y |
| @@ -585,6 +587,7 @@ CONFIG_NETDEV_1000=y | |||
| 585 | CONFIG_E1000=y | 587 | CONFIG_E1000=y |
| 586 | CONFIG_E1000_NAPI=y | 588 | CONFIG_E1000_NAPI=y |
| 587 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 589 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 590 | # CONFIG_E1000E is not set | ||
| 588 | # CONFIG_NS83820 is not set | 591 | # CONFIG_NS83820 is not set |
| 589 | # CONFIG_HAMACHI is not set | 592 | # CONFIG_HAMACHI is not set |
| 590 | # CONFIG_YELLOWFIN is not set | 593 | # CONFIG_YELLOWFIN is not set |
| @@ -592,6 +595,7 @@ CONFIG_E1000_NAPI=y | |||
| 592 | # CONFIG_SIS190 is not set | 595 | # CONFIG_SIS190 is not set |
| 593 | # CONFIG_SKGE is not set | 596 | # CONFIG_SKGE is not set |
| 594 | # CONFIG_SKY2 is not set | 597 | # CONFIG_SKY2 is not set |
| 598 | # CONFIG_SK98LIN is not set | ||
| 595 | # CONFIG_VIA_VELOCITY is not set | 599 | # CONFIG_VIA_VELOCITY is not set |
| 596 | # CONFIG_TIGON3 is not set | 600 | # CONFIG_TIGON3 is not set |
| 597 | # CONFIG_BNX2 is not set | 601 | # CONFIG_BNX2 is not set |
| @@ -600,11 +604,14 @@ CONFIG_E1000_NAPI=y | |||
| 600 | CONFIG_NETDEV_10000=y | 604 | CONFIG_NETDEV_10000=y |
| 601 | # CONFIG_CHELSIO_T1 is not set | 605 | # CONFIG_CHELSIO_T1 is not set |
| 602 | # CONFIG_CHELSIO_T3 is not set | 606 | # CONFIG_CHELSIO_T3 is not set |
| 607 | # CONFIG_IXGBE is not set | ||
| 603 | # CONFIG_IXGB is not set | 608 | # CONFIG_IXGB is not set |
| 604 | # CONFIG_S2IO is not set | 609 | # CONFIG_S2IO is not set |
| 605 | # CONFIG_MYRI10GE is not set | 610 | # CONFIG_MYRI10GE is not set |
| 606 | # CONFIG_NETXEN_NIC is not set | 611 | # CONFIG_NETXEN_NIC is not set |
| 612 | # CONFIG_NIU is not set | ||
| 607 | # CONFIG_MLX4_CORE is not set | 613 | # CONFIG_MLX4_CORE is not set |
| 614 | # CONFIG_TEHUTI is not set | ||
| 608 | # CONFIG_TR is not set | 615 | # CONFIG_TR is not set |
| 609 | 616 | ||
| 610 | # | 617 | # |
| @@ -639,7 +646,6 @@ CONFIG_INPUT_MOUSEDEV=y | |||
| 639 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 646 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
| 640 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 647 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
| 641 | # CONFIG_INPUT_JOYDEV is not set | 648 | # CONFIG_INPUT_JOYDEV is not set |
| 642 | # CONFIG_INPUT_TSDEV is not set | ||
| 643 | # CONFIG_INPUT_EVDEV is not set | 649 | # CONFIG_INPUT_EVDEV is not set |
| 644 | # CONFIG_INPUT_EVBUG is not set | 650 | # CONFIG_INPUT_EVBUG is not set |
| 645 | 651 | ||
| @@ -688,12 +694,10 @@ CONFIG_UNIX98_PTYS=y | |||
| 688 | CONFIG_LEGACY_PTYS=y | 694 | CONFIG_LEGACY_PTYS=y |
| 689 | CONFIG_LEGACY_PTY_COUNT=256 | 695 | CONFIG_LEGACY_PTY_COUNT=256 |
| 690 | # CONFIG_IPMI_HANDLER is not set | 696 | # CONFIG_IPMI_HANDLER is not set |
| 691 | # CONFIG_WATCHDOG is not set | ||
| 692 | CONFIG_HW_RANDOM=y | 697 | CONFIG_HW_RANDOM=y |
| 693 | # CONFIG_NVRAM is not set | 698 | # CONFIG_NVRAM is not set |
| 694 | # CONFIG_R3964 is not set | 699 | # CONFIG_R3964 is not set |
| 695 | # CONFIG_APPLICOM is not set | 700 | # CONFIG_APPLICOM is not set |
| 696 | # CONFIG_DRM is not set | ||
| 697 | # CONFIG_RAW_DRIVER is not set | 701 | # CONFIG_RAW_DRIVER is not set |
| 698 | # CONFIG_TCG_TPM is not set | 702 | # CONFIG_TCG_TPM is not set |
| 699 | CONFIG_DEVPORT=y | 703 | CONFIG_DEVPORT=y |
| @@ -758,9 +762,9 @@ CONFIG_I2C_IOP3XX=y | |||
| 758 | # CONFIG_SPI is not set | 762 | # CONFIG_SPI is not set |
| 759 | # CONFIG_SPI_MASTER is not set | 763 | # CONFIG_SPI_MASTER is not set |
| 760 | # CONFIG_W1 is not set | 764 | # CONFIG_W1 is not set |
| 765 | # CONFIG_POWER_SUPPLY is not set | ||
| 761 | CONFIG_HWMON=y | 766 | CONFIG_HWMON=y |
| 762 | # CONFIG_HWMON_VID is not set | 767 | # CONFIG_HWMON_VID is not set |
| 763 | # CONFIG_SENSORS_ABITUGURU is not set | ||
| 764 | # CONFIG_SENSORS_AD7418 is not set | 768 | # CONFIG_SENSORS_AD7418 is not set |
| 765 | # CONFIG_SENSORS_ADM1021 is not set | 769 | # CONFIG_SENSORS_ADM1021 is not set |
| 766 | # CONFIG_SENSORS_ADM1025 is not set | 770 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -768,12 +772,13 @@ CONFIG_HWMON=y | |||
| 768 | # CONFIG_SENSORS_ADM1029 is not set | 772 | # CONFIG_SENSORS_ADM1029 is not set |
| 769 | # CONFIG_SENSORS_ADM1031 is not set | 773 | # CONFIG_SENSORS_ADM1031 is not set |
| 770 | # CONFIG_SENSORS_ADM9240 is not set | 774 | # CONFIG_SENSORS_ADM9240 is not set |
| 771 | # CONFIG_SENSORS_ASB100 is not set | 775 | # CONFIG_SENSORS_ADT7470 is not set |
| 772 | # CONFIG_SENSORS_ATXP1 is not set | 776 | # CONFIG_SENSORS_ATXP1 is not set |
| 773 | # CONFIG_SENSORS_DS1621 is not set | 777 | # CONFIG_SENSORS_DS1621 is not set |
| 778 | # CONFIG_SENSORS_I5K_AMB is not set | ||
| 774 | # CONFIG_SENSORS_F71805F is not set | 779 | # CONFIG_SENSORS_F71805F is not set |
| 775 | # CONFIG_SENSORS_FSCHER is not set | 780 | # CONFIG_SENSORS_F71882FG is not set |
| 776 | # CONFIG_SENSORS_FSCPOS is not set | 781 | # CONFIG_SENSORS_F75375S is not set |
| 777 | # CONFIG_SENSORS_GL518SM is not set | 782 | # CONFIG_SENSORS_GL518SM is not set |
| 778 | # CONFIG_SENSORS_GL520SM is not set | 783 | # CONFIG_SENSORS_GL520SM is not set |
| 779 | # CONFIG_SENSORS_IT87 is not set | 784 | # CONFIG_SENSORS_IT87 is not set |
| @@ -787,14 +792,17 @@ CONFIG_HWMON=y | |||
| 787 | # CONFIG_SENSORS_LM87 is not set | 792 | # CONFIG_SENSORS_LM87 is not set |
| 788 | # CONFIG_SENSORS_LM90 is not set | 793 | # CONFIG_SENSORS_LM90 is not set |
| 789 | # CONFIG_SENSORS_LM92 is not set | 794 | # CONFIG_SENSORS_LM92 is not set |
| 795 | # CONFIG_SENSORS_LM93 is not set | ||
| 790 | # CONFIG_SENSORS_MAX1619 is not set | 796 | # CONFIG_SENSORS_MAX1619 is not set |
| 791 | # CONFIG_SENSORS_MAX6650 is not set | 797 | # CONFIG_SENSORS_MAX6650 is not set |
| 792 | # CONFIG_SENSORS_PC87360 is not set | 798 | # CONFIG_SENSORS_PC87360 is not set |
| 793 | # CONFIG_SENSORS_PC87427 is not set | 799 | # CONFIG_SENSORS_PC87427 is not set |
| 794 | # CONFIG_SENSORS_SIS5595 is not set | 800 | # CONFIG_SENSORS_SIS5595 is not set |
| 801 | # CONFIG_SENSORS_DME1737 is not set | ||
| 795 | # CONFIG_SENSORS_SMSC47M1 is not set | 802 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 796 | # CONFIG_SENSORS_SMSC47M192 is not set | 803 | # CONFIG_SENSORS_SMSC47M192 is not set |
| 797 | # CONFIG_SENSORS_SMSC47B397 is not set | 804 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 805 | # CONFIG_SENSORS_THMC50 is not set | ||
| 798 | # CONFIG_SENSORS_VIA686A is not set | 806 | # CONFIG_SENSORS_VIA686A is not set |
| 799 | # CONFIG_SENSORS_VT1211 is not set | 807 | # CONFIG_SENSORS_VT1211 is not set |
| 800 | # CONFIG_SENSORS_VT8231 is not set | 808 | # CONFIG_SENSORS_VT8231 is not set |
| @@ -806,29 +814,18 @@ CONFIG_HWMON=y | |||
| 806 | # CONFIG_SENSORS_W83627HF is not set | 814 | # CONFIG_SENSORS_W83627HF is not set |
| 807 | # CONFIG_SENSORS_W83627EHF is not set | 815 | # CONFIG_SENSORS_W83627EHF is not set |
| 808 | # CONFIG_HWMON_DEBUG_CHIP is not set | 816 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 809 | CONFIG_MISC_DEVICES=y | 817 | # CONFIG_WATCHDOG is not set |
| 810 | # CONFIG_PHANTOM is not set | ||
| 811 | # CONFIG_EEPROM_93CX6 is not set | ||
| 812 | # CONFIG_SGI_IOC4 is not set | ||
| 813 | # CONFIG_TIFM_CORE is not set | ||
| 814 | |||
| 815 | # | ||
| 816 | # Multifunction device drivers | ||
| 817 | # | ||
| 818 | # CONFIG_MFD_SM501 is not set | ||
| 819 | |||
| 820 | # | ||
| 821 | # LED devices | ||
| 822 | # | ||
| 823 | # CONFIG_NEW_LEDS is not set | ||
| 824 | 818 | ||
| 825 | # | 819 | # |
| 826 | # LED drivers | 820 | # Sonics Silicon Backplane |
| 827 | # | 821 | # |
| 822 | CONFIG_SSB_POSSIBLE=y | ||
| 823 | # CONFIG_SSB is not set | ||
| 828 | 824 | ||
| 829 | # | 825 | # |
| 830 | # LED Triggers | 826 | # Multifunction device drivers |
| 831 | # | 827 | # |
| 828 | # CONFIG_MFD_SM501 is not set | ||
| 832 | 829 | ||
| 833 | # | 830 | # |
| 834 | # Multimedia devices | 831 | # Multimedia devices |
| @@ -840,14 +837,16 @@ CONFIG_DAB=y | |||
| 840 | # | 837 | # |
| 841 | # Graphics support | 838 | # Graphics support |
| 842 | # | 839 | # |
| 840 | # CONFIG_DRM is not set | ||
| 841 | # CONFIG_VGASTATE is not set | ||
| 842 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
| 843 | # CONFIG_FB is not set | ||
| 843 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 844 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
| 844 | 845 | ||
| 845 | # | 846 | # |
| 846 | # Display device support | 847 | # Display device support |
| 847 | # | 848 | # |
| 848 | # CONFIG_DISPLAY_SUPPORT is not set | 849 | # CONFIG_DISPLAY_SUPPORT is not set |
| 849 | # CONFIG_VGASTATE is not set | ||
| 850 | # CONFIG_FB is not set | ||
| 851 | 850 | ||
| 852 | # | 851 | # |
| 853 | # Console display driver support | 852 | # Console display driver support |
| @@ -862,6 +861,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
| 862 | CONFIG_HID_SUPPORT=y | 861 | CONFIG_HID_SUPPORT=y |
| 863 | CONFIG_HID=y | 862 | CONFIG_HID=y |
| 864 | # CONFIG_HID_DEBUG is not set | 863 | # CONFIG_HID_DEBUG is not set |
| 864 | # CONFIG_HIDRAW is not set | ||
| 865 | CONFIG_USB_SUPPORT=y | 865 | CONFIG_USB_SUPPORT=y |
| 866 | CONFIG_USB_ARCH_HAS_HCD=y | 866 | CONFIG_USB_ARCH_HAS_HCD=y |
| 867 | CONFIG_USB_ARCH_HAS_OHCI=y | 867 | CONFIG_USB_ARCH_HAS_OHCI=y |
| @@ -877,16 +877,15 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 877 | # | 877 | # |
| 878 | # CONFIG_USB_GADGET is not set | 878 | # CONFIG_USB_GADGET is not set |
| 879 | # CONFIG_MMC is not set | 879 | # CONFIG_MMC is not set |
| 880 | 880 | # CONFIG_NEW_LEDS is not set | |
| 881 | # | ||
| 882 | # Real Time Clock | ||
| 883 | # | ||
| 884 | CONFIG_RTC_LIB=y | 881 | CONFIG_RTC_LIB=y |
| 885 | # CONFIG_RTC_CLASS is not set | 882 | # CONFIG_RTC_CLASS is not set |
| 883 | CONFIG_DMADEVICES=y | ||
| 886 | 884 | ||
| 887 | # | 885 | # |
| 888 | # DMA Engine support | 886 | # DMA Devices |
| 889 | # | 887 | # |
| 888 | CONFIG_INTEL_IOP_ADMA=y | ||
| 890 | CONFIG_DMA_ENGINE=y | 889 | CONFIG_DMA_ENGINE=y |
| 891 | 890 | ||
| 892 | # | 891 | # |
| @@ -895,12 +894,6 @@ CONFIG_DMA_ENGINE=y | |||
| 895 | # CONFIG_NET_DMA is not set | 894 | # CONFIG_NET_DMA is not set |
| 896 | 895 | ||
| 897 | # | 896 | # |
| 898 | # DMA Devices | ||
| 899 | # | ||
| 900 | # CONFIG_INTEL_IOATDMA is not set | ||
| 901 | CONFIG_INTEL_IOP_ADMA=y | ||
| 902 | |||
| 903 | # | ||
| 904 | # File systems | 897 | # File systems |
| 905 | # | 898 | # |
| 906 | CONFIG_EXT2_FS=y | 899 | CONFIG_EXT2_FS=y |
| @@ -912,7 +905,6 @@ CONFIG_EXT3_FS_XATTR=y | |||
| 912 | # CONFIG_EXT3_FS_SECURITY is not set | 905 | # CONFIG_EXT3_FS_SECURITY is not set |
| 913 | # CONFIG_EXT4DEV_FS is not set | 906 | # CONFIG_EXT4DEV_FS is not set |
| 914 | CONFIG_JBD=y | 907 | CONFIG_JBD=y |
| 915 | # CONFIG_JBD_DEBUG is not set | ||
| 916 | CONFIG_FS_MBCACHE=y | 908 | CONFIG_FS_MBCACHE=y |
| 917 | # CONFIG_REISERFS_FS is not set | 909 | # CONFIG_REISERFS_FS is not set |
| 918 | # CONFIG_JFS_FS is not set | 910 | # CONFIG_JFS_FS is not set |
| @@ -952,7 +944,6 @@ CONFIG_SYSFS=y | |||
| 952 | CONFIG_TMPFS=y | 944 | CONFIG_TMPFS=y |
| 953 | # CONFIG_TMPFS_POSIX_ACL is not set | 945 | # CONFIG_TMPFS_POSIX_ACL is not set |
| 954 | # CONFIG_HUGETLB_PAGE is not set | 946 | # CONFIG_HUGETLB_PAGE is not set |
| 955 | CONFIG_RAMFS=y | ||
| 956 | # CONFIG_CONFIGFS_FS is not set | 947 | # CONFIG_CONFIGFS_FS is not set |
| 957 | 948 | ||
| 958 | # | 949 | # |
| @@ -969,10 +960,12 @@ CONFIG_ECRYPT_FS=y | |||
| 969 | CONFIG_JFFS2_FS=y | 960 | CONFIG_JFFS2_FS=y |
| 970 | CONFIG_JFFS2_FS_DEBUG=0 | 961 | CONFIG_JFFS2_FS_DEBUG=0 |
| 971 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 962 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
| 963 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
| 972 | # CONFIG_JFFS2_SUMMARY is not set | 964 | # CONFIG_JFFS2_SUMMARY is not set |
| 973 | # CONFIG_JFFS2_FS_XATTR is not set | 965 | # CONFIG_JFFS2_FS_XATTR is not set |
| 974 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 966 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
| 975 | CONFIG_JFFS2_ZLIB=y | 967 | CONFIG_JFFS2_ZLIB=y |
| 968 | # CONFIG_JFFS2_LZO is not set | ||
| 976 | CONFIG_JFFS2_RTIME=y | 969 | CONFIG_JFFS2_RTIME=y |
| 977 | # CONFIG_JFFS2_RUBIN is not set | 970 | # CONFIG_JFFS2_RUBIN is not set |
| 978 | CONFIG_CRAMFS=y | 971 | CONFIG_CRAMFS=y |
| @@ -981,10 +974,7 @@ CONFIG_CRAMFS=y | |||
| 981 | # CONFIG_QNX4FS_FS is not set | 974 | # CONFIG_QNX4FS_FS is not set |
| 982 | # CONFIG_SYSV_FS is not set | 975 | # CONFIG_SYSV_FS is not set |
| 983 | # CONFIG_UFS_FS is not set | 976 | # CONFIG_UFS_FS is not set |
| 984 | 977 | CONFIG_NETWORK_FILESYSTEMS=y | |
| 985 | # | ||
| 986 | # Network File Systems | ||
| 987 | # | ||
| 988 | CONFIG_NFS_FS=y | 978 | CONFIG_NFS_FS=y |
| 989 | CONFIG_NFS_V3=y | 979 | CONFIG_NFS_V3=y |
| 990 | # CONFIG_NFS_V3_ACL is not set | 980 | # CONFIG_NFS_V3_ACL is not set |
| @@ -1037,10 +1027,6 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1037 | # CONFIG_KARMA_PARTITION is not set | 1027 | # CONFIG_KARMA_PARTITION is not set |
| 1038 | # CONFIG_EFI_PARTITION is not set | 1028 | # CONFIG_EFI_PARTITION is not set |
| 1039 | # CONFIG_SYSV68_PARTITION is not set | 1029 | # CONFIG_SYSV68_PARTITION is not set |
| 1040 | |||
| 1041 | # | ||
| 1042 | # Native Language Support | ||
| 1043 | # | ||
| 1044 | CONFIG_NLS=y | 1030 | CONFIG_NLS=y |
| 1045 | CONFIG_NLS_DEFAULT="iso8859-1" | 1031 | CONFIG_NLS_DEFAULT="iso8859-1" |
| 1046 | # CONFIG_NLS_CODEPAGE_437 is not set | 1032 | # CONFIG_NLS_CODEPAGE_437 is not set |
| @@ -1081,21 +1067,16 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
| 1081 | # CONFIG_NLS_KOI8_R is not set | 1067 | # CONFIG_NLS_KOI8_R is not set |
| 1082 | # CONFIG_NLS_KOI8_U is not set | 1068 | # CONFIG_NLS_KOI8_U is not set |
| 1083 | # CONFIG_NLS_UTF8 is not set | 1069 | # CONFIG_NLS_UTF8 is not set |
| 1084 | |||
| 1085 | # | ||
| 1086 | # Distributed Lock Manager | ||
| 1087 | # | ||
| 1088 | # CONFIG_DLM is not set | 1070 | # CONFIG_DLM is not set |
| 1089 | 1071 | CONFIG_INSTRUMENTATION=y | |
| 1090 | # | ||
| 1091 | # Profiling support | ||
| 1092 | # | ||
| 1093 | # CONFIG_PROFILING is not set | 1072 | # CONFIG_PROFILING is not set |
| 1073 | # CONFIG_MARKERS is not set | ||
| 1094 | 1074 | ||
| 1095 | # | 1075 | # |
| 1096 | # Kernel hacking | 1076 | # Kernel hacking |
| 1097 | # | 1077 | # |
| 1098 | # CONFIG_PRINTK_TIME is not set | 1078 | # CONFIG_PRINTK_TIME is not set |
| 1079 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1099 | CONFIG_ENABLE_MUST_CHECK=y | 1080 | CONFIG_ENABLE_MUST_CHECK=y |
| 1100 | # CONFIG_MAGIC_SYSRQ is not set | 1081 | # CONFIG_MAGIC_SYSRQ is not set |
| 1101 | # CONFIG_UNUSED_SYMBOLS is not set | 1082 | # CONFIG_UNUSED_SYMBOLS is not set |
| @@ -1104,6 +1085,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
| 1104 | # CONFIG_DEBUG_KERNEL is not set | 1085 | # CONFIG_DEBUG_KERNEL is not set |
| 1105 | CONFIG_DEBUG_BUGVERBOSE=y | 1086 | CONFIG_DEBUG_BUGVERBOSE=y |
| 1106 | CONFIG_FRAME_POINTER=y | 1087 | CONFIG_FRAME_POINTER=y |
| 1088 | # CONFIG_SAMPLES is not set | ||
| 1107 | CONFIG_DEBUG_USER=y | 1089 | CONFIG_DEBUG_USER=y |
| 1108 | 1090 | ||
| 1109 | # | 1091 | # |
| @@ -1112,6 +1094,7 @@ CONFIG_DEBUG_USER=y | |||
| 1112 | CONFIG_KEYS=y | 1094 | CONFIG_KEYS=y |
| 1113 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | 1095 | CONFIG_KEYS_DEBUG_PROC_KEYS=y |
| 1114 | # CONFIG_SECURITY is not set | 1096 | # CONFIG_SECURITY is not set |
| 1097 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
| 1115 | CONFIG_XOR_BLOCKS=y | 1098 | CONFIG_XOR_BLOCKS=y |
| 1116 | CONFIG_ASYNC_CORE=y | 1099 | CONFIG_ASYNC_CORE=y |
| 1117 | CONFIG_ASYNC_MEMCPY=y | 1100 | CONFIG_ASYNC_MEMCPY=y |
| @@ -1136,6 +1119,7 @@ CONFIG_CRYPTO_ECB=y | |||
| 1136 | CONFIG_CRYPTO_CBC=y | 1119 | CONFIG_CRYPTO_CBC=y |
| 1137 | CONFIG_CRYPTO_PCBC=m | 1120 | CONFIG_CRYPTO_PCBC=m |
| 1138 | CONFIG_CRYPTO_LRW=y | 1121 | CONFIG_CRYPTO_LRW=y |
| 1122 | # CONFIG_CRYPTO_XTS is not set | ||
| 1139 | # CONFIG_CRYPTO_CRYPTD is not set | 1123 | # CONFIG_CRYPTO_CRYPTD is not set |
| 1140 | CONFIG_CRYPTO_DES=y | 1124 | CONFIG_CRYPTO_DES=y |
| 1141 | # CONFIG_CRYPTO_FCRYPT is not set | 1125 | # CONFIG_CRYPTO_FCRYPT is not set |
| @@ -1150,11 +1134,13 @@ CONFIG_CRYPTO_TEA=y | |||
| 1150 | CONFIG_CRYPTO_ARC4=y | 1134 | CONFIG_CRYPTO_ARC4=y |
| 1151 | CONFIG_CRYPTO_KHAZAD=y | 1135 | CONFIG_CRYPTO_KHAZAD=y |
| 1152 | CONFIG_CRYPTO_ANUBIS=y | 1136 | CONFIG_CRYPTO_ANUBIS=y |
| 1137 | # CONFIG_CRYPTO_SEED is not set | ||
| 1153 | CONFIG_CRYPTO_DEFLATE=y | 1138 | CONFIG_CRYPTO_DEFLATE=y |
| 1154 | CONFIG_CRYPTO_MICHAEL_MIC=y | 1139 | CONFIG_CRYPTO_MICHAEL_MIC=y |
| 1155 | CONFIG_CRYPTO_CRC32C=y | 1140 | CONFIG_CRYPTO_CRC32C=y |
| 1156 | # CONFIG_CRYPTO_CAMELLIA is not set | 1141 | # CONFIG_CRYPTO_CAMELLIA is not set |
| 1157 | # CONFIG_CRYPTO_TEST is not set | 1142 | # CONFIG_CRYPTO_TEST is not set |
| 1143 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1158 | CONFIG_CRYPTO_HW=y | 1144 | CONFIG_CRYPTO_HW=y |
| 1159 | 1145 | ||
| 1160 | # | 1146 | # |
diff --git a/arch/arm/configs/iop32x_defconfig b/arch/arm/configs/iop32x_defconfig index 027aef22b4d1..83f40d4041a6 100644 --- a/arch/arm/configs/iop32x_defconfig +++ b/arch/arm/configs/iop32x_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.22 | 3 | # Linux kernel version: 2.6.24-rc5 |
| 4 | # Thu Jul 19 16:00:36 2007 | 4 | # Wed Dec 12 15:49:08 2007 |
| 5 | # | 5 | # |
| 6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
| 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
| @@ -26,15 +26,11 @@ CONFIG_VECTORS_BASE=0xffff0000 | |||
| 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 27 | 27 | ||
| 28 | # | 28 | # |
| 29 | # Code maturity level options | 29 | # General setup |
| 30 | # | 30 | # |
| 31 | CONFIG_EXPERIMENTAL=y | 31 | CONFIG_EXPERIMENTAL=y |
| 32 | CONFIG_BROKEN_ON_SMP=y | 32 | CONFIG_BROKEN_ON_SMP=y |
| 33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 33 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 34 | |||
| 35 | # | ||
| 36 | # General setup | ||
| 37 | # | ||
| 38 | CONFIG_LOCALVERSION="" | 34 | CONFIG_LOCALVERSION="" |
| 39 | CONFIG_LOCALVERSION_AUTO=y | 35 | CONFIG_LOCALVERSION_AUTO=y |
| 40 | CONFIG_SWAP=y | 36 | CONFIG_SWAP=y |
| @@ -45,9 +41,14 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
| 45 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 41 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
| 46 | # CONFIG_TASKSTATS is not set | 42 | # CONFIG_TASKSTATS is not set |
| 47 | # CONFIG_USER_NS is not set | 43 | # CONFIG_USER_NS is not set |
| 44 | # CONFIG_PID_NS is not set | ||
| 48 | # CONFIG_AUDIT is not set | 45 | # CONFIG_AUDIT is not set |
| 49 | # CONFIG_IKCONFIG is not set | 46 | # CONFIG_IKCONFIG is not set |
| 50 | CONFIG_LOG_BUF_SHIFT=14 | 47 | CONFIG_LOG_BUF_SHIFT=14 |
| 48 | # CONFIG_CGROUPS is not set | ||
| 49 | CONFIG_FAIR_GROUP_SCHED=y | ||
| 50 | CONFIG_FAIR_USER_SCHED=y | ||
| 51 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
| 51 | CONFIG_SYSFS_DEPRECATED=y | 52 | CONFIG_SYSFS_DEPRECATED=y |
| 52 | # CONFIG_RELAY is not set | 53 | # CONFIG_RELAY is not set |
| 53 | CONFIG_BLK_DEV_INITRD=y | 54 | CONFIG_BLK_DEV_INITRD=y |
| @@ -69,7 +70,6 @@ CONFIG_FUTEX=y | |||
| 69 | CONFIG_ANON_INODES=y | 70 | CONFIG_ANON_INODES=y |
| 70 | CONFIG_EPOLL=y | 71 | CONFIG_EPOLL=y |
| 71 | CONFIG_SIGNALFD=y | 72 | CONFIG_SIGNALFD=y |
| 72 | CONFIG_TIMERFD=y | ||
| 73 | CONFIG_EVENTFD=y | 73 | CONFIG_EVENTFD=y |
| 74 | CONFIG_SHMEM=y | 74 | CONFIG_SHMEM=y |
| 75 | CONFIG_VM_EVENT_COUNTERS=y | 75 | CONFIG_VM_EVENT_COUNTERS=y |
| @@ -130,6 +130,7 @@ CONFIG_ARCH_IOP32X=y | |||
| 130 | # CONFIG_ARCH_L7200 is not set | 130 | # CONFIG_ARCH_L7200 is not set |
| 131 | # CONFIG_ARCH_KS8695 is not set | 131 | # CONFIG_ARCH_KS8695 is not set |
| 132 | # CONFIG_ARCH_NS9XXX is not set | 132 | # CONFIG_ARCH_NS9XXX is not set |
| 133 | # CONFIG_ARCH_MXC is not set | ||
| 133 | # CONFIG_ARCH_PNX4008 is not set | 134 | # CONFIG_ARCH_PNX4008 is not set |
| 134 | # CONFIG_ARCH_PXA is not set | 135 | # CONFIG_ARCH_PXA is not set |
| 135 | # CONFIG_ARCH_RPC is not set | 136 | # CONFIG_ARCH_RPC is not set |
| @@ -153,6 +154,15 @@ CONFIG_ARCH_IQ80321=y | |||
| 153 | CONFIG_ARCH_IQ31244=y | 154 | CONFIG_ARCH_IQ31244=y |
| 154 | CONFIG_MACH_N2100=y | 155 | CONFIG_MACH_N2100=y |
| 155 | CONFIG_IOP3XX_ATU=y | 156 | CONFIG_IOP3XX_ATU=y |
| 157 | # CONFIG_MACH_EM7210 is not set | ||
| 158 | |||
| 159 | # | ||
| 160 | # Boot options | ||
| 161 | # | ||
| 162 | |||
| 163 | # | ||
| 164 | # Power management | ||
| 165 | # | ||
| 156 | CONFIG_PLAT_IOP=y | 166 | CONFIG_PLAT_IOP=y |
| 157 | 167 | ||
| 158 | # | 168 | # |
| @@ -182,11 +192,8 @@ CONFIG_XSCALE_PMU=y | |||
| 182 | CONFIG_PCI=y | 192 | CONFIG_PCI=y |
| 183 | CONFIG_PCI_SYSCALL=y | 193 | CONFIG_PCI_SYSCALL=y |
| 184 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 194 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
| 195 | CONFIG_PCI_LEGACY=y | ||
| 185 | # CONFIG_PCI_DEBUG is not set | 196 | # CONFIG_PCI_DEBUG is not set |
| 186 | |||
| 187 | # | ||
| 188 | # PCCARD (PCMCIA/CardBus) support | ||
| 189 | # | ||
| 190 | # CONFIG_PCCARD is not set | 197 | # CONFIG_PCCARD is not set |
| 191 | 198 | ||
| 192 | # | 199 | # |
| @@ -205,6 +212,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 205 | CONFIG_FLATMEM=y | 212 | CONFIG_FLATMEM=y |
| 206 | CONFIG_FLAT_NODE_MEM_MAP=y | 213 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 207 | # CONFIG_SPARSEMEM_STATIC is not set | 214 | # CONFIG_SPARSEMEM_STATIC is not set |
| 215 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
| 208 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 216 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
| 209 | # CONFIG_RESOURCES_64BIT is not set | 217 | # CONFIG_RESOURCES_64BIT is not set |
| 210 | CONFIG_ZONE_DMA_FLAG=1 | 218 | CONFIG_ZONE_DMA_FLAG=1 |
| @@ -244,6 +252,7 @@ CONFIG_BINFMT_AOUT=y | |||
| 244 | # Power management options | 252 | # Power management options |
| 245 | # | 253 | # |
| 246 | # CONFIG_PM is not set | 254 | # CONFIG_PM is not set |
| 255 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
| 247 | 256 | ||
| 248 | # | 257 | # |
| 249 | # Networking | 258 | # Networking |
| @@ -282,6 +291,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
| 282 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 291 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 283 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 292 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 284 | CONFIG_INET_XFRM_MODE_BEET=y | 293 | CONFIG_INET_XFRM_MODE_BEET=y |
| 294 | # CONFIG_INET_LRO is not set | ||
| 285 | CONFIG_INET_DIAG=y | 295 | CONFIG_INET_DIAG=y |
| 286 | CONFIG_INET_TCP_DIAG=y | 296 | CONFIG_INET_TCP_DIAG=y |
| 287 | # CONFIG_TCP_CONG_ADVANCED is not set | 297 | # CONFIG_TCP_CONG_ADVANCED is not set |
| @@ -321,10 +331,6 @@ CONFIG_IPV6=y | |||
| 321 | # CONFIG_LAPB is not set | 331 | # CONFIG_LAPB is not set |
| 322 | # CONFIG_ECONET is not set | 332 | # CONFIG_ECONET is not set |
| 323 | # CONFIG_WAN_ROUTER is not set | 333 | # CONFIG_WAN_ROUTER is not set |
| 324 | |||
| 325 | # | ||
| 326 | # QoS and/or fair queueing | ||
| 327 | # | ||
| 328 | # CONFIG_NET_SCHED is not set | 334 | # CONFIG_NET_SCHED is not set |
| 329 | 335 | ||
| 330 | # | 336 | # |
| @@ -353,6 +359,7 @@ CONFIG_IPV6=y | |||
| 353 | # | 359 | # |
| 354 | # Generic Driver Options | 360 | # Generic Driver Options |
| 355 | # | 361 | # |
| 362 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 356 | CONFIG_STANDALONE=y | 363 | CONFIG_STANDALONE=y |
| 357 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 364 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 358 | # CONFIG_FW_LOADER is not set | 365 | # CONFIG_FW_LOADER is not set |
| @@ -382,6 +389,7 @@ CONFIG_MTD_BLOCK=y | |||
| 382 | # CONFIG_INFTL is not set | 389 | # CONFIG_INFTL is not set |
| 383 | # CONFIG_RFD_FTL is not set | 390 | # CONFIG_RFD_FTL is not set |
| 384 | # CONFIG_SSFDC is not set | 391 | # CONFIG_SSFDC is not set |
| 392 | # CONFIG_MTD_OOPS is not set | ||
| 385 | 393 | ||
| 386 | # | 394 | # |
| 387 | # RAM/ROM/Flash chip drivers | 395 | # RAM/ROM/Flash chip drivers |
| @@ -417,6 +425,7 @@ CONFIG_MTD_PHYSMAP_START=0x0 | |||
| 417 | CONFIG_MTD_PHYSMAP_LEN=0x0 | 425 | CONFIG_MTD_PHYSMAP_LEN=0x0 |
| 418 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | 426 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 |
| 419 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 427 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
| 428 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
| 420 | # CONFIG_MTD_PLATRAM is not set | 429 | # CONFIG_MTD_PLATRAM is not set |
| 421 | 430 | ||
| 422 | # | 431 | # |
| @@ -459,6 +468,11 @@ CONFIG_BLK_DEV_RAM_SIZE=8192 | |||
| 459 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 468 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
| 460 | # CONFIG_CDROM_PKTCDVD is not set | 469 | # CONFIG_CDROM_PKTCDVD is not set |
| 461 | # CONFIG_ATA_OVER_ETH is not set | 470 | # CONFIG_ATA_OVER_ETH is not set |
| 471 | CONFIG_MISC_DEVICES=y | ||
| 472 | # CONFIG_PHANTOM is not set | ||
| 473 | # CONFIG_EEPROM_93CX6 is not set | ||
| 474 | # CONFIG_SGI_IOC4 is not set | ||
| 475 | # CONFIG_TIFM_CORE is not set | ||
| 462 | # CONFIG_IDE is not set | 476 | # CONFIG_IDE is not set |
| 463 | 477 | ||
| 464 | # | 478 | # |
| @@ -496,12 +510,9 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 496 | # CONFIG_SCSI_SPI_ATTRS is not set | 510 | # CONFIG_SCSI_SPI_ATTRS is not set |
| 497 | # CONFIG_SCSI_FC_ATTRS is not set | 511 | # CONFIG_SCSI_FC_ATTRS is not set |
| 498 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 512 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
| 499 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 500 | # CONFIG_SCSI_SAS_LIBSAS is not set | 513 | # CONFIG_SCSI_SAS_LIBSAS is not set |
| 501 | 514 | # CONFIG_SCSI_SRP_ATTRS is not set | |
| 502 | # | 515 | CONFIG_SCSI_LOWLEVEL=y |
| 503 | # SCSI low-level drivers | ||
| 504 | # | ||
| 505 | # CONFIG_ISCSI_TCP is not set | 516 | # CONFIG_ISCSI_TCP is not set |
| 506 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 517 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 507 | # CONFIG_SCSI_3W_9XXX is not set | 518 | # CONFIG_SCSI_3W_9XXX is not set |
| @@ -512,6 +523,7 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 512 | # CONFIG_SCSI_AIC79XX is not set | 523 | # CONFIG_SCSI_AIC79XX is not set |
| 513 | # CONFIG_SCSI_AIC94XX is not set | 524 | # CONFIG_SCSI_AIC94XX is not set |
| 514 | # CONFIG_SCSI_DPT_I2O is not set | 525 | # CONFIG_SCSI_DPT_I2O is not set |
| 526 | # CONFIG_SCSI_ADVANSYS is not set | ||
| 515 | # CONFIG_SCSI_ARCMSR is not set | 527 | # CONFIG_SCSI_ARCMSR is not set |
| 516 | # CONFIG_MEGARAID_NEWGEN is not set | 528 | # CONFIG_MEGARAID_NEWGEN is not set |
| 517 | # CONFIG_MEGARAID_LEGACY is not set | 529 | # CONFIG_MEGARAID_LEGACY is not set |
| @@ -576,6 +588,7 @@ CONFIG_SATA_VITESSE=y | |||
| 576 | # CONFIG_PATA_OLDPIIX is not set | 588 | # CONFIG_PATA_OLDPIIX is not set |
| 577 | # CONFIG_PATA_NETCELL is not set | 589 | # CONFIG_PATA_NETCELL is not set |
| 578 | # CONFIG_PATA_NS87410 is not set | 590 | # CONFIG_PATA_NS87410 is not set |
| 591 | # CONFIG_PATA_NS87415 is not set | ||
| 579 | # CONFIG_PATA_OPTI is not set | 592 | # CONFIG_PATA_OPTI is not set |
| 580 | # CONFIG_PATA_OPTIDMA is not set | 593 | # CONFIG_PATA_OPTIDMA is not set |
| 581 | # CONFIG_PATA_PDC_OLD is not set | 594 | # CONFIG_PATA_PDC_OLD is not set |
| @@ -606,14 +619,8 @@ CONFIG_BLK_DEV_DM=y | |||
| 606 | # CONFIG_DM_ZERO is not set | 619 | # CONFIG_DM_ZERO is not set |
| 607 | # CONFIG_DM_MULTIPATH is not set | 620 | # CONFIG_DM_MULTIPATH is not set |
| 608 | # CONFIG_DM_DELAY is not set | 621 | # CONFIG_DM_DELAY is not set |
| 609 | 622 | # CONFIG_DM_UEVENT is not set | |
| 610 | # | ||
| 611 | # Fusion MPT device support | ||
| 612 | # | ||
| 613 | # CONFIG_FUSION is not set | 623 | # CONFIG_FUSION is not set |
| 614 | # CONFIG_FUSION_SPI is not set | ||
| 615 | # CONFIG_FUSION_FC is not set | ||
| 616 | # CONFIG_FUSION_SAS is not set | ||
| 617 | 624 | ||
| 618 | # | 625 | # |
| 619 | # IEEE 1394 (FireWire) support | 626 | # IEEE 1394 (FireWire) support |
| @@ -628,6 +635,8 @@ CONFIG_NETDEVICES=y | |||
| 628 | # CONFIG_MACVLAN is not set | 635 | # CONFIG_MACVLAN is not set |
| 629 | # CONFIG_EQUALIZER is not set | 636 | # CONFIG_EQUALIZER is not set |
| 630 | # CONFIG_TUN is not set | 637 | # CONFIG_TUN is not set |
| 638 | # CONFIG_VETH is not set | ||
| 639 | # CONFIG_IP1000 is not set | ||
| 631 | # CONFIG_ARCNET is not set | 640 | # CONFIG_ARCNET is not set |
| 632 | # CONFIG_PHYLIB is not set | 641 | # CONFIG_PHYLIB is not set |
| 633 | CONFIG_NET_ETHERNET=y | 642 | CONFIG_NET_ETHERNET=y |
| @@ -641,13 +650,16 @@ CONFIG_MII=y | |||
| 641 | # CONFIG_DM9000 is not set | 650 | # CONFIG_DM9000 is not set |
| 642 | # CONFIG_NET_TULIP is not set | 651 | # CONFIG_NET_TULIP is not set |
| 643 | # CONFIG_HP100 is not set | 652 | # CONFIG_HP100 is not set |
| 653 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
| 654 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
| 655 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
| 656 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
| 644 | CONFIG_NET_PCI=y | 657 | CONFIG_NET_PCI=y |
| 645 | # CONFIG_PCNET32 is not set | 658 | # CONFIG_PCNET32 is not set |
| 646 | # CONFIG_AMD8111_ETH is not set | 659 | # CONFIG_AMD8111_ETH is not set |
| 647 | # CONFIG_ADAPTEC_STARFIRE is not set | 660 | # CONFIG_ADAPTEC_STARFIRE is not set |
| 648 | # CONFIG_B44 is not set | 661 | # CONFIG_B44 is not set |
| 649 | # CONFIG_FORCEDETH is not set | 662 | # CONFIG_FORCEDETH is not set |
| 650 | # CONFIG_DGRS is not set | ||
| 651 | # CONFIG_EEPRO100 is not set | 663 | # CONFIG_EEPRO100 is not set |
| 652 | CONFIG_E100=y | 664 | CONFIG_E100=y |
| 653 | # CONFIG_FEALNX is not set | 665 | # CONFIG_FEALNX is not set |
| @@ -667,6 +679,7 @@ CONFIG_NETDEV_1000=y | |||
| 667 | CONFIG_E1000=y | 679 | CONFIG_E1000=y |
| 668 | CONFIG_E1000_NAPI=y | 680 | CONFIG_E1000_NAPI=y |
| 669 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 681 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 682 | # CONFIG_E1000E is not set | ||
| 670 | # CONFIG_NS83820 is not set | 683 | # CONFIG_NS83820 is not set |
| 671 | # CONFIG_HAMACHI is not set | 684 | # CONFIG_HAMACHI is not set |
| 672 | # CONFIG_YELLOWFIN is not set | 685 | # CONFIG_YELLOWFIN is not set |
| @@ -675,6 +688,7 @@ CONFIG_R8169=y | |||
| 675 | # CONFIG_SIS190 is not set | 688 | # CONFIG_SIS190 is not set |
| 676 | # CONFIG_SKGE is not set | 689 | # CONFIG_SKGE is not set |
| 677 | # CONFIG_SKY2 is not set | 690 | # CONFIG_SKY2 is not set |
| 691 | # CONFIG_SK98LIN is not set | ||
| 678 | # CONFIG_VIA_VELOCITY is not set | 692 | # CONFIG_VIA_VELOCITY is not set |
| 679 | # CONFIG_TIGON3 is not set | 693 | # CONFIG_TIGON3 is not set |
| 680 | # CONFIG_BNX2 is not set | 694 | # CONFIG_BNX2 is not set |
| @@ -683,11 +697,14 @@ CONFIG_R8169=y | |||
| 683 | CONFIG_NETDEV_10000=y | 697 | CONFIG_NETDEV_10000=y |
| 684 | # CONFIG_CHELSIO_T1 is not set | 698 | # CONFIG_CHELSIO_T1 is not set |
| 685 | # CONFIG_CHELSIO_T3 is not set | 699 | # CONFIG_CHELSIO_T3 is not set |
| 700 | # CONFIG_IXGBE is not set | ||
| 686 | # CONFIG_IXGB is not set | 701 | # CONFIG_IXGB is not set |
| 687 | # CONFIG_S2IO is not set | 702 | # CONFIG_S2IO is not set |
| 688 | # CONFIG_MYRI10GE is not set | 703 | # CONFIG_MYRI10GE is not set |
| 689 | # CONFIG_NETXEN_NIC is not set | 704 | # CONFIG_NETXEN_NIC is not set |
| 705 | # CONFIG_NIU is not set | ||
| 690 | # CONFIG_MLX4_CORE is not set | 706 | # CONFIG_MLX4_CORE is not set |
| 707 | # CONFIG_TEHUTI is not set | ||
| 691 | # CONFIG_TR is not set | 708 | # CONFIG_TR is not set |
| 692 | 709 | ||
| 693 | # | 710 | # |
| @@ -703,7 +720,6 @@ CONFIG_NETDEV_10000=y | |||
| 703 | # CONFIG_USB_KAWETH is not set | 720 | # CONFIG_USB_KAWETH is not set |
| 704 | # CONFIG_USB_PEGASUS is not set | 721 | # CONFIG_USB_PEGASUS is not set |
| 705 | # CONFIG_USB_RTL8150 is not set | 722 | # CONFIG_USB_RTL8150 is not set |
| 706 | # CONFIG_USB_USBNET_MII is not set | ||
| 707 | # CONFIG_USB_USBNET is not set | 723 | # CONFIG_USB_USBNET is not set |
| 708 | # CONFIG_WAN is not set | 724 | # CONFIG_WAN is not set |
| 709 | # CONFIG_FDDI is not set | 725 | # CONFIG_FDDI is not set |
| @@ -732,7 +748,6 @@ CONFIG_INPUT_MOUSEDEV=y | |||
| 732 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 748 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
| 733 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 749 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
| 734 | # CONFIG_INPUT_JOYDEV is not set | 750 | # CONFIG_INPUT_JOYDEV is not set |
| 735 | # CONFIG_INPUT_TSDEV is not set | ||
| 736 | # CONFIG_INPUT_EVDEV is not set | 751 | # CONFIG_INPUT_EVDEV is not set |
| 737 | # CONFIG_INPUT_EVBUG is not set | 752 | # CONFIG_INPUT_EVBUG is not set |
| 738 | 753 | ||
| @@ -781,12 +796,10 @@ CONFIG_UNIX98_PTYS=y | |||
| 781 | CONFIG_LEGACY_PTYS=y | 796 | CONFIG_LEGACY_PTYS=y |
| 782 | CONFIG_LEGACY_PTY_COUNT=256 | 797 | CONFIG_LEGACY_PTY_COUNT=256 |
| 783 | # CONFIG_IPMI_HANDLER is not set | 798 | # CONFIG_IPMI_HANDLER is not set |
| 784 | # CONFIG_WATCHDOG is not set | ||
| 785 | CONFIG_HW_RANDOM=y | 799 | CONFIG_HW_RANDOM=y |
| 786 | # CONFIG_NVRAM is not set | 800 | # CONFIG_NVRAM is not set |
| 787 | # CONFIG_R3964 is not set | 801 | # CONFIG_R3964 is not set |
| 788 | # CONFIG_APPLICOM is not set | 802 | # CONFIG_APPLICOM is not set |
| 789 | # CONFIG_DRM is not set | ||
| 790 | # CONFIG_RAW_DRIVER is not set | 803 | # CONFIG_RAW_DRIVER is not set |
| 791 | # CONFIG_TCG_TPM is not set | 804 | # CONFIG_TCG_TPM is not set |
| 792 | CONFIG_DEVPORT=y | 805 | CONFIG_DEVPORT=y |
| @@ -852,9 +865,9 @@ CONFIG_I2C_IOP3XX=y | |||
| 852 | # CONFIG_SPI is not set | 865 | # CONFIG_SPI is not set |
| 853 | # CONFIG_SPI_MASTER is not set | 866 | # CONFIG_SPI_MASTER is not set |
| 854 | # CONFIG_W1 is not set | 867 | # CONFIG_W1 is not set |
| 868 | # CONFIG_POWER_SUPPLY is not set | ||
| 855 | CONFIG_HWMON=y | 869 | CONFIG_HWMON=y |
| 856 | # CONFIG_HWMON_VID is not set | 870 | # CONFIG_HWMON_VID is not set |
| 857 | # CONFIG_SENSORS_ABITUGURU is not set | ||
| 858 | # CONFIG_SENSORS_AD7418 is not set | 871 | # CONFIG_SENSORS_AD7418 is not set |
| 859 | # CONFIG_SENSORS_ADM1021 is not set | 872 | # CONFIG_SENSORS_ADM1021 is not set |
| 860 | # CONFIG_SENSORS_ADM1025 is not set | 873 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -862,12 +875,13 @@ CONFIG_HWMON=y | |||
| 862 | # CONFIG_SENSORS_ADM1029 is not set | 875 | # CONFIG_SENSORS_ADM1029 is not set |
| 863 | # CONFIG_SENSORS_ADM1031 is not set | 876 | # CONFIG_SENSORS_ADM1031 is not set |
| 864 | # CONFIG_SENSORS_ADM9240 is not set | 877 | # CONFIG_SENSORS_ADM9240 is not set |
| 865 | # CONFIG_SENSORS_ASB100 is not set | 878 | # CONFIG_SENSORS_ADT7470 is not set |
| 866 | # CONFIG_SENSORS_ATXP1 is not set | 879 | # CONFIG_SENSORS_ATXP1 is not set |
| 867 | # CONFIG_SENSORS_DS1621 is not set | 880 | # CONFIG_SENSORS_DS1621 is not set |
| 881 | # CONFIG_SENSORS_I5K_AMB is not set | ||
| 868 | # CONFIG_SENSORS_F71805F is not set | 882 | # CONFIG_SENSORS_F71805F is not set |
| 869 | # CONFIG_SENSORS_FSCHER is not set | 883 | # CONFIG_SENSORS_F71882FG is not set |
| 870 | # CONFIG_SENSORS_FSCPOS is not set | 884 | # CONFIG_SENSORS_F75375S is not set |
| 871 | # CONFIG_SENSORS_GL518SM is not set | 885 | # CONFIG_SENSORS_GL518SM is not set |
| 872 | # CONFIG_SENSORS_GL520SM is not set | 886 | # CONFIG_SENSORS_GL520SM is not set |
| 873 | # CONFIG_SENSORS_IT87 is not set | 887 | # CONFIG_SENSORS_IT87 is not set |
| @@ -881,14 +895,17 @@ CONFIG_HWMON=y | |||
| 881 | # CONFIG_SENSORS_LM87 is not set | 895 | # CONFIG_SENSORS_LM87 is not set |
| 882 | # CONFIG_SENSORS_LM90 is not set | 896 | # CONFIG_SENSORS_LM90 is not set |
| 883 | # CONFIG_SENSORS_LM92 is not set | 897 | # CONFIG_SENSORS_LM92 is not set |
| 898 | # CONFIG_SENSORS_LM93 is not set | ||
| 884 | # CONFIG_SENSORS_MAX1619 is not set | 899 | # CONFIG_SENSORS_MAX1619 is not set |
| 885 | # CONFIG_SENSORS_MAX6650 is not set | 900 | # CONFIG_SENSORS_MAX6650 is not set |
| 886 | # CONFIG_SENSORS_PC87360 is not set | 901 | # CONFIG_SENSORS_PC87360 is not set |
| 887 | # CONFIG_SENSORS_PC87427 is not set | 902 | # CONFIG_SENSORS_PC87427 is not set |
| 888 | # CONFIG_SENSORS_SIS5595 is not set | 903 | # CONFIG_SENSORS_SIS5595 is not set |
| 904 | # CONFIG_SENSORS_DME1737 is not set | ||
| 889 | # CONFIG_SENSORS_SMSC47M1 is not set | 905 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 890 | # CONFIG_SENSORS_SMSC47M192 is not set | 906 | # CONFIG_SENSORS_SMSC47M192 is not set |
| 891 | # CONFIG_SENSORS_SMSC47B397 is not set | 907 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 908 | # CONFIG_SENSORS_THMC50 is not set | ||
| 892 | # CONFIG_SENSORS_VIA686A is not set | 909 | # CONFIG_SENSORS_VIA686A is not set |
| 893 | # CONFIG_SENSORS_VT1211 is not set | 910 | # CONFIG_SENSORS_VT1211 is not set |
| 894 | # CONFIG_SENSORS_VT8231 is not set | 911 | # CONFIG_SENSORS_VT8231 is not set |
| @@ -900,29 +917,18 @@ CONFIG_HWMON=y | |||
| 900 | # CONFIG_SENSORS_W83627HF is not set | 917 | # CONFIG_SENSORS_W83627HF is not set |
| 901 | # CONFIG_SENSORS_W83627EHF is not set | 918 | # CONFIG_SENSORS_W83627EHF is not set |
| 902 | # CONFIG_HWMON_DEBUG_CHIP is not set | 919 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 903 | CONFIG_MISC_DEVICES=y | 920 | # CONFIG_WATCHDOG is not set |
| 904 | # CONFIG_PHANTOM is not set | ||
| 905 | # CONFIG_EEPROM_93CX6 is not set | ||
| 906 | # CONFIG_SGI_IOC4 is not set | ||
| 907 | # CONFIG_TIFM_CORE is not set | ||
| 908 | |||
| 909 | # | ||
| 910 | # Multifunction device drivers | ||
| 911 | # | ||
| 912 | # CONFIG_MFD_SM501 is not set | ||
| 913 | |||
| 914 | # | ||
| 915 | # LED devices | ||
| 916 | # | ||
| 917 | # CONFIG_NEW_LEDS is not set | ||
| 918 | 921 | ||
| 919 | # | 922 | # |
| 920 | # LED drivers | 923 | # Sonics Silicon Backplane |
| 921 | # | 924 | # |
| 925 | CONFIG_SSB_POSSIBLE=y | ||
| 926 | # CONFIG_SSB is not set | ||
| 922 | 927 | ||
| 923 | # | 928 | # |
| 924 | # LED Triggers | 929 | # Multifunction device drivers |
| 925 | # | 930 | # |
| 931 | # CONFIG_MFD_SM501 is not set | ||
| 926 | 932 | ||
| 927 | # | 933 | # |
| 928 | # Multimedia devices | 934 | # Multimedia devices |
| @@ -935,14 +941,16 @@ CONFIG_DAB=y | |||
| 935 | # | 941 | # |
| 936 | # Graphics support | 942 | # Graphics support |
| 937 | # | 943 | # |
| 944 | # CONFIG_DRM is not set | ||
| 945 | # CONFIG_VGASTATE is not set | ||
| 946 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
| 947 | # CONFIG_FB is not set | ||
| 938 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 948 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
| 939 | 949 | ||
| 940 | # | 950 | # |
| 941 | # Display device support | 951 | # Display device support |
| 942 | # | 952 | # |
| 943 | # CONFIG_DISPLAY_SUPPORT is not set | 953 | # CONFIG_DISPLAY_SUPPORT is not set |
| 944 | # CONFIG_VGASTATE is not set | ||
| 945 | # CONFIG_FB is not set | ||
| 946 | 954 | ||
| 947 | # | 955 | # |
| 948 | # Console display driver support | 956 | # Console display driver support |
| @@ -957,6 +965,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
| 957 | CONFIG_HID_SUPPORT=y | 965 | CONFIG_HID_SUPPORT=y |
| 958 | CONFIG_HID=y | 966 | CONFIG_HID=y |
| 959 | # CONFIG_HID_DEBUG is not set | 967 | # CONFIG_HID_DEBUG is not set |
| 968 | # CONFIG_HIDRAW is not set | ||
| 960 | 969 | ||
| 961 | # | 970 | # |
| 962 | # USB Input Devices | 971 | # USB Input Devices |
| @@ -1013,6 +1022,7 @@ CONFIG_USB_STORAGE=y | |||
| 1013 | # CONFIG_USB_STORAGE_DEBUG is not set | 1022 | # CONFIG_USB_STORAGE_DEBUG is not set |
| 1014 | # CONFIG_USB_STORAGE_DATAFAB is not set | 1023 | # CONFIG_USB_STORAGE_DATAFAB is not set |
| 1015 | # CONFIG_USB_STORAGE_FREECOM is not set | 1024 | # CONFIG_USB_STORAGE_FREECOM is not set |
| 1025 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
| 1016 | # CONFIG_USB_STORAGE_DPCM is not set | 1026 | # CONFIG_USB_STORAGE_DPCM is not set |
| 1017 | # CONFIG_USB_STORAGE_USBAT is not set | 1027 | # CONFIG_USB_STORAGE_USBAT is not set |
| 1018 | # CONFIG_USB_STORAGE_SDDR09 is not set | 1028 | # CONFIG_USB_STORAGE_SDDR09 is not set |
| @@ -1070,28 +1080,66 @@ CONFIG_USB_MON=y | |||
| 1070 | # | 1080 | # |
| 1071 | # CONFIG_USB_GADGET is not set | 1081 | # CONFIG_USB_GADGET is not set |
| 1072 | # CONFIG_MMC is not set | 1082 | # CONFIG_MMC is not set |
| 1083 | # CONFIG_NEW_LEDS is not set | ||
| 1084 | CONFIG_RTC_LIB=y | ||
| 1085 | CONFIG_RTC_CLASS=y | ||
| 1086 | CONFIG_RTC_HCTOSYS=y | ||
| 1087 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 1088 | # CONFIG_RTC_DEBUG is not set | ||
| 1073 | 1089 | ||
| 1074 | # | 1090 | # |
| 1075 | # Real Time Clock | 1091 | # RTC interfaces |
| 1076 | # | 1092 | # |
| 1077 | CONFIG_RTC_LIB=y | 1093 | CONFIG_RTC_INTF_SYSFS=y |
| 1078 | # CONFIG_RTC_CLASS is not set | 1094 | CONFIG_RTC_INTF_PROC=y |
| 1095 | CONFIG_RTC_INTF_DEV=y | ||
| 1096 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
| 1097 | # CONFIG_RTC_DRV_TEST is not set | ||
| 1079 | 1098 | ||
| 1080 | # | 1099 | # |
| 1081 | # DMA Engine support | 1100 | # I2C RTC drivers |
| 1082 | # | 1101 | # |
| 1083 | CONFIG_DMA_ENGINE=y | 1102 | # CONFIG_RTC_DRV_DS1307 is not set |
| 1103 | # CONFIG_RTC_DRV_DS1374 is not set | ||
| 1104 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 1105 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
| 1106 | CONFIG_RTC_DRV_RS5C372=y | ||
| 1107 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
| 1108 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 1109 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 1110 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
| 1111 | # CONFIG_RTC_DRV_M41T80 is not set | ||
| 1084 | 1112 | ||
| 1085 | # | 1113 | # |
| 1086 | # DMA Clients | 1114 | # SPI RTC drivers |
| 1087 | # | 1115 | # |
| 1088 | CONFIG_NET_DMA=y | 1116 | |
| 1117 | # | ||
| 1118 | # Platform RTC drivers | ||
| 1119 | # | ||
| 1120 | # CONFIG_RTC_DRV_CMOS is not set | ||
| 1121 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 1122 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
| 1123 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 1124 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 1125 | # CONFIG_RTC_DRV_M48T59 is not set | ||
| 1126 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 1127 | |||
| 1128 | # | ||
| 1129 | # on-CPU RTC drivers | ||
| 1130 | # | ||
| 1131 | CONFIG_DMADEVICES=y | ||
| 1089 | 1132 | ||
| 1090 | # | 1133 | # |
| 1091 | # DMA Devices | 1134 | # DMA Devices |
| 1092 | # | 1135 | # |
| 1093 | # CONFIG_INTEL_IOATDMA is not set | ||
| 1094 | CONFIG_INTEL_IOP_ADMA=y | 1136 | CONFIG_INTEL_IOP_ADMA=y |
| 1137 | CONFIG_DMA_ENGINE=y | ||
| 1138 | |||
| 1139 | # | ||
| 1140 | # DMA Clients | ||
| 1141 | # | ||
| 1142 | CONFIG_NET_DMA=y | ||
| 1095 | 1143 | ||
| 1096 | # | 1144 | # |
| 1097 | # File systems | 1145 | # File systems |
| @@ -1105,7 +1153,6 @@ CONFIG_EXT3_FS_XATTR=y | |||
| 1105 | # CONFIG_EXT3_FS_SECURITY is not set | 1153 | # CONFIG_EXT3_FS_SECURITY is not set |
| 1106 | # CONFIG_EXT4DEV_FS is not set | 1154 | # CONFIG_EXT4DEV_FS is not set |
| 1107 | CONFIG_JBD=y | 1155 | CONFIG_JBD=y |
| 1108 | # CONFIG_JBD_DEBUG is not set | ||
| 1109 | CONFIG_FS_MBCACHE=y | 1156 | CONFIG_FS_MBCACHE=y |
| 1110 | # CONFIG_REISERFS_FS is not set | 1157 | # CONFIG_REISERFS_FS is not set |
| 1111 | # CONFIG_JFS_FS is not set | 1158 | # CONFIG_JFS_FS is not set |
| @@ -1145,7 +1192,6 @@ CONFIG_SYSFS=y | |||
| 1145 | CONFIG_TMPFS=y | 1192 | CONFIG_TMPFS=y |
| 1146 | # CONFIG_TMPFS_POSIX_ACL is not set | 1193 | # CONFIG_TMPFS_POSIX_ACL is not set |
| 1147 | # CONFIG_HUGETLB_PAGE is not set | 1194 | # CONFIG_HUGETLB_PAGE is not set |
| 1148 | CONFIG_RAMFS=y | ||
| 1149 | # CONFIG_CONFIGFS_FS is not set | 1195 | # CONFIG_CONFIGFS_FS is not set |
| 1150 | 1196 | ||
| 1151 | # | 1197 | # |
| @@ -1162,10 +1208,12 @@ CONFIG_ECRYPT_FS=y | |||
| 1162 | CONFIG_JFFS2_FS=y | 1208 | CONFIG_JFFS2_FS=y |
| 1163 | CONFIG_JFFS2_FS_DEBUG=0 | 1209 | CONFIG_JFFS2_FS_DEBUG=0 |
| 1164 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 1210 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
| 1211 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
| 1165 | # CONFIG_JFFS2_SUMMARY is not set | 1212 | # CONFIG_JFFS2_SUMMARY is not set |
| 1166 | # CONFIG_JFFS2_FS_XATTR is not set | 1213 | # CONFIG_JFFS2_FS_XATTR is not set |
| 1167 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 1214 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
| 1168 | CONFIG_JFFS2_ZLIB=y | 1215 | CONFIG_JFFS2_ZLIB=y |
| 1216 | # CONFIG_JFFS2_LZO is not set | ||
| 1169 | CONFIG_JFFS2_RTIME=y | 1217 | CONFIG_JFFS2_RTIME=y |
| 1170 | # CONFIG_JFFS2_RUBIN is not set | 1218 | # CONFIG_JFFS2_RUBIN is not set |
| 1171 | CONFIG_CRAMFS=y | 1219 | CONFIG_CRAMFS=y |
| @@ -1174,10 +1222,7 @@ CONFIG_CRAMFS=y | |||
| 1174 | # CONFIG_QNX4FS_FS is not set | 1222 | # CONFIG_QNX4FS_FS is not set |
| 1175 | # CONFIG_SYSV_FS is not set | 1223 | # CONFIG_SYSV_FS is not set |
| 1176 | # CONFIG_UFS_FS is not set | 1224 | # CONFIG_UFS_FS is not set |
| 1177 | 1225 | CONFIG_NETWORK_FILESYSTEMS=y | |
| 1178 | # | ||
| 1179 | # Network File Systems | ||
| 1180 | # | ||
| 1181 | CONFIG_NFS_FS=y | 1226 | CONFIG_NFS_FS=y |
| 1182 | CONFIG_NFS_V3=y | 1227 | CONFIG_NFS_V3=y |
| 1183 | # CONFIG_NFS_V3_ACL is not set | 1228 | # CONFIG_NFS_V3_ACL is not set |
| @@ -1224,26 +1269,17 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1224 | # CONFIG_KARMA_PARTITION is not set | 1269 | # CONFIG_KARMA_PARTITION is not set |
| 1225 | # CONFIG_EFI_PARTITION is not set | 1270 | # CONFIG_EFI_PARTITION is not set |
| 1226 | # CONFIG_SYSV68_PARTITION is not set | 1271 | # CONFIG_SYSV68_PARTITION is not set |
| 1227 | |||
| 1228 | # | ||
| 1229 | # Native Language Support | ||
| 1230 | # | ||
| 1231 | # CONFIG_NLS is not set | 1272 | # CONFIG_NLS is not set |
| 1232 | |||
| 1233 | # | ||
| 1234 | # Distributed Lock Manager | ||
| 1235 | # | ||
| 1236 | # CONFIG_DLM is not set | 1273 | # CONFIG_DLM is not set |
| 1237 | 1274 | CONFIG_INSTRUMENTATION=y | |
| 1238 | # | ||
| 1239 | # Profiling support | ||
| 1240 | # | ||
| 1241 | # CONFIG_PROFILING is not set | 1275 | # CONFIG_PROFILING is not set |
| 1276 | # CONFIG_MARKERS is not set | ||
| 1242 | 1277 | ||
| 1243 | # | 1278 | # |
| 1244 | # Kernel hacking | 1279 | # Kernel hacking |
| 1245 | # | 1280 | # |
| 1246 | # CONFIG_PRINTK_TIME is not set | 1281 | # CONFIG_PRINTK_TIME is not set |
| 1282 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1247 | CONFIG_ENABLE_MUST_CHECK=y | 1283 | CONFIG_ENABLE_MUST_CHECK=y |
| 1248 | CONFIG_MAGIC_SYSRQ=y | 1284 | CONFIG_MAGIC_SYSRQ=y |
| 1249 | # CONFIG_UNUSED_SYMBOLS is not set | 1285 | # CONFIG_UNUSED_SYMBOLS is not set |
| @@ -1270,10 +1306,13 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 1270 | # CONFIG_DEBUG_INFO is not set | 1306 | # CONFIG_DEBUG_INFO is not set |
| 1271 | # CONFIG_DEBUG_VM is not set | 1307 | # CONFIG_DEBUG_VM is not set |
| 1272 | # CONFIG_DEBUG_LIST is not set | 1308 | # CONFIG_DEBUG_LIST is not set |
| 1309 | # CONFIG_DEBUG_SG is not set | ||
| 1273 | CONFIG_FRAME_POINTER=y | 1310 | CONFIG_FRAME_POINTER=y |
| 1274 | # CONFIG_FORCED_INLINING is not set | 1311 | # CONFIG_FORCED_INLINING is not set |
| 1312 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
| 1275 | # CONFIG_RCU_TORTURE_TEST is not set | 1313 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1276 | # CONFIG_FAULT_INJECTION is not set | 1314 | # CONFIG_FAULT_INJECTION is not set |
| 1315 | # CONFIG_SAMPLES is not set | ||
| 1277 | CONFIG_DEBUG_USER=y | 1316 | CONFIG_DEBUG_USER=y |
| 1278 | # CONFIG_DEBUG_ERRORS is not set | 1317 | # CONFIG_DEBUG_ERRORS is not set |
| 1279 | CONFIG_DEBUG_LL=y | 1318 | CONFIG_DEBUG_LL=y |
| @@ -1285,6 +1324,7 @@ CONFIG_DEBUG_LL=y | |||
| 1285 | CONFIG_KEYS=y | 1324 | CONFIG_KEYS=y |
| 1286 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | 1325 | CONFIG_KEYS_DEBUG_PROC_KEYS=y |
| 1287 | # CONFIG_SECURITY is not set | 1326 | # CONFIG_SECURITY is not set |
| 1327 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
| 1288 | CONFIG_XOR_BLOCKS=y | 1328 | CONFIG_XOR_BLOCKS=y |
| 1289 | CONFIG_ASYNC_CORE=y | 1329 | CONFIG_ASYNC_CORE=y |
| 1290 | CONFIG_ASYNC_MEMCPY=y | 1330 | CONFIG_ASYNC_MEMCPY=y |
| @@ -1309,6 +1349,7 @@ CONFIG_CRYPTO_ECB=y | |||
| 1309 | CONFIG_CRYPTO_CBC=y | 1349 | CONFIG_CRYPTO_CBC=y |
| 1310 | CONFIG_CRYPTO_PCBC=m | 1350 | CONFIG_CRYPTO_PCBC=m |
| 1311 | CONFIG_CRYPTO_LRW=y | 1351 | CONFIG_CRYPTO_LRW=y |
| 1352 | # CONFIG_CRYPTO_XTS is not set | ||
| 1312 | # CONFIG_CRYPTO_CRYPTD is not set | 1353 | # CONFIG_CRYPTO_CRYPTD is not set |
| 1313 | CONFIG_CRYPTO_DES=y | 1354 | CONFIG_CRYPTO_DES=y |
| 1314 | # CONFIG_CRYPTO_FCRYPT is not set | 1355 | # CONFIG_CRYPTO_FCRYPT is not set |
| @@ -1323,11 +1364,13 @@ CONFIG_CRYPTO_TEA=y | |||
| 1323 | CONFIG_CRYPTO_ARC4=y | 1364 | CONFIG_CRYPTO_ARC4=y |
| 1324 | CONFIG_CRYPTO_KHAZAD=y | 1365 | CONFIG_CRYPTO_KHAZAD=y |
| 1325 | CONFIG_CRYPTO_ANUBIS=y | 1366 | CONFIG_CRYPTO_ANUBIS=y |
| 1367 | # CONFIG_CRYPTO_SEED is not set | ||
| 1326 | CONFIG_CRYPTO_DEFLATE=y | 1368 | CONFIG_CRYPTO_DEFLATE=y |
| 1327 | CONFIG_CRYPTO_MICHAEL_MIC=y | 1369 | CONFIG_CRYPTO_MICHAEL_MIC=y |
| 1328 | CONFIG_CRYPTO_CRC32C=y | 1370 | CONFIG_CRYPTO_CRC32C=y |
| 1329 | # CONFIG_CRYPTO_CAMELLIA is not set | 1371 | # CONFIG_CRYPTO_CAMELLIA is not set |
| 1330 | # CONFIG_CRYPTO_TEST is not set | 1372 | # CONFIG_CRYPTO_TEST is not set |
| 1373 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1331 | CONFIG_CRYPTO_HW=y | 1374 | CONFIG_CRYPTO_HW=y |
| 1332 | 1375 | ||
| 1333 | # | 1376 | # |
diff --git a/arch/arm/configs/iop33x_defconfig b/arch/arm/configs/iop33x_defconfig index 721ee64a13f7..917afb5ccfac 100644 --- a/arch/arm/configs/iop33x_defconfig +++ b/arch/arm/configs/iop33x_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.22 | 3 | # Linux kernel version: 2.6.24-rc5 |
| 4 | # Thu Jul 19 16:05:59 2007 | 4 | # Wed Dec 12 16:11:27 2007 |
| 5 | # | 5 | # |
| 6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
| 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
| @@ -26,15 +26,11 @@ CONFIG_VECTORS_BASE=0xffff0000 | |||
| 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 27 | 27 | ||
| 28 | # | 28 | # |
| 29 | # Code maturity level options | 29 | # General setup |
| 30 | # | 30 | # |
| 31 | CONFIG_EXPERIMENTAL=y | 31 | CONFIG_EXPERIMENTAL=y |
| 32 | CONFIG_BROKEN_ON_SMP=y | 32 | CONFIG_BROKEN_ON_SMP=y |
| 33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 33 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 34 | |||
| 35 | # | ||
| 36 | # General setup | ||
| 37 | # | ||
| 38 | CONFIG_LOCALVERSION="" | 34 | CONFIG_LOCALVERSION="" |
| 39 | CONFIG_LOCALVERSION_AUTO=y | 35 | CONFIG_LOCALVERSION_AUTO=y |
| 40 | CONFIG_SWAP=y | 36 | CONFIG_SWAP=y |
| @@ -45,9 +41,14 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
| 45 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 41 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
| 46 | # CONFIG_TASKSTATS is not set | 42 | # CONFIG_TASKSTATS is not set |
| 47 | # CONFIG_USER_NS is not set | 43 | # CONFIG_USER_NS is not set |
| 44 | # CONFIG_PID_NS is not set | ||
| 48 | # CONFIG_AUDIT is not set | 45 | # CONFIG_AUDIT is not set |
| 49 | # CONFIG_IKCONFIG is not set | 46 | # CONFIG_IKCONFIG is not set |
| 50 | CONFIG_LOG_BUF_SHIFT=14 | 47 | CONFIG_LOG_BUF_SHIFT=14 |
| 48 | # CONFIG_CGROUPS is not set | ||
| 49 | CONFIG_FAIR_GROUP_SCHED=y | ||
| 50 | CONFIG_FAIR_USER_SCHED=y | ||
| 51 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
| 51 | CONFIG_SYSFS_DEPRECATED=y | 52 | CONFIG_SYSFS_DEPRECATED=y |
| 52 | # CONFIG_RELAY is not set | 53 | # CONFIG_RELAY is not set |
| 53 | CONFIG_BLK_DEV_INITRD=y | 54 | CONFIG_BLK_DEV_INITRD=y |
| @@ -69,7 +70,6 @@ CONFIG_FUTEX=y | |||
| 69 | CONFIG_ANON_INODES=y | 70 | CONFIG_ANON_INODES=y |
| 70 | CONFIG_EPOLL=y | 71 | CONFIG_EPOLL=y |
| 71 | CONFIG_SIGNALFD=y | 72 | CONFIG_SIGNALFD=y |
| 72 | CONFIG_TIMERFD=y | ||
| 73 | CONFIG_EVENTFD=y | 73 | CONFIG_EVENTFD=y |
| 74 | CONFIG_SHMEM=y | 74 | CONFIG_SHMEM=y |
| 75 | CONFIG_VM_EVENT_COUNTERS=y | 75 | CONFIG_VM_EVENT_COUNTERS=y |
| @@ -130,6 +130,7 @@ CONFIG_ARCH_IOP33X=y | |||
| 130 | # CONFIG_ARCH_L7200 is not set | 130 | # CONFIG_ARCH_L7200 is not set |
| 131 | # CONFIG_ARCH_KS8695 is not set | 131 | # CONFIG_ARCH_KS8695 is not set |
| 132 | # CONFIG_ARCH_NS9XXX is not set | 132 | # CONFIG_ARCH_NS9XXX is not set |
| 133 | # CONFIG_ARCH_MXC is not set | ||
| 133 | # CONFIG_ARCH_PNX4008 is not set | 134 | # CONFIG_ARCH_PNX4008 is not set |
| 134 | # CONFIG_ARCH_PXA is not set | 135 | # CONFIG_ARCH_PXA is not set |
| 135 | # CONFIG_ARCH_RPC is not set | 136 | # CONFIG_ARCH_RPC is not set |
| @@ -150,6 +151,14 @@ CONFIG_IOP3XX_ATU=y | |||
| 150 | # | 151 | # |
| 151 | CONFIG_ARCH_IQ80331=y | 152 | CONFIG_ARCH_IQ80331=y |
| 152 | CONFIG_MACH_IQ80332=y | 153 | CONFIG_MACH_IQ80332=y |
| 154 | |||
| 155 | # | ||
| 156 | # Boot options | ||
| 157 | # | ||
| 158 | |||
| 159 | # | ||
| 160 | # Power management | ||
| 161 | # | ||
| 153 | CONFIG_PLAT_IOP=y | 162 | CONFIG_PLAT_IOP=y |
| 154 | 163 | ||
| 155 | # | 164 | # |
| @@ -179,11 +188,8 @@ CONFIG_XSCALE_PMU=y | |||
| 179 | CONFIG_PCI=y | 188 | CONFIG_PCI=y |
| 180 | CONFIG_PCI_SYSCALL=y | 189 | CONFIG_PCI_SYSCALL=y |
| 181 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 190 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
| 191 | CONFIG_PCI_LEGACY=y | ||
| 182 | # CONFIG_PCI_DEBUG is not set | 192 | # CONFIG_PCI_DEBUG is not set |
| 183 | |||
| 184 | # | ||
| 185 | # PCCARD (PCMCIA/CardBus) support | ||
| 186 | # | ||
| 187 | # CONFIG_PCCARD is not set | 193 | # CONFIG_PCCARD is not set |
| 188 | 194 | ||
| 189 | # | 195 | # |
| @@ -202,6 +208,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 202 | CONFIG_FLATMEM=y | 208 | CONFIG_FLATMEM=y |
| 203 | CONFIG_FLAT_NODE_MEM_MAP=y | 209 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 204 | # CONFIG_SPARSEMEM_STATIC is not set | 210 | # CONFIG_SPARSEMEM_STATIC is not set |
| 211 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
| 205 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 212 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
| 206 | # CONFIG_RESOURCES_64BIT is not set | 213 | # CONFIG_RESOURCES_64BIT is not set |
| 207 | CONFIG_ZONE_DMA_FLAG=1 | 214 | CONFIG_ZONE_DMA_FLAG=1 |
| @@ -241,6 +248,7 @@ CONFIG_BINFMT_AOUT=y | |||
| 241 | # Power management options | 248 | # Power management options |
| 242 | # | 249 | # |
| 243 | # CONFIG_PM is not set | 250 | # CONFIG_PM is not set |
| 251 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
| 244 | 252 | ||
| 245 | # | 253 | # |
| 246 | # Networking | 254 | # Networking |
| @@ -279,6 +287,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
| 279 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 287 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 280 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 288 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 281 | CONFIG_INET_XFRM_MODE_BEET=y | 289 | CONFIG_INET_XFRM_MODE_BEET=y |
| 290 | # CONFIG_INET_LRO is not set | ||
| 282 | CONFIG_INET_DIAG=y | 291 | CONFIG_INET_DIAG=y |
| 283 | CONFIG_INET_TCP_DIAG=y | 292 | CONFIG_INET_TCP_DIAG=y |
| 284 | # CONFIG_TCP_CONG_ADVANCED is not set | 293 | # CONFIG_TCP_CONG_ADVANCED is not set |
| @@ -318,10 +327,6 @@ CONFIG_IPV6=y | |||
| 318 | # CONFIG_LAPB is not set | 327 | # CONFIG_LAPB is not set |
| 319 | # CONFIG_ECONET is not set | 328 | # CONFIG_ECONET is not set |
| 320 | # CONFIG_WAN_ROUTER is not set | 329 | # CONFIG_WAN_ROUTER is not set |
| 321 | |||
| 322 | # | ||
| 323 | # QoS and/or fair queueing | ||
| 324 | # | ||
| 325 | # CONFIG_NET_SCHED is not set | 330 | # CONFIG_NET_SCHED is not set |
| 326 | 331 | ||
| 327 | # | 332 | # |
| @@ -350,6 +355,7 @@ CONFIG_IPV6=y | |||
| 350 | # | 355 | # |
| 351 | # Generic Driver Options | 356 | # Generic Driver Options |
| 352 | # | 357 | # |
| 358 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 353 | CONFIG_STANDALONE=y | 359 | CONFIG_STANDALONE=y |
| 354 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 360 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 355 | # CONFIG_FW_LOADER is not set | 361 | # CONFIG_FW_LOADER is not set |
| @@ -379,6 +385,7 @@ CONFIG_MTD_BLOCK=y | |||
| 379 | # CONFIG_INFTL is not set | 385 | # CONFIG_INFTL is not set |
| 380 | # CONFIG_RFD_FTL is not set | 386 | # CONFIG_RFD_FTL is not set |
| 381 | # CONFIG_SSFDC is not set | 387 | # CONFIG_SSFDC is not set |
| 388 | # CONFIG_MTD_OOPS is not set | ||
| 382 | 389 | ||
| 383 | # | 390 | # |
| 384 | # RAM/ROM/Flash chip drivers | 391 | # RAM/ROM/Flash chip drivers |
| @@ -419,6 +426,7 @@ CONFIG_MTD_PHYSMAP_START=0x0 | |||
| 419 | CONFIG_MTD_PHYSMAP_LEN=0x0 | 426 | CONFIG_MTD_PHYSMAP_LEN=0x0 |
| 420 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | 427 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 |
| 421 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 428 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
| 429 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
| 422 | # CONFIG_MTD_PLATRAM is not set | 430 | # CONFIG_MTD_PLATRAM is not set |
| 423 | 431 | ||
| 424 | # | 432 | # |
| @@ -459,6 +467,11 @@ CONFIG_BLK_DEV_RAM_SIZE=8192 | |||
| 459 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 467 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
| 460 | # CONFIG_CDROM_PKTCDVD is not set | 468 | # CONFIG_CDROM_PKTCDVD is not set |
| 461 | # CONFIG_ATA_OVER_ETH is not set | 469 | # CONFIG_ATA_OVER_ETH is not set |
| 470 | CONFIG_MISC_DEVICES=y | ||
| 471 | # CONFIG_PHANTOM is not set | ||
| 472 | # CONFIG_EEPROM_93CX6 is not set | ||
| 473 | # CONFIG_SGI_IOC4 is not set | ||
| 474 | # CONFIG_TIFM_CORE is not set | ||
| 462 | # CONFIG_IDE is not set | 475 | # CONFIG_IDE is not set |
| 463 | 476 | ||
| 464 | # | 477 | # |
| @@ -496,12 +509,9 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 496 | # CONFIG_SCSI_SPI_ATTRS is not set | 509 | # CONFIG_SCSI_SPI_ATTRS is not set |
| 497 | # CONFIG_SCSI_FC_ATTRS is not set | 510 | # CONFIG_SCSI_FC_ATTRS is not set |
| 498 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 511 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
| 499 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 500 | # CONFIG_SCSI_SAS_LIBSAS is not set | 512 | # CONFIG_SCSI_SAS_LIBSAS is not set |
| 501 | 513 | # CONFIG_SCSI_SRP_ATTRS is not set | |
| 502 | # | 514 | CONFIG_SCSI_LOWLEVEL=y |
| 503 | # SCSI low-level drivers | ||
| 504 | # | ||
| 505 | # CONFIG_ISCSI_TCP is not set | 515 | # CONFIG_ISCSI_TCP is not set |
| 506 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 516 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 507 | # CONFIG_SCSI_3W_9XXX is not set | 517 | # CONFIG_SCSI_3W_9XXX is not set |
| @@ -512,6 +522,7 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 512 | # CONFIG_SCSI_AIC79XX is not set | 522 | # CONFIG_SCSI_AIC79XX is not set |
| 513 | # CONFIG_SCSI_AIC94XX is not set | 523 | # CONFIG_SCSI_AIC94XX is not set |
| 514 | # CONFIG_SCSI_DPT_I2O is not set | 524 | # CONFIG_SCSI_DPT_I2O is not set |
| 525 | # CONFIG_SCSI_ADVANSYS is not set | ||
| 515 | # CONFIG_SCSI_ARCMSR is not set | 526 | # CONFIG_SCSI_ARCMSR is not set |
| 516 | # CONFIG_MEGARAID_NEWGEN is not set | 527 | # CONFIG_MEGARAID_NEWGEN is not set |
| 517 | # CONFIG_MEGARAID_LEGACY is not set | 528 | # CONFIG_MEGARAID_LEGACY is not set |
| @@ -552,14 +563,8 @@ CONFIG_BLK_DEV_DM=y | |||
| 552 | # CONFIG_DM_ZERO is not set | 563 | # CONFIG_DM_ZERO is not set |
| 553 | # CONFIG_DM_MULTIPATH is not set | 564 | # CONFIG_DM_MULTIPATH is not set |
| 554 | # CONFIG_DM_DELAY is not set | 565 | # CONFIG_DM_DELAY is not set |
| 555 | 566 | # CONFIG_DM_UEVENT is not set | |
| 556 | # | ||
| 557 | # Fusion MPT device support | ||
| 558 | # | ||
| 559 | # CONFIG_FUSION is not set | 567 | # CONFIG_FUSION is not set |
| 560 | # CONFIG_FUSION_SPI is not set | ||
| 561 | # CONFIG_FUSION_FC is not set | ||
| 562 | # CONFIG_FUSION_SAS is not set | ||
| 563 | 568 | ||
| 564 | # | 569 | # |
| 565 | # IEEE 1394 (FireWire) support | 570 | # IEEE 1394 (FireWire) support |
| @@ -574,6 +579,8 @@ CONFIG_NETDEVICES=y | |||
| 574 | # CONFIG_MACVLAN is not set | 579 | # CONFIG_MACVLAN is not set |
| 575 | # CONFIG_EQUALIZER is not set | 580 | # CONFIG_EQUALIZER is not set |
| 576 | # CONFIG_TUN is not set | 581 | # CONFIG_TUN is not set |
| 582 | # CONFIG_VETH is not set | ||
| 583 | # CONFIG_IP1000 is not set | ||
| 577 | # CONFIG_ARCNET is not set | 584 | # CONFIG_ARCNET is not set |
| 578 | # CONFIG_NET_ETHERNET is not set | 585 | # CONFIG_NET_ETHERNET is not set |
| 579 | CONFIG_NETDEV_1000=y | 586 | CONFIG_NETDEV_1000=y |
| @@ -582,6 +589,7 @@ CONFIG_NETDEV_1000=y | |||
| 582 | CONFIG_E1000=y | 589 | CONFIG_E1000=y |
| 583 | CONFIG_E1000_NAPI=y | 590 | CONFIG_E1000_NAPI=y |
| 584 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 591 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 592 | # CONFIG_E1000E is not set | ||
| 585 | # CONFIG_NS83820 is not set | 593 | # CONFIG_NS83820 is not set |
| 586 | # CONFIG_HAMACHI is not set | 594 | # CONFIG_HAMACHI is not set |
| 587 | # CONFIG_YELLOWFIN is not set | 595 | # CONFIG_YELLOWFIN is not set |
| @@ -589,6 +597,7 @@ CONFIG_E1000_NAPI=y | |||
| 589 | # CONFIG_SIS190 is not set | 597 | # CONFIG_SIS190 is not set |
| 590 | # CONFIG_SKGE is not set | 598 | # CONFIG_SKGE is not set |
| 591 | # CONFIG_SKY2 is not set | 599 | # CONFIG_SKY2 is not set |
| 600 | # CONFIG_SK98LIN is not set | ||
| 592 | # CONFIG_VIA_VELOCITY is not set | 601 | # CONFIG_VIA_VELOCITY is not set |
| 593 | # CONFIG_TIGON3 is not set | 602 | # CONFIG_TIGON3 is not set |
| 594 | # CONFIG_BNX2 is not set | 603 | # CONFIG_BNX2 is not set |
| @@ -597,11 +606,14 @@ CONFIG_E1000_NAPI=y | |||
| 597 | CONFIG_NETDEV_10000=y | 606 | CONFIG_NETDEV_10000=y |
| 598 | # CONFIG_CHELSIO_T1 is not set | 607 | # CONFIG_CHELSIO_T1 is not set |
| 599 | # CONFIG_CHELSIO_T3 is not set | 608 | # CONFIG_CHELSIO_T3 is not set |
| 609 | # CONFIG_IXGBE is not set | ||
| 600 | # CONFIG_IXGB is not set | 610 | # CONFIG_IXGB is not set |
| 601 | # CONFIG_S2IO is not set | 611 | # CONFIG_S2IO is not set |
| 602 | # CONFIG_MYRI10GE is not set | 612 | # CONFIG_MYRI10GE is not set |
| 603 | # CONFIG_NETXEN_NIC is not set | 613 | # CONFIG_NETXEN_NIC is not set |
| 614 | # CONFIG_NIU is not set | ||
| 604 | # CONFIG_MLX4_CORE is not set | 615 | # CONFIG_MLX4_CORE is not set |
| 616 | # CONFIG_TEHUTI is not set | ||
| 605 | # CONFIG_TR is not set | 617 | # CONFIG_TR is not set |
| 606 | 618 | ||
| 607 | # | 619 | # |
| @@ -636,7 +648,6 @@ CONFIG_INPUT_MOUSEDEV=y | |||
| 636 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 648 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
| 637 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 649 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
| 638 | # CONFIG_INPUT_JOYDEV is not set | 650 | # CONFIG_INPUT_JOYDEV is not set |
| 639 | # CONFIG_INPUT_TSDEV is not set | ||
| 640 | # CONFIG_INPUT_EVDEV is not set | 651 | # CONFIG_INPUT_EVDEV is not set |
| 641 | # CONFIG_INPUT_EVBUG is not set | 652 | # CONFIG_INPUT_EVBUG is not set |
| 642 | 653 | ||
| @@ -685,12 +696,10 @@ CONFIG_UNIX98_PTYS=y | |||
| 685 | CONFIG_LEGACY_PTYS=y | 696 | CONFIG_LEGACY_PTYS=y |
| 686 | CONFIG_LEGACY_PTY_COUNT=256 | 697 | CONFIG_LEGACY_PTY_COUNT=256 |
| 687 | # CONFIG_IPMI_HANDLER is not set | 698 | # CONFIG_IPMI_HANDLER is not set |
| 688 | # CONFIG_WATCHDOG is not set | ||
| 689 | CONFIG_HW_RANDOM=y | 699 | CONFIG_HW_RANDOM=y |
| 690 | # CONFIG_NVRAM is not set | 700 | # CONFIG_NVRAM is not set |
| 691 | # CONFIG_R3964 is not set | 701 | # CONFIG_R3964 is not set |
| 692 | # CONFIG_APPLICOM is not set | 702 | # CONFIG_APPLICOM is not set |
| 693 | # CONFIG_DRM is not set | ||
| 694 | # CONFIG_RAW_DRIVER is not set | 703 | # CONFIG_RAW_DRIVER is not set |
| 695 | # CONFIG_TCG_TPM is not set | 704 | # CONFIG_TCG_TPM is not set |
| 696 | CONFIG_DEVPORT=y | 705 | CONFIG_DEVPORT=y |
| @@ -755,9 +764,9 @@ CONFIG_I2C_IOP3XX=y | |||
| 755 | # CONFIG_SPI is not set | 764 | # CONFIG_SPI is not set |
| 756 | # CONFIG_SPI_MASTER is not set | 765 | # CONFIG_SPI_MASTER is not set |
| 757 | # CONFIG_W1 is not set | 766 | # CONFIG_W1 is not set |
| 767 | # CONFIG_POWER_SUPPLY is not set | ||
| 758 | CONFIG_HWMON=y | 768 | CONFIG_HWMON=y |
| 759 | # CONFIG_HWMON_VID is not set | 769 | # CONFIG_HWMON_VID is not set |
| 760 | # CONFIG_SENSORS_ABITUGURU is not set | ||
| 761 | # CONFIG_SENSORS_AD7418 is not set | 770 | # CONFIG_SENSORS_AD7418 is not set |
| 762 | # CONFIG_SENSORS_ADM1021 is not set | 771 | # CONFIG_SENSORS_ADM1021 is not set |
| 763 | # CONFIG_SENSORS_ADM1025 is not set | 772 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -765,12 +774,13 @@ CONFIG_HWMON=y | |||
| 765 | # CONFIG_SENSORS_ADM1029 is not set | 774 | # CONFIG_SENSORS_ADM1029 is not set |
| 766 | # CONFIG_SENSORS_ADM1031 is not set | 775 | # CONFIG_SENSORS_ADM1031 is not set |
| 767 | # CONFIG_SENSORS_ADM9240 is not set | 776 | # CONFIG_SENSORS_ADM9240 is not set |
| 768 | # CONFIG_SENSORS_ASB100 is not set | 777 | # CONFIG_SENSORS_ADT7470 is not set |
| 769 | # CONFIG_SENSORS_ATXP1 is not set | 778 | # CONFIG_SENSORS_ATXP1 is not set |
| 770 | # CONFIG_SENSORS_DS1621 is not set | 779 | # CONFIG_SENSORS_DS1621 is not set |
| 780 | # CONFIG_SENSORS_I5K_AMB is not set | ||
| 771 | # CONFIG_SENSORS_F71805F is not set | 781 | # CONFIG_SENSORS_F71805F is not set |
| 772 | # CONFIG_SENSORS_FSCHER is not set | 782 | # CONFIG_SENSORS_F71882FG is not set |
| 773 | # CONFIG_SENSORS_FSCPOS is not set | 783 | # CONFIG_SENSORS_F75375S is not set |
| 774 | # CONFIG_SENSORS_GL518SM is not set | 784 | # CONFIG_SENSORS_GL518SM is not set |
| 775 | # CONFIG_SENSORS_GL520SM is not set | 785 | # CONFIG_SENSORS_GL520SM is not set |
| 776 | # CONFIG_SENSORS_IT87 is not set | 786 | # CONFIG_SENSORS_IT87 is not set |
| @@ -784,14 +794,17 @@ CONFIG_HWMON=y | |||
| 784 | # CONFIG_SENSORS_LM87 is not set | 794 | # CONFIG_SENSORS_LM87 is not set |
| 785 | # CONFIG_SENSORS_LM90 is not set | 795 | # CONFIG_SENSORS_LM90 is not set |
| 786 | # CONFIG_SENSORS_LM92 is not set | 796 | # CONFIG_SENSORS_LM92 is not set |
| 797 | # CONFIG_SENSORS_LM93 is not set | ||
| 787 | # CONFIG_SENSORS_MAX1619 is not set | 798 | # CONFIG_SENSORS_MAX1619 is not set |
| 788 | # CONFIG_SENSORS_MAX6650 is not set | 799 | # CONFIG_SENSORS_MAX6650 is not set |
| 789 | # CONFIG_SENSORS_PC87360 is not set | 800 | # CONFIG_SENSORS_PC87360 is not set |
| 790 | # CONFIG_SENSORS_PC87427 is not set | 801 | # CONFIG_SENSORS_PC87427 is not set |
| 791 | # CONFIG_SENSORS_SIS5595 is not set | 802 | # CONFIG_SENSORS_SIS5595 is not set |
| 803 | # CONFIG_SENSORS_DME1737 is not set | ||
| 792 | # CONFIG_SENSORS_SMSC47M1 is not set | 804 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 793 | # CONFIG_SENSORS_SMSC47M192 is not set | 805 | # CONFIG_SENSORS_SMSC47M192 is not set |
| 794 | # CONFIG_SENSORS_SMSC47B397 is not set | 806 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 807 | # CONFIG_SENSORS_THMC50 is not set | ||
| 795 | # CONFIG_SENSORS_VIA686A is not set | 808 | # CONFIG_SENSORS_VIA686A is not set |
| 796 | # CONFIG_SENSORS_VT1211 is not set | 809 | # CONFIG_SENSORS_VT1211 is not set |
| 797 | # CONFIG_SENSORS_VT8231 is not set | 810 | # CONFIG_SENSORS_VT8231 is not set |
| @@ -803,29 +816,18 @@ CONFIG_HWMON=y | |||
| 803 | # CONFIG_SENSORS_W83627HF is not set | 816 | # CONFIG_SENSORS_W83627HF is not set |
| 804 | # CONFIG_SENSORS_W83627EHF is not set | 817 | # CONFIG_SENSORS_W83627EHF is not set |
| 805 | # CONFIG_HWMON_DEBUG_CHIP is not set | 818 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 806 | CONFIG_MISC_DEVICES=y | 819 | # CONFIG_WATCHDOG is not set |
| 807 | # CONFIG_PHANTOM is not set | ||
| 808 | # CONFIG_EEPROM_93CX6 is not set | ||
| 809 | # CONFIG_SGI_IOC4 is not set | ||
| 810 | # CONFIG_TIFM_CORE is not set | ||
| 811 | |||
| 812 | # | ||
| 813 | # Multifunction device drivers | ||
| 814 | # | ||
| 815 | # CONFIG_MFD_SM501 is not set | ||
| 816 | |||
| 817 | # | ||
| 818 | # LED devices | ||
| 819 | # | ||
| 820 | # CONFIG_NEW_LEDS is not set | ||
| 821 | 820 | ||
| 822 | # | 821 | # |
| 823 | # LED drivers | 822 | # Sonics Silicon Backplane |
| 824 | # | 823 | # |
| 824 | CONFIG_SSB_POSSIBLE=y | ||
| 825 | # CONFIG_SSB is not set | ||
| 825 | 826 | ||
| 826 | # | 827 | # |
| 827 | # LED Triggers | 828 | # Multifunction device drivers |
| 828 | # | 829 | # |
| 830 | # CONFIG_MFD_SM501 is not set | ||
| 829 | 831 | ||
| 830 | # | 832 | # |
| 831 | # Multimedia devices | 833 | # Multimedia devices |
| @@ -837,14 +839,16 @@ CONFIG_DAB=y | |||
| 837 | # | 839 | # |
| 838 | # Graphics support | 840 | # Graphics support |
| 839 | # | 841 | # |
| 842 | # CONFIG_DRM is not set | ||
| 843 | # CONFIG_VGASTATE is not set | ||
| 844 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
| 845 | # CONFIG_FB is not set | ||
| 840 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 846 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
| 841 | 847 | ||
| 842 | # | 848 | # |
| 843 | # Display device support | 849 | # Display device support |
| 844 | # | 850 | # |
| 845 | # CONFIG_DISPLAY_SUPPORT is not set | 851 | # CONFIG_DISPLAY_SUPPORT is not set |
| 846 | # CONFIG_VGASTATE is not set | ||
| 847 | # CONFIG_FB is not set | ||
| 848 | 852 | ||
| 849 | # | 853 | # |
| 850 | # Console display driver support | 854 | # Console display driver support |
| @@ -859,6 +863,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
| 859 | CONFIG_HID_SUPPORT=y | 863 | CONFIG_HID_SUPPORT=y |
| 860 | CONFIG_HID=y | 864 | CONFIG_HID=y |
| 861 | # CONFIG_HID_DEBUG is not set | 865 | # CONFIG_HID_DEBUG is not set |
| 866 | # CONFIG_HIDRAW is not set | ||
| 862 | CONFIG_USB_SUPPORT=y | 867 | CONFIG_USB_SUPPORT=y |
| 863 | CONFIG_USB_ARCH_HAS_HCD=y | 868 | CONFIG_USB_ARCH_HAS_HCD=y |
| 864 | CONFIG_USB_ARCH_HAS_OHCI=y | 869 | CONFIG_USB_ARCH_HAS_OHCI=y |
| @@ -874,16 +879,15 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 874 | # | 879 | # |
| 875 | # CONFIG_USB_GADGET is not set | 880 | # CONFIG_USB_GADGET is not set |
| 876 | # CONFIG_MMC is not set | 881 | # CONFIG_MMC is not set |
| 877 | 882 | # CONFIG_NEW_LEDS is not set | |
| 878 | # | ||
| 879 | # Real Time Clock | ||
| 880 | # | ||
| 881 | CONFIG_RTC_LIB=y | 883 | CONFIG_RTC_LIB=y |
| 882 | # CONFIG_RTC_CLASS is not set | 884 | # CONFIG_RTC_CLASS is not set |
| 885 | CONFIG_DMADEVICES=y | ||
| 883 | 886 | ||
| 884 | # | 887 | # |
| 885 | # DMA Engine support | 888 | # DMA Devices |
| 886 | # | 889 | # |
| 890 | CONFIG_INTEL_IOP_ADMA=y | ||
| 887 | CONFIG_DMA_ENGINE=y | 891 | CONFIG_DMA_ENGINE=y |
| 888 | 892 | ||
| 889 | # | 893 | # |
| @@ -892,12 +896,6 @@ CONFIG_DMA_ENGINE=y | |||
| 892 | CONFIG_NET_DMA=y | 896 | CONFIG_NET_DMA=y |
| 893 | 897 | ||
| 894 | # | 898 | # |
| 895 | # DMA Devices | ||
| 896 | # | ||
| 897 | # CONFIG_INTEL_IOATDMA is not set | ||
| 898 | CONFIG_INTEL_IOP_ADMA=y | ||
| 899 | |||
| 900 | # | ||
| 901 | # File systems | 899 | # File systems |
| 902 | # | 900 | # |
| 903 | CONFIG_EXT2_FS=y | 901 | CONFIG_EXT2_FS=y |
| @@ -909,7 +907,6 @@ CONFIG_EXT3_FS_XATTR=y | |||
| 909 | # CONFIG_EXT3_FS_SECURITY is not set | 907 | # CONFIG_EXT3_FS_SECURITY is not set |
| 910 | # CONFIG_EXT4DEV_FS is not set | 908 | # CONFIG_EXT4DEV_FS is not set |
| 911 | CONFIG_JBD=y | 909 | CONFIG_JBD=y |
| 912 | # CONFIG_JBD_DEBUG is not set | ||
| 913 | CONFIG_FS_MBCACHE=y | 910 | CONFIG_FS_MBCACHE=y |
| 914 | # CONFIG_REISERFS_FS is not set | 911 | # CONFIG_REISERFS_FS is not set |
| 915 | # CONFIG_JFS_FS is not set | 912 | # CONFIG_JFS_FS is not set |
| @@ -949,7 +946,6 @@ CONFIG_SYSFS=y | |||
| 949 | CONFIG_TMPFS=y | 946 | CONFIG_TMPFS=y |
| 950 | # CONFIG_TMPFS_POSIX_ACL is not set | 947 | # CONFIG_TMPFS_POSIX_ACL is not set |
| 951 | # CONFIG_HUGETLB_PAGE is not set | 948 | # CONFIG_HUGETLB_PAGE is not set |
| 952 | CONFIG_RAMFS=y | ||
| 953 | # CONFIG_CONFIGFS_FS is not set | 949 | # CONFIG_CONFIGFS_FS is not set |
| 954 | 950 | ||
| 955 | # | 951 | # |
| @@ -969,10 +965,7 @@ CONFIG_CRAMFS=y | |||
| 969 | # CONFIG_QNX4FS_FS is not set | 965 | # CONFIG_QNX4FS_FS is not set |
| 970 | # CONFIG_SYSV_FS is not set | 966 | # CONFIG_SYSV_FS is not set |
| 971 | # CONFIG_UFS_FS is not set | 967 | # CONFIG_UFS_FS is not set |
| 972 | 968 | CONFIG_NETWORK_FILESYSTEMS=y | |
| 973 | # | ||
| 974 | # Network File Systems | ||
| 975 | # | ||
| 976 | CONFIG_NFS_FS=y | 969 | CONFIG_NFS_FS=y |
| 977 | CONFIG_NFS_V3=y | 970 | CONFIG_NFS_V3=y |
| 978 | # CONFIG_NFS_V3_ACL is not set | 971 | # CONFIG_NFS_V3_ACL is not set |
| @@ -1019,26 +1012,17 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1019 | # CONFIG_KARMA_PARTITION is not set | 1012 | # CONFIG_KARMA_PARTITION is not set |
| 1020 | # CONFIG_EFI_PARTITION is not set | 1013 | # CONFIG_EFI_PARTITION is not set |
| 1021 | # CONFIG_SYSV68_PARTITION is not set | 1014 | # CONFIG_SYSV68_PARTITION is not set |
| 1022 | |||
| 1023 | # | ||
| 1024 | # Native Language Support | ||
| 1025 | # | ||
| 1026 | # CONFIG_NLS is not set | 1015 | # CONFIG_NLS is not set |
| 1027 | |||
| 1028 | # | ||
| 1029 | # Distributed Lock Manager | ||
| 1030 | # | ||
| 1031 | # CONFIG_DLM is not set | 1016 | # CONFIG_DLM is not set |
| 1032 | 1017 | CONFIG_INSTRUMENTATION=y | |
| 1033 | # | ||
| 1034 | # Profiling support | ||
| 1035 | # | ||
| 1036 | # CONFIG_PROFILING is not set | 1018 | # CONFIG_PROFILING is not set |
| 1019 | # CONFIG_MARKERS is not set | ||
| 1037 | 1020 | ||
| 1038 | # | 1021 | # |
| 1039 | # Kernel hacking | 1022 | # Kernel hacking |
| 1040 | # | 1023 | # |
| 1041 | # CONFIG_PRINTK_TIME is not set | 1024 | # CONFIG_PRINTK_TIME is not set |
| 1025 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1042 | CONFIG_ENABLE_MUST_CHECK=y | 1026 | CONFIG_ENABLE_MUST_CHECK=y |
| 1043 | CONFIG_MAGIC_SYSRQ=y | 1027 | CONFIG_MAGIC_SYSRQ=y |
| 1044 | # CONFIG_UNUSED_SYMBOLS is not set | 1028 | # CONFIG_UNUSED_SYMBOLS is not set |
| @@ -1065,10 +1049,13 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 1065 | # CONFIG_DEBUG_INFO is not set | 1049 | # CONFIG_DEBUG_INFO is not set |
| 1066 | # CONFIG_DEBUG_VM is not set | 1050 | # CONFIG_DEBUG_VM is not set |
| 1067 | # CONFIG_DEBUG_LIST is not set | 1051 | # CONFIG_DEBUG_LIST is not set |
| 1052 | # CONFIG_DEBUG_SG is not set | ||
| 1068 | CONFIG_FRAME_POINTER=y | 1053 | CONFIG_FRAME_POINTER=y |
| 1069 | # CONFIG_FORCED_INLINING is not set | 1054 | # CONFIG_FORCED_INLINING is not set |
| 1055 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
| 1070 | # CONFIG_RCU_TORTURE_TEST is not set | 1056 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1071 | # CONFIG_FAULT_INJECTION is not set | 1057 | # CONFIG_FAULT_INJECTION is not set |
| 1058 | # CONFIG_SAMPLES is not set | ||
| 1072 | CONFIG_DEBUG_USER=y | 1059 | CONFIG_DEBUG_USER=y |
| 1073 | # CONFIG_DEBUG_ERRORS is not set | 1060 | # CONFIG_DEBUG_ERRORS is not set |
| 1074 | CONFIG_DEBUG_LL=y | 1061 | CONFIG_DEBUG_LL=y |
| @@ -1079,6 +1066,7 @@ CONFIG_DEBUG_LL=y | |||
| 1079 | # | 1066 | # |
| 1080 | # CONFIG_KEYS is not set | 1067 | # CONFIG_KEYS is not set |
| 1081 | # CONFIG_SECURITY is not set | 1068 | # CONFIG_SECURITY is not set |
| 1069 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
| 1082 | CONFIG_XOR_BLOCKS=y | 1070 | CONFIG_XOR_BLOCKS=y |
| 1083 | CONFIG_ASYNC_CORE=y | 1071 | CONFIG_ASYNC_CORE=y |
| 1084 | CONFIG_ASYNC_MEMCPY=y | 1072 | CONFIG_ASYNC_MEMCPY=y |
diff --git a/arch/arm/configs/msm_defconfig b/arch/arm/configs/msm_defconfig new file mode 100644 index 000000000000..ae4c5e62086a --- /dev/null +++ b/arch/arm/configs/msm_defconfig | |||
| @@ -0,0 +1,895 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.23 | ||
| 4 | # Wed Nov 7 01:36:45 2007 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
| 8 | # CONFIG_GENERIC_GPIO is not set | ||
| 9 | CONFIG_GENERIC_TIME=y | ||
| 10 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
| 11 | CONFIG_MMU=y | ||
| 12 | # CONFIG_NO_IOPORT is not set | ||
| 13 | CONFIG_GENERIC_HARDIRQS=y | ||
| 14 | CONFIG_GENERIC_GPIOS=y | ||
| 15 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 16 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 17 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
| 18 | CONFIG_HARDIRQS_SW_RESEND=y | ||
| 19 | CONFIG_GENERIC_IRQ_PROBE=y | ||
| 20 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 21 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
| 22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
| 23 | CONFIG_GENERIC_HWEIGHT=y | ||
| 24 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 25 | CONFIG_ZONE_DMA=y | ||
| 26 | CONFIG_VECTORS_BASE=0xffff0000 | ||
| 27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 28 | |||
| 29 | # | ||
| 30 | # General setup | ||
| 31 | # | ||
| 32 | CONFIG_EXPERIMENTAL=y | ||
| 33 | CONFIG_BROKEN_ON_SMP=y | ||
| 34 | CONFIG_LOCK_KERNEL=y | ||
| 35 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 36 | CONFIG_LOCALVERSION="" | ||
| 37 | CONFIG_LOCALVERSION_AUTO=y | ||
| 38 | CONFIG_SWAP=y | ||
| 39 | # CONFIG_SYSVIPC is not set | ||
| 40 | # CONFIG_POSIX_MQUEUE is not set | ||
| 41 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 42 | # CONFIG_TASKSTATS is not set | ||
| 43 | # CONFIG_USER_NS is not set | ||
| 44 | # CONFIG_AUDIT is not set | ||
| 45 | CONFIG_IKCONFIG=y | ||
| 46 | CONFIG_IKCONFIG_PROC=y | ||
| 47 | CONFIG_LOG_BUF_SHIFT=17 | ||
| 48 | CONFIG_SYSFS_DEPRECATED=y | ||
| 49 | # CONFIG_RELAY is not set | ||
| 50 | CONFIG_BLK_DEV_INITRD=y | ||
| 51 | CONFIG_INITRAMFS_SOURCE="" | ||
| 52 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 53 | CONFIG_SYSCTL=y | ||
| 54 | CONFIG_PANIC_TIMEOUT=0 | ||
| 55 | # CONFIG_EMBEDDED is not set | ||
| 56 | CONFIG_UID16=y | ||
| 57 | CONFIG_SYSCTL_SYSCALL=y | ||
| 58 | CONFIG_KALLSYMS=y | ||
| 59 | # CONFIG_KALLSYMS_ALL is not set | ||
| 60 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 61 | CONFIG_HOTPLUG=y | ||
| 62 | CONFIG_PRINTK=y | ||
| 63 | CONFIG_BUG=y | ||
| 64 | CONFIG_ELF_CORE=y | ||
| 65 | CONFIG_BASE_FULL=y | ||
| 66 | CONFIG_FUTEX=y | ||
| 67 | CONFIG_ANON_INODES=y | ||
| 68 | CONFIG_EPOLL=y | ||
| 69 | CONFIG_SIGNALFD=y | ||
| 70 | CONFIG_EVENTFD=y | ||
| 71 | CONFIG_SHMEM=y | ||
| 72 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 73 | CONFIG_SLAB=y | ||
| 74 | # CONFIG_SLUB is not set | ||
| 75 | # CONFIG_SLOB is not set | ||
| 76 | CONFIG_RT_MUTEXES=y | ||
| 77 | # CONFIG_TINY_SHMEM is not set | ||
| 78 | CONFIG_BASE_SMALL=0 | ||
| 79 | # CONFIG_MODULES is not set | ||
| 80 | CONFIG_BLOCK=y | ||
| 81 | # CONFIG_LBD is not set | ||
| 82 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 83 | # CONFIG_LSF is not set | ||
| 84 | # CONFIG_BLK_DEV_BSG is not set | ||
| 85 | |||
| 86 | # | ||
| 87 | # IO Schedulers | ||
| 88 | # | ||
| 89 | CONFIG_IOSCHED_NOOP=y | ||
| 90 | CONFIG_IOSCHED_AS=y | ||
| 91 | # CONFIG_IOSCHED_DEADLINE is not set | ||
| 92 | # CONFIG_IOSCHED_CFQ is not set | ||
| 93 | CONFIG_DEFAULT_AS=y | ||
| 94 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 95 | # CONFIG_DEFAULT_CFQ is not set | ||
| 96 | # CONFIG_DEFAULT_NOOP is not set | ||
| 97 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 98 | |||
| 99 | # | ||
| 100 | # System Type | ||
| 101 | # | ||
| 102 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 103 | # CONFIG_ARCH_GOLDFISH is not set | ||
| 104 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 105 | # CONFIG_ARCH_REALVIEW is not set | ||
| 106 | # CONFIG_ARCH_VERSATILE is not set | ||
| 107 | # CONFIG_ARCH_AT91 is not set | ||
| 108 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 109 | # CONFIG_ARCH_CLPS711X is not set | ||
| 110 | # CONFIG_ARCH_CO285 is not set | ||
| 111 | # CONFIG_ARCH_EBSA110 is not set | ||
| 112 | # CONFIG_ARCH_EP93XX is not set | ||
| 113 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 114 | # CONFIG_ARCH_NETX is not set | ||
| 115 | # CONFIG_ARCH_H720X is not set | ||
| 116 | # CONFIG_ARCH_IMX is not set | ||
| 117 | # CONFIG_ARCH_IOP13XX is not set | ||
| 118 | # CONFIG_ARCH_IOP32X is not set | ||
| 119 | # CONFIG_ARCH_IOP33X is not set | ||
| 120 | # CONFIG_ARCH_IXP23XX is not set | ||
| 121 | # CONFIG_ARCH_IXP2000 is not set | ||
| 122 | # CONFIG_ARCH_IXP4XX is not set | ||
| 123 | # CONFIG_ARCH_L7200 is not set | ||
| 124 | # CONFIG_ARCH_KS8695 is not set | ||
| 125 | # CONFIG_ARCH_NS9XXX is not set | ||
| 126 | # CONFIG_ARCH_MXC is not set | ||
| 127 | # CONFIG_ARCH_PNX4008 is not set | ||
| 128 | # CONFIG_ARCH_PXA is not set | ||
| 129 | # CONFIG_ARCH_RPC is not set | ||
| 130 | # CONFIG_ARCH_SA1100 is not set | ||
| 131 | # CONFIG_ARCH_S3C2410 is not set | ||
| 132 | # CONFIG_ARCH_SHARK is not set | ||
| 133 | # CONFIG_ARCH_LH7A40X is not set | ||
| 134 | # CONFIG_ARCH_DAVINCI is not set | ||
| 135 | # CONFIG_ARCH_OMAP is not set | ||
| 136 | CONFIG_ARCH_MSM7X00A=y | ||
| 137 | |||
| 138 | # | ||
| 139 | # Boot options | ||
| 140 | # | ||
| 141 | |||
| 142 | # | ||
| 143 | # Power management | ||
| 144 | # | ||
| 145 | |||
| 146 | # | ||
| 147 | # MSM7200 Board Type | ||
| 148 | # | ||
| 149 | CONFIG_MACH_HALIBUT=y | ||
| 150 | CONFIG_SERIAL_MSM=y | ||
| 151 | CONFIG_SERIAL_MSM_CONSOLE=y | ||
| 152 | # CONFIG_SERIAL_MSM_NOINIT is not set | ||
| 153 | CONFIG_MSM_SMD=y | ||
| 154 | |||
| 155 | # | ||
| 156 | # Processor Type | ||
| 157 | # | ||
| 158 | CONFIG_CPU_32=y | ||
| 159 | CONFIG_CPU_V6=y | ||
| 160 | # CONFIG_CPU_32v6K is not set | ||
| 161 | CONFIG_CPU_32v6=y | ||
| 162 | CONFIG_CPU_ABRT_EV6=y | ||
| 163 | CONFIG_CPU_CACHE_V6=y | ||
| 164 | CONFIG_CPU_CACHE_VIPT=y | ||
| 165 | CONFIG_CPU_COPY_V6=y | ||
| 166 | CONFIG_CPU_TLB_V6=y | ||
| 167 | CONFIG_CPU_HAS_ASID=y | ||
| 168 | CONFIG_CPU_CP15=y | ||
| 169 | CONFIG_CPU_CP15_MMU=y | ||
| 170 | |||
| 171 | # | ||
| 172 | # Processor Features | ||
| 173 | # | ||
| 174 | CONFIG_ARM_THUMB=y | ||
| 175 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 176 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 177 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
| 178 | # CONFIG_OUTER_CACHE is not set | ||
| 179 | |||
| 180 | # | ||
| 181 | # Bus support | ||
| 182 | # | ||
| 183 | # CONFIG_PCI_SYSCALL is not set | ||
| 184 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
| 185 | |||
| 186 | # | ||
| 187 | # PCCARD (PCMCIA/CardBus) support | ||
| 188 | # | ||
| 189 | # CONFIG_PCCARD is not set | ||
| 190 | |||
| 191 | # | ||
| 192 | # Kernel Features | ||
| 193 | # | ||
| 194 | CONFIG_TICK_ONESHOT=y | ||
| 195 | CONFIG_NO_HZ=y | ||
| 196 | CONFIG_HIGH_RES_TIMERS=y | ||
| 197 | CONFIG_PREEMPT=y | ||
| 198 | CONFIG_HZ=100 | ||
| 199 | CONFIG_AEABI=y | ||
| 200 | # CONFIG_OABI_COMPAT is not set | ||
| 201 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 202 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 203 | CONFIG_FLATMEM_MANUAL=y | ||
| 204 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 205 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 206 | CONFIG_FLATMEM=y | ||
| 207 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 208 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 209 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 210 | CONFIG_RESOURCES_64BIT=y | ||
| 211 | CONFIG_ZONE_DMA_FLAG=1 | ||
| 212 | CONFIG_BOUNCE=y | ||
| 213 | CONFIG_VIRT_TO_BUS=y | ||
| 214 | CONFIG_ALIGNMENT_TRAP=y | ||
| 215 | |||
| 216 | # | ||
| 217 | # Boot options | ||
| 218 | # | ||
| 219 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 220 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 221 | CONFIG_CMDLINE="mem=64M console=ttyMSM,115200n8" | ||
| 222 | # CONFIG_XIP_KERNEL is not set | ||
| 223 | # CONFIG_KEXEC is not set | ||
| 224 | |||
| 225 | # | ||
| 226 | # Floating point emulation | ||
| 227 | # | ||
| 228 | |||
| 229 | # | ||
| 230 | # At least one emulation must be selected | ||
| 231 | # | ||
| 232 | # CONFIG_VFP is not set | ||
| 233 | |||
| 234 | # | ||
| 235 | # Userspace binary formats | ||
| 236 | # | ||
| 237 | CONFIG_BINFMT_ELF=y | ||
| 238 | # CONFIG_BINFMT_AOUT is not set | ||
| 239 | # CONFIG_BINFMT_MISC is not set | ||
| 240 | |||
| 241 | # | ||
| 242 | # Power management options | ||
| 243 | # | ||
| 244 | CONFIG_PM=y | ||
| 245 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
| 246 | |||
| 247 | # | ||
| 248 | # Networking | ||
| 249 | # | ||
| 250 | CONFIG_NET=y | ||
| 251 | |||
| 252 | # | ||
| 253 | # Networking options | ||
| 254 | # | ||
| 255 | # CONFIG_PACKET is not set | ||
| 256 | CONFIG_UNIX=y | ||
| 257 | # CONFIG_NET_KEY is not set | ||
| 258 | CONFIG_INET=y | ||
| 259 | # CONFIG_IP_MULTICAST is not set | ||
| 260 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 261 | CONFIG_IP_FIB_HASH=y | ||
| 262 | # CONFIG_IP_PNP is not set | ||
| 263 | # CONFIG_NET_IPIP is not set | ||
| 264 | # CONFIG_NET_IPGRE is not set | ||
| 265 | # CONFIG_ARPD is not set | ||
| 266 | # CONFIG_SYN_COOKIES is not set | ||
| 267 | # CONFIG_INET_AH is not set | ||
| 268 | # CONFIG_INET_ESP is not set | ||
| 269 | # CONFIG_INET_IPCOMP is not set | ||
| 270 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 271 | # CONFIG_INET_TUNNEL is not set | ||
| 272 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
| 273 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
| 274 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
| 275 | # CONFIG_INET_DIAG is not set | ||
| 276 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 277 | CONFIG_TCP_CONG_CUBIC=y | ||
| 278 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| 279 | # CONFIG_TCP_MD5SIG is not set | ||
| 280 | # CONFIG_IPV6 is not set | ||
| 281 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 282 | # CONFIG_INET6_TUNNEL is not set | ||
| 283 | # CONFIG_NETWORK_SECMARK is not set | ||
| 284 | # CONFIG_NETFILTER is not set | ||
| 285 | # CONFIG_IP_DCCP is not set | ||
| 286 | # CONFIG_IP_SCTP is not set | ||
| 287 | # CONFIG_TIPC is not set | ||
| 288 | # CONFIG_ATM is not set | ||
| 289 | # CONFIG_BRIDGE is not set | ||
| 290 | # CONFIG_VLAN_8021Q is not set | ||
| 291 | # CONFIG_DECNET is not set | ||
| 292 | # CONFIG_LLC2 is not set | ||
| 293 | # CONFIG_IPX is not set | ||
| 294 | # CONFIG_ATALK is not set | ||
| 295 | # CONFIG_X25 is not set | ||
| 296 | # CONFIG_LAPB is not set | ||
| 297 | # CONFIG_ECONET is not set | ||
| 298 | # CONFIG_WAN_ROUTER is not set | ||
| 299 | |||
| 300 | # | ||
| 301 | # QoS and/or fair queueing | ||
| 302 | # | ||
| 303 | # CONFIG_NET_SCHED is not set | ||
| 304 | |||
| 305 | # | ||
| 306 | # Network testing | ||
| 307 | # | ||
| 308 | # CONFIG_NET_PKTGEN is not set | ||
| 309 | # CONFIG_HAMRADIO is not set | ||
| 310 | # CONFIG_IRDA is not set | ||
| 311 | # CONFIG_BT is not set | ||
| 312 | # CONFIG_AF_RXRPC is not set | ||
| 313 | |||
| 314 | # | ||
| 315 | # Wireless | ||
| 316 | # | ||
| 317 | # CONFIG_CFG80211 is not set | ||
| 318 | # CONFIG_WIRELESS_EXT is not set | ||
| 319 | # CONFIG_MAC80211 is not set | ||
| 320 | # CONFIG_IEEE80211 is not set | ||
| 321 | # CONFIG_RFKILL is not set | ||
| 322 | # CONFIG_NET_9P is not set | ||
| 323 | |||
| 324 | # | ||
| 325 | # Device Drivers | ||
| 326 | # | ||
| 327 | |||
| 328 | # | ||
| 329 | # Generic Driver Options | ||
| 330 | # | ||
| 331 | CONFIG_STANDALONE=y | ||
| 332 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 333 | CONFIG_FW_LOADER=y | ||
| 334 | # CONFIG_DEBUG_DRIVER is not set | ||
| 335 | # CONFIG_DEBUG_DEVRES is not set | ||
| 336 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 337 | # CONFIG_CONNECTOR is not set | ||
| 338 | CONFIG_MTD=y | ||
| 339 | # CONFIG_MTD_DEBUG is not set | ||
| 340 | # CONFIG_MTD_CONCAT is not set | ||
| 341 | CONFIG_MTD_PARTITIONS=y | ||
| 342 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 343 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 344 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 345 | |||
| 346 | # | ||
| 347 | # User Modules And Translation Layers | ||
| 348 | # | ||
| 349 | CONFIG_MTD_CHAR=y | ||
| 350 | CONFIG_MTD_BLKDEVS=y | ||
| 351 | CONFIG_MTD_BLOCK=y | ||
| 352 | # CONFIG_FTL is not set | ||
| 353 | # CONFIG_NFTL is not set | ||
| 354 | # CONFIG_INFTL is not set | ||
| 355 | # CONFIG_RFD_FTL is not set | ||
| 356 | # CONFIG_SSFDC is not set | ||
| 357 | |||
| 358 | # | ||
| 359 | # RAM/ROM/Flash chip drivers | ||
| 360 | # | ||
| 361 | # CONFIG_MTD_CFI is not set | ||
| 362 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 363 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 364 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 365 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 366 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 367 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 368 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 369 | CONFIG_MTD_CFI_I1=y | ||
| 370 | CONFIG_MTD_CFI_I2=y | ||
| 371 | # CONFIG_MTD_CFI_I4 is not set | ||
| 372 | # CONFIG_MTD_CFI_I8 is not set | ||
| 373 | # CONFIG_MTD_RAM is not set | ||
| 374 | # CONFIG_MTD_ROM is not set | ||
| 375 | # CONFIG_MTD_ABSENT is not set | ||
| 376 | |||
| 377 | # | ||
| 378 | # Mapping drivers for chip access | ||
| 379 | # | ||
| 380 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 381 | # CONFIG_MTD_PLATRAM is not set | ||
| 382 | |||
| 383 | # | ||
| 384 | # Self-contained MTD device drivers | ||
| 385 | # | ||
| 386 | # CONFIG_MTD_SLRAM is not set | ||
| 387 | # CONFIG_MTD_PHRAM is not set | ||
| 388 | # CONFIG_MTD_MTDRAM is not set | ||
| 389 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 390 | CONFIG_MTD_MSM_NAND=y | ||
| 391 | |||
| 392 | # | ||
| 393 | # Disk-On-Chip Device Drivers | ||
| 394 | # | ||
| 395 | # CONFIG_MTD_DOC2000 is not set | ||
| 396 | # CONFIG_MTD_DOC2001 is not set | ||
| 397 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 398 | # CONFIG_MTD_GOLDFISH_NAND is not set | ||
| 399 | # CONFIG_MTD_NAND is not set | ||
| 400 | # CONFIG_MTD_ONENAND is not set | ||
| 401 | |||
| 402 | # | ||
| 403 | # UBI - Unsorted block images | ||
| 404 | # | ||
| 405 | # CONFIG_MTD_UBI is not set | ||
| 406 | # CONFIG_PARPORT is not set | ||
| 407 | CONFIG_BLK_DEV=y | ||
| 408 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 409 | # CONFIG_BLK_DEV_LOOP is not set | ||
| 410 | # CONFIG_BLK_DEV_NBD is not set | ||
| 411 | # CONFIG_BLK_DEV_RAM is not set | ||
| 412 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 413 | # CONFIG_ATA_OVER_ETH is not set | ||
| 414 | |||
| 415 | # | ||
| 416 | # SCSI device support | ||
| 417 | # | ||
| 418 | # CONFIG_RAID_ATTRS is not set | ||
| 419 | # CONFIG_SCSI is not set | ||
| 420 | # CONFIG_SCSI_DMA is not set | ||
| 421 | # CONFIG_SCSI_NETLINK is not set | ||
| 422 | # CONFIG_ATA is not set | ||
| 423 | # CONFIG_MD is not set | ||
| 424 | CONFIG_NETDEVICES=y | ||
| 425 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 426 | CONFIG_DUMMY=y | ||
| 427 | # CONFIG_BONDING is not set | ||
| 428 | # CONFIG_MACVLAN is not set | ||
| 429 | # CONFIG_EQUALIZER is not set | ||
| 430 | # CONFIG_TUN is not set | ||
| 431 | # CONFIG_PHYLIB is not set | ||
| 432 | CONFIG_NET_ETHERNET=y | ||
| 433 | CONFIG_MII=y | ||
| 434 | # CONFIG_AX88796 is not set | ||
| 435 | CONFIG_SMC91X=y | ||
| 436 | # CONFIG_DM9000 is not set | ||
| 437 | CONFIG_NETDEV_1000=y | ||
| 438 | CONFIG_NETDEV_10000=y | ||
| 439 | |||
| 440 | # | ||
| 441 | # Wireless LAN | ||
| 442 | # | ||
| 443 | # CONFIG_WLAN_PRE80211 is not set | ||
| 444 | # CONFIG_WLAN_80211 is not set | ||
| 445 | # CONFIG_WAN is not set | ||
| 446 | CONFIG_PPP=y | ||
| 447 | # CONFIG_PPP_MULTILINK is not set | ||
| 448 | # CONFIG_PPP_FILTER is not set | ||
| 449 | CONFIG_PPP_ASYNC=y | ||
| 450 | # CONFIG_PPP_SYNC_TTY is not set | ||
| 451 | CONFIG_PPP_DEFLATE=y | ||
| 452 | CONFIG_PPP_BSDCOMP=y | ||
| 453 | # CONFIG_PPP_MPPE is not set | ||
| 454 | # CONFIG_PPPOE is not set | ||
| 455 | # CONFIG_PPPOL2TP is not set | ||
| 456 | # CONFIG_SLIP is not set | ||
| 457 | CONFIG_SLHC=y | ||
| 458 | # CONFIG_SHAPER is not set | ||
| 459 | # CONFIG_NETCONSOLE is not set | ||
| 460 | CONFIG_MSM_RMNET=y | ||
| 461 | # CONFIG_NETPOLL is not set | ||
| 462 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 463 | # CONFIG_ISDN is not set | ||
| 464 | |||
| 465 | # | ||
| 466 | # Input device support | ||
| 467 | # | ||
| 468 | CONFIG_INPUT=y | ||
| 469 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
| 470 | # CONFIG_INPUT_POLLDEV is not set | ||
| 471 | |||
| 472 | # | ||
| 473 | # Userland interfaces | ||
| 474 | # | ||
| 475 | CONFIG_INPUT_MOUSEDEV=y | ||
| 476 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 477 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 478 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 479 | # CONFIG_INPUT_JOYDEV is not set | ||
| 480 | # CONFIG_INPUT_TSDEV is not set | ||
| 481 | CONFIG_INPUT_EVDEV=y | ||
| 482 | # CONFIG_INPUT_EVBUG is not set | ||
| 483 | |||
| 484 | # | ||
| 485 | # Input Device Drivers | ||
| 486 | # | ||
| 487 | CONFIG_INPUT_KEYBOARD=y | ||
| 488 | # CONFIG_KEYBOARD_ATKBD is not set | ||
| 489 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 490 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 491 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 492 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 493 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
| 494 | # CONFIG_KEYBOARD_GOLDFISH_EVENTS is not set | ||
| 495 | # CONFIG_INPUT_MOUSE is not set | ||
| 496 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 497 | # CONFIG_INPUT_TABLET is not set | ||
| 498 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 499 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
| 500 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
| 501 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
| 502 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
| 503 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
| 504 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
| 505 | # CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_MEP is not set | ||
| 506 | CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI=y | ||
| 507 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
| 508 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
| 509 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
| 510 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
| 511 | CONFIG_INPUT_MISC=y | ||
| 512 | # CONFIG_INPUT_ATI_REMOTE is not set | ||
| 513 | # CONFIG_INPUT_ATI_REMOTE2 is not set | ||
| 514 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | ||
| 515 | # CONFIG_INPUT_POWERMATE is not set | ||
| 516 | # CONFIG_INPUT_YEALINK is not set | ||
| 517 | # CONFIG_INPUT_UINPUT is not set | ||
| 518 | CONFIG_INPUT_GPIO=y | ||
| 519 | |||
| 520 | # | ||
| 521 | # Hardware I/O ports | ||
| 522 | # | ||
| 523 | # CONFIG_SERIO is not set | ||
| 524 | # CONFIG_GAMEPORT is not set | ||
| 525 | |||
| 526 | # | ||
| 527 | # Character devices | ||
| 528 | # | ||
| 529 | CONFIG_VT=y | ||
| 530 | CONFIG_VT_CONSOLE=y | ||
| 531 | CONFIG_HW_CONSOLE=y | ||
| 532 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
| 533 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 534 | |||
| 535 | # | ||
| 536 | # Serial drivers | ||
| 537 | # | ||
| 538 | # CONFIG_SERIAL_8250 is not set | ||
| 539 | |||
| 540 | # | ||
| 541 | # Non-8250 serial port support | ||
| 542 | # | ||
| 543 | CONFIG_SERIAL_CORE=y | ||
| 544 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 545 | CONFIG_UNIX98_PTYS=y | ||
| 546 | # CONFIG_LEGACY_PTYS is not set | ||
| 547 | # CONFIG_IPMI_HANDLER is not set | ||
| 548 | # CONFIG_WATCHDOG is not set | ||
| 549 | # CONFIG_HW_RANDOM is not set | ||
| 550 | # CONFIG_NVRAM is not set | ||
| 551 | # CONFIG_R3964 is not set | ||
| 552 | # CONFIG_RAW_DRIVER is not set | ||
| 553 | # CONFIG_TCG_TPM is not set | ||
| 554 | CONFIG_DCC_TTY=y | ||
| 555 | # CONFIG_GOLDFISH_TTY is not set | ||
| 556 | CONFIG_BINDER=y | ||
| 557 | CONFIG_I2C=y | ||
| 558 | CONFIG_I2C_BOARDINFO=y | ||
| 559 | # CONFIG_I2C_CHARDEV is not set | ||
| 560 | |||
| 561 | # | ||
| 562 | # I2C Algorithms | ||
| 563 | # | ||
| 564 | # CONFIG_I2C_ALGOBIT is not set | ||
| 565 | # CONFIG_I2C_ALGOPCF is not set | ||
| 566 | # CONFIG_I2C_ALGOPCA is not set | ||
| 567 | |||
| 568 | # | ||
| 569 | # I2C Hardware Bus support | ||
| 570 | # | ||
| 571 | CONFIG_I2C_MSM=y | ||
| 572 | # CONFIG_I2C_OCORES is not set | ||
| 573 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 574 | # CONFIG_I2C_SIMTEC is not set | ||
| 575 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 576 | |||
| 577 | # | ||
| 578 | # Miscellaneous I2C Chip support | ||
| 579 | # | ||
| 580 | # CONFIG_SENSORS_DS1337 is not set | ||
| 581 | # CONFIG_SENSORS_DS1374 is not set | ||
| 582 | # CONFIG_DS1682 is not set | ||
| 583 | # CONFIG_SENSORS_EEPROM is not set | ||
| 584 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 585 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 586 | CONFIG_SENSORS_PCA9633=y | ||
| 587 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 588 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 589 | CONFIG_SENSORS_AKM8976=y | ||
| 590 | # CONFIG_SENSORS_TSL2550 is not set | ||
| 591 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 592 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 593 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 594 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 595 | |||
| 596 | # | ||
| 597 | # SPI support | ||
| 598 | # | ||
| 599 | # CONFIG_SPI is not set | ||
| 600 | # CONFIG_SPI_MASTER is not set | ||
| 601 | # CONFIG_W1 is not set | ||
| 602 | # CONFIG_HWMON is not set | ||
| 603 | CONFIG_MISC_DEVICES=y | ||
| 604 | # CONFIG_EEPROM_93CX6 is not set | ||
| 605 | CONFIG_LOW_MEMORY_KILLER=y | ||
| 606 | |||
| 607 | # | ||
| 608 | # Multifunction device drivers | ||
| 609 | # | ||
| 610 | # CONFIG_MFD_SM501 is not set | ||
| 611 | CONFIG_NEW_LEDS=y | ||
| 612 | CONFIG_LEDS_CLASS=y | ||
| 613 | |||
| 614 | # | ||
| 615 | # Multimedia devices | ||
| 616 | # | ||
| 617 | # CONFIG_VIDEO_DEV is not set | ||
| 618 | # CONFIG_DVB_CORE is not set | ||
| 619 | CONFIG_DAB=y | ||
| 620 | |||
| 621 | # | ||
| 622 | # Graphics support | ||
| 623 | # | ||
| 624 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 625 | |||
| 626 | # | ||
| 627 | # Display device support | ||
| 628 | # | ||
| 629 | # CONFIG_DISPLAY_SUPPORT is not set | ||
| 630 | # CONFIG_VGASTATE is not set | ||
| 631 | CONFIG_VIDEO_OUTPUT_CONTROL=y | ||
| 632 | CONFIG_FB=y | ||
| 633 | # CONFIG_FIRMWARE_EDID is not set | ||
| 634 | # CONFIG_FB_DDC is not set | ||
| 635 | CONFIG_FB_CFB_FILLRECT=y | ||
| 636 | CONFIG_FB_CFB_COPYAREA=y | ||
| 637 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
| 638 | # CONFIG_FB_SYS_FILLRECT is not set | ||
| 639 | # CONFIG_FB_SYS_COPYAREA is not set | ||
| 640 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
| 641 | # CONFIG_FB_SYS_FOPS is not set | ||
| 642 | CONFIG_FB_DEFERRED_IO=y | ||
| 643 | # CONFIG_FB_SVGALIB is not set | ||
| 644 | # CONFIG_FB_MACMODES is not set | ||
| 645 | # CONFIG_FB_BACKLIGHT is not set | ||
| 646 | CONFIG_FB_MODE_HELPERS=y | ||
| 647 | CONFIG_FB_TILEBLITTING=y | ||
| 648 | |||
| 649 | # | ||
| 650 | # Frame buffer hardware drivers | ||
| 651 | # | ||
| 652 | # CONFIG_FB_S1D13XXX is not set | ||
| 653 | CONFIG_FB_MSM=y | ||
| 654 | # CONFIG_FB_GOLDFISH is not set | ||
| 655 | # CONFIG_FB_VIRTUAL is not set | ||
| 656 | |||
| 657 | # | ||
| 658 | # Console display driver support | ||
| 659 | # | ||
| 660 | # CONFIG_VGA_CONSOLE is not set | ||
| 661 | CONFIG_DUMMY_CONSOLE=y | ||
| 662 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 663 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
| 664 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
| 665 | # CONFIG_FONTS is not set | ||
| 666 | CONFIG_FONT_8x8=y | ||
| 667 | CONFIG_FONT_8x16=y | ||
| 668 | # CONFIG_LOGO is not set | ||
| 669 | |||
| 670 | # | ||
| 671 | # Sound | ||
| 672 | # | ||
| 673 | # CONFIG_SOUND is not set | ||
| 674 | CONFIG_HID_SUPPORT=y | ||
| 675 | CONFIG_HID=y | ||
| 676 | # CONFIG_HID_DEBUG is not set | ||
| 677 | CONFIG_USB_SUPPORT=y | ||
| 678 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 679 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 680 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
| 681 | # CONFIG_USB is not set | ||
| 682 | |||
| 683 | # | ||
| 684 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 685 | # | ||
| 686 | |||
| 687 | # | ||
| 688 | # USB Gadget Support | ||
| 689 | # | ||
| 690 | # CONFIG_USB_GADGET is not set | ||
| 691 | |||
| 692 | # | ||
| 693 | # USB Function Support | ||
| 694 | # | ||
| 695 | CONFIG_USB_FUNCTION=y | ||
| 696 | CONFIG_USB_FUNCTION_MSM_HSUSB=y | ||
| 697 | # CONFIG_USB_FUNCTION_NULL is not set | ||
| 698 | # CONFIG_USB_FUNCTION_ZERO is not set | ||
| 699 | # CONFIG_USB_FUNCTION_LOOPBACK is not set | ||
| 700 | CONFIG_USB_FUNCTION_ADB=y | ||
| 701 | # CONFIG_MMC is not set | ||
| 702 | CONFIG_RTC_LIB=y | ||
| 703 | # CONFIG_RTC_CLASS is not set | ||
| 704 | |||
| 705 | # | ||
| 706 | # DMA Engine support | ||
| 707 | # | ||
| 708 | # CONFIG_DMA_ENGINE is not set | ||
| 709 | |||
| 710 | # | ||
| 711 | # DMA Clients | ||
| 712 | # | ||
| 713 | |||
| 714 | # | ||
| 715 | # DMA Devices | ||
| 716 | # | ||
| 717 | |||
| 718 | # | ||
| 719 | # Android | ||
| 720 | # | ||
| 721 | # CONFIG_ANDROID_GADGET is not set | ||
| 722 | # CONFIG_ANDROID_RAM_CONSOLE is not set | ||
| 723 | CONFIG_ANDROID_LOGGER=y | ||
| 724 | CONFIG_ANDROID_VIBRATOR=y | ||
| 725 | |||
| 726 | # | ||
| 727 | # File systems | ||
| 728 | # | ||
| 729 | # CONFIG_EXT2_FS is not set | ||
| 730 | # CONFIG_EXT3_FS is not set | ||
| 731 | # CONFIG_EXT4DEV_FS is not set | ||
| 732 | # CONFIG_REISERFS_FS is not set | ||
| 733 | # CONFIG_JFS_FS is not set | ||
| 734 | # CONFIG_FS_POSIX_ACL is not set | ||
| 735 | # CONFIG_XFS_FS is not set | ||
| 736 | # CONFIG_GFS2_FS is not set | ||
| 737 | # CONFIG_OCFS2_FS is not set | ||
| 738 | # CONFIG_MINIX_FS is not set | ||
| 739 | # CONFIG_ROMFS_FS is not set | ||
| 740 | CONFIG_INOTIFY=y | ||
| 741 | CONFIG_INOTIFY_USER=y | ||
| 742 | # CONFIG_QUOTA is not set | ||
| 743 | CONFIG_DNOTIFY=y | ||
| 744 | # CONFIG_AUTOFS_FS is not set | ||
| 745 | # CONFIG_AUTOFS4_FS is not set | ||
| 746 | # CONFIG_FUSE_FS is not set | ||
| 747 | |||
| 748 | # | ||
| 749 | # CD-ROM/DVD Filesystems | ||
| 750 | # | ||
| 751 | # CONFIG_ISO9660_FS is not set | ||
| 752 | # CONFIG_UDF_FS is not set | ||
| 753 | |||
| 754 | # | ||
| 755 | # DOS/FAT/NT Filesystems | ||
| 756 | # | ||
| 757 | # CONFIG_MSDOS_FS is not set | ||
| 758 | # CONFIG_VFAT_FS is not set | ||
| 759 | # CONFIG_NTFS_FS is not set | ||
| 760 | |||
| 761 | # | ||
| 762 | # Pseudo filesystems | ||
| 763 | # | ||
| 764 | CONFIG_PROC_FS=y | ||
| 765 | CONFIG_PROC_SYSCTL=y | ||
| 766 | CONFIG_SYSFS=y | ||
| 767 | CONFIG_TMPFS=y | ||
| 768 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
| 769 | # CONFIG_HUGETLB_PAGE is not set | ||
| 770 | CONFIG_RAMFS=y | ||
| 771 | # CONFIG_CONFIGFS_FS is not set | ||
| 772 | |||
| 773 | # | ||
| 774 | # Miscellaneous filesystems | ||
| 775 | # | ||
| 776 | # CONFIG_ADFS_FS is not set | ||
| 777 | # CONFIG_AFFS_FS is not set | ||
| 778 | # CONFIG_HFS_FS is not set | ||
| 779 | # CONFIG_HFSPLUS_FS is not set | ||
| 780 | # CONFIG_BEFS_FS is not set | ||
| 781 | # CONFIG_BFS_FS is not set | ||
| 782 | # CONFIG_EFS_FS is not set | ||
| 783 | CONFIG_YAFFS_FS=y | ||
| 784 | CONFIG_YAFFS_YAFFS1=y | ||
| 785 | # CONFIG_YAFFS_9BYTE_TAGS is not set | ||
| 786 | # CONFIG_YAFFS_DOES_ECC is not set | ||
| 787 | CONFIG_YAFFS_YAFFS2=y | ||
| 788 | CONFIG_YAFFS_AUTO_YAFFS2=y | ||
| 789 | # CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set | ||
| 790 | CONFIG_YAFFS_CHECKPOINT_RESERVED_BLOCKS=10 | ||
| 791 | # CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set | ||
| 792 | # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set | ||
| 793 | CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y | ||
| 794 | # CONFIG_JFFS2_FS is not set | ||
| 795 | # CONFIG_CRAMFS is not set | ||
| 796 | # CONFIG_VXFS_FS is not set | ||
| 797 | # CONFIG_HPFS_FS is not set | ||
| 798 | # CONFIG_QNX4FS_FS is not set | ||
| 799 | # CONFIG_SYSV_FS is not set | ||
| 800 | # CONFIG_UFS_FS is not set | ||
| 801 | |||
| 802 | # | ||
| 803 | # Network File Systems | ||
| 804 | # | ||
| 805 | # CONFIG_NFS_FS is not set | ||
| 806 | # CONFIG_NFSD is not set | ||
| 807 | # CONFIG_SMB_FS is not set | ||
| 808 | # CONFIG_CIFS is not set | ||
| 809 | # CONFIG_NCP_FS is not set | ||
| 810 | # CONFIG_CODA_FS is not set | ||
| 811 | # CONFIG_AFS_FS is not set | ||
| 812 | |||
| 813 | # | ||
| 814 | # Partition Types | ||
| 815 | # | ||
| 816 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 817 | CONFIG_MSDOS_PARTITION=y | ||
| 818 | |||
| 819 | # | ||
| 820 | # Native Language Support | ||
| 821 | # | ||
| 822 | # CONFIG_NLS is not set | ||
| 823 | |||
| 824 | # | ||
| 825 | # Distributed Lock Manager | ||
| 826 | # | ||
| 827 | # CONFIG_DLM is not set | ||
| 828 | |||
| 829 | # | ||
| 830 | # Profiling support | ||
| 831 | # | ||
| 832 | # CONFIG_PROFILING is not set | ||
| 833 | |||
| 834 | # | ||
| 835 | # Kernel hacking | ||
| 836 | # | ||
| 837 | # CONFIG_PRINTK_TIME is not set | ||
| 838 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 839 | CONFIG_MAGIC_SYSRQ=y | ||
| 840 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 841 | # CONFIG_DEBUG_FS is not set | ||
| 842 | # CONFIG_HEADERS_CHECK is not set | ||
| 843 | CONFIG_DEBUG_KERNEL=y | ||
| 844 | # CONFIG_DEBUG_SHIRQ is not set | ||
| 845 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 846 | CONFIG_SCHED_DEBUG=y | ||
| 847 | CONFIG_SCHEDSTATS=y | ||
| 848 | # CONFIG_TIMER_STATS is not set | ||
| 849 | # CONFIG_DEBUG_SLAB is not set | ||
| 850 | CONFIG_DEBUG_PREEMPT=y | ||
| 851 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
| 852 | # CONFIG_RT_MUTEX_TESTER is not set | ||
| 853 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 854 | CONFIG_DEBUG_MUTEXES=y | ||
| 855 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
| 856 | # CONFIG_PROVE_LOCKING is not set | ||
| 857 | # CONFIG_LOCK_STAT is not set | ||
| 858 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | ||
| 859 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
| 860 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 861 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 862 | CONFIG_DEBUG_INFO=y | ||
| 863 | # CONFIG_DEBUG_VM is not set | ||
| 864 | # CONFIG_DEBUG_LIST is not set | ||
| 865 | CONFIG_FRAME_POINTER=y | ||
| 866 | # CONFIG_FORCED_INLINING is not set | ||
| 867 | # CONFIG_FAULT_INJECTION is not set | ||
| 868 | # CONFIG_DEBUG_USER is not set | ||
| 869 | # CONFIG_DEBUG_ERRORS is not set | ||
| 870 | CONFIG_DEBUG_LL=y | ||
| 871 | # CONFIG_DEBUG_ICEDCC is not set | ||
| 872 | |||
| 873 | # | ||
| 874 | # Security options | ||
| 875 | # | ||
| 876 | # CONFIG_KEYS is not set | ||
| 877 | # CONFIG_SECURITY is not set | ||
| 878 | # CONFIG_CRYPTO is not set | ||
| 879 | |||
| 880 | # | ||
| 881 | # Library routines | ||
| 882 | # | ||
| 883 | CONFIG_BITREVERSE=y | ||
| 884 | CONFIG_CRC_CCITT=y | ||
| 885 | # CONFIG_CRC16 is not set | ||
| 886 | # CONFIG_CRC_ITU_T is not set | ||
| 887 | CONFIG_CRC32=y | ||
| 888 | # CONFIG_CRC7 is not set | ||
| 889 | # CONFIG_LIBCRC32C is not set | ||
| 890 | CONFIG_ZLIB_INFLATE=y | ||
| 891 | CONFIG_ZLIB_DEFLATE=y | ||
| 892 | CONFIG_PLIST=y | ||
| 893 | CONFIG_HAS_IOMEM=y | ||
| 894 | CONFIG_HAS_IOPORT=y | ||
| 895 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index 593b56509f4f..faa761921153 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile | |||
| @@ -19,6 +19,7 @@ obj-$(CONFIG_ISA_DMA) += dma-isa.o | |||
| 19 | obj-$(CONFIG_PCI) += bios32.o isa.o | 19 | obj-$(CONFIG_PCI) += bios32.o isa.o |
| 20 | obj-$(CONFIG_SMP) += smp.o | 20 | obj-$(CONFIG_SMP) += smp.o |
| 21 | obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o | 21 | obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o |
| 22 | obj-$(CONFIG_KPROBES) += kprobes.o kprobes-decode.o | ||
| 22 | obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o | 23 | obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o |
| 23 | 24 | ||
| 24 | obj-$(CONFIG_CRUNCH) += crunch.o crunch-bits.o | 25 | obj-$(CONFIG_CRUNCH) += crunch.o crunch-bits.o |
diff --git a/arch/arm/kernel/dma-isa.c b/arch/arm/kernel/dma-isa.c index 0a3e9ad297d8..2f080a35a2d9 100644 --- a/arch/arm/kernel/dma-isa.c +++ b/arch/arm/kernel/dma-isa.c | |||
| @@ -216,7 +216,7 @@ void __init isa_init_dma(dma_t *dma) | |||
| 216 | 216 | ||
| 217 | request_dma(DMA_ISA_CASCADE, "cascade"); | 217 | request_dma(DMA_ISA_CASCADE, "cascade"); |
| 218 | 218 | ||
| 219 | for (i = 0; i < sizeof(dma_resources) / sizeof(dma_resources[0]); i++) | 219 | for (i = 0; i < ARRAY_SIZE(dma_resources); i++) |
| 220 | request_resource(&ioport_resource, dma_resources + i); | 220 | request_resource(&ioport_resource, dma_resources + i); |
| 221 | } | 221 | } |
| 222 | } | 222 | } |
diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S index 29dec080a604..a46d5b456765 100644 --- a/arch/arm/kernel/entry-armv.S +++ b/arch/arm/kernel/entry-armv.S | |||
| @@ -11,8 +11,8 @@ | |||
| 11 | * | 11 | * |
| 12 | * Low-level vector interface routines | 12 | * Low-level vector interface routines |
| 13 | * | 13 | * |
| 14 | * Note: there is a StrongARM bug in the STMIA rn, {regs}^ instruction that causes | 14 | * Note: there is a StrongARM bug in the STMIA rn, {regs}^ instruction |
| 15 | * it to save wrong values... Be aware! | 15 | * that causes it to save wrong values... Be aware! |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include <asm/memory.h> | 18 | #include <asm/memory.h> |
| @@ -58,6 +58,12 @@ | |||
| 58 | 58 | ||
| 59 | .endm | 59 | .endm |
| 60 | 60 | ||
| 61 | #ifdef CONFIG_KPROBES | ||
| 62 | .section .kprobes.text,"ax",%progbits | ||
| 63 | #else | ||
| 64 | .text | ||
| 65 | #endif | ||
| 66 | |||
| 61 | /* | 67 | /* |
| 62 | * Invalid mode handlers | 68 | * Invalid mode handlers |
| 63 | */ | 69 | */ |
| @@ -112,8 +118,8 @@ common_invalid: | |||
| 112 | #define SPFIX(code...) | 118 | #define SPFIX(code...) |
| 113 | #endif | 119 | #endif |
| 114 | 120 | ||
| 115 | .macro svc_entry | 121 | .macro svc_entry, stack_hole=0 |
| 116 | sub sp, sp, #S_FRAME_SIZE | 122 | sub sp, sp, #(S_FRAME_SIZE + \stack_hole) |
| 117 | SPFIX( tst sp, #4 ) | 123 | SPFIX( tst sp, #4 ) |
| 118 | SPFIX( bicne sp, sp, #4 ) | 124 | SPFIX( bicne sp, sp, #4 ) |
| 119 | stmib sp, {r1 - r12} | 125 | stmib sp, {r1 - r12} |
| @@ -121,7 +127,7 @@ common_invalid: | |||
| 121 | ldmia r0, {r1 - r3} | 127 | ldmia r0, {r1 - r3} |
| 122 | add r5, sp, #S_SP @ here for interlock avoidance | 128 | add r5, sp, #S_SP @ here for interlock avoidance |
| 123 | mov r4, #-1 @ "" "" "" "" | 129 | mov r4, #-1 @ "" "" "" "" |
| 124 | add r0, sp, #S_FRAME_SIZE @ "" "" "" "" | 130 | add r0, sp, #(S_FRAME_SIZE + \stack_hole) |
| 125 | SPFIX( addne r0, r0, #4 ) | 131 | SPFIX( addne r0, r0, #4 ) |
| 126 | str r1, [sp] @ save the "real" r0 copied | 132 | str r1, [sp] @ save the "real" r0 copied |
| 127 | @ from the exception stack | 133 | @ from the exception stack |
| @@ -242,7 +248,14 @@ svc_preempt: | |||
| 242 | 248 | ||
| 243 | .align 5 | 249 | .align 5 |
| 244 | __und_svc: | 250 | __und_svc: |
| 251 | #ifdef CONFIG_KPROBES | ||
| 252 | @ If a kprobe is about to simulate a "stmdb sp..." instruction, | ||
| 253 | @ it obviously needs free stack space which then will belong to | ||
| 254 | @ the saved context. | ||
| 255 | svc_entry 64 | ||
| 256 | #else | ||
| 245 | svc_entry | 257 | svc_entry |
| 258 | #endif | ||
| 246 | 259 | ||
| 247 | @ | 260 | @ |
| 248 | @ call emulation code, which returns using r9 if it has emulated | 261 | @ call emulation code, which returns using r9 if it has emulated |
| @@ -480,6 +493,13 @@ __und_usr: | |||
| 480 | * co-processor instructions. However, we have to watch out | 493 | * co-processor instructions. However, we have to watch out |
| 481 | * for the ARM6/ARM7 SWI bug. | 494 | * for the ARM6/ARM7 SWI bug. |
| 482 | * | 495 | * |
| 496 | * NEON is a special case that has to be handled here. Not all | ||
| 497 | * NEON instructions are co-processor instructions, so we have | ||
| 498 | * to make a special case of checking for them. Plus, there's | ||
| 499 | * five groups of them, so we have a table of mask/opcode pairs | ||
| 500 | * to check against, and if any match then we branch off into the | ||
| 501 | * NEON handler code. | ||
| 502 | * | ||
| 483 | * Emulators may wish to make use of the following registers: | 503 | * Emulators may wish to make use of the following registers: |
| 484 | * r0 = instruction opcode. | 504 | * r0 = instruction opcode. |
| 485 | * r2 = PC+4 | 505 | * r2 = PC+4 |
| @@ -488,6 +508,23 @@ __und_usr: | |||
| 488 | * lr = unrecognised instruction return address | 508 | * lr = unrecognised instruction return address |
| 489 | */ | 509 | */ |
| 490 | call_fpe: | 510 | call_fpe: |
| 511 | #ifdef CONFIG_NEON | ||
| 512 | adr r6, .LCneon_opcodes | ||
| 513 | 2: | ||
| 514 | ldr r7, [r6], #4 @ mask value | ||
| 515 | cmp r7, #0 @ end mask? | ||
| 516 | beq 1f | ||
| 517 | and r8, r0, r7 | ||
| 518 | ldr r7, [r6], #4 @ opcode bits matching in mask | ||
| 519 | cmp r8, r7 @ NEON instruction? | ||
| 520 | bne 2b | ||
| 521 | get_thread_info r10 | ||
| 522 | mov r7, #1 | ||
| 523 | strb r7, [r10, #TI_USED_CP + 10] @ mark CP#10 as used | ||
| 524 | strb r7, [r10, #TI_USED_CP + 11] @ mark CP#11 as used | ||
| 525 | b do_vfp @ let VFP handler handle this | ||
| 526 | 1: | ||
| 527 | #endif | ||
| 491 | tst r0, #0x08000000 @ only CDP/CPRT/LDC/STC have bit 27 | 528 | tst r0, #0x08000000 @ only CDP/CPRT/LDC/STC have bit 27 |
| 492 | #if defined(CONFIG_CPU_ARM610) || defined(CONFIG_CPU_ARM710) | 529 | #if defined(CONFIG_CPU_ARM610) || defined(CONFIG_CPU_ARM710) |
| 493 | and r8, r0, #0x0f000000 @ mask out op-code bits | 530 | and r8, r0, #0x0f000000 @ mask out op-code bits |
| @@ -537,6 +574,20 @@ call_fpe: | |||
| 537 | mov pc, lr @ CP#14 (Debug) | 574 | mov pc, lr @ CP#14 (Debug) |
| 538 | mov pc, lr @ CP#15 (Control) | 575 | mov pc, lr @ CP#15 (Control) |
| 539 | 576 | ||
| 577 | #ifdef CONFIG_NEON | ||
| 578 | .align 6 | ||
| 579 | |||
| 580 | .LCneon_opcodes: | ||
| 581 | .word 0xfe000000 @ mask | ||
| 582 | .word 0xf2000000 @ opcode | ||
| 583 | |||
| 584 | .word 0xff100000 @ mask | ||
| 585 | .word 0xf4000000 @ opcode | ||
| 586 | |||
| 587 | .word 0x00000000 @ mask | ||
| 588 | .word 0x00000000 @ opcode | ||
| 589 | #endif | ||
| 590 | |||
| 540 | do_fpe: | 591 | do_fpe: |
| 541 | enable_irq | 592 | enable_irq |
| 542 | ldr r4, .LCfp | 593 | ldr r4, .LCfp |
| @@ -555,7 +606,7 @@ do_fpe: | |||
| 555 | .data | 606 | .data |
| 556 | ENTRY(fp_enter) | 607 | ENTRY(fp_enter) |
| 557 | .word no_fp | 608 | .word no_fp |
| 558 | .text | 609 | .previous |
| 559 | 610 | ||
| 560 | no_fp: mov pc, lr | 611 | no_fp: mov pc, lr |
| 561 | 612 | ||
diff --git a/arch/arm/kernel/entry-common.S b/arch/arm/kernel/entry-common.S index 33e6cc2ffd3b..6c90c50a9ee3 100644 --- a/arch/arm/kernel/entry-common.S +++ b/arch/arm/kernel/entry-common.S | |||
| @@ -72,7 +72,7 @@ no_work_pending: | |||
| 72 | ldr r1, [sp, #S_PSR] @ get calling cpsr | 72 | ldr r1, [sp, #S_PSR] @ get calling cpsr |
| 73 | ldr lr, [sp, #S_PC]! @ get pc | 73 | ldr lr, [sp, #S_PC]! @ get pc |
| 74 | msr spsr_cxsf, r1 @ save in spsr_svc | 74 | msr spsr_cxsf, r1 @ save in spsr_svc |
| 75 | ldmdb sp, {r0 - lr}^ @ get calling r1 - lr | 75 | ldmdb sp, {r0 - lr}^ @ get calling r0 - lr |
| 76 | mov r0, r0 | 76 | mov r0, r0 |
| 77 | add sp, sp, #S_FRAME_SIZE - S_PC | 77 | add sp, sp, #S_FRAME_SIZE - S_PC |
| 78 | movs pc, lr @ return & move spsr_svc into cpsr | 78 | movs pc, lr @ return & move spsr_svc into cpsr |
diff --git a/arch/arm/kernel/kprobes-decode.c b/arch/arm/kernel/kprobes-decode.c new file mode 100644 index 000000000000..d51bc8b60557 --- /dev/null +++ b/arch/arm/kernel/kprobes-decode.c | |||
| @@ -0,0 +1,1529 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/kernel/kprobes-decode.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 2006, 2007 Motorola Inc. | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 as | ||
| 8 | * published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 13 | * General Public License for more details. | ||
| 14 | */ | ||
| 15 | |||
| 16 | /* | ||
| 17 | * We do not have hardware single-stepping on ARM, This | ||
| 18 | * effort is further complicated by the ARM not having a | ||
| 19 | * "next PC" register. Instructions that change the PC | ||
| 20 | * can't be safely single-stepped in a MP environment, so | ||
| 21 | * we have a lot of work to do: | ||
| 22 | * | ||
| 23 | * In the prepare phase: | ||
| 24 | * *) If it is an instruction that does anything | ||
| 25 | * with the CPU mode, we reject it for a kprobe. | ||
| 26 | * (This is out of laziness rather than need. The | ||
| 27 | * instructions could be simulated.) | ||
| 28 | * | ||
| 29 | * *) Otherwise, decode the instruction rewriting its | ||
| 30 | * registers to take fixed, ordered registers and | ||
| 31 | * setting a handler for it to run the instruction. | ||
| 32 | * | ||
| 33 | * In the execution phase by an instruction's handler: | ||
| 34 | * | ||
| 35 | * *) If the PC is written to by the instruction, the | ||
| 36 | * instruction must be fully simulated in software. | ||
| 37 | * If it is a conditional instruction, the handler | ||
| 38 | * will use insn[0] to copy its condition code to | ||
| 39 | * set r0 to 1 and insn[1] to "mov pc, lr" to return. | ||
| 40 | * | ||
| 41 | * *) Otherwise, a modified form of the instruction is | ||
| 42 | * directly executed. Its handler calls the | ||
| 43 | * instruction in insn[0]. In insn[1] is a | ||
| 44 | * "mov pc, lr" to return. | ||
| 45 | * | ||
| 46 | * Before calling, load up the reordered registers | ||
| 47 | * from the original instruction's registers. If one | ||
| 48 | * of the original input registers is the PC, compute | ||
| 49 | * and adjust the appropriate input register. | ||
| 50 | * | ||
| 51 | * After call completes, copy the output registers to | ||
| 52 | * the original instruction's original registers. | ||
| 53 | * | ||
| 54 | * We don't use a real breakpoint instruction since that | ||
| 55 | * would have us in the kernel go from SVC mode to SVC | ||
| 56 | * mode losing the link register. Instead we use an | ||
| 57 | * undefined instruction. To simplify processing, the | ||
| 58 | * undefined instruction used for kprobes must be reserved | ||
| 59 | * exclusively for kprobes use. | ||
| 60 | * | ||
| 61 | * TODO: ifdef out some instruction decoding based on architecture. | ||
| 62 | */ | ||
| 63 | |||
| 64 | #include <linux/kernel.h> | ||
| 65 | #include <linux/kprobes.h> | ||
| 66 | |||
| 67 | #define sign_extend(x, signbit) ((x) | (0 - ((x) & (1 << (signbit))))) | ||
| 68 | |||
| 69 | #define branch_displacement(insn) sign_extend(((insn) & 0xffffff) << 2, 25) | ||
| 70 | |||
| 71 | #define PSR_fs (PSR_f|PSR_s) | ||
| 72 | |||
| 73 | #define KPROBE_RETURN_INSTRUCTION 0xe1a0f00e /* mov pc, lr */ | ||
| 74 | #define SET_R0_TRUE_INSTRUCTION 0xe3a00001 /* mov r0, #1 */ | ||
| 75 | |||
| 76 | #define truecc_insn(insn) (((insn) & 0xf0000000) | \ | ||
| 77 | (SET_R0_TRUE_INSTRUCTION & 0x0fffffff)) | ||
| 78 | |||
| 79 | typedef long (insn_0arg_fn_t)(void); | ||
| 80 | typedef long (insn_1arg_fn_t)(long); | ||
| 81 | typedef long (insn_2arg_fn_t)(long, long); | ||
| 82 | typedef long (insn_3arg_fn_t)(long, long, long); | ||
| 83 | typedef long (insn_4arg_fn_t)(long, long, long, long); | ||
| 84 | typedef long long (insn_llret_0arg_fn_t)(void); | ||
| 85 | typedef long long (insn_llret_3arg_fn_t)(long, long, long); | ||
| 86 | typedef long long (insn_llret_4arg_fn_t)(long, long, long, long); | ||
| 87 | |||
| 88 | union reg_pair { | ||
| 89 | long long dr; | ||
| 90 | #ifdef __LITTLE_ENDIAN | ||
| 91 | struct { long r0, r1; }; | ||
| 92 | #else | ||
| 93 | struct { long r1, r0; }; | ||
| 94 | #endif | ||
| 95 | }; | ||
| 96 | |||
| 97 | /* | ||
| 98 | * For STR and STM instructions, an ARM core may choose to use either | ||
| 99 | * a +8 or a +12 displacement from the current instruction's address. | ||
| 100 | * Whichever value is chosen for a given core, it must be the same for | ||
| 101 | * both instructions and may not change. This function measures it. | ||
| 102 | */ | ||
| 103 | |||
| 104 | static int str_pc_offset; | ||
| 105 | |||
| 106 | static void __init find_str_pc_offset(void) | ||
| 107 | { | ||
| 108 | int addr, scratch, ret; | ||
| 109 | |||
| 110 | __asm__ ( | ||
| 111 | "sub %[ret], pc, #4 \n\t" | ||
| 112 | "str pc, %[addr] \n\t" | ||
| 113 | "ldr %[scr], %[addr] \n\t" | ||
| 114 | "sub %[ret], %[scr], %[ret] \n\t" | ||
| 115 | : [ret] "=r" (ret), [scr] "=r" (scratch), [addr] "+m" (addr)); | ||
| 116 | |||
| 117 | str_pc_offset = ret; | ||
| 118 | } | ||
| 119 | |||
| 120 | /* | ||
| 121 | * The insnslot_?arg_r[w]flags() functions below are to keep the | ||
| 122 | * msr -> *fn -> mrs instruction sequences indivisible so that | ||
| 123 | * the state of the CPSR flags aren't inadvertently modified | ||
| 124 | * just before or just after the call. | ||
| 125 | */ | ||
| 126 | |||
| 127 | static inline long __kprobes | ||
| 128 | insnslot_0arg_rflags(long cpsr, insn_0arg_fn_t *fn) | ||
| 129 | { | ||
| 130 | register long ret asm("r0"); | ||
| 131 | |||
| 132 | __asm__ __volatile__ ( | ||
| 133 | "msr cpsr_fs, %[cpsr] \n\t" | ||
| 134 | "mov lr, pc \n\t" | ||
| 135 | "mov pc, %[fn] \n\t" | ||
| 136 | : "=r" (ret) | ||
| 137 | : [cpsr] "r" (cpsr), [fn] "r" (fn) | ||
| 138 | : "lr", "cc" | ||
| 139 | ); | ||
| 140 | return ret; | ||
| 141 | } | ||
| 142 | |||
| 143 | static inline long long __kprobes | ||
| 144 | insnslot_llret_0arg_rflags(long cpsr, insn_llret_0arg_fn_t *fn) | ||
| 145 | { | ||
| 146 | register long ret0 asm("r0"); | ||
| 147 | register long ret1 asm("r1"); | ||
| 148 | union reg_pair fnr; | ||
| 149 | |||
| 150 | __asm__ __volatile__ ( | ||
| 151 | "msr cpsr_fs, %[cpsr] \n\t" | ||
| 152 | "mov lr, pc \n\t" | ||
| 153 | "mov pc, %[fn] \n\t" | ||
| 154 | : "=r" (ret0), "=r" (ret1) | ||
| 155 | : [cpsr] "r" (cpsr), [fn] "r" (fn) | ||
| 156 | : "lr", "cc" | ||
| 157 | ); | ||
| 158 | fnr.r0 = ret0; | ||
| 159 | fnr.r1 = ret1; | ||
| 160 | return fnr.dr; | ||
| 161 | } | ||
| 162 | |||
| 163 | static inline long __kprobes | ||
| 164 | insnslot_1arg_rflags(long r0, long cpsr, insn_1arg_fn_t *fn) | ||
| 165 | { | ||
| 166 | register long rr0 asm("r0") = r0; | ||
| 167 | register long ret asm("r0"); | ||
| 168 | |||
| 169 | __asm__ __volatile__ ( | ||
| 170 | "msr cpsr_fs, %[cpsr] \n\t" | ||
| 171 | "mov lr, pc \n\t" | ||
| 172 | "mov pc, %[fn] \n\t" | ||
| 173 | : "=r" (ret) | ||
| 174 | : "0" (rr0), [cpsr] "r" (cpsr), [fn] "r" (fn) | ||
| 175 | : "lr", "cc" | ||
| 176 | ); | ||
| 177 | return ret; | ||
| 178 | } | ||
| 179 | |||
| 180 | static inline long __kprobes | ||
| 181 | insnslot_2arg_rflags(long r0, long r1, long cpsr, insn_2arg_fn_t *fn) | ||
| 182 | { | ||
| 183 | register long rr0 asm("r0") = r0; | ||
| 184 | register long rr1 asm("r1") = r1; | ||
| 185 | register long ret asm("r0"); | ||
| 186 | |||
| 187 | __asm__ __volatile__ ( | ||
| 188 | "msr cpsr_fs, %[cpsr] \n\t" | ||
| 189 | "mov lr, pc \n\t" | ||
| 190 | "mov pc, %[fn] \n\t" | ||
| 191 | : "=r" (ret) | ||
| 192 | : "0" (rr0), "r" (rr1), | ||
| 193 | [cpsr] "r" (cpsr), [fn] "r" (fn) | ||
| 194 | : "lr", "cc" | ||
| 195 | ); | ||
| 196 | return ret; | ||
| 197 | } | ||
| 198 | |||
| 199 | static inline long __kprobes | ||
| 200 | insnslot_3arg_rflags(long r0, long r1, long r2, long cpsr, insn_3arg_fn_t *fn) | ||
| 201 | { | ||
| 202 | register long rr0 asm("r0") = r0; | ||
| 203 | register long rr1 asm("r1") = r1; | ||
| 204 | register long rr2 asm("r2") = r2; | ||
| 205 | register long ret asm("r0"); | ||
| 206 | |||
| 207 | __asm__ __volatile__ ( | ||
| 208 | "msr cpsr_fs, %[cpsr] \n\t" | ||
| 209 | "mov lr, pc \n\t" | ||
| 210 | "mov pc, %[fn] \n\t" | ||
| 211 | : "=r" (ret) | ||
| 212 | : "0" (rr0), "r" (rr1), "r" (rr2), | ||
| 213 | [cpsr] "r" (cpsr), [fn] "r" (fn) | ||
| 214 | : "lr", "cc" | ||
| 215 | ); | ||
| 216 | return ret; | ||
| 217 | } | ||
| 218 | |||
| 219 | static inline long long __kprobes | ||
| 220 | insnslot_llret_3arg_rflags(long r0, long r1, long r2, long cpsr, | ||
| 221 | insn_llret_3arg_fn_t *fn) | ||
| 222 | { | ||
| 223 | register long rr0 asm("r0") = r0; | ||
| 224 | register long rr1 asm("r1") = r1; | ||
| 225 | register long rr2 asm("r2") = r2; | ||
| 226 | register long ret0 asm("r0"); | ||
| 227 | register long ret1 asm("r1"); | ||
| 228 | union reg_pair fnr; | ||
| 229 | |||
| 230 | __asm__ __volatile__ ( | ||
| 231 | "msr cpsr_fs, %[cpsr] \n\t" | ||
| 232 | "mov lr, pc \n\t" | ||
| 233 | "mov pc, %[fn] \n\t" | ||
| 234 | : "=r" (ret0), "=r" (ret1) | ||
| 235 | : "0" (rr0), "r" (rr1), "r" (rr2), | ||
| 236 | [cpsr] "r" (cpsr), [fn] "r" (fn) | ||
| 237 | : "lr", "cc" | ||
| 238 | ); | ||
| 239 | fnr.r0 = ret0; | ||
| 240 | fnr.r1 = ret1; | ||
| 241 | return fnr.dr; | ||
| 242 | } | ||
| 243 | |||
| 244 | static inline long __kprobes | ||
| 245 | insnslot_4arg_rflags(long r0, long r1, long r2, long r3, long cpsr, | ||
| 246 | insn_4arg_fn_t *fn) | ||
| 247 | { | ||
| 248 | register long rr0 asm("r0") = r0; | ||
| 249 | register long rr1 asm("r1") = r1; | ||
| 250 | register long rr2 asm("r2") = r2; | ||
| 251 | register long rr3 asm("r3") = r3; | ||
| 252 | register long ret asm("r0"); | ||
| 253 | |||
| 254 | __asm__ __volatile__ ( | ||
| 255 | "msr cpsr_fs, %[cpsr] \n\t" | ||
| 256 | "mov lr, pc \n\t" | ||
| 257 | "mov pc, %[fn] \n\t" | ||
| 258 | : "=r" (ret) | ||
| 259 | : "0" (rr0), "r" (rr1), "r" (rr2), "r" (rr3), | ||
| 260 | [cpsr] "r" (cpsr), [fn] "r" (fn) | ||
| 261 | : "lr", "cc" | ||
| 262 | ); | ||
| 263 | return ret; | ||
| 264 | } | ||
| 265 | |||
| 266 | static inline long __kprobes | ||
| 267 | insnslot_1arg_rwflags(long r0, long *cpsr, insn_1arg_fn_t *fn) | ||
| 268 | { | ||
| 269 | register long rr0 asm("r0") = r0; | ||
| 270 | register long ret asm("r0"); | ||
| 271 | long oldcpsr = *cpsr; | ||
| 272 | long newcpsr; | ||
| 273 | |||
| 274 | __asm__ __volatile__ ( | ||
| 275 | "msr cpsr_fs, %[oldcpsr] \n\t" | ||
| 276 | "mov lr, pc \n\t" | ||
| 277 | "mov pc, %[fn] \n\t" | ||
| 278 | "mrs %[newcpsr], cpsr \n\t" | ||
| 279 | : "=r" (ret), [newcpsr] "=r" (newcpsr) | ||
| 280 | : "0" (rr0), [oldcpsr] "r" (oldcpsr), [fn] "r" (fn) | ||
| 281 | : "lr", "cc" | ||
| 282 | ); | ||
| 283 | *cpsr = (oldcpsr & ~PSR_fs) | (newcpsr & PSR_fs); | ||
| 284 | return ret; | ||
| 285 | } | ||
| 286 | |||
| 287 | static inline long __kprobes | ||
| 288 | insnslot_2arg_rwflags(long r0, long r1, long *cpsr, insn_2arg_fn_t *fn) | ||
| 289 | { | ||
| 290 | register long rr0 asm("r0") = r0; | ||
| 291 | register long rr1 asm("r1") = r1; | ||
| 292 | register long ret asm("r0"); | ||
| 293 | long oldcpsr = *cpsr; | ||
| 294 | long newcpsr; | ||
| 295 | |||
| 296 | __asm__ __volatile__ ( | ||
| 297 | "msr cpsr_fs, %[oldcpsr] \n\t" | ||
| 298 | "mov lr, pc \n\t" | ||
| 299 | "mov pc, %[fn] \n\t" | ||
| 300 | "mrs %[newcpsr], cpsr \n\t" | ||
| 301 | : "=r" (ret), [newcpsr] "=r" (newcpsr) | ||
| 302 | : "0" (rr0), "r" (rr1), [oldcpsr] "r" (oldcpsr), [fn] "r" (fn) | ||
| 303 | : "lr", "cc" | ||
| 304 | ); | ||
| 305 | *cpsr = (oldcpsr & ~PSR_fs) | (newcpsr & PSR_fs); | ||
| 306 | return ret; | ||
| 307 | } | ||
| 308 | |||
| 309 | static inline long __kprobes | ||
| 310 | insnslot_3arg_rwflags(long r0, long r1, long r2, long *cpsr, | ||
| 311 | insn_3arg_fn_t *fn) | ||
| 312 | { | ||
| 313 | register long rr0 asm("r0") = r0; | ||
| 314 | register long rr1 asm("r1") = r1; | ||
| 315 | register long rr2 asm("r2") = r2; | ||
| 316 | register long ret asm("r0"); | ||
| 317 | long oldcpsr = *cpsr; | ||
| 318 | long newcpsr; | ||
| 319 | |||
| 320 | __asm__ __volatile__ ( | ||
| 321 | "msr cpsr_fs, %[oldcpsr] \n\t" | ||
| 322 | "mov lr, pc \n\t" | ||
| 323 | "mov pc, %[fn] \n\t" | ||
| 324 | "mrs %[newcpsr], cpsr \n\t" | ||
| 325 | : "=r" (ret), [newcpsr] "=r" (newcpsr) | ||
| 326 | : "0" (rr0), "r" (rr1), "r" (rr2), | ||
| 327 | [oldcpsr] "r" (oldcpsr), [fn] "r" (fn) | ||
| 328 | : "lr", "cc" | ||
| 329 | ); | ||
| 330 | *cpsr = (oldcpsr & ~PSR_fs) | (newcpsr & PSR_fs); | ||
| 331 | return ret; | ||
| 332 | } | ||
| 333 | |||
| 334 | static inline long __kprobes | ||
| 335 | insnslot_4arg_rwflags(long r0, long r1, long r2, long r3, long *cpsr, | ||
| 336 | insn_4arg_fn_t *fn) | ||
| 337 | { | ||
| 338 | register long rr0 asm("r0") = r0; | ||
| 339 | register long rr1 asm("r1") = r1; | ||
| 340 | register long rr2 asm("r2") = r2; | ||
| 341 | register long rr3 asm("r3") = r3; | ||
| 342 | register long ret asm("r0"); | ||
| 343 | long oldcpsr = *cpsr; | ||
| 344 | long newcpsr; | ||
| 345 | |||
| 346 | __asm__ __volatile__ ( | ||
| 347 | "msr cpsr_fs, %[oldcpsr] \n\t" | ||
| 348 | "mov lr, pc \n\t" | ||
| 349 | "mov pc, %[fn] \n\t" | ||
| 350 | "mrs %[newcpsr], cpsr \n\t" | ||
| 351 | : "=r" (ret), [newcpsr] "=r" (newcpsr) | ||
| 352 | : "0" (rr0), "r" (rr1), "r" (rr2), "r" (rr3), | ||
| 353 | [oldcpsr] "r" (oldcpsr), [fn] "r" (fn) | ||
| 354 | : "lr", "cc" | ||
| 355 | ); | ||
| 356 | *cpsr = (oldcpsr & ~PSR_fs) | (newcpsr & PSR_fs); | ||
| 357 | return ret; | ||
| 358 | } | ||
| 359 | |||
| 360 | static inline long long __kprobes | ||
| 361 | insnslot_llret_4arg_rwflags(long r0, long r1, long r2, long r3, long *cpsr, | ||
| 362 | insn_llret_4arg_fn_t *fn) | ||
| 363 | { | ||
| 364 | register long rr0 asm("r0") = r0; | ||
| 365 | register long rr1 asm("r1") = r1; | ||
| 366 | register long rr2 asm("r2") = r2; | ||
| 367 | register long rr3 asm("r3") = r3; | ||
| 368 | register long ret0 asm("r0"); | ||
| 369 | register long ret1 asm("r1"); | ||
| 370 | long oldcpsr = *cpsr; | ||
| 371 | long newcpsr; | ||
| 372 | union reg_pair fnr; | ||
| 373 | |||
| 374 | __asm__ __volatile__ ( | ||
| 375 | "msr cpsr_fs, %[oldcpsr] \n\t" | ||
| 376 | "mov lr, pc \n\t" | ||
| 377 | "mov pc, %[fn] \n\t" | ||
| 378 | "mrs %[newcpsr], cpsr \n\t" | ||
| 379 | : "=r" (ret0), "=r" (ret1), [newcpsr] "=r" (newcpsr) | ||
| 380 | : "0" (rr0), "r" (rr1), "r" (rr2), "r" (rr3), | ||
| 381 | [oldcpsr] "r" (oldcpsr), [fn] "r" (fn) | ||
| 382 | : "lr", "cc" | ||
| 383 | ); | ||
| 384 | *cpsr = (oldcpsr & ~PSR_fs) | (newcpsr & PSR_fs); | ||
| 385 | fnr.r0 = ret0; | ||
| 386 | fnr.r1 = ret1; | ||
| 387 | return fnr.dr; | ||
| 388 | } | ||
| 389 | |||
| 390 | /* | ||
| 391 | * To avoid the complications of mimicing single-stepping on a | ||
| 392 | * processor without a Next-PC or a single-step mode, and to | ||
| 393 | * avoid having to deal with the side-effects of boosting, we | ||
| 394 | * simulate or emulate (almost) all ARM instructions. | ||
| 395 | * | ||
| 396 | * "Simulation" is where the instruction's behavior is duplicated in | ||
| 397 | * C code. "Emulation" is where the original instruction is rewritten | ||
| 398 | * and executed, often by altering its registers. | ||
| 399 | * | ||
| 400 | * By having all behavior of the kprobe'd instruction completed before | ||
| 401 | * returning from the kprobe_handler(), all locks (scheduler and | ||
| 402 | * interrupt) can safely be released. There is no need for secondary | ||
| 403 | * breakpoints, no race with MP or preemptable kernels, nor having to | ||
| 404 | * clean up resources counts at a later time impacting overall system | ||
| 405 | * performance. By rewriting the instruction, only the minimum registers | ||
| 406 | * need to be loaded and saved back optimizing performance. | ||
| 407 | * | ||
| 408 | * Calling the insnslot_*_rwflags version of a function doesn't hurt | ||
| 409 | * anything even when the CPSR flags aren't updated by the | ||
| 410 | * instruction. It's just a little slower in return for saving | ||
| 411 | * a little space by not having a duplicate function that doesn't | ||
| 412 | * update the flags. (The same optimization can be said for | ||
| 413 | * instructions that do or don't perform register writeback) | ||
| 414 | * Also, instructions can either read the flags, only write the | ||
| 415 | * flags, or read and write the flags. To save combinations | ||
| 416 | * rather than for sheer performance, flag functions just assume | ||
| 417 | * read and write of flags. | ||
| 418 | */ | ||
| 419 | |||
| 420 | static void __kprobes simulate_bbl(struct kprobe *p, struct pt_regs *regs) | ||
| 421 | { | ||
| 422 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 423 | kprobe_opcode_t insn = p->opcode; | ||
| 424 | long iaddr = (long)p->addr; | ||
| 425 | int disp = branch_displacement(insn); | ||
| 426 | |||
| 427 | if (!insnslot_1arg_rflags(0, regs->ARM_cpsr, i_fn)) | ||
| 428 | return; | ||
| 429 | |||
| 430 | if (insn & (1 << 24)) | ||
| 431 | regs->ARM_lr = iaddr + 4; | ||
| 432 | |||
| 433 | regs->ARM_pc = iaddr + 8 + disp; | ||
| 434 | } | ||
| 435 | |||
| 436 | static void __kprobes simulate_blx1(struct kprobe *p, struct pt_regs *regs) | ||
| 437 | { | ||
| 438 | kprobe_opcode_t insn = p->opcode; | ||
| 439 | long iaddr = (long)p->addr; | ||
| 440 | int disp = branch_displacement(insn); | ||
| 441 | |||
| 442 | regs->ARM_lr = iaddr + 4; | ||
| 443 | regs->ARM_pc = iaddr + 8 + disp + ((insn >> 23) & 0x2); | ||
| 444 | regs->ARM_cpsr |= PSR_T_BIT; | ||
| 445 | } | ||
| 446 | |||
| 447 | static void __kprobes simulate_blx2bx(struct kprobe *p, struct pt_regs *regs) | ||
| 448 | { | ||
| 449 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 450 | kprobe_opcode_t insn = p->opcode; | ||
| 451 | int rm = insn & 0xf; | ||
| 452 | long rmv = regs->uregs[rm]; | ||
| 453 | |||
| 454 | if (!insnslot_1arg_rflags(0, regs->ARM_cpsr, i_fn)) | ||
| 455 | return; | ||
| 456 | |||
| 457 | if (insn & (1 << 5)) | ||
| 458 | regs->ARM_lr = (long)p->addr + 4; | ||
| 459 | |||
| 460 | regs->ARM_pc = rmv & ~0x1; | ||
| 461 | regs->ARM_cpsr &= ~PSR_T_BIT; | ||
| 462 | if (rmv & 0x1) | ||
| 463 | regs->ARM_cpsr |= PSR_T_BIT; | ||
| 464 | } | ||
| 465 | |||
| 466 | static void __kprobes simulate_ldm1stm1(struct kprobe *p, struct pt_regs *regs) | ||
| 467 | { | ||
| 468 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 469 | kprobe_opcode_t insn = p->opcode; | ||
| 470 | int rn = (insn >> 16) & 0xf; | ||
| 471 | int lbit = insn & (1 << 20); | ||
| 472 | int wbit = insn & (1 << 21); | ||
| 473 | int ubit = insn & (1 << 23); | ||
| 474 | int pbit = insn & (1 << 24); | ||
| 475 | long *addr = (long *)regs->uregs[rn]; | ||
| 476 | int reg_bit_vector; | ||
| 477 | int reg_count; | ||
| 478 | |||
| 479 | if (!insnslot_1arg_rflags(0, regs->ARM_cpsr, i_fn)) | ||
| 480 | return; | ||
| 481 | |||
| 482 | reg_count = 0; | ||
| 483 | reg_bit_vector = insn & 0xffff; | ||
| 484 | while (reg_bit_vector) { | ||
| 485 | reg_bit_vector &= (reg_bit_vector - 1); | ||
| 486 | ++reg_count; | ||
| 487 | } | ||
| 488 | |||
| 489 | if (!ubit) | ||
| 490 | addr -= reg_count; | ||
| 491 | addr += (!pbit ^ !ubit); | ||
| 492 | |||
| 493 | reg_bit_vector = insn & 0xffff; | ||
| 494 | while (reg_bit_vector) { | ||
| 495 | int reg = __ffs(reg_bit_vector); | ||
| 496 | reg_bit_vector &= (reg_bit_vector - 1); | ||
| 497 | if (lbit) | ||
| 498 | regs->uregs[reg] = *addr++; | ||
| 499 | else | ||
| 500 | *addr++ = regs->uregs[reg]; | ||
| 501 | } | ||
| 502 | |||
| 503 | if (wbit) { | ||
| 504 | if (!ubit) | ||
| 505 | addr -= reg_count; | ||
| 506 | addr -= (!pbit ^ !ubit); | ||
| 507 | regs->uregs[rn] = (long)addr; | ||
| 508 | } | ||
| 509 | } | ||
| 510 | |||
| 511 | static void __kprobes simulate_stm1_pc(struct kprobe *p, struct pt_regs *regs) | ||
| 512 | { | ||
| 513 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 514 | |||
| 515 | if (!insnslot_1arg_rflags(0, regs->ARM_cpsr, i_fn)) | ||
| 516 | return; | ||
| 517 | |||
| 518 | regs->ARM_pc = (long)p->addr + str_pc_offset; | ||
| 519 | simulate_ldm1stm1(p, regs); | ||
| 520 | regs->ARM_pc = (long)p->addr + 4; | ||
| 521 | } | ||
| 522 | |||
| 523 | static void __kprobes simulate_mov_ipsp(struct kprobe *p, struct pt_regs *regs) | ||
| 524 | { | ||
| 525 | regs->uregs[12] = regs->uregs[13]; | ||
| 526 | } | ||
| 527 | |||
| 528 | static void __kprobes emulate_ldcstc(struct kprobe *p, struct pt_regs *regs) | ||
| 529 | { | ||
| 530 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 531 | kprobe_opcode_t insn = p->opcode; | ||
| 532 | int rn = (insn >> 16) & 0xf; | ||
| 533 | long rnv = regs->uregs[rn]; | ||
| 534 | |||
| 535 | /* Save Rn in case of writeback. */ | ||
| 536 | regs->uregs[rn] = insnslot_1arg_rflags(rnv, regs->ARM_cpsr, i_fn); | ||
| 537 | } | ||
| 538 | |||
| 539 | static void __kprobes emulate_ldrd(struct kprobe *p, struct pt_regs *regs) | ||
| 540 | { | ||
| 541 | insn_2arg_fn_t *i_fn = (insn_2arg_fn_t *)&p->ainsn.insn[0]; | ||
| 542 | kprobe_opcode_t insn = p->opcode; | ||
| 543 | int rd = (insn >> 12) & 0xf; | ||
| 544 | int rn = (insn >> 16) & 0xf; | ||
| 545 | int rm = insn & 0xf; /* rm may be invalid, don't care. */ | ||
| 546 | |||
| 547 | /* Not following the C calling convention here, so need asm(). */ | ||
| 548 | __asm__ __volatile__ ( | ||
| 549 | "ldr r0, %[rn] \n\t" | ||
| 550 | "ldr r1, %[rm] \n\t" | ||
| 551 | "msr cpsr_fs, %[cpsr]\n\t" | ||
| 552 | "mov lr, pc \n\t" | ||
| 553 | "mov pc, %[i_fn] \n\t" | ||
| 554 | "str r0, %[rn] \n\t" /* in case of writeback */ | ||
| 555 | "str r2, %[rd0] \n\t" | ||
| 556 | "str r3, %[rd1] \n\t" | ||
| 557 | : [rn] "+m" (regs->uregs[rn]), | ||
| 558 | [rd0] "=m" (regs->uregs[rd]), | ||
| 559 | [rd1] "=m" (regs->uregs[rd+1]) | ||
| 560 | : [rm] "m" (regs->uregs[rm]), | ||
| 561 | [cpsr] "r" (regs->ARM_cpsr), | ||
| 562 | [i_fn] "r" (i_fn) | ||
| 563 | : "r0", "r1", "r2", "r3", "lr", "cc" | ||
| 564 | ); | ||
| 565 | } | ||
| 566 | |||
| 567 | static void __kprobes emulate_strd(struct kprobe *p, struct pt_regs *regs) | ||
| 568 | { | ||
| 569 | insn_4arg_fn_t *i_fn = (insn_4arg_fn_t *)&p->ainsn.insn[0]; | ||
| 570 | kprobe_opcode_t insn = p->opcode; | ||
| 571 | int rd = (insn >> 12) & 0xf; | ||
| 572 | int rn = (insn >> 16) & 0xf; | ||
| 573 | int rm = insn & 0xf; | ||
| 574 | long rnv = regs->uregs[rn]; | ||
| 575 | long rmv = regs->uregs[rm]; /* rm/rmv may be invalid, don't care. */ | ||
| 576 | |||
| 577 | regs->uregs[rn] = insnslot_4arg_rflags(rnv, rmv, regs->uregs[rd], | ||
| 578 | regs->uregs[rd+1], | ||
| 579 | regs->ARM_cpsr, i_fn); | ||
| 580 | } | ||
| 581 | |||
| 582 | static void __kprobes emulate_ldr(struct kprobe *p, struct pt_regs *regs) | ||
| 583 | { | ||
| 584 | insn_llret_3arg_fn_t *i_fn = (insn_llret_3arg_fn_t *)&p->ainsn.insn[0]; | ||
| 585 | kprobe_opcode_t insn = p->opcode; | ||
| 586 | union reg_pair fnr; | ||
| 587 | int rd = (insn >> 12) & 0xf; | ||
| 588 | int rn = (insn >> 16) & 0xf; | ||
| 589 | int rm = insn & 0xf; | ||
| 590 | long rdv; | ||
| 591 | long rnv = regs->uregs[rn]; | ||
| 592 | long rmv = regs->uregs[rm]; /* rm/rmv may be invalid, don't care. */ | ||
| 593 | long cpsr = regs->ARM_cpsr; | ||
| 594 | |||
| 595 | fnr.dr = insnslot_llret_3arg_rflags(rnv, 0, rmv, cpsr, i_fn); | ||
| 596 | regs->uregs[rn] = fnr.r0; /* Save Rn in case of writeback. */ | ||
| 597 | rdv = fnr.r1; | ||
| 598 | |||
| 599 | if (rd == 15) { | ||
| 600 | #if __LINUX_ARM_ARCH__ >= 5 | ||
| 601 | cpsr &= ~PSR_T_BIT; | ||
| 602 | if (rdv & 0x1) | ||
| 603 | cpsr |= PSR_T_BIT; | ||
| 604 | regs->ARM_cpsr = cpsr; | ||
| 605 | rdv &= ~0x1; | ||
| 606 | #else | ||
| 607 | rdv &= ~0x2; | ||
| 608 | #endif | ||
| 609 | } | ||
| 610 | regs->uregs[rd] = rdv; | ||
| 611 | } | ||
| 612 | |||
| 613 | static void __kprobes emulate_str(struct kprobe *p, struct pt_regs *regs) | ||
| 614 | { | ||
| 615 | insn_3arg_fn_t *i_fn = (insn_3arg_fn_t *)&p->ainsn.insn[0]; | ||
| 616 | kprobe_opcode_t insn = p->opcode; | ||
| 617 | long iaddr = (long)p->addr; | ||
| 618 | int rd = (insn >> 12) & 0xf; | ||
| 619 | int rn = (insn >> 16) & 0xf; | ||
| 620 | int rm = insn & 0xf; | ||
| 621 | long rdv = (rd == 15) ? iaddr + str_pc_offset : regs->uregs[rd]; | ||
| 622 | long rnv = (rn == 15) ? iaddr + 8 : regs->uregs[rn]; | ||
| 623 | long rmv = regs->uregs[rm]; /* rm/rmv may be invalid, don't care. */ | ||
| 624 | |||
| 625 | /* Save Rn in case of writeback. */ | ||
| 626 | regs->uregs[rn] = | ||
| 627 | insnslot_3arg_rflags(rnv, rdv, rmv, regs->ARM_cpsr, i_fn); | ||
| 628 | } | ||
| 629 | |||
| 630 | static void __kprobes emulate_mrrc(struct kprobe *p, struct pt_regs *regs) | ||
| 631 | { | ||
| 632 | insn_llret_0arg_fn_t *i_fn = (insn_llret_0arg_fn_t *)&p->ainsn.insn[0]; | ||
| 633 | kprobe_opcode_t insn = p->opcode; | ||
| 634 | union reg_pair fnr; | ||
| 635 | int rd = (insn >> 12) & 0xf; | ||
| 636 | int rn = (insn >> 16) & 0xf; | ||
| 637 | |||
| 638 | fnr.dr = insnslot_llret_0arg_rflags(regs->ARM_cpsr, i_fn); | ||
| 639 | regs->uregs[rn] = fnr.r0; | ||
| 640 | regs->uregs[rd] = fnr.r1; | ||
| 641 | } | ||
| 642 | |||
| 643 | static void __kprobes emulate_mcrr(struct kprobe *p, struct pt_regs *regs) | ||
| 644 | { | ||
| 645 | insn_2arg_fn_t *i_fn = (insn_2arg_fn_t *)&p->ainsn.insn[0]; | ||
| 646 | kprobe_opcode_t insn = p->opcode; | ||
| 647 | int rd = (insn >> 12) & 0xf; | ||
| 648 | int rn = (insn >> 16) & 0xf; | ||
| 649 | long rnv = regs->uregs[rn]; | ||
| 650 | long rdv = regs->uregs[rd]; | ||
| 651 | |||
| 652 | insnslot_2arg_rflags(rnv, rdv, regs->ARM_cpsr, i_fn); | ||
| 653 | } | ||
| 654 | |||
| 655 | static void __kprobes emulate_sat(struct kprobe *p, struct pt_regs *regs) | ||
| 656 | { | ||
| 657 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 658 | kprobe_opcode_t insn = p->opcode; | ||
| 659 | int rd = (insn >> 12) & 0xf; | ||
| 660 | int rm = insn & 0xf; | ||
| 661 | long rmv = regs->uregs[rm]; | ||
| 662 | |||
| 663 | /* Writes Q flag */ | ||
| 664 | regs->uregs[rd] = insnslot_1arg_rwflags(rmv, ®s->ARM_cpsr, i_fn); | ||
| 665 | } | ||
| 666 | |||
| 667 | static void __kprobes emulate_sel(struct kprobe *p, struct pt_regs *regs) | ||
| 668 | { | ||
| 669 | insn_2arg_fn_t *i_fn = (insn_2arg_fn_t *)&p->ainsn.insn[0]; | ||
| 670 | kprobe_opcode_t insn = p->opcode; | ||
| 671 | int rd = (insn >> 12) & 0xf; | ||
| 672 | int rn = (insn >> 16) & 0xf; | ||
| 673 | int rm = insn & 0xf; | ||
| 674 | long rnv = regs->uregs[rn]; | ||
| 675 | long rmv = regs->uregs[rm]; | ||
| 676 | |||
| 677 | /* Reads GE bits */ | ||
| 678 | regs->uregs[rd] = insnslot_2arg_rflags(rnv, rmv, regs->ARM_cpsr, i_fn); | ||
| 679 | } | ||
| 680 | |||
| 681 | static void __kprobes emulate_none(struct kprobe *p, struct pt_regs *regs) | ||
| 682 | { | ||
| 683 | insn_0arg_fn_t *i_fn = (insn_0arg_fn_t *)&p->ainsn.insn[0]; | ||
| 684 | |||
| 685 | insnslot_0arg_rflags(regs->ARM_cpsr, i_fn); | ||
| 686 | } | ||
| 687 | |||
| 688 | static void __kprobes emulate_rd12(struct kprobe *p, struct pt_regs *regs) | ||
| 689 | { | ||
| 690 | insn_0arg_fn_t *i_fn = (insn_0arg_fn_t *)&p->ainsn.insn[0]; | ||
| 691 | kprobe_opcode_t insn = p->opcode; | ||
| 692 | int rd = (insn >> 12) & 0xf; | ||
| 693 | |||
| 694 | regs->uregs[rd] = insnslot_0arg_rflags(regs->ARM_cpsr, i_fn); | ||
| 695 | } | ||
| 696 | |||
| 697 | static void __kprobes emulate_ird12(struct kprobe *p, struct pt_regs *regs) | ||
| 698 | { | ||
| 699 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 700 | kprobe_opcode_t insn = p->opcode; | ||
| 701 | int ird = (insn >> 12) & 0xf; | ||
| 702 | |||
| 703 | insnslot_1arg_rflags(regs->uregs[ird], regs->ARM_cpsr, i_fn); | ||
| 704 | } | ||
| 705 | |||
| 706 | static void __kprobes emulate_rn16(struct kprobe *p, struct pt_regs *regs) | ||
| 707 | { | ||
| 708 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 709 | kprobe_opcode_t insn = p->opcode; | ||
| 710 | int rn = (insn >> 16) & 0xf; | ||
| 711 | long rnv = regs->uregs[rn]; | ||
| 712 | |||
| 713 | insnslot_1arg_rflags(rnv, regs->ARM_cpsr, i_fn); | ||
| 714 | } | ||
| 715 | |||
| 716 | static void __kprobes emulate_rd12rm0(struct kprobe *p, struct pt_regs *regs) | ||
| 717 | { | ||
| 718 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 719 | kprobe_opcode_t insn = p->opcode; | ||
| 720 | int rd = (insn >> 12) & 0xf; | ||
| 721 | int rm = insn & 0xf; | ||
| 722 | long rmv = regs->uregs[rm]; | ||
| 723 | |||
| 724 | regs->uregs[rd] = insnslot_1arg_rflags(rmv, regs->ARM_cpsr, i_fn); | ||
| 725 | } | ||
| 726 | |||
| 727 | static void __kprobes | ||
| 728 | emulate_rd12rn16rm0_rwflags(struct kprobe *p, struct pt_regs *regs) | ||
| 729 | { | ||
| 730 | insn_2arg_fn_t *i_fn = (insn_2arg_fn_t *)&p->ainsn.insn[0]; | ||
| 731 | kprobe_opcode_t insn = p->opcode; | ||
| 732 | int rd = (insn >> 12) & 0xf; | ||
| 733 | int rn = (insn >> 16) & 0xf; | ||
| 734 | int rm = insn & 0xf; | ||
| 735 | long rnv = regs->uregs[rn]; | ||
| 736 | long rmv = regs->uregs[rm]; | ||
| 737 | |||
| 738 | regs->uregs[rd] = | ||
| 739 | insnslot_2arg_rwflags(rnv, rmv, ®s->ARM_cpsr, i_fn); | ||
| 740 | } | ||
| 741 | |||
| 742 | static void __kprobes | ||
| 743 | emulate_rd16rn12rs8rm0_rwflags(struct kprobe *p, struct pt_regs *regs) | ||
| 744 | { | ||
| 745 | insn_3arg_fn_t *i_fn = (insn_3arg_fn_t *)&p->ainsn.insn[0]; | ||
| 746 | kprobe_opcode_t insn = p->opcode; | ||
| 747 | int rd = (insn >> 16) & 0xf; | ||
| 748 | int rn = (insn >> 12) & 0xf; | ||
| 749 | int rs = (insn >> 8) & 0xf; | ||
| 750 | int rm = insn & 0xf; | ||
| 751 | long rnv = regs->uregs[rn]; | ||
| 752 | long rsv = regs->uregs[rs]; | ||
| 753 | long rmv = regs->uregs[rm]; | ||
| 754 | |||
| 755 | regs->uregs[rd] = | ||
| 756 | insnslot_3arg_rwflags(rnv, rsv, rmv, ®s->ARM_cpsr, i_fn); | ||
| 757 | } | ||
| 758 | |||
| 759 | static void __kprobes | ||
| 760 | emulate_rd16rs8rm0_rwflags(struct kprobe *p, struct pt_regs *regs) | ||
| 761 | { | ||
| 762 | insn_2arg_fn_t *i_fn = (insn_2arg_fn_t *)&p->ainsn.insn[0]; | ||
| 763 | kprobe_opcode_t insn = p->opcode; | ||
| 764 | int rd = (insn >> 16) & 0xf; | ||
| 765 | int rs = (insn >> 8) & 0xf; | ||
| 766 | int rm = insn & 0xf; | ||
| 767 | long rsv = regs->uregs[rs]; | ||
| 768 | long rmv = regs->uregs[rm]; | ||
| 769 | |||
| 770 | regs->uregs[rd] = | ||
| 771 | insnslot_2arg_rwflags(rsv, rmv, ®s->ARM_cpsr, i_fn); | ||
| 772 | } | ||
| 773 | |||
| 774 | static void __kprobes | ||
| 775 | emulate_rdhi16rdlo12rs8rm0_rwflags(struct kprobe *p, struct pt_regs *regs) | ||
| 776 | { | ||
| 777 | insn_llret_4arg_fn_t *i_fn = (insn_llret_4arg_fn_t *)&p->ainsn.insn[0]; | ||
| 778 | kprobe_opcode_t insn = p->opcode; | ||
| 779 | union reg_pair fnr; | ||
| 780 | int rdhi = (insn >> 16) & 0xf; | ||
| 781 | int rdlo = (insn >> 12) & 0xf; | ||
| 782 | int rs = (insn >> 8) & 0xf; | ||
| 783 | int rm = insn & 0xf; | ||
| 784 | long rsv = regs->uregs[rs]; | ||
| 785 | long rmv = regs->uregs[rm]; | ||
| 786 | |||
| 787 | fnr.dr = insnslot_llret_4arg_rwflags(regs->uregs[rdhi], | ||
| 788 | regs->uregs[rdlo], rsv, rmv, | ||
| 789 | ®s->ARM_cpsr, i_fn); | ||
| 790 | regs->uregs[rdhi] = fnr.r0; | ||
| 791 | regs->uregs[rdlo] = fnr.r1; | ||
| 792 | } | ||
| 793 | |||
| 794 | static void __kprobes | ||
| 795 | emulate_alu_imm_rflags(struct kprobe *p, struct pt_regs *regs) | ||
| 796 | { | ||
| 797 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 798 | kprobe_opcode_t insn = p->opcode; | ||
| 799 | int rd = (insn >> 12) & 0xf; | ||
| 800 | int rn = (insn >> 16) & 0xf; | ||
| 801 | long rnv = (rn == 15) ? (long)p->addr + 8 : regs->uregs[rn]; | ||
| 802 | |||
| 803 | regs->uregs[rd] = insnslot_1arg_rflags(rnv, regs->ARM_cpsr, i_fn); | ||
| 804 | } | ||
| 805 | |||
| 806 | static void __kprobes | ||
| 807 | emulate_alu_imm_rwflags(struct kprobe *p, struct pt_regs *regs) | ||
| 808 | { | ||
| 809 | insn_1arg_fn_t *i_fn = (insn_1arg_fn_t *)&p->ainsn.insn[0]; | ||
| 810 | kprobe_opcode_t insn = p->opcode; | ||
| 811 | int rd = (insn >> 12) & 0xf; | ||
| 812 | int rn = (insn >> 16) & 0xf; | ||
| 813 | long rnv = (rn == 15) ? (long)p->addr + 8 : regs->uregs[rn]; | ||
| 814 | |||
| 815 | regs->uregs[rd] = insnslot_1arg_rwflags(rnv, ®s->ARM_cpsr, i_fn); | ||
| 816 | } | ||
| 817 | |||
| 818 | static void __kprobes | ||
| 819 | emulate_alu_rflags(struct kprobe *p, struct pt_regs *regs) | ||
| 820 | { | ||
| 821 | insn_3arg_fn_t *i_fn = (insn_3arg_fn_t *)&p->ainsn.insn[0]; | ||
| 822 | kprobe_opcode_t insn = p->opcode; | ||
| 823 | long ppc = (long)p->addr + 8; | ||
| 824 | int rd = (insn >> 12) & 0xf; | ||
| 825 | int rn = (insn >> 16) & 0xf; /* rn/rnv/rs/rsv may be */ | ||
| 826 | int rs = (insn >> 8) & 0xf; /* invalid, don't care. */ | ||
| 827 | int rm = insn & 0xf; | ||
| 828 | long rnv = (rn == 15) ? ppc : regs->uregs[rn]; | ||
| 829 | long rmv = (rm == 15) ? ppc : regs->uregs[rm]; | ||
| 830 | long rsv = regs->uregs[rs]; | ||
| 831 | |||
| 832 | regs->uregs[rd] = | ||
| 833 | insnslot_3arg_rflags(rnv, rmv, rsv, regs->ARM_cpsr, i_fn); | ||
| 834 | } | ||
| 835 | |||
| 836 | static void __kprobes | ||
| 837 | emulate_alu_rwflags(struct kprobe *p, struct pt_regs *regs) | ||
| 838 | { | ||
| 839 | insn_3arg_fn_t *i_fn = (insn_3arg_fn_t *)&p->ainsn.insn[0]; | ||
| 840 | kprobe_opcode_t insn = p->opcode; | ||
| 841 | long ppc = (long)p->addr + 8; | ||
| 842 | int rd = (insn >> 12) & 0xf; | ||
| 843 | int rn = (insn >> 16) & 0xf; /* rn/rnv/rs/rsv may be */ | ||
| 844 | int rs = (insn >> 8) & 0xf; /* invalid, don't care. */ | ||
| 845 | int rm = insn & 0xf; | ||
| 846 | long rnv = (rn == 15) ? ppc : regs->uregs[rn]; | ||
| 847 | long rmv = (rm == 15) ? ppc : regs->uregs[rm]; | ||
| 848 | long rsv = regs->uregs[rs]; | ||
| 849 | |||
| 850 | regs->uregs[rd] = | ||
| 851 | insnslot_3arg_rwflags(rnv, rmv, rsv, ®s->ARM_cpsr, i_fn); | ||
| 852 | } | ||
| 853 | |||
| 854 | static enum kprobe_insn __kprobes | ||
| 855 | prep_emulate_ldr_str(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 856 | { | ||
| 857 | int ibit = (insn & (1 << 26)) ? 25 : 22; | ||
| 858 | |||
| 859 | insn &= 0xfff00fff; | ||
| 860 | insn |= 0x00001000; /* Rn = r0, Rd = r1 */ | ||
| 861 | if (insn & (1 << ibit)) { | ||
| 862 | insn &= ~0xf; | ||
| 863 | insn |= 2; /* Rm = r2 */ | ||
| 864 | } | ||
| 865 | asi->insn[0] = insn; | ||
| 866 | asi->insn_handler = (insn & (1 << 20)) ? emulate_ldr : emulate_str; | ||
| 867 | return INSN_GOOD; | ||
| 868 | } | ||
| 869 | |||
| 870 | static enum kprobe_insn __kprobes | ||
| 871 | prep_emulate_rd12rm0(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 872 | { | ||
| 873 | insn &= 0xffff0ff0; /* Rd = r0, Rm = r0 */ | ||
| 874 | asi->insn[0] = insn; | ||
| 875 | asi->insn_handler = emulate_rd12rm0; | ||
| 876 | return INSN_GOOD; | ||
| 877 | } | ||
| 878 | |||
| 879 | static enum kprobe_insn __kprobes | ||
| 880 | prep_emulate_rd12(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 881 | { | ||
| 882 | insn &= 0xffff0fff; /* Rd = r0 */ | ||
| 883 | asi->insn[0] = insn; | ||
| 884 | asi->insn_handler = emulate_rd12; | ||
| 885 | return INSN_GOOD; | ||
| 886 | } | ||
| 887 | |||
| 888 | static enum kprobe_insn __kprobes | ||
| 889 | prep_emulate_rd12rn16rm0_wflags(kprobe_opcode_t insn, | ||
| 890 | struct arch_specific_insn *asi) | ||
| 891 | { | ||
| 892 | insn &= 0xfff00ff0; /* Rd = r0, Rn = r0 */ | ||
| 893 | insn |= 0x00000001; /* Rm = r1 */ | ||
| 894 | asi->insn[0] = insn; | ||
| 895 | asi->insn_handler = emulate_rd12rn16rm0_rwflags; | ||
| 896 | return INSN_GOOD; | ||
| 897 | } | ||
| 898 | |||
| 899 | static enum kprobe_insn __kprobes | ||
| 900 | prep_emulate_rd16rs8rm0_wflags(kprobe_opcode_t insn, | ||
| 901 | struct arch_specific_insn *asi) | ||
| 902 | { | ||
| 903 | insn &= 0xfff0f0f0; /* Rd = r0, Rs = r0 */ | ||
| 904 | insn |= 0x00000001; /* Rm = r1 */ | ||
| 905 | asi->insn[0] = insn; | ||
| 906 | asi->insn_handler = emulate_rd16rs8rm0_rwflags; | ||
| 907 | return INSN_GOOD; | ||
| 908 | } | ||
| 909 | |||
| 910 | static enum kprobe_insn __kprobes | ||
| 911 | prep_emulate_rd16rn12rs8rm0_wflags(kprobe_opcode_t insn, | ||
| 912 | struct arch_specific_insn *asi) | ||
| 913 | { | ||
| 914 | insn &= 0xfff000f0; /* Rd = r0, Rn = r0 */ | ||
| 915 | insn |= 0x00000102; /* Rs = r1, Rm = r2 */ | ||
| 916 | asi->insn[0] = insn; | ||
| 917 | asi->insn_handler = emulate_rd16rn12rs8rm0_rwflags; | ||
| 918 | return INSN_GOOD; | ||
| 919 | } | ||
| 920 | |||
| 921 | static enum kprobe_insn __kprobes | ||
| 922 | prep_emulate_rdhi16rdlo12rs8rm0_wflags(kprobe_opcode_t insn, | ||
| 923 | struct arch_specific_insn *asi) | ||
| 924 | { | ||
| 925 | insn &= 0xfff000f0; /* RdHi = r0, RdLo = r1 */ | ||
| 926 | insn |= 0x00001203; /* Rs = r2, Rm = r3 */ | ||
| 927 | asi->insn[0] = insn; | ||
| 928 | asi->insn_handler = emulate_rdhi16rdlo12rs8rm0_rwflags; | ||
| 929 | return INSN_GOOD; | ||
| 930 | } | ||
| 931 | |||
| 932 | /* | ||
| 933 | * For the instruction masking and comparisons in all the "space_*" | ||
| 934 | * functions below, Do _not_ rearrange the order of tests unless | ||
| 935 | * you're very, very sure of what you are doing. For the sake of | ||
| 936 | * efficiency, the masks for some tests sometimes assume other test | ||
| 937 | * have been done prior to them so the number of patterns to test | ||
| 938 | * for an instruction set can be as broad as possible to reduce the | ||
| 939 | * number of tests needed. | ||
| 940 | */ | ||
| 941 | |||
| 942 | static enum kprobe_insn __kprobes | ||
| 943 | space_1111(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 944 | { | ||
| 945 | /* CPS mmod == 1 : 1111 0001 0000 xx10 xxxx xxxx xx0x xxxx */ | ||
| 946 | /* RFE : 1111 100x x0x1 xxxx xxxx 1010 xxxx xxxx */ | ||
| 947 | /* SRS : 1111 100x x1x0 1101 xxxx 0101 xxxx xxxx */ | ||
| 948 | if ((insn & 0xfff30020) == 0xf1020000 || | ||
| 949 | (insn & 0xfe500f00) == 0xf8100a00 || | ||
| 950 | (insn & 0xfe5f0f00) == 0xf84d0500) | ||
| 951 | return INSN_REJECTED; | ||
| 952 | |||
| 953 | /* PLD : 1111 01x1 x101 xxxx xxxx xxxx xxxx xxxx : */ | ||
| 954 | if ((insn & 0xfd700000) == 0xf4500000) { | ||
| 955 | insn &= 0xfff0ffff; /* Rn = r0 */ | ||
| 956 | asi->insn[0] = insn; | ||
| 957 | asi->insn_handler = emulate_rn16; | ||
| 958 | return INSN_GOOD; | ||
| 959 | } | ||
| 960 | |||
| 961 | /* BLX(1) : 1111 101x xxxx xxxx xxxx xxxx xxxx xxxx : */ | ||
| 962 | if ((insn & 0xfe000000) == 0xfa000000) { | ||
| 963 | asi->insn_handler = simulate_blx1; | ||
| 964 | return INSN_GOOD_NO_SLOT; | ||
| 965 | } | ||
| 966 | |||
| 967 | /* SETEND : 1111 0001 0000 0001 xxxx xxxx 0000 xxxx */ | ||
| 968 | /* CDP2 : 1111 1110 xxxx xxxx xxxx xxxx xxx0 xxxx */ | ||
| 969 | if ((insn & 0xffff00f0) == 0xf1010000 || | ||
| 970 | (insn & 0xff000010) == 0xfe000000) { | ||
| 971 | asi->insn[0] = insn; | ||
| 972 | asi->insn_handler = emulate_none; | ||
| 973 | return INSN_GOOD; | ||
| 974 | } | ||
| 975 | |||
| 976 | /* MCRR2 : 1111 1100 0100 xxxx xxxx xxxx xxxx xxxx : (Rd != Rn) */ | ||
| 977 | /* MRRC2 : 1111 1100 0101 xxxx xxxx xxxx xxxx xxxx : (Rd != Rn) */ | ||
| 978 | if ((insn & 0xffe00000) == 0xfc400000) { | ||
| 979 | insn &= 0xfff00fff; /* Rn = r0 */ | ||
| 980 | insn |= 0x00001000; /* Rd = r1 */ | ||
| 981 | asi->insn[0] = insn; | ||
| 982 | asi->insn_handler = | ||
| 983 | (insn & (1 << 20)) ? emulate_mrrc : emulate_mcrr; | ||
| 984 | return INSN_GOOD; | ||
| 985 | } | ||
| 986 | |||
| 987 | /* LDC2 : 1111 110x xxx1 xxxx xxxx xxxx xxxx xxxx */ | ||
| 988 | /* STC2 : 1111 110x xxx0 xxxx xxxx xxxx xxxx xxxx */ | ||
| 989 | if ((insn & 0xfe000000) == 0xfc000000) { | ||
| 990 | insn &= 0xfff0ffff; /* Rn = r0 */ | ||
| 991 | asi->insn[0] = insn; | ||
| 992 | asi->insn_handler = emulate_ldcstc; | ||
| 993 | return INSN_GOOD; | ||
| 994 | } | ||
| 995 | |||
| 996 | /* MCR2 : 1111 1110 xxx0 xxxx xxxx xxxx xxx1 xxxx */ | ||
| 997 | /* MRC2 : 1111 1110 xxx1 xxxx xxxx xxxx xxx1 xxxx */ | ||
| 998 | insn &= 0xffff0fff; /* Rd = r0 */ | ||
| 999 | asi->insn[0] = insn; | ||
| 1000 | asi->insn_handler = (insn & (1 << 20)) ? emulate_rd12 : emulate_ird12; | ||
| 1001 | return INSN_GOOD; | ||
| 1002 | } | ||
| 1003 | |||
| 1004 | static enum kprobe_insn __kprobes | ||
| 1005 | space_cccc_000x(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1006 | { | ||
| 1007 | /* cccc 0001 0xx0 xxxx xxxx xxxx xxxx xxx0 xxxx */ | ||
| 1008 | if ((insn & 0x0f900010) == 0x01000000) { | ||
| 1009 | |||
| 1010 | /* BXJ : cccc 0001 0010 xxxx xxxx xxxx 0010 xxxx */ | ||
| 1011 | /* MSR : cccc 0001 0x10 xxxx xxxx xxxx 0000 xxxx */ | ||
| 1012 | if ((insn & 0x0ff000f0) == 0x01200020 || | ||
| 1013 | (insn & 0x0fb000f0) == 0x01200000) | ||
| 1014 | return INSN_REJECTED; | ||
| 1015 | |||
| 1016 | /* MRS : cccc 0001 0x00 xxxx xxxx xxxx 0000 xxxx */ | ||
| 1017 | if ((insn & 0x0fb00010) == 0x01000000) | ||
| 1018 | return prep_emulate_rd12(insn, asi); | ||
| 1019 | |||
| 1020 | /* SMLALxy : cccc 0001 0100 xxxx xxxx xxxx 1xx0 xxxx */ | ||
| 1021 | if ((insn & 0x0ff00090) == 0x01400080) | ||
| 1022 | return prep_emulate_rdhi16rdlo12rs8rm0_wflags(insn, asi); | ||
| 1023 | |||
| 1024 | /* SMULWy : cccc 0001 0010 xxxx xxxx xxxx 1x10 xxxx */ | ||
| 1025 | /* SMULxy : cccc 0001 0110 xxxx xxxx xxxx 1xx0 xxxx */ | ||
| 1026 | if ((insn & 0x0ff000b0) == 0x012000a0 || | ||
| 1027 | (insn & 0x0ff00090) == 0x01600080) | ||
| 1028 | return prep_emulate_rd16rs8rm0_wflags(insn, asi); | ||
| 1029 | |||
| 1030 | /* SMLAxy : cccc 0001 0000 xxxx xxxx xxxx 1xx0 xxxx : Q */ | ||
| 1031 | /* SMLAWy : cccc 0001 0010 xxxx xxxx xxxx 0x00 xxxx : Q */ | ||
| 1032 | return prep_emulate_rd16rn12rs8rm0_wflags(insn, asi); | ||
| 1033 | |||
| 1034 | } | ||
| 1035 | |||
| 1036 | /* cccc 0001 0xx0 xxxx xxxx xxxx xxxx 0xx1 xxxx */ | ||
| 1037 | else if ((insn & 0x0f900090) == 0x01000010) { | ||
| 1038 | |||
| 1039 | /* BKPT : 1110 0001 0010 xxxx xxxx xxxx 0111 xxxx */ | ||
| 1040 | if ((insn & 0xfff000f0) == 0xe1200070) | ||
| 1041 | return INSN_REJECTED; | ||
| 1042 | |||
| 1043 | /* BLX(2) : cccc 0001 0010 xxxx xxxx xxxx 0011 xxxx */ | ||
| 1044 | /* BX : cccc 0001 0010 xxxx xxxx xxxx 0001 xxxx */ | ||
| 1045 | if ((insn & 0x0ff000d0) == 0x01200010) { | ||
| 1046 | asi->insn[0] = truecc_insn(insn); | ||
| 1047 | asi->insn_handler = simulate_blx2bx; | ||
| 1048 | return INSN_GOOD; | ||
| 1049 | } | ||
| 1050 | |||
| 1051 | /* CLZ : cccc 0001 0110 xxxx xxxx xxxx 0001 xxxx */ | ||
| 1052 | if ((insn & 0x0ff000f0) == 0x01600010) | ||
| 1053 | return prep_emulate_rd12rm0(insn, asi); | ||
| 1054 | |||
| 1055 | /* QADD : cccc 0001 0000 xxxx xxxx xxxx 0101 xxxx :Q */ | ||
| 1056 | /* QSUB : cccc 0001 0010 xxxx xxxx xxxx 0101 xxxx :Q */ | ||
| 1057 | /* QDADD : cccc 0001 0100 xxxx xxxx xxxx 0101 xxxx :Q */ | ||
| 1058 | /* QDSUB : cccc 0001 0110 xxxx xxxx xxxx 0101 xxxx :Q */ | ||
| 1059 | return prep_emulate_rd12rn16rm0_wflags(insn, asi); | ||
| 1060 | } | ||
| 1061 | |||
| 1062 | /* cccc 0000 xxxx xxxx xxxx xxxx xxxx 1001 xxxx */ | ||
| 1063 | else if ((insn & 0x0f000090) == 0x00000090) { | ||
| 1064 | |||
| 1065 | /* MUL : cccc 0000 0000 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1066 | /* MULS : cccc 0000 0001 xxxx xxxx xxxx 1001 xxxx :cc */ | ||
| 1067 | /* MLA : cccc 0000 0010 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1068 | /* MLAS : cccc 0000 0011 xxxx xxxx xxxx 1001 xxxx :cc */ | ||
| 1069 | /* UMAAL : cccc 0000 0100 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1070 | /* UMULL : cccc 0000 1000 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1071 | /* UMULLS : cccc 0000 1001 xxxx xxxx xxxx 1001 xxxx :cc */ | ||
| 1072 | /* UMLAL : cccc 0000 1010 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1073 | /* UMLALS : cccc 0000 1011 xxxx xxxx xxxx 1001 xxxx :cc */ | ||
| 1074 | /* SMULL : cccc 0000 1100 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1075 | /* SMULLS : cccc 0000 1101 xxxx xxxx xxxx 1001 xxxx :cc */ | ||
| 1076 | /* SMLAL : cccc 0000 1110 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1077 | /* SMLALS : cccc 0000 1111 xxxx xxxx xxxx 1001 xxxx :cc */ | ||
| 1078 | if ((insn & 0x0fe000f0) == 0x00000090) { | ||
| 1079 | return prep_emulate_rd16rs8rm0_wflags(insn, asi); | ||
| 1080 | } else if ((insn & 0x0fe000f0) == 0x00200090) { | ||
| 1081 | return prep_emulate_rd16rn12rs8rm0_wflags(insn, asi); | ||
| 1082 | } else { | ||
| 1083 | return prep_emulate_rdhi16rdlo12rs8rm0_wflags(insn, asi); | ||
| 1084 | } | ||
| 1085 | } | ||
| 1086 | |||
| 1087 | /* cccc 000x xxxx xxxx xxxx xxxx xxxx 1xx1 xxxx */ | ||
| 1088 | else if ((insn & 0x0e000090) == 0x00000090) { | ||
| 1089 | |||
| 1090 | /* SWP : cccc 0001 0000 xxxx xxxx xxxx 1001 xxxx */ | ||
| 1091 | /* SWPB : cccc 0001 0100 xxxx xxxx xxxx 1001 xxxx */ | ||
| 1092 | /* LDRD : cccc 000x xxx0 xxxx xxxx xxxx 1101 xxxx */ | ||
| 1093 | /* STRD : cccc 000x xxx0 xxxx xxxx xxxx 1111 xxxx */ | ||
| 1094 | /* STREX : cccc 0001 1000 xxxx xxxx xxxx 1001 xxxx */ | ||
| 1095 | /* LDREX : cccc 0001 1001 xxxx xxxx xxxx 1001 xxxx */ | ||
| 1096 | /* LDRH : cccc 000x xxx1 xxxx xxxx xxxx 1011 xxxx */ | ||
| 1097 | /* STRH : cccc 000x xxx0 xxxx xxxx xxxx 1011 xxxx */ | ||
| 1098 | /* LDRSB : cccc 000x xxx1 xxxx xxxx xxxx 1101 xxxx */ | ||
| 1099 | /* LDRSH : cccc 000x xxx1 xxxx xxxx xxxx 1111 xxxx */ | ||
| 1100 | if ((insn & 0x0fb000f0) == 0x01000090) { | ||
| 1101 | /* SWP/SWPB */ | ||
| 1102 | return prep_emulate_rd12rn16rm0_wflags(insn, asi); | ||
| 1103 | } else if ((insn & 0x0e1000d0) == 0x00000d0) { | ||
| 1104 | /* STRD/LDRD */ | ||
| 1105 | insn &= 0xfff00fff; | ||
| 1106 | insn |= 0x00002000; /* Rn = r0, Rd = r2 */ | ||
| 1107 | if (insn & (1 << 22)) { | ||
| 1108 | /* I bit */ | ||
| 1109 | insn &= ~0xf; | ||
| 1110 | insn |= 1; /* Rm = r1 */ | ||
| 1111 | } | ||
| 1112 | asi->insn[0] = insn; | ||
| 1113 | asi->insn_handler = | ||
| 1114 | (insn & (1 << 5)) ? emulate_strd : emulate_ldrd; | ||
| 1115 | return INSN_GOOD; | ||
| 1116 | } | ||
| 1117 | |||
| 1118 | return prep_emulate_ldr_str(insn, asi); | ||
| 1119 | } | ||
| 1120 | |||
| 1121 | /* cccc 000x xxxx xxxx xxxx xxxx xxxx xxxx xxxx */ | ||
| 1122 | |||
| 1123 | /* | ||
| 1124 | * ALU op with S bit and Rd == 15 : | ||
| 1125 | * cccc 000x xxx1 xxxx 1111 xxxx xxxx xxxx | ||
| 1126 | */ | ||
| 1127 | if ((insn & 0x0e10f000) == 0x0010f000) | ||
| 1128 | return INSN_REJECTED; | ||
| 1129 | |||
| 1130 | /* | ||
| 1131 | * "mov ip, sp" is the most common kprobe'd instruction by far. | ||
| 1132 | * Check and optimize for it explicitly. | ||
| 1133 | */ | ||
| 1134 | if (insn == 0xe1a0c00d) { | ||
| 1135 | asi->insn_handler = simulate_mov_ipsp; | ||
| 1136 | return INSN_GOOD_NO_SLOT; | ||
| 1137 | } | ||
| 1138 | |||
| 1139 | /* | ||
| 1140 | * Data processing: Immediate-shift / Register-shift | ||
| 1141 | * ALU op : cccc 000x xxxx xxxx xxxx xxxx xxxx xxxx | ||
| 1142 | * CPY : cccc 0001 1010 xxxx xxxx 0000 0000 xxxx | ||
| 1143 | * MOV : cccc 0001 101x xxxx xxxx xxxx xxxx xxxx | ||
| 1144 | * *S (bit 20) updates condition codes | ||
| 1145 | * ADC/SBC/RSC reads the C flag | ||
| 1146 | */ | ||
| 1147 | insn &= 0xfff00ff0; /* Rn = r0, Rd = r0 */ | ||
| 1148 | insn |= 0x00000001; /* Rm = r1 */ | ||
| 1149 | if (insn & 0x010) { | ||
| 1150 | insn &= 0xfffff0ff; /* register shift */ | ||
| 1151 | insn |= 0x00000200; /* Rs = r2 */ | ||
| 1152 | } | ||
| 1153 | asi->insn[0] = insn; | ||
| 1154 | asi->insn_handler = (insn & (1 << 20)) ? /* S-bit */ | ||
| 1155 | emulate_alu_rwflags : emulate_alu_rflags; | ||
| 1156 | return INSN_GOOD; | ||
| 1157 | } | ||
| 1158 | |||
| 1159 | static enum kprobe_insn __kprobes | ||
| 1160 | space_cccc_001x(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1161 | { | ||
| 1162 | /* | ||
| 1163 | * MSR : cccc 0011 0x10 xxxx xxxx xxxx xxxx xxxx | ||
| 1164 | * Undef : cccc 0011 0x00 xxxx xxxx xxxx xxxx xxxx | ||
| 1165 | * ALU op with S bit and Rd == 15 : | ||
| 1166 | * cccc 001x xxx1 xxxx 1111 xxxx xxxx xxxx | ||
| 1167 | */ | ||
| 1168 | if ((insn & 0x0f900000) == 0x03200000 || /* MSR & Undef */ | ||
| 1169 | (insn & 0x0e10f000) == 0x0210f000) /* ALU s-bit, R15 */ | ||
| 1170 | return INSN_REJECTED; | ||
| 1171 | |||
| 1172 | /* | ||
| 1173 | * Data processing: 32-bit Immediate | ||
| 1174 | * ALU op : cccc 001x xxxx xxxx xxxx xxxx xxxx xxxx | ||
| 1175 | * MOV : cccc 0011 101x xxxx xxxx xxxx xxxx xxxx | ||
| 1176 | * *S (bit 20) updates condition codes | ||
| 1177 | * ADC/SBC/RSC reads the C flag | ||
| 1178 | */ | ||
| 1179 | insn &= 0xfff00ff0; /* Rn = r0, Rd = r0 */ | ||
| 1180 | asi->insn[0] = insn; | ||
| 1181 | asi->insn_handler = (insn & (1 << 20)) ? /* S-bit */ | ||
| 1182 | emulate_alu_imm_rwflags : emulate_alu_imm_rflags; | ||
| 1183 | return INSN_GOOD; | ||
| 1184 | } | ||
| 1185 | |||
| 1186 | static enum kprobe_insn __kprobes | ||
| 1187 | space_cccc_0110__1(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1188 | { | ||
| 1189 | /* SEL : cccc 0110 1000 xxxx xxxx xxxx 1011 xxxx GE: !!! */ | ||
| 1190 | if ((insn & 0x0ff000f0) == 0x068000b0) { | ||
| 1191 | insn &= 0xfff00ff0; /* Rd = r0, Rn = r0 */ | ||
| 1192 | insn |= 0x00000001; /* Rm = r1 */ | ||
| 1193 | asi->insn[0] = insn; | ||
| 1194 | asi->insn_handler = emulate_sel; | ||
| 1195 | return INSN_GOOD; | ||
| 1196 | } | ||
| 1197 | |||
| 1198 | /* SSAT : cccc 0110 101x xxxx xxxx xxxx xx01 xxxx :Q */ | ||
| 1199 | /* USAT : cccc 0110 111x xxxx xxxx xxxx xx01 xxxx :Q */ | ||
| 1200 | /* SSAT16 : cccc 0110 1010 xxxx xxxx xxxx 0011 xxxx :Q */ | ||
| 1201 | /* USAT16 : cccc 0110 1110 xxxx xxxx xxxx 0011 xxxx :Q */ | ||
| 1202 | if ((insn & 0x0fa00030) == 0x06a00010 || | ||
| 1203 | (insn & 0x0fb000f0) == 0x06a00030) { | ||
| 1204 | insn &= 0xffff0ff0; /* Rd = r0, Rm = r0 */ | ||
| 1205 | asi->insn[0] = insn; | ||
| 1206 | asi->insn_handler = emulate_sat; | ||
| 1207 | return INSN_GOOD; | ||
| 1208 | } | ||
| 1209 | |||
| 1210 | /* REV : cccc 0110 1011 xxxx xxxx xxxx 0011 xxxx */ | ||
| 1211 | /* REV16 : cccc 0110 1011 xxxx xxxx xxxx 1011 xxxx */ | ||
| 1212 | /* REVSH : cccc 0110 1111 xxxx xxxx xxxx 1011 xxxx */ | ||
| 1213 | if ((insn & 0x0ff00070) == 0x06b00030 || | ||
| 1214 | (insn & 0x0ff000f0) == 0x06f000b0) | ||
| 1215 | return prep_emulate_rd12rm0(insn, asi); | ||
| 1216 | |||
| 1217 | /* SADD16 : cccc 0110 0001 xxxx xxxx xxxx 0001 xxxx :GE */ | ||
| 1218 | /* SADDSUBX : cccc 0110 0001 xxxx xxxx xxxx 0011 xxxx :GE */ | ||
| 1219 | /* SSUBADDX : cccc 0110 0001 xxxx xxxx xxxx 0101 xxxx :GE */ | ||
| 1220 | /* SSUB16 : cccc 0110 0001 xxxx xxxx xxxx 0111 xxxx :GE */ | ||
| 1221 | /* SADD8 : cccc 0110 0001 xxxx xxxx xxxx 1001 xxxx :GE */ | ||
| 1222 | /* SSUB8 : cccc 0110 0001 xxxx xxxx xxxx 1111 xxxx :GE */ | ||
| 1223 | /* QADD16 : cccc 0110 0010 xxxx xxxx xxxx 0001 xxxx : */ | ||
| 1224 | /* QADDSUBX : cccc 0110 0010 xxxx xxxx xxxx 0011 xxxx : */ | ||
| 1225 | /* QSUBADDX : cccc 0110 0010 xxxx xxxx xxxx 0101 xxxx : */ | ||
| 1226 | /* QSUB16 : cccc 0110 0010 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1227 | /* QADD8 : cccc 0110 0010 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1228 | /* QSUB8 : cccc 0110 0010 xxxx xxxx xxxx 1111 xxxx : */ | ||
| 1229 | /* SHADD16 : cccc 0110 0011 xxxx xxxx xxxx 0001 xxxx : */ | ||
| 1230 | /* SHADDSUBX : cccc 0110 0011 xxxx xxxx xxxx 0011 xxxx : */ | ||
| 1231 | /* SHSUBADDX : cccc 0110 0011 xxxx xxxx xxxx 0101 xxxx : */ | ||
| 1232 | /* SHSUB16 : cccc 0110 0011 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1233 | /* SHADD8 : cccc 0110 0011 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1234 | /* SHSUB8 : cccc 0110 0011 xxxx xxxx xxxx 1111 xxxx : */ | ||
| 1235 | /* UADD16 : cccc 0110 0101 xxxx xxxx xxxx 0001 xxxx :GE */ | ||
| 1236 | /* UADDSUBX : cccc 0110 0101 xxxx xxxx xxxx 0011 xxxx :GE */ | ||
| 1237 | /* USUBADDX : cccc 0110 0101 xxxx xxxx xxxx 0101 xxxx :GE */ | ||
| 1238 | /* USUB16 : cccc 0110 0101 xxxx xxxx xxxx 0111 xxxx :GE */ | ||
| 1239 | /* UADD8 : cccc 0110 0101 xxxx xxxx xxxx 1001 xxxx :GE */ | ||
| 1240 | /* USUB8 : cccc 0110 0101 xxxx xxxx xxxx 1111 xxxx :GE */ | ||
| 1241 | /* UQADD16 : cccc 0110 0110 xxxx xxxx xxxx 0001 xxxx : */ | ||
| 1242 | /* UQADDSUBX : cccc 0110 0110 xxxx xxxx xxxx 0011 xxxx : */ | ||
| 1243 | /* UQSUBADDX : cccc 0110 0110 xxxx xxxx xxxx 0101 xxxx : */ | ||
| 1244 | /* UQSUB16 : cccc 0110 0110 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1245 | /* UQADD8 : cccc 0110 0110 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1246 | /* UQSUB8 : cccc 0110 0110 xxxx xxxx xxxx 1111 xxxx : */ | ||
| 1247 | /* UHADD16 : cccc 0110 0111 xxxx xxxx xxxx 0001 xxxx : */ | ||
| 1248 | /* UHADDSUBX : cccc 0110 0111 xxxx xxxx xxxx 0011 xxxx : */ | ||
| 1249 | /* UHSUBADDX : cccc 0110 0111 xxxx xxxx xxxx 0101 xxxx : */ | ||
| 1250 | /* UHSUB16 : cccc 0110 0111 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1251 | /* UHADD8 : cccc 0110 0111 xxxx xxxx xxxx 1001 xxxx : */ | ||
| 1252 | /* UHSUB8 : cccc 0110 0111 xxxx xxxx xxxx 1111 xxxx : */ | ||
| 1253 | /* PKHBT : cccc 0110 1000 xxxx xxxx xxxx x001 xxxx : */ | ||
| 1254 | /* PKHTB : cccc 0110 1000 xxxx xxxx xxxx x101 xxxx : */ | ||
| 1255 | /* SXTAB16 : cccc 0110 1000 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1256 | /* SXTB : cccc 0110 1010 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1257 | /* SXTAB : cccc 0110 1010 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1258 | /* SXTAH : cccc 0110 1011 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1259 | /* UXTAB16 : cccc 0110 1100 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1260 | /* UXTAB : cccc 0110 1110 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1261 | /* UXTAH : cccc 0110 1111 xxxx xxxx xxxx 0111 xxxx : */ | ||
| 1262 | return prep_emulate_rd12rn16rm0_wflags(insn, asi); | ||
| 1263 | } | ||
| 1264 | |||
| 1265 | static enum kprobe_insn __kprobes | ||
| 1266 | space_cccc_0111__1(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1267 | { | ||
| 1268 | /* Undef : cccc 0111 1111 xxxx xxxx xxxx 1111 xxxx */ | ||
| 1269 | if ((insn & 0x0ff000f0) == 0x03f000f0) | ||
| 1270 | return INSN_REJECTED; | ||
| 1271 | |||
| 1272 | /* USADA8 : cccc 0111 1000 xxxx xxxx xxxx 0001 xxxx */ | ||
| 1273 | /* USAD8 : cccc 0111 1000 xxxx 1111 xxxx 0001 xxxx */ | ||
| 1274 | if ((insn & 0x0ff000f0) == 0x07800010) | ||
| 1275 | return prep_emulate_rd16rn12rs8rm0_wflags(insn, asi); | ||
| 1276 | |||
| 1277 | /* SMLALD : cccc 0111 0100 xxxx xxxx xxxx 00x1 xxxx */ | ||
| 1278 | /* SMLSLD : cccc 0111 0100 xxxx xxxx xxxx 01x1 xxxx */ | ||
| 1279 | if ((insn & 0x0ff00090) == 0x07400010) | ||
| 1280 | return prep_emulate_rdhi16rdlo12rs8rm0_wflags(insn, asi); | ||
| 1281 | |||
| 1282 | /* SMLAD : cccc 0111 0000 xxxx xxxx xxxx 00x1 xxxx :Q */ | ||
| 1283 | /* SMLSD : cccc 0111 0000 xxxx xxxx xxxx 01x1 xxxx :Q */ | ||
| 1284 | /* SMMLA : cccc 0111 0101 xxxx xxxx xxxx 00x1 xxxx : */ | ||
| 1285 | /* SMMLS : cccc 0111 0101 xxxx xxxx xxxx 11x1 xxxx : */ | ||
| 1286 | if ((insn & 0x0ff00090) == 0x07000010 || | ||
| 1287 | (insn & 0x0ff000d0) == 0x07500010 || | ||
| 1288 | (insn & 0x0ff000d0) == 0x075000d0) | ||
| 1289 | return prep_emulate_rd16rn12rs8rm0_wflags(insn, asi); | ||
| 1290 | |||
| 1291 | /* SMUSD : cccc 0111 0000 xxxx xxxx xxxx 01x1 xxxx : */ | ||
| 1292 | /* SMUAD : cccc 0111 0000 xxxx 1111 xxxx 00x1 xxxx :Q */ | ||
| 1293 | /* SMMUL : cccc 0111 0101 xxxx 1111 xxxx 00x1 xxxx : */ | ||
| 1294 | return prep_emulate_rd16rs8rm0_wflags(insn, asi); | ||
| 1295 | } | ||
| 1296 | |||
| 1297 | static enum kprobe_insn __kprobes | ||
| 1298 | space_cccc_01xx(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1299 | { | ||
| 1300 | /* LDR : cccc 01xx x0x1 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1301 | /* LDRB : cccc 01xx x1x1 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1302 | /* LDRBT : cccc 01x0 x111 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1303 | /* LDRT : cccc 01x0 x011 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1304 | /* STR : cccc 01xx x0x0 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1305 | /* STRB : cccc 01xx x1x0 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1306 | /* STRBT : cccc 01x0 x110 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1307 | /* STRT : cccc 01x0 x010 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1308 | return prep_emulate_ldr_str(insn, asi); | ||
| 1309 | } | ||
| 1310 | |||
| 1311 | static enum kprobe_insn __kprobes | ||
| 1312 | space_cccc_100x(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1313 | { | ||
| 1314 | /* LDM(2) : cccc 100x x101 xxxx 0xxx xxxx xxxx xxxx */ | ||
| 1315 | /* LDM(3) : cccc 100x x1x1 xxxx 1xxx xxxx xxxx xxxx */ | ||
| 1316 | if ((insn & 0x0e708000) == 0x85000000 || | ||
| 1317 | (insn & 0x0e508000) == 0x85010000) | ||
| 1318 | return INSN_REJECTED; | ||
| 1319 | |||
| 1320 | /* LDM(1) : cccc 100x x0x1 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1321 | /* STM(1) : cccc 100x x0x0 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1322 | asi->insn[0] = truecc_insn(insn); | ||
| 1323 | asi->insn_handler = ((insn & 0x108000) == 0x008000) ? /* STM & R15 */ | ||
| 1324 | simulate_stm1_pc : simulate_ldm1stm1; | ||
| 1325 | return INSN_GOOD; | ||
| 1326 | } | ||
| 1327 | |||
| 1328 | static enum kprobe_insn __kprobes | ||
| 1329 | space_cccc_101x(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1330 | { | ||
| 1331 | /* B : cccc 1010 xxxx xxxx xxxx xxxx xxxx xxxx */ | ||
| 1332 | /* BL : cccc 1011 xxxx xxxx xxxx xxxx xxxx xxxx */ | ||
| 1333 | asi->insn[0] = truecc_insn(insn); | ||
| 1334 | asi->insn_handler = simulate_bbl; | ||
| 1335 | return INSN_GOOD; | ||
| 1336 | } | ||
| 1337 | |||
| 1338 | static enum kprobe_insn __kprobes | ||
| 1339 | space_cccc_1100_010x(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1340 | { | ||
| 1341 | /* MCRR : cccc 1100 0100 xxxx xxxx xxxx xxxx xxxx : (Rd!=Rn) */ | ||
| 1342 | /* MRRC : cccc 1100 0101 xxxx xxxx xxxx xxxx xxxx : (Rd!=Rn) */ | ||
| 1343 | insn &= 0xfff00fff; | ||
| 1344 | insn |= 0x00001000; /* Rn = r0, Rd = r1 */ | ||
| 1345 | asi->insn[0] = insn; | ||
| 1346 | asi->insn_handler = (insn & (1 << 20)) ? emulate_mrrc : emulate_mcrr; | ||
| 1347 | return INSN_GOOD; | ||
| 1348 | } | ||
| 1349 | |||
| 1350 | static enum kprobe_insn __kprobes | ||
| 1351 | space_cccc_110x(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1352 | { | ||
| 1353 | /* LDC : cccc 110x xxx1 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1354 | /* STC : cccc 110x xxx0 xxxx xxxx xxxx xxxx xxxx */ | ||
| 1355 | insn &= 0xfff0ffff; /* Rn = r0 */ | ||
| 1356 | asi->insn[0] = insn; | ||
| 1357 | asi->insn_handler = emulate_ldcstc; | ||
| 1358 | return INSN_GOOD; | ||
| 1359 | } | ||
| 1360 | |||
| 1361 | static enum kprobe_insn __kprobes | ||
| 1362 | space_cccc_111x(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1363 | { | ||
| 1364 | /* BKPT : 1110 0001 0010 xxxx xxxx xxxx 0111 xxxx */ | ||
| 1365 | /* SWI : cccc 1111 xxxx xxxx xxxx xxxx xxxx xxxx */ | ||
| 1366 | if ((insn & 0xfff000f0) == 0xe1200070 || | ||
| 1367 | (insn & 0x0f000000) == 0x0f000000) | ||
| 1368 | return INSN_REJECTED; | ||
| 1369 | |||
| 1370 | /* CDP : cccc 1110 xxxx xxxx xxxx xxxx xxx0 xxxx */ | ||
| 1371 | if ((insn & 0x0f000010) == 0x0e000000) { | ||
| 1372 | asi->insn[0] = insn; | ||
| 1373 | asi->insn_handler = emulate_none; | ||
| 1374 | return INSN_GOOD; | ||
| 1375 | } | ||
| 1376 | |||
| 1377 | /* MCR : cccc 1110 xxx0 xxxx xxxx xxxx xxx1 xxxx */ | ||
| 1378 | /* MRC : cccc 1110 xxx1 xxxx xxxx xxxx xxx1 xxxx */ | ||
| 1379 | insn &= 0xffff0fff; /* Rd = r0 */ | ||
| 1380 | asi->insn[0] = insn; | ||
| 1381 | asi->insn_handler = (insn & (1 << 20)) ? emulate_rd12 : emulate_ird12; | ||
| 1382 | return INSN_GOOD; | ||
| 1383 | } | ||
| 1384 | |||
| 1385 | /* Return: | ||
| 1386 | * INSN_REJECTED If instruction is one not allowed to kprobe, | ||
| 1387 | * INSN_GOOD If instruction is supported and uses instruction slot, | ||
| 1388 | * INSN_GOOD_NO_SLOT If instruction is supported but doesn't use its slot. | ||
| 1389 | * | ||
| 1390 | * For instructions we don't want to kprobe (INSN_REJECTED return result): | ||
| 1391 | * These are generally ones that modify the processor state making | ||
| 1392 | * them "hard" to simulate such as switches processor modes or | ||
| 1393 | * make accesses in alternate modes. Any of these could be simulated | ||
| 1394 | * if the work was put into it, but low return considering they | ||
| 1395 | * should also be very rare. | ||
| 1396 | */ | ||
| 1397 | enum kprobe_insn __kprobes | ||
| 1398 | arm_kprobe_decode_insn(kprobe_opcode_t insn, struct arch_specific_insn *asi) | ||
| 1399 | { | ||
| 1400 | asi->insn[1] = KPROBE_RETURN_INSTRUCTION; | ||
| 1401 | |||
| 1402 | if ((insn & 0xf0000000) == 0xf0000000) { | ||
| 1403 | |||
| 1404 | return space_1111(insn, asi); | ||
| 1405 | |||
| 1406 | } else if ((insn & 0x0e000000) == 0x00000000) { | ||
| 1407 | |||
| 1408 | return space_cccc_000x(insn, asi); | ||
| 1409 | |||
| 1410 | } else if ((insn & 0x0e000000) == 0x02000000) { | ||
| 1411 | |||
| 1412 | return space_cccc_001x(insn, asi); | ||
| 1413 | |||
| 1414 | } else if ((insn & 0x0f000010) == 0x06000010) { | ||
| 1415 | |||
| 1416 | return space_cccc_0110__1(insn, asi); | ||
| 1417 | |||
| 1418 | } else if ((insn & 0x0f000010) == 0x07000010) { | ||
| 1419 | |||
| 1420 | return space_cccc_0111__1(insn, asi); | ||
| 1421 | |||
| 1422 | } else if ((insn & 0x0c000000) == 0x04000000) { | ||
| 1423 | |||
| 1424 | return space_cccc_01xx(insn, asi); | ||
| 1425 | |||
| 1426 | } else if ((insn & 0x0e000000) == 0x08000000) { | ||
| 1427 | |||
| 1428 | return space_cccc_100x(insn, asi); | ||
| 1429 | |||
| 1430 | } else if ((insn & 0x0e000000) == 0x0a000000) { | ||
| 1431 | |||
| 1432 | return space_cccc_101x(insn, asi); | ||
| 1433 | |||
| 1434 | } else if ((insn & 0x0fe00000) == 0x0c400000) { | ||
| 1435 | |||
| 1436 | return space_cccc_1100_010x(insn, asi); | ||
| 1437 | |||
| 1438 | } else if ((insn & 0x0e000000) == 0x0c400000) { | ||
| 1439 | |||
| 1440 | return space_cccc_110x(insn, asi); | ||
| 1441 | |||
| 1442 | } | ||
| 1443 | |||
| 1444 | return space_cccc_111x(insn, asi); | ||
| 1445 | } | ||
| 1446 | |||
| 1447 | void __init arm_kprobe_decode_init(void) | ||
| 1448 | { | ||
| 1449 | find_str_pc_offset(); | ||
| 1450 | } | ||
| 1451 | |||
| 1452 | |||
| 1453 | /* | ||
| 1454 | * All ARM instructions listed below. | ||
| 1455 | * | ||
| 1456 | * Instructions and their general purpose registers are given. | ||
| 1457 | * If a particular register may not use R15, it is prefixed with a "!". | ||
| 1458 | * If marked with a "*" means the value returned by reading R15 | ||
| 1459 | * is implementation defined. | ||
| 1460 | * | ||
| 1461 | * ADC/ADD/AND/BIC/CMN/CMP/EOR/MOV/MVN/ORR/RSB/RSC/SBC/SUB/TEQ | ||
| 1462 | * TST: Rd, Rn, Rm, !Rs | ||
| 1463 | * BX: Rm | ||
| 1464 | * BLX(2): !Rm | ||
| 1465 | * BX: Rm (R15 legal, but discouraged) | ||
| 1466 | * BXJ: !Rm, | ||
| 1467 | * CLZ: !Rd, !Rm | ||
| 1468 | * CPY: Rd, Rm | ||
| 1469 | * LDC/2,STC/2 immediate offset & unindex: Rn | ||
| 1470 | * LDC/2,STC/2 immediate pre/post-indexed: !Rn | ||
| 1471 | * LDM(1/3): !Rn, register_list | ||
| 1472 | * LDM(2): !Rn, !register_list | ||
| 1473 | * LDR,STR,PLD immediate offset: Rd, Rn | ||
| 1474 | * LDR,STR,PLD register offset: Rd, Rn, !Rm | ||
| 1475 | * LDR,STR,PLD scaled register offset: Rd, !Rn, !Rm | ||
| 1476 | * LDR,STR immediate pre/post-indexed: Rd, !Rn | ||
| 1477 | * LDR,STR register pre/post-indexed: Rd, !Rn, !Rm | ||
| 1478 | * LDR,STR scaled register pre/post-indexed: Rd, !Rn, !Rm | ||
| 1479 | * LDRB,STRB immediate offset: !Rd, Rn | ||
| 1480 | * LDRB,STRB register offset: !Rd, Rn, !Rm | ||
| 1481 | * LDRB,STRB scaled register offset: !Rd, !Rn, !Rm | ||
| 1482 | * LDRB,STRB immediate pre/post-indexed: !Rd, !Rn | ||
| 1483 | * LDRB,STRB register pre/post-indexed: !Rd, !Rn, !Rm | ||
| 1484 | * LDRB,STRB scaled register pre/post-indexed: !Rd, !Rn, !Rm | ||
| 1485 | * LDRT,LDRBT,STRBT immediate pre/post-indexed: !Rd, !Rn | ||
| 1486 | * LDRT,LDRBT,STRBT register pre/post-indexed: !Rd, !Rn, !Rm | ||
| 1487 | * LDRT,LDRBT,STRBT scaled register pre/post-indexed: !Rd, !Rn, !Rm | ||
| 1488 | * LDRH/SH/SB/D,STRH/SH/SB/D immediate offset: !Rd, Rn | ||
| 1489 | * LDRH/SH/SB/D,STRH/SH/SB/D register offset: !Rd, Rn, !Rm | ||
| 1490 | * LDRH/SH/SB/D,STRH/SH/SB/D immediate pre/post-indexed: !Rd, !Rn | ||
| 1491 | * LDRH/SH/SB/D,STRH/SH/SB/D register pre/post-indexed: !Rd, !Rn, !Rm | ||
| 1492 | * LDREX: !Rd, !Rn | ||
| 1493 | * MCR/2: !Rd | ||
| 1494 | * MCRR/2,MRRC/2: !Rd, !Rn | ||
| 1495 | * MLA: !Rd, !Rn, !Rm, !Rs | ||
| 1496 | * MOV: Rd | ||
| 1497 | * MRC/2: !Rd (if Rd==15, only changes cond codes, not the register) | ||
| 1498 | * MRS,MSR: !Rd | ||
| 1499 | * MUL: !Rd, !Rm, !Rs | ||
| 1500 | * PKH{BT,TB}: !Rd, !Rn, !Rm | ||
| 1501 | * QDADD,[U]QADD/16/8/SUBX: !Rd, !Rm, !Rn | ||
| 1502 | * QDSUB,[U]QSUB/16/8/ADDX: !Rd, !Rm, !Rn | ||
| 1503 | * REV/16/SH: !Rd, !Rm | ||
| 1504 | * RFE: !Rn | ||
| 1505 | * {S,U}[H]ADD{16,8,SUBX},{S,U}[H]SUB{16,8,ADDX}: !Rd, !Rn, !Rm | ||
| 1506 | * SEL: !Rd, !Rn, !Rm | ||
| 1507 | * SMLA<x><y>,SMLA{D,W<y>},SMLSD,SMML{A,S}: !Rd, !Rn, !Rm, !Rs | ||
| 1508 | * SMLAL<x><y>,SMLA{D,LD},SMLSLD,SMMULL,SMULW<y>: !RdHi, !RdLo, !Rm, !Rs | ||
| 1509 | * SMMUL,SMUAD,SMUL<x><y>,SMUSD: !Rd, !Rm, !Rs | ||
| 1510 | * SSAT/16: !Rd, !Rm | ||
| 1511 | * STM(1/2): !Rn, register_list* (R15 in reg list not recommended) | ||
| 1512 | * STRT immediate pre/post-indexed: Rd*, !Rn | ||
| 1513 | * STRT register pre/post-indexed: Rd*, !Rn, !Rm | ||
| 1514 | * STRT scaled register pre/post-indexed: Rd*, !Rn, !Rm | ||
| 1515 | * STREX: !Rd, !Rn, !Rm | ||
| 1516 | * SWP/B: !Rd, !Rn, !Rm | ||
| 1517 | * {S,U}XTA{B,B16,H}: !Rd, !Rn, !Rm | ||
| 1518 | * {S,U}XT{B,B16,H}: !Rd, !Rm | ||
| 1519 | * UM{AA,LA,UL}L: !RdHi, !RdLo, !Rm, !Rs | ||
| 1520 | * USA{D8,A8,T,T16}: !Rd, !Rm, !Rs | ||
| 1521 | * | ||
| 1522 | * May transfer control by writing R15 (possible mode changes or alternate | ||
| 1523 | * mode accesses marked by "*"): | ||
| 1524 | * ALU op (* with s-bit), B, BL, BKPT, BLX(1/2), BX, BXJ, CPS*, CPY, | ||
| 1525 | * LDM(1), LDM(2/3)*, LDR, MOV, RFE*, SWI* | ||
| 1526 | * | ||
| 1527 | * Instructions that do not take general registers, nor transfer control: | ||
| 1528 | * CDP/2, SETEND, SRS* | ||
| 1529 | */ | ||
diff --git a/arch/arm/kernel/kprobes.c b/arch/arm/kernel/kprobes.c new file mode 100644 index 000000000000..a22a98c43ca5 --- /dev/null +++ b/arch/arm/kernel/kprobes.c | |||
| @@ -0,0 +1,447 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/kernel/kprobes.c | ||
| 3 | * | ||
| 4 | * Kprobes on ARM | ||
| 5 | * | ||
| 6 | * Abhishek Sagar <sagar.abhishek@gmail.com> | ||
| 7 | * Copyright (C) 2006, 2007 Motorola Inc. | ||
| 8 | * | ||
| 9 | * Nicolas Pitre <nico@marvell.com> | ||
| 10 | * Copyright (C) 2007 Marvell Ltd. | ||
| 11 | * | ||
| 12 | * This program is free software; you can redistribute it and/or modify | ||
| 13 | * it under the terms of the GNU General Public License version 2 as | ||
| 14 | * published by the Free Software Foundation. | ||
| 15 | * | ||
| 16 | * This program is distributed in the hope that it will be useful, | ||
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 19 | * General Public License for more details. | ||
| 20 | */ | ||
| 21 | |||
| 22 | #include <linux/kernel.h> | ||
| 23 | #include <linux/kprobes.h> | ||
| 24 | #include <linux/module.h> | ||
| 25 | #include <linux/stringify.h> | ||
| 26 | #include <asm/traps.h> | ||
| 27 | #include <asm/cacheflush.h> | ||
| 28 | |||
| 29 | #define MIN_STACK_SIZE(addr) \ | ||
| 30 | min((unsigned long)MAX_STACK_SIZE, \ | ||
| 31 | (unsigned long)current_thread_info() + THREAD_START_SP - (addr)) | ||
| 32 | |||
| 33 | #define flush_insns(addr, cnt) \ | ||
| 34 | flush_icache_range((unsigned long)(addr), \ | ||
| 35 | (unsigned long)(addr) + \ | ||
| 36 | sizeof(kprobe_opcode_t) * (cnt)) | ||
| 37 | |||
| 38 | /* Used as a marker in ARM_pc to note when we're in a jprobe. */ | ||
| 39 | #define JPROBE_MAGIC_ADDR 0xffffffff | ||
| 40 | |||
| 41 | DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL; | ||
| 42 | DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk); | ||
| 43 | |||
| 44 | |||
| 45 | int __kprobes arch_prepare_kprobe(struct kprobe *p) | ||
| 46 | { | ||
| 47 | kprobe_opcode_t insn; | ||
| 48 | kprobe_opcode_t tmp_insn[MAX_INSN_SIZE]; | ||
| 49 | unsigned long addr = (unsigned long)p->addr; | ||
| 50 | int is; | ||
| 51 | |||
| 52 | if (addr & 0x3 || in_exception_text(addr)) | ||
| 53 | return -EINVAL; | ||
| 54 | |||
| 55 | insn = *p->addr; | ||
| 56 | p->opcode = insn; | ||
| 57 | p->ainsn.insn = tmp_insn; | ||
| 58 | |||
| 59 | switch (arm_kprobe_decode_insn(insn, &p->ainsn)) { | ||
| 60 | case INSN_REJECTED: /* not supported */ | ||
| 61 | return -EINVAL; | ||
| 62 | |||
| 63 | case INSN_GOOD: /* instruction uses slot */ | ||
| 64 | p->ainsn.insn = get_insn_slot(); | ||
| 65 | if (!p->ainsn.insn) | ||
| 66 | return -ENOMEM; | ||
| 67 | for (is = 0; is < MAX_INSN_SIZE; ++is) | ||
| 68 | p->ainsn.insn[is] = tmp_insn[is]; | ||
| 69 | flush_insns(&p->ainsn.insn, MAX_INSN_SIZE); | ||
| 70 | break; | ||
| 71 | |||
| 72 | case INSN_GOOD_NO_SLOT: /* instruction doesn't need insn slot */ | ||
| 73 | p->ainsn.insn = NULL; | ||
| 74 | break; | ||
| 75 | } | ||
| 76 | |||
| 77 | return 0; | ||
| 78 | } | ||
| 79 | |||
| 80 | void __kprobes arch_arm_kprobe(struct kprobe *p) | ||
| 81 | { | ||
| 82 | *p->addr = KPROBE_BREAKPOINT_INSTRUCTION; | ||
| 83 | flush_insns(p->addr, 1); | ||
| 84 | } | ||
| 85 | |||
| 86 | void __kprobes arch_disarm_kprobe(struct kprobe *p) | ||
| 87 | { | ||
| 88 | *p->addr = p->opcode; | ||
| 89 | flush_insns(p->addr, 1); | ||
| 90 | } | ||
| 91 | |||
| 92 | void __kprobes arch_remove_kprobe(struct kprobe *p) | ||
| 93 | { | ||
| 94 | if (p->ainsn.insn) { | ||
| 95 | mutex_lock(&kprobe_mutex); | ||
| 96 | free_insn_slot(p->ainsn.insn, 0); | ||
| 97 | mutex_unlock(&kprobe_mutex); | ||
| 98 | p->ainsn.insn = NULL; | ||
| 99 | } | ||
| 100 | } | ||
| 101 | |||
| 102 | static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) | ||
| 103 | { | ||
| 104 | kcb->prev_kprobe.kp = kprobe_running(); | ||
| 105 | kcb->prev_kprobe.status = kcb->kprobe_status; | ||
| 106 | } | ||
| 107 | |||
| 108 | static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) | ||
| 109 | { | ||
| 110 | __get_cpu_var(current_kprobe) = kcb->prev_kprobe.kp; | ||
| 111 | kcb->kprobe_status = kcb->prev_kprobe.status; | ||
| 112 | } | ||
| 113 | |||
| 114 | static void __kprobes set_current_kprobe(struct kprobe *p) | ||
| 115 | { | ||
| 116 | __get_cpu_var(current_kprobe) = p; | ||
| 117 | } | ||
| 118 | |||
| 119 | static void __kprobes singlestep(struct kprobe *p, struct pt_regs *regs, | ||
| 120 | struct kprobe_ctlblk *kcb) | ||
| 121 | { | ||
| 122 | regs->ARM_pc += 4; | ||
| 123 | p->ainsn.insn_handler(p, regs); | ||
| 124 | } | ||
| 125 | |||
| 126 | /* | ||
| 127 | * Called with IRQs disabled. IRQs must remain disabled from that point | ||
| 128 | * all the way until processing this kprobe is complete. The current | ||
| 129 | * kprobes implementation cannot process more than one nested level of | ||
| 130 | * kprobe, and that level is reserved for user kprobe handlers, so we can't | ||
| 131 | * risk encountering a new kprobe in an interrupt handler. | ||
| 132 | */ | ||
| 133 | void __kprobes kprobe_handler(struct pt_regs *regs) | ||
| 134 | { | ||
| 135 | struct kprobe *p, *cur; | ||
| 136 | struct kprobe_ctlblk *kcb; | ||
| 137 | kprobe_opcode_t *addr = (kprobe_opcode_t *)regs->ARM_pc; | ||
| 138 | |||
| 139 | kcb = get_kprobe_ctlblk(); | ||
| 140 | cur = kprobe_running(); | ||
| 141 | p = get_kprobe(addr); | ||
| 142 | |||
| 143 | if (p) { | ||
| 144 | if (cur) { | ||
| 145 | /* Kprobe is pending, so we're recursing. */ | ||
| 146 | switch (kcb->kprobe_status) { | ||
| 147 | case KPROBE_HIT_ACTIVE: | ||
| 148 | case KPROBE_HIT_SSDONE: | ||
| 149 | /* A pre- or post-handler probe got us here. */ | ||
| 150 | kprobes_inc_nmissed_count(p); | ||
| 151 | save_previous_kprobe(kcb); | ||
| 152 | set_current_kprobe(p); | ||
| 153 | kcb->kprobe_status = KPROBE_REENTER; | ||
| 154 | singlestep(p, regs, kcb); | ||
| 155 | restore_previous_kprobe(kcb); | ||
| 156 | break; | ||
| 157 | default: | ||
| 158 | /* impossible cases */ | ||
| 159 | BUG(); | ||
| 160 | } | ||
| 161 | } else { | ||
| 162 | set_current_kprobe(p); | ||
| 163 | kcb->kprobe_status = KPROBE_HIT_ACTIVE; | ||
| 164 | |||
| 165 | /* | ||
| 166 | * If we have no pre-handler or it returned 0, we | ||
| 167 | * continue with normal processing. If we have a | ||
| 168 | * pre-handler and it returned non-zero, it prepped | ||
| 169 | * for calling the break_handler below on re-entry, | ||
| 170 | * so get out doing nothing more here. | ||
| 171 | */ | ||
| 172 | if (!p->pre_handler || !p->pre_handler(p, regs)) { | ||
| 173 | kcb->kprobe_status = KPROBE_HIT_SS; | ||
| 174 | singlestep(p, regs, kcb); | ||
| 175 | if (p->post_handler) { | ||
| 176 | kcb->kprobe_status = KPROBE_HIT_SSDONE; | ||
| 177 | p->post_handler(p, regs, 0); | ||
| 178 | } | ||
| 179 | reset_current_kprobe(); | ||
| 180 | } | ||
| 181 | } | ||
| 182 | } else if (cur) { | ||
| 183 | /* We probably hit a jprobe. Call its break handler. */ | ||
| 184 | if (cur->break_handler && cur->break_handler(cur, regs)) { | ||
| 185 | kcb->kprobe_status = KPROBE_HIT_SS; | ||
| 186 | singlestep(cur, regs, kcb); | ||
| 187 | if (cur->post_handler) { | ||
| 188 | kcb->kprobe_status = KPROBE_HIT_SSDONE; | ||
| 189 | cur->post_handler(cur, regs, 0); | ||
| 190 | } | ||
| 191 | } | ||
| 192 | reset_current_kprobe(); | ||
| 193 | } else { | ||
| 194 | /* | ||
| 195 | * The probe was removed and a race is in progress. | ||
| 196 | * There is nothing we can do about it. Let's restart | ||
| 197 | * the instruction. By the time we can restart, the | ||
| 198 | * real instruction will be there. | ||
| 199 | */ | ||
| 200 | } | ||
| 201 | } | ||
| 202 | |||
| 203 | int kprobe_trap_handler(struct pt_regs *regs, unsigned int instr) | ||
| 204 | { | ||
| 205 | kprobe_handler(regs); | ||
| 206 | return 0; | ||
| 207 | } | ||
| 208 | |||
| 209 | int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) | ||
| 210 | { | ||
| 211 | struct kprobe *cur = kprobe_running(); | ||
| 212 | struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); | ||
| 213 | |||
| 214 | switch (kcb->kprobe_status) { | ||
| 215 | case KPROBE_HIT_SS: | ||
| 216 | case KPROBE_REENTER: | ||
| 217 | /* | ||
| 218 | * We are here because the instruction being single | ||
| 219 | * stepped caused a page fault. We reset the current | ||
| 220 | * kprobe and the PC to point back to the probe address | ||
| 221 | * and allow the page fault handler to continue as a | ||
| 222 | * normal page fault. | ||
| 223 | */ | ||
| 224 | regs->ARM_pc = (long)cur->addr; | ||
| 225 | if (kcb->kprobe_status == KPROBE_REENTER) { | ||
| 226 | restore_previous_kprobe(kcb); | ||
| 227 | } else { | ||
| 228 | reset_current_kprobe(); | ||
| 229 | } | ||
| 230 | break; | ||
| 231 | |||
| 232 | case KPROBE_HIT_ACTIVE: | ||
| 233 | case KPROBE_HIT_SSDONE: | ||
| 234 | /* | ||
| 235 | * We increment the nmissed count for accounting, | ||
| 236 | * we can also use npre/npostfault count for accounting | ||
| 237 | * these specific fault cases. | ||
| 238 | */ | ||
| 239 | kprobes_inc_nmissed_count(cur); | ||
| 240 | |||
| 241 | /* | ||
| 242 | * We come here because instructions in the pre/post | ||
| 243 | * handler caused the page_fault, this could happen | ||
| 244 | * if handler tries to access user space by | ||
| 245 | * copy_from_user(), get_user() etc. Let the | ||
| 246 | * user-specified handler try to fix it. | ||
| 247 | */ | ||
| 248 | if (cur->fault_handler && cur->fault_handler(cur, regs, fsr)) | ||
| 249 | return 1; | ||
| 250 | break; | ||
| 251 | |||
| 252 | default: | ||
| 253 | break; | ||
| 254 | } | ||
| 255 | |||
| 256 | return 0; | ||
| 257 | } | ||
| 258 | |||
| 259 | int __kprobes kprobe_exceptions_notify(struct notifier_block *self, | ||
| 260 | unsigned long val, void *data) | ||
| 261 | { | ||
| 262 | /* | ||
| 263 | * notify_die() is currently never called on ARM, | ||
| 264 | * so this callback is currently empty. | ||
| 265 | */ | ||
| 266 | return NOTIFY_DONE; | ||
| 267 | } | ||
| 268 | |||
| 269 | /* | ||
| 270 | * When a retprobed function returns, trampoline_handler() is called, | ||
| 271 | * calling the kretprobe's handler. We construct a struct pt_regs to | ||
| 272 | * give a view of registers r0-r11 to the user return-handler. This is | ||
| 273 | * not a complete pt_regs structure, but that should be plenty sufficient | ||
| 274 | * for kretprobe handlers which should normally be interested in r0 only | ||
| 275 | * anyway. | ||
| 276 | */ | ||
| 277 | static void __attribute__((naked)) __kprobes kretprobe_trampoline(void) | ||
| 278 | { | ||
| 279 | __asm__ __volatile__ ( | ||
| 280 | "stmdb sp!, {r0 - r11} \n\t" | ||
| 281 | "mov r0, sp \n\t" | ||
| 282 | "bl trampoline_handler \n\t" | ||
| 283 | "mov lr, r0 \n\t" | ||
| 284 | "ldmia sp!, {r0 - r11} \n\t" | ||
| 285 | "mov pc, lr \n\t" | ||
| 286 | : : : "memory"); | ||
| 287 | } | ||
| 288 | |||
| 289 | /* Called from kretprobe_trampoline */ | ||
| 290 | static __used __kprobes void *trampoline_handler(struct pt_regs *regs) | ||
| 291 | { | ||
| 292 | struct kretprobe_instance *ri = NULL; | ||
| 293 | struct hlist_head *head, empty_rp; | ||
| 294 | struct hlist_node *node, *tmp; | ||
| 295 | unsigned long flags, orig_ret_address = 0; | ||
| 296 | unsigned long trampoline_address = (unsigned long)&kretprobe_trampoline; | ||
| 297 | |||
| 298 | INIT_HLIST_HEAD(&empty_rp); | ||
| 299 | spin_lock_irqsave(&kretprobe_lock, flags); | ||
| 300 | head = kretprobe_inst_table_head(current); | ||
| 301 | |||
| 302 | /* | ||
| 303 | * It is possible to have multiple instances associated with a given | ||
| 304 | * task either because multiple functions in the call path have | ||
| 305 | * a return probe installed on them, and/or more than one return | ||
| 306 | * probe was registered for a target function. | ||
| 307 | * | ||
| 308 | * We can handle this because: | ||
| 309 | * - instances are always inserted at the head of the list | ||
| 310 | * - when multiple return probes are registered for the same | ||
| 311 | * function, the first instance's ret_addr will point to the | ||
| 312 | * real return address, and all the rest will point to | ||
| 313 | * kretprobe_trampoline | ||
| 314 | */ | ||
| 315 | hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { | ||
| 316 | if (ri->task != current) | ||
| 317 | /* another task is sharing our hash bucket */ | ||
| 318 | continue; | ||
| 319 | |||
| 320 | if (ri->rp && ri->rp->handler) { | ||
| 321 | __get_cpu_var(current_kprobe) = &ri->rp->kp; | ||
| 322 | get_kprobe_ctlblk()->kprobe_status = KPROBE_HIT_ACTIVE; | ||
| 323 | ri->rp->handler(ri, regs); | ||
| 324 | __get_cpu_var(current_kprobe) = NULL; | ||
| 325 | } | ||
| 326 | |||
| 327 | orig_ret_address = (unsigned long)ri->ret_addr; | ||
| 328 | recycle_rp_inst(ri, &empty_rp); | ||
| 329 | |||
| 330 | if (orig_ret_address != trampoline_address) | ||
| 331 | /* | ||
| 332 | * This is the real return address. Any other | ||
| 333 | * instances associated with this task are for | ||
| 334 | * other calls deeper on the call stack | ||
| 335 | */ | ||
| 336 | break; | ||
| 337 | } | ||
| 338 | |||
| 339 | kretprobe_assert(ri, orig_ret_address, trampoline_address); | ||
| 340 | spin_unlock_irqrestore(&kretprobe_lock, flags); | ||
| 341 | |||
| 342 | hlist_for_each_entry_safe(ri, node, tmp, &empty_rp, hlist) { | ||
| 343 | hlist_del(&ri->hlist); | ||
| 344 | kfree(ri); | ||
| 345 | } | ||
| 346 | |||
| 347 | return (void *)orig_ret_address; | ||
| 348 | } | ||
| 349 | |||
| 350 | /* Called with kretprobe_lock held. */ | ||
| 351 | void __kprobes arch_prepare_kretprobe(struct kretprobe_instance *ri, | ||
| 352 | struct pt_regs *regs) | ||
| 353 | { | ||
| 354 | ri->ret_addr = (kprobe_opcode_t *)regs->ARM_lr; | ||
| 355 | |||
| 356 | /* Replace the return addr with trampoline addr. */ | ||
| 357 | regs->ARM_lr = (unsigned long)&kretprobe_trampoline; | ||
| 358 | } | ||
| 359 | |||
| 360 | int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) | ||
| 361 | { | ||
| 362 | struct jprobe *jp = container_of(p, struct jprobe, kp); | ||
| 363 | struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); | ||
| 364 | long sp_addr = regs->ARM_sp; | ||
| 365 | |||
| 366 | kcb->jprobe_saved_regs = *regs; | ||
| 367 | memcpy(kcb->jprobes_stack, (void *)sp_addr, MIN_STACK_SIZE(sp_addr)); | ||
| 368 | regs->ARM_pc = (long)jp->entry; | ||
| 369 | regs->ARM_cpsr |= PSR_I_BIT; | ||
| 370 | preempt_disable(); | ||
| 371 | return 1; | ||
| 372 | } | ||
| 373 | |||
| 374 | void __kprobes jprobe_return(void) | ||
| 375 | { | ||
| 376 | struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); | ||
| 377 | |||
| 378 | __asm__ __volatile__ ( | ||
| 379 | /* | ||
| 380 | * Setup an empty pt_regs. Fill SP and PC fields as | ||
| 381 | * they're needed by longjmp_break_handler. | ||
| 382 | */ | ||
| 383 | "sub sp, %0, %1 \n\t" | ||
| 384 | "ldr r0, ="__stringify(JPROBE_MAGIC_ADDR)"\n\t" | ||
| 385 | "str %0, [sp, %2] \n\t" | ||
| 386 | "str r0, [sp, %3] \n\t" | ||
| 387 | "mov r0, sp \n\t" | ||
| 388 | "bl kprobe_handler \n\t" | ||
| 389 | |||
| 390 | /* | ||
| 391 | * Return to the context saved by setjmp_pre_handler | ||
| 392 | * and restored by longjmp_break_handler. | ||
| 393 | */ | ||
| 394 | "ldr r0, [sp, %4] \n\t" | ||
| 395 | "msr cpsr_cxsf, r0 \n\t" | ||
| 396 | "ldmia sp, {r0 - pc} \n\t" | ||
| 397 | : | ||
| 398 | : "r" (kcb->jprobe_saved_regs.ARM_sp), | ||
| 399 | "I" (sizeof(struct pt_regs)), | ||
| 400 | "J" (offsetof(struct pt_regs, ARM_sp)), | ||
| 401 | "J" (offsetof(struct pt_regs, ARM_pc)), | ||
| 402 | "J" (offsetof(struct pt_regs, ARM_cpsr)) | ||
| 403 | : "memory", "cc"); | ||
| 404 | } | ||
| 405 | |||
| 406 | int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) | ||
| 407 | { | ||
| 408 | struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); | ||
| 409 | long stack_addr = kcb->jprobe_saved_regs.ARM_sp; | ||
| 410 | long orig_sp = regs->ARM_sp; | ||
| 411 | struct jprobe *jp = container_of(p, struct jprobe, kp); | ||
| 412 | |||
| 413 | if (regs->ARM_pc == JPROBE_MAGIC_ADDR) { | ||
| 414 | if (orig_sp != stack_addr) { | ||
| 415 | struct pt_regs *saved_regs = | ||
| 416 | (struct pt_regs *)kcb->jprobe_saved_regs.ARM_sp; | ||
| 417 | printk("current sp %lx does not match saved sp %lx\n", | ||
| 418 | orig_sp, stack_addr); | ||
| 419 | printk("Saved registers for jprobe %p\n", jp); | ||
| 420 | show_regs(saved_regs); | ||
| 421 | printk("Current registers\n"); | ||
| 422 | show_regs(regs); | ||
| 423 | BUG(); | ||
| 424 | } | ||
| 425 | *regs = kcb->jprobe_saved_regs; | ||
| 426 | memcpy((void *)stack_addr, kcb->jprobes_stack, | ||
| 427 | MIN_STACK_SIZE(stack_addr)); | ||
| 428 | preempt_enable_no_resched(); | ||
| 429 | return 1; | ||
| 430 | } | ||
| 431 | return 0; | ||
| 432 | } | ||
| 433 | |||
| 434 | static struct undef_hook kprobes_break_hook = { | ||
| 435 | .instr_mask = 0xffffffff, | ||
| 436 | .instr_val = KPROBE_BREAKPOINT_INSTRUCTION, | ||
| 437 | .cpsr_mask = MODE_MASK, | ||
| 438 | .cpsr_val = SVC_MODE, | ||
| 439 | .fn = kprobe_trap_handler, | ||
| 440 | }; | ||
| 441 | |||
| 442 | int __init arch_init_kprobes() | ||
| 443 | { | ||
| 444 | arm_kprobe_decode_init(); | ||
| 445 | register_undef_hook(&kprobes_break_hook); | ||
| 446 | return 0; | ||
| 447 | } | ||
diff --git a/arch/arm/kernel/traps.c b/arch/arm/kernel/traps.c index c34db4e868fa..5595fdd75e82 100644 --- a/arch/arm/kernel/traps.c +++ b/arch/arm/kernel/traps.c | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | #include <linux/kallsyms.h> | 19 | #include <linux/kallsyms.h> |
| 20 | #include <linux/delay.h> | 20 | #include <linux/delay.h> |
| 21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
| 22 | #include <linux/kprobes.h> | ||
| 22 | 23 | ||
| 23 | #include <asm/atomic.h> | 24 | #include <asm/atomic.h> |
| 24 | #include <asm/cacheflush.h> | 25 | #include <asm/cacheflush.h> |
| @@ -46,15 +47,6 @@ __setup("user_debug=", user_debug_setup); | |||
| 46 | 47 | ||
| 47 | static void dump_mem(const char *str, unsigned long bottom, unsigned long top); | 48 | static void dump_mem(const char *str, unsigned long bottom, unsigned long top); |
| 48 | 49 | ||
| 49 | static inline int in_exception_text(unsigned long ptr) | ||
| 50 | { | ||
| 51 | extern char __exception_text_start[]; | ||
| 52 | extern char __exception_text_end[]; | ||
| 53 | |||
| 54 | return ptr >= (unsigned long)&__exception_text_start && | ||
| 55 | ptr < (unsigned long)&__exception_text_end; | ||
| 56 | } | ||
| 57 | |||
| 58 | void dump_backtrace_entry(unsigned long where, unsigned long from, unsigned long frame) | 50 | void dump_backtrace_entry(unsigned long where, unsigned long from, unsigned long frame) |
| 59 | { | 51 | { |
| 60 | #ifdef CONFIG_KALLSYMS | 52 | #ifdef CONFIG_KALLSYMS |
| @@ -322,6 +314,17 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs) | |||
| 322 | get_user(instr, (u32 __user *)pc); | 314 | get_user(instr, (u32 __user *)pc); |
| 323 | } | 315 | } |
| 324 | 316 | ||
| 317 | #ifdef CONFIG_KPROBES | ||
| 318 | /* | ||
| 319 | * It is possible to have recursive kprobes, so we can't call | ||
| 320 | * the kprobe trap handler with the undef_lock held. | ||
| 321 | */ | ||
| 322 | if (instr == KPROBE_BREAKPOINT_INSTRUCTION && !user_mode(regs)) { | ||
| 323 | kprobe_trap_handler(regs, instr); | ||
| 324 | return; | ||
| 325 | } | ||
| 326 | #endif | ||
| 327 | |||
| 325 | spin_lock_irqsave(&undef_lock, flags); | 328 | spin_lock_irqsave(&undef_lock, flags); |
| 326 | list_for_each_entry(hook, &undef_hook, node) { | 329 | list_for_each_entry(hook, &undef_hook, node) { |
| 327 | if ((instr & hook->instr_mask) == hook->instr_val && | 330 | if ((instr & hook->instr_mask) == hook->instr_val && |
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index 5ff5406666b4..30f732c7fdb5 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
| @@ -94,6 +94,7 @@ SECTIONS | |||
| 94 | TEXT_TEXT | 94 | TEXT_TEXT |
| 95 | SCHED_TEXT | 95 | SCHED_TEXT |
| 96 | LOCK_TEXT | 96 | LOCK_TEXT |
| 97 | KPROBES_TEXT | ||
| 97 | #ifdef CONFIG_MMU | 98 | #ifdef CONFIG_MMU |
| 98 | *(.fixup) | 99 | *(.fixup) |
| 99 | #endif | 100 | #endif |
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 05a9f8a1b45e..5b0422cdde76 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
| @@ -22,6 +22,9 @@ config ARCH_AT91SAM9263 | |||
| 22 | config ARCH_AT91SAM9RL | 22 | config ARCH_AT91SAM9RL |
| 23 | bool "AT91SAM9RL" | 23 | bool "AT91SAM9RL" |
| 24 | 24 | ||
| 25 | config ARCH_AT91CAP9 | ||
| 26 | bool "AT91CAP9" | ||
| 27 | |||
| 25 | config ARCH_AT91X40 | 28 | config ARCH_AT91X40 |
| 26 | bool "AT91x40" | 29 | bool "AT91x40" |
| 27 | 30 | ||
| @@ -178,6 +181,21 @@ endif | |||
| 178 | 181 | ||
| 179 | # ---------------------------------------------------------- | 182 | # ---------------------------------------------------------- |
| 180 | 183 | ||
| 184 | if ARCH_AT91CAP9 | ||
| 185 | |||
| 186 | comment "AT91CAP9 Board Type" | ||
| 187 | |||
| 188 | config MACH_AT91CAP9ADK | ||
| 189 | bool "Atmel AT91CAP9A-DK Evaluation Kit" | ||
| 190 | depends on ARCH_AT91CAP9 | ||
| 191 | help | ||
| 192 | Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit. | ||
| 193 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138> | ||
| 194 | |||
| 195 | endif | ||
| 196 | |||
| 197 | # ---------------------------------------------------------- | ||
| 198 | |||
| 181 | if ARCH_AT91X40 | 199 | if ARCH_AT91X40 |
| 182 | 200 | ||
| 183 | comment "AT91X40 Board Type" | 201 | comment "AT91X40 Board Type" |
| @@ -198,13 +216,13 @@ comment "AT91 Board Options" | |||
| 198 | 216 | ||
| 199 | config MTD_AT91_DATAFLASH_CARD | 217 | config MTD_AT91_DATAFLASH_CARD |
| 200 | bool "Enable DataFlash Card support" | 218 | bool "Enable DataFlash Card support" |
| 201 | depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK) | 219 | depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK) |
| 202 | help | 220 | help |
| 203 | Enable support for the DataFlash card. | 221 | Enable support for the DataFlash card. |
| 204 | 222 | ||
| 205 | config MTD_NAND_AT91_BUSWIDTH_16 | 223 | config MTD_NAND_AT91_BUSWIDTH_16 |
| 206 | bool "Enable 16-bit data bus interface to NAND flash" | 224 | bool "Enable 16-bit data bus interface to NAND flash" |
| 207 | depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK) | 225 | depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK) |
| 208 | help | 226 | help |
| 209 | On AT91SAM926x boards both types of NAND flash can be present | 227 | On AT91SAM926x boards both types of NAND flash can be present |
| 210 | (8 and 16 bit data bus width). | 228 | (8 and 16 bit data bus width). |
| @@ -219,6 +237,22 @@ config AT91_PROGRAMMABLE_CLOCKS | |||
| 219 | Select this if you need to program one or more of the PCK0..PCK3 | 237 | Select this if you need to program one or more of the PCK0..PCK3 |
| 220 | programmable clock outputs. | 238 | programmable clock outputs. |
| 221 | 239 | ||
| 240 | config AT91_TIMER_HZ | ||
| 241 | int "Kernel HZ (jiffies per second)" | ||
| 242 | range 32 1024 | ||
| 243 | depends on ARCH_AT91 | ||
| 244 | default "128" if ARCH_AT91RM9200 | ||
| 245 | default "100" | ||
| 246 | help | ||
| 247 | On AT91rm9200 chips where you're using a system clock derived | ||
| 248 | from the 32768 Hz hardware clock, this tick rate should divide | ||
| 249 | it exactly: use a power-of-two value, such as 128 or 256, to | ||
| 250 | reduce timing errors caused by rounding. | ||
| 251 | |||
| 252 | On AT91sam926x chips, or otherwise when using a higher precision | ||
| 253 | system clock (of at least several MHz), rounding is less of a | ||
| 254 | problem so it can be safer to use a decimal values like 100. | ||
| 255 | |||
| 222 | endmenu | 256 | endmenu |
| 223 | 257 | ||
| 224 | endif | 258 | endif |
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index a21f08c64ea6..bf5f293dccf8 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
| @@ -8,7 +8,6 @@ obj-n := | |||
| 8 | obj- := | 8 | obj- := |
| 9 | 9 | ||
| 10 | obj-$(CONFIG_AT91_PMC_UNIT) += clock.o | 10 | obj-$(CONFIG_AT91_PMC_UNIT) += clock.o |
| 11 | obj-$(CONFIG_PM) += pm.o | ||
| 12 | 11 | ||
| 13 | # CPU-specific support | 12 | # CPU-specific support |
| 14 | obj-$(CONFIG_ARCH_AT91RM9200) += at91rm9200.o at91rm9200_time.o at91rm9200_devices.o | 13 | obj-$(CONFIG_ARCH_AT91RM9200) += at91rm9200.o at91rm9200_time.o at91rm9200_devices.o |
| @@ -16,6 +15,7 @@ obj-$(CONFIG_ARCH_AT91SAM9260) += at91sam9260.o at91sam926x_time.o at91sam9260_d | |||
| 16 | obj-$(CONFIG_ARCH_AT91SAM9261) += at91sam9261.o at91sam926x_time.o at91sam9261_devices.o | 15 | obj-$(CONFIG_ARCH_AT91SAM9261) += at91sam9261.o at91sam926x_time.o at91sam9261_devices.o |
| 17 | obj-$(CONFIG_ARCH_AT91SAM9263) += at91sam9263.o at91sam926x_time.o at91sam9263_devices.o | 16 | obj-$(CONFIG_ARCH_AT91SAM9263) += at91sam9263.o at91sam926x_time.o at91sam9263_devices.o |
| 18 | obj-$(CONFIG_ARCH_AT91SAM9RL) += at91sam9rl.o at91sam926x_time.o at91sam9rl_devices.o | 17 | obj-$(CONFIG_ARCH_AT91SAM9RL) += at91sam9rl.o at91sam926x_time.o at91sam9rl_devices.o |
| 18 | obj-$(CONFIG_ARCH_AT91CAP9) += at91cap9.o at91sam926x_time.o at91cap9_devices.o | ||
| 19 | obj-$(CONFIG_ARCH_AT91X40) += at91x40.o at91x40_time.o | 19 | obj-$(CONFIG_ARCH_AT91X40) += at91x40.o at91x40_time.o |
| 20 | 20 | ||
| 21 | # AT91RM9200 board-specific support | 21 | # AT91RM9200 board-specific support |
| @@ -29,7 +29,6 @@ obj-$(CONFIG_MACH_KB9200) += board-kb9202.o | |||
| 29 | obj-$(CONFIG_MACH_ATEB9200) += board-eb9200.o | 29 | obj-$(CONFIG_MACH_ATEB9200) += board-eb9200.o |
| 30 | obj-$(CONFIG_MACH_KAFA) += board-kafa.o | 30 | obj-$(CONFIG_MACH_KAFA) += board-kafa.o |
| 31 | obj-$(CONFIG_MACH_PICOTUX2XX) += board-picotux200.o | 31 | obj-$(CONFIG_MACH_PICOTUX2XX) += board-picotux200.o |
| 32 | obj-$(CONFIG_MACH_AT91EB01) += board-eb01.o | ||
| 33 | 32 | ||
| 34 | # AT91SAM9260 board-specific support | 33 | # AT91SAM9260 board-specific support |
| 35 | obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o | 34 | obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o |
| @@ -43,19 +42,17 @@ obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o | |||
| 43 | # AT91SAM9RL board-specific support | 42 | # AT91SAM9RL board-specific support |
| 44 | obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o | 43 | obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o |
| 45 | 44 | ||
| 46 | # LEDs support | 45 | # AT91CAP9 board-specific support |
| 47 | led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o | 46 | obj-$(CONFIG_MACH_AT91CAP9ADK) += board-cap9adk.o |
| 48 | led-$(CONFIG_MACH_AT91RM9200EK) += leds.o | ||
| 49 | led-$(CONFIG_MACH_AT91SAM9261EK)+= leds.o | ||
| 50 | led-$(CONFIG_MACH_CSB337) += leds.o | ||
| 51 | led-$(CONFIG_MACH_CSB637) += leds.o | ||
| 52 | led-$(CONFIG_MACH_KB9200) += leds.o | ||
| 53 | led-$(CONFIG_MACH_KAFA) += leds.o | ||
| 54 | obj-$(CONFIG_LEDS) += $(led-y) | ||
| 55 | 47 | ||
| 56 | # VGA support | 48 | # AT91X40 board-specific support |
| 57 | #obj-$(CONFIG_FB_S1D13XXX) += ics1523.o | 49 | obj-$(CONFIG_MACH_AT91EB01) += board-eb01.o |
| 58 | 50 | ||
| 51 | # Drivers | ||
| 52 | obj-y += leds.o | ||
| 53 | |||
| 54 | # Power Management | ||
| 55 | obj-$(CONFIG_PM) += pm.o | ||
| 59 | 56 | ||
| 60 | ifeq ($(CONFIG_PM_DEBUG),y) | 57 | ifeq ($(CONFIG_PM_DEBUG),y) |
| 61 | CFLAGS_pm.o += -DDEBUG | 58 | CFLAGS_pm.o += -DDEBUG |
diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot index e667dcc7cd34..071a2506a69f 100644 --- a/arch/arm/mach-at91/Makefile.boot +++ b/arch/arm/mach-at91/Makefile.boot | |||
| @@ -3,7 +3,12 @@ | |||
| 3 | # PARAMS_PHYS must be within 4MB of ZRELADDR | 3 | # PARAMS_PHYS must be within 4MB of ZRELADDR |
| 4 | # INITRD_PHYS must be in RAM | 4 | # INITRD_PHYS must be in RAM |
| 5 | 5 | ||
| 6 | ifeq ($(CONFIG_ARCH_AT91CAP9),y) | ||
| 7 | zreladdr-y := 0x70008000 | ||
| 8 | params_phys-y := 0x70000100 | ||
| 9 | initrd_phys-y := 0x70410000 | ||
| 10 | else | ||
| 6 | zreladdr-y := 0x20008000 | 11 | zreladdr-y := 0x20008000 |
| 7 | params_phys-y := 0x20000100 | 12 | params_phys-y := 0x20000100 |
| 8 | initrd_phys-y := 0x20410000 | 13 | initrd_phys-y := 0x20410000 |
| 9 | 14 | endif | |
diff --git a/arch/arm/mach-at91/at91cap9.c b/arch/arm/mach-at91/at91cap9.c new file mode 100644 index 000000000000..48d27d8000b0 --- /dev/null +++ b/arch/arm/mach-at91/at91cap9.c | |||
| @@ -0,0 +1,365 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-at91/at91cap9.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 2007 Stelian Pop <stelian.pop@leadtechdesign.com> | ||
| 5 | * Copyright (C) 2007 Lead Tech Design <www.leadtechdesign.com> | ||
| 6 | * Copyright (C) 2007 Atmel Corporation. | ||
| 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 as published by | ||
| 10 | * the Free Software Foundation; either version 2 of the License, or | ||
| 11 | * (at your option) any later version. | ||
| 12 | * | ||
| 13 | */ | ||
| 14 | |||
| 15 | #include <linux/module.h> | ||
| 16 | |||
| 17 | #include <asm/mach/arch.h> | ||
| 18 | #include <asm/mach/map.h> | ||
| 19 | #include <asm/arch/at91cap9.h> | ||
| 20 | #include <asm/arch/at91_pmc.h> | ||
| 21 | #include <asm/arch/at91_rstc.h> | ||
| 22 | |||
| 23 | #include "generic.h" | ||
| 24 | #include "clock.h" | ||
| 25 | |||
| 26 | static struct map_desc at91cap9_io_desc[] __initdata = { | ||
| 27 | { | ||
| 28 | .virtual = AT91_VA_BASE_SYS, | ||
| 29 | .pfn = __phys_to_pfn(AT91_BASE_SYS), | ||
| 30 | .length = SZ_16K, | ||
| 31 | .type = MT_DEVICE, | ||
| 32 | }, { | ||
| 33 | .virtual = AT91_IO_VIRT_BASE - AT91CAP9_SRAM_SIZE, | ||
| 34 | .pfn = __phys_to_pfn(AT91CAP9_SRAM_BASE), | ||
| 35 | .length = AT91CAP9_SRAM_SIZE, | ||
| 36 | .type = MT_DEVICE, | ||
| 37 | }, | ||
| 38 | }; | ||
| 39 | |||
| 40 | /* -------------------------------------------------------------------- | ||
| 41 | * Clocks | ||
| 42 | * -------------------------------------------------------------------- */ | ||
| 43 | |||
| 44 | /* | ||
| 45 | * The peripheral clocks. | ||
| 46 | */ | ||
| 47 | static struct clk pioABCD_clk = { | ||
| 48 | .name = "pioABCD_clk", | ||
| 49 | .pmc_mask = 1 << AT91CAP9_ID_PIOABCD, | ||
| 50 | .type = CLK_TYPE_PERIPHERAL, | ||
| 51 | }; | ||
| 52 | static struct clk mpb0_clk = { | ||
| 53 | .name = "mpb0_clk", | ||
| 54 | .pmc_mask = 1 << AT91CAP9_ID_MPB0, | ||
| 55 | .type = CLK_TYPE_PERIPHERAL, | ||
| 56 | }; | ||
| 57 | static struct clk mpb1_clk = { | ||
| 58 | .name = "mpb1_clk", | ||
| 59 | .pmc_mask = 1 << AT91CAP9_ID_MPB1, | ||
| 60 | .type = CLK_TYPE_PERIPHERAL, | ||
| 61 | }; | ||
| 62 | static struct clk mpb2_clk = { | ||
| 63 | .name = "mpb2_clk", | ||
| 64 | .pmc_mask = 1 << AT91CAP9_ID_MPB2, | ||
| 65 | .type = CLK_TYPE_PERIPHERAL, | ||
| 66 | }; | ||
| 67 | static struct clk mpb3_clk = { | ||
| 68 | .name = "mpb3_clk", | ||
| 69 | .pmc_mask = 1 << AT91CAP9_ID_MPB3, | ||
| 70 | .type = CLK_TYPE_PERIPHERAL, | ||
| 71 | }; | ||
| 72 | static struct clk mpb4_clk = { | ||
| 73 | .name = "mpb4_clk", | ||
| 74 | .pmc_mask = 1 << AT91CAP9_ID_MPB4, | ||
| 75 | .type = CLK_TYPE_PERIPHERAL, | ||
| 76 | }; | ||
| 77 | static struct clk usart0_clk = { | ||
| 78 | .name = "usart0_clk", | ||
| 79 | .pmc_mask = 1 << AT91CAP9_ID_US0, | ||
| 80 | .type = CLK_TYPE_PERIPHERAL, | ||
| 81 | }; | ||
| 82 | static struct clk usart1_clk = { | ||
| 83 | .name = "usart1_clk", | ||
| 84 | .pmc_mask = 1 << AT91CAP9_ID_US1, | ||
| 85 | .type = CLK_TYPE_PERIPHERAL, | ||
| 86 | }; | ||
| 87 | static struct clk usart2_clk = { | ||
| 88 | .name = "usart2_clk", | ||
| 89 | .pmc_mask = 1 << AT91CAP9_ID_US2, | ||
| 90 | .type = CLK_TYPE_PERIPHERAL, | ||
| 91 | }; | ||
| 92 | static struct clk mmc0_clk = { | ||
| 93 | .name = "mci0_clk", | ||
| 94 | .pmc_mask = 1 << AT91CAP9_ID_MCI0, | ||
| 95 | .type = CLK_TYPE_PERIPHERAL, | ||
| 96 | }; | ||
| 97 | static struct clk mmc1_clk = { | ||
| 98 | .name = "mci1_clk", | ||
| 99 | .pmc_mask = 1 << AT91CAP9_ID_MCI1, | ||
| 100 | .type = CLK_TYPE_PERIPHERAL, | ||
| 101 | }; | ||
| 102 | static struct clk can_clk = { | ||
| 103 | .name = "can_clk", | ||
| 104 | .pmc_mask = 1 << AT91CAP9_ID_CAN, | ||
| 105 | .type = CLK_TYPE_PERIPHERAL, | ||
| 106 | }; | ||
| 107 | static struct clk twi_clk = { | ||
| 108 | .name = "twi_clk", | ||
| 109 | .pmc_mask = 1 << AT91CAP9_ID_TWI, | ||
| 110 | .type = CLK_TYPE_PERIPHERAL, | ||
| 111 | }; | ||
| 112 | static struct clk spi0_clk = { | ||
| 113 | .name = "spi0_clk", | ||
| 114 | .pmc_mask = 1 << AT91CAP9_ID_SPI0, | ||
| 115 | .type = CLK_TYPE_PERIPHERAL, | ||
| 116 | }; | ||
| 117 | static struct clk spi1_clk = { | ||
| 118 | .name = "spi1_clk", | ||
| 119 | .pmc_mask = 1 << AT91CAP9_ID_SPI1, | ||
| 120 | .type = CLK_TYPE_PERIPHERAL, | ||
| 121 | }; | ||
| 122 | static struct clk ssc0_clk = { | ||
| 123 | .name = "ssc0_clk", | ||
| 124 | .pmc_mask = 1 << AT91CAP9_ID_SSC0, | ||
| 125 | .type = CLK_TYPE_PERIPHERAL, | ||
| 126 | }; | ||
| 127 | static struct clk ssc1_clk = { | ||
| 128 | .name = "ssc1_clk", | ||
| 129 | .pmc_mask = 1 << AT91CAP9_ID_SSC1, | ||
| 130 | .type = CLK_TYPE_PERIPHERAL, | ||
| 131 | }; | ||
| 132 | static struct clk ac97_clk = { | ||
| 133 | .name = "ac97_clk", | ||
| 134 | .pmc_mask = 1 << AT91CAP9_ID_AC97C, | ||
| 135 | .type = CLK_TYPE_PERIPHERAL, | ||
| 136 | }; | ||
| 137 | static struct clk tcb_clk = { | ||
| 138 | .name = "tcb_clk", | ||
| 139 | .pmc_mask = 1 << AT91CAP9_ID_TCB, | ||
| 140 | .type = CLK_TYPE_PERIPHERAL, | ||
| 141 | }; | ||
| 142 | static struct clk pwmc_clk = { | ||
| 143 | .name = "pwmc_clk", | ||
| 144 | .pmc_mask = 1 << AT91CAP9_ID_PWMC, | ||
| 145 | .type = CLK_TYPE_PERIPHERAL, | ||
| 146 | }; | ||
| 147 | static struct clk macb_clk = { | ||
| 148 | .name = "macb_clk", | ||
| 149 | .pmc_mask = 1 << AT91CAP9_ID_EMAC, | ||
| 150 | .type = CLK_TYPE_PERIPHERAL, | ||
| 151 | }; | ||
| 152 | static struct clk aestdes_clk = { | ||
| 153 | .name = "aestdes_clk", | ||
| 154 | .pmc_mask = 1 << AT91CAP9_ID_AESTDES, | ||
| 155 | .type = CLK_TYPE_PERIPHERAL, | ||
| 156 | }; | ||
| 157 | static struct clk adc_clk = { | ||
| 158 | .name = "adc_clk", | ||
| 159 | .pmc_mask = 1 << AT91CAP9_ID_ADC, | ||
| 160 | .type = CLK_TYPE_PERIPHERAL, | ||
| 161 | }; | ||
| 162 | static struct clk isi_clk = { | ||
| 163 | .name = "isi_clk", | ||
| 164 | .pmc_mask = 1 << AT91CAP9_ID_ISI, | ||
| 165 | .type = CLK_TYPE_PERIPHERAL, | ||
| 166 | }; | ||
| 167 | static struct clk lcdc_clk = { | ||
| 168 | .name = "lcdc_clk", | ||
| 169 | .pmc_mask = 1 << AT91CAP9_ID_LCDC, | ||
| 170 | .type = CLK_TYPE_PERIPHERAL, | ||
| 171 | }; | ||
| 172 | static struct clk dma_clk = { | ||
| 173 | .name = "dma_clk", | ||
| 174 | .pmc_mask = 1 << AT91CAP9_ID_DMA, | ||
| 175 | .type = CLK_TYPE_PERIPHERAL, | ||
| 176 | }; | ||
| 177 | static struct clk udphs_clk = { | ||
| 178 | .name = "udphs_clk", | ||
| 179 | .pmc_mask = 1 << AT91CAP9_ID_UDPHS, | ||
| 180 | .type = CLK_TYPE_PERIPHERAL, | ||
| 181 | }; | ||
| 182 | static struct clk ohci_clk = { | ||
| 183 | .name = "ohci_clk", | ||
| 184 | .pmc_mask = 1 << AT91CAP9_ID_UHP, | ||
| 185 | .type = CLK_TYPE_PERIPHERAL, | ||
| 186 | }; | ||
| 187 | |||
| 188 | static struct clk *periph_clocks[] __initdata = { | ||
| 189 | &pioABCD_clk, | ||
| 190 | &mpb0_clk, | ||
| 191 | &mpb1_clk, | ||
| 192 | &mpb2_clk, | ||
| 193 | &mpb3_clk, | ||
| 194 | &mpb4_clk, | ||
| 195 | &usart0_clk, | ||
| 196 | &usart1_clk, | ||
| 197 | &usart2_clk, | ||
| 198 | &mmc0_clk, | ||
| 199 | &mmc1_clk, | ||
| 200 | &can_clk, | ||
| 201 | &twi_clk, | ||
| 202 | &spi0_clk, | ||
| 203 | &spi1_clk, | ||
| 204 | &ssc0_clk, | ||
| 205 | &ssc1_clk, | ||
| 206 | &ac97_clk, | ||
| 207 | &tcb_clk, | ||
| 208 | &pwmc_clk, | ||
| 209 | &macb_clk, | ||
| 210 | &aestdes_clk, | ||
| 211 | &adc_clk, | ||
| 212 | &isi_clk, | ||
| 213 | &lcdc_clk, | ||
| 214 | &dma_clk, | ||
| 215 | &udphs_clk, | ||
| 216 | &ohci_clk, | ||
| 217 | // irq0 .. irq1 | ||
| 218 | }; | ||
| 219 | |||
| 220 | /* | ||
| 221 | * The four programmable clocks. | ||
| 222 | * You must configure pin multiplexing to bring these signals out. | ||
| 223 | */ | ||
| 224 | static struct clk pck0 = { | ||
| 225 | .name = "pck0", | ||
| 226 | .pmc_mask = AT91_PMC_PCK0, | ||
| 227 | .type = CLK_TYPE_PROGRAMMABLE, | ||
| 228 | .id = 0, | ||
| 229 | }; | ||
| 230 | static struct clk pck1 = { | ||
| 231 | .name = "pck1", | ||
| 232 | .pmc_mask = AT91_PMC_PCK1, | ||
| 233 | .type = CLK_TYPE_PROGRAMMABLE, | ||
| 234 | .id = 1, | ||
| 235 | }; | ||
| 236 | static struct clk pck2 = { | ||
| 237 | .name = "pck2", | ||
| 238 | .pmc_mask = AT91_PMC_PCK2, | ||
| 239 | .type = CLK_TYPE_PROGRAMMABLE, | ||
| 240 | .id = 2, | ||
| 241 | }; | ||
| 242 | static struct clk pck3 = { | ||
| 243 | .name = "pck3", | ||
| 244 | .pmc_mask = AT91_PMC_PCK3, | ||
| 245 | .type = CLK_TYPE_PROGRAMMABLE, | ||
| 246 | .id = 3, | ||
| 247 | }; | ||
| 248 | |||
| 249 | static void __init at91cap9_register_clocks(void) | ||
| 250 | { | ||
| 251 | int i; | ||
| 252 | |||
| 253 | for (i = 0; i < ARRAY_SIZE(periph_clocks); i++) | ||
| 254 | clk_register(periph_clocks[i]); | ||
| 255 | |||
| 256 | clk_register(&pck0); | ||
| 257 | clk_register(&pck1); | ||
| 258 | clk_register(&pck2); | ||
| 259 | clk_register(&pck3); | ||
| 260 | } | ||
| 261 | |||
| 262 | /* -------------------------------------------------------------------- | ||
| 263 | * GPIO | ||
| 264 | * -------------------------------------------------------------------- */ | ||
| 265 | |||
| 266 | static struct at91_gpio_bank at91cap9_gpio[] = { | ||
| 267 | { | ||
| 268 | .id = AT91CAP9_ID_PIOABCD, | ||
| 269 | .offset = AT91_PIOA, | ||
| 270 | .clock = &pioABCD_clk, | ||
| 271 | }, { | ||
| 272 | .id = AT91CAP9_ID_PIOABCD, | ||
| 273 | .offset = AT91_PIOB, | ||
| 274 | .clock = &pioABCD_clk, | ||
| 275 | }, { | ||
| 276 | .id = AT91CAP9_ID_PIOABCD, | ||
| 277 | .offset = AT91_PIOC, | ||
| 278 | .clock = &pioABCD_clk, | ||
| 279 | }, { | ||
| 280 | .id = AT91CAP9_ID_PIOABCD, | ||
| 281 | .offset = AT91_PIOD, | ||
| 282 | .clock = &pioABCD_clk, | ||
| 283 | } | ||
| 284 | }; | ||
| 285 | |||
| 286 | static void at91cap9_reset(void) | ||
| 287 | { | ||
| 288 | at91_sys_write(AT91_RSTC_CR, AT91_RSTC_KEY | AT91_RSTC_PROCRST | AT91_RSTC_PERRST); | ||
| 289 | } | ||
| 290 | |||
| 291 | /* -------------------------------------------------------------------- | ||
| 292 | * AT91CAP9 processor initialization | ||
| 293 | * -------------------------------------------------------------------- */ | ||
| 294 | |||
| 295 | void __init at91cap9_initialize(unsigned long main_clock) | ||
| 296 | { | ||
| 297 | /* Map peripherals */ | ||
| 298 | iotable_init(at91cap9_io_desc, ARRAY_SIZE(at91cap9_io_desc)); | ||
| 299 | |||
| 300 | at91_arch_reset = at91cap9_reset; | ||
| 301 | at91_extern_irq = (1 << AT91CAP9_ID_IRQ0) | (1 << AT91CAP9_ID_IRQ1); | ||
| 302 | |||
| 303 | /* Init clock subsystem */ | ||
| 304 | at91_clock_init(main_clock); | ||
| 305 | |||
| 306 | /* Register the processor-specific clocks */ | ||
| 307 | at91cap9_register_clocks(); | ||
| 308 | |||
| 309 | /* Register GPIO subsystem */ | ||
| 310 | at91_gpio_init(at91cap9_gpio, 4); | ||
| 311 | } | ||
| 312 | |||
| 313 | /* -------------------------------------------------------------------- | ||
| 314 | * Interrupt initialization | ||
| 315 | * -------------------------------------------------------------------- */ | ||
| 316 | |||
| 317 | /* | ||
| 318 | * The default interrupt priority levels (0 = lowest, 7 = highest). | ||
| 319 | */ | ||
| 320 | static unsigned int at91cap9_default_irq_priority[NR_AIC_IRQS] __initdata = { | ||
| 321 | 7, /* Advanced Interrupt Controller (FIQ) */ | ||
| 322 | 7, /* System Peripherals */ | ||
| 323 | 1, /* Parallel IO Controller A, B, C and D */ | ||
| 324 | 0, /* MP Block Peripheral 0 */ | ||
| 325 | 0, /* MP Block Peripheral 1 */ | ||
| 326 | 0, /* MP Block Peripheral 2 */ | ||
| 327 | 0, /* MP Block Peripheral 3 */ | ||
| 328 | 0, /* MP Block Peripheral 4 */ | ||
| 329 | 5, /* USART 0 */ | ||
| 330 | 5, /* USART 1 */ | ||
| 331 | 5, /* USART 2 */ | ||
| 332 | 0, /* Multimedia Card Interface 0 */ | ||
| 333 | 0, /* Multimedia Card Interface 1 */ | ||
| 334 | 3, /* CAN */ | ||
| 335 | 6, /* Two-Wire Interface */ | ||
| 336 | 5, /* Serial Peripheral Interface 0 */ | ||
| 337 | 5, /* Serial Peripheral Interface 1 */ | ||
| 338 | 4, /* Serial Synchronous Controller 0 */ | ||
| 339 | 4, /* Serial Synchronous Controller 1 */ | ||
| 340 | 5, /* AC97 Controller */ | ||
| 341 | 0, /* Timer Counter 0, 1 and 2 */ | ||
| 342 | 0, /* Pulse Width Modulation Controller */ | ||
| 343 | 3, /* Ethernet */ | ||
| 344 | 0, /* Advanced Encryption Standard, Triple DES*/ | ||
| 345 | 0, /* Analog-to-Digital Converter */ | ||
| 346 | 0, /* Image Sensor Interface */ | ||
| 347 | 3, /* LCD Controller */ | ||
| 348 | 0, /* DMA Controller */ | ||
| 349 | 2, /* USB Device Port */ | ||
| 350 | 2, /* USB Host port */ | ||
| 351 | 0, /* Advanced Interrupt Controller (IRQ0) */ | ||
| 352 | 0, /* Advanced Interrupt Controller (IRQ1) */ | ||
| 353 | }; | ||
| 354 | |||
| 355 | void __init at91cap9_init_interrupts(unsigned int priority[NR_AIC_IRQS]) | ||
| 356 | { | ||
| 357 | if (!priority) | ||
| 358 | priority = at91cap9_default_irq_priority; | ||
| 359 | |||
| 360 | /* Initialize the AIC interrupt controller */ | ||
| 361 | at91_aic_init(priority); | ||
| 362 | |||
| 363 | /* Enable GPIO interrupts */ | ||
| 364 | at91_gpio_irq_setup(); | ||
| 365 | } | ||
diff --git a/arch/arm/mach-at91/at91cap9_devices.c b/arch/arm/mach-at91/at91cap9_devices.c new file mode 100644 index 000000000000..c50fad9cd143 --- /dev/null +++ b/arch/arm/mach-at91/at91cap9_devices.c | |||
| @@ -0,0 +1,1066 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-at91/at91cap9_devices.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 2007 Stelian Pop <stelian.pop@leadtechdesign.com> | ||
| 5 | * Copyright (C) 2007 Lead Tech Design <www.leadtechdesign.com> | ||
| 6 | * Copyright (C) 2007 Atmel Corporation. | ||
| 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 as published by | ||
| 10 | * the Free Software Foundation; either version 2 of the License, or | ||
| 11 | * (at your option) any later version. | ||
| 12 | * | ||
| 13 | */ | ||
| 14 | #include <asm/mach/arch.h> | ||
| 15 | #include <asm/mach/map.h> | ||
| 16 | |||
| 17 | #include <linux/dma-mapping.h> | ||
| 18 | #include <linux/platform_device.h> | ||
| 19 | #include <linux/mtd/physmap.h> | ||
| 20 | |||
| 21 | #include <video/atmel_lcdc.h> | ||
| 22 | |||
| 23 | #include <asm/arch/board.h> | ||
| 24 | #include <asm/arch/gpio.h> | ||
| 25 | #include <asm/arch/at91cap9.h> | ||
| 26 | #include <asm/arch/at91sam926x_mc.h> | ||
| 27 | #include <asm/arch/at91cap9_matrix.h> | ||
| 28 | |||
| 29 | #include "generic.h" | ||
| 30 | |||
| 31 | |||
| 32 | /* -------------------------------------------------------------------- | ||
| 33 | * USB Host | ||
| 34 | * -------------------------------------------------------------------- */ | ||
| 35 | |||
| 36 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) | ||
| 37 | static u64 ohci_dmamask = DMA_BIT_MASK(32); | ||
| 38 | static struct at91_usbh_data usbh_data; | ||
| 39 | |||
| 40 | static struct resource usbh_resources[] = { | ||
| 41 | [0] = { | ||
| 42 | .start = AT91CAP9_UHP_BASE, | ||
| 43 | .end = AT91CAP9_UHP_BASE + SZ_1M - 1, | ||
| 44 | .flags = IORESOURCE_MEM, | ||
| 45 | }, | ||
| 46 | [1] = { | ||
| 47 | .start = AT91CAP9_ID_UHP, | ||
| 48 | .end = AT91CAP9_ID_UHP, | ||
| 49 | .flags = IORESOURCE_IRQ, | ||
| 50 | }, | ||
| 51 | }; | ||
| 52 | |||
| 53 | static struct platform_device at91_usbh_device = { | ||
| 54 | .name = "at91_ohci", | ||
| 55 | .id = -1, | ||
| 56 | .dev = { | ||
| 57 | .dma_mask = &ohci_dmamask, | ||
| 58 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 59 | .platform_data = &usbh_data, | ||
| 60 | }, | ||
| 61 | .resource = usbh_resources, | ||
| 62 | .num_resources = ARRAY_SIZE(usbh_resources), | ||
| 63 | }; | ||
| 64 | |||
| 65 | void __init at91_add_device_usbh(struct at91_usbh_data *data) | ||
| 66 | { | ||
| 67 | int i; | ||
| 68 | |||
| 69 | if (!data) | ||
| 70 | return; | ||
| 71 | |||
| 72 | /* Enable VBus control for UHP ports */ | ||
| 73 | for (i = 0; i < data->ports; i++) { | ||
| 74 | if (data->vbus_pin[i]) | ||
| 75 | at91_set_gpio_output(data->vbus_pin[i], 0); | ||
| 76 | } | ||
| 77 | |||
| 78 | usbh_data = *data; | ||
| 79 | platform_device_register(&at91_usbh_device); | ||
| 80 | } | ||
| 81 | #else | ||
| 82 | void __init at91_add_device_usbh(struct at91_usbh_data *data) {} | ||
| 83 | #endif | ||
| 84 | |||
| 85 | |||
| 86 | /* -------------------------------------------------------------------- | ||
| 87 | * Ethernet | ||
| 88 | * -------------------------------------------------------------------- */ | ||
| 89 | |||
| 90 | #if defined(CONFIG_MACB) || defined(CONFIG_MACB_MODULE) | ||
| 91 | static u64 eth_dmamask = DMA_BIT_MASK(32); | ||
| 92 | static struct at91_eth_data eth_data; | ||
| 93 | |||
| 94 | static struct resource eth_resources[] = { | ||
| 95 | [0] = { | ||
| 96 | .start = AT91CAP9_BASE_EMAC, | ||
| 97 | .end = AT91CAP9_BASE_EMAC + SZ_16K - 1, | ||
| 98 | .flags = IORESOURCE_MEM, | ||
| 99 | }, | ||
| 100 | [1] = { | ||
| 101 | .start = AT91CAP9_ID_EMAC, | ||
| 102 | .end = AT91CAP9_ID_EMAC, | ||
| 103 | .flags = IORESOURCE_IRQ, | ||
| 104 | }, | ||
| 105 | }; | ||
| 106 | |||
| 107 | static struct platform_device at91cap9_eth_device = { | ||
| 108 | .name = "macb", | ||
| 109 | .id = -1, | ||
| 110 | .dev = { | ||
| 111 | .dma_mask = ð_dmamask, | ||
| 112 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 113 | .platform_data = ð_data, | ||
| 114 | }, | ||
| 115 | .resource = eth_resources, | ||
| 116 | .num_resources = ARRAY_SIZE(eth_resources), | ||
| 117 | }; | ||
| 118 | |||
| 119 | void __init at91_add_device_eth(struct at91_eth_data *data) | ||
| 120 | { | ||
| 121 | if (!data) | ||
| 122 | return; | ||
| 123 | |||
| 124 | if (data->phy_irq_pin) { | ||
| 125 | at91_set_gpio_input(data->phy_irq_pin, 0); | ||
| 126 | at91_set_deglitch(data->phy_irq_pin, 1); | ||
| 127 | } | ||
| 128 | |||
| 129 | /* Pins used for MII and RMII */ | ||
| 130 | at91_set_A_periph(AT91_PIN_PB21, 0); /* ETXCK_EREFCK */ | ||
| 131 | at91_set_A_periph(AT91_PIN_PB22, 0); /* ERXDV */ | ||
| 132 | at91_set_A_periph(AT91_PIN_PB25, 0); /* ERX0 */ | ||
| 133 | at91_set_A_periph(AT91_PIN_PB26, 0); /* ERX1 */ | ||
| 134 | at91_set_A_periph(AT91_PIN_PB27, 0); /* ERXER */ | ||
| 135 | at91_set_A_periph(AT91_PIN_PB28, 0); /* ETXEN */ | ||
| 136 | at91_set_A_periph(AT91_PIN_PB23, 0); /* ETX0 */ | ||
| 137 | at91_set_A_periph(AT91_PIN_PB24, 0); /* ETX1 */ | ||
| 138 | at91_set_A_periph(AT91_PIN_PB30, 0); /* EMDIO */ | ||
| 139 | at91_set_A_periph(AT91_PIN_PB29, 0); /* EMDC */ | ||
| 140 | |||
| 141 | if (!data->is_rmii) { | ||
| 142 | at91_set_B_periph(AT91_PIN_PC25, 0); /* ECRS */ | ||
| 143 | at91_set_B_periph(AT91_PIN_PC26, 0); /* ECOL */ | ||
| 144 | at91_set_B_periph(AT91_PIN_PC22, 0); /* ERX2 */ | ||
| 145 | at91_set_B_periph(AT91_PIN_PC23, 0); /* ERX3 */ | ||
| 146 | at91_set_B_periph(AT91_PIN_PC27, 0); /* ERXCK */ | ||
| 147 | at91_set_B_periph(AT91_PIN_PC20, 0); /* ETX2 */ | ||
| 148 | at91_set_B_periph(AT91_PIN_PC21, 0); /* ETX3 */ | ||
| 149 | at91_set_B_periph(AT91_PIN_PC24, 0); /* ETXER */ | ||
| 150 | } | ||
| 151 | |||
| 152 | eth_data = *data; | ||
| 153 | platform_device_register(&at91cap9_eth_device); | ||
| 154 | } | ||
| 155 | #else | ||
| 156 | void __init at91_add_device_eth(struct at91_eth_data *data) {} | ||
| 157 | #endif | ||
| 158 | |||
| 159 | |||
| 160 | /* -------------------------------------------------------------------- | ||
| 161 | * MMC / SD | ||
| 162 | * -------------------------------------------------------------------- */ | ||
| 163 | |||
| 164 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) | ||
| 165 | static u64 mmc_dmamask = DMA_BIT_MASK(32); | ||
| 166 | static struct at91_mmc_data mmc0_data, mmc1_data; | ||
| 167 | |||
| 168 | static struct resource mmc0_resources[] = { | ||
| 169 | [0] = { | ||
| 170 | .start = AT91CAP9_BASE_MCI0, | ||
| 171 | .end = AT91CAP9_BASE_MCI0 + SZ_16K - 1, | ||
| 172 | .flags = IORESOURCE_MEM, | ||
| 173 | }, | ||
| 174 | [1] = { | ||
| 175 | .start = AT91CAP9_ID_MCI0, | ||
| 176 | .end = AT91CAP9_ID_MCI0, | ||
| 177 | .flags = IORESOURCE_IRQ, | ||
| 178 | }, | ||
| 179 | }; | ||
| 180 | |||
| 181 | static struct platform_device at91cap9_mmc0_device = { | ||
| 182 | .name = "at91_mci", | ||
| 183 | .id = 0, | ||
| 184 | .dev = { | ||
| 185 | .dma_mask = &mmc_dmamask, | ||
| 186 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 187 | .platform_data = &mmc0_data, | ||
| 188 | }, | ||
| 189 | .resource = mmc0_resources, | ||
| 190 | .num_resources = ARRAY_SIZE(mmc0_resources), | ||
| 191 | }; | ||
| 192 | |||
| 193 | static struct resource mmc1_resources[] = { | ||
| 194 | [0] = { | ||
| 195 | .start = AT91CAP9_BASE_MCI1, | ||
| 196 | .end = AT91CAP9_BASE_MCI1 + SZ_16K - 1, | ||
| 197 | .flags = IORESOURCE_MEM, | ||
| 198 | }, | ||
| 199 | [1] = { | ||
| 200 | .start = AT91CAP9_ID_MCI1, | ||
| 201 | .end = AT91CAP9_ID_MCI1, | ||
| 202 | .flags = IORESOURCE_IRQ, | ||
| 203 | }, | ||
| 204 | }; | ||
| 205 | |||
| 206 | static struct platform_device at91cap9_mmc1_device = { | ||
| 207 | .name = "at91_mci", | ||
| 208 | .id = 1, | ||
| 209 | .dev = { | ||
| 210 | .dma_mask = &mmc_dmamask, | ||
| 211 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 212 | .platform_data = &mmc1_data, | ||
| 213 | }, | ||
| 214 | .resource = mmc1_resources, | ||
| 215 | .num_resources = ARRAY_SIZE(mmc1_resources), | ||
| 216 | }; | ||
| 217 | |||
| 218 | void __init at91_add_device_mmc(short mmc_id, struct at91_mmc_data *data) | ||
| 219 | { | ||
| 220 | if (!data) | ||
| 221 | return; | ||
| 222 | |||
| 223 | /* input/irq */ | ||
| 224 | if (data->det_pin) { | ||
| 225 | at91_set_gpio_input(data->det_pin, 1); | ||
| 226 | at91_set_deglitch(data->det_pin, 1); | ||
| 227 | } | ||
| 228 | if (data->wp_pin) | ||
| 229 | at91_set_gpio_input(data->wp_pin, 1); | ||
| 230 | if (data->vcc_pin) | ||
| 231 | at91_set_gpio_output(data->vcc_pin, 0); | ||
| 232 | |||
| 233 | if (mmc_id == 0) { /* MCI0 */ | ||
| 234 | /* CLK */ | ||
| 235 | at91_set_A_periph(AT91_PIN_PA2, 0); | ||
| 236 | |||
| 237 | /* CMD */ | ||
| 238 | at91_set_A_periph(AT91_PIN_PA1, 1); | ||
| 239 | |||
| 240 | /* DAT0, maybe DAT1..DAT3 */ | ||
| 241 | at91_set_A_periph(AT91_PIN_PA0, 1); | ||
| 242 | if (data->wire4) { | ||
| 243 | at91_set_A_periph(AT91_PIN_PA3, 1); | ||
| 244 | at91_set_A_periph(AT91_PIN_PA4, 1); | ||
| 245 | at91_set_A_periph(AT91_PIN_PA5, 1); | ||
| 246 | } | ||
| 247 | |||
| 248 | mmc0_data = *data; | ||
| 249 | at91_clock_associate("mci0_clk", &at91cap9_mmc1_device.dev, "mci_clk"); | ||
| 250 | platform_device_register(&at91cap9_mmc0_device); | ||
| 251 | } else { /* MCI1 */ | ||
| 252 | /* CLK */ | ||
| 253 | at91_set_A_periph(AT91_PIN_PA16, 0); | ||
| 254 | |||
| 255 | /* CMD */ | ||
| 256 | at91_set_A_periph(AT91_PIN_PA17, 1); | ||
| 257 | |||
| 258 | /* DAT0, maybe DAT1..DAT3 */ | ||
| 259 | at91_set_A_periph(AT91_PIN_PA18, 1); | ||
| 260 | if (data->wire4) { | ||
| 261 | at91_set_A_periph(AT91_PIN_PA19, 1); | ||
| 262 | at91_set_A_periph(AT91_PIN_PA20, 1); | ||
| 263 | at91_set_A_periph(AT91_PIN_PA21, 1); | ||
| 264 | } | ||
| 265 | |||
| 266 | mmc1_data = *data; | ||
| 267 | at91_clock_associate("mci1_clk", &at91cap9_mmc1_device.dev, "mci_clk"); | ||
| 268 | platform_device_register(&at91cap9_mmc1_device); | ||
| 269 | } | ||
| 270 | } | ||
| 271 | #else | ||
| 272 | void __init at91_add_device_mmc(short mmc_id, struct at91_mmc_data *data) {} | ||
| 273 | #endif | ||
| 274 | |||
| 275 | |||
| 276 | /* -------------------------------------------------------------------- | ||
| 277 | * NAND / SmartMedia | ||
| 278 | * -------------------------------------------------------------------- */ | ||
| 279 | |||
| 280 | #if defined(CONFIG_MTD_NAND_AT91) || defined(CONFIG_MTD_NAND_AT91_MODULE) | ||
| 281 | static struct at91_nand_data nand_data; | ||
| 282 | |||
| 283 | #define NAND_BASE AT91_CHIPSELECT_3 | ||
| 284 | |||
| 285 | static struct resource nand_resources[] = { | ||
| 286 | { | ||
| 287 | .start = NAND_BASE, | ||
| 288 | .end = NAND_BASE + SZ_256M - 1, | ||
| 289 | .flags = IORESOURCE_MEM, | ||
| 290 | } | ||
| 291 | }; | ||
| 292 | |||
| 293 | static struct platform_device at91cap9_nand_device = { | ||
| 294 | .name = "at91_nand", | ||
| 295 | .id = -1, | ||
| 296 | .dev = { | ||
| 297 | .platform_data = &nand_data, | ||
| 298 | }, | ||
| 299 | .resource = nand_resources, | ||
| 300 | .num_resources = ARRAY_SIZE(nand_resources), | ||
| 301 | }; | ||
| 302 | |||
| 303 | void __init at91_add_device_nand(struct at91_nand_data *data) | ||
| 304 | { | ||
| 305 | unsigned long csa, mode; | ||
| 306 | |||
| 307 | if (!data) | ||
| 308 | return; | ||
| 309 | |||
| 310 | csa = at91_sys_read(AT91_MATRIX_EBICSA); | ||
| 311 | at91_sys_write(AT91_MATRIX_EBICSA, csa | AT91_MATRIX_EBI_CS3A_SMC_SMARTMEDIA | AT91_MATRIX_EBI_VDDIOMSEL_3_3V); | ||
| 312 | |||
| 313 | /* set the bus interface characteristics */ | ||
| 314 | at91_sys_write(AT91_SMC_SETUP(3), AT91_SMC_NWESETUP_(2) | AT91_SMC_NCS_WRSETUP_(1) | ||
| 315 | | AT91_SMC_NRDSETUP_(2) | AT91_SMC_NCS_RDSETUP_(1)); | ||
| 316 | |||
| 317 | at91_sys_write(AT91_SMC_PULSE(3), AT91_SMC_NWEPULSE_(4) | AT91_SMC_NCS_WRPULSE_(6) | ||
| 318 | | AT91_SMC_NRDPULSE_(4) | AT91_SMC_NCS_RDPULSE_(6)); | ||
| 319 | |||
| 320 | at91_sys_write(AT91_SMC_CYCLE(3), AT91_SMC_NWECYCLE_(8) | AT91_SMC_NRDCYCLE_(8)); | ||
| 321 | |||
| 322 | if (data->bus_width_16) | ||
| 323 | mode = AT91_SMC_DBW_16; | ||
| 324 | else | ||
| 325 | mode = AT91_SMC_DBW_8; | ||
| 326 | at91_sys_write(AT91_SMC_MODE(3), mode | AT91_SMC_READMODE | AT91_SMC_WRITEMODE | AT91_SMC_EXNWMODE_DISABLE | AT91_SMC_TDF_(1)); | ||
| 327 | |||
| 328 | /* enable pin */ | ||
| 329 | if (data->enable_pin) | ||
| 330 | at91_set_gpio_output(data->enable_pin, 1); | ||
| 331 | |||
| 332 | /* ready/busy pin */ | ||
| 333 | if (data->rdy_pin) | ||
| 334 | at91_set_gpio_input(data->rdy_pin, 1); | ||
| 335 | |||
| 336 | /* card detect pin */ | ||
| 337 | if (data->det_pin) | ||
| 338 | at91_set_gpio_input(data->det_pin, 1); | ||
| 339 | |||
| 340 | nand_data = *data; | ||
| 341 | platform_device_register(&at91cap9_nand_device); | ||
| 342 | } | ||
| 343 | #else | ||
| 344 | void __init at91_add_device_nand(struct at91_nand_data *data) {} | ||
| 345 | #endif | ||
| 346 | |||
| 347 | /* -------------------------------------------------------------------- | ||
| 348 | * TWI (i2c) | ||
| 349 | * -------------------------------------------------------------------- */ | ||
| 350 | |||
| 351 | /* | ||
| 352 | * Prefer the GPIO code since the TWI controller isn't robust | ||
| 353 | * (gets overruns and underruns under load) and can only issue | ||
| 354 | * repeated STARTs in one scenario (the driver doesn't yet handle them). | ||
| 355 | */ | ||
| 356 | #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) | ||
| 357 | |||
| 358 | static struct i2c_gpio_platform_data pdata = { | ||
| 359 | .sda_pin = AT91_PIN_PB4, | ||
| 360 | .sda_is_open_drain = 1, | ||
| 361 | .scl_pin = AT91_PIN_PB5, | ||
| 362 | .scl_is_open_drain = 1, | ||
| 363 | .udelay = 2, /* ~100 kHz */ | ||
| 364 | }; | ||
| 365 | |||
| 366 | static struct platform_device at91cap9_twi_device = { | ||
| 367 | .name = "i2c-gpio", | ||
| 368 | .id = -1, | ||
| 369 | .dev.platform_data = &pdata, | ||
| 370 | }; | ||
| 371 | |||
| 372 | void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) | ||
| 373 | { | ||
| 374 | at91_set_GPIO_periph(AT91_PIN_PB4, 1); /* TWD (SDA) */ | ||
| 375 | at91_set_multi_drive(AT91_PIN_PB4, 1); | ||
| 376 | |||
| 377 | at91_set_GPIO_periph(AT91_PIN_PB5, 1); /* TWCK (SCL) */ | ||
| 378 | at91_set_multi_drive(AT91_PIN_PB5, 1); | ||
| 379 | |||
| 380 | i2c_register_board_info(0, devices, nr_devices); | ||
| 381 | platform_device_register(&at91cap9_twi_device); | ||
| 382 | } | ||
| 383 | |||
| 384 | #elif defined(CONFIG_I2C_AT91) || defined(CONFIG_I2C_AT91_MODULE) | ||
| 385 | |||
| 386 | static struct resource twi_resources[] = { | ||
| 387 | [0] = { | ||
| 388 | .start = AT91CAP9_BASE_TWI, | ||
| 389 | .end = AT91CAP9_BASE_TWI + SZ_16K - 1, | ||
| 390 | .flags = IORESOURCE_MEM, | ||
| 391 | }, | ||
| 392 | [1] = { | ||
| 393 | .start = AT91CAP9_ID_TWI, | ||
| 394 | .end = AT91CAP9_ID_TWI, | ||
| 395 | .flags = IORESOURCE_IRQ, | ||
| 396 | }, | ||
| 397 | }; | ||
| 398 | |||
| 399 | static struct platform_device at91cap9_twi_device = { | ||
| 400 | .name = "at91_i2c", | ||
| 401 | .id = -1, | ||
| 402 | .resource = twi_resources, | ||
| 403 | .num_resources = ARRAY_SIZE(twi_resources), | ||
| 404 | }; | ||
| 405 | |||
| 406 | void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) | ||
| 407 | { | ||
| 408 | /* pins used for TWI interface */ | ||
| 409 | at91_set_B_periph(AT91_PIN_PB4, 0); /* TWD */ | ||
| 410 | at91_set_multi_drive(AT91_PIN_PB4, 1); | ||
| 411 | |||
| 412 | at91_set_B_periph(AT91_PIN_PB5, 0); /* TWCK */ | ||
| 413 | at91_set_multi_drive(AT91_PIN_PB5, 1); | ||
| 414 | |||
| 415 | i2c_register_board_info(0, devices, nr_devices); | ||
| 416 | platform_device_register(&at91cap9_twi_device); | ||
| 417 | } | ||
| 418 | #else | ||
| 419 | void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) {} | ||
| 420 | #endif | ||
| 421 | |||
| 422 | /* -------------------------------------------------------------------- | ||
| 423 | * SPI | ||
| 424 | * -------------------------------------------------------------------- */ | ||
| 425 | |||
| 426 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) | ||
| 427 | static u64 spi_dmamask = DMA_BIT_MASK(32); | ||
| 428 | |||
| 429 | static struct resource spi0_resources[] = { | ||
| 430 | [0] = { | ||
| 431 | .start = AT91CAP9_BASE_SPI0, | ||
| 432 | .end = AT91CAP9_BASE_SPI0 + SZ_16K - 1, | ||
| 433 | .flags = IORESOURCE_MEM, | ||
| 434 | }, | ||
| 435 | [1] = { | ||
| 436 | .start = AT91CAP9_ID_SPI0, | ||
| 437 | .end = AT91CAP9_ID_SPI0, | ||
| 438 | .flags = IORESOURCE_IRQ, | ||
| 439 | }, | ||
| 440 | }; | ||
| 441 | |||
| 442 | static struct platform_device at91cap9_spi0_device = { | ||
| 443 | .name = "atmel_spi", | ||
| 444 | .id = 0, | ||
| 445 | .dev = { | ||
| 446 | .dma_mask = &spi_dmamask, | ||
| 447 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 448 | }, | ||
| 449 | .resource = spi0_resources, | ||
| 450 | .num_resources = ARRAY_SIZE(spi0_resources), | ||
| 451 | }; | ||
| 452 | |||
| 453 | static const unsigned spi0_standard_cs[4] = { AT91_PIN_PA5, AT91_PIN_PA3, AT91_PIN_PD0, AT91_PIN_PD1 }; | ||
| 454 | |||
| 455 | static struct resource spi1_resources[] = { | ||
| 456 | [0] = { | ||
| 457 | .start = AT91CAP9_BASE_SPI1, | ||
| 458 | .end = AT91CAP9_BASE_SPI1 + SZ_16K - 1, | ||
| 459 | .flags = IORESOURCE_MEM, | ||
| 460 | }, | ||
| 461 | [1] = { | ||
| 462 | .start = AT91CAP9_ID_SPI1, | ||
| 463 | .end = AT91CAP9_ID_SPI1, | ||
| 464 | .flags = IORESOURCE_IRQ, | ||
| 465 | }, | ||
| 466 | }; | ||
| 467 | |||
| 468 | static struct platform_device at91cap9_spi1_device = { | ||
| 469 | .name = "atmel_spi", | ||
| 470 | .id = 1, | ||
| 471 | .dev = { | ||
| 472 | .dma_mask = &spi_dmamask, | ||
| 473 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 474 | }, | ||
| 475 | .resource = spi1_resources, | ||
| 476 | .num_resources = ARRAY_SIZE(spi1_resources), | ||
| 477 | }; | ||
| 478 | |||
| 479 | static const unsigned spi1_standard_cs[4] = { AT91_PIN_PB15, AT91_PIN_PB16, AT91_PIN_PB17, AT91_PIN_PB18 }; | ||
| 480 | |||
| 481 | void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) | ||
| 482 | { | ||
| 483 | int i; | ||
| 484 | unsigned long cs_pin; | ||
| 485 | short enable_spi0 = 0; | ||
| 486 | short enable_spi1 = 0; | ||
| 487 | |||
| 488 | /* Choose SPI chip-selects */ | ||
| 489 | for (i = 0; i < nr_devices; i++) { | ||
| 490 | if (devices[i].controller_data) | ||
| 491 | cs_pin = (unsigned long) devices[i].controller_data; | ||
| 492 | else if (devices[i].bus_num == 0) | ||
| 493 | cs_pin = spi0_standard_cs[devices[i].chip_select]; | ||
| 494 | else | ||
| 495 | cs_pin = spi1_standard_cs[devices[i].chip_select]; | ||
| 496 | |||
| 497 | if (devices[i].bus_num == 0) | ||
| 498 | enable_spi0 = 1; | ||
| 499 | else | ||
| 500 | enable_spi1 = 1; | ||
| 501 | |||
| 502 | /* enable chip-select pin */ | ||
| 503 | at91_set_gpio_output(cs_pin, 1); | ||
| 504 | |||
| 505 | /* pass chip-select pin to driver */ | ||
| 506 | devices[i].controller_data = (void *) cs_pin; | ||
| 507 | } | ||
| 508 | |||
| 509 | spi_register_board_info(devices, nr_devices); | ||
| 510 | |||
| 511 | /* Configure SPI bus(es) */ | ||
| 512 | if (enable_spi0) { | ||
| 513 | at91_set_B_periph(AT91_PIN_PA0, 0); /* SPI0_MISO */ | ||
| 514 | at91_set_B_periph(AT91_PIN_PA1, 0); /* SPI0_MOSI */ | ||
| 515 | at91_set_B_periph(AT91_PIN_PA2, 0); /* SPI0_SPCK */ | ||
| 516 | |||
| 517 | at91_clock_associate("spi0_clk", &at91cap9_spi0_device.dev, "spi_clk"); | ||
| 518 | platform_device_register(&at91cap9_spi0_device); | ||
| 519 | } | ||
| 520 | if (enable_spi1) { | ||
| 521 | at91_set_A_periph(AT91_PIN_PB12, 0); /* SPI1_MISO */ | ||
| 522 | at91_set_A_periph(AT91_PIN_PB13, 0); /* SPI1_MOSI */ | ||
| 523 | at91_set_A_periph(AT91_PIN_PB14, 0); /* SPI1_SPCK */ | ||
| 524 | |||
| 525 | at91_clock_associate("spi1_clk", &at91cap9_spi1_device.dev, "spi_clk"); | ||
| 526 | platform_device_register(&at91cap9_spi1_device); | ||
| 527 | } | ||
| 528 | } | ||
| 529 | #else | ||
| 530 | void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) {} | ||
| 531 | #endif | ||
| 532 | |||
| 533 | |||
| 534 | /* -------------------------------------------------------------------- | ||
| 535 | * RTT | ||
| 536 | * -------------------------------------------------------------------- */ | ||
| 537 | |||
| 538 | static struct platform_device at91cap9_rtt_device = { | ||
| 539 | .name = "at91_rtt", | ||
| 540 | .id = -1, | ||
| 541 | .num_resources = 0, | ||
| 542 | }; | ||
| 543 | |||
| 544 | static void __init at91_add_device_rtt(void) | ||
| 545 | { | ||
| 546 | platform_device_register(&at91cap9_rtt_device); | ||
| 547 | } | ||
| 548 | |||
| 549 | |||
| 550 | /* -------------------------------------------------------------------- | ||
| 551 | * Watchdog | ||
| 552 | * -------------------------------------------------------------------- */ | ||
| 553 | |||
| 554 | #if defined(CONFIG_AT91SAM9_WATCHDOG) || defined(CONFIG_AT91SAM9_WATCHDOG_MODULE) | ||
| 555 | static struct platform_device at91cap9_wdt_device = { | ||
| 556 | .name = "at91_wdt", | ||
| 557 | .id = -1, | ||
| 558 | .num_resources = 0, | ||
| 559 | }; | ||
| 560 | |||
| 561 | static void __init at91_add_device_watchdog(void) | ||
| 562 | { | ||
| 563 | platform_device_register(&at91cap9_wdt_device); | ||
| 564 | } | ||
| 565 | #else | ||
| 566 | static void __init at91_add_device_watchdog(void) {} | ||
| 567 | #endif | ||
| 568 | |||
| 569 | |||
| 570 | /* -------------------------------------------------------------------- | ||
| 571 | * AC97 | ||
| 572 | * -------------------------------------------------------------------- */ | ||
| 573 | |||
| 574 | #if defined(CONFIG_SND_AT91_AC97) || defined(CONFIG_SND_AT91_AC97_MODULE) | ||
| 575 | static u64 ac97_dmamask = DMA_BIT_MASK(32); | ||
| 576 | static struct atmel_ac97_data ac97_data; | ||
| 577 | |||
| 578 | static struct resource ac97_resources[] = { | ||
| 579 | [0] = { | ||
| 580 | .start = AT91CAP9_BASE_AC97C, | ||
| 581 | .end = AT91CAP9_BASE_AC97C + SZ_16K - 1, | ||
| 582 | .flags = IORESOURCE_MEM, | ||
| 583 | }, | ||
| 584 | [1] = { | ||
| 585 | .start = AT91CAP9_ID_AC97C, | ||
| 586 | .end = AT91CAP9_ID_AC97C, | ||
| 587 | .flags = IORESOURCE_IRQ, | ||
| 588 | }, | ||
| 589 | }; | ||
| 590 | |||
| 591 | static struct platform_device at91cap9_ac97_device = { | ||
| 592 | .name = "ac97c", | ||
| 593 | .id = 1, | ||
| 594 | .dev = { | ||
| 595 | .dma_mask = &ac97_dmamask, | ||
| 596 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 597 | .platform_data = &ac97_data, | ||
| 598 | }, | ||
| 599 | .resource = ac97_resources, | ||
| 600 | .num_resources = ARRAY_SIZE(ac97_resources), | ||
| 601 | }; | ||
| 602 | |||
| 603 | void __init at91_add_device_ac97(struct atmel_ac97_data *data) | ||
| 604 | { | ||
| 605 | if (!data) | ||
| 606 | return; | ||
| 607 | |||
| 608 | at91_set_A_periph(AT91_PIN_PA6, 0); /* AC97FS */ | ||
| 609 | at91_set_A_periph(AT91_PIN_PA7, 0); /* AC97CK */ | ||
| 610 | at91_set_A_periph(AT91_PIN_PA8, 0); /* AC97TX */ | ||
| 611 | at91_set_A_periph(AT91_PIN_PA9, 0); /* AC97RX */ | ||
| 612 | |||
| 613 | /* reset */ | ||
| 614 | if (data->reset_pin) | ||
| 615 | at91_set_gpio_output(data->reset_pin, 0); | ||
| 616 | |||
| 617 | ac97_data = *data; | ||
| 618 | platform_device_register(&at91cap9_ac97_device); | ||
| 619 | } | ||
| 620 | #else | ||
| 621 | void __init at91_add_device_ac97(struct atmel_ac97_data *data) {} | ||
| 622 | #endif | ||
| 623 | |||
| 624 | |||
| 625 | /* -------------------------------------------------------------------- | ||
| 626 | * LCD Controller | ||
| 627 | * -------------------------------------------------------------------- */ | ||
| 628 | |||
| 629 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) | ||
| 630 | static u64 lcdc_dmamask = DMA_BIT_MASK(32); | ||
| 631 | static struct atmel_lcdfb_info lcdc_data; | ||
| 632 | |||
| 633 | static struct resource lcdc_resources[] = { | ||
| 634 | [0] = { | ||
| 635 | .start = AT91CAP9_LCDC_BASE, | ||
| 636 | .end = AT91CAP9_LCDC_BASE + SZ_4K - 1, | ||
| 637 | .flags = IORESOURCE_MEM, | ||
| 638 | }, | ||
| 639 | [1] = { | ||
| 640 | .start = AT91CAP9_ID_LCDC, | ||
| 641 | .end = AT91CAP9_ID_LCDC, | ||
| 642 | .flags = IORESOURCE_IRQ, | ||
| 643 | }, | ||
| 644 | }; | ||
| 645 | |||
| 646 | static struct platform_device at91_lcdc_device = { | ||
| 647 | .name = "atmel_lcdfb", | ||
| 648 | .id = 0, | ||
| 649 | .dev = { | ||
| 650 | .dma_mask = &lcdc_dmamask, | ||
| 651 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 652 | .platform_data = &lcdc_data, | ||
| 653 | }, | ||
| 654 | .resource = lcdc_resources, | ||
| 655 | .num_resources = ARRAY_SIZE(lcdc_resources), | ||
| 656 | }; | ||
| 657 | |||
| 658 | void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data) | ||
| 659 | { | ||
| 660 | if (!data) | ||
| 661 | return; | ||
| 662 | |||
| 663 | at91_set_A_periph(AT91_PIN_PC1, 0); /* LCDHSYNC */ | ||
| 664 | at91_set_A_periph(AT91_PIN_PC2, 0); /* LCDDOTCK */ | ||
| 665 | at91_set_A_periph(AT91_PIN_PC3, 0); /* LCDDEN */ | ||
| 666 | at91_set_B_periph(AT91_PIN_PB9, 0); /* LCDCC */ | ||
| 667 | at91_set_A_periph(AT91_PIN_PC6, 0); /* LCDD2 */ | ||
| 668 | at91_set_A_periph(AT91_PIN_PC7, 0); /* LCDD3 */ | ||
| 669 | at91_set_A_periph(AT91_PIN_PC8, 0); /* LCDD4 */ | ||
| 670 | at91_set_A_periph(AT91_PIN_PC9, 0); /* LCDD5 */ | ||
| 671 | at91_set_A_periph(AT91_PIN_PC10, 0); /* LCDD6 */ | ||
| 672 | at91_set_A_periph(AT91_PIN_PC11, 0); /* LCDD7 */ | ||
| 673 | at91_set_A_periph(AT91_PIN_PC14, 0); /* LCDD10 */ | ||
| 674 | at91_set_A_periph(AT91_PIN_PC15, 0); /* LCDD11 */ | ||
| 675 | at91_set_A_periph(AT91_PIN_PC16, 0); /* LCDD12 */ | ||
| 676 | at91_set_A_periph(AT91_PIN_PC17, 0); /* LCDD13 */ | ||
| 677 | at91_set_A_periph(AT91_PIN_PC18, 0); /* LCDD14 */ | ||
| 678 | at91_set_A_periph(AT91_PIN_PC19, 0); /* LCDD15 */ | ||
| 679 | at91_set_A_periph(AT91_PIN_PC22, 0); /* LCDD18 */ | ||
| 680 | at91_set_A_periph(AT91_PIN_PC23, 0); /* LCDD19 */ | ||
| 681 | at91_set_A_periph(AT91_PIN_PC24, 0); /* LCDD20 */ | ||
| 682 | at91_set_A_periph(AT91_PIN_PC25, 0); /* LCDD21 */ | ||
| 683 | at91_set_A_periph(AT91_PIN_PC26, 0); /* LCDD22 */ | ||
| 684 | at91_set_A_periph(AT91_PIN_PC27, 0); /* LCDD23 */ | ||
| 685 | |||
| 686 | lcdc_data = *data; | ||
| 687 | platform_device_register(&at91_lcdc_device); | ||
| 688 | } | ||
| 689 | #else | ||
| 690 | void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data) {} | ||
| 691 | #endif | ||
| 692 | |||
| 693 | |||
| 694 | /* -------------------------------------------------------------------- | ||
| 695 | * SSC -- Synchronous Serial Controller | ||
| 696 | * -------------------------------------------------------------------- */ | ||
| 697 | |||
| 698 | #if defined(CONFIG_ATMEL_SSC) || defined(CONFIG_ATMEL_SSC_MODULE) | ||
| 699 | static u64 ssc0_dmamask = DMA_BIT_MASK(32); | ||
| 700 | |||
| 701 | static struct resource ssc0_resources[] = { | ||
| 702 | [0] = { | ||
| 703 | .start = AT91CAP9_BASE_SSC0, | ||
| 704 | .end = AT91CAP9_BASE_SSC0 + SZ_16K - 1, | ||
| 705 | .flags = IORESOURCE_MEM, | ||
| 706 | }, | ||
| 707 | [1] = { | ||
| 708 | .start = AT91CAP9_ID_SSC0, | ||
| 709 | .end = AT91CAP9_ID_SSC0, | ||
| 710 | .flags = IORESOURCE_IRQ, | ||
| 711 | }, | ||
| 712 | }; | ||
| 713 | |||
| 714 | static struct platform_device at91cap9_ssc0_device = { | ||
| 715 | .name = "ssc", | ||
| 716 | .id = 0, | ||
| 717 | .dev = { | ||
| 718 | .dma_mask = &ssc0_dmamask, | ||
| 719 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 720 | }, | ||
| 721 | .resource = ssc0_resources, | ||
| 722 | .num_resources = ARRAY_SIZE(ssc0_resources), | ||
| 723 | }; | ||
| 724 | |||
| 725 | static inline void configure_ssc0_pins(unsigned pins) | ||
| 726 | { | ||
| 727 | if (pins & ATMEL_SSC_TF) | ||
| 728 | at91_set_A_periph(AT91_PIN_PB0, 1); | ||
| 729 | if (pins & ATMEL_SSC_TK) | ||
| 730 | at91_set_A_periph(AT91_PIN_PB1, 1); | ||
| 731 | if (pins & ATMEL_SSC_TD) | ||
| 732 | at91_set_A_periph(AT91_PIN_PB2, 1); | ||
| 733 | if (pins & ATMEL_SSC_RD) | ||
| 734 | at91_set_A_periph(AT91_PIN_PB3, 1); | ||
| 735 | if (pins & ATMEL_SSC_RK) | ||
| 736 | at91_set_A_periph(AT91_PIN_PB4, 1); | ||
| 737 | if (pins & ATMEL_SSC_RF) | ||
| 738 | at91_set_A_periph(AT91_PIN_PB5, 1); | ||
| 739 | } | ||
| 740 | |||
| 741 | static u64 ssc1_dmamask = DMA_BIT_MASK(32); | ||
| 742 | |||
| 743 | static struct resource ssc1_resources[] = { | ||
| 744 | [0] = { | ||
| 745 | .start = AT91CAP9_BASE_SSC1, | ||
| 746 | .end = AT91CAP9_BASE_SSC1 + SZ_16K - 1, | ||
| 747 | .flags = IORESOURCE_MEM, | ||
| 748 | }, | ||
| 749 | [1] = { | ||
| 750 | .start = AT91CAP9_ID_SSC1, | ||
| 751 | .end = AT91CAP9_ID_SSC1, | ||
| 752 | .flags = IORESOURCE_IRQ, | ||
| 753 | }, | ||
| 754 | }; | ||
| 755 | |||
| 756 | static struct platform_device at91cap9_ssc1_device = { | ||
| 757 | .name = "ssc", | ||
| 758 | .id = 1, | ||
| 759 | .dev = { | ||
| 760 | .dma_mask = &ssc1_dmamask, | ||
| 761 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 762 | }, | ||
| 763 | .resource = ssc1_resources, | ||
| 764 | .num_resources = ARRAY_SIZE(ssc1_resources), | ||
| 765 | }; | ||
| 766 | |||
| 767 | static inline void configure_ssc1_pins(unsigned pins) | ||
| 768 | { | ||
| 769 | if (pins & ATMEL_SSC_TF) | ||
| 770 | at91_set_A_periph(AT91_PIN_PB6, 1); | ||
| 771 | if (pins & ATMEL_SSC_TK) | ||
| 772 | at91_set_A_periph(AT91_PIN_PB7, 1); | ||
| 773 | if (pins & ATMEL_SSC_TD) | ||
| 774 | at91_set_A_periph(AT91_PIN_PB8, 1); | ||
| 775 | if (pins & ATMEL_SSC_RD) | ||
| 776 | at91_set_A_periph(AT91_PIN_PB9, 1); | ||
| 777 | if (pins & ATMEL_SSC_RK) | ||
| 778 | at91_set_A_periph(AT91_PIN_PB10, 1); | ||
| 779 | if (pins & ATMEL_SSC_RF) | ||
| 780 | at91_set_A_periph(AT91_PIN_PB11, 1); | ||
| 781 | } | ||
| 782 | |||
| 783 | /* | ||
| 784 | * SSC controllers are accessed through library code, instead of any | ||
| 785 | * kind of all-singing/all-dancing driver. For example one could be | ||
| 786 | * used by a particular I2S audio codec's driver, while another one | ||
| 787 | * on the same system might be used by a custom data capture driver. | ||
| 788 | */ | ||
| 789 | void __init at91_add_device_ssc(unsigned id, unsigned pins) | ||
| 790 | { | ||
| 791 | struct platform_device *pdev; | ||
| 792 | |||
| 793 | /* | ||
| 794 | * NOTE: caller is responsible for passing information matching | ||
| 795 | * "pins" to whatever will be using each particular controller. | ||
| 796 | */ | ||
| 797 | switch (id) { | ||
| 798 | case AT91CAP9_ID_SSC0: | ||
| 799 | pdev = &at91cap9_ssc0_device; | ||
| 800 | configure_ssc0_pins(pins); | ||
| 801 | at91_clock_associate("ssc0_clk", &pdev->dev, "ssc"); | ||
| 802 | break; | ||
| 803 | case AT91CAP9_ID_SSC1: | ||
| 804 | pdev = &at91cap9_ssc1_device; | ||
| 805 | configure_ssc1_pins(pins); | ||
| 806 | at91_clock_associate("ssc1_clk", &pdev->dev, "ssc"); | ||
| 807 | break; | ||
| 808 | default: | ||
| 809 | return; | ||
| 810 | } | ||
| 811 | |||
| 812 | platform_device_register(pdev); | ||
| 813 | } | ||
| 814 | |||
| 815 | #else | ||
| 816 | void __init at91_add_device_ssc(unsigned id, unsigned pins) {} | ||
| 817 | #endif | ||
| 818 | |||
| 819 | |||
| 820 | /* -------------------------------------------------------------------- | ||
| 821 | * UART | ||
| 822 | * -------------------------------------------------------------------- */ | ||
| 823 | |||
| 824 | #if defined(CONFIG_SERIAL_ATMEL) | ||
| 825 | static struct resource dbgu_resources[] = { | ||
| 826 | [0] = { | ||
| 827 | .start = AT91_VA_BASE_SYS + AT91_DBGU, | ||
| 828 | .end = AT91_VA_BASE_SYS + AT91_DBGU + SZ_512 - 1, | ||
| 829 | .flags = IORESOURCE_MEM, | ||
| 830 | }, | ||
| 831 | [1] = { | ||
| 832 | .start = AT91_ID_SYS, | ||
| 833 | .end = AT91_ID_SYS, | ||
| 834 | .flags = IORESOURCE_IRQ, | ||
| 835 | }, | ||
| 836 | }; | ||
| 837 | |||
| 838 | static struct atmel_uart_data dbgu_data = { | ||
| 839 | .use_dma_tx = 0, | ||
| 840 | .use_dma_rx = 0, /* DBGU not capable of receive DMA */ | ||
| 841 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), | ||
| 842 | }; | ||
| 843 | |||
| 844 | static u64 dbgu_dmamask = DMA_BIT_MASK(32); | ||
| 845 | |||
| 846 | static struct platform_device at91cap9_dbgu_device = { | ||
| 847 | .name = "atmel_usart", | ||
| 848 | .id = 0, | ||
| 849 | .dev = { | ||
| 850 | .dma_mask = &dbgu_dmamask, | ||
| 851 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 852 | .platform_data = &dbgu_data, | ||
| 853 | }, | ||
| 854 | .resource = dbgu_resources, | ||
| 855 | .num_resources = ARRAY_SIZE(dbgu_resources), | ||
| 856 | }; | ||
| 857 | |||
| 858 | static inline void configure_dbgu_pins(void) | ||
| 859 | { | ||
| 860 | at91_set_A_periph(AT91_PIN_PC30, 0); /* DRXD */ | ||
| 861 | at91_set_A_periph(AT91_PIN_PC31, 1); /* DTXD */ | ||
| 862 | } | ||
| 863 | |||
| 864 | static struct resource uart0_resources[] = { | ||
| 865 | [0] = { | ||
| 866 | .start = AT91CAP9_BASE_US0, | ||
| 867 | .end = AT91CAP9_BASE_US0 + SZ_16K - 1, | ||
| 868 | .flags = IORESOURCE_MEM, | ||
| 869 | }, | ||
| 870 | [1] = { | ||
| 871 | .start = AT91CAP9_ID_US0, | ||
| 872 | .end = AT91CAP9_ID_US0, | ||
| 873 | .flags = IORESOURCE_IRQ, | ||
| 874 | }, | ||
| 875 | }; | ||
| 876 | |||
| 877 | static struct atmel_uart_data uart0_data = { | ||
| 878 | .use_dma_tx = 1, | ||
| 879 | .use_dma_rx = 1, | ||
| 880 | }; | ||
| 881 | |||
| 882 | static u64 uart0_dmamask = DMA_BIT_MASK(32); | ||
| 883 | |||
| 884 | static struct platform_device at91cap9_uart0_device = { | ||
| 885 | .name = "atmel_usart", | ||
| 886 | .id = 1, | ||
| 887 | .dev = { | ||
| 888 | .dma_mask = &uart0_dmamask, | ||
| 889 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 890 | .platform_data = &uart0_data, | ||
| 891 | }, | ||
| 892 | .resource = uart0_resources, | ||
| 893 | .num_resources = ARRAY_SIZE(uart0_resources), | ||
| 894 | }; | ||
| 895 | |||
| 896 | static inline void configure_usart0_pins(unsigned pins) | ||
| 897 | { | ||
| 898 | at91_set_A_periph(AT91_PIN_PA22, 1); /* TXD0 */ | ||
| 899 | at91_set_A_periph(AT91_PIN_PA23, 0); /* RXD0 */ | ||
| 900 | |||
| 901 | if (pins & ATMEL_UART_RTS) | ||
| 902 | at91_set_A_periph(AT91_PIN_PA24, 0); /* RTS0 */ | ||
| 903 | if (pins & ATMEL_UART_CTS) | ||
| 904 | at91_set_A_periph(AT91_PIN_PA25, 0); /* CTS0 */ | ||
| 905 | } | ||
| 906 | |||
| 907 | static struct resource uart1_resources[] = { | ||
| 908 | [0] = { | ||
| 909 | .start = AT91CAP9_BASE_US1, | ||
| 910 | .end = AT91CAP9_BASE_US1 + SZ_16K - 1, | ||
| 911 | .flags = IORESOURCE_MEM, | ||
| 912 | }, | ||
| 913 | [1] = { | ||
| 914 | .start = AT91CAP9_ID_US1, | ||
| 915 | .end = AT91CAP9_ID_US1, | ||
| 916 | .flags = IORESOURCE_IRQ, | ||
| 917 | }, | ||
| 918 | }; | ||
| 919 | |||
| 920 | static struct atmel_uart_data uart1_data = { | ||
| 921 | .use_dma_tx = 1, | ||
| 922 | .use_dma_rx = 1, | ||
| 923 | }; | ||
| 924 | |||
| 925 | static u64 uart1_dmamask = DMA_BIT_MASK(32); | ||
| 926 | |||
| 927 | static struct platform_device at91cap9_uart1_device = { | ||
| 928 | .name = "atmel_usart", | ||
| 929 | .id = 2, | ||
| 930 | .dev = { | ||
| 931 | .dma_mask = &uart1_dmamask, | ||
| 932 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 933 | .platform_data = &uart1_data, | ||
| 934 | }, | ||
| 935 | .resource = uart1_resources, | ||
| 936 | .num_resources = ARRAY_SIZE(uart1_resources), | ||
| 937 | }; | ||
| 938 | |||
| 939 | static inline void configure_usart1_pins(unsigned pins) | ||
| 940 | { | ||
| 941 | at91_set_A_periph(AT91_PIN_PD0, 1); /* TXD1 */ | ||
| 942 | at91_set_A_periph(AT91_PIN_PD1, 0); /* RXD1 */ | ||
| 943 | |||
| 944 | if (pins & ATMEL_UART_RTS) | ||
| 945 | at91_set_B_periph(AT91_PIN_PD7, 0); /* RTS1 */ | ||
| 946 | if (pins & ATMEL_UART_CTS) | ||
| 947 | at91_set_B_periph(AT91_PIN_PD8, 0); /* CTS1 */ | ||
| 948 | } | ||
| 949 | |||
| 950 | static struct resource uart2_resources[] = { | ||
| 951 | [0] = { | ||
| 952 | .start = AT91CAP9_BASE_US2, | ||
| 953 | .end = AT91CAP9_BASE_US2 + SZ_16K - 1, | ||
| 954 | .flags = IORESOURCE_MEM, | ||
| 955 | }, | ||
| 956 | [1] = { | ||
| 957 | .start = AT91CAP9_ID_US2, | ||
| 958 | .end = AT91CAP9_ID_US2, | ||
| 959 | .flags = IORESOURCE_IRQ, | ||
| 960 | }, | ||
| 961 | }; | ||
| 962 | |||
| 963 | static struct atmel_uart_data uart2_data = { | ||
| 964 | .use_dma_tx = 1, | ||
| 965 | .use_dma_rx = 1, | ||
| 966 | }; | ||
| 967 | |||
| 968 | static u64 uart2_dmamask = DMA_BIT_MASK(32); | ||
| 969 | |||
| 970 | static struct platform_device at91cap9_uart2_device = { | ||
| 971 | .name = "atmel_usart", | ||
| 972 | .id = 3, | ||
| 973 | .dev = { | ||
| 974 | .dma_mask = &uart2_dmamask, | ||
| 975 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 976 | .platform_data = &uart2_data, | ||
| 977 | }, | ||
| 978 | .resource = uart2_resources, | ||
| 979 | .num_resources = ARRAY_SIZE(uart2_resources), | ||
| 980 | }; | ||
| 981 | |||
| 982 | static inline void configure_usart2_pins(unsigned pins) | ||
| 983 | { | ||
| 984 | at91_set_A_periph(AT91_PIN_PD2, 1); /* TXD2 */ | ||
| 985 | at91_set_A_periph(AT91_PIN_PD3, 0); /* RXD2 */ | ||
| 986 | |||
| 987 | if (pins & ATMEL_UART_RTS) | ||
| 988 | at91_set_B_periph(AT91_PIN_PD5, 0); /* RTS2 */ | ||
| 989 | if (pins & ATMEL_UART_CTS) | ||
| 990 | at91_set_B_periph(AT91_PIN_PD6, 0); /* CTS2 */ | ||
| 991 | } | ||
| 992 | |||
| 993 | static struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ | ||
| 994 | struct platform_device *atmel_default_console_device; /* the serial console device */ | ||
| 995 | |||
| 996 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) | ||
| 997 | { | ||
| 998 | struct platform_device *pdev; | ||
| 999 | |||
| 1000 | switch (id) { | ||
| 1001 | case 0: /* DBGU */ | ||
| 1002 | pdev = &at91cap9_dbgu_device; | ||
| 1003 | configure_dbgu_pins(); | ||
| 1004 | at91_clock_associate("mck", &pdev->dev, "usart"); | ||
| 1005 | break; | ||
| 1006 | case AT91CAP9_ID_US0: | ||
| 1007 | pdev = &at91cap9_uart0_device; | ||
| 1008 | configure_usart0_pins(pins); | ||
| 1009 | at91_clock_associate("usart0_clk", &pdev->dev, "usart"); | ||
| 1010 | break; | ||
| 1011 | case AT91CAP9_ID_US1: | ||
| 1012 | pdev = &at91cap9_uart1_device; | ||
| 1013 | configure_usart1_pins(pins); | ||
| 1014 | at91_clock_associate("usart1_clk", &pdev->dev, "usart"); | ||
| 1015 | break; | ||
| 1016 | case AT91CAP9_ID_US2: | ||
| 1017 | pdev = &at91cap9_uart2_device; | ||
| 1018 | configure_usart2_pins(pins); | ||
| 1019 | at91_clock_associate("usart2_clk", &pdev->dev, "usart"); | ||
| 1020 | break; | ||
| 1021 | default: | ||
| 1022 | return; | ||
| 1023 | } | ||
| 1024 | pdev->id = portnr; /* update to mapped ID */ | ||
| 1025 | |||
| 1026 | if (portnr < ATMEL_MAX_UART) | ||
| 1027 | at91_uarts[portnr] = pdev; | ||
| 1028 | } | ||
| 1029 | |||
| 1030 | void __init at91_set_serial_console(unsigned portnr) | ||
| 1031 | { | ||
| 1032 | if (portnr < ATMEL_MAX_UART) | ||
| 1033 | atmel_default_console_device = at91_uarts[portnr]; | ||
| 1034 | if (!atmel_default_console_device) | ||
| 1035 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | ||
| 1036 | } | ||
| 1037 | |||
| 1038 | void __init at91_add_device_serial(void) | ||
| 1039 | { | ||
| 1040 | int i; | ||
| 1041 | |||
| 1042 | for (i = 0; i < ATMEL_MAX_UART; i++) { | ||
| 1043 | if (at91_uarts[i]) | ||
| 1044 | platform_device_register(at91_uarts[i]); | ||
| 1045 | } | ||
| 1046 | } | ||
| 1047 | #else | ||
| 1048 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} | ||
| 1049 | void __init at91_set_serial_console(unsigned portnr) {} | ||
| 1050 | void __init at91_add_device_serial(void) {} | ||
| 1051 | #endif | ||
| 1052 | |||
| 1053 | |||
| 1054 | /* -------------------------------------------------------------------- */ | ||
| 1055 | /* | ||
| 1056 | * These devices are always present and don't need any board-specific | ||
| 1057 | * setup. | ||
| 1058 | */ | ||
| 1059 | static int __init at91_add_standard_devices(void) | ||
| 1060 | { | ||
| 1061 | at91_add_device_rtt(); | ||
| 1062 | at91_add_device_watchdog(); | ||
| 1063 | return 0; | ||
| 1064 | } | ||
| 1065 | |||
| 1066 | arch_initcall(at91_add_standard_devices); | ||
diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c index 2cad2bf864be..d688c1dbd925 100644 --- a/arch/arm/mach-at91/at91rm9200.c +++ b/arch/arm/mach-at91/at91rm9200.c | |||
| @@ -301,28 +301,28 @@ void __init at91rm9200_initialize(unsigned long main_clock, unsigned short banks | |||
| 301 | static unsigned int at91rm9200_default_irq_priority[NR_AIC_IRQS] __initdata = { | 301 | static unsigned int at91rm9200_default_irq_priority[NR_AIC_IRQS] __initdata = { |
| 302 | 7, /* Advanced Interrupt Controller (FIQ) */ | 302 | 7, /* Advanced Interrupt Controller (FIQ) */ |
| 303 | 7, /* System Peripherals */ | 303 | 7, /* System Peripherals */ |
| 304 | 0, /* Parallel IO Controller A */ | 304 | 1, /* Parallel IO Controller A */ |
| 305 | 0, /* Parallel IO Controller B */ | 305 | 1, /* Parallel IO Controller B */ |
| 306 | 0, /* Parallel IO Controller C */ | 306 | 1, /* Parallel IO Controller C */ |
| 307 | 0, /* Parallel IO Controller D */ | 307 | 1, /* Parallel IO Controller D */ |
| 308 | 6, /* USART 0 */ | 308 | 5, /* USART 0 */ |
| 309 | 6, /* USART 1 */ | 309 | 5, /* USART 1 */ |
| 310 | 6, /* USART 2 */ | 310 | 5, /* USART 2 */ |
| 311 | 6, /* USART 3 */ | 311 | 5, /* USART 3 */ |
| 312 | 0, /* Multimedia Card Interface */ | 312 | 0, /* Multimedia Card Interface */ |
| 313 | 4, /* USB Device Port */ | 313 | 2, /* USB Device Port */ |
| 314 | 0, /* Two-Wire Interface */ | 314 | 6, /* Two-Wire Interface */ |
| 315 | 6, /* Serial Peripheral Interface */ | 315 | 5, /* Serial Peripheral Interface */ |
| 316 | 5, /* Serial Synchronous Controller 0 */ | 316 | 4, /* Serial Synchronous Controller 0 */ |
| 317 | 5, /* Serial Synchronous Controller 1 */ | 317 | 4, /* Serial Synchronous Controller 1 */ |
| 318 | 5, /* Serial Synchronous Controller 2 */ | 318 | 4, /* Serial Synchronous Controller 2 */ |
| 319 | 0, /* Timer Counter 0 */ | 319 | 0, /* Timer Counter 0 */ |
| 320 | 0, /* Timer Counter 1 */ | 320 | 0, /* Timer Counter 1 */ |
| 321 | 0, /* Timer Counter 2 */ | 321 | 0, /* Timer Counter 2 */ |
| 322 | 0, /* Timer Counter 3 */ | 322 | 0, /* Timer Counter 3 */ |
| 323 | 0, /* Timer Counter 4 */ | 323 | 0, /* Timer Counter 4 */ |
| 324 | 0, /* Timer Counter 5 */ | 324 | 0, /* Timer Counter 5 */ |
| 325 | 3, /* USB Host port */ | 325 | 2, /* USB Host port */ |
| 326 | 3, /* Ethernet MAC */ | 326 | 3, /* Ethernet MAC */ |
| 327 | 0, /* Advanced Interrupt Controller (IRQ0) */ | 327 | 0, /* Advanced Interrupt Controller (IRQ0) */ |
| 328 | 0, /* Advanced Interrupt Controller (IRQ1) */ | 328 | 0, /* Advanced Interrupt Controller (IRQ1) */ |
diff --git a/arch/arm/mach-at91/at91rm9200_devices.c b/arch/arm/mach-at91/at91rm9200_devices.c index 9296833f91cc..ef6aeb86e980 100644 --- a/arch/arm/mach-at91/at91rm9200_devices.c +++ b/arch/arm/mach-at91/at91rm9200_devices.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <asm/mach/arch.h> | 13 | #include <asm/mach/arch.h> |
| 14 | #include <asm/mach/map.h> | 14 | #include <asm/mach/map.h> |
| 15 | 15 | ||
| 16 | #include <linux/dma-mapping.h> | ||
| 16 | #include <linux/platform_device.h> | 17 | #include <linux/platform_device.h> |
| 17 | #include <linux/i2c-gpio.h> | 18 | #include <linux/i2c-gpio.h> |
| 18 | 19 | ||
| @@ -29,7 +30,7 @@ | |||
| 29 | * -------------------------------------------------------------------- */ | 30 | * -------------------------------------------------------------------- */ |
| 30 | 31 | ||
| 31 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) | 32 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) |
| 32 | static u64 ohci_dmamask = 0xffffffffUL; | 33 | static u64 ohci_dmamask = DMA_BIT_MASK(32); |
| 33 | static struct at91_usbh_data usbh_data; | 34 | static struct at91_usbh_data usbh_data; |
| 34 | 35 | ||
| 35 | static struct resource usbh_resources[] = { | 36 | static struct resource usbh_resources[] = { |
| @@ -50,7 +51,7 @@ static struct platform_device at91rm9200_usbh_device = { | |||
| 50 | .id = -1, | 51 | .id = -1, |
| 51 | .dev = { | 52 | .dev = { |
| 52 | .dma_mask = &ohci_dmamask, | 53 | .dma_mask = &ohci_dmamask, |
| 53 | .coherent_dma_mask = 0xffffffff, | 54 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 54 | .platform_data = &usbh_data, | 55 | .platform_data = &usbh_data, |
| 55 | }, | 56 | }, |
| 56 | .resource = usbh_resources, | 57 | .resource = usbh_resources, |
| @@ -125,7 +126,7 @@ void __init at91_add_device_udc(struct at91_udc_data *data) {} | |||
| 125 | * -------------------------------------------------------------------- */ | 126 | * -------------------------------------------------------------------- */ |
| 126 | 127 | ||
| 127 | #if defined(CONFIG_ARM_AT91_ETHER) || defined(CONFIG_ARM_AT91_ETHER_MODULE) | 128 | #if defined(CONFIG_ARM_AT91_ETHER) || defined(CONFIG_ARM_AT91_ETHER_MODULE) |
| 128 | static u64 eth_dmamask = 0xffffffffUL; | 129 | static u64 eth_dmamask = DMA_BIT_MASK(32); |
| 129 | static struct at91_eth_data eth_data; | 130 | static struct at91_eth_data eth_data; |
| 130 | 131 | ||
| 131 | static struct resource eth_resources[] = { | 132 | static struct resource eth_resources[] = { |
| @@ -146,7 +147,7 @@ static struct platform_device at91rm9200_eth_device = { | |||
| 146 | .id = -1, | 147 | .id = -1, |
| 147 | .dev = { | 148 | .dev = { |
| 148 | .dma_mask = ð_dmamask, | 149 | .dma_mask = ð_dmamask, |
| 149 | .coherent_dma_mask = 0xffffffff, | 150 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 150 | .platform_data = ð_data, | 151 | .platform_data = ð_data, |
| 151 | }, | 152 | }, |
| 152 | .resource = eth_resources, | 153 | .resource = eth_resources, |
| @@ -285,7 +286,7 @@ void __init at91_add_device_cf(struct at91_cf_data *data) {} | |||
| 285 | * -------------------------------------------------------------------- */ | 286 | * -------------------------------------------------------------------- */ |
| 286 | 287 | ||
| 287 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) | 288 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) |
| 288 | static u64 mmc_dmamask = 0xffffffffUL; | 289 | static u64 mmc_dmamask = DMA_BIT_MASK(32); |
| 289 | static struct at91_mmc_data mmc_data; | 290 | static struct at91_mmc_data mmc_data; |
| 290 | 291 | ||
| 291 | static struct resource mmc_resources[] = { | 292 | static struct resource mmc_resources[] = { |
| @@ -306,7 +307,7 @@ static struct platform_device at91rm9200_mmc_device = { | |||
| 306 | .id = -1, | 307 | .id = -1, |
| 307 | .dev = { | 308 | .dev = { |
| 308 | .dma_mask = &mmc_dmamask, | 309 | .dma_mask = &mmc_dmamask, |
| 309 | .coherent_dma_mask = 0xffffffff, | 310 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 310 | .platform_data = &mmc_data, | 311 | .platform_data = &mmc_data, |
| 311 | }, | 312 | }, |
| 312 | .resource = mmc_resources, | 313 | .resource = mmc_resources, |
| @@ -375,7 +376,7 @@ static struct at91_nand_data nand_data; | |||
| 375 | static struct resource nand_resources[] = { | 376 | static struct resource nand_resources[] = { |
| 376 | { | 377 | { |
| 377 | .start = NAND_BASE, | 378 | .start = NAND_BASE, |
| 378 | .end = NAND_BASE + SZ_8M - 1, | 379 | .end = NAND_BASE + SZ_256M - 1, |
| 379 | .flags = IORESOURCE_MEM, | 380 | .flags = IORESOURCE_MEM, |
| 380 | } | 381 | } |
| 381 | }; | 382 | }; |
| @@ -513,7 +514,7 @@ void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) | |||
| 513 | * -------------------------------------------------------------------- */ | 514 | * -------------------------------------------------------------------- */ |
| 514 | 515 | ||
| 515 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) | 516 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) |
| 516 | static u64 spi_dmamask = 0xffffffffUL; | 517 | static u64 spi_dmamask = DMA_BIT_MASK(32); |
| 517 | 518 | ||
| 518 | static struct resource spi_resources[] = { | 519 | static struct resource spi_resources[] = { |
| 519 | [0] = { | 520 | [0] = { |
| @@ -533,7 +534,7 @@ static struct platform_device at91rm9200_spi_device = { | |||
| 533 | .id = 0, | 534 | .id = 0, |
| 534 | .dev = { | 535 | .dev = { |
| 535 | .dma_mask = &spi_dmamask, | 536 | .dma_mask = &spi_dmamask, |
| 536 | .coherent_dma_mask = 0xffffffff, | 537 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 537 | }, | 538 | }, |
| 538 | .resource = spi_resources, | 539 | .resource = spi_resources, |
| 539 | .num_resources = ARRAY_SIZE(spi_resources), | 540 | .num_resources = ARRAY_SIZE(spi_resources), |
| @@ -557,8 +558,11 @@ void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) | |||
| 557 | else | 558 | else |
| 558 | cs_pin = spi_standard_cs[devices[i].chip_select]; | 559 | cs_pin = spi_standard_cs[devices[i].chip_select]; |
| 559 | 560 | ||
| 560 | /* enable chip-select pin */ | 561 | if (devices[i].chip_select == 0) /* for CS0 errata */ |
| 561 | at91_set_gpio_output(cs_pin, 1); | 562 | at91_set_A_periph(cs_pin, 0); |
| 563 | else | ||
| 564 | at91_set_gpio_output(cs_pin, 1); | ||
| 565 | |||
| 562 | 566 | ||
| 563 | /* pass chip-select pin to driver */ | 567 | /* pass chip-select pin to driver */ |
| 564 | devices[i].controller_data = (void *) cs_pin; | 568 | devices[i].controller_data = (void *) cs_pin; |
| @@ -613,24 +617,175 @@ static void __init at91_add_device_watchdog(void) {} | |||
| 613 | 617 | ||
| 614 | 618 | ||
| 615 | /* -------------------------------------------------------------------- | 619 | /* -------------------------------------------------------------------- |
| 616 | * LEDs | 620 | * SSC -- Synchronous Serial Controller |
| 617 | * -------------------------------------------------------------------- */ | 621 | * -------------------------------------------------------------------- */ |
| 618 | 622 | ||
| 619 | #if defined(CONFIG_LEDS) | 623 | #if defined(CONFIG_ATMEL_SSC) || defined(CONFIG_ATMEL_SSC_MODULE) |
| 620 | u8 at91_leds_cpu; | 624 | static u64 ssc0_dmamask = DMA_BIT_MASK(32); |
| 621 | u8 at91_leds_timer; | 625 | |
| 626 | static struct resource ssc0_resources[] = { | ||
| 627 | [0] = { | ||
| 628 | .start = AT91RM9200_BASE_SSC0, | ||
| 629 | .end = AT91RM9200_BASE_SSC0 + SZ_16K - 1, | ||
| 630 | .flags = IORESOURCE_MEM, | ||
| 631 | }, | ||
| 632 | [1] = { | ||
| 633 | .start = AT91RM9200_ID_SSC0, | ||
| 634 | .end = AT91RM9200_ID_SSC0, | ||
| 635 | .flags = IORESOURCE_IRQ, | ||
| 636 | }, | ||
| 637 | }; | ||
| 638 | |||
| 639 | static struct platform_device at91rm9200_ssc0_device = { | ||
| 640 | .name = "ssc", | ||
| 641 | .id = 0, | ||
| 642 | .dev = { | ||
| 643 | .dma_mask = &ssc0_dmamask, | ||
| 644 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 645 | }, | ||
| 646 | .resource = ssc0_resources, | ||
| 647 | .num_resources = ARRAY_SIZE(ssc0_resources), | ||
| 648 | }; | ||
| 649 | |||
| 650 | static inline void configure_ssc0_pins(unsigned pins) | ||
| 651 | { | ||
| 652 | if (pins & ATMEL_SSC_TF) | ||
| 653 | at91_set_A_periph(AT91_PIN_PB0, 1); | ||
| 654 | if (pins & ATMEL_SSC_TK) | ||
| 655 | at91_set_A_periph(AT91_PIN_PB1, 1); | ||
| 656 | if (pins & ATMEL_SSC_TD) | ||
| 657 | at91_set_A_periph(AT91_PIN_PB2, 1); | ||
| 658 | if (pins & ATMEL_SSC_RD) | ||
| 659 | at91_set_A_periph(AT91_PIN_PB3, 1); | ||
| 660 | if (pins & ATMEL_SSC_RK) | ||
| 661 | at91_set_A_periph(AT91_PIN_PB4, 1); | ||
| 662 | if (pins & ATMEL_SSC_RF) | ||
| 663 | at91_set_A_periph(AT91_PIN_PB5, 1); | ||
| 664 | } | ||
| 665 | |||
| 666 | static u64 ssc1_dmamask = DMA_BIT_MASK(32); | ||
| 667 | |||
| 668 | static struct resource ssc1_resources[] = { | ||
| 669 | [0] = { | ||
| 670 | .start = AT91RM9200_BASE_SSC1, | ||
| 671 | .end = AT91RM9200_BASE_SSC1 + SZ_16K - 1, | ||
| 672 | .flags = IORESOURCE_MEM, | ||
| 673 | }, | ||
| 674 | [1] = { | ||
| 675 | .start = AT91RM9200_ID_SSC1, | ||
| 676 | .end = AT91RM9200_ID_SSC1, | ||
| 677 | .flags = IORESOURCE_IRQ, | ||
| 678 | }, | ||
| 679 | }; | ||
| 680 | |||
| 681 | static struct platform_device at91rm9200_ssc1_device = { | ||
| 682 | .name = "ssc", | ||
| 683 | .id = 1, | ||
| 684 | .dev = { | ||
| 685 | .dma_mask = &ssc1_dmamask, | ||
| 686 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 687 | }, | ||
| 688 | .resource = ssc1_resources, | ||
| 689 | .num_resources = ARRAY_SIZE(ssc1_resources), | ||
| 690 | }; | ||
| 691 | |||
| 692 | static inline void configure_ssc1_pins(unsigned pins) | ||
| 693 | { | ||
| 694 | if (pins & ATMEL_SSC_TF) | ||
| 695 | at91_set_A_periph(AT91_PIN_PB6, 1); | ||
| 696 | if (pins & ATMEL_SSC_TK) | ||
| 697 | at91_set_A_periph(AT91_PIN_PB7, 1); | ||
| 698 | if (pins & ATMEL_SSC_TD) | ||
| 699 | at91_set_A_periph(AT91_PIN_PB8, 1); | ||
| 700 | if (pins & ATMEL_SSC_RD) | ||
| 701 | at91_set_A_periph(AT91_PIN_PB9, 1); | ||
| 702 | if (pins & ATMEL_SSC_RK) | ||
| 703 | at91_set_A_periph(AT91_PIN_PB10, 1); | ||
| 704 | if (pins & ATMEL_SSC_RF) | ||
| 705 | at91_set_A_periph(AT91_PIN_PB11, 1); | ||
| 706 | } | ||
| 707 | |||
| 708 | static u64 ssc2_dmamask = DMA_BIT_MASK(32); | ||
| 709 | |||
| 710 | static struct resource ssc2_resources[] = { | ||
| 711 | [0] = { | ||
| 712 | .start = AT91RM9200_BASE_SSC2, | ||
| 713 | .end = AT91RM9200_BASE_SSC2 + SZ_16K - 1, | ||
| 714 | .flags = IORESOURCE_MEM, | ||
| 715 | }, | ||
| 716 | [1] = { | ||
| 717 | .start = AT91RM9200_ID_SSC2, | ||
| 718 | .end = AT91RM9200_ID_SSC2, | ||
| 719 | .flags = IORESOURCE_IRQ, | ||
| 720 | }, | ||
| 721 | }; | ||
| 722 | |||
| 723 | static struct platform_device at91rm9200_ssc2_device = { | ||
| 724 | .name = "ssc", | ||
| 725 | .id = 2, | ||
| 726 | .dev = { | ||
| 727 | .dma_mask = &ssc2_dmamask, | ||
| 728 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 729 | }, | ||
| 730 | .resource = ssc2_resources, | ||
| 731 | .num_resources = ARRAY_SIZE(ssc2_resources), | ||
| 732 | }; | ||
| 733 | |||
| 734 | static inline void configure_ssc2_pins(unsigned pins) | ||
| 735 | { | ||
| 736 | if (pins & ATMEL_SSC_TF) | ||
| 737 | at91_set_A_periph(AT91_PIN_PB12, 1); | ||
| 738 | if (pins & ATMEL_SSC_TK) | ||
| 739 | at91_set_A_periph(AT91_PIN_PB13, 1); | ||
| 740 | if (pins & ATMEL_SSC_TD) | ||
| 741 | at91_set_A_periph(AT91_PIN_PB14, 1); | ||
| 742 | if (pins & ATMEL_SSC_RD) | ||
| 743 | at91_set_A_periph(AT91_PIN_PB15, 1); | ||
| 744 | if (pins & ATMEL_SSC_RK) | ||
| 745 | at91_set_A_periph(AT91_PIN_PB16, 1); | ||
| 746 | if (pins & ATMEL_SSC_RF) | ||
| 747 | at91_set_A_periph(AT91_PIN_PB17, 1); | ||
| 748 | } | ||
| 622 | 749 | ||
| 623 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | 750 | /* |
| 751 | * SSC controllers are accessed through library code, instead of any | ||
| 752 | * kind of all-singing/all-dancing driver. For example one could be | ||
| 753 | * used by a particular I2S audio codec's driver, while another one | ||
| 754 | * on the same system might be used by a custom data capture driver. | ||
| 755 | */ | ||
| 756 | void __init at91_add_device_ssc(unsigned id, unsigned pins) | ||
| 624 | { | 757 | { |
| 625 | /* Enable GPIO to access the LEDs */ | 758 | struct platform_device *pdev; |
| 626 | at91_set_gpio_output(cpu_led, 1); | ||
| 627 | at91_set_gpio_output(timer_led, 1); | ||
| 628 | 759 | ||
| 629 | at91_leds_cpu = cpu_led; | 760 | /* |
| 630 | at91_leds_timer = timer_led; | 761 | * NOTE: caller is responsible for passing information matching |
| 762 | * "pins" to whatever will be using each particular controller. | ||
| 763 | */ | ||
| 764 | switch (id) { | ||
| 765 | case AT91RM9200_ID_SSC0: | ||
| 766 | pdev = &at91rm9200_ssc0_device; | ||
| 767 | configure_ssc0_pins(pins); | ||
| 768 | at91_clock_associate("ssc0_clk", &pdev->dev, "ssc"); | ||
| 769 | break; | ||
| 770 | case AT91RM9200_ID_SSC1: | ||
| 771 | pdev = &at91rm9200_ssc1_device; | ||
| 772 | configure_ssc1_pins(pins); | ||
| 773 | at91_clock_associate("ssc1_clk", &pdev->dev, "ssc"); | ||
| 774 | break; | ||
| 775 | case AT91RM9200_ID_SSC2: | ||
| 776 | pdev = &at91rm9200_ssc2_device; | ||
| 777 | configure_ssc2_pins(pins); | ||
| 778 | at91_clock_associate("ssc2_clk", &pdev->dev, "ssc"); | ||
| 779 | break; | ||
| 780 | default: | ||
| 781 | return; | ||
| 782 | } | ||
| 783 | |||
| 784 | platform_device_register(pdev); | ||
| 631 | } | 785 | } |
| 786 | |||
| 632 | #else | 787 | #else |
| 633 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | 788 | void __init at91_add_device_ssc(unsigned id, unsigned pins) {} |
| 634 | #endif | 789 | #endif |
| 635 | 790 | ||
| 636 | 791 | ||
| @@ -658,12 +813,15 @@ static struct atmel_uart_data dbgu_data = { | |||
| 658 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), | 813 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), |
| 659 | }; | 814 | }; |
| 660 | 815 | ||
| 816 | static u64 dbgu_dmamask = DMA_BIT_MASK(32); | ||
| 817 | |||
| 661 | static struct platform_device at91rm9200_dbgu_device = { | 818 | static struct platform_device at91rm9200_dbgu_device = { |
| 662 | .name = "atmel_usart", | 819 | .name = "atmel_usart", |
| 663 | .id = 0, | 820 | .id = 0, |
| 664 | .dev = { | 821 | .dev = { |
| 665 | .platform_data = &dbgu_data, | 822 | .dma_mask = &dbgu_dmamask, |
| 666 | .coherent_dma_mask = 0xffffffff, | 823 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 824 | .platform_data = &dbgu_data, | ||
| 667 | }, | 825 | }, |
| 668 | .resource = dbgu_resources, | 826 | .resource = dbgu_resources, |
| 669 | .num_resources = ARRAY_SIZE(dbgu_resources), | 827 | .num_resources = ARRAY_SIZE(dbgu_resources), |
| @@ -693,28 +851,35 @@ static struct atmel_uart_data uart0_data = { | |||
| 693 | .use_dma_rx = 1, | 851 | .use_dma_rx = 1, |
| 694 | }; | 852 | }; |
| 695 | 853 | ||
| 854 | static u64 uart0_dmamask = DMA_BIT_MASK(32); | ||
| 855 | |||
| 696 | static struct platform_device at91rm9200_uart0_device = { | 856 | static struct platform_device at91rm9200_uart0_device = { |
| 697 | .name = "atmel_usart", | 857 | .name = "atmel_usart", |
| 698 | .id = 1, | 858 | .id = 1, |
| 699 | .dev = { | 859 | .dev = { |
| 700 | .platform_data = &uart0_data, | 860 | .dma_mask = &uart0_dmamask, |
| 701 | .coherent_dma_mask = 0xffffffff, | 861 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 862 | .platform_data = &uart0_data, | ||
| 702 | }, | 863 | }, |
| 703 | .resource = uart0_resources, | 864 | .resource = uart0_resources, |
| 704 | .num_resources = ARRAY_SIZE(uart0_resources), | 865 | .num_resources = ARRAY_SIZE(uart0_resources), |
| 705 | }; | 866 | }; |
| 706 | 867 | ||
| 707 | static inline void configure_usart0_pins(void) | 868 | static inline void configure_usart0_pins(unsigned pins) |
| 708 | { | 869 | { |
| 709 | at91_set_A_periph(AT91_PIN_PA17, 1); /* TXD0 */ | 870 | at91_set_A_periph(AT91_PIN_PA17, 1); /* TXD0 */ |
| 710 | at91_set_A_periph(AT91_PIN_PA18, 0); /* RXD0 */ | 871 | at91_set_A_periph(AT91_PIN_PA18, 0); /* RXD0 */ |
| 711 | at91_set_A_periph(AT91_PIN_PA20, 0); /* CTS0 */ | ||
| 712 | 872 | ||
| 713 | /* | 873 | if (pins & ATMEL_UART_CTS) |
| 714 | * AT91RM9200 Errata #39 - RTS0 is not internally connected to PA21. | 874 | at91_set_A_periph(AT91_PIN_PA20, 0); /* CTS0 */ |
| 715 | * We need to drive the pin manually. Default is off (RTS is active low). | 875 | |
| 716 | */ | 876 | if (pins & ATMEL_UART_RTS) { |
| 717 | at91_set_gpio_output(AT91_PIN_PA21, 1); | 877 | /* |
| 878 | * AT91RM9200 Errata #39 - RTS0 is not internally connected to PA21. | ||
| 879 | * We need to drive the pin manually. Default is off (RTS is active low). | ||
| 880 | */ | ||
| 881 | at91_set_gpio_output(AT91_PIN_PA21, 1); | ||
| 882 | } | ||
| 718 | } | 883 | } |
| 719 | 884 | ||
| 720 | static struct resource uart1_resources[] = { | 885 | static struct resource uart1_resources[] = { |
| @@ -735,27 +900,37 @@ static struct atmel_uart_data uart1_data = { | |||
| 735 | .use_dma_rx = 1, | 900 | .use_dma_rx = 1, |
| 736 | }; | 901 | }; |
| 737 | 902 | ||
| 903 | static u64 uart1_dmamask = DMA_BIT_MASK(32); | ||
| 904 | |||
| 738 | static struct platform_device at91rm9200_uart1_device = { | 905 | static struct platform_device at91rm9200_uart1_device = { |
| 739 | .name = "atmel_usart", | 906 | .name = "atmel_usart", |
| 740 | .id = 2, | 907 | .id = 2, |
| 741 | .dev = { | 908 | .dev = { |
| 742 | .platform_data = &uart1_data, | 909 | .dma_mask = &uart1_dmamask, |
| 743 | .coherent_dma_mask = 0xffffffff, | 910 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 911 | .platform_data = &uart1_data, | ||
| 744 | }, | 912 | }, |
| 745 | .resource = uart1_resources, | 913 | .resource = uart1_resources, |
| 746 | .num_resources = ARRAY_SIZE(uart1_resources), | 914 | .num_resources = ARRAY_SIZE(uart1_resources), |
| 747 | }; | 915 | }; |
| 748 | 916 | ||
| 749 | static inline void configure_usart1_pins(void) | 917 | static inline void configure_usart1_pins(unsigned pins) |
| 750 | { | 918 | { |
| 751 | at91_set_A_periph(AT91_PIN_PB18, 0); /* RI1 */ | ||
| 752 | at91_set_A_periph(AT91_PIN_PB19, 0); /* DTR1 */ | ||
| 753 | at91_set_A_periph(AT91_PIN_PB20, 1); /* TXD1 */ | 919 | at91_set_A_periph(AT91_PIN_PB20, 1); /* TXD1 */ |
| 754 | at91_set_A_periph(AT91_PIN_PB21, 0); /* RXD1 */ | 920 | at91_set_A_periph(AT91_PIN_PB21, 0); /* RXD1 */ |
| 755 | at91_set_A_periph(AT91_PIN_PB23, 0); /* DCD1 */ | 921 | |
| 756 | at91_set_A_periph(AT91_PIN_PB24, 0); /* CTS1 */ | 922 | if (pins & ATMEL_UART_RI) |
| 757 | at91_set_A_periph(AT91_PIN_PB25, 0); /* DSR1 */ | 923 | at91_set_A_periph(AT91_PIN_PB18, 0); /* RI1 */ |
| 758 | at91_set_A_periph(AT91_PIN_PB26, 0); /* RTS1 */ | 924 | if (pins & ATMEL_UART_DTR) |
| 925 | at91_set_A_periph(AT91_PIN_PB19, 0); /* DTR1 */ | ||
| 926 | if (pins & ATMEL_UART_DCD) | ||
| 927 | at91_set_A_periph(AT91_PIN_PB23, 0); /* DCD1 */ | ||
| 928 | if (pins & ATMEL_UART_CTS) | ||
| 929 | at91_set_A_periph(AT91_PIN_PB24, 0); /* CTS1 */ | ||
| 930 | if (pins & ATMEL_UART_DSR) | ||
| 931 | at91_set_A_periph(AT91_PIN_PB25, 0); /* DSR1 */ | ||
| 932 | if (pins & ATMEL_UART_RTS) | ||
| 933 | at91_set_A_periph(AT91_PIN_PB26, 0); /* RTS1 */ | ||
| 759 | } | 934 | } |
| 760 | 935 | ||
| 761 | static struct resource uart2_resources[] = { | 936 | static struct resource uart2_resources[] = { |
| @@ -776,21 +951,29 @@ static struct atmel_uart_data uart2_data = { | |||
| 776 | .use_dma_rx = 1, | 951 | .use_dma_rx = 1, |
| 777 | }; | 952 | }; |
| 778 | 953 | ||
| 954 | static u64 uart2_dmamask = DMA_BIT_MASK(32); | ||
| 955 | |||
| 779 | static struct platform_device at91rm9200_uart2_device = { | 956 | static struct platform_device at91rm9200_uart2_device = { |
| 780 | .name = "atmel_usart", | 957 | .name = "atmel_usart", |
| 781 | .id = 3, | 958 | .id = 3, |
| 782 | .dev = { | 959 | .dev = { |
| 783 | .platform_data = &uart2_data, | 960 | .dma_mask = &uart2_dmamask, |
| 784 | .coherent_dma_mask = 0xffffffff, | 961 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 962 | .platform_data = &uart2_data, | ||
| 785 | }, | 963 | }, |
| 786 | .resource = uart2_resources, | 964 | .resource = uart2_resources, |
| 787 | .num_resources = ARRAY_SIZE(uart2_resources), | 965 | .num_resources = ARRAY_SIZE(uart2_resources), |
| 788 | }; | 966 | }; |
| 789 | 967 | ||
| 790 | static inline void configure_usart2_pins(void) | 968 | static inline void configure_usart2_pins(unsigned pins) |
| 791 | { | 969 | { |
| 792 | at91_set_A_periph(AT91_PIN_PA22, 0); /* RXD2 */ | 970 | at91_set_A_periph(AT91_PIN_PA22, 0); /* RXD2 */ |
| 793 | at91_set_A_periph(AT91_PIN_PA23, 1); /* TXD2 */ | 971 | at91_set_A_periph(AT91_PIN_PA23, 1); /* TXD2 */ |
| 972 | |||
| 973 | if (pins & ATMEL_UART_CTS) | ||
| 974 | at91_set_B_periph(AT91_PIN_PA30, 0); /* CTS2 */ | ||
| 975 | if (pins & ATMEL_UART_RTS) | ||
| 976 | at91_set_B_periph(AT91_PIN_PA31, 0); /* RTS2 */ | ||
| 794 | } | 977 | } |
| 795 | 978 | ||
| 796 | static struct resource uart3_resources[] = { | 979 | static struct resource uart3_resources[] = { |
| @@ -811,27 +994,35 @@ static struct atmel_uart_data uart3_data = { | |||
| 811 | .use_dma_rx = 1, | 994 | .use_dma_rx = 1, |
| 812 | }; | 995 | }; |
| 813 | 996 | ||
| 997 | static u64 uart3_dmamask = DMA_BIT_MASK(32); | ||
| 998 | |||
| 814 | static struct platform_device at91rm9200_uart3_device = { | 999 | static struct platform_device at91rm9200_uart3_device = { |
| 815 | .name = "atmel_usart", | 1000 | .name = "atmel_usart", |
| 816 | .id = 4, | 1001 | .id = 4, |
| 817 | .dev = { | 1002 | .dev = { |
| 818 | .platform_data = &uart3_data, | 1003 | .dma_mask = &uart3_dmamask, |
| 819 | .coherent_dma_mask = 0xffffffff, | 1004 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 1005 | .platform_data = &uart3_data, | ||
| 820 | }, | 1006 | }, |
| 821 | .resource = uart3_resources, | 1007 | .resource = uart3_resources, |
| 822 | .num_resources = ARRAY_SIZE(uart3_resources), | 1008 | .num_resources = ARRAY_SIZE(uart3_resources), |
| 823 | }; | 1009 | }; |
| 824 | 1010 | ||
| 825 | static inline void configure_usart3_pins(void) | 1011 | static inline void configure_usart3_pins(unsigned pins) |
| 826 | { | 1012 | { |
| 827 | at91_set_B_periph(AT91_PIN_PA5, 1); /* TXD3 */ | 1013 | at91_set_B_periph(AT91_PIN_PA5, 1); /* TXD3 */ |
| 828 | at91_set_B_periph(AT91_PIN_PA6, 0); /* RXD3 */ | 1014 | at91_set_B_periph(AT91_PIN_PA6, 0); /* RXD3 */ |
| 1015 | |||
| 1016 | if (pins & ATMEL_UART_CTS) | ||
| 1017 | at91_set_B_periph(AT91_PIN_PB1, 0); /* CTS3 */ | ||
| 1018 | if (pins & ATMEL_UART_RTS) | ||
| 1019 | at91_set_B_periph(AT91_PIN_PB0, 0); /* RTS3 */ | ||
| 829 | } | 1020 | } |
| 830 | 1021 | ||
| 831 | struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ | 1022 | static struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ |
| 832 | struct platform_device *atmel_default_console_device; /* the serial console device */ | 1023 | struct platform_device *atmel_default_console_device; /* the serial console device */ |
| 833 | 1024 | ||
| 834 | void __init at91_init_serial(struct at91_uart_config *config) | 1025 | void __init __deprecated at91_init_serial(struct at91_uart_config *config) |
| 835 | { | 1026 | { |
| 836 | int i; | 1027 | int i; |
| 837 | 1028 | ||
| @@ -839,22 +1030,22 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 839 | for (i = 0; i < config->nr_tty; i++) { | 1030 | for (i = 0; i < config->nr_tty; i++) { |
| 840 | switch (config->tty_map[i]) { | 1031 | switch (config->tty_map[i]) { |
| 841 | case 0: | 1032 | case 0: |
| 842 | configure_usart0_pins(); | 1033 | configure_usart0_pins(ATMEL_UART_CTS | ATMEL_UART_RTS); |
| 843 | at91_uarts[i] = &at91rm9200_uart0_device; | 1034 | at91_uarts[i] = &at91rm9200_uart0_device; |
| 844 | at91_clock_associate("usart0_clk", &at91rm9200_uart0_device.dev, "usart"); | 1035 | at91_clock_associate("usart0_clk", &at91rm9200_uart0_device.dev, "usart"); |
| 845 | break; | 1036 | break; |
| 846 | case 1: | 1037 | case 1: |
| 847 | configure_usart1_pins(); | 1038 | configure_usart1_pins(ATMEL_UART_CTS | ATMEL_UART_RTS | ATMEL_UART_DSR | ATMEL_UART_DTR | ATMEL_UART_DCD | ATMEL_UART_RI); |
| 848 | at91_uarts[i] = &at91rm9200_uart1_device; | 1039 | at91_uarts[i] = &at91rm9200_uart1_device; |
| 849 | at91_clock_associate("usart1_clk", &at91rm9200_uart1_device.dev, "usart"); | 1040 | at91_clock_associate("usart1_clk", &at91rm9200_uart1_device.dev, "usart"); |
| 850 | break; | 1041 | break; |
| 851 | case 2: | 1042 | case 2: |
| 852 | configure_usart2_pins(); | 1043 | configure_usart2_pins(0); |
| 853 | at91_uarts[i] = &at91rm9200_uart2_device; | 1044 | at91_uarts[i] = &at91rm9200_uart2_device; |
| 854 | at91_clock_associate("usart2_clk", &at91rm9200_uart2_device.dev, "usart"); | 1045 | at91_clock_associate("usart2_clk", &at91rm9200_uart2_device.dev, "usart"); |
| 855 | break; | 1046 | break; |
| 856 | case 3: | 1047 | case 3: |
| 857 | configure_usart3_pins(); | 1048 | configure_usart3_pins(0); |
| 858 | at91_uarts[i] = &at91rm9200_uart3_device; | 1049 | at91_uarts[i] = &at91rm9200_uart3_device; |
| 859 | at91_clock_associate("usart3_clk", &at91rm9200_uart3_device.dev, "usart"); | 1050 | at91_clock_associate("usart3_clk", &at91rm9200_uart3_device.dev, "usart"); |
| 860 | break; | 1051 | break; |
| @@ -876,6 +1067,53 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 876 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | 1067 | printk(KERN_INFO "AT91: No default serial console defined.\n"); |
| 877 | } | 1068 | } |
| 878 | 1069 | ||
| 1070 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) | ||
| 1071 | { | ||
| 1072 | struct platform_device *pdev; | ||
| 1073 | |||
| 1074 | switch (id) { | ||
| 1075 | case 0: /* DBGU */ | ||
| 1076 | pdev = &at91rm9200_dbgu_device; | ||
| 1077 | configure_dbgu_pins(); | ||
| 1078 | at91_clock_associate("mck", &pdev->dev, "usart"); | ||
| 1079 | break; | ||
| 1080 | case AT91RM9200_ID_US0: | ||
| 1081 | pdev = &at91rm9200_uart0_device; | ||
| 1082 | configure_usart0_pins(pins); | ||
| 1083 | at91_clock_associate("usart0_clk", &pdev->dev, "usart"); | ||
| 1084 | break; | ||
| 1085 | case AT91RM9200_ID_US1: | ||
| 1086 | pdev = &at91rm9200_uart1_device; | ||
| 1087 | configure_usart1_pins(pins); | ||
| 1088 | at91_clock_associate("usart1_clk", &pdev->dev, "usart"); | ||
| 1089 | break; | ||
| 1090 | case AT91RM9200_ID_US2: | ||
| 1091 | pdev = &at91rm9200_uart2_device; | ||
| 1092 | configure_usart2_pins(pins); | ||
| 1093 | at91_clock_associate("usart2_clk", &pdev->dev, "usart"); | ||
| 1094 | break; | ||
| 1095 | case AT91RM9200_ID_US3: | ||
| 1096 | pdev = &at91rm9200_uart3_device; | ||
| 1097 | configure_usart3_pins(pins); | ||
| 1098 | at91_clock_associate("usart3_clk", &pdev->dev, "usart"); | ||
| 1099 | break; | ||
| 1100 | default: | ||
| 1101 | return; | ||
| 1102 | } | ||
| 1103 | pdev->id = portnr; /* update to mapped ID */ | ||
| 1104 | |||
| 1105 | if (portnr < ATMEL_MAX_UART) | ||
| 1106 | at91_uarts[portnr] = pdev; | ||
| 1107 | } | ||
| 1108 | |||
| 1109 | void __init at91_set_serial_console(unsigned portnr) | ||
| 1110 | { | ||
| 1111 | if (portnr < ATMEL_MAX_UART) | ||
| 1112 | atmel_default_console_device = at91_uarts[portnr]; | ||
| 1113 | if (!atmel_default_console_device) | ||
| 1114 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | ||
| 1115 | } | ||
| 1116 | |||
| 879 | void __init at91_add_device_serial(void) | 1117 | void __init at91_add_device_serial(void) |
| 880 | { | 1118 | { |
| 881 | int i; | 1119 | int i; |
| @@ -886,7 +1124,9 @@ void __init at91_add_device_serial(void) | |||
| 886 | } | 1124 | } |
| 887 | } | 1125 | } |
| 888 | #else | 1126 | #else |
| 889 | void __init at91_init_serial(struct at91_uart_config *config) {} | 1127 | void __init __deprecated at91_init_serial(struct at91_uart_config *config) {} |
| 1128 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} | ||
| 1129 | void __init at91_set_serial_console(unsigned portnr) {} | ||
| 890 | void __init at91_add_device_serial(void) {} | 1130 | void __init at91_add_device_serial(void) {} |
| 891 | #endif | 1131 | #endif |
| 892 | 1132 | ||
diff --git a/arch/arm/mach-at91/at91sam9260.c b/arch/arm/mach-at91/at91sam9260.c index e47381e8aaba..18d06612ce8a 100644 --- a/arch/arm/mach-at91/at91sam9260.c +++ b/arch/arm/mach-at91/at91sam9260.c | |||
| @@ -327,30 +327,30 @@ void __init at91sam9260_initialize(unsigned long main_clock) | |||
| 327 | static unsigned int at91sam9260_default_irq_priority[NR_AIC_IRQS] __initdata = { | 327 | static unsigned int at91sam9260_default_irq_priority[NR_AIC_IRQS] __initdata = { |
| 328 | 7, /* Advanced Interrupt Controller */ | 328 | 7, /* Advanced Interrupt Controller */ |
| 329 | 7, /* System Peripherals */ | 329 | 7, /* System Peripherals */ |
| 330 | 0, /* Parallel IO Controller A */ | 330 | 1, /* Parallel IO Controller A */ |
| 331 | 0, /* Parallel IO Controller B */ | 331 | 1, /* Parallel IO Controller B */ |
| 332 | 0, /* Parallel IO Controller C */ | 332 | 1, /* Parallel IO Controller C */ |
| 333 | 0, /* Analog-to-Digital Converter */ | 333 | 0, /* Analog-to-Digital Converter */ |
| 334 | 6, /* USART 0 */ | 334 | 5, /* USART 0 */ |
| 335 | 6, /* USART 1 */ | 335 | 5, /* USART 1 */ |
| 336 | 6, /* USART 2 */ | 336 | 5, /* USART 2 */ |
| 337 | 0, /* Multimedia Card Interface */ | 337 | 0, /* Multimedia Card Interface */ |
| 338 | 4, /* USB Device Port */ | 338 | 2, /* USB Device Port */ |
| 339 | 0, /* Two-Wire Interface */ | 339 | 6, /* Two-Wire Interface */ |
| 340 | 6, /* Serial Peripheral Interface 0 */ | 340 | 5, /* Serial Peripheral Interface 0 */ |
| 341 | 6, /* Serial Peripheral Interface 1 */ | 341 | 5, /* Serial Peripheral Interface 1 */ |
| 342 | 5, /* Serial Synchronous Controller */ | 342 | 5, /* Serial Synchronous Controller */ |
| 343 | 0, | 343 | 0, |
| 344 | 0, | 344 | 0, |
| 345 | 0, /* Timer Counter 0 */ | 345 | 0, /* Timer Counter 0 */ |
| 346 | 0, /* Timer Counter 1 */ | 346 | 0, /* Timer Counter 1 */ |
| 347 | 0, /* Timer Counter 2 */ | 347 | 0, /* Timer Counter 2 */ |
| 348 | 3, /* USB Host port */ | 348 | 2, /* USB Host port */ |
| 349 | 3, /* Ethernet */ | 349 | 3, /* Ethernet */ |
| 350 | 0, /* Image Sensor Interface */ | 350 | 0, /* Image Sensor Interface */ |
| 351 | 6, /* USART 3 */ | 351 | 5, /* USART 3 */ |
| 352 | 6, /* USART 4 */ | 352 | 5, /* USART 4 */ |
| 353 | 6, /* USART 5 */ | 353 | 5, /* USART 5 */ |
| 354 | 0, /* Timer Counter 3 */ | 354 | 0, /* Timer Counter 3 */ |
| 355 | 0, /* Timer Counter 4 */ | 355 | 0, /* Timer Counter 4 */ |
| 356 | 0, /* Timer Counter 5 */ | 356 | 0, /* Timer Counter 5 */ |
diff --git a/arch/arm/mach-at91/at91sam9260_devices.c b/arch/arm/mach-at91/at91sam9260_devices.c index 3091bf47d8c9..105f8403860b 100644 --- a/arch/arm/mach-at91/at91sam9260_devices.c +++ b/arch/arm/mach-at91/at91sam9260_devices.c | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <asm/mach/arch.h> | 12 | #include <asm/mach/arch.h> |
| 13 | #include <asm/mach/map.h> | 13 | #include <asm/mach/map.h> |
| 14 | 14 | ||
| 15 | #include <linux/dma-mapping.h> | ||
| 15 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
| 16 | #include <linux/i2c-gpio.h> | 17 | #include <linux/i2c-gpio.h> |
| 17 | 18 | ||
| @@ -29,7 +30,7 @@ | |||
| 29 | * -------------------------------------------------------------------- */ | 30 | * -------------------------------------------------------------------- */ |
| 30 | 31 | ||
| 31 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) | 32 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) |
| 32 | static u64 ohci_dmamask = 0xffffffffUL; | 33 | static u64 ohci_dmamask = DMA_BIT_MASK(32); |
| 33 | static struct at91_usbh_data usbh_data; | 34 | static struct at91_usbh_data usbh_data; |
| 34 | 35 | ||
| 35 | static struct resource usbh_resources[] = { | 36 | static struct resource usbh_resources[] = { |
| @@ -50,7 +51,7 @@ static struct platform_device at91_usbh_device = { | |||
| 50 | .id = -1, | 51 | .id = -1, |
| 51 | .dev = { | 52 | .dev = { |
| 52 | .dma_mask = &ohci_dmamask, | 53 | .dma_mask = &ohci_dmamask, |
| 53 | .coherent_dma_mask = 0xffffffff, | 54 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 54 | .platform_data = &usbh_data, | 55 | .platform_data = &usbh_data, |
| 55 | }, | 56 | }, |
| 56 | .resource = usbh_resources, | 57 | .resource = usbh_resources, |
| @@ -125,7 +126,7 @@ void __init at91_add_device_udc(struct at91_udc_data *data) {} | |||
| 125 | * -------------------------------------------------------------------- */ | 126 | * -------------------------------------------------------------------- */ |
| 126 | 127 | ||
| 127 | #if defined(CONFIG_MACB) || defined(CONFIG_MACB_MODULE) | 128 | #if defined(CONFIG_MACB) || defined(CONFIG_MACB_MODULE) |
| 128 | static u64 eth_dmamask = 0xffffffffUL; | 129 | static u64 eth_dmamask = DMA_BIT_MASK(32); |
| 129 | static struct at91_eth_data eth_data; | 130 | static struct at91_eth_data eth_data; |
| 130 | 131 | ||
| 131 | static struct resource eth_resources[] = { | 132 | static struct resource eth_resources[] = { |
| @@ -146,7 +147,7 @@ static struct platform_device at91sam9260_eth_device = { | |||
| 146 | .id = -1, | 147 | .id = -1, |
| 147 | .dev = { | 148 | .dev = { |
| 148 | .dma_mask = ð_dmamask, | 149 | .dma_mask = ð_dmamask, |
| 149 | .coherent_dma_mask = 0xffffffff, | 150 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 150 | .platform_data = ð_data, | 151 | .platform_data = ð_data, |
| 151 | }, | 152 | }, |
| 152 | .resource = eth_resources, | 153 | .resource = eth_resources, |
| @@ -199,7 +200,7 @@ void __init at91_add_device_eth(struct at91_eth_data *data) {} | |||
| 199 | * -------------------------------------------------------------------- */ | 200 | * -------------------------------------------------------------------- */ |
| 200 | 201 | ||
| 201 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) | 202 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) |
| 202 | static u64 mmc_dmamask = 0xffffffffUL; | 203 | static u64 mmc_dmamask = DMA_BIT_MASK(32); |
| 203 | static struct at91_mmc_data mmc_data; | 204 | static struct at91_mmc_data mmc_data; |
| 204 | 205 | ||
| 205 | static struct resource mmc_resources[] = { | 206 | static struct resource mmc_resources[] = { |
| @@ -220,7 +221,7 @@ static struct platform_device at91sam9260_mmc_device = { | |||
| 220 | .id = -1, | 221 | .id = -1, |
| 221 | .dev = { | 222 | .dev = { |
| 222 | .dma_mask = &mmc_dmamask, | 223 | .dma_mask = &mmc_dmamask, |
| 223 | .coherent_dma_mask = 0xffffffff, | 224 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 224 | .platform_data = &mmc_data, | 225 | .platform_data = &mmc_data, |
| 225 | }, | 226 | }, |
| 226 | .resource = mmc_resources, | 227 | .resource = mmc_resources, |
| @@ -289,7 +290,7 @@ static struct at91_nand_data nand_data; | |||
| 289 | static struct resource nand_resources[] = { | 290 | static struct resource nand_resources[] = { |
| 290 | { | 291 | { |
| 291 | .start = NAND_BASE, | 292 | .start = NAND_BASE, |
| 292 | .end = NAND_BASE + SZ_8M - 1, | 293 | .end = NAND_BASE + SZ_256M - 1, |
| 293 | .flags = IORESOURCE_MEM, | 294 | .flags = IORESOURCE_MEM, |
| 294 | } | 295 | } |
| 295 | }; | 296 | }; |
| @@ -312,7 +313,7 @@ void __init at91_add_device_nand(struct at91_nand_data *data) | |||
| 312 | return; | 313 | return; |
| 313 | 314 | ||
| 314 | csa = at91_sys_read(AT91_MATRIX_EBICSA); | 315 | csa = at91_sys_read(AT91_MATRIX_EBICSA); |
| 315 | at91_sys_write(AT91_MATRIX_EBICSA, csa | AT91_MATRIX_CS3A_SMC); | 316 | at91_sys_write(AT91_MATRIX_EBICSA, csa | AT91_MATRIX_CS3A_SMC_SMARTMEDIA); |
| 316 | 317 | ||
| 317 | /* set the bus interface characteristics */ | 318 | /* set the bus interface characteristics */ |
| 318 | at91_sys_write(AT91_SMC_SETUP(3), AT91_SMC_NWESETUP_(0) | AT91_SMC_NCS_WRSETUP_(0) | 319 | at91_sys_write(AT91_SMC_SETUP(3), AT91_SMC_NWESETUP_(0) | AT91_SMC_NCS_WRSETUP_(0) |
| @@ -431,7 +432,7 @@ void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) | |||
| 431 | * -------------------------------------------------------------------- */ | 432 | * -------------------------------------------------------------------- */ |
| 432 | 433 | ||
| 433 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) | 434 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) |
| 434 | static u64 spi_dmamask = 0xffffffffUL; | 435 | static u64 spi_dmamask = DMA_BIT_MASK(32); |
| 435 | 436 | ||
| 436 | static struct resource spi0_resources[] = { | 437 | static struct resource spi0_resources[] = { |
| 437 | [0] = { | 438 | [0] = { |
| @@ -451,7 +452,7 @@ static struct platform_device at91sam9260_spi0_device = { | |||
| 451 | .id = 0, | 452 | .id = 0, |
| 452 | .dev = { | 453 | .dev = { |
| 453 | .dma_mask = &spi_dmamask, | 454 | .dma_mask = &spi_dmamask, |
| 454 | .coherent_dma_mask = 0xffffffff, | 455 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 455 | }, | 456 | }, |
| 456 | .resource = spi0_resources, | 457 | .resource = spi0_resources, |
| 457 | .num_resources = ARRAY_SIZE(spi0_resources), | 458 | .num_resources = ARRAY_SIZE(spi0_resources), |
| @@ -477,7 +478,7 @@ static struct platform_device at91sam9260_spi1_device = { | |||
| 477 | .id = 1, | 478 | .id = 1, |
| 478 | .dev = { | 479 | .dev = { |
| 479 | .dma_mask = &spi_dmamask, | 480 | .dma_mask = &spi_dmamask, |
| 480 | .coherent_dma_mask = 0xffffffff, | 481 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 481 | }, | 482 | }, |
| 482 | .resource = spi1_resources, | 483 | .resource = spi1_resources, |
| 483 | .num_resources = ARRAY_SIZE(spi1_resources), | 484 | .num_resources = ARRAY_SIZE(spi1_resources), |
| @@ -539,24 +540,126 @@ void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) | |||
| 539 | 540 | ||
| 540 | 541 | ||
| 541 | /* -------------------------------------------------------------------- | 542 | /* -------------------------------------------------------------------- |
| 542 | * LEDs | 543 | * RTT |
| 543 | * -------------------------------------------------------------------- */ | 544 | * -------------------------------------------------------------------- */ |
| 544 | 545 | ||
| 545 | #if defined(CONFIG_LEDS) | 546 | static struct resource rtt_resources[] = { |
| 546 | u8 at91_leds_cpu; | 547 | { |
| 547 | u8 at91_leds_timer; | 548 | .start = AT91_BASE_SYS + AT91_RTT, |
| 549 | .end = AT91_BASE_SYS + AT91_RTT + SZ_16 - 1, | ||
| 550 | .flags = IORESOURCE_MEM, | ||
| 551 | } | ||
| 552 | }; | ||
| 548 | 553 | ||
| 549 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | 554 | static struct platform_device at91sam9260_rtt_device = { |
| 555 | .name = "at91_rtt", | ||
| 556 | .id = -1, | ||
| 557 | .resource = rtt_resources, | ||
| 558 | .num_resources = ARRAY_SIZE(rtt_resources), | ||
| 559 | }; | ||
| 560 | |||
| 561 | static void __init at91_add_device_rtt(void) | ||
| 550 | { | 562 | { |
| 551 | /* Enable GPIO to access the LEDs */ | 563 | platform_device_register(&at91sam9260_rtt_device); |
| 552 | at91_set_gpio_output(cpu_led, 1); | 564 | } |
| 553 | at91_set_gpio_output(timer_led, 1); | 565 | |
| 554 | 566 | ||
| 555 | at91_leds_cpu = cpu_led; | 567 | /* -------------------------------------------------------------------- |
| 556 | at91_leds_timer = timer_led; | 568 | * Watchdog |
| 569 | * -------------------------------------------------------------------- */ | ||
| 570 | |||
| 571 | #if defined(CONFIG_AT91SAM9_WATCHDOG) || defined(CONFIG_AT91SAM9_WATCHDOG_MODULE) | ||
| 572 | static struct platform_device at91sam9260_wdt_device = { | ||
| 573 | .name = "at91_wdt", | ||
| 574 | .id = -1, | ||
| 575 | .num_resources = 0, | ||
| 576 | }; | ||
| 577 | |||
| 578 | static void __init at91_add_device_watchdog(void) | ||
| 579 | { | ||
| 580 | platform_device_register(&at91sam9260_wdt_device); | ||
| 557 | } | 581 | } |
| 558 | #else | 582 | #else |
| 559 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | 583 | static void __init at91_add_device_watchdog(void) {} |
| 584 | #endif | ||
| 585 | |||
| 586 | |||
| 587 | /* -------------------------------------------------------------------- | ||
| 588 | * SSC -- Synchronous Serial Controller | ||
| 589 | * -------------------------------------------------------------------- */ | ||
| 590 | |||
| 591 | #if defined(CONFIG_ATMEL_SSC) || defined(CONFIG_ATMEL_SSC_MODULE) | ||
| 592 | static u64 ssc_dmamask = DMA_BIT_MASK(32); | ||
| 593 | |||
| 594 | static struct resource ssc_resources[] = { | ||
| 595 | [0] = { | ||
| 596 | .start = AT91SAM9260_BASE_SSC, | ||
| 597 | .end = AT91SAM9260_BASE_SSC + SZ_16K - 1, | ||
| 598 | .flags = IORESOURCE_MEM, | ||
| 599 | }, | ||
| 600 | [1] = { | ||
| 601 | .start = AT91SAM9260_ID_SSC, | ||
| 602 | .end = AT91SAM9260_ID_SSC, | ||
| 603 | .flags = IORESOURCE_IRQ, | ||
| 604 | }, | ||
| 605 | }; | ||
| 606 | |||
| 607 | static struct platform_device at91sam9260_ssc_device = { | ||
| 608 | .name = "ssc", | ||
| 609 | .id = 0, | ||
| 610 | .dev = { | ||
| 611 | .dma_mask = &ssc_dmamask, | ||
| 612 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 613 | }, | ||
| 614 | .resource = ssc_resources, | ||
| 615 | .num_resources = ARRAY_SIZE(ssc_resources), | ||
| 616 | }; | ||
| 617 | |||
| 618 | static inline void configure_ssc_pins(unsigned pins) | ||
| 619 | { | ||
| 620 | if (pins & ATMEL_SSC_TF) | ||
| 621 | at91_set_A_periph(AT91_PIN_PB17, 1); | ||
| 622 | if (pins & ATMEL_SSC_TK) | ||
| 623 | at91_set_A_periph(AT91_PIN_PB16, 1); | ||
| 624 | if (pins & ATMEL_SSC_TD) | ||
| 625 | at91_set_A_periph(AT91_PIN_PB18, 1); | ||
| 626 | if (pins & ATMEL_SSC_RD) | ||
| 627 | at91_set_A_periph(AT91_PIN_PB19, 1); | ||
| 628 | if (pins & ATMEL_SSC_RK) | ||
| 629 | at91_set_A_periph(AT91_PIN_PB20, 1); | ||
| 630 | if (pins & ATMEL_SSC_RF) | ||
| 631 | at91_set_A_periph(AT91_PIN_PB21, 1); | ||
| 632 | } | ||
| 633 | |||
| 634 | /* | ||
| 635 | * SSC controllers are accessed through library code, instead of any | ||
| 636 | * kind of all-singing/all-dancing driver. For example one could be | ||
| 637 | * used by a particular I2S audio codec's driver, while another one | ||
| 638 | * on the same system might be used by a custom data capture driver. | ||
| 639 | */ | ||
| 640 | void __init at91_add_device_ssc(unsigned id, unsigned pins) | ||
| 641 | { | ||
| 642 | struct platform_device *pdev; | ||
| 643 | |||
| 644 | /* | ||
| 645 | * NOTE: caller is responsible for passing information matching | ||
| 646 | * "pins" to whatever will be using each particular controller. | ||
| 647 | */ | ||
| 648 | switch (id) { | ||
| 649 | case AT91SAM9260_ID_SSC: | ||
| 650 | pdev = &at91sam9260_ssc_device; | ||
| 651 | configure_ssc_pins(pins); | ||
| 652 | at91_clock_associate("ssc_clk", &pdev->dev, "pclk"); | ||
| 653 | break; | ||
| 654 | default: | ||
| 655 | return; | ||
| 656 | } | ||
| 657 | |||
| 658 | platform_device_register(pdev); | ||
| 659 | } | ||
| 660 | |||
| 661 | #else | ||
| 662 | void __init at91_add_device_ssc(unsigned id, unsigned pins) {} | ||
| 560 | #endif | 663 | #endif |
| 561 | 664 | ||
| 562 | 665 | ||
| @@ -583,12 +686,15 @@ static struct atmel_uart_data dbgu_data = { | |||
| 583 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), | 686 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), |
| 584 | }; | 687 | }; |
| 585 | 688 | ||
| 689 | static u64 dbgu_dmamask = DMA_BIT_MASK(32); | ||
| 690 | |||
| 586 | static struct platform_device at91sam9260_dbgu_device = { | 691 | static struct platform_device at91sam9260_dbgu_device = { |
| 587 | .name = "atmel_usart", | 692 | .name = "atmel_usart", |
| 588 | .id = 0, | 693 | .id = 0, |
| 589 | .dev = { | 694 | .dev = { |
| 590 | .platform_data = &dbgu_data, | 695 | .dma_mask = &dbgu_dmamask, |
| 591 | .coherent_dma_mask = 0xffffffff, | 696 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 697 | .platform_data = &dbgu_data, | ||
| 592 | }, | 698 | }, |
| 593 | .resource = dbgu_resources, | 699 | .resource = dbgu_resources, |
| 594 | .num_resources = ARRAY_SIZE(dbgu_resources), | 700 | .num_resources = ARRAY_SIZE(dbgu_resources), |
| @@ -618,27 +724,37 @@ static struct atmel_uart_data uart0_data = { | |||
| 618 | .use_dma_rx = 1, | 724 | .use_dma_rx = 1, |
| 619 | }; | 725 | }; |
| 620 | 726 | ||
| 727 | static u64 uart0_dmamask = DMA_BIT_MASK(32); | ||
| 728 | |||
| 621 | static struct platform_device at91sam9260_uart0_device = { | 729 | static struct platform_device at91sam9260_uart0_device = { |
| 622 | .name = "atmel_usart", | 730 | .name = "atmel_usart", |
| 623 | .id = 1, | 731 | .id = 1, |
| 624 | .dev = { | 732 | .dev = { |
| 625 | .platform_data = &uart0_data, | 733 | .dma_mask = &uart0_dmamask, |
| 626 | .coherent_dma_mask = 0xffffffff, | 734 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 735 | .platform_data = &uart0_data, | ||
| 627 | }, | 736 | }, |
| 628 | .resource = uart0_resources, | 737 | .resource = uart0_resources, |
| 629 | .num_resources = ARRAY_SIZE(uart0_resources), | 738 | .num_resources = ARRAY_SIZE(uart0_resources), |
| 630 | }; | 739 | }; |
| 631 | 740 | ||
| 632 | static inline void configure_usart0_pins(void) | 741 | static inline void configure_usart0_pins(unsigned pins) |
| 633 | { | 742 | { |
| 634 | at91_set_A_periph(AT91_PIN_PB4, 1); /* TXD0 */ | 743 | at91_set_A_periph(AT91_PIN_PB4, 1); /* TXD0 */ |
| 635 | at91_set_A_periph(AT91_PIN_PB5, 0); /* RXD0 */ | 744 | at91_set_A_periph(AT91_PIN_PB5, 0); /* RXD0 */ |
| 636 | at91_set_A_periph(AT91_PIN_PB26, 0); /* RTS0 */ | 745 | |
| 637 | at91_set_A_periph(AT91_PIN_PB27, 0); /* CTS0 */ | 746 | if (pins & ATMEL_UART_RTS) |
| 638 | at91_set_A_periph(AT91_PIN_PB24, 0); /* DTR0 */ | 747 | at91_set_A_periph(AT91_PIN_PB26, 0); /* RTS0 */ |
| 639 | at91_set_A_periph(AT91_PIN_PB22, 0); /* DSR0 */ | 748 | if (pins & ATMEL_UART_CTS) |
| 640 | at91_set_A_periph(AT91_PIN_PB23, 0); /* DCD0 */ | 749 | at91_set_A_periph(AT91_PIN_PB27, 0); /* CTS0 */ |
| 641 | at91_set_A_periph(AT91_PIN_PB25, 0); /* RI0 */ | 750 | if (pins & ATMEL_UART_DTR) |
| 751 | at91_set_A_periph(AT91_PIN_PB24, 0); /* DTR0 */ | ||
| 752 | if (pins & ATMEL_UART_DSR) | ||
| 753 | at91_set_A_periph(AT91_PIN_PB22, 0); /* DSR0 */ | ||
| 754 | if (pins & ATMEL_UART_DCD) | ||
| 755 | at91_set_A_periph(AT91_PIN_PB23, 0); /* DCD0 */ | ||
| 756 | if (pins & ATMEL_UART_RI) | ||
| 757 | at91_set_A_periph(AT91_PIN_PB25, 0); /* RI0 */ | ||
| 642 | } | 758 | } |
| 643 | 759 | ||
| 644 | static struct resource uart1_resources[] = { | 760 | static struct resource uart1_resources[] = { |
| @@ -659,23 +775,29 @@ static struct atmel_uart_data uart1_data = { | |||
| 659 | .use_dma_rx = 1, | 775 | .use_dma_rx = 1, |
| 660 | }; | 776 | }; |
| 661 | 777 | ||
| 778 | static u64 uart1_dmamask = DMA_BIT_MASK(32); | ||
| 779 | |||
| 662 | static struct platform_device at91sam9260_uart1_device = { | 780 | static struct platform_device at91sam9260_uart1_device = { |
| 663 | .name = "atmel_usart", | 781 | .name = "atmel_usart", |
| 664 | .id = 2, | 782 | .id = 2, |
| 665 | .dev = { | 783 | .dev = { |
| 666 | .platform_data = &uart1_data, | 784 | .dma_mask = &uart1_dmamask, |
| 667 | .coherent_dma_mask = 0xffffffff, | 785 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 786 | .platform_data = &uart1_data, | ||
| 668 | }, | 787 | }, |
| 669 | .resource = uart1_resources, | 788 | .resource = uart1_resources, |
| 670 | .num_resources = ARRAY_SIZE(uart1_resources), | 789 | .num_resources = ARRAY_SIZE(uart1_resources), |
| 671 | }; | 790 | }; |
| 672 | 791 | ||
| 673 | static inline void configure_usart1_pins(void) | 792 | static inline void configure_usart1_pins(unsigned pins) |
| 674 | { | 793 | { |
| 675 | at91_set_A_periph(AT91_PIN_PB6, 1); /* TXD1 */ | 794 | at91_set_A_periph(AT91_PIN_PB6, 1); /* TXD1 */ |
| 676 | at91_set_A_periph(AT91_PIN_PB7, 0); /* RXD1 */ | 795 | at91_set_A_periph(AT91_PIN_PB7, 0); /* RXD1 */ |
| 677 | at91_set_A_periph(AT91_PIN_PB28, 0); /* RTS1 */ | 796 | |
| 678 | at91_set_A_periph(AT91_PIN_PB29, 0); /* CTS1 */ | 797 | if (pins & ATMEL_UART_RTS) |
| 798 | at91_set_A_periph(AT91_PIN_PB28, 0); /* RTS1 */ | ||
| 799 | if (pins & ATMEL_UART_CTS) | ||
| 800 | at91_set_A_periph(AT91_PIN_PB29, 0); /* CTS1 */ | ||
| 679 | } | 801 | } |
| 680 | 802 | ||
| 681 | static struct resource uart2_resources[] = { | 803 | static struct resource uart2_resources[] = { |
| @@ -696,21 +818,29 @@ static struct atmel_uart_data uart2_data = { | |||
| 696 | .use_dma_rx = 1, | 818 | .use_dma_rx = 1, |
| 697 | }; | 819 | }; |
| 698 | 820 | ||
| 821 | static u64 uart2_dmamask = DMA_BIT_MASK(32); | ||
| 822 | |||
| 699 | static struct platform_device at91sam9260_uart2_device = { | 823 | static struct platform_device at91sam9260_uart2_device = { |
| 700 | .name = "atmel_usart", | 824 | .name = "atmel_usart", |
| 701 | .id = 3, | 825 | .id = 3, |
| 702 | .dev = { | 826 | .dev = { |
| 703 | .platform_data = &uart2_data, | 827 | .dma_mask = &uart2_dmamask, |
| 704 | .coherent_dma_mask = 0xffffffff, | 828 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 829 | .platform_data = &uart2_data, | ||
| 705 | }, | 830 | }, |
| 706 | .resource = uart2_resources, | 831 | .resource = uart2_resources, |
| 707 | .num_resources = ARRAY_SIZE(uart2_resources), | 832 | .num_resources = ARRAY_SIZE(uart2_resources), |
| 708 | }; | 833 | }; |
| 709 | 834 | ||
| 710 | static inline void configure_usart2_pins(void) | 835 | static inline void configure_usart2_pins(unsigned pins) |
| 711 | { | 836 | { |
| 712 | at91_set_A_periph(AT91_PIN_PB8, 1); /* TXD2 */ | 837 | at91_set_A_periph(AT91_PIN_PB8, 1); /* TXD2 */ |
| 713 | at91_set_A_periph(AT91_PIN_PB9, 0); /* RXD2 */ | 838 | at91_set_A_periph(AT91_PIN_PB9, 0); /* RXD2 */ |
| 839 | |||
| 840 | if (pins & ATMEL_UART_RTS) | ||
| 841 | at91_set_A_periph(AT91_PIN_PA4, 0); /* RTS2 */ | ||
| 842 | if (pins & ATMEL_UART_CTS) | ||
| 843 | at91_set_A_periph(AT91_PIN_PA5, 0); /* CTS2 */ | ||
| 714 | } | 844 | } |
| 715 | 845 | ||
| 716 | static struct resource uart3_resources[] = { | 846 | static struct resource uart3_resources[] = { |
| @@ -731,21 +861,29 @@ static struct atmel_uart_data uart3_data = { | |||
| 731 | .use_dma_rx = 1, | 861 | .use_dma_rx = 1, |
| 732 | }; | 862 | }; |
| 733 | 863 | ||
| 864 | static u64 uart3_dmamask = DMA_BIT_MASK(32); | ||
| 865 | |||
| 734 | static struct platform_device at91sam9260_uart3_device = { | 866 | static struct platform_device at91sam9260_uart3_device = { |
| 735 | .name = "atmel_usart", | 867 | .name = "atmel_usart", |
| 736 | .id = 4, | 868 | .id = 4, |
| 737 | .dev = { | 869 | .dev = { |
| 738 | .platform_data = &uart3_data, | 870 | .dma_mask = &uart3_dmamask, |
| 739 | .coherent_dma_mask = 0xffffffff, | 871 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 872 | .platform_data = &uart3_data, | ||
| 740 | }, | 873 | }, |
| 741 | .resource = uart3_resources, | 874 | .resource = uart3_resources, |
| 742 | .num_resources = ARRAY_SIZE(uart3_resources), | 875 | .num_resources = ARRAY_SIZE(uart3_resources), |
| 743 | }; | 876 | }; |
| 744 | 877 | ||
| 745 | static inline void configure_usart3_pins(void) | 878 | static inline void configure_usart3_pins(unsigned pins) |
| 746 | { | 879 | { |
| 747 | at91_set_A_periph(AT91_PIN_PB10, 1); /* TXD3 */ | 880 | at91_set_A_periph(AT91_PIN_PB10, 1); /* TXD3 */ |
| 748 | at91_set_A_periph(AT91_PIN_PB11, 0); /* RXD3 */ | 881 | at91_set_A_periph(AT91_PIN_PB11, 0); /* RXD3 */ |
| 882 | |||
| 883 | if (pins & ATMEL_UART_RTS) | ||
| 884 | at91_set_B_periph(AT91_PIN_PC8, 0); /* RTS3 */ | ||
| 885 | if (pins & ATMEL_UART_CTS) | ||
| 886 | at91_set_B_periph(AT91_PIN_PC10, 0); /* CTS3 */ | ||
| 749 | } | 887 | } |
| 750 | 888 | ||
| 751 | static struct resource uart4_resources[] = { | 889 | static struct resource uart4_resources[] = { |
| @@ -766,12 +904,15 @@ static struct atmel_uart_data uart4_data = { | |||
| 766 | .use_dma_rx = 1, | 904 | .use_dma_rx = 1, |
| 767 | }; | 905 | }; |
| 768 | 906 | ||
| 907 | static u64 uart4_dmamask = DMA_BIT_MASK(32); | ||
| 908 | |||
| 769 | static struct platform_device at91sam9260_uart4_device = { | 909 | static struct platform_device at91sam9260_uart4_device = { |
| 770 | .name = "atmel_usart", | 910 | .name = "atmel_usart", |
| 771 | .id = 5, | 911 | .id = 5, |
| 772 | .dev = { | 912 | .dev = { |
| 773 | .platform_data = &uart4_data, | 913 | .dma_mask = &uart4_dmamask, |
| 774 | .coherent_dma_mask = 0xffffffff, | 914 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 915 | .platform_data = &uart4_data, | ||
| 775 | }, | 916 | }, |
| 776 | .resource = uart4_resources, | 917 | .resource = uart4_resources, |
| 777 | .num_resources = ARRAY_SIZE(uart4_resources), | 918 | .num_resources = ARRAY_SIZE(uart4_resources), |
| @@ -801,12 +942,15 @@ static struct atmel_uart_data uart5_data = { | |||
| 801 | .use_dma_rx = 1, | 942 | .use_dma_rx = 1, |
| 802 | }; | 943 | }; |
| 803 | 944 | ||
| 945 | static u64 uart5_dmamask = DMA_BIT_MASK(32); | ||
| 946 | |||
| 804 | static struct platform_device at91sam9260_uart5_device = { | 947 | static struct platform_device at91sam9260_uart5_device = { |
| 805 | .name = "atmel_usart", | 948 | .name = "atmel_usart", |
| 806 | .id = 6, | 949 | .id = 6, |
| 807 | .dev = { | 950 | .dev = { |
| 808 | .platform_data = &uart5_data, | 951 | .dma_mask = &uart5_dmamask, |
| 809 | .coherent_dma_mask = 0xffffffff, | 952 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 953 | .platform_data = &uart5_data, | ||
| 810 | }, | 954 | }, |
| 811 | .resource = uart5_resources, | 955 | .resource = uart5_resources, |
| 812 | .num_resources = ARRAY_SIZE(uart5_resources), | 956 | .num_resources = ARRAY_SIZE(uart5_resources), |
| @@ -818,10 +962,10 @@ static inline void configure_usart5_pins(void) | |||
| 818 | at91_set_A_periph(AT91_PIN_PB13, 0); /* RXD5 */ | 962 | at91_set_A_periph(AT91_PIN_PB13, 0); /* RXD5 */ |
| 819 | } | 963 | } |
| 820 | 964 | ||
| 821 | struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ | 965 | static struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ |
| 822 | struct platform_device *atmel_default_console_device; /* the serial console device */ | 966 | struct platform_device *atmel_default_console_device; /* the serial console device */ |
| 823 | 967 | ||
| 824 | void __init at91_init_serial(struct at91_uart_config *config) | 968 | void __init __deprecated at91_init_serial(struct at91_uart_config *config) |
| 825 | { | 969 | { |
| 826 | int i; | 970 | int i; |
| 827 | 971 | ||
| @@ -829,22 +973,22 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 829 | for (i = 0; i < config->nr_tty; i++) { | 973 | for (i = 0; i < config->nr_tty; i++) { |
| 830 | switch (config->tty_map[i]) { | 974 | switch (config->tty_map[i]) { |
| 831 | case 0: | 975 | case 0: |
| 832 | configure_usart0_pins(); | 976 | configure_usart0_pins(ATMEL_UART_CTS | ATMEL_UART_RTS | ATMEL_UART_DSR | ATMEL_UART_DTR | ATMEL_UART_DCD | ATMEL_UART_RI); |
| 833 | at91_uarts[i] = &at91sam9260_uart0_device; | 977 | at91_uarts[i] = &at91sam9260_uart0_device; |
| 834 | at91_clock_associate("usart0_clk", &at91sam9260_uart0_device.dev, "usart"); | 978 | at91_clock_associate("usart0_clk", &at91sam9260_uart0_device.dev, "usart"); |
| 835 | break; | 979 | break; |
| 836 | case 1: | 980 | case 1: |
| 837 | configure_usart1_pins(); | 981 | configure_usart1_pins(ATMEL_UART_CTS | ATMEL_UART_RTS); |
| 838 | at91_uarts[i] = &at91sam9260_uart1_device; | 982 | at91_uarts[i] = &at91sam9260_uart1_device; |
| 839 | at91_clock_associate("usart1_clk", &at91sam9260_uart1_device.dev, "usart"); | 983 | at91_clock_associate("usart1_clk", &at91sam9260_uart1_device.dev, "usart"); |
| 840 | break; | 984 | break; |
| 841 | case 2: | 985 | case 2: |
| 842 | configure_usart2_pins(); | 986 | configure_usart2_pins(0); |
| 843 | at91_uarts[i] = &at91sam9260_uart2_device; | 987 | at91_uarts[i] = &at91sam9260_uart2_device; |
| 844 | at91_clock_associate("usart2_clk", &at91sam9260_uart2_device.dev, "usart"); | 988 | at91_clock_associate("usart2_clk", &at91sam9260_uart2_device.dev, "usart"); |
| 845 | break; | 989 | break; |
| 846 | case 3: | 990 | case 3: |
| 847 | configure_usart3_pins(); | 991 | configure_usart3_pins(0); |
| 848 | at91_uarts[i] = &at91sam9260_uart3_device; | 992 | at91_uarts[i] = &at91sam9260_uart3_device; |
| 849 | at91_clock_associate("usart3_clk", &at91sam9260_uart3_device.dev, "usart"); | 993 | at91_clock_associate("usart3_clk", &at91sam9260_uart3_device.dev, "usart"); |
| 850 | break; | 994 | break; |
| @@ -876,6 +1020,63 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 876 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | 1020 | printk(KERN_INFO "AT91: No default serial console defined.\n"); |
| 877 | } | 1021 | } |
| 878 | 1022 | ||
| 1023 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) | ||
| 1024 | { | ||
| 1025 | struct platform_device *pdev; | ||
| 1026 | |||
| 1027 | switch (id) { | ||
| 1028 | case 0: /* DBGU */ | ||
| 1029 | pdev = &at91sam9260_dbgu_device; | ||
| 1030 | configure_dbgu_pins(); | ||
| 1031 | at91_clock_associate("mck", &pdev->dev, "usart"); | ||
| 1032 | break; | ||
| 1033 | case AT91SAM9260_ID_US0: | ||
| 1034 | pdev = &at91sam9260_uart0_device; | ||
| 1035 | configure_usart0_pins(pins); | ||
| 1036 | at91_clock_associate("usart0_clk", &pdev->dev, "usart"); | ||
| 1037 | break; | ||
| 1038 | case AT91SAM9260_ID_US1: | ||
| 1039 | pdev = &at91sam9260_uart1_device; | ||
| 1040 | configure_usart1_pins(pins); | ||
| 1041 | at91_clock_associate("usart1_clk", &pdev->dev, "usart"); | ||
| 1042 | break; | ||
| 1043 | case AT91SAM9260_ID_US2: | ||
| 1044 | pdev = &at91sam9260_uart2_device; | ||
| 1045 | configure_usart2_pins(pins); | ||
| 1046 | at91_clock_associate("usart2_clk", &pdev->dev, "usart"); | ||
| 1047 | break; | ||
| 1048 | case AT91SAM9260_ID_US3: | ||
| 1049 | pdev = &at91sam9260_uart3_device; | ||
| 1050 | configure_usart3_pins(pins); | ||
| 1051 | at91_clock_associate("usart3_clk", &pdev->dev, "usart"); | ||
| 1052 | break; | ||
| 1053 | case AT91SAM9260_ID_US4: | ||
| 1054 | pdev = &at91sam9260_uart4_device; | ||
| 1055 | configure_usart4_pins(); | ||
| 1056 | at91_clock_associate("usart4_clk", &pdev->dev, "usart"); | ||
| 1057 | break; | ||
| 1058 | case AT91SAM9260_ID_US5: | ||
| 1059 | pdev = &at91sam9260_uart5_device; | ||
| 1060 | configure_usart5_pins(); | ||
| 1061 | at91_clock_associate("usart5_clk", &pdev->dev, "usart"); | ||
| 1062 | break; | ||
| 1063 | default: | ||
| 1064 | return; | ||
| 1065 | } | ||
| 1066 | pdev->id = portnr; /* update to mapped ID */ | ||
| 1067 | |||
| 1068 | if (portnr < ATMEL_MAX_UART) | ||
| 1069 | at91_uarts[portnr] = pdev; | ||
| 1070 | } | ||
| 1071 | |||
| 1072 | void __init at91_set_serial_console(unsigned portnr) | ||
| 1073 | { | ||
| 1074 | if (portnr < ATMEL_MAX_UART) | ||
| 1075 | atmel_default_console_device = at91_uarts[portnr]; | ||
| 1076 | if (!atmel_default_console_device) | ||
| 1077 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | ||
| 1078 | } | ||
| 1079 | |||
| 879 | void __init at91_add_device_serial(void) | 1080 | void __init at91_add_device_serial(void) |
| 880 | { | 1081 | { |
| 881 | int i; | 1082 | int i; |
| @@ -886,7 +1087,9 @@ void __init at91_add_device_serial(void) | |||
| 886 | } | 1087 | } |
| 887 | } | 1088 | } |
| 888 | #else | 1089 | #else |
| 889 | void __init at91_init_serial(struct at91_uart_config *config) {} | 1090 | void __init __deprecated at91_init_serial(struct at91_uart_config *config) {} |
| 1091 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} | ||
| 1092 | void __init at91_set_serial_console(unsigned portnr) {} | ||
| 890 | void __init at91_add_device_serial(void) {} | 1093 | void __init at91_add_device_serial(void) {} |
| 891 | #endif | 1094 | #endif |
| 892 | 1095 | ||
| @@ -898,6 +1101,8 @@ void __init at91_add_device_serial(void) {} | |||
| 898 | */ | 1101 | */ |
| 899 | static int __init at91_add_standard_devices(void) | 1102 | static int __init at91_add_standard_devices(void) |
| 900 | { | 1103 | { |
| 1104 | at91_add_device_rtt(); | ||
| 1105 | at91_add_device_watchdog(); | ||
| 901 | return 0; | 1106 | return 0; |
| 902 | } | 1107 | } |
| 903 | 1108 | ||
diff --git a/arch/arm/mach-at91/at91sam9261.c b/arch/arm/mach-at91/at91sam9261.c index dfe8c39c9fb9..90b87e1877d9 100644 --- a/arch/arm/mach-at91/at91sam9261.c +++ b/arch/arm/mach-at91/at91sam9261.c | |||
| @@ -279,25 +279,25 @@ void __init at91sam9261_initialize(unsigned long main_clock) | |||
| 279 | static unsigned int at91sam9261_default_irq_priority[NR_AIC_IRQS] __initdata = { | 279 | static unsigned int at91sam9261_default_irq_priority[NR_AIC_IRQS] __initdata = { |
| 280 | 7, /* Advanced Interrupt Controller */ | 280 | 7, /* Advanced Interrupt Controller */ |
| 281 | 7, /* System Peripherals */ | 281 | 7, /* System Peripherals */ |
| 282 | 0, /* Parallel IO Controller A */ | 282 | 1, /* Parallel IO Controller A */ |
| 283 | 0, /* Parallel IO Controller B */ | 283 | 1, /* Parallel IO Controller B */ |
| 284 | 0, /* Parallel IO Controller C */ | 284 | 1, /* Parallel IO Controller C */ |
| 285 | 0, | 285 | 0, |
| 286 | 6, /* USART 0 */ | 286 | 5, /* USART 0 */ |
| 287 | 6, /* USART 1 */ | 287 | 5, /* USART 1 */ |
| 288 | 6, /* USART 2 */ | 288 | 5, /* USART 2 */ |
| 289 | 0, /* Multimedia Card Interface */ | 289 | 0, /* Multimedia Card Interface */ |
| 290 | 4, /* USB Device Port */ | 290 | 2, /* USB Device Port */ |
| 291 | 0, /* Two-Wire Interface */ | 291 | 6, /* Two-Wire Interface */ |
| 292 | 6, /* Serial Peripheral Interface 0 */ | 292 | 5, /* Serial Peripheral Interface 0 */ |
| 293 | 6, /* Serial Peripheral Interface 1 */ | 293 | 5, /* Serial Peripheral Interface 1 */ |
| 294 | 5, /* Serial Synchronous Controller 0 */ | 294 | 4, /* Serial Synchronous Controller 0 */ |
| 295 | 5, /* Serial Synchronous Controller 1 */ | 295 | 4, /* Serial Synchronous Controller 1 */ |
| 296 | 5, /* Serial Synchronous Controller 2 */ | 296 | 4, /* Serial Synchronous Controller 2 */ |
| 297 | 0, /* Timer Counter 0 */ | 297 | 0, /* Timer Counter 0 */ |
| 298 | 0, /* Timer Counter 1 */ | 298 | 0, /* Timer Counter 1 */ |
| 299 | 0, /* Timer Counter 2 */ | 299 | 0, /* Timer Counter 2 */ |
| 300 | 3, /* USB Host port */ | 300 | 2, /* USB Host port */ |
| 301 | 3, /* LCD Controller */ | 301 | 3, /* LCD Controller */ |
| 302 | 0, | 302 | 0, |
| 303 | 0, | 303 | 0, |
diff --git a/arch/arm/mach-at91/at91sam9261_devices.c b/arch/arm/mach-at91/at91sam9261_devices.c index 64979a9023c2..245641263fce 100644 --- a/arch/arm/mach-at91/at91sam9261_devices.c +++ b/arch/arm/mach-at91/at91sam9261_devices.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <asm/mach/arch.h> | 13 | #include <asm/mach/arch.h> |
| 14 | #include <asm/mach/map.h> | 14 | #include <asm/mach/map.h> |
| 15 | 15 | ||
| 16 | #include <linux/dma-mapping.h> | ||
| 16 | #include <linux/platform_device.h> | 17 | #include <linux/platform_device.h> |
| 17 | #include <linux/i2c-gpio.h> | 18 | #include <linux/i2c-gpio.h> |
| 18 | 19 | ||
| @@ -33,7 +34,7 @@ | |||
| 33 | * -------------------------------------------------------------------- */ | 34 | * -------------------------------------------------------------------- */ |
| 34 | 35 | ||
| 35 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) | 36 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) |
| 36 | static u64 ohci_dmamask = 0xffffffffUL; | 37 | static u64 ohci_dmamask = DMA_BIT_MASK(32); |
| 37 | static struct at91_usbh_data usbh_data; | 38 | static struct at91_usbh_data usbh_data; |
| 38 | 39 | ||
| 39 | static struct resource usbh_resources[] = { | 40 | static struct resource usbh_resources[] = { |
| @@ -54,7 +55,7 @@ static struct platform_device at91sam9261_usbh_device = { | |||
| 54 | .id = -1, | 55 | .id = -1, |
| 55 | .dev = { | 56 | .dev = { |
| 56 | .dma_mask = &ohci_dmamask, | 57 | .dma_mask = &ohci_dmamask, |
| 57 | .coherent_dma_mask = 0xffffffff, | 58 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 58 | .platform_data = &usbh_data, | 59 | .platform_data = &usbh_data, |
| 59 | }, | 60 | }, |
| 60 | .resource = usbh_resources, | 61 | .resource = usbh_resources, |
| @@ -106,8 +107,6 @@ static struct platform_device at91sam9261_udc_device = { | |||
| 106 | 107 | ||
| 107 | void __init at91_add_device_udc(struct at91_udc_data *data) | 108 | void __init at91_add_device_udc(struct at91_udc_data *data) |
| 108 | { | 109 | { |
| 109 | unsigned long x; | ||
| 110 | |||
| 111 | if (!data) | 110 | if (!data) |
| 112 | return; | 111 | return; |
| 113 | 112 | ||
| @@ -116,9 +115,7 @@ void __init at91_add_device_udc(struct at91_udc_data *data) | |||
| 116 | at91_set_deglitch(data->vbus_pin, 1); | 115 | at91_set_deglitch(data->vbus_pin, 1); |
| 117 | } | 116 | } |
| 118 | 117 | ||
| 119 | /* Pullup pin is handled internally */ | 118 | /* Pullup pin is handled internally by USB device peripheral */ |
| 120 | x = at91_sys_read(AT91_MATRIX_USBPUCR); | ||
| 121 | at91_sys_write(AT91_MATRIX_USBPUCR, x | AT91_MATRIX_USBPUCR_PUON); | ||
| 122 | 119 | ||
| 123 | udc_data = *data; | 120 | udc_data = *data; |
| 124 | platform_device_register(&at91sam9261_udc_device); | 121 | platform_device_register(&at91sam9261_udc_device); |
| @@ -132,7 +129,7 @@ void __init at91_add_device_udc(struct at91_udc_data *data) {} | |||
| 132 | * -------------------------------------------------------------------- */ | 129 | * -------------------------------------------------------------------- */ |
| 133 | 130 | ||
| 134 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) | 131 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) |
| 135 | static u64 mmc_dmamask = 0xffffffffUL; | 132 | static u64 mmc_dmamask = DMA_BIT_MASK(32); |
| 136 | static struct at91_mmc_data mmc_data; | 133 | static struct at91_mmc_data mmc_data; |
| 137 | 134 | ||
| 138 | static struct resource mmc_resources[] = { | 135 | static struct resource mmc_resources[] = { |
| @@ -153,7 +150,7 @@ static struct platform_device at91sam9261_mmc_device = { | |||
| 153 | .id = -1, | 150 | .id = -1, |
| 154 | .dev = { | 151 | .dev = { |
| 155 | .dma_mask = &mmc_dmamask, | 152 | .dma_mask = &mmc_dmamask, |
| 156 | .coherent_dma_mask = 0xffffffff, | 153 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 157 | .platform_data = &mmc_data, | 154 | .platform_data = &mmc_data, |
| 158 | }, | 155 | }, |
| 159 | .resource = mmc_resources, | 156 | .resource = mmc_resources, |
| @@ -232,7 +229,7 @@ void __init at91_add_device_nand(struct at91_nand_data *data) | |||
| 232 | return; | 229 | return; |
| 233 | 230 | ||
| 234 | csa = at91_sys_read(AT91_MATRIX_EBICSA); | 231 | csa = at91_sys_read(AT91_MATRIX_EBICSA); |
| 235 | at91_sys_write(AT91_MATRIX_EBICSA, csa | AT91_MATRIX_CS3A_SMC); | 232 | at91_sys_write(AT91_MATRIX_EBICSA, csa | AT91_MATRIX_CS3A_SMC_SMARTMEDIA); |
| 236 | 233 | ||
| 237 | /* set the bus interface characteristics */ | 234 | /* set the bus interface characteristics */ |
| 238 | at91_sys_write(AT91_SMC_SETUP(3), AT91_SMC_NWESETUP_(0) | AT91_SMC_NCS_WRSETUP_(0) | 235 | at91_sys_write(AT91_SMC_SETUP(3), AT91_SMC_NWESETUP_(0) | AT91_SMC_NCS_WRSETUP_(0) |
| @@ -354,7 +351,7 @@ void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) | |||
| 354 | * -------------------------------------------------------------------- */ | 351 | * -------------------------------------------------------------------- */ |
| 355 | 352 | ||
| 356 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) | 353 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) |
| 357 | static u64 spi_dmamask = 0xffffffffUL; | 354 | static u64 spi_dmamask = DMA_BIT_MASK(32); |
| 358 | 355 | ||
| 359 | static struct resource spi0_resources[] = { | 356 | static struct resource spi0_resources[] = { |
| 360 | [0] = { | 357 | [0] = { |
| @@ -374,7 +371,7 @@ static struct platform_device at91sam9261_spi0_device = { | |||
| 374 | .id = 0, | 371 | .id = 0, |
| 375 | .dev = { | 372 | .dev = { |
| 376 | .dma_mask = &spi_dmamask, | 373 | .dma_mask = &spi_dmamask, |
| 377 | .coherent_dma_mask = 0xffffffff, | 374 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 378 | }, | 375 | }, |
| 379 | .resource = spi0_resources, | 376 | .resource = spi0_resources, |
| 380 | .num_resources = ARRAY_SIZE(spi0_resources), | 377 | .num_resources = ARRAY_SIZE(spi0_resources), |
| @@ -400,7 +397,7 @@ static struct platform_device at91sam9261_spi1_device = { | |||
| 400 | .id = 1, | 397 | .id = 1, |
| 401 | .dev = { | 398 | .dev = { |
| 402 | .dma_mask = &spi_dmamask, | 399 | .dma_mask = &spi_dmamask, |
| 403 | .coherent_dma_mask = 0xffffffff, | 400 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 404 | }, | 401 | }, |
| 405 | .resource = spi1_resources, | 402 | .resource = spi1_resources, |
| 406 | .num_resources = ARRAY_SIZE(spi1_resources), | 403 | .num_resources = ARRAY_SIZE(spi1_resources), |
| @@ -466,7 +463,7 @@ void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) | |||
| 466 | * -------------------------------------------------------------------- */ | 463 | * -------------------------------------------------------------------- */ |
| 467 | 464 | ||
| 468 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) | 465 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) |
| 469 | static u64 lcdc_dmamask = 0xffffffffUL; | 466 | static u64 lcdc_dmamask = DMA_BIT_MASK(32); |
| 470 | static struct atmel_lcdfb_info lcdc_data; | 467 | static struct atmel_lcdfb_info lcdc_data; |
| 471 | 468 | ||
| 472 | static struct resource lcdc_resources[] = { | 469 | static struct resource lcdc_resources[] = { |
| @@ -494,7 +491,7 @@ static struct platform_device at91_lcdc_device = { | |||
| 494 | .id = 0, | 491 | .id = 0, |
| 495 | .dev = { | 492 | .dev = { |
| 496 | .dma_mask = &lcdc_dmamask, | 493 | .dma_mask = &lcdc_dmamask, |
| 497 | .coherent_dma_mask = 0xffffffff, | 494 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 498 | .platform_data = &lcdc_data, | 495 | .platform_data = &lcdc_data, |
| 499 | }, | 496 | }, |
| 500 | .resource = lcdc_resources, | 497 | .resource = lcdc_resources, |
| @@ -507,6 +504,17 @@ void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data) | |||
| 507 | return; | 504 | return; |
| 508 | } | 505 | } |
| 509 | 506 | ||
| 507 | #if defined(CONFIG_FB_ATMEL_STN) | ||
| 508 | at91_set_A_periph(AT91_PIN_PB0, 0); /* LCDVSYNC */ | ||
| 509 | at91_set_A_periph(AT91_PIN_PB1, 0); /* LCDHSYNC */ | ||
| 510 | at91_set_A_periph(AT91_PIN_PB2, 0); /* LCDDOTCK */ | ||
| 511 | at91_set_A_periph(AT91_PIN_PB3, 0); /* LCDDEN */ | ||
| 512 | at91_set_A_periph(AT91_PIN_PB4, 0); /* LCDCC */ | ||
| 513 | at91_set_A_periph(AT91_PIN_PB5, 0); /* LCDD0 */ | ||
| 514 | at91_set_A_periph(AT91_PIN_PB6, 0); /* LCDD1 */ | ||
| 515 | at91_set_A_periph(AT91_PIN_PB7, 0); /* LCDD2 */ | ||
| 516 | at91_set_A_periph(AT91_PIN_PB8, 0); /* LCDD3 */ | ||
| 517 | #else | ||
| 510 | at91_set_A_periph(AT91_PIN_PB1, 0); /* LCDHSYNC */ | 518 | at91_set_A_periph(AT91_PIN_PB1, 0); /* LCDHSYNC */ |
| 511 | at91_set_A_periph(AT91_PIN_PB2, 0); /* LCDDOTCK */ | 519 | at91_set_A_periph(AT91_PIN_PB2, 0); /* LCDDOTCK */ |
| 512 | at91_set_A_periph(AT91_PIN_PB3, 0); /* LCDDEN */ | 520 | at91_set_A_periph(AT91_PIN_PB3, 0); /* LCDDEN */ |
| @@ -529,6 +537,7 @@ void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data) | |||
| 529 | at91_set_B_periph(AT91_PIN_PB26, 0); /* LCDD21 */ | 537 | at91_set_B_periph(AT91_PIN_PB26, 0); /* LCDD21 */ |
| 530 | at91_set_B_periph(AT91_PIN_PB27, 0); /* LCDD22 */ | 538 | at91_set_B_periph(AT91_PIN_PB27, 0); /* LCDD22 */ |
| 531 | at91_set_B_periph(AT91_PIN_PB28, 0); /* LCDD23 */ | 539 | at91_set_B_periph(AT91_PIN_PB28, 0); /* LCDD23 */ |
| 540 | #endif | ||
| 532 | 541 | ||
| 533 | lcdc_data = *data; | 542 | lcdc_data = *data; |
| 534 | platform_device_register(&at91_lcdc_device); | 543 | platform_device_register(&at91_lcdc_device); |
| @@ -539,24 +548,220 @@ void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data) {} | |||
| 539 | 548 | ||
| 540 | 549 | ||
| 541 | /* -------------------------------------------------------------------- | 550 | /* -------------------------------------------------------------------- |
| 542 | * LEDs | 551 | * RTT |
| 552 | * -------------------------------------------------------------------- */ | ||
| 553 | |||
| 554 | static struct resource rtt_resources[] = { | ||
| 555 | { | ||
| 556 | .start = AT91_BASE_SYS + AT91_RTT, | ||
| 557 | .end = AT91_BASE_SYS + AT91_RTT + SZ_16 - 1, | ||
| 558 | .flags = IORESOURCE_MEM, | ||
| 559 | } | ||
| 560 | }; | ||
| 561 | |||
| 562 | static struct platform_device at91sam9261_rtt_device = { | ||
| 563 | .name = "at91_rtt", | ||
| 564 | .id = -1, | ||
| 565 | .resource = rtt_resources, | ||
| 566 | .num_resources = ARRAY_SIZE(rtt_resources), | ||
| 567 | }; | ||
| 568 | |||
| 569 | static void __init at91_add_device_rtt(void) | ||
| 570 | { | ||
| 571 | platform_device_register(&at91sam9261_rtt_device); | ||
| 572 | } | ||
| 573 | |||
| 574 | |||
| 575 | /* -------------------------------------------------------------------- | ||
| 576 | * Watchdog | ||
| 577 | * -------------------------------------------------------------------- */ | ||
| 578 | |||
| 579 | #if defined(CONFIG_AT91SAM9_WATCHDOG) || defined(CONFIG_AT91SAM9_WATCHDOG_MODULE) | ||
| 580 | static struct platform_device at91sam9261_wdt_device = { | ||
| 581 | .name = "at91_wdt", | ||
| 582 | .id = -1, | ||
| 583 | .num_resources = 0, | ||
| 584 | }; | ||
| 585 | |||
| 586 | static void __init at91_add_device_watchdog(void) | ||
| 587 | { | ||
| 588 | platform_device_register(&at91sam9261_wdt_device); | ||
| 589 | } | ||
| 590 | #else | ||
| 591 | static void __init at91_add_device_watchdog(void) {} | ||
| 592 | #endif | ||
| 593 | |||
| 594 | |||
| 595 | /* -------------------------------------------------------------------- | ||
| 596 | * SSC -- Synchronous Serial Controller | ||
| 543 | * -------------------------------------------------------------------- */ | 597 | * -------------------------------------------------------------------- */ |
| 544 | 598 | ||
| 545 | #if defined(CONFIG_LEDS) | 599 | #if defined(CONFIG_ATMEL_SSC) || defined(CONFIG_ATMEL_SSC_MODULE) |
| 546 | u8 at91_leds_cpu; | 600 | static u64 ssc0_dmamask = DMA_BIT_MASK(32); |
| 547 | u8 at91_leds_timer; | 601 | |
| 602 | static struct resource ssc0_resources[] = { | ||
| 603 | [0] = { | ||
| 604 | .start = AT91SAM9261_BASE_SSC0, | ||
| 605 | .end = AT91SAM9261_BASE_SSC0 + SZ_16K - 1, | ||
| 606 | .flags = IORESOURCE_MEM, | ||
| 607 | }, | ||
| 608 | [1] = { | ||
| 609 | .start = AT91SAM9261_ID_SSC0, | ||
| 610 | .end = AT91SAM9261_ID_SSC0, | ||
| 611 | .flags = IORESOURCE_IRQ, | ||
| 612 | }, | ||
| 613 | }; | ||
| 614 | |||
| 615 | static struct platform_device at91sam9261_ssc0_device = { | ||
| 616 | .name = "ssc", | ||
| 617 | .id = 0, | ||
| 618 | .dev = { | ||
| 619 | .dma_mask = &ssc0_dmamask, | ||
| 620 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 621 | }, | ||
| 622 | .resource = ssc0_resources, | ||
| 623 | .num_resources = ARRAY_SIZE(ssc0_resources), | ||
| 624 | }; | ||
| 625 | |||
| 626 | static inline void configure_ssc0_pins(unsigned pins) | ||
| 627 | { | ||
| 628 | if (pins & ATMEL_SSC_TF) | ||
| 629 | at91_set_A_periph(AT91_PIN_PB21, 1); | ||
| 630 | if (pins & ATMEL_SSC_TK) | ||
| 631 | at91_set_A_periph(AT91_PIN_PB22, 1); | ||
| 632 | if (pins & ATMEL_SSC_TD) | ||
| 633 | at91_set_A_periph(AT91_PIN_PB23, 1); | ||
| 634 | if (pins & ATMEL_SSC_RD) | ||
| 635 | at91_set_A_periph(AT91_PIN_PB24, 1); | ||
| 636 | if (pins & ATMEL_SSC_RK) | ||
| 637 | at91_set_A_periph(AT91_PIN_PB25, 1); | ||
| 638 | if (pins & ATMEL_SSC_RF) | ||
| 639 | at91_set_A_periph(AT91_PIN_PB26, 1); | ||
| 640 | } | ||
| 641 | |||
| 642 | static u64 ssc1_dmamask = DMA_BIT_MASK(32); | ||
| 643 | |||
| 644 | static struct resource ssc1_resources[] = { | ||
| 645 | [0] = { | ||
| 646 | .start = AT91SAM9261_BASE_SSC1, | ||
| 647 | .end = AT91SAM9261_BASE_SSC1 + SZ_16K - 1, | ||
| 648 | .flags = IORESOURCE_MEM, | ||
| 649 | }, | ||
| 650 | [1] = { | ||
| 651 | .start = AT91SAM9261_ID_SSC1, | ||
| 652 | .end = AT91SAM9261_ID_SSC1, | ||
| 653 | .flags = IORESOURCE_IRQ, | ||
| 654 | }, | ||
| 655 | }; | ||
| 656 | |||
| 657 | static struct platform_device at91sam9261_ssc1_device = { | ||
| 658 | .name = "ssc", | ||
| 659 | .id = 1, | ||
| 660 | .dev = { | ||
| 661 | .dma_mask = &ssc1_dmamask, | ||
| 662 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 663 | }, | ||
| 664 | .resource = ssc1_resources, | ||
| 665 | .num_resources = ARRAY_SIZE(ssc1_resources), | ||
| 666 | }; | ||
| 667 | |||
| 668 | static inline void configure_ssc1_pins(unsigned pins) | ||
| 669 | { | ||
| 670 | if (pins & ATMEL_SSC_TF) | ||
| 671 | at91_set_B_periph(AT91_PIN_PA17, 1); | ||
| 672 | if (pins & ATMEL_SSC_TK) | ||
| 673 | at91_set_B_periph(AT91_PIN_PA18, 1); | ||
| 674 | if (pins & ATMEL_SSC_TD) | ||
| 675 | at91_set_B_periph(AT91_PIN_PA19, 1); | ||
| 676 | if (pins & ATMEL_SSC_RD) | ||
| 677 | at91_set_B_periph(AT91_PIN_PA20, 1); | ||
| 678 | if (pins & ATMEL_SSC_RK) | ||
| 679 | at91_set_B_periph(AT91_PIN_PA21, 1); | ||
| 680 | if (pins & ATMEL_SSC_RF) | ||
| 681 | at91_set_B_periph(AT91_PIN_PA22, 1); | ||
| 682 | } | ||
| 683 | |||
| 684 | static u64 ssc2_dmamask = DMA_BIT_MASK(32); | ||
| 685 | |||
| 686 | static struct resource ssc2_resources[] = { | ||
| 687 | [0] = { | ||
| 688 | .start = AT91SAM9261_BASE_SSC2, | ||
| 689 | .end = AT91SAM9261_BASE_SSC2 + SZ_16K - 1, | ||
| 690 | .flags = IORESOURCE_MEM, | ||
| 691 | }, | ||
| 692 | [1] = { | ||
| 693 | .start = AT91SAM9261_ID_SSC2, | ||
| 694 | .end = AT91SAM9261_ID_SSC2, | ||
| 695 | .flags = IORESOURCE_IRQ, | ||
| 696 | }, | ||
| 697 | }; | ||
| 698 | |||
| 699 | static struct platform_device at91sam9261_ssc2_device = { | ||
| 700 | .name = "ssc", | ||
| 701 | .id = 2, | ||
| 702 | .dev = { | ||
| 703 | .dma_mask = &ssc2_dmamask, | ||
| 704 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 705 | }, | ||
| 706 | .resource = ssc2_resources, | ||
| 707 | .num_resources = ARRAY_SIZE(ssc2_resources), | ||
| 708 | }; | ||
| 709 | |||
| 710 | static inline void configure_ssc2_pins(unsigned pins) | ||
| 711 | { | ||
| 712 | if (pins & ATMEL_SSC_TF) | ||
| 713 | at91_set_B_periph(AT91_PIN_PC25, 1); | ||
| 714 | if (pins & ATMEL_SSC_TK) | ||
| 715 | at91_set_B_periph(AT91_PIN_PC26, 1); | ||
| 716 | if (pins & ATMEL_SSC_TD) | ||
| 717 | at91_set_B_periph(AT91_PIN_PC27, 1); | ||
| 718 | if (pins & ATMEL_SSC_RD) | ||
| 719 | at91_set_B_periph(AT91_PIN_PC28, 1); | ||
| 720 | if (pins & ATMEL_SSC_RK) | ||
| 721 | at91_set_B_periph(AT91_PIN_PC29, 1); | ||
| 722 | if (pins & ATMEL_SSC_RF) | ||
| 723 | at91_set_B_periph(AT91_PIN_PC30, 1); | ||
| 724 | } | ||
| 548 | 725 | ||
| 549 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | 726 | /* |
| 727 | * SSC controllers are accessed through library code, instead of any | ||
| 728 | * kind of all-singing/all-dancing driver. For example one could be | ||
| 729 | * used by a particular I2S audio codec's driver, while another one | ||
| 730 | * on the same system might be used by a custom data capture driver. | ||
| 731 | */ | ||
| 732 | void __init at91_add_device_ssc(unsigned id, unsigned pins) | ||
| 550 | { | 733 | { |
| 551 | /* Enable GPIO to access the LEDs */ | 734 | struct platform_device *pdev; |
| 552 | at91_set_gpio_output(cpu_led, 1); | 735 | |
| 553 | at91_set_gpio_output(timer_led, 1); | 736 | /* |
| 737 | * NOTE: caller is responsible for passing information matching | ||
| 738 | * "pins" to whatever will be using each particular controller. | ||
| 739 | */ | ||
| 740 | switch (id) { | ||
| 741 | case AT91SAM9261_ID_SSC0: | ||
| 742 | pdev = &at91sam9261_ssc0_device; | ||
| 743 | configure_ssc0_pins(pins); | ||
| 744 | at91_clock_associate("ssc0_clk", &pdev->dev, "pclk"); | ||
| 745 | break; | ||
| 746 | case AT91SAM9261_ID_SSC1: | ||
| 747 | pdev = &at91sam9261_ssc1_device; | ||
| 748 | configure_ssc1_pins(pins); | ||
| 749 | at91_clock_associate("ssc1_clk", &pdev->dev, "pclk"); | ||
| 750 | break; | ||
| 751 | case AT91SAM9261_ID_SSC2: | ||
| 752 | pdev = &at91sam9261_ssc2_device; | ||
| 753 | configure_ssc2_pins(pins); | ||
| 754 | at91_clock_associate("ssc2_clk", &pdev->dev, "pclk"); | ||
| 755 | break; | ||
| 756 | default: | ||
| 757 | return; | ||
| 758 | } | ||
| 554 | 759 | ||
| 555 | at91_leds_cpu = cpu_led; | 760 | platform_device_register(pdev); |
| 556 | at91_leds_timer = timer_led; | ||
| 557 | } | 761 | } |
| 762 | |||
| 558 | #else | 763 | #else |
| 559 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | 764 | void __init at91_add_device_ssc(unsigned id, unsigned pins) {} |
| 560 | #endif | 765 | #endif |
| 561 | 766 | ||
| 562 | 767 | ||
| @@ -584,12 +789,15 @@ static struct atmel_uart_data dbgu_data = { | |||
| 584 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), | 789 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), |
| 585 | }; | 790 | }; |
| 586 | 791 | ||
| 792 | static u64 dbgu_dmamask = DMA_BIT_MASK(32); | ||
| 793 | |||
| 587 | static struct platform_device at91sam9261_dbgu_device = { | 794 | static struct platform_device at91sam9261_dbgu_device = { |
| 588 | .name = "atmel_usart", | 795 | .name = "atmel_usart", |
| 589 | .id = 0, | 796 | .id = 0, |
| 590 | .dev = { | 797 | .dev = { |
| 591 | .platform_data = &dbgu_data, | 798 | .dma_mask = &dbgu_dmamask, |
| 592 | .coherent_dma_mask = 0xffffffff, | 799 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 800 | .platform_data = &dbgu_data, | ||
| 593 | }, | 801 | }, |
| 594 | .resource = dbgu_resources, | 802 | .resource = dbgu_resources, |
| 595 | .num_resources = ARRAY_SIZE(dbgu_resources), | 803 | .num_resources = ARRAY_SIZE(dbgu_resources), |
| @@ -619,23 +827,29 @@ static struct atmel_uart_data uart0_data = { | |||
| 619 | .use_dma_rx = 1, | 827 | .use_dma_rx = 1, |
| 620 | }; | 828 | }; |
| 621 | 829 | ||
| 830 | static u64 uart0_dmamask = DMA_BIT_MASK(32); | ||
| 831 | |||
| 622 | static struct platform_device at91sam9261_uart0_device = { | 832 | static struct platform_device at91sam9261_uart0_device = { |
| 623 | .name = "atmel_usart", | 833 | .name = "atmel_usart", |
| 624 | .id = 1, | 834 | .id = 1, |
| 625 | .dev = { | 835 | .dev = { |
| 626 | .platform_data = &uart0_data, | 836 | .dma_mask = &uart0_dmamask, |
| 627 | .coherent_dma_mask = 0xffffffff, | 837 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 838 | .platform_data = &uart0_data, | ||
| 628 | }, | 839 | }, |
| 629 | .resource = uart0_resources, | 840 | .resource = uart0_resources, |
| 630 | .num_resources = ARRAY_SIZE(uart0_resources), | 841 | .num_resources = ARRAY_SIZE(uart0_resources), |
| 631 | }; | 842 | }; |
| 632 | 843 | ||
| 633 | static inline void configure_usart0_pins(void) | 844 | static inline void configure_usart0_pins(unsigned pins) |
| 634 | { | 845 | { |
| 635 | at91_set_A_periph(AT91_PIN_PC8, 1); /* TXD0 */ | 846 | at91_set_A_periph(AT91_PIN_PC8, 1); /* TXD0 */ |
| 636 | at91_set_A_periph(AT91_PIN_PC9, 0); /* RXD0 */ | 847 | at91_set_A_periph(AT91_PIN_PC9, 0); /* RXD0 */ |
| 637 | at91_set_A_periph(AT91_PIN_PC10, 0); /* RTS0 */ | 848 | |
| 638 | at91_set_A_periph(AT91_PIN_PC11, 0); /* CTS0 */ | 849 | if (pins & ATMEL_UART_RTS) |
| 850 | at91_set_A_periph(AT91_PIN_PC10, 0); /* RTS0 */ | ||
| 851 | if (pins & ATMEL_UART_CTS) | ||
| 852 | at91_set_A_periph(AT91_PIN_PC11, 0); /* CTS0 */ | ||
| 639 | } | 853 | } |
| 640 | 854 | ||
| 641 | static struct resource uart1_resources[] = { | 855 | static struct resource uart1_resources[] = { |
| @@ -656,21 +870,29 @@ static struct atmel_uart_data uart1_data = { | |||
| 656 | .use_dma_rx = 1, | 870 | .use_dma_rx = 1, |
| 657 | }; | 871 | }; |
| 658 | 872 | ||
| 873 | static u64 uart1_dmamask = DMA_BIT_MASK(32); | ||
| 874 | |||
| 659 | static struct platform_device at91sam9261_uart1_device = { | 875 | static struct platform_device at91sam9261_uart1_device = { |
| 660 | .name = "atmel_usart", | 876 | .name = "atmel_usart", |
| 661 | .id = 2, | 877 | .id = 2, |
| 662 | .dev = { | 878 | .dev = { |
| 663 | .platform_data = &uart1_data, | 879 | .dma_mask = &uart1_dmamask, |
| 664 | .coherent_dma_mask = 0xffffffff, | 880 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 881 | .platform_data = &uart1_data, | ||
| 665 | }, | 882 | }, |
| 666 | .resource = uart1_resources, | 883 | .resource = uart1_resources, |
| 667 | .num_resources = ARRAY_SIZE(uart1_resources), | 884 | .num_resources = ARRAY_SIZE(uart1_resources), |
| 668 | }; | 885 | }; |
| 669 | 886 | ||
| 670 | static inline void configure_usart1_pins(void) | 887 | static inline void configure_usart1_pins(unsigned pins) |
| 671 | { | 888 | { |
| 672 | at91_set_A_periph(AT91_PIN_PC12, 1); /* TXD1 */ | 889 | at91_set_A_periph(AT91_PIN_PC12, 1); /* TXD1 */ |
| 673 | at91_set_A_periph(AT91_PIN_PC13, 0); /* RXD1 */ | 890 | at91_set_A_periph(AT91_PIN_PC13, 0); /* RXD1 */ |
| 891 | |||
| 892 | if (pins & ATMEL_UART_RTS) | ||
| 893 | at91_set_B_periph(AT91_PIN_PA12, 0); /* RTS1 */ | ||
| 894 | if (pins & ATMEL_UART_CTS) | ||
| 895 | at91_set_B_periph(AT91_PIN_PA13, 0); /* CTS1 */ | ||
| 674 | } | 896 | } |
| 675 | 897 | ||
| 676 | static struct resource uart2_resources[] = { | 898 | static struct resource uart2_resources[] = { |
| @@ -691,27 +913,35 @@ static struct atmel_uart_data uart2_data = { | |||
| 691 | .use_dma_rx = 1, | 913 | .use_dma_rx = 1, |
| 692 | }; | 914 | }; |
| 693 | 915 | ||
| 916 | static u64 uart2_dmamask = DMA_BIT_MASK(32); | ||
| 917 | |||
| 694 | static struct platform_device at91sam9261_uart2_device = { | 918 | static struct platform_device at91sam9261_uart2_device = { |
| 695 | .name = "atmel_usart", | 919 | .name = "atmel_usart", |
| 696 | .id = 3, | 920 | .id = 3, |
| 697 | .dev = { | 921 | .dev = { |
| 698 | .platform_data = &uart2_data, | 922 | .dma_mask = &uart2_dmamask, |
| 699 | .coherent_dma_mask = 0xffffffff, | 923 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 924 | .platform_data = &uart2_data, | ||
| 700 | }, | 925 | }, |
| 701 | .resource = uart2_resources, | 926 | .resource = uart2_resources, |
| 702 | .num_resources = ARRAY_SIZE(uart2_resources), | 927 | .num_resources = ARRAY_SIZE(uart2_resources), |
| 703 | }; | 928 | }; |
| 704 | 929 | ||
| 705 | static inline void configure_usart2_pins(void) | 930 | static inline void configure_usart2_pins(unsigned pins) |
| 706 | { | 931 | { |
| 707 | at91_set_A_periph(AT91_PIN_PC15, 0); /* RXD2 */ | 932 | at91_set_A_periph(AT91_PIN_PC15, 0); /* RXD2 */ |
| 708 | at91_set_A_periph(AT91_PIN_PC14, 1); /* TXD2 */ | 933 | at91_set_A_periph(AT91_PIN_PC14, 1); /* TXD2 */ |
| 934 | |||
| 935 | if (pins & ATMEL_UART_RTS) | ||
| 936 | at91_set_B_periph(AT91_PIN_PA15, 0); /* RTS2*/ | ||
| 937 | if (pins & ATMEL_UART_CTS) | ||
| 938 | at91_set_B_periph(AT91_PIN_PA16, 0); /* CTS2 */ | ||
| 709 | } | 939 | } |
| 710 | 940 | ||
| 711 | struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ | 941 | static struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ |
| 712 | struct platform_device *atmel_default_console_device; /* the serial console device */ | 942 | struct platform_device *atmel_default_console_device; /* the serial console device */ |
| 713 | 943 | ||
| 714 | void __init at91_init_serial(struct at91_uart_config *config) | 944 | void __init __deprecated at91_init_serial(struct at91_uart_config *config) |
| 715 | { | 945 | { |
| 716 | int i; | 946 | int i; |
| 717 | 947 | ||
| @@ -719,17 +949,17 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 719 | for (i = 0; i < config->nr_tty; i++) { | 949 | for (i = 0; i < config->nr_tty; i++) { |
| 720 | switch (config->tty_map[i]) { | 950 | switch (config->tty_map[i]) { |
| 721 | case 0: | 951 | case 0: |
| 722 | configure_usart0_pins(); | 952 | configure_usart0_pins(ATMEL_UART_CTS | ATMEL_UART_RTS); |
| 723 | at91_uarts[i] = &at91sam9261_uart0_device; | 953 | at91_uarts[i] = &at91sam9261_uart0_device; |
| 724 | at91_clock_associate("usart0_clk", &at91sam9261_uart0_device.dev, "usart"); | 954 | at91_clock_associate("usart0_clk", &at91sam9261_uart0_device.dev, "usart"); |
| 725 | break; | 955 | break; |
| 726 | case 1: | 956 | case 1: |
| 727 | configure_usart1_pins(); | 957 | configure_usart1_pins(0); |
| 728 | at91_uarts[i] = &at91sam9261_uart1_device; | 958 | at91_uarts[i] = &at91sam9261_uart1_device; |
| 729 | at91_clock_associate("usart1_clk", &at91sam9261_uart1_device.dev, "usart"); | 959 | at91_clock_associate("usart1_clk", &at91sam9261_uart1_device.dev, "usart"); |
| 730 | break; | 960 | break; |
| 731 | case 2: | 961 | case 2: |
| 732 | configure_usart2_pins(); | 962 | configure_usart2_pins(0); |
| 733 | at91_uarts[i] = &at91sam9261_uart2_device; | 963 | at91_uarts[i] = &at91sam9261_uart2_device; |
| 734 | at91_clock_associate("usart2_clk", &at91sam9261_uart2_device.dev, "usart"); | 964 | at91_clock_associate("usart2_clk", &at91sam9261_uart2_device.dev, "usart"); |
| 735 | break; | 965 | break; |
| @@ -751,6 +981,48 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 751 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | 981 | printk(KERN_INFO "AT91: No default serial console defined.\n"); |
| 752 | } | 982 | } |
| 753 | 983 | ||
| 984 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) | ||
| 985 | { | ||
| 986 | struct platform_device *pdev; | ||
| 987 | |||
| 988 | switch (id) { | ||
| 989 | case 0: /* DBGU */ | ||
| 990 | pdev = &at91sam9261_dbgu_device; | ||
| 991 | configure_dbgu_pins(); | ||
| 992 | at91_clock_associate("mck", &pdev->dev, "usart"); | ||
| 993 | break; | ||
| 994 | case AT91SAM9261_ID_US0: | ||
| 995 | pdev = &at91sam9261_uart0_device; | ||
| 996 | configure_usart0_pins(pins); | ||
| 997 | at91_clock_associate("usart0_clk", &pdev->dev, "usart"); | ||
| 998 | break; | ||
| 999 | case AT91SAM9261_ID_US1: | ||
| 1000 | pdev = &at91sam9261_uart1_device; | ||
| 1001 | configure_usart1_pins(pins); | ||
| 1002 | at91_clock_associate("usart1_clk", &pdev->dev, "usart"); | ||
| 1003 | break; | ||
| 1004 | case AT91SAM9261_ID_US2: | ||
| 1005 | pdev = &at91sam9261_uart2_device; | ||
| 1006 | configure_usart2_pins(pins); | ||
| 1007 | at91_clock_associate("usart2_clk", &pdev->dev, "usart"); | ||
| 1008 | break; | ||
| 1009 | default: | ||
| 1010 | return; | ||
| 1011 | } | ||
| 1012 | pdev->id = portnr; /* update to mapped ID */ | ||
| 1013 | |||
| 1014 | if (portnr < ATMEL_MAX_UART) | ||
| 1015 | at91_uarts[portnr] = pdev; | ||
| 1016 | } | ||
| 1017 | |||
| 1018 | void __init at91_set_serial_console(unsigned portnr) | ||
| 1019 | { | ||
| 1020 | if (portnr < ATMEL_MAX_UART) | ||
| 1021 | atmel_default_console_device = at91_uarts[portnr]; | ||
| 1022 | if (!atmel_default_console_device) | ||
| 1023 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | ||
| 1024 | } | ||
| 1025 | |||
| 754 | void __init at91_add_device_serial(void) | 1026 | void __init at91_add_device_serial(void) |
| 755 | { | 1027 | { |
| 756 | int i; | 1028 | int i; |
| @@ -761,7 +1033,9 @@ void __init at91_add_device_serial(void) | |||
| 761 | } | 1033 | } |
| 762 | } | 1034 | } |
| 763 | #else | 1035 | #else |
| 764 | void __init at91_init_serial(struct at91_uart_config *config) {} | 1036 | void __init __deprecated at91_init_serial(struct at91_uart_config *config) {} |
| 1037 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} | ||
| 1038 | void __init at91_set_serial_console(unsigned portnr) {} | ||
| 765 | void __init at91_add_device_serial(void) {} | 1039 | void __init at91_add_device_serial(void) {} |
| 766 | #endif | 1040 | #endif |
| 767 | 1041 | ||
| @@ -774,6 +1048,8 @@ void __init at91_add_device_serial(void) {} | |||
| 774 | */ | 1048 | */ |
| 775 | static int __init at91_add_standard_devices(void) | 1049 | static int __init at91_add_standard_devices(void) |
| 776 | { | 1050 | { |
| 1051 | at91_add_device_rtt(); | ||
| 1052 | at91_add_device_watchdog(); | ||
| 777 | return 0; | 1053 | return 0; |
| 778 | } | 1054 | } |
| 779 | 1055 | ||
diff --git a/arch/arm/mach-at91/at91sam9263.c b/arch/arm/mach-at91/at91sam9263.c index 00e27b177857..a53ba0f74351 100644 --- a/arch/arm/mach-at91/at91sam9263.c +++ b/arch/arm/mach-at91/at91sam9263.c | |||
| @@ -304,34 +304,34 @@ void __init at91sam9263_initialize(unsigned long main_clock) | |||
| 304 | static unsigned int at91sam9263_default_irq_priority[NR_AIC_IRQS] __initdata = { | 304 | static unsigned int at91sam9263_default_irq_priority[NR_AIC_IRQS] __initdata = { |
| 305 | 7, /* Advanced Interrupt Controller (FIQ) */ | 305 | 7, /* Advanced Interrupt Controller (FIQ) */ |
| 306 | 7, /* System Peripherals */ | 306 | 7, /* System Peripherals */ |
| 307 | 0, /* Parallel IO Controller A */ | 307 | 1, /* Parallel IO Controller A */ |
| 308 | 0, /* Parallel IO Controller B */ | 308 | 1, /* Parallel IO Controller B */ |
| 309 | 0, /* Parallel IO Controller C, D and E */ | 309 | 1, /* Parallel IO Controller C, D and E */ |
| 310 | 0, | 310 | 0, |
| 311 | 0, | 311 | 0, |
| 312 | 6, /* USART 0 */ | 312 | 5, /* USART 0 */ |
| 313 | 6, /* USART 1 */ | 313 | 5, /* USART 1 */ |
| 314 | 6, /* USART 2 */ | 314 | 5, /* USART 2 */ |
| 315 | 0, /* Multimedia Card Interface 0 */ | 315 | 0, /* Multimedia Card Interface 0 */ |
| 316 | 0, /* Multimedia Card Interface 1 */ | 316 | 0, /* Multimedia Card Interface 1 */ |
| 317 | 4, /* CAN */ | 317 | 3, /* CAN */ |
| 318 | 0, /* Two-Wire Interface */ | 318 | 6, /* Two-Wire Interface */ |
| 319 | 6, /* Serial Peripheral Interface 0 */ | 319 | 5, /* Serial Peripheral Interface 0 */ |
| 320 | 6, /* Serial Peripheral Interface 1 */ | 320 | 5, /* Serial Peripheral Interface 1 */ |
| 321 | 5, /* Serial Synchronous Controller 0 */ | 321 | 4, /* Serial Synchronous Controller 0 */ |
| 322 | 5, /* Serial Synchronous Controller 1 */ | 322 | 4, /* Serial Synchronous Controller 1 */ |
| 323 | 6, /* AC97 Controller */ | 323 | 5, /* AC97 Controller */ |
| 324 | 0, /* Timer Counter 0, 1 and 2 */ | 324 | 0, /* Timer Counter 0, 1 and 2 */ |
| 325 | 0, /* Pulse Width Modulation Controller */ | 325 | 0, /* Pulse Width Modulation Controller */ |
| 326 | 3, /* Ethernet */ | 326 | 3, /* Ethernet */ |
| 327 | 0, | 327 | 0, |
| 328 | 0, /* 2D Graphic Engine */ | 328 | 0, /* 2D Graphic Engine */ |
| 329 | 3, /* USB Device Port */ | 329 | 2, /* USB Device Port */ |
| 330 | 0, /* Image Sensor Interface */ | 330 | 0, /* Image Sensor Interface */ |
| 331 | 3, /* LDC Controller */ | 331 | 3, /* LDC Controller */ |
| 332 | 0, /* DMA Controller */ | 332 | 0, /* DMA Controller */ |
| 333 | 0, | 333 | 0, |
| 334 | 3, /* USB Host port */ | 334 | 2, /* USB Host port */ |
| 335 | 0, /* Advanced Interrupt Controller (IRQ0) */ | 335 | 0, /* Advanced Interrupt Controller (IRQ0) */ |
| 336 | 0, /* Advanced Interrupt Controller (IRQ1) */ | 336 | 0, /* Advanced Interrupt Controller (IRQ1) */ |
| 337 | }; | 337 | }; |
diff --git a/arch/arm/mach-at91/at91sam9263_devices.c b/arch/arm/mach-at91/at91sam9263_devices.c index ac329a98e959..0b12e1adcc8e 100644 --- a/arch/arm/mach-at91/at91sam9263_devices.c +++ b/arch/arm/mach-at91/at91sam9263_devices.c | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <asm/mach/arch.h> | 12 | #include <asm/mach/arch.h> |
| 13 | #include <asm/mach/map.h> | 13 | #include <asm/mach/map.h> |
| 14 | 14 | ||
| 15 | #include <linux/dma-mapping.h> | ||
| 15 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
| 16 | #include <linux/i2c-gpio.h> | 17 | #include <linux/i2c-gpio.h> |
| 17 | 18 | ||
| @@ -32,7 +33,7 @@ | |||
| 32 | * -------------------------------------------------------------------- */ | 33 | * -------------------------------------------------------------------- */ |
| 33 | 34 | ||
| 34 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) | 35 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) |
| 35 | static u64 ohci_dmamask = 0xffffffffUL; | 36 | static u64 ohci_dmamask = DMA_BIT_MASK(32); |
| 36 | static struct at91_usbh_data usbh_data; | 37 | static struct at91_usbh_data usbh_data; |
| 37 | 38 | ||
| 38 | static struct resource usbh_resources[] = { | 39 | static struct resource usbh_resources[] = { |
| @@ -53,7 +54,7 @@ static struct platform_device at91_usbh_device = { | |||
| 53 | .id = -1, | 54 | .id = -1, |
| 54 | .dev = { | 55 | .dev = { |
| 55 | .dma_mask = &ohci_dmamask, | 56 | .dma_mask = &ohci_dmamask, |
| 56 | .coherent_dma_mask = 0xffffffff, | 57 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 57 | .platform_data = &usbh_data, | 58 | .platform_data = &usbh_data, |
| 58 | }, | 59 | }, |
| 59 | .resource = usbh_resources, | 60 | .resource = usbh_resources, |
| @@ -136,7 +137,7 @@ void __init at91_add_device_udc(struct at91_udc_data *data) {} | |||
| 136 | * -------------------------------------------------------------------- */ | 137 | * -------------------------------------------------------------------- */ |
| 137 | 138 | ||
| 138 | #if defined(CONFIG_MACB) || defined(CONFIG_MACB_MODULE) | 139 | #if defined(CONFIG_MACB) || defined(CONFIG_MACB_MODULE) |
| 139 | static u64 eth_dmamask = 0xffffffffUL; | 140 | static u64 eth_dmamask = DMA_BIT_MASK(32); |
| 140 | static struct at91_eth_data eth_data; | 141 | static struct at91_eth_data eth_data; |
| 141 | 142 | ||
| 142 | static struct resource eth_resources[] = { | 143 | static struct resource eth_resources[] = { |
| @@ -157,7 +158,7 @@ static struct platform_device at91sam9263_eth_device = { | |||
| 157 | .id = -1, | 158 | .id = -1, |
| 158 | .dev = { | 159 | .dev = { |
| 159 | .dma_mask = ð_dmamask, | 160 | .dma_mask = ð_dmamask, |
| 160 | .coherent_dma_mask = 0xffffffff, | 161 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 161 | .platform_data = ð_data, | 162 | .platform_data = ð_data, |
| 162 | }, | 163 | }, |
| 163 | .resource = eth_resources, | 164 | .resource = eth_resources, |
| @@ -210,7 +211,7 @@ void __init at91_add_device_eth(struct at91_eth_data *data) {} | |||
| 210 | * -------------------------------------------------------------------- */ | 211 | * -------------------------------------------------------------------- */ |
| 211 | 212 | ||
| 212 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) | 213 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) |
| 213 | static u64 mmc_dmamask = 0xffffffffUL; | 214 | static u64 mmc_dmamask = DMA_BIT_MASK(32); |
| 214 | static struct at91_mmc_data mmc0_data, mmc1_data; | 215 | static struct at91_mmc_data mmc0_data, mmc1_data; |
| 215 | 216 | ||
| 216 | static struct resource mmc0_resources[] = { | 217 | static struct resource mmc0_resources[] = { |
| @@ -231,7 +232,7 @@ static struct platform_device at91sam9263_mmc0_device = { | |||
| 231 | .id = 0, | 232 | .id = 0, |
| 232 | .dev = { | 233 | .dev = { |
| 233 | .dma_mask = &mmc_dmamask, | 234 | .dma_mask = &mmc_dmamask, |
| 234 | .coherent_dma_mask = 0xffffffff, | 235 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 235 | .platform_data = &mmc0_data, | 236 | .platform_data = &mmc0_data, |
| 236 | }, | 237 | }, |
| 237 | .resource = mmc0_resources, | 238 | .resource = mmc0_resources, |
| @@ -256,7 +257,7 @@ static struct platform_device at91sam9263_mmc1_device = { | |||
| 256 | .id = 1, | 257 | .id = 1, |
| 257 | .dev = { | 258 | .dev = { |
| 258 | .dma_mask = &mmc_dmamask, | 259 | .dma_mask = &mmc_dmamask, |
| 259 | .coherent_dma_mask = 0xffffffff, | 260 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 260 | .platform_data = &mmc1_data, | 261 | .platform_data = &mmc1_data, |
| 261 | }, | 262 | }, |
| 262 | .resource = mmc1_resources, | 263 | .resource = mmc1_resources, |
| @@ -382,7 +383,7 @@ void __init at91_add_device_nand(struct at91_nand_data *data) | |||
| 382 | return; | 383 | return; |
| 383 | 384 | ||
| 384 | csa = at91_sys_read(AT91_MATRIX_EBI0CSA); | 385 | csa = at91_sys_read(AT91_MATRIX_EBI0CSA); |
| 385 | at91_sys_write(AT91_MATRIX_EBI0CSA, csa | AT91_MATRIX_EBI0_CS3A_SMC); | 386 | at91_sys_write(AT91_MATRIX_EBI0CSA, csa | AT91_MATRIX_EBI0_CS3A_SMC_SMARTMEDIA); |
| 386 | 387 | ||
| 387 | /* set the bus interface characteristics */ | 388 | /* set the bus interface characteristics */ |
| 388 | at91_sys_write(AT91_SMC_SETUP(3), AT91_SMC_NWESETUP_(0) | AT91_SMC_NCS_WRSETUP_(0) | 389 | at91_sys_write(AT91_SMC_SETUP(3), AT91_SMC_NWESETUP_(0) | AT91_SMC_NCS_WRSETUP_(0) |
| @@ -500,7 +501,7 @@ void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) | |||
| 500 | * -------------------------------------------------------------------- */ | 501 | * -------------------------------------------------------------------- */ |
| 501 | 502 | ||
| 502 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) | 503 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) |
| 503 | static u64 spi_dmamask = 0xffffffffUL; | 504 | static u64 spi_dmamask = DMA_BIT_MASK(32); |
| 504 | 505 | ||
| 505 | static struct resource spi0_resources[] = { | 506 | static struct resource spi0_resources[] = { |
| 506 | [0] = { | 507 | [0] = { |
| @@ -520,7 +521,7 @@ static struct platform_device at91sam9263_spi0_device = { | |||
| 520 | .id = 0, | 521 | .id = 0, |
| 521 | .dev = { | 522 | .dev = { |
| 522 | .dma_mask = &spi_dmamask, | 523 | .dma_mask = &spi_dmamask, |
| 523 | .coherent_dma_mask = 0xffffffff, | 524 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 524 | }, | 525 | }, |
| 525 | .resource = spi0_resources, | 526 | .resource = spi0_resources, |
| 526 | .num_resources = ARRAY_SIZE(spi0_resources), | 527 | .num_resources = ARRAY_SIZE(spi0_resources), |
| @@ -546,7 +547,7 @@ static struct platform_device at91sam9263_spi1_device = { | |||
| 546 | .id = 1, | 547 | .id = 1, |
| 547 | .dev = { | 548 | .dev = { |
| 548 | .dma_mask = &spi_dmamask, | 549 | .dma_mask = &spi_dmamask, |
| 549 | .coherent_dma_mask = 0xffffffff, | 550 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 550 | }, | 551 | }, |
| 551 | .resource = spi1_resources, | 552 | .resource = spi1_resources, |
| 552 | .num_resources = ARRAY_SIZE(spi1_resources), | 553 | .num_resources = ARRAY_SIZE(spi1_resources), |
| @@ -612,7 +613,7 @@ void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) | |||
| 612 | * -------------------------------------------------------------------- */ | 613 | * -------------------------------------------------------------------- */ |
| 613 | 614 | ||
| 614 | #if defined(CONFIG_SND_AT91_AC97) || defined(CONFIG_SND_AT91_AC97_MODULE) | 615 | #if defined(CONFIG_SND_AT91_AC97) || defined(CONFIG_SND_AT91_AC97_MODULE) |
| 615 | static u64 ac97_dmamask = 0xffffffffUL; | 616 | static u64 ac97_dmamask = DMA_BIT_MASK(32); |
| 616 | static struct atmel_ac97_data ac97_data; | 617 | static struct atmel_ac97_data ac97_data; |
| 617 | 618 | ||
| 618 | static struct resource ac97_resources[] = { | 619 | static struct resource ac97_resources[] = { |
| @@ -633,7 +634,7 @@ static struct platform_device at91sam9263_ac97_device = { | |||
| 633 | .id = 1, | 634 | .id = 1, |
| 634 | .dev = { | 635 | .dev = { |
| 635 | .dma_mask = &ac97_dmamask, | 636 | .dma_mask = &ac97_dmamask, |
| 636 | .coherent_dma_mask = 0xffffffff, | 637 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 637 | .platform_data = &ac97_data, | 638 | .platform_data = &ac97_data, |
| 638 | }, | 639 | }, |
| 639 | .resource = ac97_resources, | 640 | .resource = ac97_resources, |
| @@ -667,7 +668,7 @@ void __init at91_add_device_ac97(struct atmel_ac97_data *data) {} | |||
| 667 | * -------------------------------------------------------------------- */ | 668 | * -------------------------------------------------------------------- */ |
| 668 | 669 | ||
| 669 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) | 670 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) |
| 670 | static u64 lcdc_dmamask = 0xffffffffUL; | 671 | static u64 lcdc_dmamask = DMA_BIT_MASK(32); |
| 671 | static struct atmel_lcdfb_info lcdc_data; | 672 | static struct atmel_lcdfb_info lcdc_data; |
| 672 | 673 | ||
| 673 | static struct resource lcdc_resources[] = { | 674 | static struct resource lcdc_resources[] = { |
| @@ -688,7 +689,7 @@ static struct platform_device at91_lcdc_device = { | |||
| 688 | .id = 0, | 689 | .id = 0, |
| 689 | .dev = { | 690 | .dev = { |
| 690 | .dma_mask = &lcdc_dmamask, | 691 | .dma_mask = &lcdc_dmamask, |
| 691 | .coherent_dma_mask = 0xffffffff, | 692 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 692 | .platform_data = &lcdc_data, | 693 | .platform_data = &lcdc_data, |
| 693 | }, | 694 | }, |
| 694 | .resource = lcdc_resources, | 695 | .resource = lcdc_resources, |
| @@ -732,24 +733,242 @@ void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data) {} | |||
| 732 | 733 | ||
| 733 | 734 | ||
| 734 | /* -------------------------------------------------------------------- | 735 | /* -------------------------------------------------------------------- |
| 735 | * LEDs | 736 | * Image Sensor Interface |
| 736 | * -------------------------------------------------------------------- */ | 737 | * -------------------------------------------------------------------- */ |
| 737 | 738 | ||
| 738 | #if defined(CONFIG_LEDS) | 739 | #if defined(CONFIG_VIDEO_AT91_ISI) || defined(CONFIG_VIDEO_AT91_ISI_MODULE) |
| 739 | u8 at91_leds_cpu; | ||
| 740 | u8 at91_leds_timer; | ||
| 741 | 740 | ||
| 742 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | 741 | struct resource isi_resources[] = { |
| 742 | [0] = { | ||
| 743 | .start = AT91SAM9263_BASE_ISI, | ||
| 744 | .end = AT91SAM9263_BASE_ISI + SZ_16K - 1, | ||
| 745 | .flags = IORESOURCE_MEM, | ||
| 746 | }, | ||
| 747 | [1] = { | ||
| 748 | .start = AT91SAM9263_ID_ISI, | ||
| 749 | .end = AT91SAM9263_ID_ISI, | ||
| 750 | .flags = IORESOURCE_IRQ, | ||
| 751 | }, | ||
| 752 | }; | ||
| 753 | |||
| 754 | static struct platform_device at91sam9263_isi_device = { | ||
| 755 | .name = "at91_isi", | ||
| 756 | .id = -1, | ||
| 757 | .resource = isi_resources, | ||
| 758 | .num_resources = ARRAY_SIZE(isi_resources), | ||
| 759 | }; | ||
| 760 | |||
| 761 | void __init at91_add_device_isi(void) | ||
| 762 | { | ||
| 763 | at91_set_A_periph(AT91_PIN_PE0, 0); /* ISI_D0 */ | ||
| 764 | at91_set_A_periph(AT91_PIN_PE1, 0); /* ISI_D1 */ | ||
| 765 | at91_set_A_periph(AT91_PIN_PE2, 0); /* ISI_D2 */ | ||
| 766 | at91_set_A_periph(AT91_PIN_PE3, 0); /* ISI_D3 */ | ||
| 767 | at91_set_A_periph(AT91_PIN_PE4, 0); /* ISI_D4 */ | ||
| 768 | at91_set_A_periph(AT91_PIN_PE5, 0); /* ISI_D5 */ | ||
| 769 | at91_set_A_periph(AT91_PIN_PE6, 0); /* ISI_D6 */ | ||
| 770 | at91_set_A_periph(AT91_PIN_PE7, 0); /* ISI_D7 */ | ||
| 771 | at91_set_A_periph(AT91_PIN_PE8, 0); /* ISI_PCK */ | ||
| 772 | at91_set_A_periph(AT91_PIN_PE9, 0); /* ISI_HSYNC */ | ||
| 773 | at91_set_A_periph(AT91_PIN_PE10, 0); /* ISI_VSYNC */ | ||
| 774 | at91_set_B_periph(AT91_PIN_PE11, 0); /* ISI_MCK (PCK3) */ | ||
| 775 | at91_set_B_periph(AT91_PIN_PE12, 0); /* ISI_PD8 */ | ||
| 776 | at91_set_B_periph(AT91_PIN_PE13, 0); /* ISI_PD9 */ | ||
| 777 | at91_set_B_periph(AT91_PIN_PE14, 0); /* ISI_PD10 */ | ||
| 778 | at91_set_B_periph(AT91_PIN_PE15, 0); /* ISI_PD11 */ | ||
| 779 | } | ||
| 780 | #else | ||
| 781 | void __init at91_add_device_isi(void) {} | ||
| 782 | #endif | ||
| 783 | |||
| 784 | |||
| 785 | /* -------------------------------------------------------------------- | ||
| 786 | * RTT | ||
| 787 | * -------------------------------------------------------------------- */ | ||
| 788 | |||
| 789 | static struct resource rtt0_resources[] = { | ||
| 790 | { | ||
| 791 | .start = AT91_BASE_SYS + AT91_RTT0, | ||
| 792 | .end = AT91_BASE_SYS + AT91_RTT0 + SZ_16 - 1, | ||
| 793 | .flags = IORESOURCE_MEM, | ||
| 794 | } | ||
| 795 | }; | ||
| 796 | |||
| 797 | static struct platform_device at91sam9263_rtt0_device = { | ||
| 798 | .name = "at91_rtt", | ||
| 799 | .id = 0, | ||
| 800 | .resource = rtt0_resources, | ||
| 801 | .num_resources = ARRAY_SIZE(rtt0_resources), | ||
| 802 | }; | ||
| 803 | |||
| 804 | static struct resource rtt1_resources[] = { | ||
| 805 | { | ||
| 806 | .start = AT91_BASE_SYS + AT91_RTT1, | ||
| 807 | .end = AT91_BASE_SYS + AT91_RTT1 + SZ_16 - 1, | ||
| 808 | .flags = IORESOURCE_MEM, | ||
| 809 | } | ||
| 810 | }; | ||
| 811 | |||
| 812 | static struct platform_device at91sam9263_rtt1_device = { | ||
| 813 | .name = "at91_rtt", | ||
| 814 | .id = 1, | ||
| 815 | .resource = rtt1_resources, | ||
| 816 | .num_resources = ARRAY_SIZE(rtt1_resources), | ||
| 817 | }; | ||
| 818 | |||
| 819 | static void __init at91_add_device_rtt(void) | ||
| 820 | { | ||
| 821 | platform_device_register(&at91sam9263_rtt0_device); | ||
| 822 | platform_device_register(&at91sam9263_rtt1_device); | ||
| 823 | } | ||
| 824 | |||
| 825 | |||
| 826 | /* -------------------------------------------------------------------- | ||
| 827 | * Watchdog | ||
| 828 | * -------------------------------------------------------------------- */ | ||
| 829 | |||
| 830 | #if defined(CONFIG_AT91SAM9_WATCHDOG) || defined(CONFIG_AT91SAM9_WATCHDOG_MODULE) | ||
| 831 | static struct platform_device at91sam9263_wdt_device = { | ||
| 832 | .name = "at91_wdt", | ||
| 833 | .id = -1, | ||
| 834 | .num_resources = 0, | ||
| 835 | }; | ||
| 836 | |||
| 837 | static void __init at91_add_device_watchdog(void) | ||
| 838 | { | ||
| 839 | platform_device_register(&at91sam9263_wdt_device); | ||
| 840 | } | ||
| 841 | #else | ||
| 842 | static void __init at91_add_device_watchdog(void) {} | ||
| 843 | #endif | ||
| 844 | |||
| 845 | |||
| 846 | /* -------------------------------------------------------------------- | ||
| 847 | * SSC -- Synchronous Serial Controller | ||
| 848 | * -------------------------------------------------------------------- */ | ||
| 849 | |||
| 850 | #if defined(CONFIG_ATMEL_SSC) || defined(CONFIG_ATMEL_SSC_MODULE) | ||
| 851 | static u64 ssc0_dmamask = DMA_BIT_MASK(32); | ||
| 852 | |||
| 853 | static struct resource ssc0_resources[] = { | ||
| 854 | [0] = { | ||
| 855 | .start = AT91SAM9263_BASE_SSC0, | ||
| 856 | .end = AT91SAM9263_BASE_SSC0 + SZ_16K - 1, | ||
| 857 | .flags = IORESOURCE_MEM, | ||
| 858 | }, | ||
| 859 | [1] = { | ||
| 860 | .start = AT91SAM9263_ID_SSC0, | ||
| 861 | .end = AT91SAM9263_ID_SSC0, | ||
| 862 | .flags = IORESOURCE_IRQ, | ||
| 863 | }, | ||
| 864 | }; | ||
| 865 | |||
| 866 | static struct platform_device at91sam9263_ssc0_device = { | ||
| 867 | .name = "ssc", | ||
| 868 | .id = 0, | ||
| 869 | .dev = { | ||
| 870 | .dma_mask = &ssc0_dmamask, | ||
| 871 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 872 | }, | ||
| 873 | .resource = ssc0_resources, | ||
| 874 | .num_resources = ARRAY_SIZE(ssc0_resources), | ||
| 875 | }; | ||
| 876 | |||
| 877 | static inline void configure_ssc0_pins(unsigned pins) | ||
| 878 | { | ||
| 879 | if (pins & ATMEL_SSC_TF) | ||
| 880 | at91_set_B_periph(AT91_PIN_PB0, 1); | ||
| 881 | if (pins & ATMEL_SSC_TK) | ||
| 882 | at91_set_B_periph(AT91_PIN_PB1, 1); | ||
| 883 | if (pins & ATMEL_SSC_TD) | ||
| 884 | at91_set_B_periph(AT91_PIN_PB2, 1); | ||
| 885 | if (pins & ATMEL_SSC_RD) | ||
| 886 | at91_set_B_periph(AT91_PIN_PB3, 1); | ||
| 887 | if (pins & ATMEL_SSC_RK) | ||
| 888 | at91_set_B_periph(AT91_PIN_PB4, 1); | ||
| 889 | if (pins & ATMEL_SSC_RF) | ||
| 890 | at91_set_B_periph(AT91_PIN_PB5, 1); | ||
| 891 | } | ||
| 892 | |||
| 893 | static u64 ssc1_dmamask = DMA_BIT_MASK(32); | ||
| 894 | |||
| 895 | static struct resource ssc1_resources[] = { | ||
| 896 | [0] = { | ||
| 897 | .start = AT91SAM9263_BASE_SSC1, | ||
| 898 | .end = AT91SAM9263_BASE_SSC1 + SZ_16K - 1, | ||
| 899 | .flags = IORESOURCE_MEM, | ||
| 900 | }, | ||
| 901 | [1] = { | ||
| 902 | .start = AT91SAM9263_ID_SSC1, | ||
| 903 | .end = AT91SAM9263_ID_SSC1, | ||
| 904 | .flags = IORESOURCE_IRQ, | ||
| 905 | }, | ||
| 906 | }; | ||
| 907 | |||
| 908 | static struct platform_device at91sam9263_ssc1_device = { | ||
| 909 | .name = "ssc", | ||
| 910 | .id = 1, | ||
| 911 | .dev = { | ||
| 912 | .dma_mask = &ssc1_dmamask, | ||
| 913 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 914 | }, | ||
| 915 | .resource = ssc1_resources, | ||
| 916 | .num_resources = ARRAY_SIZE(ssc1_resources), | ||
| 917 | }; | ||
| 918 | |||
| 919 | static inline void configure_ssc1_pins(unsigned pins) | ||
| 920 | { | ||
| 921 | if (pins & ATMEL_SSC_TF) | ||
| 922 | at91_set_A_periph(AT91_PIN_PB6, 1); | ||
| 923 | if (pins & ATMEL_SSC_TK) | ||
| 924 | at91_set_A_periph(AT91_PIN_PB7, 1); | ||
| 925 | if (pins & ATMEL_SSC_TD) | ||
| 926 | at91_set_A_periph(AT91_PIN_PB8, 1); | ||
| 927 | if (pins & ATMEL_SSC_RD) | ||
| 928 | at91_set_A_periph(AT91_PIN_PB9, 1); | ||
| 929 | if (pins & ATMEL_SSC_RK) | ||
| 930 | at91_set_A_periph(AT91_PIN_PB10, 1); | ||
| 931 | if (pins & ATMEL_SSC_RF) | ||
| 932 | at91_set_A_periph(AT91_PIN_PB11, 1); | ||
| 933 | } | ||
| 934 | |||
| 935 | /* | ||
| 936 | * Return the device node so that board init code can use it as the | ||
| 937 | * parent for the device node reflecting how it's used on this board. | ||
| 938 | * | ||
| 939 | * SSC controllers are accessed through library code, instead of any | ||
| 940 | * kind of all-singing/all-dancing driver. For example one could be | ||
| 941 | * used by a particular I2S audio codec's driver, while another one | ||
| 942 | * on the same system might be used by a custom data capture driver. | ||
| 943 | */ | ||
| 944 | void __init at91_add_device_ssc(unsigned id, unsigned pins) | ||
| 743 | { | 945 | { |
| 744 | /* Enable GPIO to access the LEDs */ | 946 | struct platform_device *pdev; |
| 745 | at91_set_gpio_output(cpu_led, 1); | 947 | |
| 746 | at91_set_gpio_output(timer_led, 1); | 948 | /* |
| 949 | * NOTE: caller is responsible for passing information matching | ||
| 950 | * "pins" to whatever will be using each particular controller. | ||
| 951 | */ | ||
| 952 | switch (id) { | ||
| 953 | case AT91SAM9263_ID_SSC0: | ||
| 954 | pdev = &at91sam9263_ssc0_device; | ||
| 955 | configure_ssc0_pins(pins); | ||
| 956 | at91_clock_associate("ssc0_clk", &pdev->dev, "pclk"); | ||
| 957 | break; | ||
| 958 | case AT91SAM9263_ID_SSC1: | ||
| 959 | pdev = &at91sam9263_ssc1_device; | ||
| 960 | configure_ssc1_pins(pins); | ||
| 961 | at91_clock_associate("ssc1_clk", &pdev->dev, "pclk"); | ||
| 962 | break; | ||
| 963 | default: | ||
| 964 | return; | ||
| 965 | } | ||
| 747 | 966 | ||
| 748 | at91_leds_cpu = cpu_led; | 967 | platform_device_register(pdev); |
| 749 | at91_leds_timer = timer_led; | ||
| 750 | } | 968 | } |
| 969 | |||
| 751 | #else | 970 | #else |
| 752 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | 971 | void __init at91_add_device_ssc(unsigned id, unsigned pins) {} |
| 753 | #endif | 972 | #endif |
| 754 | 973 | ||
| 755 | 974 | ||
| @@ -778,12 +997,15 @@ static struct atmel_uart_data dbgu_data = { | |||
| 778 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), | 997 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), |
| 779 | }; | 998 | }; |
| 780 | 999 | ||
| 1000 | static u64 dbgu_dmamask = DMA_BIT_MASK(32); | ||
| 1001 | |||
| 781 | static struct platform_device at91sam9263_dbgu_device = { | 1002 | static struct platform_device at91sam9263_dbgu_device = { |
| 782 | .name = "atmel_usart", | 1003 | .name = "atmel_usart", |
| 783 | .id = 0, | 1004 | .id = 0, |
| 784 | .dev = { | 1005 | .dev = { |
| 785 | .platform_data = &dbgu_data, | 1006 | .dma_mask = &dbgu_dmamask, |
| 786 | .coherent_dma_mask = 0xffffffff, | 1007 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 1008 | .platform_data = &dbgu_data, | ||
| 787 | }, | 1009 | }, |
| 788 | .resource = dbgu_resources, | 1010 | .resource = dbgu_resources, |
| 789 | .num_resources = ARRAY_SIZE(dbgu_resources), | 1011 | .num_resources = ARRAY_SIZE(dbgu_resources), |
| @@ -813,23 +1035,29 @@ static struct atmel_uart_data uart0_data = { | |||
| 813 | .use_dma_rx = 1, | 1035 | .use_dma_rx = 1, |
| 814 | }; | 1036 | }; |
| 815 | 1037 | ||
| 1038 | static u64 uart0_dmamask = DMA_BIT_MASK(32); | ||
| 1039 | |||
| 816 | static struct platform_device at91sam9263_uart0_device = { | 1040 | static struct platform_device at91sam9263_uart0_device = { |
| 817 | .name = "atmel_usart", | 1041 | .name = "atmel_usart", |
| 818 | .id = 1, | 1042 | .id = 1, |
| 819 | .dev = { | 1043 | .dev = { |
| 820 | .platform_data = &uart0_data, | 1044 | .dma_mask = &uart0_dmamask, |
| 821 | .coherent_dma_mask = 0xffffffff, | 1045 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 1046 | .platform_data = &uart0_data, | ||
| 822 | }, | 1047 | }, |
| 823 | .resource = uart0_resources, | 1048 | .resource = uart0_resources, |
| 824 | .num_resources = ARRAY_SIZE(uart0_resources), | 1049 | .num_resources = ARRAY_SIZE(uart0_resources), |
| 825 | }; | 1050 | }; |
| 826 | 1051 | ||
| 827 | static inline void configure_usart0_pins(void) | 1052 | static inline void configure_usart0_pins(unsigned pins) |
| 828 | { | 1053 | { |
| 829 | at91_set_A_periph(AT91_PIN_PA26, 1); /* TXD0 */ | 1054 | at91_set_A_periph(AT91_PIN_PA26, 1); /* TXD0 */ |
| 830 | at91_set_A_periph(AT91_PIN_PA27, 0); /* RXD0 */ | 1055 | at91_set_A_periph(AT91_PIN_PA27, 0); /* RXD0 */ |
| 831 | at91_set_A_periph(AT91_PIN_PA28, 0); /* RTS0 */ | 1056 | |
| 832 | at91_set_A_periph(AT91_PIN_PA29, 0); /* CTS0 */ | 1057 | if (pins & ATMEL_UART_RTS) |
| 1058 | at91_set_A_periph(AT91_PIN_PA28, 0); /* RTS0 */ | ||
| 1059 | if (pins & ATMEL_UART_CTS) | ||
| 1060 | at91_set_A_periph(AT91_PIN_PA29, 0); /* CTS0 */ | ||
| 833 | } | 1061 | } |
| 834 | 1062 | ||
| 835 | static struct resource uart1_resources[] = { | 1063 | static struct resource uart1_resources[] = { |
| @@ -850,23 +1078,29 @@ static struct atmel_uart_data uart1_data = { | |||
| 850 | .use_dma_rx = 1, | 1078 | .use_dma_rx = 1, |
| 851 | }; | 1079 | }; |
| 852 | 1080 | ||
| 1081 | static u64 uart1_dmamask = DMA_BIT_MASK(32); | ||
| 1082 | |||
| 853 | static struct platform_device at91sam9263_uart1_device = { | 1083 | static struct platform_device at91sam9263_uart1_device = { |
| 854 | .name = "atmel_usart", | 1084 | .name = "atmel_usart", |
| 855 | .id = 2, | 1085 | .id = 2, |
| 856 | .dev = { | 1086 | .dev = { |
| 857 | .platform_data = &uart1_data, | 1087 | .dma_mask = &uart1_dmamask, |
| 858 | .coherent_dma_mask = 0xffffffff, | 1088 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 1089 | .platform_data = &uart1_data, | ||
| 859 | }, | 1090 | }, |
| 860 | .resource = uart1_resources, | 1091 | .resource = uart1_resources, |
| 861 | .num_resources = ARRAY_SIZE(uart1_resources), | 1092 | .num_resources = ARRAY_SIZE(uart1_resources), |
| 862 | }; | 1093 | }; |
| 863 | 1094 | ||
| 864 | static inline void configure_usart1_pins(void) | 1095 | static inline void configure_usart1_pins(unsigned pins) |
| 865 | { | 1096 | { |
| 866 | at91_set_A_periph(AT91_PIN_PD0, 1); /* TXD1 */ | 1097 | at91_set_A_periph(AT91_PIN_PD0, 1); /* TXD1 */ |
| 867 | at91_set_A_periph(AT91_PIN_PD1, 0); /* RXD1 */ | 1098 | at91_set_A_periph(AT91_PIN_PD1, 0); /* RXD1 */ |
| 868 | at91_set_B_periph(AT91_PIN_PD7, 0); /* RTS1 */ | 1099 | |
| 869 | at91_set_B_periph(AT91_PIN_PD8, 0); /* CTS1 */ | 1100 | if (pins & ATMEL_UART_RTS) |
| 1101 | at91_set_B_periph(AT91_PIN_PD7, 0); /* RTS1 */ | ||
| 1102 | if (pins & ATMEL_UART_CTS) | ||
| 1103 | at91_set_B_periph(AT91_PIN_PD8, 0); /* CTS1 */ | ||
| 870 | } | 1104 | } |
| 871 | 1105 | ||
| 872 | static struct resource uart2_resources[] = { | 1106 | static struct resource uart2_resources[] = { |
| @@ -887,29 +1121,35 @@ static struct atmel_uart_data uart2_data = { | |||
| 887 | .use_dma_rx = 1, | 1121 | .use_dma_rx = 1, |
| 888 | }; | 1122 | }; |
| 889 | 1123 | ||
| 1124 | static u64 uart2_dmamask = DMA_BIT_MASK(32); | ||
| 1125 | |||
| 890 | static struct platform_device at91sam9263_uart2_device = { | 1126 | static struct platform_device at91sam9263_uart2_device = { |
| 891 | .name = "atmel_usart", | 1127 | .name = "atmel_usart", |
| 892 | .id = 3, | 1128 | .id = 3, |
| 893 | .dev = { | 1129 | .dev = { |
| 894 | .platform_data = &uart2_data, | 1130 | .dma_mask = &uart2_dmamask, |
| 895 | .coherent_dma_mask = 0xffffffff, | 1131 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 1132 | .platform_data = &uart2_data, | ||
| 896 | }, | 1133 | }, |
| 897 | .resource = uart2_resources, | 1134 | .resource = uart2_resources, |
| 898 | .num_resources = ARRAY_SIZE(uart2_resources), | 1135 | .num_resources = ARRAY_SIZE(uart2_resources), |
| 899 | }; | 1136 | }; |
| 900 | 1137 | ||
| 901 | static inline void configure_usart2_pins(void) | 1138 | static inline void configure_usart2_pins(unsigned pins) |
| 902 | { | 1139 | { |
| 903 | at91_set_A_periph(AT91_PIN_PD2, 1); /* TXD2 */ | 1140 | at91_set_A_periph(AT91_PIN_PD2, 1); /* TXD2 */ |
| 904 | at91_set_A_periph(AT91_PIN_PD3, 0); /* RXD2 */ | 1141 | at91_set_A_periph(AT91_PIN_PD3, 0); /* RXD2 */ |
| 905 | at91_set_B_periph(AT91_PIN_PD5, 0); /* RTS2 */ | 1142 | |
| 906 | at91_set_B_periph(AT91_PIN_PD6, 0); /* CTS2 */ | 1143 | if (pins & ATMEL_UART_RTS) |
| 1144 | at91_set_B_periph(AT91_PIN_PD5, 0); /* RTS2 */ | ||
| 1145 | if (pins & ATMEL_UART_CTS) | ||
| 1146 | at91_set_B_periph(AT91_PIN_PD6, 0); /* CTS2 */ | ||
| 907 | } | 1147 | } |
| 908 | 1148 | ||
| 909 | struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ | 1149 | static struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ |
| 910 | struct platform_device *atmel_default_console_device; /* the serial console device */ | 1150 | struct platform_device *atmel_default_console_device; /* the serial console device */ |
| 911 | 1151 | ||
| 912 | void __init at91_init_serial(struct at91_uart_config *config) | 1152 | void __init __deprecated at91_init_serial(struct at91_uart_config *config) |
| 913 | { | 1153 | { |
| 914 | int i; | 1154 | int i; |
| 915 | 1155 | ||
| @@ -917,17 +1157,17 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 917 | for (i = 0; i < config->nr_tty; i++) { | 1157 | for (i = 0; i < config->nr_tty; i++) { |
| 918 | switch (config->tty_map[i]) { | 1158 | switch (config->tty_map[i]) { |
| 919 | case 0: | 1159 | case 0: |
| 920 | configure_usart0_pins(); | 1160 | configure_usart0_pins(ATMEL_UART_CTS | ATMEL_UART_RTS); |
| 921 | at91_uarts[i] = &at91sam9263_uart0_device; | 1161 | at91_uarts[i] = &at91sam9263_uart0_device; |
| 922 | at91_clock_associate("usart0_clk", &at91sam9263_uart0_device.dev, "usart"); | 1162 | at91_clock_associate("usart0_clk", &at91sam9263_uart0_device.dev, "usart"); |
| 923 | break; | 1163 | break; |
| 924 | case 1: | 1164 | case 1: |
| 925 | configure_usart1_pins(); | 1165 | configure_usart1_pins(ATMEL_UART_CTS | ATMEL_UART_RTS); |
| 926 | at91_uarts[i] = &at91sam9263_uart1_device; | 1166 | at91_uarts[i] = &at91sam9263_uart1_device; |
| 927 | at91_clock_associate("usart1_clk", &at91sam9263_uart1_device.dev, "usart"); | 1167 | at91_clock_associate("usart1_clk", &at91sam9263_uart1_device.dev, "usart"); |
| 928 | break; | 1168 | break; |
| 929 | case 2: | 1169 | case 2: |
| 930 | configure_usart2_pins(); | 1170 | configure_usart2_pins(ATMEL_UART_CTS | ATMEL_UART_RTS); |
| 931 | at91_uarts[i] = &at91sam9263_uart2_device; | 1171 | at91_uarts[i] = &at91sam9263_uart2_device; |
| 932 | at91_clock_associate("usart2_clk", &at91sam9263_uart2_device.dev, "usart"); | 1172 | at91_clock_associate("usart2_clk", &at91sam9263_uart2_device.dev, "usart"); |
| 933 | break; | 1173 | break; |
| @@ -949,6 +1189,48 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 949 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | 1189 | printk(KERN_INFO "AT91: No default serial console defined.\n"); |
| 950 | } | 1190 | } |
| 951 | 1191 | ||
| 1192 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) | ||
| 1193 | { | ||
| 1194 | struct platform_device *pdev; | ||
| 1195 | |||
| 1196 | switch (id) { | ||
| 1197 | case 0: /* DBGU */ | ||
| 1198 | pdev = &at91sam9263_dbgu_device; | ||
| 1199 | configure_dbgu_pins(); | ||
| 1200 | at91_clock_associate("mck", &pdev->dev, "usart"); | ||
| 1201 | break; | ||
| 1202 | case AT91SAM9263_ID_US0: | ||
| 1203 | pdev = &at91sam9263_uart0_device; | ||
| 1204 | configure_usart0_pins(pins); | ||
| 1205 | at91_clock_associate("usart0_clk", &pdev->dev, "usart"); | ||
| 1206 | break; | ||
| 1207 | case AT91SAM9263_ID_US1: | ||
| 1208 | pdev = &at91sam9263_uart1_device; | ||
| 1209 | configure_usart1_pins(pins); | ||
| 1210 | at91_clock_associate("usart1_clk", &pdev->dev, "usart"); | ||
| 1211 | break; | ||
| 1212 | case AT91SAM9263_ID_US2: | ||
| 1213 | pdev = &at91sam9263_uart2_device; | ||
| 1214 | configure_usart2_pins(pins); | ||
| 1215 | at91_clock_associate("usart2_clk", &pdev->dev, "usart"); | ||
| 1216 | break; | ||
| 1217 | default: | ||
| 1218 | return; | ||
| 1219 | } | ||
| 1220 | pdev->id = portnr; /* update to mapped ID */ | ||
| 1221 | |||
| 1222 | if (portnr < ATMEL_MAX_UART) | ||
| 1223 | at91_uarts[portnr] = pdev; | ||
| 1224 | } | ||
| 1225 | |||
| 1226 | void __init at91_set_serial_console(unsigned portnr) | ||
| 1227 | { | ||
| 1228 | if (portnr < ATMEL_MAX_UART) | ||
| 1229 | atmel_default_console_device = at91_uarts[portnr]; | ||
| 1230 | if (!atmel_default_console_device) | ||
| 1231 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | ||
| 1232 | } | ||
| 1233 | |||
| 952 | void __init at91_add_device_serial(void) | 1234 | void __init at91_add_device_serial(void) |
| 953 | { | 1235 | { |
| 954 | int i; | 1236 | int i; |
| @@ -960,6 +1242,8 @@ void __init at91_add_device_serial(void) | |||
| 960 | } | 1242 | } |
| 961 | #else | 1243 | #else |
| 962 | void __init at91_init_serial(struct at91_uart_config *config) {} | 1244 | void __init at91_init_serial(struct at91_uart_config *config) {} |
| 1245 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} | ||
| 1246 | void __init at91_set_serial_console(unsigned portnr) {} | ||
| 963 | void __init at91_add_device_serial(void) {} | 1247 | void __init at91_add_device_serial(void) {} |
| 964 | #endif | 1248 | #endif |
| 965 | 1249 | ||
| @@ -971,6 +1255,8 @@ void __init at91_add_device_serial(void) {} | |||
| 971 | */ | 1255 | */ |
| 972 | static int __init at91_add_standard_devices(void) | 1256 | static int __init at91_add_standard_devices(void) |
| 973 | { | 1257 | { |
| 1258 | at91_add_device_rtt(); | ||
| 1259 | at91_add_device_watchdog(); | ||
| 974 | return 0; | 1260 | return 0; |
| 975 | } | 1261 | } |
| 976 | 1262 | ||
diff --git a/arch/arm/mach-at91/at91sam9rl_devices.c b/arch/arm/mach-at91/at91sam9rl_devices.c index 2bd60a3dc623..f43b5c33e45d 100644 --- a/arch/arm/mach-at91/at91sam9rl_devices.c +++ b/arch/arm/mach-at91/at91sam9rl_devices.c | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <asm/mach/arch.h> | 9 | #include <asm/mach/arch.h> |
| 10 | #include <asm/mach/map.h> | 10 | #include <asm/mach/map.h> |
| 11 | 11 | ||
| 12 | #include <linux/dma-mapping.h> | ||
| 12 | #include <linux/platform_device.h> | 13 | #include <linux/platform_device.h> |
| 13 | #include <linux/i2c-gpio.h> | 14 | #include <linux/i2c-gpio.h> |
| 14 | 15 | ||
| @@ -29,7 +30,7 @@ | |||
| 29 | * -------------------------------------------------------------------- */ | 30 | * -------------------------------------------------------------------- */ |
| 30 | 31 | ||
| 31 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) | 32 | #if defined(CONFIG_MMC_AT91) || defined(CONFIG_MMC_AT91_MODULE) |
| 32 | static u64 mmc_dmamask = 0xffffffffUL; | 33 | static u64 mmc_dmamask = DMA_BIT_MASK(32); |
| 33 | static struct at91_mmc_data mmc_data; | 34 | static struct at91_mmc_data mmc_data; |
| 34 | 35 | ||
| 35 | static struct resource mmc_resources[] = { | 36 | static struct resource mmc_resources[] = { |
| @@ -50,7 +51,7 @@ static struct platform_device at91sam9rl_mmc_device = { | |||
| 50 | .id = -1, | 51 | .id = -1, |
| 51 | .dev = { | 52 | .dev = { |
| 52 | .dma_mask = &mmc_dmamask, | 53 | .dma_mask = &mmc_dmamask, |
| 53 | .coherent_dma_mask = 0xffffffff, | 54 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 54 | .platform_data = &mmc_data, | 55 | .platform_data = &mmc_data, |
| 55 | }, | 56 | }, |
| 56 | .resource = mmc_resources, | 57 | .resource = mmc_resources, |
| @@ -247,7 +248,7 @@ void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) | |||
| 247 | * -------------------------------------------------------------------- */ | 248 | * -------------------------------------------------------------------- */ |
| 248 | 249 | ||
| 249 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) | 250 | #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE) |
| 250 | static u64 spi_dmamask = 0xffffffffUL; | 251 | static u64 spi_dmamask = DMA_BIT_MASK(32); |
| 251 | 252 | ||
| 252 | static struct resource spi_resources[] = { | 253 | static struct resource spi_resources[] = { |
| 253 | [0] = { | 254 | [0] = { |
| @@ -267,7 +268,7 @@ static struct platform_device at91sam9rl_spi_device = { | |||
| 267 | .id = 0, | 268 | .id = 0, |
| 268 | .dev = { | 269 | .dev = { |
| 269 | .dma_mask = &spi_dmamask, | 270 | .dma_mask = &spi_dmamask, |
| 270 | .coherent_dma_mask = 0xffffffff, | 271 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 271 | }, | 272 | }, |
| 272 | .resource = spi_resources, | 273 | .resource = spi_resources, |
| 273 | .num_resources = ARRAY_SIZE(spi_resources), | 274 | .num_resources = ARRAY_SIZE(spi_resources), |
| @@ -312,7 +313,7 @@ void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) | |||
| 312 | * -------------------------------------------------------------------- */ | 313 | * -------------------------------------------------------------------- */ |
| 313 | 314 | ||
| 314 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) | 315 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) |
| 315 | static u64 lcdc_dmamask = 0xffffffffUL; | 316 | static u64 lcdc_dmamask = DMA_BIT_MASK(32); |
| 316 | static struct atmel_lcdfb_info lcdc_data; | 317 | static struct atmel_lcdfb_info lcdc_data; |
| 317 | 318 | ||
| 318 | static struct resource lcdc_resources[] = { | 319 | static struct resource lcdc_resources[] = { |
| @@ -340,7 +341,7 @@ static struct platform_device at91_lcdc_device = { | |||
| 340 | .id = 0, | 341 | .id = 0, |
| 341 | .dev = { | 342 | .dev = { |
| 342 | .dma_mask = &lcdc_dmamask, | 343 | .dma_mask = &lcdc_dmamask, |
| 343 | .coherent_dma_mask = 0xffffffff, | 344 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 344 | .platform_data = &lcdc_data, | 345 | .platform_data = &lcdc_data, |
| 345 | }, | 346 | }, |
| 346 | .resource = lcdc_resources, | 347 | .resource = lcdc_resources, |
| @@ -384,24 +385,196 @@ void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data) {} | |||
| 384 | 385 | ||
| 385 | 386 | ||
| 386 | /* -------------------------------------------------------------------- | 387 | /* -------------------------------------------------------------------- |
| 387 | * LEDs | 388 | * RTC |
| 388 | * -------------------------------------------------------------------- */ | 389 | * -------------------------------------------------------------------- */ |
| 389 | 390 | ||
| 390 | #if defined(CONFIG_LEDS) | 391 | #if defined(CONFIG_RTC_DRV_AT91RM9200) || defined(CONFIG_RTC_DRV_AT91RM9200_MODULE) |
| 391 | u8 at91_leds_cpu; | 392 | static struct platform_device at91sam9rl_rtc_device = { |
| 392 | u8 at91_leds_timer; | 393 | .name = "at91_rtc", |
| 394 | .id = -1, | ||
| 395 | .num_resources = 0, | ||
| 396 | }; | ||
| 393 | 397 | ||
| 394 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | 398 | static void __init at91_add_device_rtc(void) |
| 395 | { | 399 | { |
| 396 | /* Enable GPIO to access the LEDs */ | 400 | platform_device_register(&at91sam9rl_rtc_device); |
| 397 | at91_set_gpio_output(cpu_led, 1); | 401 | } |
| 398 | at91_set_gpio_output(timer_led, 1); | 402 | #else |
| 403 | static void __init at91_add_device_rtc(void) {} | ||
| 404 | #endif | ||
| 405 | |||
| 406 | |||
| 407 | /* -------------------------------------------------------------------- | ||
| 408 | * RTT | ||
| 409 | * -------------------------------------------------------------------- */ | ||
| 410 | |||
| 411 | static struct resource rtt_resources[] = { | ||
| 412 | { | ||
| 413 | .start = AT91_BASE_SYS + AT91_RTT, | ||
| 414 | .end = AT91_BASE_SYS + AT91_RTT + SZ_16 - 1, | ||
| 415 | .flags = IORESOURCE_MEM, | ||
| 416 | } | ||
| 417 | }; | ||
| 418 | |||
| 419 | static struct platform_device at91sam9rl_rtt_device = { | ||
| 420 | .name = "at91_rtt", | ||
| 421 | .id = -1, | ||
| 422 | .resource = rtt_resources, | ||
| 423 | .num_resources = ARRAY_SIZE(rtt_resources), | ||
| 424 | }; | ||
| 399 | 425 | ||
| 400 | at91_leds_cpu = cpu_led; | 426 | static void __init at91_add_device_rtt(void) |
| 401 | at91_leds_timer = timer_led; | 427 | { |
| 428 | platform_device_register(&at91sam9rl_rtt_device); | ||
| 429 | } | ||
| 430 | |||
| 431 | |||
| 432 | /* -------------------------------------------------------------------- | ||
| 433 | * Watchdog | ||
| 434 | * -------------------------------------------------------------------- */ | ||
| 435 | |||
| 436 | #if defined(CONFIG_AT91SAM9_WATCHDOG) || defined(CONFIG_AT91SAM9_WATCHDOG_MODULE) | ||
| 437 | static struct platform_device at91sam9rl_wdt_device = { | ||
| 438 | .name = "at91_wdt", | ||
| 439 | .id = -1, | ||
| 440 | .num_resources = 0, | ||
| 441 | }; | ||
| 442 | |||
| 443 | static void __init at91_add_device_watchdog(void) | ||
| 444 | { | ||
| 445 | platform_device_register(&at91sam9rl_wdt_device); | ||
| 402 | } | 446 | } |
| 403 | #else | 447 | #else |
| 404 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | 448 | static void __init at91_add_device_watchdog(void) {} |
| 449 | #endif | ||
| 450 | |||
| 451 | |||
| 452 | /* -------------------------------------------------------------------- | ||
| 453 | * SSC -- Synchronous Serial Controller | ||
| 454 | * -------------------------------------------------------------------- */ | ||
| 455 | |||
| 456 | #if defined(CONFIG_ATMEL_SSC) || defined(CONFIG_ATMEL_SSC_MODULE) | ||
| 457 | static u64 ssc0_dmamask = DMA_BIT_MASK(32); | ||
| 458 | |||
| 459 | static struct resource ssc0_resources[] = { | ||
| 460 | [0] = { | ||
| 461 | .start = AT91SAM9RL_BASE_SSC0, | ||
| 462 | .end = AT91SAM9RL_BASE_SSC0 + SZ_16K - 1, | ||
| 463 | .flags = IORESOURCE_MEM, | ||
| 464 | }, | ||
| 465 | [1] = { | ||
| 466 | .start = AT91SAM9RL_ID_SSC0, | ||
| 467 | .end = AT91SAM9RL_ID_SSC0, | ||
| 468 | .flags = IORESOURCE_IRQ, | ||
| 469 | }, | ||
| 470 | }; | ||
| 471 | |||
| 472 | static struct platform_device at91sam9rl_ssc0_device = { | ||
| 473 | .name = "ssc", | ||
| 474 | .id = 0, | ||
| 475 | .dev = { | ||
| 476 | .dma_mask = &ssc0_dmamask, | ||
| 477 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 478 | }, | ||
| 479 | .resource = ssc0_resources, | ||
| 480 | .num_resources = ARRAY_SIZE(ssc0_resources), | ||
| 481 | }; | ||
| 482 | |||
| 483 | static inline void configure_ssc0_pins(unsigned pins) | ||
| 484 | { | ||
| 485 | if (pins & ATMEL_SSC_TF) | ||
| 486 | at91_set_A_periph(AT91_PIN_PC0, 1); | ||
| 487 | if (pins & ATMEL_SSC_TK) | ||
| 488 | at91_set_A_periph(AT91_PIN_PC1, 1); | ||
| 489 | if (pins & ATMEL_SSC_TD) | ||
| 490 | at91_set_A_periph(AT91_PIN_PA15, 1); | ||
| 491 | if (pins & ATMEL_SSC_RD) | ||
| 492 | at91_set_A_periph(AT91_PIN_PA16, 1); | ||
| 493 | if (pins & ATMEL_SSC_RK) | ||
| 494 | at91_set_B_periph(AT91_PIN_PA10, 1); | ||
| 495 | if (pins & ATMEL_SSC_RF) | ||
| 496 | at91_set_B_periph(AT91_PIN_PA22, 1); | ||
| 497 | } | ||
| 498 | |||
| 499 | static u64 ssc1_dmamask = DMA_BIT_MASK(32); | ||
| 500 | |||
| 501 | static struct resource ssc1_resources[] = { | ||
| 502 | [0] = { | ||
| 503 | .start = AT91SAM9RL_BASE_SSC1, | ||
| 504 | .end = AT91SAM9RL_BASE_SSC1 + SZ_16K - 1, | ||
| 505 | .flags = IORESOURCE_MEM, | ||
| 506 | }, | ||
| 507 | [1] = { | ||
| 508 | .start = AT91SAM9RL_ID_SSC1, | ||
| 509 | .end = AT91SAM9RL_ID_SSC1, | ||
| 510 | .flags = IORESOURCE_IRQ, | ||
| 511 | }, | ||
| 512 | }; | ||
| 513 | |||
| 514 | static struct platform_device at91sam9rl_ssc1_device = { | ||
| 515 | .name = "ssc", | ||
| 516 | .id = 1, | ||
| 517 | .dev = { | ||
| 518 | .dma_mask = &ssc1_dmamask, | ||
| 519 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 520 | }, | ||
| 521 | .resource = ssc1_resources, | ||
| 522 | .num_resources = ARRAY_SIZE(ssc1_resources), | ||
| 523 | }; | ||
| 524 | |||
| 525 | static inline void configure_ssc1_pins(unsigned pins) | ||
| 526 | { | ||
| 527 | if (pins & ATMEL_SSC_TF) | ||
| 528 | at91_set_B_periph(AT91_PIN_PA29, 1); | ||
| 529 | if (pins & ATMEL_SSC_TK) | ||
| 530 | at91_set_B_periph(AT91_PIN_PA30, 1); | ||
| 531 | if (pins & ATMEL_SSC_TD) | ||
| 532 | at91_set_B_periph(AT91_PIN_PA13, 1); | ||
| 533 | if (pins & ATMEL_SSC_RD) | ||
| 534 | at91_set_B_periph(AT91_PIN_PA14, 1); | ||
| 535 | if (pins & ATMEL_SSC_RK) | ||
| 536 | at91_set_B_periph(AT91_PIN_PA9, 1); | ||
| 537 | if (pins & ATMEL_SSC_RF) | ||
| 538 | at91_set_B_periph(AT91_PIN_PA8, 1); | ||
| 539 | } | ||
| 540 | |||
| 541 | /* | ||
| 542 | * Return the device node so that board init code can use it as the | ||
| 543 | * parent for the device node reflecting how it's used on this board. | ||
| 544 | * | ||
| 545 | * SSC controllers are accessed through library code, instead of any | ||
| 546 | * kind of all-singing/all-dancing driver. For example one could be | ||
| 547 | * used by a particular I2S audio codec's driver, while another one | ||
| 548 | * on the same system might be used by a custom data capture driver. | ||
| 549 | */ | ||
| 550 | void __init at91_add_device_ssc(unsigned id, unsigned pins) | ||
| 551 | { | ||
| 552 | struct platform_device *pdev; | ||
| 553 | |||
| 554 | /* | ||
| 555 | * NOTE: caller is responsible for passing information matching | ||
| 556 | * "pins" to whatever will be using each particular controller. | ||
| 557 | */ | ||
| 558 | switch (id) { | ||
| 559 | case AT91SAM9RL_ID_SSC0: | ||
| 560 | pdev = &at91sam9rl_ssc0_device; | ||
| 561 | configure_ssc0_pins(pins); | ||
| 562 | at91_clock_associate("ssc0_clk", &pdev->dev, "pclk"); | ||
| 563 | break; | ||
| 564 | case AT91SAM9RL_ID_SSC1: | ||
| 565 | pdev = &at91sam9rl_ssc1_device; | ||
| 566 | configure_ssc1_pins(pins); | ||
| 567 | at91_clock_associate("ssc1_clk", &pdev->dev, "pclk"); | ||
| 568 | break; | ||
| 569 | default: | ||
| 570 | return; | ||
| 571 | } | ||
| 572 | |||
| 573 | platform_device_register(pdev); | ||
| 574 | } | ||
| 575 | |||
| 576 | #else | ||
| 577 | void __init at91_add_device_ssc(unsigned id, unsigned pins) {} | ||
| 405 | #endif | 578 | #endif |
| 406 | 579 | ||
| 407 | 580 | ||
| @@ -429,12 +602,15 @@ static struct atmel_uart_data dbgu_data = { | |||
| 429 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), | 602 | .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU), |
| 430 | }; | 603 | }; |
| 431 | 604 | ||
| 605 | static u64 dbgu_dmamask = DMA_BIT_MASK(32); | ||
| 606 | |||
| 432 | static struct platform_device at91sam9rl_dbgu_device = { | 607 | static struct platform_device at91sam9rl_dbgu_device = { |
| 433 | .name = "atmel_usart", | 608 | .name = "atmel_usart", |
| 434 | .id = 0, | 609 | .id = 0, |
| 435 | .dev = { | 610 | .dev = { |
| 436 | .platform_data = &dbgu_data, | 611 | .dma_mask = &dbgu_dmamask, |
| 437 | .coherent_dma_mask = 0xffffffff, | 612 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 613 | .platform_data = &dbgu_data, | ||
| 438 | }, | 614 | }, |
| 439 | .resource = dbgu_resources, | 615 | .resource = dbgu_resources, |
| 440 | .num_resources = ARRAY_SIZE(dbgu_resources), | 616 | .num_resources = ARRAY_SIZE(dbgu_resources), |
| @@ -464,23 +640,37 @@ static struct atmel_uart_data uart0_data = { | |||
| 464 | .use_dma_rx = 1, | 640 | .use_dma_rx = 1, |
| 465 | }; | 641 | }; |
| 466 | 642 | ||
| 643 | static u64 uart0_dmamask = DMA_BIT_MASK(32); | ||
| 644 | |||
| 467 | static struct platform_device at91sam9rl_uart0_device = { | 645 | static struct platform_device at91sam9rl_uart0_device = { |
| 468 | .name = "atmel_usart", | 646 | .name = "atmel_usart", |
| 469 | .id = 1, | 647 | .id = 1, |
| 470 | .dev = { | 648 | .dev = { |
| 471 | .platform_data = &uart0_data, | 649 | .dma_mask = &uart0_dmamask, |
| 472 | .coherent_dma_mask = 0xffffffff, | 650 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 651 | .platform_data = &uart0_data, | ||
| 473 | }, | 652 | }, |
| 474 | .resource = uart0_resources, | 653 | .resource = uart0_resources, |
| 475 | .num_resources = ARRAY_SIZE(uart0_resources), | 654 | .num_resources = ARRAY_SIZE(uart0_resources), |
| 476 | }; | 655 | }; |
| 477 | 656 | ||
| 478 | static inline void configure_usart0_pins(void) | 657 | static inline void configure_usart0_pins(unsigned pins) |
| 479 | { | 658 | { |
| 480 | at91_set_A_periph(AT91_PIN_PA6, 1); /* TXD0 */ | 659 | at91_set_A_periph(AT91_PIN_PA6, 1); /* TXD0 */ |
| 481 | at91_set_A_periph(AT91_PIN_PA7, 0); /* RXD0 */ | 660 | at91_set_A_periph(AT91_PIN_PA7, 0); /* RXD0 */ |
| 482 | at91_set_A_periph(AT91_PIN_PA9, 0); /* RTS0 */ | 661 | |
| 483 | at91_set_A_periph(AT91_PIN_PA10, 0); /* CTS0 */ | 662 | if (pins & ATMEL_UART_RTS) |
| 663 | at91_set_A_periph(AT91_PIN_PA9, 0); /* RTS0 */ | ||
| 664 | if (pins & ATMEL_UART_CTS) | ||
| 665 | at91_set_A_periph(AT91_PIN_PA10, 0); /* CTS0 */ | ||
| 666 | if (pins & ATMEL_UART_DSR) | ||
| 667 | at91_set_A_periph(AT91_PIN_PD14, 0); /* DSR0 */ | ||
| 668 | if (pins & ATMEL_UART_DTR) | ||
| 669 | at91_set_A_periph(AT91_PIN_PD15, 0); /* DTR0 */ | ||
| 670 | if (pins & ATMEL_UART_DCD) | ||
| 671 | at91_set_A_periph(AT91_PIN_PD16, 0); /* DCD0 */ | ||
| 672 | if (pins & ATMEL_UART_RI) | ||
| 673 | at91_set_A_periph(AT91_PIN_PD17, 0); /* RI0 */ | ||
| 484 | } | 674 | } |
| 485 | 675 | ||
| 486 | static struct resource uart1_resources[] = { | 676 | static struct resource uart1_resources[] = { |
| @@ -501,21 +691,29 @@ static struct atmel_uart_data uart1_data = { | |||
| 501 | .use_dma_rx = 1, | 691 | .use_dma_rx = 1, |
| 502 | }; | 692 | }; |
| 503 | 693 | ||
| 694 | static u64 uart1_dmamask = DMA_BIT_MASK(32); | ||
| 695 | |||
| 504 | static struct platform_device at91sam9rl_uart1_device = { | 696 | static struct platform_device at91sam9rl_uart1_device = { |
| 505 | .name = "atmel_usart", | 697 | .name = "atmel_usart", |
| 506 | .id = 2, | 698 | .id = 2, |
| 507 | .dev = { | 699 | .dev = { |
| 508 | .platform_data = &uart1_data, | 700 | .dma_mask = &uart1_dmamask, |
| 509 | .coherent_dma_mask = 0xffffffff, | 701 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 702 | .platform_data = &uart1_data, | ||
| 510 | }, | 703 | }, |
| 511 | .resource = uart1_resources, | 704 | .resource = uart1_resources, |
| 512 | .num_resources = ARRAY_SIZE(uart1_resources), | 705 | .num_resources = ARRAY_SIZE(uart1_resources), |
| 513 | }; | 706 | }; |
| 514 | 707 | ||
| 515 | static inline void configure_usart1_pins(void) | 708 | static inline void configure_usart1_pins(unsigned pins) |
| 516 | { | 709 | { |
| 517 | at91_set_A_periph(AT91_PIN_PA11, 1); /* TXD1 */ | 710 | at91_set_A_periph(AT91_PIN_PA11, 1); /* TXD1 */ |
| 518 | at91_set_A_periph(AT91_PIN_PA12, 0); /* RXD1 */ | 711 | at91_set_A_periph(AT91_PIN_PA12, 0); /* RXD1 */ |
| 712 | |||
| 713 | if (pins & ATMEL_UART_RTS) | ||
| 714 | at91_set_B_periph(AT91_PIN_PA18, 0); /* RTS1 */ | ||
| 715 | if (pins & ATMEL_UART_CTS) | ||
| 716 | at91_set_B_periph(AT91_PIN_PA19, 0); /* CTS1 */ | ||
| 519 | } | 717 | } |
| 520 | 718 | ||
| 521 | static struct resource uart2_resources[] = { | 719 | static struct resource uart2_resources[] = { |
| @@ -536,21 +734,29 @@ static struct atmel_uart_data uart2_data = { | |||
| 536 | .use_dma_rx = 1, | 734 | .use_dma_rx = 1, |
| 537 | }; | 735 | }; |
| 538 | 736 | ||
| 737 | static u64 uart2_dmamask = DMA_BIT_MASK(32); | ||
| 738 | |||
| 539 | static struct platform_device at91sam9rl_uart2_device = { | 739 | static struct platform_device at91sam9rl_uart2_device = { |
| 540 | .name = "atmel_usart", | 740 | .name = "atmel_usart", |
| 541 | .id = 3, | 741 | .id = 3, |
| 542 | .dev = { | 742 | .dev = { |
| 543 | .platform_data = &uart2_data, | 743 | .dma_mask = &uart2_dmamask, |
| 544 | .coherent_dma_mask = 0xffffffff, | 744 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 745 | .platform_data = &uart2_data, | ||
| 545 | }, | 746 | }, |
| 546 | .resource = uart2_resources, | 747 | .resource = uart2_resources, |
| 547 | .num_resources = ARRAY_SIZE(uart2_resources), | 748 | .num_resources = ARRAY_SIZE(uart2_resources), |
| 548 | }; | 749 | }; |
| 549 | 750 | ||
| 550 | static inline void configure_usart2_pins(void) | 751 | static inline void configure_usart2_pins(unsigned pins) |
| 551 | { | 752 | { |
| 552 | at91_set_A_periph(AT91_PIN_PA13, 1); /* TXD2 */ | 753 | at91_set_A_periph(AT91_PIN_PA13, 1); /* TXD2 */ |
| 553 | at91_set_A_periph(AT91_PIN_PA14, 0); /* RXD2 */ | 754 | at91_set_A_periph(AT91_PIN_PA14, 0); /* RXD2 */ |
| 755 | |||
| 756 | if (pins & ATMEL_UART_RTS) | ||
| 757 | at91_set_A_periph(AT91_PIN_PA29, 0); /* RTS2 */ | ||
| 758 | if (pins & ATMEL_UART_CTS) | ||
| 759 | at91_set_A_periph(AT91_PIN_PA30, 0); /* CTS2 */ | ||
| 554 | } | 760 | } |
| 555 | 761 | ||
| 556 | static struct resource uart3_resources[] = { | 762 | static struct resource uart3_resources[] = { |
| @@ -571,27 +777,35 @@ static struct atmel_uart_data uart3_data = { | |||
| 571 | .use_dma_rx = 1, | 777 | .use_dma_rx = 1, |
| 572 | }; | 778 | }; |
| 573 | 779 | ||
| 780 | static u64 uart3_dmamask = DMA_BIT_MASK(32); | ||
| 781 | |||
| 574 | static struct platform_device at91sam9rl_uart3_device = { | 782 | static struct platform_device at91sam9rl_uart3_device = { |
| 575 | .name = "atmel_usart", | 783 | .name = "atmel_usart", |
| 576 | .id = 4, | 784 | .id = 4, |
| 577 | .dev = { | 785 | .dev = { |
| 578 | .platform_data = &uart3_data, | 786 | .dma_mask = &uart3_dmamask, |
| 579 | .coherent_dma_mask = 0xffffffff, | 787 | .coherent_dma_mask = DMA_BIT_MASK(32), |
| 788 | .platform_data = &uart3_data, | ||
| 580 | }, | 789 | }, |
| 581 | .resource = uart3_resources, | 790 | .resource = uart3_resources, |
| 582 | .num_resources = ARRAY_SIZE(uart3_resources), | 791 | .num_resources = ARRAY_SIZE(uart3_resources), |
| 583 | }; | 792 | }; |
| 584 | 793 | ||
| 585 | static inline void configure_usart3_pins(void) | 794 | static inline void configure_usart3_pins(unsigned pins) |
| 586 | { | 795 | { |
| 587 | at91_set_A_periph(AT91_PIN_PB0, 1); /* TXD3 */ | 796 | at91_set_A_periph(AT91_PIN_PB0, 1); /* TXD3 */ |
| 588 | at91_set_A_periph(AT91_PIN_PB1, 0); /* RXD3 */ | 797 | at91_set_A_periph(AT91_PIN_PB1, 0); /* RXD3 */ |
| 798 | |||
| 799 | if (pins & ATMEL_UART_RTS) | ||
| 800 | at91_set_B_periph(AT91_PIN_PD4, 0); /* RTS3 */ | ||
| 801 | if (pins & ATMEL_UART_CTS) | ||
| 802 | at91_set_B_periph(AT91_PIN_PD3, 0); /* CTS3 */ | ||
| 589 | } | 803 | } |
| 590 | 804 | ||
| 591 | struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ | 805 | static struct platform_device *at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */ |
| 592 | struct platform_device *atmel_default_console_device; /* the serial console device */ | 806 | struct platform_device *atmel_default_console_device; /* the serial console device */ |
| 593 | 807 | ||
| 594 | void __init at91_init_serial(struct at91_uart_config *config) | 808 | void __init __deprecated at91_init_serial(struct at91_uart_config *config) |
| 595 | { | 809 | { |
| 596 | int i; | 810 | int i; |
| 597 | 811 | ||
| @@ -599,22 +813,22 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 599 | for (i = 0; i < config->nr_tty; i++) { | 813 | for (i = 0; i < config->nr_tty; i++) { |
| 600 | switch (config->tty_map[i]) { | 814 | switch (config->tty_map[i]) { |
| 601 | case 0: | 815 | case 0: |
| 602 | configure_usart0_pins(); | 816 | configure_usart0_pins(ATMEL_UART_CTS | ATMEL_UART_RTS); |
| 603 | at91_uarts[i] = &at91sam9rl_uart0_device; | 817 | at91_uarts[i] = &at91sam9rl_uart0_device; |
| 604 | at91_clock_associate("usart0_clk", &at91sam9rl_uart0_device.dev, "usart"); | 818 | at91_clock_associate("usart0_clk", &at91sam9rl_uart0_device.dev, "usart"); |
| 605 | break; | 819 | break; |
| 606 | case 1: | 820 | case 1: |
| 607 | configure_usart1_pins(); | 821 | configure_usart1_pins(0); |
| 608 | at91_uarts[i] = &at91sam9rl_uart1_device; | 822 | at91_uarts[i] = &at91sam9rl_uart1_device; |
| 609 | at91_clock_associate("usart1_clk", &at91sam9rl_uart1_device.dev, "usart"); | 823 | at91_clock_associate("usart1_clk", &at91sam9rl_uart1_device.dev, "usart"); |
| 610 | break; | 824 | break; |
| 611 | case 2: | 825 | case 2: |
| 612 | configure_usart2_pins(); | 826 | configure_usart2_pins(0); |
| 613 | at91_uarts[i] = &at91sam9rl_uart2_device; | 827 | at91_uarts[i] = &at91sam9rl_uart2_device; |
| 614 | at91_clock_associate("usart2_clk", &at91sam9rl_uart2_device.dev, "usart"); | 828 | at91_clock_associate("usart2_clk", &at91sam9rl_uart2_device.dev, "usart"); |
| 615 | break; | 829 | break; |
| 616 | case 3: | 830 | case 3: |
| 617 | configure_usart3_pins(); | 831 | configure_usart3_pins(0); |
| 618 | at91_uarts[i] = &at91sam9rl_uart3_device; | 832 | at91_uarts[i] = &at91sam9rl_uart3_device; |
| 619 | at91_clock_associate("usart3_clk", &at91sam9rl_uart3_device.dev, "usart"); | 833 | at91_clock_associate("usart3_clk", &at91sam9rl_uart3_device.dev, "usart"); |
| 620 | break; | 834 | break; |
| @@ -636,6 +850,53 @@ void __init at91_init_serial(struct at91_uart_config *config) | |||
| 636 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | 850 | printk(KERN_INFO "AT91: No default serial console defined.\n"); |
| 637 | } | 851 | } |
| 638 | 852 | ||
| 853 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) | ||
| 854 | { | ||
| 855 | struct platform_device *pdev; | ||
| 856 | |||
| 857 | switch (id) { | ||
| 858 | case 0: /* DBGU */ | ||
| 859 | pdev = &at91sam9rl_dbgu_device; | ||
| 860 | configure_dbgu_pins(); | ||
| 861 | at91_clock_associate("mck", &pdev->dev, "usart"); | ||
| 862 | break; | ||
| 863 | case AT91SAM9RL_ID_US0: | ||
| 864 | pdev = &at91sam9rl_uart0_device; | ||
| 865 | configure_usart0_pins(pins); | ||
| 866 | at91_clock_associate("usart0_clk", &pdev->dev, "usart"); | ||
| 867 | break; | ||
| 868 | case AT91SAM9RL_ID_US1: | ||
| 869 | pdev = &at91sam9rl_uart1_device; | ||
| 870 | configure_usart1_pins(pins); | ||
| 871 | at91_clock_associate("usart1_clk", &pdev->dev, "usart"); | ||
| 872 | break; | ||
| 873 | case AT91SAM9RL_ID_US2: | ||
| 874 | pdev = &at91sam9rl_uart2_device; | ||
| 875 | configure_usart2_pins(pins); | ||
| 876 | at91_clock_associate("usart2_clk", &pdev->dev, "usart"); | ||
| 877 | break; | ||
| 878 | case AT91SAM9RL_ID_US3: | ||
| 879 | pdev = &at91sam9rl_uart3_device; | ||
| 880 | configure_usart3_pins(pins); | ||
| 881 | at91_clock_associate("usart3_clk", &pdev->dev, "usart"); | ||
| 882 | break; | ||
| 883 | default: | ||
| 884 | return; | ||
| 885 | } | ||
| 886 | pdev->id = portnr; /* update to mapped ID */ | ||
| 887 | |||
| 888 | if (portnr < ATMEL_MAX_UART) | ||
| 889 | at91_uarts[portnr] = pdev; | ||
| 890 | } | ||
| 891 | |||
| 892 | void __init at91_set_serial_console(unsigned portnr) | ||
| 893 | { | ||
| 894 | if (portnr < ATMEL_MAX_UART) | ||
| 895 | atmel_default_console_device = at91_uarts[portnr]; | ||
| 896 | if (!atmel_default_console_device) | ||
| 897 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | ||
| 898 | } | ||
| 899 | |||
| 639 | void __init at91_add_device_serial(void) | 900 | void __init at91_add_device_serial(void) |
| 640 | { | 901 | { |
| 641 | int i; | 902 | int i; |
| @@ -646,7 +907,9 @@ void __init at91_add_device_serial(void) | |||
| 646 | } | 907 | } |
| 647 | } | 908 | } |
| 648 | #else | 909 | #else |
| 649 | void __init at91_init_serial(struct at91_uart_config *config) {} | 910 | void __init __deprecated at91_init_serial(struct at91_uart_config *config) {} |
| 911 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} | ||
| 912 | void __init at91_set_serial_console(unsigned portnr) {} | ||
| 650 | void __init at91_add_device_serial(void) {} | 913 | void __init at91_add_device_serial(void) {} |
| 651 | #endif | 914 | #endif |
| 652 | 915 | ||
| @@ -659,6 +922,9 @@ void __init at91_add_device_serial(void) {} | |||
| 659 | */ | 922 | */ |
| 660 | static int __init at91_add_standard_devices(void) | 923 | static int __init at91_add_standard_devices(void) |
| 661 | { | 924 | { |
| 925 | at91_add_device_rtc(); | ||
| 926 | at91_add_device_rtt(); | ||
| 927 | at91_add_device_watchdog(); | ||
| 662 | return 0; | 928 | return 0; |
| 663 | } | 929 | } |
| 664 | 930 | ||
diff --git a/arch/arm/mach-at91/board-cap9adk.c b/arch/arm/mach-at91/board-cap9adk.c new file mode 100644 index 000000000000..185437131541 --- /dev/null +++ b/arch/arm/mach-at91/board-cap9adk.c | |||
| @@ -0,0 +1,359 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/arm/mach-at91/board-cap9adk.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 2007 Stelian Pop <stelian.pop@leadtechdesign.com> | ||
| 5 | * Copyright (C) 2007 Lead Tech Design <www.leadtechdesign.com> | ||
| 6 | * Copyright (C) 2005 SAN People | ||
| 7 | * Copyright (C) 2007 Atmel Corporation. | ||
| 8 | * | ||
| 9 | * This program is free software; you can redistribute it and/or modify | ||
| 10 | * it under the terms of the GNU General Public License as published by | ||
| 11 | * the Free Software Foundation; either version 2 of the License, or | ||
| 12 | * (at your option) any later version. | ||
| 13 | * | ||
| 14 | * This program is distributed in the hope that it will be useful, | ||
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | * GNU General Public License for more details. | ||
| 18 | * | ||
| 19 | * You should have received a copy of the GNU General Public License | ||
| 20 | * along with this program; if not, write to the Free Software | ||
| 21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 22 | */ | ||
| 23 | |||
| 24 | #include <linux/types.h> | ||
| 25 | #include <linux/init.h> | ||
| 26 | #include <linux/mm.h> | ||
| 27 | #include <linux/module.h> | ||
| 28 | #include <linux/platform_device.h> | ||
| 29 | #include <linux/spi/spi.h> | ||
| 30 | #include <linux/spi/ads7846.h> | ||
| 31 | #include <linux/fb.h> | ||
| 32 | #include <linux/mtd/physmap.h> | ||
| 33 | |||
| 34 | #include <video/atmel_lcdc.h> | ||
| 35 | |||
| 36 | #include <asm/hardware.h> | ||
| 37 | #include <asm/setup.h> | ||
| 38 | #include <asm/mach-types.h> | ||
| 39 | #include <asm/irq.h> | ||
| 40 | |||
| 41 | #include <asm/mach/arch.h> | ||
| 42 | #include <asm/mach/map.h> | ||
| 43 | #include <asm/mach/irq.h> | ||
| 44 | |||
| 45 | #include <asm/arch/board.h> | ||
| 46 | #include <asm/arch/gpio.h> | ||
| 47 | #include <asm/arch/at91cap9_matrix.h> | ||
| 48 | #include <asm/arch/at91sam926x_mc.h> | ||
| 49 | |||
| 50 | #include "generic.h" | ||
| 51 | |||
| 52 | |||
| 53 | static void __init cap9adk_map_io(void) | ||
| 54 | { | ||
| 55 | /* Initialize processor: 12 MHz crystal */ | ||
| 56 | at91cap9_initialize(12000000); | ||
| 57 | |||
| 58 | /* Setup the LEDs: USER1 and USER2 LED for cpu/timer... */ | ||
| 59 | at91_init_leds(AT91_PIN_PA10, AT91_PIN_PA11); | ||
| 60 | /* ... POWER LED always on */ | ||
| 61 | at91_set_gpio_output(AT91_PIN_PC29, 1); | ||
| 62 | |||
| 63 | /* Setup the serial ports and console */ | ||
| 64 | at91_register_uart(0, 0, 0); /* DBGU = ttyS0 */ | ||
| 65 | at91_set_serial_console(0); | ||
| 66 | } | ||
| 67 | |||
| 68 | static void __init cap9adk_init_irq(void) | ||
| 69 | { | ||
| 70 | at91cap9_init_interrupts(NULL); | ||
| 71 | } | ||
| 72 | |||
| 73 | |||
| 74 | /* | ||
| 75 | * USB Host port | ||
| 76 | */ | ||
| 77 | static struct at91_usbh_data __initdata cap9adk_usbh_data = { | ||
| 78 | .ports = 2, | ||
| 79 | }; | ||
| 80 | |||
| 81 | |||
| 82 | /* | ||
| 83 | * ADS7846 Touchscreen | ||
| 84 | */ | ||
| 85 | #if defined(CONFIG_TOUCHSCREEN_ADS7846) || defined(CONFIG_TOUCHSCREEN_ADS7846_MODULE) | ||
| 86 | static int ads7843_pendown_state(void) | ||
| 87 | { | ||
| 88 | return !at91_get_gpio_value(AT91_PIN_PC4); /* Touchscreen PENIRQ */ | ||
| 89 | } | ||
| 90 | |||
| 91 | static struct ads7846_platform_data ads_info = { | ||
| 92 | .model = 7843, | ||
| 93 | .x_min = 150, | ||
| 94 | .x_max = 3830, | ||
| 95 | .y_min = 190, | ||
| 96 | .y_max = 3830, | ||
| 97 | .vref_delay_usecs = 100, | ||
| 98 | .x_plate_ohms = 450, | ||
| 99 | .y_plate_ohms = 250, | ||
| 100 | .pressure_max = 15000, | ||
| 101 | .debounce_max = 1, | ||
| 102 | .debounce_rep = 0, | ||
| 103 | .debounce_tol = (~0), | ||
| 104 | .get_pendown_state = ads7843_pendown_state, | ||
| 105 | }; | ||
| 106 | |||
| 107 | static void __init cap9adk_add_device_ts(void) | ||
| 108 | { | ||
| 109 | at91_set_gpio_input(AT91_PIN_PC4, 1); /* Touchscreen PENIRQ */ | ||
| 110 | at91_set_gpio_input(AT91_PIN_PC5, 1); /* Touchscreen BUSY */ | ||
| 111 | } | ||
| 112 | #else | ||
| 113 | static void __init cap9adk_add_device_ts(void) {} | ||
| 114 | #endif | ||
| 115 | |||
| 116 | |||
| 117 | /* | ||
| 118 | * SPI devices. | ||
| 119 | */ | ||
| 120 | static struct spi_board_info cap9adk_spi_devices[] = { | ||
| 121 | #if defined(CONFIG_MTD_AT91_DATAFLASH_CARD) | ||
| 122 | { /* DataFlash card */ | ||
| 123 | .modalias = "mtd_dataflash", | ||
| 124 | .chip_select = 0, | ||
| 125 | .max_speed_hz = 15 * 1000 * 1000, | ||
| 126 | .bus_num = 0, | ||
| 127 | }, | ||
| 128 | #endif | ||
| 129 | #if defined(CONFIG_TOUCHSCREEN_ADS7846) || defined(CONFIG_TOUCHSCREEN_ADS7846_MODULE) | ||
| 130 | { | ||
| 131 | .modalias = "ads7846", | ||
| 132 | .chip_select = 3, /* can be 2 or 3, depending on J2 jumper */ | ||
| 133 | .max_speed_hz = 125000 * 26, /* (max sample rate @ 3V) * (cmd + data + overhead) */ | ||
| 134 | .bus_num = 0, | ||
| 135 | .platform_data = &ads_info, | ||
| 136 | .irq = AT91_PIN_PC4, | ||
| 137 | }, | ||
| 138 | #endif | ||
| 139 | }; | ||
| 140 | |||
| 141 | |||
| 142 | /* | ||
| 143 | * MCI (SD/MMC) | ||
| 144 | */ | ||
| 145 | static struct at91_mmc_data __initdata cap9adk_mmc_data = { | ||
| 146 | .wire4 = 1, | ||
| 147 | // .det_pin = ... not connected | ||
| 148 | // .wp_pin = ... not connected | ||
| 149 | // .vcc_pin = ... not connected | ||
| 150 | }; | ||
| 151 | |||
| 152 | |||
| 153 | /* | ||
| 154 | * MACB Ethernet device | ||
| 155 | */ | ||
| 156 | static struct at91_eth_data __initdata cap9adk_macb_data = { | ||
| 157 | .is_rmii = 1, | ||
| 158 | }; | ||
| 159 | |||
| 160 | |||
| 161 | /* | ||
| 162 | * NAND flash | ||
| 163 | */ | ||
| 164 | static struct mtd_partition __initdata cap9adk_nand_partitions[] = { | ||
| 165 | { | ||
| 166 | .name = "NAND partition", | ||
| 167 | .offset = 0, | ||
| 168 | .size = MTDPART_SIZ_FULL, | ||
| 169 | }, | ||
| 170 | }; | ||
| 171 | |||
| 172 | static struct mtd_partition * __init nand_partitions(int size, int *num_partitions) | ||
| 173 | { | ||
| 174 | *num_partitions = ARRAY_SIZE(cap9adk_nand_partitions); | ||
| 175 | return cap9adk_nand_partitions; | ||
| 176 | } | ||
| 177 | |||
| 178 | static struct at91_nand_data __initdata cap9adk_nand_data = { | ||
| 179 | .ale = 21, | ||
| 180 | .cle = 22, | ||
| 181 | // .det_pin = ... not connected | ||
| 182 | // .rdy_pin = ... not connected | ||
| 183 | .enable_pin = AT91_PIN_PD15, | ||
| 184 | .partition_info = nand_partitions, | ||
| 185 | #if defined(CONFIG_MTD_NAND_AT91_BUSWIDTH_16) | ||
| 186 | .bus_width_16 = 1, | ||
| 187 | #else | ||
| 188 | .bus_width_16 = 0, | ||
| 189 | #endif | ||
| 190 | }; | ||
| 191 | |||
| 192 | |||
| 193 | /* | ||
| 194 | * NOR flash | ||
| 195 | */ | ||
| 196 | static struct mtd_partition cap9adk_nor_partitions[] = { | ||
| 197 | { | ||
| 198 | .name = "NOR partition", | ||
| 199 | .offset = 0, | ||
| 200 | .size = MTDPART_SIZ_FULL, | ||
| 201 | }, | ||
| 202 | }; | ||
| 203 | |||
| 204 | static struct physmap_flash_data cap9adk_nor_data = { | ||
| 205 | .width = 2, | ||
| 206 | .parts = cap9adk_nor_partitions, | ||
| 207 | .nr_parts = ARRAY_SIZE(cap9adk_nor_partitions), | ||
| 208 | }; | ||
| 209 | |||
| 210 | #define NOR_BASE AT91_CHIPSELECT_0 | ||
| 211 | #define NOR_SIZE 0x800000 | ||
| 212 | |||
| 213 | static struct resource nor_flash_resources[] = { | ||
| 214 | { | ||
| 215 | .start = NOR_BASE, | ||
| 216 | .end = NOR_BASE + NOR_SIZE - 1, | ||
| 217 | .flags = IORESOURCE_MEM, | ||
| 218 | } | ||
| 219 | }; | ||
| 220 | |||
| 221 | static struct platform_device cap9adk_nor_flash = { | ||
| 222 | .name = "physmap-flash", | ||
| 223 | .id = 0, | ||
| 224 | .dev = { | ||
| 225 | .platform_data = &cap9adk_nor_data, | ||
| 226 | }, | ||
| 227 | .resource = nor_flash_resources, | ||
| 228 | .num_resources = ARRAY_SIZE(nor_flash_resources), | ||
| 229 | }; | ||
| 230 | |||
| 231 | static __init void cap9adk_add_device_nor(void) | ||
| 232 | { | ||
| 233 | unsigned long csa; | ||
| 234 | |||
| 235 | csa = at91_sys_read(AT91_MATRIX_EBICSA); | ||
| 236 | at91_sys_write(AT91_MATRIX_EBICSA, csa | AT91_MATRIX_EBI_VDDIOMSEL_3_3V); | ||
| 237 | |||
| 238 | /* set the bus interface characteristics */ | ||
| 239 | at91_sys_write(AT91_SMC_SETUP(0), AT91_SMC_NWESETUP_(4) | AT91_SMC_NCS_WRSETUP_(2) | ||
| 240 | | AT91_SMC_NRDSETUP_(4) | AT91_SMC_NCS_RDSETUP_(2)); | ||
| 241 | |||
| 242 | at91_sys_write(AT91_SMC_PULSE(0), AT91_SMC_NWEPULSE_(8) | AT91_SMC_NCS_WRPULSE_(10) | ||
| 243 | | AT91_SMC_NRDPULSE_(8) | AT91_SMC_NCS_RDPULSE_(10)); | ||
| 244 | |||
| 245 | at91_sys_write(AT91_SMC_CYCLE(0), AT91_SMC_NWECYCLE_(16) | AT91_SMC_NRDCYCLE_(16)); | ||
| 246 | |||
| 247 | at91_sys_write(AT91_SMC_MODE(0), AT91_SMC_READMODE | AT91_SMC_WRITEMODE | ||
| 248 | | AT91_SMC_EXNWMODE_DISABLE | AT91_SMC_BAT_WRITE | ||
| 249 | | AT91_SMC_DBW_16 | AT91_SMC_TDF_(1)); | ||
| 250 | |||
| 251 | platform_device_register(&cap9adk_nor_flash); | ||
| 252 | } | ||
| 253 | |||
| 254 | |||
| 255 | /* | ||
| 256 | * LCD Controller | ||
| 257 | */ | ||
| 258 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) | ||
| 259 | static struct fb_videomode at91_tft_vga_modes[] = { | ||
| 260 | { | ||
| 261 | .name = "TX09D50VM1CCA @ 60", | ||
| 262 | .refresh = 60, | ||
| 263 | .xres = 240, .yres = 320, | ||
| 264 | .pixclock = KHZ2PICOS(4965), | ||
| 265 | |||
| 266 | .left_margin = 1, .right_margin = 33, | ||
| 267 | .upper_margin = 1, .lower_margin = 0, | ||
| 268 | .hsync_len = 5, .vsync_len = 1, | ||
| 269 | |||
| 270 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | ||
| 271 | .vmode = FB_VMODE_NONINTERLACED, | ||
| 272 | }, | ||
| 273 | }; | ||
| 274 | |||
| 275 | static struct fb_monspecs at91fb_default_monspecs = { | ||
| 276 | .manufacturer = "HIT", | ||
| 277 | .monitor = "TX09D70VM1CCA", | ||
| 278 | |||
| 279 | .modedb = at91_tft_vga_modes, | ||
| 280 | .modedb_len = ARRAY_SIZE(at91_tft_vga_modes), | ||
| 281 | .hfmin = 15000, | ||
| 282 | .hfmax = 64000, | ||
| 283 | .vfmin = 50, | ||
| 284 | .vfmax = 150, | ||
| 285 | }; | ||
| 286 | |||
| 287 | #define AT91CAP9_DEFAULT_LCDCON2 (ATMEL_LCDC_MEMOR_LITTLE \ | ||
| 288 | | ATMEL_LCDC_DISTYPE_TFT \ | ||
| 289 | | ATMEL_LCDC_CLKMOD_ALWAYSACTIVE) | ||
| 290 | |||
| 291 | static void at91_lcdc_power_control(int on) | ||
| 292 | { | ||
| 293 | if (on) | ||
| 294 | at91_set_gpio_value(AT91_PIN_PC0, 0); /* power up */ | ||
| 295 | else | ||
| 296 | at91_set_gpio_value(AT91_PIN_PC0, 1); /* power down */ | ||
| 297 | } | ||
| 298 | |||
| 299 | /* Driver datas */ | ||
| 300 | static struct atmel_lcdfb_info __initdata cap9adk_lcdc_data = { | ||
| 301 | .default_bpp = 16, | ||
| 302 | .default_dmacon = ATMEL_LCDC_DMAEN, | ||
| 303 | .default_lcdcon2 = AT91CAP9_DEFAULT_LCDCON2, | ||
| 304 | .default_monspecs = &at91fb_default_monspecs, | ||
| 305 | .atmel_lcdfb_power_control = at91_lcdc_power_control, | ||
| 306 | .guard_time = 1, | ||
| 307 | }; | ||
| 308 | |||
| 309 | #else | ||
| 310 | static struct atmel_lcdfb_info __initdata cap9adk_lcdc_data; | ||
| 311 | #endif | ||
| 312 | |||
| 313 | |||
| 314 | /* | ||
| 315 | * AC97 | ||
| 316 | */ | ||
| 317 | static struct atmel_ac97_data cap9adk_ac97_data = { | ||
| 318 | // .reset_pin = ... not connected | ||
| 319 | }; | ||
| 320 | |||
| 321 | |||
| 322 | static void __init cap9adk_board_init(void) | ||
| 323 | { | ||
| 324 | /* Serial */ | ||
| 325 | at91_add_device_serial(); | ||
| 326 | /* USB Host */ | ||
| 327 | set_irq_type(AT91CAP9_ID_UHP, IRQT_HIGH); | ||
| 328 | at91_add_device_usbh(&cap9adk_usbh_data); | ||
| 329 | /* SPI */ | ||
| 330 | at91_add_device_spi(cap9adk_spi_devices, ARRAY_SIZE(cap9adk_spi_devices)); | ||
| 331 | /* Touchscreen */ | ||
| 332 | cap9adk_add_device_ts(); | ||
| 333 | /* MMC */ | ||
| 334 | at91_add_device_mmc(1, &cap9adk_mmc_data); | ||
| 335 | /* Ethernet */ | ||
| 336 | at91_add_device_eth(&cap9adk_macb_data); | ||
| 337 | /* NAND */ | ||
| 338 | at91_add_device_nand(&cap9adk_nand_data); | ||
| 339 | /* NOR Flash */ | ||
| 340 | cap9adk_add_device_nor(); | ||
| 341 | /* I2C */ | ||
| 342 | at91_add_device_i2c(NULL, 0); | ||
| 343 | /* LCD Controller */ | ||
| 344 | set_irq_type(AT91CAP9_ID_LCDC, IRQT_HIGH); | ||
| 345 | at91_add_device_lcdc(&cap9adk_lcdc_data); | ||
| 346 | /* AC97 */ | ||
| 347 | at91_add_device_ac97(&cap9adk_ac97_data); | ||
| 348 | } | ||
| 349 | |||
| 350 | MACHINE_START(AT91CAP9ADK, "Atmel AT91CAP9A-DK") | ||
| 351 | /* Maintainer: Stelian Pop <stelian.pop@leadtechdesign.com> */ | ||
| 352 | .phys_io = AT91_BASE_SYS, | ||
| 353 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
| 354 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
| 355 | .timer = &at91sam926x_timer, | ||
| 356 | .map_io = cap9adk_map_io, | ||
| 357 | .init_irq = cap9adk_init_irq, | ||
| 358 | .init_machine = cap9adk_board_init, | ||
| 359 | MACHINE_END | ||
diff --git a/arch/arm/mach-at91/board-csb337.c b/arch/arm/mach-at91/board-csb337.c index d0aa20c9383e..0e2a11fc5bbd 100644 --- a/arch/arm/mach-at91/board-csb337.c +++ b/arch/arm/mach-at91/board-csb337.c | |||
| @@ -25,6 +25,8 @@ | |||
| 25 | #include <linux/platform_device.h> | 25 | #include <linux/platform_device.h> |
| 26 | #include <linux/spi/spi.h> | 26 | #include <linux/spi/spi.h> |
| 27 | #include <linux/mtd/physmap.h> | 27 | #include <linux/mtd/physmap.h> |
| 28 | #include <linux/input.h> | ||
| 29 | #include <linux/gpio_keys.h> | ||
| 28 | 30 | ||
| 29 | #include <asm/hardware.h> | 31 | #include <asm/hardware.h> |
| 30 | #include <asm/setup.h> | 32 | #include <asm/setup.h> |
| @@ -156,6 +158,85 @@ static struct platform_device csb_flash = { | |||
| 156 | .num_resources = ARRAY_SIZE(csb_flash_resources), | 158 | .num_resources = ARRAY_SIZE(csb_flash_resources), |
| 157 | }; | 159 | }; |
| 158 | 160 | ||
| 161 | /* | ||
| 162 | * GPIO Buttons (on CSB300) | ||
| 163 | */ | ||
| 164 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) | ||
| 165 | static struct gpio_keys_button csb300_buttons[] = { | ||
| 166 | { | ||
| 167 | .gpio = AT91_PIN_PB29, | ||
| 168 | .code = BTN_0, | ||
| 169 | .desc = "sw0", | ||
| 170 | .active_low = 1, | ||
| 171 | .wakeup = 1, | ||
| 172 | }, | ||
| 173 | { | ||
| 174 | .gpio = AT91_PIN_PB28, | ||
| 175 | .code = BTN_1, | ||
| 176 | .desc = "sw1", | ||
| 177 | .active_low = 1, | ||
| 178 | .wakeup = 1, | ||
| 179 | }, | ||
| 180 | { | ||
| 181 | .gpio = AT91_PIN_PA21, | ||
| 182 | .code = BTN_2, | ||
| 183 | .desc = "sw2", | ||
| 184 | .active_low = 1, | ||
| 185 | .wakeup = 1, | ||
| 186 | } | ||
| 187 | }; | ||
| 188 | |||
| 189 | static struct gpio_keys_platform_data csb300_button_data = { | ||
| 190 | .buttons = csb300_buttons, | ||
| 191 | .nbuttons = ARRAY_SIZE(csb300_buttons), | ||
| 192 | }; | ||
| 193 | |||
| 194 | static struct platform_device csb300_button_device = { | ||
| 195 | .name = "gpio-keys", | ||
| 196 | .id = -1, | ||
| 197 | .num_resources = 0, | ||
| 198 | .dev = { | ||
| 199 | .platform_data = &csb300_button_data, | ||
| 200 | } | ||
| 201 | }; | ||
| 202 | |||
| 203 | static void __init csb300_add_device_buttons(void) | ||
| 204 | { | ||
| 205 | at91_set_gpio_input(AT91_PIN_PB29, 0); /* sw0 */ | ||
| 206 | at91_set_deglitch(AT91_PIN_PB29, 1); | ||
| 207 | at91_set_gpio_input(AT91_PIN_PB28, 0); /* sw1 */ | ||
| 208 | at91_set_deglitch(AT91_PIN_PB28, 1); | ||
| 209 | at91_set_gpio_input(AT91_PIN_PA21, 0); /* sw2 */ | ||
| 210 | at91_set_deglitch(AT91_PIN_PA21, 1); | ||
| 211 | |||
| 212 | platform_device_register(&csb300_button_device); | ||
| 213 | } | ||
| 214 | #else | ||
| 215 | static void __init csb300_add_device_buttons(void) {} | ||
| 216 | #endif | ||
| 217 | |||
| 218 | static struct gpio_led csb_leds[] = { | ||
| 219 | { /* "led0", yellow */ | ||
| 220 | .name = "led0", | ||
| 221 | .gpio = AT91_PIN_PB2, | ||
| 222 | .active_low = 1, | ||
| 223 | .default_trigger = "heartbeat", | ||
| 224 | }, | ||
| 225 | { /* "led1", green */ | ||
| 226 | .name = "led1", | ||
| 227 | .gpio = AT91_PIN_PB1, | ||
| 228 | .active_low = 1, | ||
| 229 | .default_trigger = "mmc0", | ||
| 230 | }, | ||
| 231 | { /* "led2", yellow */ | ||
| 232 | .name = "led2", | ||
| 233 | .gpio = AT91_PIN_PB0, | ||
| 234 | .active_low = 1, | ||
| 235 | .default_trigger = "ide-disk", | ||
| 236 | }, | ||
| 237 | }; | ||
| 238 | |||
| 239 | |||
| 159 | static void __init csb337_board_init(void) | 240 | static void __init csb337_board_init(void) |
| 160 | { | 241 | { |
| 161 | /* Serial */ | 242 | /* Serial */ |
| @@ -177,6 +258,10 @@ static void __init csb337_board_init(void) | |||
| 177 | at91_add_device_mmc(0, &csb337_mmc_data); | 258 | at91_add_device_mmc(0, &csb337_mmc_data); |
| 178 | /* NOR flash */ | 259 | /* NOR flash */ |
| 179 | platform_device_register(&csb_flash); | 260 | platform_device_register(&csb_flash); |
| 261 | /* LEDs */ | ||
| 262 | at91_gpio_leds(csb_leds, ARRAY_SIZE(csb_leds)); | ||
| 263 | /* Switches on CSB300 */ | ||
| 264 | csb300_add_device_buttons(); | ||
| 180 | } | 265 | } |
| 181 | 266 | ||
| 182 | MACHINE_START(CSB337, "Cogent CSB337") | 267 | MACHINE_START(CSB337, "Cogent CSB337") |
diff --git a/arch/arm/mach-at91/board-dk.c b/arch/arm/mach-at91/board-dk.c index 40c9e4331706..0a897efeba8e 100644 --- a/arch/arm/mach-at91/board-dk.c +++ b/arch/arm/mach-at91/board-dk.c | |||
| @@ -183,6 +183,14 @@ static struct platform_device dk_flash = { | |||
| 183 | .num_resources = 1, | 183 | .num_resources = 1, |
| 184 | }; | 184 | }; |
| 185 | 185 | ||
| 186 | static struct gpio_led dk_leds[] = { | ||
| 187 | { | ||
| 188 | .name = "led0", | ||
| 189 | .gpio = AT91_PIN_PB2, | ||
| 190 | .active_low = 1, | ||
| 191 | .default_trigger = "heartbeat", | ||
| 192 | } | ||
| 193 | }; | ||
| 186 | 194 | ||
| 187 | static void __init dk_board_init(void) | 195 | static void __init dk_board_init(void) |
| 188 | { | 196 | { |
| @@ -213,6 +221,8 @@ static void __init dk_board_init(void) | |||
| 213 | at91_add_device_nand(&dk_nand_data); | 221 | at91_add_device_nand(&dk_nand_data); |
| 214 | /* NOR Flash */ | 222 | /* NOR Flash */ |
| 215 | platform_device_register(&dk_flash); | 223 | platform_device_register(&dk_flash); |
| 224 | /* LEDs */ | ||
| 225 | at91_gpio_leds(dk_leds, ARRAY_SIZE(dk_leds)); | ||
| 216 | /* VGA */ | 226 | /* VGA */ |
| 217 | // dk_add_device_video(); | 227 | // dk_add_device_video(); |
| 218 | } | 228 | } |
diff --git a/arch/arm/mach-at91/board-ek.c b/arch/arm/mach-at91/board-ek.c index 53a5ef9e72ee..0574e50a30dd 100644 --- a/arch/arm/mach-at91/board-ek.c +++ b/arch/arm/mach-at91/board-ek.c | |||
| @@ -141,6 +141,25 @@ static struct platform_device ek_flash = { | |||
| 141 | .num_resources = 1, | 141 | .num_resources = 1, |
| 142 | }; | 142 | }; |
| 143 | 143 | ||
| 144 | static struct gpio_led ek_leds[] = { | ||
| 145 | { /* "user led 1", DS2 */ | ||
| 146 | .name = "green", | ||
| 147 | .gpio = AT91_PIN_PB0, | ||
| 148 | .active_low = 1, | ||
| 149 | .default_trigger = "mmc0", | ||
| 150 | }, | ||
| 151 | { /* "user led 2", DS4 */ | ||
| 152 | .name = "yellow", | ||
| 153 | .gpio = AT91_PIN_PB1, | ||
| 154 | .active_low = 1, | ||
| 155 | .default_trigger = "heartbeat", | ||
| 156 | }, | ||
| 157 | { /* "user led 3", DS6 */ | ||
| 158 | .name = "red", | ||
| 159 | .gpio = AT91_PIN_PB2, | ||
| 160 | .active_low = 1, | ||
| 161 | } | ||
| 162 | }; | ||
| 144 | 163 | ||
| 145 | static void __init ek_board_init(void) | 164 | static void __init ek_board_init(void) |
| 146 | { | 165 | { |
| @@ -167,6 +186,8 @@ static void __init ek_board_init(void) | |||
| 167 | #endif | 186 | #endif |
| 168 | /* NOR Flash */ | 187 | /* NOR Flash */ |
| 169 | platform_device_register(&ek_flash); | 188 | platform_device_register(&ek_flash); |
| 189 | /* LEDs */ | ||
| 190 | at91_gpio_leds(ek_leds, ARRAY_SIZE(ek_leds)); | ||
| 170 | /* VGA */ | 191 | /* VGA */ |
| 171 | // ek_add_device_video(); | 192 | // ek_add_device_video(); |
| 172 | } | 193 | } |
diff --git a/arch/arm/mach-at91/board-sam9261ek.c b/arch/arm/mach-at91/board-sam9261ek.c index 550ae59a3aca..aa29ea58ca09 100644 --- a/arch/arm/mach-at91/board-sam9261ek.c +++ b/arch/arm/mach-at91/board-sam9261ek.c | |||
| @@ -280,6 +280,68 @@ static struct spi_board_info ek_spi_devices[] = { | |||
| 280 | * LCD Controller | 280 | * LCD Controller |
| 281 | */ | 281 | */ |
| 282 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) | 282 | #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE) |
| 283 | |||
| 284 | #if defined(CONFIG_FB_ATMEL_STN) | ||
| 285 | |||
| 286 | /* STN */ | ||
| 287 | static struct fb_videomode at91_stn_modes[] = { | ||
| 288 | { | ||
| 289 | .name = "SP06Q002 @ 75", | ||
| 290 | .refresh = 75, | ||
| 291 | .xres = 320, .yres = 240, | ||
| 292 | .pixclock = KHZ2PICOS(1440), | ||
| 293 | |||
| 294 | .left_margin = 1, .right_margin = 1, | ||
| 295 | .upper_margin = 0, .lower_margin = 0, | ||
| 296 | .hsync_len = 1, .vsync_len = 1, | ||
| 297 | |||
| 298 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | ||
| 299 | .vmode = FB_VMODE_NONINTERLACED, | ||
| 300 | }, | ||
| 301 | }; | ||
| 302 | |||
| 303 | static struct fb_monspecs at91fb_default_stn_monspecs = { | ||
| 304 | .manufacturer = "HIT", | ||
| 305 | .monitor = "SP06Q002", | ||
| 306 | |||
| 307 | .modedb = at91_stn_modes, | ||
| 308 | .modedb_len = ARRAY_SIZE(at91_stn_modes), | ||
| 309 | .hfmin = 15000, | ||
| 310 | .hfmax = 64000, | ||
| 311 | .vfmin = 50, | ||
| 312 | .vfmax = 150, | ||
| 313 | }; | ||
| 314 | |||
| 315 | #define AT91SAM9261_DEFAULT_STN_LCDCON2 (ATMEL_LCDC_MEMOR_LITTLE \ | ||
| 316 | | ATMEL_LCDC_DISTYPE_STNMONO \ | ||
| 317 | | ATMEL_LCDC_CLKMOD_ALWAYSACTIVE \ | ||
| 318 | | ATMEL_LCDC_IFWIDTH_4 \ | ||
| 319 | | ATMEL_LCDC_SCANMOD_SINGLE) | ||
| 320 | |||
| 321 | static void at91_lcdc_stn_power_control(int on) | ||
| 322 | { | ||
| 323 | /* backlight */ | ||
| 324 | if (on) { /* power up */ | ||
| 325 | at91_set_gpio_value(AT91_PIN_PC14, 0); | ||
| 326 | at91_set_gpio_value(AT91_PIN_PC15, 0); | ||
| 327 | } else { /* power down */ | ||
| 328 | at91_set_gpio_value(AT91_PIN_PC14, 1); | ||
| 329 | at91_set_gpio_value(AT91_PIN_PC15, 1); | ||
| 330 | } | ||
| 331 | } | ||
| 332 | |||
| 333 | static struct atmel_lcdfb_info __initdata ek_lcdc_data = { | ||
| 334 | .default_bpp = 1, | ||
| 335 | .default_dmacon = ATMEL_LCDC_DMAEN, | ||
| 336 | .default_lcdcon2 = AT91SAM9261_DEFAULT_STN_LCDCON2, | ||
| 337 | .default_monspecs = &at91fb_default_stn_monspecs, | ||
| 338 | .atmel_lcdfb_power_control = at91_lcdc_stn_power_control, | ||
| 339 | .guard_time = 1, | ||
| 340 | }; | ||
| 341 | |||
| 342 | #else | ||
| 343 | |||
| 344 | /* TFT */ | ||
| 283 | static struct fb_videomode at91_tft_vga_modes[] = { | 345 | static struct fb_videomode at91_tft_vga_modes[] = { |
| 284 | { | 346 | { |
| 285 | .name = "TX09D50VM1CCA @ 60", | 347 | .name = "TX09D50VM1CCA @ 60", |
| @@ -296,7 +358,7 @@ static struct fb_videomode at91_tft_vga_modes[] = { | |||
| 296 | }, | 358 | }, |
| 297 | }; | 359 | }; |
| 298 | 360 | ||
| 299 | static struct fb_monspecs at91fb_default_monspecs = { | 361 | static struct fb_monspecs at91fb_default_tft_monspecs = { |
| 300 | .manufacturer = "HIT", | 362 | .manufacturer = "HIT", |
| 301 | .monitor = "TX09D50VM1CCA", | 363 | .monitor = "TX09D50VM1CCA", |
| 302 | 364 | ||
| @@ -308,11 +370,11 @@ static struct fb_monspecs at91fb_default_monspecs = { | |||
| 308 | .vfmax = 150, | 370 | .vfmax = 150, |
| 309 | }; | 371 | }; |
| 310 | 372 | ||
| 311 | #define AT91SAM9261_DEFAULT_LCDCON2 (ATMEL_LCDC_MEMOR_LITTLE \ | 373 | #define AT91SAM9261_DEFAULT_TFT_LCDCON2 (ATMEL_LCDC_MEMOR_LITTLE \ |
| 312 | | ATMEL_LCDC_DISTYPE_TFT \ | 374 | | ATMEL_LCDC_DISTYPE_TFT \ |
| 313 | | ATMEL_LCDC_CLKMOD_ALWAYSACTIVE) | 375 | | ATMEL_LCDC_CLKMOD_ALWAYSACTIVE) |
| 314 | 376 | ||
| 315 | static void at91_lcdc_power_control(int on) | 377 | static void at91_lcdc_tft_power_control(int on) |
| 316 | { | 378 | { |
| 317 | if (on) | 379 | if (on) |
| 318 | at91_set_gpio_value(AT91_PIN_PA12, 0); /* power up */ | 380 | at91_set_gpio_value(AT91_PIN_PA12, 0); /* power up */ |
| @@ -320,15 +382,15 @@ static void at91_lcdc_power_control(int on) | |||
| 320 | at91_set_gpio_value(AT91_PIN_PA12, 1); /* power down */ | 382 | at91_set_gpio_value(AT91_PIN_PA12, 1); /* power down */ |
| 321 | } | 383 | } |
| 322 | 384 | ||
| 323 | /* Driver datas */ | ||
| 324 | static struct atmel_lcdfb_info __initdata ek_lcdc_data = { | 385 | static struct atmel_lcdfb_info __initdata ek_lcdc_data = { |
| 325 | .default_bpp = 16, | 386 | .default_bpp = 16, |
| 326 | .default_dmacon = ATMEL_LCDC_DMAEN, | 387 | .default_dmacon = ATMEL_LCDC_DMAEN, |
| 327 | .default_lcdcon2 = AT91SAM9261_DEFAULT_LCDCON2, | 388 | .default_lcdcon2 = AT91SAM9261_DEFAULT_TFT_LCDCON2, |
| 328 | .default_monspecs = &at91fb_default_monspecs, | 389 | .default_monspecs = &at91fb_default_tft_monspecs, |
| 329 | .atmel_lcdfb_power_control = at91_lcdc_power_control, | 390 | .atmel_lcdfb_power_control = at91_lcdc_tft_power_control, |
| 330 | .guard_time = 1, | 391 | .guard_time = 1, |
| 331 | }; | 392 | }; |
| 393 | #endif | ||
| 332 | 394 | ||
| 333 | #else | 395 | #else |
| 334 | static struct atmel_lcdfb_info __initdata ek_lcdc_data; | 396 | static struct atmel_lcdfb_info __initdata ek_lcdc_data; |
| @@ -342,25 +404,25 @@ static struct atmel_lcdfb_info __initdata ek_lcdc_data; | |||
| 342 | static struct gpio_keys_button ek_buttons[] = { | 404 | static struct gpio_keys_button ek_buttons[] = { |
| 343 | { | 405 | { |
| 344 | .gpio = AT91_PIN_PA27, | 406 | .gpio = AT91_PIN_PA27, |
| 345 | .keycode = BTN_0, | 407 | .code = BTN_0, |
| 346 | .desc = "Button 0", | 408 | .desc = "Button 0", |
| 347 | .active_low = 1, | 409 | .active_low = 1, |
| 348 | }, | 410 | }, |
| 349 | { | 411 | { |
| 350 | .gpio = AT91_PIN_PA26, | 412 | .gpio = AT91_PIN_PA26, |
| 351 | .keycode = BTN_1, | 413 | .code = BTN_1, |
| 352 | .desc = "Button 1", | 414 | .desc = "Button 1", |
| 353 | .active_low = 1, | 415 | .active_low = 1, |
| 354 | }, | 416 | }, |
| 355 | { | 417 | { |
| 356 | .gpio = AT91_PIN_PA25, | 418 | .gpio = AT91_PIN_PA25, |
| 357 | .keycode = BTN_2, | 419 | .code = BTN_2, |
| 358 | .desc = "Button 2", | 420 | .desc = "Button 2", |
| 359 | .active_low = 1, | 421 | .active_low = 1, |
| 360 | }, | 422 | }, |
| 361 | { | 423 | { |
| 362 | .gpio = AT91_PIN_PA24, | 424 | .gpio = AT91_PIN_PA24, |
| 363 | .keycode = BTN_3, | 425 | .code = BTN_3, |
| 364 | .desc = "Button 3", | 426 | .desc = "Button 3", |
| 365 | .active_low = 1, | 427 | .active_low = 1, |
| 366 | } | 428 | } |
diff --git a/arch/arm/mach-at91/board-sam9263ek.c b/arch/arm/mach-at91/board-sam9263ek.c index ab9dcc075454..f09347a86e71 100644 --- a/arch/arm/mach-at91/board-sam9263ek.c +++ b/arch/arm/mach-at91/board-sam9263ek.c | |||
| @@ -27,6 +27,8 @@ | |||
| 27 | #include <linux/spi/spi.h> | 27 | #include <linux/spi/spi.h> |
| 28 | #include <linux/spi/ads7846.h> | 28 | #include <linux/spi/ads7846.h> |
| 29 | #include <linux/fb.h> | 29 | #include <linux/fb.h> |
| 30 | #include <linux/gpio_keys.h> | ||
| 31 | #include <linux/input.h> | ||
| 30 | 32 | ||
| 31 | #include <video/atmel_lcdc.h> | 33 | #include <video/atmel_lcdc.h> |
| 32 | 34 | ||
| @@ -163,6 +165,7 @@ static struct at91_mmc_data __initdata ek_mmc_data = { | |||
| 163 | * MACB Ethernet device | 165 | * MACB Ethernet device |
| 164 | */ | 166 | */ |
| 165 | static struct at91_eth_data __initdata ek_macb_data = { | 167 | static struct at91_eth_data __initdata ek_macb_data = { |
| 168 | .phy_irq_pin = AT91_PIN_PE31, | ||
| 166 | .is_rmii = 1, | 169 | .is_rmii = 1, |
| 167 | }; | 170 | }; |
| 168 | 171 | ||
| @@ -264,6 +267,55 @@ static struct atmel_lcdfb_info __initdata ek_lcdc_data; | |||
| 264 | 267 | ||
| 265 | 268 | ||
| 266 | /* | 269 | /* |
| 270 | * GPIO Buttons | ||
| 271 | */ | ||
| 272 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) | ||
| 273 | static struct gpio_keys_button ek_buttons[] = { | ||
| 274 | { /* BP1, "leftclic" */ | ||
| 275 | .code = BTN_LEFT, | ||
| 276 | .gpio = AT91_PIN_PC5, | ||
| 277 | .active_low = 1, | ||
| 278 | .desc = "left_click", | ||
| 279 | .wakeup = 1, | ||
| 280 | }, | ||
| 281 | { /* BP2, "rightclic" */ | ||
| 282 | .code = BTN_RIGHT, | ||
| 283 | .gpio = AT91_PIN_PC4, | ||
| 284 | .active_low = 1, | ||
| 285 | .desc = "right_click", | ||
| 286 | .wakeup = 1, | ||
| 287 | }, | ||
| 288 | }; | ||
| 289 | |||
| 290 | static struct gpio_keys_platform_data ek_button_data = { | ||
| 291 | .buttons = ek_buttons, | ||
| 292 | .nbuttons = ARRAY_SIZE(ek_buttons), | ||
| 293 | }; | ||
| 294 | |||
| 295 | static struct platform_device ek_button_device = { | ||
| 296 | .name = "gpio-keys", | ||
| 297 | .id = -1, | ||
| 298 | .num_resources = 0, | ||
| 299 | .dev = { | ||
| 300 | .platform_data = &ek_button_data, | ||
| 301 | } | ||
| 302 | }; | ||
| 303 | |||
| 304 | static void __init ek_add_device_buttons(void) | ||
| 305 | { | ||
| 306 | at91_set_GPIO_periph(AT91_PIN_PC5, 0); /* left button */ | ||
| 307 | at91_set_deglitch(AT91_PIN_PC5, 1); | ||
| 308 | at91_set_GPIO_periph(AT91_PIN_PC4, 0); /* right button */ | ||
| 309 | at91_set_deglitch(AT91_PIN_PC4, 1); | ||
| 310 | |||
| 311 | platform_device_register(&ek_button_device); | ||
| 312 | } | ||
| 313 | #else | ||
| 314 | static void __init ek_add_device_buttons(void) {} | ||
| 315 | #endif | ||
| 316 | |||
| 317 | |||
| 318 | /* | ||
| 267 | * AC97 | 319 | * AC97 |
| 268 | */ | 320 | */ |
| 269 | static struct atmel_ac97_data ek_ac97_data = { | 321 | static struct atmel_ac97_data ek_ac97_data = { |
| @@ -271,6 +323,30 @@ static struct atmel_ac97_data ek_ac97_data = { | |||
| 271 | }; | 323 | }; |
| 272 | 324 | ||
| 273 | 325 | ||
| 326 | /* | ||
| 327 | * LEDs ... these could all be PWM-driven, for variable brightness | ||
| 328 | */ | ||
| 329 | static struct gpio_led ek_leds[] = { | ||
| 330 | { /* "left" led, green, userled1, pwm1 */ | ||
| 331 | .name = "ds1", | ||
| 332 | .gpio = AT91_PIN_PB8, | ||
| 333 | .active_low = 1, | ||
| 334 | .default_trigger = "mmc0", | ||
| 335 | }, | ||
| 336 | { /* "right" led, green, userled2, pwm2 */ | ||
| 337 | .name = "ds2", | ||
| 338 | .gpio = AT91_PIN_PC29, | ||
| 339 | .active_low = 1, | ||
| 340 | .default_trigger = "nand-disk", | ||
| 341 | }, | ||
| 342 | { /* "power" led, yellow, pwm0 */ | ||
| 343 | .name = "ds3", | ||
| 344 | .gpio = AT91_PIN_PB7, | ||
| 345 | .default_trigger = "heartbeat", | ||
| 346 | }, | ||
| 347 | }; | ||
| 348 | |||
| 349 | |||
| 274 | static void __init ek_board_init(void) | 350 | static void __init ek_board_init(void) |
| 275 | { | 351 | { |
| 276 | /* Serial */ | 352 | /* Serial */ |
| @@ -294,8 +370,12 @@ static void __init ek_board_init(void) | |||
| 294 | at91_add_device_i2c(NULL, 0); | 370 | at91_add_device_i2c(NULL, 0); |
| 295 | /* LCD Controller */ | 371 | /* LCD Controller */ |
| 296 | at91_add_device_lcdc(&ek_lcdc_data); | 372 | at91_add_device_lcdc(&ek_lcdc_data); |
| 373 | /* Push Buttons */ | ||
| 374 | ek_add_device_buttons(); | ||
| 297 | /* AC97 */ | 375 | /* AC97 */ |
| 298 | at91_add_device_ac97(&ek_ac97_data); | 376 | at91_add_device_ac97(&ek_ac97_data); |
| 377 | /* LEDs */ | ||
| 378 | at91_gpio_leds(ek_leds, ARRAY_SIZE(ek_leds)); | ||
| 299 | } | 379 | } |
| 300 | 380 | ||
| 301 | MACHINE_START(AT91SAM9263EK, "Atmel AT91SAM9263-EK") | 381 | MACHINE_START(AT91SAM9263EK, "Atmel AT91SAM9263-EK") |
diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c index 57c3b647ce83..ec76eeaafd45 100644 --- a/arch/arm/mach-at91/clock.c +++ b/arch/arm/mach-at91/clock.c | |||
| @@ -574,6 +574,8 @@ int __init at91_clock_init(unsigned long main_clock) | |||
| 574 | } else if (cpu_is_at91sam9260() || cpu_is_at91sam9261() || cpu_is_at91sam9263()) { | 574 | } else if (cpu_is_at91sam9260() || cpu_is_at91sam9261() || cpu_is_at91sam9263()) { |
| 575 | uhpck.pmc_mask = AT91SAM926x_PMC_UHP; | 575 | uhpck.pmc_mask = AT91SAM926x_PMC_UHP; |
| 576 | udpck.pmc_mask = AT91SAM926x_PMC_UDP; | 576 | udpck.pmc_mask = AT91SAM926x_PMC_UDP; |
| 577 | } else if (cpu_is_at91cap9()) { | ||
| 578 | uhpck.pmc_mask = AT91CAP9_PMC_UHP; | ||
| 577 | } | 579 | } |
| 578 | at91_sys_write(AT91_CKGR_PLLBR, 0); | 580 | at91_sys_write(AT91_CKGR_PLLBR, 0); |
| 579 | 581 | ||
diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h index 77d4c0a37842..b5daf7f5e011 100644 --- a/arch/arm/mach-at91/generic.h +++ b/arch/arm/mach-at91/generic.h | |||
| @@ -15,6 +15,7 @@ extern void __init at91sam9261_initialize(unsigned long main_clock); | |||
| 15 | extern void __init at91sam9263_initialize(unsigned long main_clock); | 15 | extern void __init at91sam9263_initialize(unsigned long main_clock); |
| 16 | extern void __init at91sam9rl_initialize(unsigned long main_clock); | 16 | extern void __init at91sam9rl_initialize(unsigned long main_clock); |
| 17 | extern void __init at91x40_initialize(unsigned long main_clock); | 17 | extern void __init at91x40_initialize(unsigned long main_clock); |
| 18 | extern void __init at91cap9_initialize(unsigned long main_clock); | ||
| 18 | 19 | ||
| 19 | /* Interrupts */ | 20 | /* Interrupts */ |
| 20 | extern void __init at91rm9200_init_interrupts(unsigned int priority[]); | 21 | extern void __init at91rm9200_init_interrupts(unsigned int priority[]); |
| @@ -23,6 +24,7 @@ extern void __init at91sam9261_init_interrupts(unsigned int priority[]); | |||
| 23 | extern void __init at91sam9263_init_interrupts(unsigned int priority[]); | 24 | extern void __init at91sam9263_init_interrupts(unsigned int priority[]); |
| 24 | extern void __init at91sam9rl_init_interrupts(unsigned int priority[]); | 25 | extern void __init at91sam9rl_init_interrupts(unsigned int priority[]); |
| 25 | extern void __init at91x40_init_interrupts(unsigned int priority[]); | 26 | extern void __init at91x40_init_interrupts(unsigned int priority[]); |
| 27 | extern void __init at91cap9_init_interrupts(unsigned int priority[]); | ||
| 26 | extern void __init at91_aic_init(unsigned int priority[]); | 28 | extern void __init at91_aic_init(unsigned int priority[]); |
| 27 | 29 | ||
| 28 | /* Timer */ | 30 | /* Timer */ |
diff --git a/arch/arm/mach-at91/gpio.c b/arch/arm/mach-at91/gpio.c index aa2d365c93fb..6aeddd68d8af 100644 --- a/arch/arm/mach-at91/gpio.c +++ b/arch/arm/mach-at91/gpio.c | |||
| @@ -13,6 +13,8 @@ | |||
| 13 | #include <linux/errno.h> | 13 | #include <linux/errno.h> |
| 14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
| 15 | #include <linux/irq.h> | 15 | #include <linux/irq.h> |
| 16 | #include <linux/debugfs.h> | ||
| 17 | #include <linux/seq_file.h> | ||
| 16 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
| 17 | #include <linux/list.h> | 19 | #include <linux/list.h> |
| 18 | #include <linux/module.h> | 20 | #include <linux/module.h> |
| @@ -414,6 +416,66 @@ static void gpio_irq_handler(unsigned irq, struct irq_desc *desc) | |||
| 414 | 416 | ||
| 415 | /*--------------------------------------------------------------------------*/ | 417 | /*--------------------------------------------------------------------------*/ |
| 416 | 418 | ||
| 419 | #ifdef CONFIG_DEBUG_FS | ||
| 420 | |||
| 421 | static int at91_gpio_show(struct seq_file *s, void *unused) | ||
| 422 | { | ||
| 423 | int bank, j; | ||
| 424 | |||
| 425 | /* print heading */ | ||
| 426 | seq_printf(s, "Pin\t"); | ||
| 427 | for (bank = 0; bank < gpio_banks; bank++) { | ||
| 428 | seq_printf(s, "PIO%c\t", 'A' + bank); | ||
| 429 | }; | ||
| 430 | seq_printf(s, "\n\n"); | ||
| 431 | |||
| 432 | /* print pin status */ | ||
| 433 | for (j = 0; j < 32; j++) { | ||
| 434 | seq_printf(s, "%i:\t", j); | ||
| 435 | |||
| 436 | for (bank = 0; bank < gpio_banks; bank++) { | ||
| 437 | unsigned pin = PIN_BASE + (32 * bank) + j; | ||
| 438 | void __iomem *pio = pin_to_controller(pin); | ||
| 439 | unsigned mask = pin_to_mask(pin); | ||
| 440 | |||
| 441 | if (__raw_readl(pio + PIO_PSR) & mask) | ||
| 442 | seq_printf(s, "GPIO:%s", __raw_readl(pio + PIO_PDSR) & mask ? "1" : "0"); | ||
| 443 | else | ||
| 444 | seq_printf(s, "%s", __raw_readl(pio + PIO_ABSR) & mask ? "B" : "A"); | ||
| 445 | |||
| 446 | seq_printf(s, "\t"); | ||
| 447 | } | ||
| 448 | |||
| 449 | seq_printf(s, "\n"); | ||
| 450 | } | ||
| 451 | |||
| 452 | return 0; | ||
| 453 | } | ||
| 454 | |||
| 455 | static int at91_gpio_open(struct inode *inode, struct file *file) | ||
| 456 | { | ||
| 457 | return single_open(file, at91_gpio_show, NULL); | ||
| 458 | } | ||
| 459 | |||
| 460 | static const struct file_operations at91_gpio_operations = { | ||
| 461 | .open = at91_gpio_open, | ||
| 462 | .read = seq_read, | ||
| 463 | .llseek = seq_lseek, | ||
| 464 | .release = single_release, | ||
| 465 | }; | ||
| 466 | |||
| 467 | static int __init at91_gpio_debugfs_init(void) | ||
| 468 | { | ||
| 469 | /* /sys/kernel/debug/at91_gpio */ | ||
| 470 | (void) debugfs_create_file("at91_gpio", S_IFREG | S_IRUGO, NULL, NULL, &at91_gpio_operations); | ||
| 471 | return 0; | ||
| 472 | } | ||
| 473 | postcore_initcall(at91_gpio_debugfs_init); | ||
| 474 | |||
| 475 | #endif | ||
| 476 | |||
| 477 | /*--------------------------------------------------------------------------*/ | ||
| 478 | |||
| 417 | /* | 479 | /* |
| 418 | * Called from the processor-specific init to enable GPIO interrupt support. | 480 | * Called from the processor-specific init to enable GPIO interrupt support. |
| 419 | */ | 481 | */ |
diff --git a/arch/arm/mach-at91/leds.c b/arch/arm/mach-at91/leds.c index 0d5144973988..9cdcda500fe8 100644 --- a/arch/arm/mach-at91/leds.c +++ b/arch/arm/mach-at91/leds.c | |||
| @@ -14,11 +14,62 @@ | |||
| 14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
| 15 | 15 | ||
| 16 | #include <asm/mach-types.h> | 16 | #include <asm/mach-types.h> |
| 17 | #include <asm/leds.h> | ||
| 18 | #include <asm/arch/board.h> | 17 | #include <asm/arch/board.h> |
| 19 | #include <asm/arch/gpio.h> | 18 | #include <asm/arch/gpio.h> |
| 20 | 19 | ||
| 21 | 20 | ||
| 21 | /* ------------------------------------------------------------------------- */ | ||
| 22 | |||
| 23 | #if defined(CONFIG_NEW_LEDS) | ||
| 24 | |||
| 25 | #include <linux/platform_device.h> | ||
| 26 | |||
| 27 | /* | ||
| 28 | * New cross-platform LED support. | ||
| 29 | */ | ||
| 30 | |||
| 31 | static struct gpio_led_platform_data led_data; | ||
| 32 | |||
| 33 | static struct platform_device at91_leds = { | ||
| 34 | .name = "leds-gpio", | ||
| 35 | .id = -1, | ||
| 36 | .dev.platform_data = &led_data, | ||
| 37 | }; | ||
| 38 | |||
| 39 | void __init at91_gpio_leds(struct gpio_led *leds, int nr) | ||
| 40 | { | ||
| 41 | int i; | ||
| 42 | |||
| 43 | if (!nr) | ||
| 44 | return; | ||
| 45 | |||
| 46 | for (i = 0; i < nr; i++) | ||
| 47 | at91_set_gpio_output(leds[i].gpio, leds[i].active_low); | ||
| 48 | |||
| 49 | led_data.leds = leds; | ||
| 50 | led_data.num_leds = nr; | ||
| 51 | platform_device_register(&at91_leds); | ||
| 52 | } | ||
| 53 | |||
| 54 | #else | ||
| 55 | void __init at91_gpio_leds(struct gpio_led *leds, int nr) {} | ||
| 56 | #endif | ||
| 57 | |||
| 58 | |||
| 59 | /* ------------------------------------------------------------------------- */ | ||
| 60 | |||
| 61 | #if defined(CONFIG_LEDS) | ||
| 62 | |||
| 63 | #include <asm/leds.h> | ||
| 64 | |||
| 65 | /* | ||
| 66 | * Old ARM-specific LED framework; not fully functional when generic time is | ||
| 67 | * in use. | ||
| 68 | */ | ||
| 69 | |||
| 70 | static u8 at91_leds_cpu; | ||
| 71 | static u8 at91_leds_timer; | ||
| 72 | |||
| 22 | static inline void at91_led_on(unsigned int led) | 73 | static inline void at91_led_on(unsigned int led) |
| 23 | { | 74 | { |
| 24 | at91_set_gpio_value(led, 0); | 75 | at91_set_gpio_value(led, 0); |
| @@ -93,3 +144,18 @@ static int __init leds_init(void) | |||
| 93 | } | 144 | } |
| 94 | 145 | ||
| 95 | __initcall(leds_init); | 146 | __initcall(leds_init); |
| 147 | |||
| 148 | |||
| 149 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | ||
| 150 | { | ||
| 151 | /* Enable GPIO to access the LEDs */ | ||
| 152 | at91_set_gpio_output(cpu_led, 1); | ||
| 153 | at91_set_gpio_output(timer_led, 1); | ||
| 154 | |||
| 155 | at91_leds_cpu = cpu_led; | ||
| 156 | at91_leds_timer = timer_led; | ||
| 157 | } | ||
| 158 | |||
| 159 | #else | ||
| 160 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | ||
| 161 | #endif | ||
diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index 98cb61482917..4b120cc36135 100644 --- a/arch/arm/mach-at91/pm.c +++ b/arch/arm/mach-at91/pm.c | |||
| @@ -80,6 +80,11 @@ static int at91_pm_verify_clocks(void) | |||
| 80 | pr_debug("AT91: PM - Suspend-to-RAM with USB still active\n"); | 80 | pr_debug("AT91: PM - Suspend-to-RAM with USB still active\n"); |
| 81 | return 0; | 81 | return 0; |
| 82 | } | 82 | } |
| 83 | } else if (cpu_is_at91cap9()) { | ||
| 84 | if ((scsr & AT91CAP9_PMC_UHP) != 0) { | ||
| 85 | pr_debug("AT91: PM - Suspend-to-RAM with USB still active\n"); | ||
| 86 | return 0; | ||
| 87 | } | ||
| 83 | } | 88 | } |
| 84 | 89 | ||
| 85 | #ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS | 90 | #ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS |
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index f1074ff02fdb..91f6a07a51d5 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * Core routines for Cirrus EP93xx chips. | 3 | * Core routines for Cirrus EP93xx chips. |
| 4 | * | 4 | * |
| 5 | * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> | 5 | * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> |
| 6 | * Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org> | ||
| 6 | * | 7 | * |
| 7 | * Thanks go to Michael Burian and Ray Lehtiniemi for their key | 8 | * Thanks go to Michael Burian and Ray Lehtiniemi for their key |
| 8 | * role in the ep93xx linux community. | 9 | * role in the ep93xx linux community. |
| @@ -21,7 +22,6 @@ | |||
| 21 | #include <linux/serial.h> | 22 | #include <linux/serial.h> |
| 22 | #include <linux/tty.h> | 23 | #include <linux/tty.h> |
| 23 | #include <linux/bitops.h> | 24 | #include <linux/bitops.h> |
| 24 | #include <linux/serial.h> | ||
| 25 | #include <linux/serial_8250.h> | 25 | #include <linux/serial_8250.h> |
| 26 | #include <linux/serial_core.h> | 26 | #include <linux/serial_core.h> |
| 27 | #include <linux/device.h> | 27 | #include <linux/device.h> |
| @@ -153,38 +153,41 @@ static unsigned char gpio_int_enabled[3]; | |||
| 153 | static unsigned char gpio_int_type1[3]; | 153 | static unsigned char gpio_int_type1[3]; |
| 154 | static unsigned char gpio_int_type2[3]; | 154 | static unsigned char gpio_int_type2[3]; |
| 155 | 155 | ||
| 156 | static void update_gpio_int_params(int abf) | 156 | /* Port ordering is: A B F */ |
| 157 | static const u8 int_type1_register_offset[3] = { 0x90, 0xac, 0x4c }; | ||
| 158 | static const u8 int_type2_register_offset[3] = { 0x94, 0xb0, 0x50 }; | ||
| 159 | static const u8 eoi_register_offset[3] = { 0x98, 0xb4, 0x54 }; | ||
| 160 | static const u8 int_en_register_offset[3] = { 0x9c, 0xb8, 0x5c }; | ||
| 161 | |||
| 162 | static void update_gpio_int_params(unsigned port) | ||
| 157 | { | 163 | { |
| 158 | if (abf == 0) { | 164 | BUG_ON(port > 2); |
| 159 | __raw_writeb(0, EP93XX_GPIO_A_INT_ENABLE); | 165 | |
| 160 | __raw_writeb(gpio_int_type2[0], EP93XX_GPIO_A_INT_TYPE2); | 166 | __raw_writeb(0, EP93XX_GPIO_REG(int_en_register_offset[port])); |
| 161 | __raw_writeb(gpio_int_type1[0], EP93XX_GPIO_A_INT_TYPE1); | ||
| 162 | __raw_writeb(gpio_int_unmasked[0] & gpio_int_enabled[0], EP93XX_GPIO_A_INT_ENABLE); | ||
| 163 | } else if (abf == 1) { | ||
| 164 | __raw_writeb(0, EP93XX_GPIO_B_INT_ENABLE); | ||
| 165 | __raw_writeb(gpio_int_type2[1], EP93XX_GPIO_B_INT_TYPE2); | ||
| 166 | __raw_writeb(gpio_int_type1[1], EP93XX_GPIO_B_INT_TYPE1); | ||
| 167 | __raw_writeb(gpio_int_unmasked[1] & gpio_int_enabled[1], EP93XX_GPIO_B_INT_ENABLE); | ||
| 168 | } else if (abf == 2) { | ||
| 169 | __raw_writeb(0, EP93XX_GPIO_F_INT_ENABLE); | ||
| 170 | __raw_writeb(gpio_int_type2[2], EP93XX_GPIO_F_INT_TYPE2); | ||
| 171 | __raw_writeb(gpio_int_type1[2], EP93XX_GPIO_F_INT_TYPE1); | ||
| 172 | __raw_writeb(gpio_int_unmasked[2] & gpio_int_enabled[2], EP93XX_GPIO_F_INT_ENABLE); | ||
| 173 | } else { | ||
| 174 | BUG(); | ||
| 175 | } | ||
| 176 | } | ||
| 177 | 167 | ||
| 168 | __raw_writeb(gpio_int_type2[port], | ||
| 169 | EP93XX_GPIO_REG(int_type2_register_offset[port])); | ||
| 178 | 170 | ||
| 179 | static unsigned char data_register_offset[8] = { | 171 | __raw_writeb(gpio_int_type1[port], |
| 180 | 0x00, 0x04, 0x08, 0x0c, 0x20, 0x30, 0x38, 0x40, | 172 | EP93XX_GPIO_REG(int_type1_register_offset[port])); |
| 173 | |||
| 174 | __raw_writeb(gpio_int_unmasked[port] & gpio_int_enabled[port], | ||
| 175 | EP93XX_GPIO_REG(int_en_register_offset[port])); | ||
| 176 | } | ||
| 177 | |||
| 178 | /* Port ordering is: A B F D E C G H */ | ||
| 179 | static const u8 data_register_offset[8] = { | ||
| 180 | 0x00, 0x04, 0x30, 0x0c, 0x20, 0x08, 0x38, 0x40, | ||
| 181 | }; | 181 | }; |
| 182 | 182 | ||
| 183 | static unsigned char data_direction_register_offset[8] = { | 183 | static const u8 data_direction_register_offset[8] = { |
| 184 | 0x10, 0x14, 0x18, 0x1c, 0x24, 0x34, 0x3c, 0x44, | 184 | 0x10, 0x14, 0x34, 0x1c, 0x24, 0x18, 0x3c, 0x44, |
| 185 | }; | 185 | }; |
| 186 | 186 | ||
| 187 | void gpio_line_config(int line, int direction) | 187 | #define GPIO_IN 0 |
| 188 | #define GPIO_OUT 1 | ||
| 189 | |||
| 190 | static void ep93xx_gpio_set_direction(unsigned line, int direction) | ||
| 188 | { | 191 | { |
| 189 | unsigned int data_direction_register; | 192 | unsigned int data_direction_register; |
| 190 | unsigned long flags; | 193 | unsigned long flags; |
| @@ -195,14 +198,10 @@ void gpio_line_config(int line, int direction) | |||
| 195 | 198 | ||
| 196 | local_irq_save(flags); | 199 | local_irq_save(flags); |
| 197 | if (direction == GPIO_OUT) { | 200 | if (direction == GPIO_OUT) { |
| 198 | if (line >= 0 && line < 16) { | 201 | if (line >= 0 && line <= EP93XX_GPIO_LINE_MAX_IRQ) { |
| 199 | /* Port A/B. */ | 202 | /* Port A/B/F */ |
| 200 | gpio_int_unmasked[line >> 3] &= ~(1 << (line & 7)); | 203 | gpio_int_unmasked[line >> 3] &= ~(1 << (line & 7)); |
| 201 | update_gpio_int_params(line >> 3); | 204 | update_gpio_int_params(line >> 3); |
| 202 | } else if (line >= 40 && line < 48) { | ||
| 203 | /* Port F. */ | ||
| 204 | gpio_int_unmasked[2] &= ~(1 << (line & 7)); | ||
| 205 | update_gpio_int_params(2); | ||
| 206 | } | 205 | } |
| 207 | 206 | ||
| 208 | v = __raw_readb(data_direction_register); | 207 | v = __raw_readb(data_direction_register); |
| @@ -215,39 +214,58 @@ void gpio_line_config(int line, int direction) | |||
| 215 | } | 214 | } |
| 216 | local_irq_restore(flags); | 215 | local_irq_restore(flags); |
| 217 | } | 216 | } |
| 218 | EXPORT_SYMBOL(gpio_line_config); | ||
| 219 | 217 | ||
| 220 | int gpio_line_get(int line) | 218 | int gpio_direction_input(unsigned gpio) |
| 219 | { | ||
| 220 | if (gpio > EP93XX_GPIO_LINE_MAX) | ||
| 221 | return -EINVAL; | ||
| 222 | |||
| 223 | ep93xx_gpio_set_direction(gpio, GPIO_IN); | ||
| 224 | |||
| 225 | return 0; | ||
| 226 | } | ||
| 227 | EXPORT_SYMBOL(gpio_direction_input); | ||
| 228 | |||
| 229 | int gpio_direction_output(unsigned gpio, int value) | ||
| 230 | { | ||
| 231 | if (gpio > EP93XX_GPIO_LINE_MAX) | ||
| 232 | return -EINVAL; | ||
| 233 | |||
| 234 | gpio_set_value(gpio, value); | ||
| 235 | ep93xx_gpio_set_direction(gpio, GPIO_OUT); | ||
| 236 | |||
| 237 | return 0; | ||
| 238 | } | ||
| 239 | EXPORT_SYMBOL(gpio_direction_output); | ||
| 240 | |||
| 241 | int gpio_get_value(unsigned gpio) | ||
| 221 | { | 242 | { |
| 222 | unsigned int data_register; | 243 | unsigned int data_register; |
| 223 | 244 | ||
| 224 | data_register = EP93XX_GPIO_REG(data_register_offset[line >> 3]); | 245 | data_register = EP93XX_GPIO_REG(data_register_offset[gpio >> 3]); |
| 225 | 246 | ||
| 226 | return !!(__raw_readb(data_register) & (1 << (line & 7))); | 247 | return !!(__raw_readb(data_register) & (1 << (gpio & 7))); |
| 227 | } | 248 | } |
| 228 | EXPORT_SYMBOL(gpio_line_get); | 249 | EXPORT_SYMBOL(gpio_get_value); |
| 229 | 250 | ||
| 230 | void gpio_line_set(int line, int value) | 251 | void gpio_set_value(unsigned gpio, int value) |
| 231 | { | 252 | { |
| 232 | unsigned int data_register; | 253 | unsigned int data_register; |
| 233 | unsigned long flags; | 254 | unsigned long flags; |
| 234 | unsigned char v; | 255 | unsigned char v; |
| 235 | 256 | ||
| 236 | data_register = EP93XX_GPIO_REG(data_register_offset[line >> 3]); | 257 | data_register = EP93XX_GPIO_REG(data_register_offset[gpio >> 3]); |
| 237 | 258 | ||
| 238 | local_irq_save(flags); | 259 | local_irq_save(flags); |
| 239 | if (value == EP93XX_GPIO_HIGH) { | 260 | v = __raw_readb(data_register); |
| 240 | v = __raw_readb(data_register); | 261 | if (value) |
| 241 | v |= 1 << (line & 7); | 262 | v |= 1 << (gpio & 7); |
| 242 | __raw_writeb(v, data_register); | 263 | else |
| 243 | } else if (value == EP93XX_GPIO_LOW) { | 264 | v &= ~(1 << (gpio & 7)); |
| 244 | v = __raw_readb(data_register); | 265 | __raw_writeb(v, data_register); |
| 245 | v &= ~(1 << (line & 7)); | ||
| 246 | __raw_writeb(v, data_register); | ||
| 247 | } | ||
| 248 | local_irq_restore(flags); | 266 | local_irq_restore(flags); |
| 249 | } | 267 | } |
| 250 | EXPORT_SYMBOL(gpio_line_set); | 268 | EXPORT_SYMBOL(gpio_set_value); |
| 251 | 269 | ||
| 252 | 270 | ||
| 253 | /************************************************************************* | 271 | /************************************************************************* |
| @@ -261,47 +279,67 @@ static void ep93xx_gpio_ab_irq_handler(unsigned int irq, struct irq_desc *desc) | |||
| 261 | status = __raw_readb(EP93XX_GPIO_A_INT_STATUS); | 279 | status = __raw_readb(EP93XX_GPIO_A_INT_STATUS); |
| 262 | for (i = 0; i < 8; i++) { | 280 | for (i = 0; i < 8; i++) { |
| 263 | if (status & (1 << i)) { | 281 | if (status & (1 << i)) { |
| 264 | desc = irq_desc + IRQ_EP93XX_GPIO(0) + i; | 282 | int gpio_irq = gpio_to_irq(EP93XX_GPIO_LINE_A(0)) + i; |
| 265 | desc_handle_irq(IRQ_EP93XX_GPIO(0) + i, desc); | 283 | desc = irq_desc + gpio_irq; |
| 284 | desc_handle_irq(gpio_irq, desc); | ||
| 266 | } | 285 | } |
| 267 | } | 286 | } |
| 268 | 287 | ||
| 269 | status = __raw_readb(EP93XX_GPIO_B_INT_STATUS); | 288 | status = __raw_readb(EP93XX_GPIO_B_INT_STATUS); |
| 270 | for (i = 0; i < 8; i++) { | 289 | for (i = 0; i < 8; i++) { |
| 271 | if (status & (1 << i)) { | 290 | if (status & (1 << i)) { |
| 272 | desc = irq_desc + IRQ_EP93XX_GPIO(8) + i; | 291 | int gpio_irq = gpio_to_irq(EP93XX_GPIO_LINE_B(0)) + i; |
| 273 | desc_handle_irq(IRQ_EP93XX_GPIO(8) + i, desc); | 292 | desc = irq_desc + gpio_irq; |
| 293 | desc_handle_irq(gpio_irq, desc); | ||
| 274 | } | 294 | } |
| 275 | } | 295 | } |
| 276 | } | 296 | } |
| 277 | 297 | ||
| 278 | static void ep93xx_gpio_f_irq_handler(unsigned int irq, struct irq_desc *desc) | 298 | static void ep93xx_gpio_f_irq_handler(unsigned int irq, struct irq_desc *desc) |
| 279 | { | 299 | { |
| 280 | int gpio_irq = IRQ_EP93XX_GPIO(16) + (((irq + 1) & 7) ^ 4); | 300 | /* |
| 301 | * map discontiguous hw irq range to continous sw irq range: | ||
| 302 | * | ||
| 303 | * IRQ_EP93XX_GPIO{0..7}MUX -> gpio_to_irq(EP93XX_GPIO_LINE_F({0..7}) | ||
| 304 | */ | ||
| 305 | int port_f_idx = ((irq + 1) & 7) ^ 4; /* {19..22,47..50} -> {0..7} */ | ||
| 306 | int gpio_irq = gpio_to_irq(EP93XX_GPIO_LINE_F(0)) + port_f_idx; | ||
| 281 | 307 | ||
| 282 | desc_handle_irq(gpio_irq, irq_desc + gpio_irq); | 308 | desc_handle_irq(gpio_irq, irq_desc + gpio_irq); |
| 283 | } | 309 | } |
| 284 | 310 | ||
| 311 | static void ep93xx_gpio_irq_ack(unsigned int irq) | ||
| 312 | { | ||
| 313 | int line = irq_to_gpio(irq); | ||
| 314 | int port = line >> 3; | ||
| 315 | int port_mask = 1 << (line & 7); | ||
| 316 | |||
| 317 | if ((irq_desc[irq].status & IRQ_TYPE_SENSE_MASK) == IRQT_BOTHEDGE) { | ||
| 318 | gpio_int_type2[port] ^= port_mask; /* switch edge direction */ | ||
| 319 | update_gpio_int_params(port); | ||
| 320 | } | ||
| 321 | |||
| 322 | __raw_writeb(port_mask, EP93XX_GPIO_REG(eoi_register_offset[port])); | ||
| 323 | } | ||
| 324 | |||
| 285 | static void ep93xx_gpio_irq_mask_ack(unsigned int irq) | 325 | static void ep93xx_gpio_irq_mask_ack(unsigned int irq) |
| 286 | { | 326 | { |
| 287 | int line = irq - IRQ_EP93XX_GPIO(0); | 327 | int line = irq_to_gpio(irq); |
| 288 | int port = line >> 3; | 328 | int port = line >> 3; |
| 329 | int port_mask = 1 << (line & 7); | ||
| 289 | 330 | ||
| 290 | gpio_int_unmasked[port] &= ~(1 << (line & 7)); | 331 | if ((irq_desc[irq].status & IRQ_TYPE_SENSE_MASK) == IRQT_BOTHEDGE) |
| 332 | gpio_int_type2[port] ^= port_mask; /* switch edge direction */ | ||
| 333 | |||
| 334 | gpio_int_unmasked[port] &= ~port_mask; | ||
| 291 | update_gpio_int_params(port); | 335 | update_gpio_int_params(port); |
| 292 | 336 | ||
| 293 | if (port == 0) { | 337 | __raw_writeb(port_mask, EP93XX_GPIO_REG(eoi_register_offset[port])); |
| 294 | __raw_writel(1 << (line & 7), EP93XX_GPIO_A_INT_ACK); | ||
| 295 | } else if (port == 1) { | ||
| 296 | __raw_writel(1 << (line & 7), EP93XX_GPIO_B_INT_ACK); | ||
| 297 | } else if (port == 2) { | ||
| 298 | __raw_writel(1 << (line & 7), EP93XX_GPIO_F_INT_ACK); | ||
| 299 | } | ||
| 300 | } | 338 | } |
| 301 | 339 | ||
| 302 | static void ep93xx_gpio_irq_mask(unsigned int irq) | 340 | static void ep93xx_gpio_irq_mask(unsigned int irq) |
| 303 | { | 341 | { |
| 304 | int line = irq - IRQ_EP93XX_GPIO(0); | 342 | int line = irq_to_gpio(irq); |
| 305 | int port = line >> 3; | 343 | int port = line >> 3; |
| 306 | 344 | ||
| 307 | gpio_int_unmasked[port] &= ~(1 << (line & 7)); | 345 | gpio_int_unmasked[port] &= ~(1 << (line & 7)); |
| @@ -310,7 +348,7 @@ static void ep93xx_gpio_irq_mask(unsigned int irq) | |||
| 310 | 348 | ||
| 311 | static void ep93xx_gpio_irq_unmask(unsigned int irq) | 349 | static void ep93xx_gpio_irq_unmask(unsigned int irq) |
| 312 | { | 350 | { |
| 313 | int line = irq - IRQ_EP93XX_GPIO(0); | 351 | int line = irq_to_gpio(irq); |
| 314 | int port = line >> 3; | 352 | int port = line >> 3; |
| 315 | 353 | ||
| 316 | gpio_int_unmasked[port] |= 1 << (line & 7); | 354 | gpio_int_unmasked[port] |= 1 << (line & 7); |
| @@ -325,38 +363,54 @@ static void ep93xx_gpio_irq_unmask(unsigned int irq) | |||
| 325 | */ | 363 | */ |
| 326 | static int ep93xx_gpio_irq_type(unsigned int irq, unsigned int type) | 364 | static int ep93xx_gpio_irq_type(unsigned int irq, unsigned int type) |
| 327 | { | 365 | { |
| 328 | int port; | 366 | struct irq_desc *desc = irq_desc + irq; |
| 329 | int line; | 367 | const int gpio = irq_to_gpio(irq); |
| 330 | 368 | const int port = gpio >> 3; | |
| 331 | line = irq - IRQ_EP93XX_GPIO(0); | 369 | const int port_mask = 1 << (gpio & 7); |
| 332 | if (line >= 0 && line < 16) { | 370 | |
| 333 | gpio_line_config(line, GPIO_IN); | 371 | ep93xx_gpio_set_direction(gpio, GPIO_IN); |
| 334 | } else { | 372 | |
| 335 | gpio_line_config(EP93XX_GPIO_LINE_F(line-16), GPIO_IN); | 373 | switch (type) { |
| 374 | case IRQT_RISING: | ||
| 375 | gpio_int_type1[port] |= port_mask; | ||
| 376 | gpio_int_type2[port] |= port_mask; | ||
| 377 | desc->handle_irq = handle_edge_irq; | ||
| 378 | break; | ||
| 379 | case IRQT_FALLING: | ||
| 380 | gpio_int_type1[port] |= port_mask; | ||
| 381 | gpio_int_type2[port] &= ~port_mask; | ||
| 382 | desc->handle_irq = handle_edge_irq; | ||
| 383 | break; | ||
| 384 | case IRQT_HIGH: | ||
| 385 | gpio_int_type1[port] &= ~port_mask; | ||
| 386 | gpio_int_type2[port] |= port_mask; | ||
| 387 | desc->handle_irq = handle_level_irq; | ||
| 388 | break; | ||
| 389 | case IRQT_LOW: | ||
| 390 | gpio_int_type1[port] &= ~port_mask; | ||
| 391 | gpio_int_type2[port] &= ~port_mask; | ||
| 392 | desc->handle_irq = handle_level_irq; | ||
| 393 | break; | ||
| 394 | case IRQT_BOTHEDGE: | ||
| 395 | gpio_int_type1[port] |= port_mask; | ||
| 396 | /* set initial polarity based on current input level */ | ||
| 397 | if (gpio_get_value(gpio)) | ||
| 398 | gpio_int_type2[port] &= ~port_mask; /* falling */ | ||
| 399 | else | ||
| 400 | gpio_int_type2[port] |= port_mask; /* rising */ | ||
| 401 | desc->handle_irq = handle_edge_irq; | ||
| 402 | break; | ||
| 403 | default: | ||
| 404 | pr_err("ep93xx: failed to set irq type %d for gpio %d\n", | ||
| 405 | type, gpio); | ||
| 406 | return -EINVAL; | ||
| 336 | } | 407 | } |
| 337 | 408 | ||
| 338 | port = line >> 3; | 409 | gpio_int_enabled[port] |= port_mask; |
| 339 | line &= 7; | 410 | |
| 340 | 411 | desc->status &= ~IRQ_TYPE_SENSE_MASK; | |
| 341 | if (type & IRQT_RISING) { | 412 | desc->status |= type & IRQ_TYPE_SENSE_MASK; |
| 342 | gpio_int_enabled[port] |= 1 << line; | 413 | |
| 343 | gpio_int_type1[port] |= 1 << line; | ||
| 344 | gpio_int_type2[port] |= 1 << line; | ||
| 345 | } else if (type & IRQT_FALLING) { | ||
| 346 | gpio_int_enabled[port] |= 1 << line; | ||
| 347 | gpio_int_type1[port] |= 1 << line; | ||
| 348 | gpio_int_type2[port] &= ~(1 << line); | ||
| 349 | } else if (type & IRQT_HIGH) { | ||
| 350 | gpio_int_enabled[port] |= 1 << line; | ||
| 351 | gpio_int_type1[port] &= ~(1 << line); | ||
| 352 | gpio_int_type2[port] |= 1 << line; | ||
| 353 | } else if (type & IRQT_LOW) { | ||
| 354 | gpio_int_enabled[port] |= 1 << line; | ||
| 355 | gpio_int_type1[port] &= ~(1 << line); | ||
| 356 | gpio_int_type2[port] &= ~(1 << line); | ||
| 357 | } else { | ||
| 358 | gpio_int_enabled[port] &= ~(1 << line); | ||
| 359 | } | ||
| 360 | update_gpio_int_params(port); | 414 | update_gpio_int_params(port); |
| 361 | 415 | ||
| 362 | return 0; | 416 | return 0; |
| @@ -364,7 +418,8 @@ static int ep93xx_gpio_irq_type(unsigned int irq, unsigned int type) | |||
| 364 | 418 | ||
| 365 | static struct irq_chip ep93xx_gpio_irq_chip = { | 419 | static struct irq_chip ep93xx_gpio_irq_chip = { |
| 366 | .name = "GPIO", | 420 | .name = "GPIO", |
| 367 | .ack = ep93xx_gpio_irq_mask_ack, | 421 | .ack = ep93xx_gpio_irq_ack, |
| 422 | .mask_ack = ep93xx_gpio_irq_mask_ack, | ||
| 368 | .mask = ep93xx_gpio_irq_mask, | 423 | .mask = ep93xx_gpio_irq_mask, |
| 369 | .unmask = ep93xx_gpio_irq_unmask, | 424 | .unmask = ep93xx_gpio_irq_unmask, |
| 370 | .set_type = ep93xx_gpio_irq_type, | 425 | .set_type = ep93xx_gpio_irq_type, |
| @@ -373,15 +428,16 @@ static struct irq_chip ep93xx_gpio_irq_chip = { | |||
| 373 | 428 | ||
| 374 | void __init ep93xx_init_irq(void) | 429 | void __init ep93xx_init_irq(void) |
| 375 | { | 430 | { |
| 376 | int irq; | 431 | int gpio_irq; |
| 377 | 432 | ||
| 378 | vic_init((void *)EP93XX_VIC1_BASE, 0, EP93XX_VIC1_VALID_IRQ_MASK); | 433 | vic_init((void *)EP93XX_VIC1_BASE, 0, EP93XX_VIC1_VALID_IRQ_MASK); |
| 379 | vic_init((void *)EP93XX_VIC2_BASE, 32, EP93XX_VIC2_VALID_IRQ_MASK); | 434 | vic_init((void *)EP93XX_VIC2_BASE, 32, EP93XX_VIC2_VALID_IRQ_MASK); |
| 380 | 435 | ||
| 381 | for (irq = IRQ_EP93XX_GPIO(0); irq <= IRQ_EP93XX_GPIO(23); irq++) { | 436 | for (gpio_irq = gpio_to_irq(0); |
| 382 | set_irq_chip(irq, &ep93xx_gpio_irq_chip); | 437 | gpio_irq <= gpio_to_irq(EP93XX_GPIO_LINE_MAX_IRQ); ++gpio_irq) { |
| 383 | set_irq_handler(irq, handle_level_irq); | 438 | set_irq_chip(gpio_irq, &ep93xx_gpio_irq_chip); |
| 384 | set_irq_flags(irq, IRQF_VALID); | 439 | set_irq_handler(gpio_irq, handle_level_irq); |
| 440 | set_irq_flags(gpio_irq, IRQF_VALID); | ||
| 385 | } | 441 | } |
| 386 | 442 | ||
| 387 | set_irq_chained_handler(IRQ_EP93XX_GPIO_AB, ep93xx_gpio_ab_irq_handler); | 443 | set_irq_chained_handler(IRQ_EP93XX_GPIO_AB, ep93xx_gpio_ab_irq_handler); |
diff --git a/arch/arm/mach-integrator/pci_v3.c b/arch/arm/mach-integrator/pci_v3.c index d4d8134ce567..d55fa4e9bb43 100644 --- a/arch/arm/mach-integrator/pci_v3.c +++ b/arch/arm/mach-integrator/pci_v3.c | |||
| @@ -440,7 +440,7 @@ v3_pci_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) | |||
| 440 | return 1; | 440 | return 1; |
| 441 | } | 441 | } |
| 442 | 442 | ||
| 443 | static irqreturn_t v3_irq(int irq, void *devid) | 443 | static irqreturn_t v3_irq(int dummy, void *devid) |
| 444 | { | 444 | { |
| 445 | #ifdef CONFIG_DEBUG_LL | 445 | #ifdef CONFIG_DEBUG_LL |
| 446 | struct pt_regs *regs = get_irq_regs(); | 446 | struct pt_regs *regs = get_irq_regs(); |
| @@ -448,8 +448,10 @@ static irqreturn_t v3_irq(int irq, void *devid) | |||
| 448 | unsigned long instr = *(unsigned long *)pc; | 448 | unsigned long instr = *(unsigned long *)pc; |
| 449 | char buf[128]; | 449 | char buf[128]; |
| 450 | 450 | ||
| 451 | sprintf(buf, "V3 int %d: pc=0x%08lx [%08lx] LBFADDR=%08x LBFCODE=%02x ISTAT=%02x\n", irq, | 451 | sprintf(buf, "V3 int %d: pc=0x%08lx [%08lx] LBFADDR=%08x LBFCODE=%02x " |
| 452 | pc, instr, __raw_readl(SC_LBFADDR), __raw_readl(SC_LBFCODE) & 255, | 452 | "ISTAT=%02x\n", IRQ_AP_V3INT, pc, instr, |
| 453 | __raw_readl(SC_LBFADDR), | ||
| 454 | __raw_readl(SC_LBFCODE) & 255, | ||
| 453 | v3_readb(V3_LB_ISTAT)); | 455 | v3_readb(V3_LB_ISTAT)); |
| 454 | printascii(buf); | 456 | printascii(buf); |
| 455 | #endif | 457 | #endif |
diff --git a/arch/arm/mach-iop32x/glantank.c b/arch/arm/mach-iop32x/glantank.c index 2b086ab2668c..74c65ce221de 100644 --- a/arch/arm/mach-iop32x/glantank.c +++ b/arch/arm/mach-iop32x/glantank.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * | 3 | * |
| 4 | * Board support code for the GLAN Tank. | 4 | * Board support code for the GLAN Tank. |
| 5 | * | 5 | * |
| 6 | * Copyright (C) 2006 Martin Michlmayr <tbm@cyrius.com> | 6 | * Copyright (C) 2006, 2007 Martin Michlmayr <tbm@cyrius.com> |
| 7 | * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> | 7 | * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> |
| 8 | * | 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify it | 9 | * This program is free software; you can redistribute it and/or modify it |
| @@ -21,6 +21,7 @@ | |||
| 21 | #include <linux/serial_core.h> | 21 | #include <linux/serial_core.h> |
| 22 | #include <linux/serial_8250.h> | 22 | #include <linux/serial_8250.h> |
| 23 | #include <linux/mtd/physmap.h> | 23 | #include <linux/mtd/physmap.h> |
| 24 | #include <linux/i2c.h> | ||
| 24 | #include <linux/platform_device.h> | 25 | #include <linux/platform_device.h> |
| 25 | #include <asm/hardware.h> | 26 | #include <asm/hardware.h> |
| 26 | #include <asm/io.h> | 27 | #include <asm/io.h> |
| @@ -118,7 +119,7 @@ subsys_initcall(glantank_pci_init); | |||
| 118 | * GLAN Tank machine initialization. | 119 | * GLAN Tank machine initialization. |
| 119 | */ | 120 | */ |
| 120 | static struct physmap_flash_data glantank_flash_data = { | 121 | static struct physmap_flash_data glantank_flash_data = { |
| 121 | .width = 1, | 122 | .width = 2, |
| 122 | }; | 123 | }; |
| 123 | 124 | ||
| 124 | static struct resource glantank_flash_resource = { | 125 | static struct resource glantank_flash_resource = { |
| @@ -166,6 +167,13 @@ static struct platform_device glantank_serial_device = { | |||
| 166 | .resource = &glantank_uart_resource, | 167 | .resource = &glantank_uart_resource, |
| 167 | }; | 168 | }; |
| 168 | 169 | ||
| 170 | static struct i2c_board_info __initdata glantank_i2c_devices[] = { | ||
| 171 | { | ||
| 172 | I2C_BOARD_INFO("rtc-rs5c372", 0x32), | ||
| 173 | .type = "rs5c372a", | ||
| 174 | }, | ||
| 175 | }; | ||
| 176 | |||
| 169 | static void glantank_power_off(void) | 177 | static void glantank_power_off(void) |
| 170 | { | 178 | { |
| 171 | __raw_writeb(0x01, 0xfe8d0004); | 179 | __raw_writeb(0x01, 0xfe8d0004); |
| @@ -183,6 +191,9 @@ static void __init glantank_init_machine(void) | |||
| 183 | platform_device_register(&iop3xx_dma_0_channel); | 191 | platform_device_register(&iop3xx_dma_0_channel); |
| 184 | platform_device_register(&iop3xx_dma_1_channel); | 192 | platform_device_register(&iop3xx_dma_1_channel); |
| 185 | 193 | ||
| 194 | i2c_register_board_info(0, glantank_i2c_devices, | ||
| 195 | ARRAY_SIZE(glantank_i2c_devices)); | ||
| 196 | |||
| 186 | pm_power_off = glantank_power_off; | 197 | pm_power_off = glantank_power_off; |
| 187 | } | 198 | } |
| 188 | 199 | ||
diff --git a/arch/arm/mach-ixp23xx/core.c b/arch/arm/mach-ixp23xx/core.c index 16356ffc86ae..5fea5a132939 100644 --- a/arch/arm/mach-ixp23xx/core.c +++ b/arch/arm/mach-ixp23xx/core.c | |||
| @@ -22,7 +22,6 @@ | |||
| 22 | #include <linux/serial.h> | 22 | #include <linux/serial.h> |
| 23 | #include <linux/tty.h> | 23 | #include <linux/tty.h> |
| 24 | #include <linux/bitops.h> | 24 | #include <linux/bitops.h> |
| 25 | #include <linux/serial.h> | ||
| 26 | #include <linux/serial_8250.h> | 25 | #include <linux/serial_8250.h> |
| 27 | #include <linux/serial_core.h> | 26 | #include <linux/serial_core.h> |
| 28 | #include <linux/device.h> | 27 | #include <linux/device.h> |
diff --git a/arch/arm/mach-ixp23xx/espresso.c b/arch/arm/mach-ixp23xx/espresso.c index 7a85ced56718..d3a779a7a35f 100644 --- a/arch/arm/mach-ixp23xx/espresso.c +++ b/arch/arm/mach-ixp23xx/espresso.c | |||
| @@ -19,7 +19,6 @@ | |||
| 19 | #include <linux/tty.h> | 19 | #include <linux/tty.h> |
| 20 | #include <linux/bitops.h> | 20 | #include <linux/bitops.h> |
| 21 | #include <linux/ioport.h> | 21 | #include <linux/ioport.h> |
| 22 | #include <linux/serial.h> | ||
| 23 | #include <linux/serial_8250.h> | 22 | #include <linux/serial_8250.h> |
| 24 | #include <linux/serial_core.h> | 23 | #include <linux/serial_core.h> |
| 25 | #include <linux/device.h> | 24 | #include <linux/device.h> |
| @@ -40,7 +39,6 @@ | |||
| 40 | #include <asm/mach/map.h> | 39 | #include <asm/mach/map.h> |
| 41 | #include <asm/mach/irq.h> | 40 | #include <asm/mach/irq.h> |
| 42 | #include <asm/mach/arch.h> | 41 | #include <asm/mach/arch.h> |
| 43 | #include <asm/mach/irq.h> | ||
| 44 | #include <asm/mach/pci.h> | 42 | #include <asm/mach/pci.h> |
| 45 | 43 | ||
| 46 | static int __init espresso_pci_init(void) | 44 | static int __init espresso_pci_init(void) |
diff --git a/arch/arm/mach-ixp23xx/ixdp2351.c b/arch/arm/mach-ixp23xx/ixdp2351.c index c41a6b5a0acc..5c5d4d66dee8 100644 --- a/arch/arm/mach-ixp23xx/ixdp2351.c +++ b/arch/arm/mach-ixp23xx/ixdp2351.c | |||
| @@ -24,7 +24,6 @@ | |||
| 24 | #include <linux/tty.h> | 24 | #include <linux/tty.h> |
| 25 | #include <linux/bitops.h> | 25 | #include <linux/bitops.h> |
| 26 | #include <linux/ioport.h> | 26 | #include <linux/ioport.h> |
| 27 | #include <linux/serial.h> | ||
| 28 | #include <linux/serial_8250.h> | 27 | #include <linux/serial_8250.h> |
| 29 | #include <linux/serial_core.h> | 28 | #include <linux/serial_core.h> |
| 30 | #include <linux/device.h> | 29 | #include <linux/device.h> |
| @@ -44,7 +43,6 @@ | |||
| 44 | #include <asm/mach/map.h> | 43 | #include <asm/mach/map.h> |
| 45 | #include <asm/mach/irq.h> | 44 | #include <asm/mach/irq.h> |
| 46 | #include <asm/mach/arch.h> | 45 | #include <asm/mach/arch.h> |
| 47 | #include <asm/mach/irq.h> | ||
| 48 | #include <asm/mach/pci.h> | 46 | #include <asm/mach/pci.h> |
| 49 | 47 | ||
| 50 | /* | 48 | /* |
diff --git a/arch/arm/mach-ixp23xx/roadrunner.c b/arch/arm/mach-ixp23xx/roadrunner.c index e35644961aa4..f0f70ba1e46d 100644 --- a/arch/arm/mach-ixp23xx/roadrunner.c +++ b/arch/arm/mach-ixp23xx/roadrunner.c | |||
| @@ -23,7 +23,6 @@ | |||
| 23 | #include <linux/tty.h> | 23 | #include <linux/tty.h> |
| 24 | #include <linux/bitops.h> | 24 | #include <linux/bitops.h> |
| 25 | #include <linux/ioport.h> | 25 | #include <linux/ioport.h> |
| 26 | #include <linux/serial.h> | ||
| 27 | #include <linux/serial_8250.h> | 26 | #include <linux/serial_8250.h> |
| 28 | #include <linux/serial_core.h> | 27 | #include <linux/serial_core.h> |
| 29 | #include <linux/device.h> | 28 | #include <linux/device.h> |
| @@ -44,7 +43,6 @@ | |||
| 44 | #include <asm/mach/map.h> | 43 | #include <asm/mach/map.h> |
| 45 | #include <asm/mach/irq.h> | 44 | #include <asm/mach/irq.h> |
| 46 | #include <asm/mach/arch.h> | 45 | #include <asm/mach/arch.h> |
| 47 | #include <asm/mach/irq.h> | ||
| 48 | #include <asm/mach/pci.h> | 46 | #include <asm/mach/pci.h> |
| 49 | 47 | ||
| 50 | /* | 48 | /* |
diff --git a/arch/arm/mach-ixp4xx/nslu2-power.c b/arch/arm/mach-ixp4xx/nslu2-power.c index acd71e9c38a7..6f10dc208320 100644 --- a/arch/arm/mach-ixp4xx/nslu2-power.c +++ b/arch/arm/mach-ixp4xx/nslu2-power.c | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #include <linux/reboot.h> | 21 | #include <linux/reboot.h> |
| 22 | #include <linux/irq.h> | 22 | #include <linux/irq.h> |
| 23 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
| 24 | #include <linux/reboot.h> | ||
| 25 | 24 | ||
| 26 | #include <asm/mach-types.h> | 25 | #include <asm/mach-types.h> |
| 27 | 26 | ||
diff --git a/arch/arm/mach-ks8695/Makefile b/arch/arm/mach-ks8695/Makefile index 2a07a281fa8a..730a3af12c98 100644 --- a/arch/arm/mach-ks8695/Makefile +++ b/arch/arm/mach-ks8695/Makefile | |||
| @@ -9,7 +9,7 @@ obj-n := | |||
| 9 | obj- := | 9 | obj- := |
| 10 | 10 | ||
| 11 | # PCI support is optional | 11 | # PCI support is optional |
| 12 | #obj-$(CONFIG_PCI) += pci.o | 12 | obj-$(CONFIG_PCI) += pci.o |
| 13 | 13 | ||
| 14 | # Board-specific support | 14 | # Board-specific support |
| 15 | obj-$(CONFIG_MACH_KS8695) += board-micrel.o | 15 | obj-$(CONFIG_MACH_KS8695) += board-micrel.o |
diff --git a/arch/arm/mach-ks8695/board-micrel.c b/arch/arm/mach-ks8695/board-micrel.c index 2feeef81d843..05ac2bd04020 100644 --- a/arch/arm/mach-ks8695/board-micrel.c +++ b/arch/arm/mach-ks8695/board-micrel.c | |||
| @@ -40,7 +40,7 @@ static void __init micrel_init(void) | |||
| 40 | printk(KERN_INFO "Micrel KS8695 Development Board initializing\n"); | 40 | printk(KERN_INFO "Micrel KS8695 Development Board initializing\n"); |
| 41 | 41 | ||
| 42 | #ifdef CONFIG_PCI | 42 | #ifdef CONFIG_PCI |
| 43 | // ks8695_init_pci(&micrel_pci); | 43 | ks8695_init_pci(&micrel_pci); |
| 44 | #endif | 44 | #endif |
| 45 | 45 | ||
| 46 | /* Add devices */ | 46 | /* Add devices */ |
diff --git a/arch/arm/mach-ks8695/gpio.c b/arch/arm/mach-ks8695/gpio.c index b1aa3cb3d4a3..5e46191c0af9 100644 --- a/arch/arm/mach-ks8695/gpio.c +++ b/arch/arm/mach-ks8695/gpio.c | |||
| @@ -20,6 +20,8 @@ | |||
| 20 | #include <linux/kernel.h> | 20 | #include <linux/kernel.h> |
| 21 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
| 22 | #include <linux/init.h> | 22 | #include <linux/init.h> |
| 23 | #include <linux/debugfs.h> | ||
| 24 | #include <linux/seq_file.h> | ||
| 23 | #include <linux/module.h> | 25 | #include <linux/module.h> |
| 24 | 26 | ||
| 25 | #include <asm/io.h> | 27 | #include <asm/io.h> |
| @@ -216,3 +218,84 @@ int irq_to_gpio(unsigned int irq) | |||
| 216 | return (irq - KS8695_IRQ_EXTERN0); | 218 | return (irq - KS8695_IRQ_EXTERN0); |
| 217 | } | 219 | } |
| 218 | EXPORT_SYMBOL(irq_to_gpio); | 220 | EXPORT_SYMBOL(irq_to_gpio); |
| 221 | |||
| 222 | |||
| 223 | /* .... Debug interface ..................................................... */ | ||
| 224 | |||
| 225 | #ifdef CONFIG_DEBUG_FS | ||
| 226 | |||
| 227 | static int ks8695_gpio_show(struct seq_file *s, void *unused) | ||
| 228 | { | ||
| 229 | unsigned int enable[] = { IOPC_IOEINT0EN, IOPC_IOEINT1EN, IOPC_IOEINT2EN, IOPC_IOEINT3EN, IOPC_IOTIM0EN, IOPC_IOTIM1EN }; | ||
| 230 | unsigned int intmask[] = { IOPC_IOEINT0TM, IOPC_IOEINT1TM, IOPC_IOEINT2TM, IOPC_IOEINT3TM }; | ||
| 231 | unsigned long mode, ctrl, data; | ||
| 232 | int i; | ||
| 233 | |||
| 234 | mode = __raw_readl(KS8695_GPIO_VA + KS8695_IOPM); | ||
| 235 | ctrl = __raw_readl(KS8695_GPIO_VA + KS8695_IOPC); | ||
| 236 | data = __raw_readl(KS8695_GPIO_VA + KS8695_IOPD); | ||
| 237 | |||
| 238 | seq_printf(s, "Pin\tI/O\tFunction\tState\n\n"); | ||
| 239 | |||
| 240 | for (i = KS8695_GPIO_0; i <= KS8695_GPIO_15 ; i++) { | ||
| 241 | seq_printf(s, "%i:\t", i); | ||
| 242 | |||
| 243 | seq_printf(s, "%s\t", (mode & IOPM_(i)) ? "Output" : "Input"); | ||
| 244 | |||
| 245 | if (i <= KS8695_GPIO_3) { | ||
| 246 | if (ctrl & enable[i]) { | ||
| 247 | seq_printf(s, "EXT%i ", i); | ||
| 248 | |||
| 249 | switch ((ctrl & intmask[i]) >> (4 * i)) { | ||
| 250 | case IOPC_TM_LOW: | ||
| 251 | seq_printf(s, "(Low)"); break; | ||
| 252 | case IOPC_TM_HIGH: | ||
| 253 | seq_printf(s, "(High)"); break; | ||
| 254 | case IOPC_TM_RISING: | ||
| 255 | seq_printf(s, "(Rising)"); break; | ||
| 256 | case IOPC_TM_FALLING: | ||
| 257 | seq_printf(s, "(Falling)"); break; | ||
| 258 | case IOPC_TM_EDGE: | ||
| 259 | seq_printf(s, "(Edges)"); break; | ||
| 260 | } | ||
| 261 | } | ||
| 262 | else | ||
| 263 | seq_printf(s, "GPIO\t"); | ||
| 264 | } | ||
| 265 | else if (i <= KS8695_GPIO_5) { | ||
| 266 | if (ctrl & enable[i]) | ||
| 267 | seq_printf(s, "TOUT%i\t", i - KS8695_GPIO_4); | ||
| 268 | else | ||
| 269 | seq_printf(s, "GPIO\t"); | ||
| 270 | } | ||
| 271 | else | ||
| 272 | seq_printf(s, "GPIO\t"); | ||
| 273 | |||
| 274 | seq_printf(s, "\t"); | ||
| 275 | |||
| 276 | seq_printf(s, "%i\n", (data & IOPD_(i)) ? 1 : 0); | ||
| 277 | } | ||
| 278 | return 0; | ||
| 279 | } | ||
| 280 | |||
| 281 | static int ks8695_gpio_open(struct inode *inode, struct file *file) | ||
| 282 | { | ||
| 283 | return single_open(file, ks8695_gpio_show, NULL); | ||
| 284 | } | ||
| 285 | |||
| 286 | static const struct file_operations ks8695_gpio_operations = { | ||
| 287 | .open = ks8695_gpio_open, | ||
| 288 | .read = seq_read, | ||
| 289 | .llseek = seq_lseek, | ||
| 290 | .release = single_release, | ||
| 291 | }; | ||
| 292 | |||
| 293 | static int __init ks8695_gpio_debugfs_init(void) | ||
| 294 | { | ||
| 295 | /* /sys/kernel/debug/ks8695_gpio */ | ||
| 296 | (void) debugfs_create_file("ks8695_gpio", S_IFREG | S_IRUGO, NULL, NULL, &ks8695_gpio_operations); | ||
| 297 | return 0; | ||
| 298 | } | ||
| 299 | postcore_initcall(ks8695_gpio_debugfs_init); | ||
| 300 | |||
| 301 | #endif | ||
diff --git a/arch/arm/mach-ks8695/pci.c b/arch/arm/mach-ks8695/pci.c new file mode 100644 index 000000000000..3f4e0330cb1a --- /dev/null +++ b/arch/arm/mach-ks8695/pci.c | |||
| @@ -0,0 +1,326 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-ks8695/pci.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 2003, Micrel Semiconductors | ||
| 5 | * Copyright (C) 2006, Greg Ungerer <gerg@snapgear.com> | ||
| 6 | * Copyright (C) 2006, Ben Dooks | ||
| 7 | * Copyright (C) 2007, Andrew Victor | ||
| 8 | * | ||
| 9 | * This program is free software; you can redistribute it and/or modify | ||
| 10 | * it under the terms of the GNU General Public License as published by | ||
| 11 | * the Free Software Foundation; either version 2 of the License, or | ||
| 12 | * (at your option) any later version. | ||
| 13 | * | ||
| 14 | * This program is distributed in the hope that it will be useful, | ||
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | * GNU General Public License for more details. | ||
| 18 | * | ||
| 19 | * You should have received a copy of the GNU General Public License | ||
| 20 | * along with this program; if not, write to the Free Software | ||
| 21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 22 | */ | ||
| 23 | |||
| 24 | #include <linux/kernel.h> | ||
| 25 | #include <linux/pci.h> | ||
| 26 | #include <linux/mm.h> | ||
| 27 | #include <linux/init.h> | ||
| 28 | #include <linux/irq.h> | ||
| 29 | #include <linux/delay.h> | ||
| 30 | |||
| 31 | #include <asm/io.h> | ||
| 32 | #include <asm/signal.h> | ||
| 33 | #include <asm/mach/pci.h> | ||
| 34 | #include <asm/hardware.h> | ||
| 35 | |||
| 36 | #include <asm/arch/devices.h> | ||
| 37 | #include <asm/arch/regs-pci.h> | ||
| 38 | |||
| 39 | |||
| 40 | static int pci_dbg; | ||
| 41 | static int pci_cfg_dbg; | ||
| 42 | |||
| 43 | |||
| 44 | static void ks8695_pci_setupconfig(unsigned int bus_nr, unsigned int devfn, unsigned int where) | ||
| 45 | { | ||
| 46 | unsigned long pbca; | ||
| 47 | |||
| 48 | pbca = PBCA_ENABLE | (where & ~3); | ||
| 49 | pbca |= PCI_SLOT(devfn) << 11 ; | ||
| 50 | pbca |= PCI_FUNC(devfn) << 8; | ||
| 51 | pbca |= bus_nr << 16; | ||
| 52 | |||
| 53 | if (bus_nr == 0) { | ||
| 54 | /* use Type-0 transaction */ | ||
| 55 | __raw_writel(pbca, KS8695_PCI_VA + KS8695_PBCA); | ||
| 56 | } else { | ||
| 57 | /* use Type-1 transaction */ | ||
| 58 | __raw_writel(pbca | PBCA_TYPE1, KS8695_PCI_VA + KS8695_PBCA); | ||
| 59 | } | ||
| 60 | } | ||
| 61 | |||
| 62 | |||
| 63 | /* | ||
| 64 | * The KS8695 datasheet prohibits anything other than 32bit accesses | ||
| 65 | * to the IO registers, so all our configuration must be done with | ||
| 66 | * 32bit operations, and the correct bit masking and shifting. | ||
| 67 | */ | ||
| 68 | |||
| 69 | static int ks8695_pci_readconfig(struct pci_bus *bus, | ||
| 70 | unsigned int devfn, int where, int size, u32 *value) | ||
| 71 | { | ||
| 72 | ks8695_pci_setupconfig(bus->number, devfn, where); | ||
| 73 | |||
| 74 | *value = __raw_readl(KS8695_PCI_VA + KS8695_PBCD); | ||
| 75 | |||
| 76 | switch (size) { | ||
| 77 | case 4: | ||
| 78 | break; | ||
| 79 | case 2: | ||
| 80 | *value = *value >> ((where & 2) * 8); | ||
| 81 | *value &= 0xffff; | ||
| 82 | break; | ||
| 83 | case 1: | ||
| 84 | *value = *value >> ((where & 3) * 8); | ||
| 85 | *value &= 0xff; | ||
| 86 | break; | ||
| 87 | } | ||
| 88 | |||
| 89 | if (pci_cfg_dbg) { | ||
| 90 | printk("read: %d,%08x,%02x,%d: %08x (%08x)\n", | ||
| 91 | bus->number, devfn, where, size, *value, | ||
| 92 | __raw_readl(KS8695_PCI_VA + KS8695_PBCD)); | ||
| 93 | } | ||
| 94 | |||
| 95 | return PCIBIOS_SUCCESSFUL; | ||
| 96 | } | ||
| 97 | |||
| 98 | static int ks8695_pci_writeconfig(struct pci_bus *bus, | ||
| 99 | unsigned int devfn, int where, int size, u32 value) | ||
| 100 | { | ||
| 101 | unsigned long tmp; | ||
| 102 | |||
| 103 | if (pci_cfg_dbg) { | ||
| 104 | printk("write: %d,%08x,%02x,%d: %08x\n", | ||
| 105 | bus->number, devfn, where, size, value); | ||
| 106 | } | ||
| 107 | |||
| 108 | ks8695_pci_setupconfig(bus->number, devfn, where); | ||
| 109 | |||
| 110 | switch (size) { | ||
| 111 | case 4: | ||
| 112 | __raw_writel(value, KS8695_PCI_VA + KS8695_PBCD); | ||
| 113 | break; | ||
| 114 | case 2: | ||
| 115 | tmp = __raw_readl(KS8695_PCI_VA + KS8695_PBCD); | ||
| 116 | tmp &= ~(0xffff << ((where & 2) * 8)); | ||
| 117 | tmp |= value << ((where & 2) * 8); | ||
| 118 | |||
| 119 | __raw_writel(tmp, KS8695_PCI_VA + KS8695_PBCD); | ||
| 120 | break; | ||
| 121 | case 1: | ||
| 122 | tmp = __raw_readl(KS8695_PCI_VA + KS8695_PBCD); | ||
| 123 | tmp &= ~(0xff << ((where & 3) * 8)); | ||
| 124 | tmp |= value << ((where & 3) * 8); | ||
| 125 | |||
| 126 | __raw_writel(tmp, KS8695_PCI_VA + KS8695_PBCD); | ||
| 127 | break; | ||
| 128 | } | ||
| 129 | |||
| 130 | return PCIBIOS_SUCCESSFUL; | ||
| 131 | } | ||
| 132 | |||
| 133 | static void ks8695_local_writeconfig(int where, u32 value) | ||
| 134 | { | ||
| 135 | ks8695_pci_setupconfig(0, 0, where); | ||
| 136 | __raw_writel(value, KS8695_PCI_VA + KS8695_PBCD); | ||
| 137 | } | ||
| 138 | |||
| 139 | static struct pci_ops ks8695_pci_ops = { | ||
| 140 | .read = ks8695_pci_readconfig, | ||
| 141 | .write = ks8695_pci_writeconfig, | ||
| 142 | }; | ||
| 143 | |||
| 144 | static struct pci_bus *ks8695_pci_scan_bus(int nr, struct pci_sys_data *sys) | ||
| 145 | { | ||
| 146 | return pci_scan_bus(sys->busnr, &ks8695_pci_ops, sys); | ||
| 147 | } | ||
| 148 | |||
| 149 | static struct resource pci_mem = { | ||
| 150 | .name = "PCI Memory space", | ||
| 151 | .start = KS8695_PCIMEM_PA, | ||
| 152 | .end = KS8695_PCIMEM_PA + (KS8695_PCIMEM_SIZE - 1), | ||
| 153 | .flags = IORESOURCE_MEM, | ||
| 154 | }; | ||
| 155 | |||
| 156 | static struct resource pci_io = { | ||
| 157 | .name = "PCI IO space", | ||
| 158 | .start = KS8695_PCIIO_PA, | ||
| 159 | .end = KS8695_PCIIO_PA + (KS8695_PCIIO_SIZE - 1), | ||
| 160 | .flags = IORESOURCE_IO, | ||
| 161 | }; | ||
| 162 | |||
| 163 | static int __init ks8695_pci_setup(int nr, struct pci_sys_data *sys) | ||
| 164 | { | ||
| 165 | if (nr > 0) | ||
| 166 | return 0; | ||
| 167 | |||
| 168 | request_resource(&iomem_resource, &pci_mem); | ||
| 169 | request_resource(&ioport_resource, &pci_io); | ||
| 170 | |||
| 171 | sys->resource[0] = &pci_io; | ||
| 172 | sys->resource[1] = &pci_mem; | ||
| 173 | sys->resource[2] = NULL; | ||
| 174 | |||
| 175 | /* Assign and enable processor bridge */ | ||
| 176 | ks8695_local_writeconfig(PCI_BASE_ADDRESS_0, KS8695_PCIMEM_PA); | ||
| 177 | |||
| 178 | /* Enable bus-master & Memory Space access */ | ||
| 179 | ks8695_local_writeconfig(PCI_COMMAND, PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY); | ||
| 180 | |||
| 181 | /* Set cache-line size & latency. */ | ||
| 182 | ks8695_local_writeconfig(PCI_CACHE_LINE_SIZE, (32 << 8) | (L1_CACHE_BYTES / sizeof(u32))); | ||
| 183 | |||
| 184 | /* Reserve PCI memory space for PCI-AHB resources */ | ||
| 185 | if (!request_mem_region(KS8695_PCIMEM_PA, SZ_64M, "PCI-AHB Bridge")) { | ||
| 186 | printk(KERN_ERR "Cannot allocate PCI-AHB Bridge memory.\n"); | ||
| 187 | return -EBUSY; | ||
| 188 | } | ||
| 189 | |||
| 190 | return 1; | ||
| 191 | } | ||
| 192 | |||
| 193 | static inline unsigned int size_mask(unsigned long size) | ||
| 194 | { | ||
| 195 | return (~size) + 1; | ||
| 196 | } | ||
| 197 | |||
| 198 | static int ks8695_pci_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) | ||
| 199 | { | ||
| 200 | unsigned long pc = instruction_pointer(regs); | ||
| 201 | unsigned long instr = *(unsigned long *)pc; | ||
| 202 | unsigned long cmdstat; | ||
| 203 | |||
| 204 | cmdstat = __raw_readl(KS8695_PCI_VA + KS8695_CRCFCS); | ||
| 205 | |||
| 206 | printk(KERN_ERR "PCI abort: address = 0x%08lx fsr = 0x%03x PC = 0x%08lx LR = 0x%08lx [%s%s%s%s%s]\n", | ||
| 207 | addr, fsr, regs->ARM_pc, regs->ARM_lr, | ||
| 208 | cmdstat & (PCI_STATUS_SIG_TARGET_ABORT << 16) ? "GenTarget" : " ", | ||
| 209 | cmdstat & (PCI_STATUS_REC_TARGET_ABORT << 16) ? "RecvTarget" : " ", | ||
| 210 | cmdstat & (PCI_STATUS_REC_MASTER_ABORT << 16) ? "MasterAbort" : " ", | ||
| 211 | cmdstat & (PCI_STATUS_SIG_SYSTEM_ERROR << 16) ? "SysError" : " ", | ||
| 212 | cmdstat & (PCI_STATUS_DETECTED_PARITY << 16) ? "Parity" : " " | ||
| 213 | ); | ||
| 214 | |||
| 215 | __raw_writel(cmdstat, KS8695_PCI_VA + KS8695_CRCFCS); | ||
| 216 | |||
| 217 | /* | ||
| 218 | * If the instruction being executed was a read, | ||
| 219 | * make it look like it read all-ones. | ||
| 220 | */ | ||
| 221 | if ((instr & 0x0c100000) == 0x04100000) { | ||
| 222 | int reg = (instr >> 12) & 15; | ||
| 223 | unsigned long val; | ||
| 224 | |||
| 225 | if (instr & 0x00400000) | ||
| 226 | val = 255; | ||
| 227 | else | ||
| 228 | val = -1; | ||
| 229 | |||
| 230 | regs->uregs[reg] = val; | ||
| 231 | regs->ARM_pc += 4; | ||
| 232 | return 0; | ||
| 233 | } | ||
| 234 | |||
| 235 | if ((instr & 0x0e100090) == 0x00100090) { | ||
| 236 | int reg = (instr >> 12) & 15; | ||
| 237 | |||
| 238 | regs->uregs[reg] = -1; | ||
| 239 | regs->ARM_pc += 4; | ||
| 240 | return 0; | ||
| 241 | } | ||
| 242 | |||
| 243 | return 1; | ||
| 244 | } | ||
| 245 | |||
| 246 | static void __init ks8695_pci_preinit(void) | ||
| 247 | { | ||
| 248 | /* stage 1 initialization, subid, subdevice = 0x0001 */ | ||
| 249 | __raw_writel(0x00010001, KS8695_PCI_VA + KS8695_CRCSID); | ||
| 250 | |||
| 251 | /* stage 2 initialization */ | ||
| 252 | /* prefetch limits with 16 words, retry enable */ | ||
| 253 | __raw_writel(0x40000000, KS8695_PCI_VA + KS8695_PBCS); | ||
| 254 | |||
| 255 | /* configure memory mapping */ | ||
| 256 | __raw_writel(KS8695_PCIMEM_PA, KS8695_PCI_VA + KS8695_PMBA); | ||
| 257 | __raw_writel(size_mask(KS8695_PCIMEM_SIZE), KS8695_PCI_VA + KS8695_PMBAM); | ||
| 258 | __raw_writel(KS8695_PCIMEM_PA, KS8695_PCI_VA + KS8695_PMBAT); | ||
| 259 | __raw_writel(0, KS8695_PCI_VA + KS8695_PMBAC); | ||
| 260 | |||
| 261 | /* configure IO mapping */ | ||
| 262 | __raw_writel(KS8695_PCIIO_PA, KS8695_PCI_VA + KS8695_PIOBA); | ||
| 263 | __raw_writel(size_mask(KS8695_PCIIO_SIZE), KS8695_PCI_VA + KS8695_PIOBAM); | ||
| 264 | __raw_writel(KS8695_PCIIO_PA, KS8695_PCI_VA + KS8695_PIOBAT); | ||
| 265 | __raw_writel(0, KS8695_PCI_VA + KS8695_PIOBAC); | ||
| 266 | |||
| 267 | /* hook in fault handlers */ | ||
| 268 | hook_fault_code(8, ks8695_pci_fault, SIGBUS, "external abort on non-linefetch"); | ||
| 269 | hook_fault_code(10, ks8695_pci_fault, SIGBUS, "external abort on non-linefetch"); | ||
| 270 | } | ||
| 271 | |||
| 272 | static void ks8695_show_pciregs(void) | ||
| 273 | { | ||
| 274 | if (!pci_dbg) | ||
| 275 | return; | ||
| 276 | |||
| 277 | printk(KERN_INFO "PCI: CRCFID = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_CRCFID)); | ||
| 278 | printk(KERN_INFO "PCI: CRCFCS = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_CRCFCS)); | ||
| 279 | printk(KERN_INFO "PCI: CRCFRV = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_CRCFRV)); | ||
| 280 | printk(KERN_INFO "PCI: CRCFLT = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_CRCFLT)); | ||
| 281 | printk(KERN_INFO "PCI: CRCBMA = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_CRCBMA)); | ||
| 282 | printk(KERN_INFO "PCI: CRCSID = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_CRCSID)); | ||
| 283 | printk(KERN_INFO "PCI: CRCFIT = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_CRCFIT)); | ||
| 284 | |||
| 285 | printk(KERN_INFO "PCI: PBM = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PBM)); | ||
| 286 | printk(KERN_INFO "PCI: PBCS = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PBCS)); | ||
| 287 | |||
| 288 | printk(KERN_INFO "PCI: PMBA = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PMBA)); | ||
| 289 | printk(KERN_INFO "PCI: PMBAC = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PMBAC)); | ||
| 290 | printk(KERN_INFO "PCI: PMBAM = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PMBAM)); | ||
| 291 | printk(KERN_INFO "PCI: PMBAT = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PMBAT)); | ||
| 292 | |||
| 293 | printk(KERN_INFO "PCI: PIOBA = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PIOBA)); | ||
| 294 | printk(KERN_INFO "PCI: PIOBAC = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PIOBAC)); | ||
| 295 | printk(KERN_INFO "PCI: PIOBAM = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PIOBAM)); | ||
| 296 | printk(KERN_INFO "PCI: PIOBAT = %08x\n", __raw_readl(KS8695_PCI_VA + KS8695_PIOBAT)); | ||
| 297 | } | ||
| 298 | |||
| 299 | |||
| 300 | static struct hw_pci ks8695_pci __initdata = { | ||
| 301 | .nr_controllers = 1, | ||
| 302 | .preinit = ks8695_pci_preinit, | ||
| 303 | .setup = ks8695_pci_setup, | ||
| 304 | .scan = ks8695_pci_scan_bus, | ||
| 305 | .postinit = NULL, | ||
| 306 | .swizzle = pci_std_swizzle, | ||
| 307 | .map_irq = NULL, | ||
| 308 | }; | ||
| 309 | |||
| 310 | void __init ks8695_init_pci(struct ks8695_pci_cfg *cfg) | ||
| 311 | { | ||
| 312 | if (__raw_readl(KS8695_PCI_VA + KS8695_CRCFRV) & CFRV_GUEST) { | ||
| 313 | printk("PCI: KS8695 in guest mode, not initialising\n"); | ||
| 314 | return; | ||
| 315 | } | ||
| 316 | |||
| 317 | printk(KERN_INFO "PCI: Initialising\n"); | ||
| 318 | ks8695_show_pciregs(); | ||
| 319 | |||
| 320 | /* set Mode */ | ||
| 321 | __raw_writel(cfg->mode << 29, KS8695_PCI_VA + KS8695_PBM); | ||
| 322 | |||
| 323 | ks8695_pci.map_irq = cfg->map_irq; /* board-specific map_irq method */ | ||
| 324 | |||
| 325 | pci_common_init(&ks8695_pci); | ||
| 326 | } | ||
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig new file mode 100644 index 000000000000..3553babbbf05 --- /dev/null +++ b/arch/arm/mach-msm/Kconfig | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | if ARCH_MSM7X00A | ||
| 2 | |||
| 3 | comment "MSM7X00A Board Type" | ||
| 4 | depends on ARCH_MSM7X00A | ||
| 5 | |||
| 6 | config MACH_HALIBUT | ||
| 7 | depends on ARCH_MSM7X00A | ||
| 8 | default y | ||
| 9 | bool "Halibut Board (QCT SURF7200A)" | ||
| 10 | help | ||
| 11 | Support for the Qualcomm SURF7200A eval board. | ||
| 12 | |||
| 13 | config MSM7X00A_IDLE | ||
| 14 | depends on ARCH_MSM7X00A | ||
| 15 | default y | ||
| 16 | bool "Idle Support for MSM7X00A" | ||
| 17 | |||
| 18 | endif | ||
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile new file mode 100644 index 000000000000..d12f23655850 --- /dev/null +++ b/arch/arm/mach-msm/Makefile | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | obj-y += io.o idle.o irq.o timer.o dma.o | ||
| 2 | |||
| 3 | # Common code for board init | ||
| 4 | obj-y += common.o | ||
| 5 | |||
| 6 | obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o | ||
| 7 | |||
diff --git a/arch/arm/mach-msm/Makefile.boot b/arch/arm/mach-msm/Makefile.boot new file mode 100644 index 000000000000..24dfbf8c07c4 --- /dev/null +++ b/arch/arm/mach-msm/Makefile.boot | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | zreladdr-y := 0x10008000 | ||
| 2 | params_phys-y := 0x10000100 | ||
| 3 | initrd_phys-y := 0x10800000 | ||
diff --git a/arch/arm/mach-msm/board-halibut.c b/arch/arm/mach-msm/board-halibut.c new file mode 100644 index 000000000000..86dfb2b5261c --- /dev/null +++ b/arch/arm/mach-msm/board-halibut.c | |||
| @@ -0,0 +1,114 @@ | |||
| 1 | /* linux/arch/arm/mach-msm/board-halibut.c | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * Author: Brian Swetland <swetland@google.com> | ||
| 5 | * | ||
| 6 | * This software is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2, as published by the Free Software Foundation, and | ||
| 8 | * may be copied, distributed, and modified under those terms. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include <linux/kernel.h> | ||
| 18 | #include <linux/init.h> | ||
| 19 | #include <linux/platform_device.h> | ||
| 20 | #include <linux/input.h> | ||
| 21 | |||
| 22 | #include <asm/hardware.h> | ||
| 23 | #include <asm/mach-types.h> | ||
| 24 | #include <asm/mach/arch.h> | ||
| 25 | #include <asm/mach/map.h> | ||
| 26 | #include <asm/mach/flash.h> | ||
| 27 | |||
| 28 | #include <asm/arch/board.h> | ||
| 29 | #include <asm/arch/msm_iomap.h> | ||
| 30 | |||
| 31 | #include <asm/io.h> | ||
| 32 | #include <asm/delay.h> | ||
| 33 | |||
| 34 | #include <linux/mtd/nand.h> | ||
| 35 | #include <linux/mtd/partitions.h> | ||
| 36 | |||
| 37 | static struct resource smc91x_resources[] = { | ||
| 38 | [0] = { | ||
| 39 | .start = 0x9C004300, | ||
| 40 | .end = 0x9C004400, | ||
| 41 | .flags = IORESOURCE_MEM, | ||
| 42 | }, | ||
| 43 | [1] = { | ||
| 44 | .start = MSM_GPIO_TO_INT(49), | ||
| 45 | .end = MSM_GPIO_TO_INT(49), | ||
| 46 | .flags = IORESOURCE_IRQ, | ||
| 47 | }, | ||
| 48 | }; | ||
| 49 | |||
| 50 | static struct platform_device smc91x_device = { | ||
| 51 | .name = "smc91x", | ||
| 52 | .id = 0, | ||
| 53 | .num_resources = ARRAY_SIZE(smc91x_resources), | ||
| 54 | .resource = smc91x_resources, | ||
| 55 | }; | ||
| 56 | |||
| 57 | static void mddi0_panel_power(int on) | ||
| 58 | { | ||
| 59 | } | ||
| 60 | |||
| 61 | static struct msm_mddi_platform_data msm_mddi0_pdata = { | ||
| 62 | .panel_power = mddi0_panel_power, | ||
| 63 | .has_vsync_irq = 0, | ||
| 64 | }; | ||
| 65 | |||
| 66 | static struct platform_device msm_mddi0_device = { | ||
| 67 | .name = "msm_mddi", | ||
| 68 | .id = 0, | ||
| 69 | .dev = { | ||
| 70 | .platform_data = &msm_mddi0_pdata | ||
| 71 | }, | ||
| 72 | }; | ||
| 73 | |||
| 74 | static struct platform_device msm_serial0_device = { | ||
| 75 | .name = "msm_serial", | ||
| 76 | .id = 0, | ||
| 77 | }; | ||
| 78 | |||
| 79 | static struct platform_device *devices[] __initdata = { | ||
| 80 | &msm_serial0_device, | ||
| 81 | &msm_mddi0_device, | ||
| 82 | &smc91x_device, | ||
| 83 | }; | ||
| 84 | |||
| 85 | extern struct sys_timer msm_timer; | ||
| 86 | |||
| 87 | static void __init halibut_init_irq(void) | ||
| 88 | { | ||
| 89 | msm_init_irq(); | ||
| 90 | } | ||
| 91 | |||
| 92 | static void __init halibut_init(void) | ||
| 93 | { | ||
| 94 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
| 95 | msm_add_devices(); | ||
| 96 | } | ||
| 97 | |||
| 98 | static void __init halibut_map_io(void) | ||
| 99 | { | ||
| 100 | msm_map_common_io(); | ||
| 101 | } | ||
| 102 | |||
| 103 | MACHINE_START(HALIBUT, "Halibut Board (QCT SURF7200A)") | ||
| 104 | |||
| 105 | /* UART for LL DEBUG */ | ||
| 106 | .phys_io = MSM_UART1_PHYS, | ||
| 107 | .io_pg_offst = ((MSM_UART1_BASE) >> 18) & 0xfffc, | ||
| 108 | |||
| 109 | .boot_params = 0x10000100, | ||
| 110 | .map_io = halibut_map_io, | ||
| 111 | .init_irq = halibut_init_irq, | ||
| 112 | .init_machine = halibut_init, | ||
| 113 | .timer = &msm_timer, | ||
| 114 | MACHINE_END | ||
diff --git a/arch/arm/mach-msm/common.c b/arch/arm/mach-msm/common.c new file mode 100644 index 000000000000..3f5d3362f887 --- /dev/null +++ b/arch/arm/mach-msm/common.c | |||
| @@ -0,0 +1,116 @@ | |||
| 1 | /* linux/arch/arm/mach-msm/common.c | ||
| 2 | * | ||
| 3 | * Common setup code for MSM7K Boards | ||
| 4 | * | ||
| 5 | * Copyright (C) 2007 Google, Inc. | ||
| 6 | * Author: Brian Swetland <swetland@google.com> | ||
| 7 | * | ||
| 8 | * This software is licensed under the terms of the GNU General Public | ||
| 9 | * License version 2, as published by the Free Software Foundation, and | ||
| 10 | * may be copied, distributed, and modified under those terms. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, | ||
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | * GNU General Public License for more details. | ||
| 16 | * | ||
| 17 | */ | ||
| 18 | |||
| 19 | #include <linux/kernel.h> | ||
| 20 | #include <linux/init.h> | ||
| 21 | #include <linux/platform_device.h> | ||
| 22 | |||
| 23 | #include <asm/mach/flash.h> | ||
| 24 | #include <asm/io.h> | ||
| 25 | |||
| 26 | #include <asm/setup.h> | ||
| 27 | |||
| 28 | #include <linux/mtd/nand.h> | ||
| 29 | #include <linux/mtd/partitions.h> | ||
| 30 | |||
| 31 | #include <asm/arch/msm_iomap.h> | ||
| 32 | |||
| 33 | #include <asm/arch/board.h> | ||
| 34 | |||
| 35 | struct flash_platform_data msm_nand_data = { | ||
| 36 | .parts = 0, | ||
| 37 | .nr_parts = 0, | ||
| 38 | }; | ||
| 39 | |||
| 40 | static struct resource msm_nand_resources[] = { | ||
| 41 | [0] = { | ||
| 42 | .start = 7, | ||
| 43 | .end = 7, | ||
| 44 | .flags = IORESOURCE_DMA, | ||
| 45 | }, | ||
| 46 | }; | ||
| 47 | |||
| 48 | static struct platform_device msm_nand_device = { | ||
| 49 | .name = "msm_nand", | ||
| 50 | .id = -1, | ||
| 51 | .num_resources = ARRAY_SIZE(msm_nand_resources), | ||
| 52 | .resource = msm_nand_resources, | ||
| 53 | .dev = { | ||
| 54 | .platform_data = &msm_nand_data, | ||
| 55 | }, | ||
| 56 | }; | ||
| 57 | |||
| 58 | static struct platform_device msm_smd_device = { | ||
| 59 | .name = "msm_smd", | ||
| 60 | .id = -1, | ||
| 61 | }; | ||
| 62 | |||
| 63 | static struct resource msm_i2c_resources[] = { | ||
| 64 | { | ||
| 65 | .start = MSM_I2C_BASE, | ||
| 66 | .end = MSM_I2C_BASE + MSM_I2C_SIZE - 1, | ||
| 67 | .flags = IORESOURCE_MEM, | ||
| 68 | }, | ||
| 69 | { | ||
| 70 | .start = INT_PWB_I2C, | ||
| 71 | .end = INT_PWB_I2C, | ||
| 72 | .flags = IORESOURCE_IRQ, | ||
| 73 | }, | ||
| 74 | }; | ||
| 75 | |||
| 76 | static struct platform_device msm_i2c_device = { | ||
| 77 | .name = "msm_i2c", | ||
| 78 | .id = 0, | ||
| 79 | .num_resources = ARRAY_SIZE(msm_i2c_resources), | ||
| 80 | .resource = msm_i2c_resources, | ||
| 81 | }; | ||
| 82 | |||
| 83 | static struct resource usb_resources[] = { | ||
| 84 | { | ||
| 85 | .start = MSM_HSUSB_PHYS, | ||
| 86 | .end = MSM_HSUSB_PHYS + MSM_HSUSB_SIZE, | ||
| 87 | .flags = IORESOURCE_MEM, | ||
| 88 | }, | ||
| 89 | { | ||
| 90 | .start = INT_USB_HS, | ||
| 91 | .end = INT_USB_HS, | ||
| 92 | .flags = IORESOURCE_IRQ, | ||
| 93 | }, | ||
| 94 | }; | ||
| 95 | |||
| 96 | static struct platform_device msm_hsusb_device = { | ||
| 97 | .name = "msm_hsusb", | ||
| 98 | .id = -1, | ||
| 99 | .num_resources = ARRAY_SIZE(usb_resources), | ||
| 100 | .resource = usb_resources, | ||
| 101 | .dev = { | ||
| 102 | .coherent_dma_mask = 0xffffffff, | ||
| 103 | }, | ||
| 104 | }; | ||
| 105 | |||
| 106 | static struct platform_device *devices[] __initdata = { | ||
| 107 | &msm_nand_device, | ||
| 108 | &msm_smd_device, | ||
| 109 | &msm_i2c_device, | ||
| 110 | &msm_hsusb_device, | ||
| 111 | }; | ||
| 112 | |||
| 113 | void __init msm_add_devices(void) | ||
| 114 | { | ||
| 115 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
| 116 | } | ||
diff --git a/arch/arm/mach-msm/dma.c b/arch/arm/mach-msm/dma.c new file mode 100644 index 000000000000..8b0f339b3274 --- /dev/null +++ b/arch/arm/mach-msm/dma.c | |||
| @@ -0,0 +1,214 @@ | |||
| 1 | /* linux/arch/arm/mach-msm/dma.c | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #include <asm/io.h> | ||
| 17 | #include <linux/interrupt.h> | ||
| 18 | #include <asm/arch/dma.h> | ||
| 19 | |||
| 20 | #define MSM_DMOV_CHANNEL_COUNT 16 | ||
| 21 | |||
| 22 | enum { | ||
| 23 | MSM_DMOV_PRINT_ERRORS = 1, | ||
| 24 | MSM_DMOV_PRINT_IO = 2, | ||
| 25 | MSM_DMOV_PRINT_FLOW = 4 | ||
| 26 | }; | ||
| 27 | |||
| 28 | static DEFINE_SPINLOCK(msm_dmov_lock); | ||
| 29 | static struct msm_dmov_cmd active_command; | ||
| 30 | static struct list_head ready_commands[MSM_DMOV_CHANNEL_COUNT]; | ||
| 31 | static struct list_head active_commands[MSM_DMOV_CHANNEL_COUNT]; | ||
| 32 | unsigned int msm_dmov_print_mask = MSM_DMOV_PRINT_ERRORS; | ||
| 33 | |||
| 34 | #define MSM_DMOV_DPRINTF(mask, format, args...) \ | ||
| 35 | do { \ | ||
| 36 | if ((mask) & msm_dmov_print_mask) \ | ||
| 37 | printk(KERN_ERR format, args); \ | ||
| 38 | } while (0) | ||
| 39 | #define PRINT_ERROR(format, args...) \ | ||
| 40 | MSM_DMOV_DPRINTF(MSM_DMOV_PRINT_ERRORS, format, args); | ||
| 41 | #define PRINT_IO(format, args...) \ | ||
| 42 | MSM_DMOV_DPRINTF(MSM_DMOV_PRINT_IO, format, args); | ||
| 43 | #define PRINT_FLOW(format, args...) \ | ||
| 44 | MSM_DMOV_DPRINTF(MSM_DMOV_PRINT_FLOW, format, args); | ||
| 45 | |||
| 46 | void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd) | ||
| 47 | { | ||
| 48 | unsigned long irq_flags; | ||
| 49 | unsigned int status; | ||
| 50 | |||
| 51 | spin_lock_irqsave(&msm_dmov_lock, irq_flags); | ||
| 52 | status = readl(DMOV_STATUS(id)); | ||
| 53 | if (list_empty(&ready_commands[id]) && | ||
| 54 | (status & DMOV_STATUS_CMD_PTR_RDY)) { | ||
| 55 | #if 0 | ||
| 56 | if (list_empty(&active_commands[id])) { | ||
| 57 | PRINT_FLOW("msm_dmov_enqueue_cmd(%d), enable interrupt\n", id); | ||
| 58 | writel(DMOV_CONFIG_IRQ_EN, DMOV_CONFIG(id)); | ||
| 59 | } | ||
| 60 | #endif | ||
| 61 | PRINT_IO("msm_dmov_enqueue_cmd(%d), start command, status %x\n", id, status); | ||
| 62 | list_add_tail(&cmd->list, &active_commands[id]); | ||
| 63 | writel(cmd->cmdptr, DMOV_CMD_PTR(id)); | ||
| 64 | } else { | ||
| 65 | if (list_empty(&active_commands[id])) | ||
| 66 | PRINT_ERROR("msm_dmov_enqueue_cmd(%d), error datamover stalled, status %x\n", id, status); | ||
| 67 | |||
| 68 | PRINT_IO("msm_dmov_enqueue_cmd(%d), enqueue command, status %x\n", id, status); | ||
| 69 | list_add_tail(&cmd->list, &ready_commands[id]); | ||
| 70 | } | ||
| 71 | spin_unlock_irqrestore(&msm_dmov_lock, irq_flags); | ||
| 72 | } | ||
| 73 | |||
| 74 | struct msm_dmov_exec_cmdptr_cmd { | ||
| 75 | struct msm_dmov_cmd dmov_cmd; | ||
| 76 | struct completion complete; | ||
| 77 | unsigned id; | ||
| 78 | unsigned int result; | ||
| 79 | unsigned int flush[6]; | ||
| 80 | }; | ||
| 81 | |||
| 82 | static void dmov_exec_cmdptr_complete_func(struct msm_dmov_cmd *_cmd, unsigned int result) | ||
| 83 | { | ||
| 84 | struct msm_dmov_exec_cmdptr_cmd *cmd = container_of(_cmd, struct msm_dmov_exec_cmdptr_cmd, dmov_cmd); | ||
| 85 | cmd->result = result; | ||
| 86 | if (result != 0x80000002) { | ||
| 87 | cmd->flush[0] = readl(DMOV_FLUSH0(cmd->id)); | ||
| 88 | cmd->flush[1] = readl(DMOV_FLUSH1(cmd->id)); | ||
| 89 | cmd->flush[2] = readl(DMOV_FLUSH2(cmd->id)); | ||
| 90 | cmd->flush[3] = readl(DMOV_FLUSH3(cmd->id)); | ||
| 91 | cmd->flush[4] = readl(DMOV_FLUSH4(cmd->id)); | ||
| 92 | cmd->flush[5] = readl(DMOV_FLUSH5(cmd->id)); | ||
| 93 | } | ||
| 94 | complete(&cmd->complete); | ||
| 95 | } | ||
| 96 | |||
| 97 | int msm_dmov_exec_cmd(unsigned id, unsigned int cmdptr) | ||
| 98 | { | ||
| 99 | struct msm_dmov_exec_cmdptr_cmd cmd; | ||
| 100 | |||
| 101 | PRINT_FLOW("dmov_exec_cmdptr(%d, %x)\n", id, cmdptr); | ||
| 102 | |||
| 103 | cmd.dmov_cmd.cmdptr = cmdptr; | ||
| 104 | cmd.dmov_cmd.complete_func = dmov_exec_cmdptr_complete_func; | ||
| 105 | cmd.id = id; | ||
| 106 | init_completion(&cmd.complete); | ||
| 107 | |||
| 108 | msm_dmov_enqueue_cmd(id, &cmd.dmov_cmd); | ||
| 109 | wait_for_completion(&cmd.complete); | ||
| 110 | |||
| 111 | if (cmd.result != 0x80000002) { | ||
| 112 | PRINT_ERROR("dmov_exec_cmdptr(%d): ERROR, result: %x\n", id, cmd.result); | ||
| 113 | PRINT_ERROR("dmov_exec_cmdptr(%d): flush: %x %x %x %x\n", | ||
| 114 | id, cmd.flush[0], cmd.flush[1], cmd.flush[2], cmd.flush[3]); | ||
| 115 | return -EIO; | ||
| 116 | } | ||
| 117 | PRINT_FLOW("dmov_exec_cmdptr(%d, %x) done\n", id, cmdptr); | ||
| 118 | return 0; | ||
| 119 | } | ||
| 120 | |||
| 121 | |||
| 122 | static irqreturn_t msm_datamover_irq_handler(int irq, void *dev_id) | ||
| 123 | { | ||
| 124 | unsigned int int_status, mask, id; | ||
| 125 | unsigned long irq_flags; | ||
| 126 | unsigned int ch_status; | ||
| 127 | unsigned int ch_result; | ||
| 128 | struct msm_dmov_cmd *cmd; | ||
| 129 | |||
| 130 | spin_lock_irqsave(&msm_dmov_lock, irq_flags); | ||
| 131 | |||
| 132 | int_status = readl(DMOV_ISR); /* read and clear interrupt */ | ||
| 133 | PRINT_FLOW("msm_datamover_irq_handler: DMOV_ISR %x\n", int_status); | ||
| 134 | |||
| 135 | while (int_status) { | ||
| 136 | mask = int_status & -int_status; | ||
| 137 | id = fls(mask) - 1; | ||
| 138 | PRINT_FLOW("msm_datamover_irq_handler %08x %08x id %d\n", int_status, mask, id); | ||
| 139 | int_status &= ~mask; | ||
| 140 | ch_status = readl(DMOV_STATUS(id)); | ||
| 141 | if (!(ch_status & DMOV_STATUS_RSLT_VALID)) { | ||
| 142 | PRINT_FLOW("msm_datamover_irq_handler id %d, result not valid %x\n", id, ch_status); | ||
| 143 | continue; | ||
| 144 | } | ||
| 145 | do { | ||
| 146 | ch_result = readl(DMOV_RSLT(id)); | ||
| 147 | if (list_empty(&active_commands[id])) { | ||
| 148 | PRINT_ERROR("msm_datamover_irq_handler id %d, got result " | ||
| 149 | "with no active command, status %x, result %x\n", | ||
| 150 | id, ch_status, ch_result); | ||
| 151 | cmd = NULL; | ||
| 152 | } else | ||
| 153 | cmd = list_entry(active_commands[id].next, typeof(*cmd), list); | ||
| 154 | PRINT_FLOW("msm_datamover_irq_handler id %d, status %x, result %x\n", id, ch_status, ch_result); | ||
| 155 | if (ch_result & DMOV_RSLT_DONE) { | ||
| 156 | PRINT_FLOW("msm_datamover_irq_handler id %d, status %x\n", | ||
| 157 | id, ch_status); | ||
| 158 | PRINT_IO("msm_datamover_irq_handler id %d, got result " | ||
| 159 | "for %p, result %x\n", id, cmd, ch_result); | ||
| 160 | if (cmd) { | ||
| 161 | list_del(&cmd->list); | ||
| 162 | cmd->complete_func(cmd, ch_result); | ||
| 163 | } | ||
| 164 | } | ||
| 165 | if (ch_result & DMOV_RSLT_FLUSH) { | ||
| 166 | unsigned int flush0 = readl(DMOV_FLUSH0(id)); | ||
| 167 | PRINT_FLOW("msm_datamover_irq_handler id %d, status %x\n", id, ch_status); | ||
| 168 | PRINT_FLOW("msm_datamover_irq_handler id %d, flush, result %x, flush0 %x\n", id, ch_result, flush0); | ||
| 169 | if (cmd) { | ||
| 170 | list_del(&cmd->list); | ||
| 171 | cmd->complete_func(cmd, ch_result); | ||
| 172 | } | ||
| 173 | } | ||
| 174 | if (ch_result & DMOV_RSLT_ERROR) { | ||
| 175 | unsigned int flush0 = readl(DMOV_FLUSH0(id)); | ||
| 176 | PRINT_ERROR("msm_datamover_irq_handler id %d, status %x\n", id, ch_status); | ||
| 177 | PRINT_ERROR("msm_datamover_irq_handler id %d, error, result %x, flush0 %x\n", id, ch_result, flush0); | ||
| 178 | if (cmd) { | ||
| 179 | list_del(&cmd->list); | ||
| 180 | cmd->complete_func(cmd, ch_result); | ||
| 181 | } | ||
| 182 | /* this does not seem to work, once we get an error */ | ||
| 183 | /* the datamover will no longer accept commands */ | ||
| 184 | writel(0, DMOV_FLUSH0(id)); | ||
| 185 | } | ||
| 186 | ch_status = readl(DMOV_STATUS(id)); | ||
| 187 | PRINT_FLOW("msm_datamover_irq_handler id %d, status %x\n", id, ch_status); | ||
| 188 | if ((ch_status & DMOV_STATUS_CMD_PTR_RDY) && !list_empty(&ready_commands[id])) { | ||
| 189 | cmd = list_entry(ready_commands[id].next, typeof(*cmd), list); | ||
| 190 | list_del(&cmd->list); | ||
| 191 | list_add_tail(&cmd->list, &active_commands[id]); | ||
| 192 | PRINT_FLOW("msm_datamover_irq_handler id %d, start command\n", id); | ||
| 193 | writel(cmd->cmdptr, DMOV_CMD_PTR(id)); | ||
| 194 | } | ||
| 195 | } while (ch_status & DMOV_STATUS_RSLT_VALID); | ||
| 196 | PRINT_FLOW("msm_datamover_irq_handler id %d, status %x\n", id, ch_status); | ||
| 197 | } | ||
| 198 | spin_unlock_irqrestore(&msm_dmov_lock, irq_flags); | ||
| 199 | return IRQ_HANDLED; | ||
| 200 | } | ||
| 201 | |||
| 202 | static int __init msm_init_datamover(void) | ||
| 203 | { | ||
| 204 | int i; | ||
| 205 | for (i = 0; i < MSM_DMOV_CHANNEL_COUNT; i++) { | ||
| 206 | INIT_LIST_HEAD(&ready_commands[i]); | ||
| 207 | INIT_LIST_HEAD(&active_commands[i]); | ||
| 208 | writel(DMOV_CONFIG_IRQ_EN | DMOV_CONFIG_FORCE_TOP_PTR_RSLT | DMOV_CONFIG_FORCE_FLUSH_RSLT, DMOV_CONFIG(i)); | ||
| 209 | } | ||
| 210 | return request_irq(INT_ADM_AARM, msm_datamover_irq_handler, 0, "msmdatamover", NULL); | ||
| 211 | } | ||
| 212 | |||
| 213 | arch_initcall(msm_init_datamover); | ||
| 214 | |||
diff --git a/arch/arm/mach-msm/idle.S b/arch/arm/mach-msm/idle.S new file mode 100644 index 000000000000..2b1cb7f16943 --- /dev/null +++ b/arch/arm/mach-msm/idle.S | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/idle.S | ||
| 2 | * | ||
| 3 | * Idle processing for MSM7K - work around bugs with SWFI. | ||
| 4 | * | ||
| 5 | * Copyright (c) 2007 QUALCOMM Incorporated. | ||
| 6 | * Copyright (C) 2007 Google, Inc. | ||
| 7 | * | ||
| 8 | * This software is licensed under the terms of the GNU General Public | ||
| 9 | * License version 2, as published by the Free Software Foundation, and | ||
| 10 | * may be copied, distributed, and modified under those terms. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, | ||
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | * GNU General Public License for more details. | ||
| 16 | * | ||
| 17 | */ | ||
| 18 | |||
| 19 | #include <linux/linkage.h> | ||
| 20 | #include <asm/assembler.h> | ||
| 21 | |||
| 22 | ENTRY(arch_idle) | ||
| 23 | #ifdef CONFIG_MSM7X00A_IDLE | ||
| 24 | mrc p15, 0, r1, c1, c0, 0 /* read current CR */ | ||
| 25 | bic r0, r1, #(1 << 2) /* clear dcache bit */ | ||
| 26 | bic r0, r0, #(1 << 12) /* clear icache bit */ | ||
| 27 | mcr p15, 0, r0, c1, c0, 0 /* disable d/i cache */ | ||
| 28 | |||
| 29 | mov r0, #0 /* prepare wfi value */ | ||
| 30 | mcr p15, 0, r0, c7, c10, 0 /* flush the cache */ | ||
| 31 | mcr p15, 0, r0, c7, c10, 4 /* memory barrier */ | ||
| 32 | mcr p15, 0, r0, c7, c0, 4 /* wait for interrupt */ | ||
| 33 | |||
| 34 | mcr p15, 0, r1, c1, c0, 0 /* restore d/i cache */ | ||
| 35 | #endif | ||
| 36 | mov pc, lr | ||
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c new file mode 100644 index 000000000000..c39edb994a88 --- /dev/null +++ b/arch/arm/mach-msm/io.c | |||
| @@ -0,0 +1,85 @@ | |||
| 1 | /* arch/arm/mach-msm/io.c | ||
| 2 | * | ||
| 3 | * MSM7K io support | ||
| 4 | * | ||
| 5 | * Copyright (C) 2007 Google, Inc. | ||
| 6 | * Author: Brian Swetland <swetland@google.com> | ||
| 7 | * | ||
| 8 | * This software is licensed under the terms of the GNU General Public | ||
| 9 | * License version 2, as published by the Free Software Foundation, and | ||
| 10 | * may be copied, distributed, and modified under those terms. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, | ||
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | * GNU General Public License for more details. | ||
| 16 | * | ||
| 17 | */ | ||
| 18 | |||
| 19 | #include <linux/kernel.h> | ||
| 20 | #include <linux/init.h> | ||
| 21 | |||
| 22 | #include <asm/hardware.h> | ||
| 23 | #include <asm/io.h> | ||
| 24 | #include <asm/page.h> | ||
| 25 | #include <asm/arch/msm_iomap.h> | ||
| 26 | #include <asm/mach/map.h> | ||
| 27 | |||
| 28 | #include <asm/arch/board.h> | ||
| 29 | |||
| 30 | #define MSM_DEVICE(name) { \ | ||
| 31 | .virtual = MSM_##name##_BASE, \ | ||
| 32 | .pfn = __phys_to_pfn(MSM_##name##_PHYS), \ | ||
| 33 | .length = MSM_##name##_SIZE, \ | ||
| 34 | .type = MT_DEVICE_NONSHARED, \ | ||
| 35 | } | ||
| 36 | |||
| 37 | static struct map_desc msm_io_desc[] __initdata = { | ||
| 38 | MSM_DEVICE(VIC), | ||
| 39 | MSM_DEVICE(CSR), | ||
| 40 | MSM_DEVICE(GPT), | ||
| 41 | MSM_DEVICE(DMOV), | ||
| 42 | MSM_DEVICE(UART1), | ||
| 43 | MSM_DEVICE(UART2), | ||
| 44 | MSM_DEVICE(UART3), | ||
| 45 | MSM_DEVICE(I2C), | ||
| 46 | MSM_DEVICE(GPIO1), | ||
| 47 | MSM_DEVICE(GPIO2), | ||
| 48 | MSM_DEVICE(HSUSB), | ||
| 49 | MSM_DEVICE(CLK_CTL), | ||
| 50 | MSM_DEVICE(PMDH), | ||
| 51 | MSM_DEVICE(EMDH), | ||
| 52 | MSM_DEVICE(MDP), | ||
| 53 | { | ||
| 54 | .virtual = MSM_SHARED_RAM_BASE, | ||
| 55 | .pfn = __phys_to_pfn(MSM_SHARED_RAM_PHYS), | ||
| 56 | .length = MSM_SHARED_RAM_SIZE, | ||
| 57 | .type = MT_DEVICE, | ||
| 58 | }, | ||
| 59 | }; | ||
| 60 | |||
| 61 | void __init msm_map_common_io(void) | ||
| 62 | { | ||
| 63 | /* Make sure the peripheral register window is closed, since | ||
| 64 | * we will use PTE flags (TEX[1]=1,B=0,C=1) to determine which | ||
| 65 | * pages are peripheral interface or not. | ||
| 66 | */ | ||
| 67 | asm("mcr p15, 0, %0, c15, c2, 4" : : "r" (0)); | ||
| 68 | |||
| 69 | iotable_init(msm_io_desc, ARRAY_SIZE(msm_io_desc)); | ||
| 70 | } | ||
| 71 | |||
| 72 | void __iomem * | ||
| 73 | __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype) | ||
| 74 | { | ||
| 75 | if (mtype == MT_DEVICE) { | ||
| 76 | /* The peripherals in the 88000000 - D0000000 range | ||
| 77 | * are only accessable by type MT_DEVICE_NONSHARED. | ||
| 78 | * Adjust mtype as necessary to make this "just work." | ||
| 79 | */ | ||
| 80 | if ((phys_addr >= 0x88000000) && (phys_addr < 0xD0000000)) | ||
| 81 | mtype = MT_DEVICE_NONSHARED; | ||
| 82 | } | ||
| 83 | |||
| 84 | return __arm_ioremap(phys_addr, size, mtype); | ||
| 85 | } | ||
diff --git a/arch/arm/mach-msm/irq.c b/arch/arm/mach-msm/irq.c new file mode 100644 index 000000000000..24158040b789 --- /dev/null +++ b/arch/arm/mach-msm/irq.c | |||
| @@ -0,0 +1,154 @@ | |||
| 1 | /* linux/arch/arm/mach-msm/irq.c | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #include <linux/init.h> | ||
| 17 | #include <linux/module.h> | ||
| 18 | #include <linux/sched.h> | ||
| 19 | #include <linux/interrupt.h> | ||
| 20 | #include <linux/ptrace.h> | ||
| 21 | #include <linux/timer.h> | ||
| 22 | |||
| 23 | #include <linux/irq.h> | ||
| 24 | #include <asm/hardware.h> | ||
| 25 | |||
| 26 | #include <asm/io.h> | ||
| 27 | |||
| 28 | #include <asm/arch/msm_iomap.h> | ||
| 29 | |||
| 30 | #define VIC_REG(off) (MSM_VIC_BASE + (off)) | ||
| 31 | |||
| 32 | #define VIC_INT_SELECT0 VIC_REG(0x0000) /* 1: FIQ, 0: IRQ */ | ||
| 33 | #define VIC_INT_SELECT1 VIC_REG(0x0004) /* 1: FIQ, 0: IRQ */ | ||
| 34 | #define VIC_INT_EN0 VIC_REG(0x0010) | ||
| 35 | #define VIC_INT_EN1 VIC_REG(0x0014) | ||
| 36 | #define VIC_INT_ENCLEAR0 VIC_REG(0x0020) | ||
| 37 | #define VIC_INT_ENCLEAR1 VIC_REG(0x0024) | ||
| 38 | #define VIC_INT_ENSET0 VIC_REG(0x0030) | ||
| 39 | #define VIC_INT_ENSET1 VIC_REG(0x0034) | ||
| 40 | #define VIC_INT_TYPE0 VIC_REG(0x0040) /* 1: EDGE, 0: LEVEL */ | ||
| 41 | #define VIC_INT_TYPE1 VIC_REG(0x0044) /* 1: EDGE, 0: LEVEL */ | ||
| 42 | #define VIC_INT_POLARITY0 VIC_REG(0x0050) /* 1: NEG, 0: POS */ | ||
| 43 | #define VIC_INT_POLARITY1 VIC_REG(0x0054) /* 1: NEG, 0: POS */ | ||
| 44 | #define VIC_NO_PEND_VAL VIC_REG(0x0060) | ||
| 45 | #define VIC_INT_MASTEREN VIC_REG(0x0064) /* 1: IRQ, 2: FIQ */ | ||
| 46 | #define VIC_PROTECTION VIC_REG(0x006C) /* 1: ENABLE */ | ||
| 47 | #define VIC_CONFIG VIC_REG(0x0068) /* 1: USE ARM1136 VIC */ | ||
| 48 | #define VIC_IRQ_STATUS0 VIC_REG(0x0080) | ||
| 49 | #define VIC_IRQ_STATUS1 VIC_REG(0x0084) | ||
| 50 | #define VIC_FIQ_STATUS0 VIC_REG(0x0090) | ||
| 51 | #define VIC_FIQ_STATUS1 VIC_REG(0x0094) | ||
| 52 | #define VIC_RAW_STATUS0 VIC_REG(0x00A0) | ||
| 53 | #define VIC_RAW_STATUS1 VIC_REG(0x00A4) | ||
| 54 | #define VIC_INT_CLEAR0 VIC_REG(0x00B0) | ||
| 55 | #define VIC_INT_CLEAR1 VIC_REG(0x00B4) | ||
| 56 | #define VIC_SOFTINT0 VIC_REG(0x00C0) | ||
| 57 | #define VIC_SOFTINT1 VIC_REG(0x00C4) | ||
| 58 | #define VIC_IRQ_VEC_RD VIC_REG(0x00D0) /* pending int # */ | ||
| 59 | #define VIC_IRQ_VEC_PEND_RD VIC_REG(0x00D4) /* pending vector addr */ | ||
| 60 | #define VIC_IRQ_VEC_WR VIC_REG(0x00D8) | ||
| 61 | #define VIC_IRQ_IN_SERVICE VIC_REG(0x00E0) | ||
| 62 | #define VIC_IRQ_IN_STACK VIC_REG(0x00E4) | ||
| 63 | #define VIC_TEST_BUS_SEL VIC_REG(0x00E8) | ||
| 64 | |||
| 65 | #define VIC_VECTPRIORITY(n) VIC_REG(0x0200+((n) * 4)) | ||
| 66 | #define VIC_VECTADDR(n) VIC_REG(0x0400+((n) * 4)) | ||
| 67 | |||
| 68 | static void msm_irq_ack(unsigned int irq) | ||
| 69 | { | ||
| 70 | unsigned reg = VIC_INT_CLEAR0 + ((irq & 32) ? 4 : 0); | ||
| 71 | irq = 1 << (irq & 31); | ||
| 72 | writel(irq, reg); | ||
| 73 | } | ||
| 74 | |||
| 75 | static void msm_irq_mask(unsigned int irq) | ||
| 76 | { | ||
| 77 | unsigned reg = VIC_INT_ENCLEAR0 + ((irq & 32) ? 4 : 0); | ||
| 78 | writel(1 << (irq & 31), reg); | ||
| 79 | } | ||
| 80 | |||
| 81 | static void msm_irq_unmask(unsigned int irq) | ||
| 82 | { | ||
| 83 | unsigned reg = VIC_INT_ENSET0 + ((irq & 32) ? 4 : 0); | ||
| 84 | writel(1 << (irq & 31), reg); | ||
| 85 | } | ||
| 86 | |||
| 87 | static int msm_irq_set_wake(unsigned int irq, unsigned int on) | ||
| 88 | { | ||
| 89 | return -EINVAL; | ||
| 90 | } | ||
| 91 | |||
| 92 | static int msm_irq_set_type(unsigned int irq, unsigned int flow_type) | ||
| 93 | { | ||
| 94 | unsigned treg = VIC_INT_TYPE0 + ((irq & 32) ? 4 : 0); | ||
| 95 | unsigned preg = VIC_INT_POLARITY0 + ((irq & 32) ? 4 : 0); | ||
| 96 | int b = 1 << (irq & 31); | ||
| 97 | |||
| 98 | if (flow_type & (IRQF_TRIGGER_FALLING | IRQF_TRIGGER_LOW)) | ||
| 99 | writel(readl(preg) | b, preg); | ||
| 100 | if (flow_type & (IRQF_TRIGGER_RISING | IRQF_TRIGGER_HIGH)) | ||
| 101 | writel(readl(preg) & (~b), preg); | ||
| 102 | |||
| 103 | if (flow_type & (IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING)) { | ||
| 104 | writel(readl(treg) | b, treg); | ||
| 105 | set_irq_handler(irq, handle_edge_irq); | ||
| 106 | } | ||
| 107 | if (flow_type & (IRQF_TRIGGER_HIGH | IRQF_TRIGGER_LOW)) { | ||
| 108 | writel(readl(treg) & (~b), treg); | ||
| 109 | set_irq_handler(irq, handle_level_irq); | ||
| 110 | } | ||
| 111 | return 0; | ||
| 112 | } | ||
| 113 | |||
| 114 | static struct irq_chip msm_irq_chip = { | ||
| 115 | .name = "msm", | ||
| 116 | .ack = msm_irq_ack, | ||
| 117 | .mask = msm_irq_mask, | ||
| 118 | .unmask = msm_irq_unmask, | ||
| 119 | .set_wake = msm_irq_set_wake, | ||
| 120 | .set_type = msm_irq_set_type, | ||
| 121 | }; | ||
| 122 | |||
| 123 | void __init msm_init_irq(void) | ||
| 124 | { | ||
| 125 | unsigned n; | ||
| 126 | |||
| 127 | /* select level interrupts */ | ||
| 128 | writel(0, VIC_INT_TYPE0); | ||
| 129 | writel(0, VIC_INT_TYPE1); | ||
| 130 | |||
| 131 | /* select highlevel interrupts */ | ||
| 132 | writel(0, VIC_INT_POLARITY0); | ||
| 133 | writel(0, VIC_INT_POLARITY1); | ||
| 134 | |||
| 135 | /* select IRQ for all INTs */ | ||
| 136 | writel(0, VIC_INT_SELECT0); | ||
| 137 | writel(0, VIC_INT_SELECT1); | ||
| 138 | |||
| 139 | /* disable all INTs */ | ||
| 140 | writel(0, VIC_INT_EN0); | ||
| 141 | writel(0, VIC_INT_EN1); | ||
| 142 | |||
| 143 | /* don't use 1136 vic */ | ||
| 144 | writel(0, VIC_CONFIG); | ||
| 145 | |||
| 146 | /* enable interrupt controller */ | ||
| 147 | writel(1, VIC_INT_MASTEREN); | ||
| 148 | |||
| 149 | for (n = 0; n < NR_MSM_IRQS; n++) { | ||
| 150 | set_irq_chip(n, &msm_irq_chip); | ||
| 151 | set_irq_handler(n, handle_level_irq); | ||
| 152 | set_irq_flags(n, IRQF_VALID); | ||
| 153 | } | ||
| 154 | } | ||
diff --git a/arch/arm/mach-msm/timer.c b/arch/arm/mach-msm/timer.c new file mode 100644 index 000000000000..bd4732d1ab3e --- /dev/null +++ b/arch/arm/mach-msm/timer.c | |||
| @@ -0,0 +1,205 @@ | |||
| 1 | /* linux/arch/arm/mach-msm/timer.c | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #include <linux/init.h> | ||
| 17 | #include <linux/time.h> | ||
| 18 | #include <linux/interrupt.h> | ||
| 19 | #include <linux/irq.h> | ||
| 20 | #include <linux/clk.h> | ||
| 21 | #include <linux/clockchips.h> | ||
| 22 | #include <linux/delay.h> | ||
| 23 | |||
| 24 | #include <asm/mach/time.h> | ||
| 25 | #include <asm/arch/msm_iomap.h> | ||
| 26 | |||
| 27 | #include <asm/io.h> | ||
| 28 | |||
| 29 | #define MSM_DGT_BASE (MSM_GPT_BASE + 0x10) | ||
| 30 | #define MSM_DGT_SHIFT (5) | ||
| 31 | |||
| 32 | #define TIMER_MATCH_VAL 0x0000 | ||
| 33 | #define TIMER_COUNT_VAL 0x0004 | ||
| 34 | #define TIMER_ENABLE 0x0008 | ||
| 35 | #define TIMER_ENABLE_CLR_ON_MATCH_EN 2 | ||
| 36 | #define TIMER_ENABLE_EN 1 | ||
| 37 | #define TIMER_CLEAR 0x000C | ||
| 38 | |||
| 39 | #define CSR_PROTECTION 0x0020 | ||
| 40 | #define CSR_PROTECTION_EN 1 | ||
| 41 | |||
| 42 | #define GPT_HZ 32768 | ||
| 43 | #define DGT_HZ 19200000 /* 19.2 MHz or 600 KHz after shift */ | ||
| 44 | |||
| 45 | struct msm_clock { | ||
| 46 | struct clock_event_device clockevent; | ||
| 47 | struct clocksource clocksource; | ||
| 48 | struct irqaction irq; | ||
| 49 | uint32_t regbase; | ||
| 50 | uint32_t freq; | ||
| 51 | uint32_t shift; | ||
| 52 | }; | ||
| 53 | |||
| 54 | static irqreturn_t msm_timer_interrupt(int irq, void *dev_id) | ||
| 55 | { | ||
| 56 | struct clock_event_device *evt = dev_id; | ||
| 57 | evt->event_handler(evt); | ||
| 58 | return IRQ_HANDLED; | ||
| 59 | } | ||
| 60 | |||
| 61 | static cycle_t msm_gpt_read(void) | ||
| 62 | { | ||
| 63 | return readl(MSM_GPT_BASE + TIMER_COUNT_VAL); | ||
| 64 | } | ||
| 65 | |||
| 66 | static cycle_t msm_dgt_read(void) | ||
| 67 | { | ||
| 68 | return readl(MSM_DGT_BASE + TIMER_COUNT_VAL) >> MSM_DGT_SHIFT; | ||
| 69 | } | ||
| 70 | |||
| 71 | static int msm_timer_set_next_event(unsigned long cycles, | ||
| 72 | struct clock_event_device *evt) | ||
| 73 | { | ||
| 74 | struct msm_clock *clock = container_of(evt, struct msm_clock, clockevent); | ||
| 75 | uint32_t now = readl(clock->regbase + TIMER_COUNT_VAL); | ||
| 76 | uint32_t alarm = now + (cycles << clock->shift); | ||
| 77 | int late; | ||
| 78 | |||
| 79 | writel(alarm, clock->regbase + TIMER_MATCH_VAL); | ||
| 80 | now = readl(clock->regbase + TIMER_COUNT_VAL); | ||
| 81 | late = now - alarm; | ||
| 82 | if (late >= (-2 << clock->shift) && late < DGT_HZ*5) { | ||
| 83 | printk(KERN_NOTICE "msm_timer_set_next_event(%lu) clock %s, " | ||
| 84 | "alarm already expired, now %x, alarm %x, late %d\n", | ||
| 85 | cycles, clock->clockevent.name, now, alarm, late); | ||
| 86 | return -ETIME; | ||
| 87 | } | ||
| 88 | return 0; | ||
| 89 | } | ||
| 90 | |||
| 91 | static void msm_timer_set_mode(enum clock_event_mode mode, | ||
| 92 | struct clock_event_device *evt) | ||
| 93 | { | ||
| 94 | struct msm_clock *clock = container_of(evt, struct msm_clock, clockevent); | ||
| 95 | switch (mode) { | ||
| 96 | case CLOCK_EVT_MODE_RESUME: | ||
| 97 | case CLOCK_EVT_MODE_PERIODIC: | ||
| 98 | break; | ||
| 99 | case CLOCK_EVT_MODE_ONESHOT: | ||
| 100 | writel(TIMER_ENABLE_EN, clock->regbase + TIMER_ENABLE); | ||
| 101 | break; | ||
| 102 | case CLOCK_EVT_MODE_UNUSED: | ||
| 103 | case CLOCK_EVT_MODE_SHUTDOWN: | ||
| 104 | writel(0, clock->regbase + TIMER_ENABLE); | ||
| 105 | break; | ||
| 106 | } | ||
| 107 | } | ||
| 108 | |||
| 109 | static struct msm_clock msm_clocks[] = { | ||
| 110 | { | ||
| 111 | .clockevent = { | ||
| 112 | .name = "gp_timer", | ||
| 113 | .features = CLOCK_EVT_FEAT_ONESHOT, | ||
| 114 | .shift = 32, | ||
| 115 | .rating = 200, | ||
| 116 | .set_next_event = msm_timer_set_next_event, | ||
| 117 | .set_mode = msm_timer_set_mode, | ||
| 118 | }, | ||
| 119 | .clocksource = { | ||
| 120 | .name = "gp_timer", | ||
| 121 | .rating = 200, | ||
| 122 | .read = msm_gpt_read, | ||
| 123 | .mask = CLOCKSOURCE_MASK(32), | ||
| 124 | .shift = 24, | ||
| 125 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | ||
| 126 | }, | ||
| 127 | .irq = { | ||
| 128 | .name = "gp_timer", | ||
| 129 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_TRIGGER_RISING, | ||
| 130 | .handler = msm_timer_interrupt, | ||
| 131 | .dev_id = &msm_clocks[0].clockevent, | ||
| 132 | .irq = INT_GP_TIMER_EXP | ||
| 133 | }, | ||
| 134 | .regbase = MSM_GPT_BASE, | ||
| 135 | .freq = GPT_HZ | ||
| 136 | }, | ||
| 137 | { | ||
| 138 | .clockevent = { | ||
| 139 | .name = "dg_timer", | ||
| 140 | .features = CLOCK_EVT_FEAT_ONESHOT, | ||
| 141 | .shift = 32 + MSM_DGT_SHIFT, | ||
| 142 | .rating = 300, | ||
| 143 | .set_next_event = msm_timer_set_next_event, | ||
| 144 | .set_mode = msm_timer_set_mode, | ||
| 145 | }, | ||
| 146 | .clocksource = { | ||
| 147 | .name = "dg_timer", | ||
| 148 | .rating = 300, | ||
| 149 | .read = msm_dgt_read, | ||
| 150 | .mask = CLOCKSOURCE_MASK((32 - MSM_DGT_SHIFT)), | ||
| 151 | .shift = 24 - MSM_DGT_SHIFT, | ||
| 152 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | ||
| 153 | }, | ||
| 154 | .irq = { | ||
| 155 | .name = "dg_timer", | ||
| 156 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_TRIGGER_RISING, | ||
| 157 | .handler = msm_timer_interrupt, | ||
| 158 | .dev_id = &msm_clocks[1].clockevent, | ||
| 159 | .irq = INT_DEBUG_TIMER_EXP | ||
| 160 | }, | ||
| 161 | .regbase = MSM_DGT_BASE, | ||
| 162 | .freq = DGT_HZ >> MSM_DGT_SHIFT, | ||
| 163 | .shift = MSM_DGT_SHIFT | ||
| 164 | } | ||
| 165 | }; | ||
| 166 | |||
| 167 | static void __init msm_timer_init(void) | ||
| 168 | { | ||
| 169 | int i; | ||
| 170 | int res; | ||
| 171 | |||
| 172 | for (i = 0; i < ARRAY_SIZE(msm_clocks); i++) { | ||
| 173 | struct msm_clock *clock = &msm_clocks[i]; | ||
| 174 | struct clock_event_device *ce = &clock->clockevent; | ||
| 175 | struct clocksource *cs = &clock->clocksource; | ||
| 176 | writel(0, clock->regbase + TIMER_ENABLE); | ||
| 177 | writel(0, clock->regbase + TIMER_CLEAR); | ||
| 178 | writel(~0, clock->regbase + TIMER_MATCH_VAL); | ||
| 179 | |||
| 180 | ce->mult = div_sc(clock->freq, NSEC_PER_SEC, ce->shift); | ||
| 181 | /* allow at least 10 seconds to notice that the timer wrapped */ | ||
| 182 | ce->max_delta_ns = | ||
| 183 | clockevent_delta2ns(0xf0000000 >> clock->shift, ce); | ||
| 184 | /* 4 gets rounded down to 3 */ | ||
| 185 | ce->min_delta_ns = clockevent_delta2ns(4, ce); | ||
| 186 | ce->cpumask = cpumask_of_cpu(0); | ||
| 187 | |||
| 188 | cs->mult = clocksource_hz2mult(clock->freq, cs->shift); | ||
| 189 | res = clocksource_register(cs); | ||
| 190 | if (res) | ||
| 191 | printk(KERN_ERR "msm_timer_init: clocksource_register " | ||
| 192 | "failed for %s\n", cs->name); | ||
| 193 | |||
| 194 | res = setup_irq(clock->irq.irq, &clock->irq); | ||
| 195 | if (res) | ||
| 196 | printk(KERN_ERR "msm_timer_init: setup_irq " | ||
| 197 | "failed for %s\n", cs->name); | ||
| 198 | |||
| 199 | clockevents_register_device(ce); | ||
| 200 | } | ||
| 201 | } | ||
| 202 | |||
| 203 | struct sys_timer msm_timer = { | ||
| 204 | .init = msm_timer_init | ||
| 205 | }; | ||
diff --git a/arch/arm/mach-omap1/board-nokia770.c b/arch/arm/mach-omap1/board-nokia770.c index 182a98a9df4c..e2c8ffd75cff 100644 --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c | |||
| @@ -32,7 +32,6 @@ | |||
| 32 | #include <asm/arch/common.h> | 32 | #include <asm/arch/common.h> |
| 33 | #include <asm/arch/dsp_common.h> | 33 | #include <asm/arch/dsp_common.h> |
| 34 | #include <asm/arch/aic23.h> | 34 | #include <asm/arch/aic23.h> |
| 35 | #include <asm/arch/gpio.h> | ||
| 36 | #include <asm/arch/omapfb.h> | 35 | #include <asm/arch/omapfb.h> |
| 37 | #include <asm/arch/lcd_mipid.h> | 36 | #include <asm/arch/lcd_mipid.h> |
| 38 | 37 | ||
diff --git a/arch/arm/mach-omap1/board-osk.c b/arch/arm/mach-omap1/board-osk.c index 5b575e687a2a..4e016179f312 100644 --- a/arch/arm/mach-omap1/board-osk.c +++ b/arch/arm/mach-omap1/board-osk.c | |||
| @@ -31,7 +31,6 @@ | |||
| 31 | #include <linux/platform_device.h> | 31 | #include <linux/platform_device.h> |
| 32 | #include <linux/interrupt.h> | 32 | #include <linux/interrupt.h> |
| 33 | #include <linux/irq.h> | 33 | #include <linux/irq.h> |
| 34 | #include <linux/interrupt.h> | ||
| 35 | #include <linux/i2c.h> | 34 | #include <linux/i2c.h> |
| 36 | 35 | ||
| 37 | #include <linux/mtd/mtd.h> | 36 | #include <linux/mtd/mtd.h> |
diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index e47010fec275..ed7094a70064 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c | |||
| @@ -42,7 +42,6 @@ | |||
| 42 | #include <asm/arch/common.h> | 42 | #include <asm/arch/common.h> |
| 43 | #include <asm/arch/omap-alsa.h> | 43 | #include <asm/arch/omap-alsa.h> |
| 44 | 44 | ||
| 45 | #include <linux/input.h> | ||
| 46 | #include <linux/spi/spi.h> | 45 | #include <linux/spi/spi.h> |
| 47 | #include <linux/spi/ads7846.h> | 46 | #include <linux/spi/ads7846.h> |
| 48 | 47 | ||
diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index c275d517764a..a9a0f6610c3d 100644 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c | |||
| @@ -44,7 +44,6 @@ | |||
| 44 | #include <asm/arch/common.h> | 44 | #include <asm/arch/common.h> |
| 45 | #include <asm/arch/omap-alsa.h> | 45 | #include <asm/arch/omap-alsa.h> |
| 46 | 46 | ||
| 47 | #include <linux/input.h> | ||
| 48 | #include <linux/spi/spi.h> | 47 | #include <linux/spi/spi.h> |
| 49 | #include <linux/spi/ads7846.h> | 48 | #include <linux/spi/ads7846.h> |
| 50 | 49 | ||
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index d9805e3d9304..06b7e54a0128 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c | |||
| @@ -639,7 +639,7 @@ static void omap_pm_finish(void) | |||
| 639 | } | 639 | } |
| 640 | 640 | ||
| 641 | 641 | ||
| 642 | static irqreturn_t omap_wakeup_interrupt(int irq, void *dev) | 642 | static irqreturn_t omap_wakeup_interrupt(int irq, void *dev) |
| 643 | { | 643 | { |
| 644 | return IRQ_HANDLED; | 644 | return IRQ_HANDLED; |
| 645 | } | 645 | } |
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index 3bb49c17c858..94e38cc2bb6c 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c | |||
| @@ -26,7 +26,6 @@ | |||
| 26 | #include <linux/interrupt.h> | 26 | #include <linux/interrupt.h> |
| 27 | #include <linux/delay.h> | 27 | #include <linux/delay.h> |
| 28 | #include <linux/leds.h> | 28 | #include <linux/leds.h> |
| 29 | #include <linux/irq.h> | ||
| 30 | 29 | ||
| 31 | #include <asm/hardware.h> | 30 | #include <asm/hardware.h> |
| 32 | #include <asm/mach-types.h> | 31 | #include <asm/mach-types.h> |
diff --git a/arch/arm/mach-pxa/ssp.c b/arch/arm/mach-pxa/ssp.c index 422afee88169..b2eb38543d1c 100644 --- a/arch/arm/mach-pxa/ssp.c +++ b/arch/arm/mach-pxa/ssp.c | |||
| @@ -67,7 +67,7 @@ static int use_count[PXA_SSP_PORTS] = {0, 0, 0}; | |||
| 67 | 67 | ||
| 68 | static irqreturn_t ssp_interrupt(int irq, void *dev_id) | 68 | static irqreturn_t ssp_interrupt(int irq, void *dev_id) |
| 69 | { | 69 | { |
| 70 | struct ssp_dev *dev = (struct ssp_dev*) dev_id; | 70 | struct ssp_dev *dev = dev_id; |
| 71 | unsigned int status = SSSR_P(dev->port); | 71 | unsigned int status = SSSR_P(dev->port); |
| 72 | 72 | ||
| 73 | SSSR_P(dev->port) = status; /* clear status bits */ | 73 | SSSR_P(dev->port) = status; /* clear status bits */ |
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 587864fe25fb..66175471fff3 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
| @@ -530,7 +530,7 @@ static struct s3c2410fb_mach_info __initdata bast_fb_info = { | |||
| 530 | 530 | ||
| 531 | .displays = bast_lcd_info, | 531 | .displays = bast_lcd_info, |
| 532 | .num_displays = ARRAY_SIZE(bast_lcd_info), | 532 | .num_displays = ARRAY_SIZE(bast_lcd_info), |
| 533 | .default_display = 4, | 533 | .default_display = 1, |
| 534 | }; | 534 | }; |
| 535 | 535 | ||
| 536 | /* Standard BAST devices */ | 536 | /* Standard BAST devices */ |
| @@ -540,7 +540,6 @@ static struct platform_device *bast_devices[] __initdata = { | |||
| 540 | &s3c_device_lcd, | 540 | &s3c_device_lcd, |
| 541 | &s3c_device_wdt, | 541 | &s3c_device_wdt, |
| 542 | &s3c_device_i2c, | 542 | &s3c_device_i2c, |
| 543 | &s3c_device_iis, | ||
| 544 | &s3c_device_rtc, | 543 | &s3c_device_rtc, |
| 545 | &s3c_device_nand, | 544 | &s3c_device_nand, |
| 546 | &bast_device_nor, | 545 | &bast_device_nor, |
diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c index 9f43f3f124f5..3aade7b78fe5 100644 --- a/arch/arm/mach-s3c2410/mach-vr1000.c +++ b/arch/arm/mach-s3c2410/mach-vr1000.c | |||
| @@ -365,7 +365,6 @@ static struct platform_device *vr1000_devices[] __initdata = { | |||
| 365 | &s3c_device_lcd, | 365 | &s3c_device_lcd, |
| 366 | &s3c_device_wdt, | 366 | &s3c_device_wdt, |
| 367 | &s3c_device_i2c, | 367 | &s3c_device_i2c, |
| 368 | &s3c_device_iis, | ||
| 369 | &s3c_device_adc, | 368 | &s3c_device_adc, |
| 370 | &serial_device, | 369 | &serial_device, |
| 371 | &vr1000_nor, | 370 | &vr1000_nor, |
diff --git a/arch/arm/mach-s3c2410/usb-simtec.c b/arch/arm/mach-s3c2410/usb-simtec.c index bcd562ac1d3d..6aec86a5da56 100644 --- a/arch/arm/mach-s3c2410/usb-simtec.c +++ b/arch/arm/mach-s3c2410/usb-simtec.c | |||
| @@ -60,7 +60,7 @@ usb_simtec_powercontrol(int port, int to) | |||
| 60 | static irqreturn_t | 60 | static irqreturn_t |
| 61 | usb_simtec_ocirq(int irq, void *pw) | 61 | usb_simtec_ocirq(int irq, void *pw) |
| 62 | { | 62 | { |
| 63 | struct s3c2410_hcd_info *info = (struct s3c2410_hcd_info *)pw; | 63 | struct s3c2410_hcd_info *info = pw; |
| 64 | 64 | ||
| 65 | if (s3c2410_gpio_getpin(S3C2410_GPG10) == 0) { | 65 | if (s3c2410_gpio_getpin(S3C2410_GPG10) == 0) { |
| 66 | pr_debug("usb_simtec: over-current irq (oc detected)\n"); | 66 | pr_debug("usb_simtec: over-current irq (oc detected)\n"); |
diff --git a/arch/arm/mach-s3c2412/Kconfig b/arch/arm/mach-s3c2412/Kconfig index 8e8fe48ea47f..0b43431d4b75 100644 --- a/arch/arm/mach-s3c2412/Kconfig +++ b/arch/arm/mach-s3c2412/Kconfig | |||
| @@ -10,6 +10,7 @@ config CPU_S3C2412 | |||
| 10 | select CPU_LLSERIAL_S3C2440 | 10 | select CPU_LLSERIAL_S3C2440 |
| 11 | select S3C2412_PM if PM | 11 | select S3C2412_PM if PM |
| 12 | select S3C2412_DMA if S3C2410_DMA | 12 | select S3C2412_DMA if S3C2410_DMA |
| 13 | select S3C2410_GPIO | ||
| 13 | help | 14 | help |
| 14 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line | 15 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line |
| 15 | 16 | ||
diff --git a/arch/arm/mach-s3c2412/Makefile b/arch/arm/mach-s3c2412/Makefile index f8e011691b31..267f3348301e 100644 --- a/arch/arm/mach-s3c2412/Makefile +++ b/arch/arm/mach-s3c2412/Makefile | |||
| @@ -12,8 +12,9 @@ obj- := | |||
| 12 | obj-$(CONFIG_CPU_S3C2412) += s3c2412.o | 12 | obj-$(CONFIG_CPU_S3C2412) += s3c2412.o |
| 13 | obj-$(CONFIG_CPU_S3C2412) += irq.o | 13 | obj-$(CONFIG_CPU_S3C2412) += irq.o |
| 14 | obj-$(CONFIG_CPU_S3C2412) += clock.o | 14 | obj-$(CONFIG_CPU_S3C2412) += clock.o |
| 15 | obj-$(CONFIG_CPU_S3C2412) += gpio.o | ||
| 15 | obj-$(CONFIG_S3C2412_DMA) += dma.o | 16 | obj-$(CONFIG_S3C2412_DMA) += dma.o |
| 16 | obj-$(CONFIG_S3C2412_PM) += pm.o | 17 | obj-$(CONFIG_S3C2412_PM) += pm.o sleep.o |
| 17 | 18 | ||
| 18 | # Machine support | 19 | # Machine support |
| 19 | 20 | ||
diff --git a/arch/arm/mach-s3c2412/clock.c b/arch/arm/mach-s3c2412/clock.c index 458993601897..2697a65ba727 100644 --- a/arch/arm/mach-s3c2412/clock.c +++ b/arch/arm/mach-s3c2412/clock.c | |||
| @@ -217,7 +217,7 @@ static int s3c2412_setparent_msysclk(struct clk *clk, struct clk *parent) | |||
| 217 | 217 | ||
| 218 | if (parent == &clk_mdivclk) | 218 | if (parent == &clk_mdivclk) |
| 219 | clksrc &= ~S3C2412_CLKSRC_MSYSCLK_MPLL; | 219 | clksrc &= ~S3C2412_CLKSRC_MSYSCLK_MPLL; |
| 220 | else if (parent == &clk_upll) | 220 | else if (parent == &clk_mpll) |
| 221 | clksrc |= S3C2412_CLKSRC_MSYSCLK_MPLL; | 221 | clksrc |= S3C2412_CLKSRC_MSYSCLK_MPLL; |
| 222 | else | 222 | else |
| 223 | return -EINVAL; | 223 | return -EINVAL; |
| @@ -234,6 +234,45 @@ static struct clk clk_msysclk = { | |||
| 234 | .set_parent = s3c2412_setparent_msysclk, | 234 | .set_parent = s3c2412_setparent_msysclk, |
| 235 | }; | 235 | }; |
| 236 | 236 | ||
| 237 | static int s3c2412_setparent_armclk(struct clk *clk, struct clk *parent) | ||
| 238 | { | ||
| 239 | unsigned long flags; | ||
| 240 | unsigned long clkdiv; | ||
| 241 | unsigned long dvs; | ||
| 242 | |||
| 243 | /* Note, we current equate fclk andf msysclk for S3C2412 */ | ||
| 244 | |||
| 245 | if (parent == &clk_msysclk || parent == &clk_f) | ||
| 246 | dvs = 0; | ||
| 247 | else if (parent == &clk_h) | ||
| 248 | dvs = S3C2412_CLKDIVN_DVSEN; | ||
| 249 | else | ||
| 250 | return -EINVAL; | ||
| 251 | |||
| 252 | clk->parent = parent; | ||
| 253 | |||
| 254 | /* update this under irq lockdown, clkdivn is not protected | ||
| 255 | * by the clock system. */ | ||
| 256 | |||
| 257 | local_irq_save(flags); | ||
| 258 | |||
| 259 | clkdiv = __raw_readl(S3C2410_CLKDIVN); | ||
| 260 | clkdiv &= ~S3C2412_CLKDIVN_DVSEN; | ||
| 261 | clkdiv |= dvs; | ||
| 262 | __raw_writel(clkdiv, S3C2410_CLKDIVN); | ||
| 263 | |||
| 264 | local_irq_restore(flags); | ||
| 265 | |||
| 266 | return 0; | ||
| 267 | } | ||
| 268 | |||
| 269 | static struct clk clk_armclk = { | ||
| 270 | .name = "armclk", | ||
| 271 | .id = -1, | ||
| 272 | .parent = &clk_msysclk, | ||
| 273 | .set_parent = s3c2412_setparent_armclk, | ||
| 274 | }; | ||
| 275 | |||
| 237 | /* these next clocks have an divider immediately after them, | 276 | /* these next clocks have an divider immediately after them, |
| 238 | * so we can register them with their divider and leave out the | 277 | * so we can register them with their divider and leave out the |
| 239 | * intermediate clock stage | 278 | * intermediate clock stage |
| @@ -630,11 +669,13 @@ static struct clk *clks[] __initdata = { | |||
| 630 | &clk_erefclk, | 669 | &clk_erefclk, |
| 631 | &clk_urefclk, | 670 | &clk_urefclk, |
| 632 | &clk_mrefclk, | 671 | &clk_mrefclk, |
| 672 | &clk_armclk, | ||
| 633 | }; | 673 | }; |
| 634 | 674 | ||
| 635 | int __init s3c2412_baseclk_add(void) | 675 | int __init s3c2412_baseclk_add(void) |
| 636 | { | 676 | { |
| 637 | unsigned long clkcon = __raw_readl(S3C2410_CLKCON); | 677 | unsigned long clkcon = __raw_readl(S3C2410_CLKCON); |
| 678 | unsigned int dvs; | ||
| 638 | struct clk *clkp; | 679 | struct clk *clkp; |
| 639 | int ret; | 680 | int ret; |
| 640 | int ptr; | 681 | int ptr; |
| @@ -643,6 +684,8 @@ int __init s3c2412_baseclk_add(void) | |||
| 643 | clk_usb_bus.parent = &clk_usbsrc; | 684 | clk_usb_bus.parent = &clk_usbsrc; |
| 644 | clk_usb_bus.rate = 0x0; | 685 | clk_usb_bus.rate = 0x0; |
| 645 | 686 | ||
| 687 | clk_f.parent = &clk_msysclk; | ||
| 688 | |||
| 646 | s3c2412_clk_initparents(); | 689 | s3c2412_clk_initparents(); |
| 647 | 690 | ||
| 648 | for (ptr = 0; ptr < ARRAY_SIZE(clks); ptr++) { | 691 | for (ptr = 0; ptr < ARRAY_SIZE(clks); ptr++) { |
| @@ -655,6 +698,15 @@ int __init s3c2412_baseclk_add(void) | |||
| 655 | } | 698 | } |
| 656 | } | 699 | } |
| 657 | 700 | ||
| 701 | /* set the dvs state according to what we got at boot time */ | ||
| 702 | |||
| 703 | dvs = __raw_readl(S3C2410_CLKDIVN) & S3C2412_CLKDIVN_DVSEN; | ||
| 704 | |||
| 705 | if (dvs) | ||
| 706 | clk_armclk.parent = &clk_h; | ||
| 707 | |||
| 708 | printk(KERN_INFO "S3C2412: DVS is %s\n", dvs ? "on" : "off"); | ||
| 709 | |||
| 658 | /* ensure usb bus clock is within correct rate of 48MHz */ | 710 | /* ensure usb bus clock is within correct rate of 48MHz */ |
| 659 | 711 | ||
| 660 | if (clk_get_rate(&clk_usb_bus) != (48 * 1000 * 1000)) { | 712 | if (clk_get_rate(&clk_usb_bus) != (48 * 1000 * 1000)) { |
diff --git a/arch/arm/mach-s3c2412/dma.c b/arch/arm/mach-s3c2412/dma.c index 53c1d5bbce19..1dd864993566 100644 --- a/arch/arm/mach-s3c2412/dma.c +++ b/arch/arm/mach-s3c2412/dma.c | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | #include <asm/arch/regs-mem.h> | 30 | #include <asm/arch/regs-mem.h> |
| 31 | #include <asm/arch/regs-lcd.h> | 31 | #include <asm/arch/regs-lcd.h> |
| 32 | #include <asm/arch/regs-sdi.h> | 32 | #include <asm/arch/regs-sdi.h> |
| 33 | #include <asm/plat-s3c24xx/regs-s3c2412-iis.h> | ||
| 33 | #include <asm/plat-s3c24xx/regs-iis.h> | 34 | #include <asm/plat-s3c24xx/regs-iis.h> |
| 34 | #include <asm/plat-s3c24xx/regs-spi.h> | 35 | #include <asm/plat-s3c24xx/regs-spi.h> |
| 35 | 36 | ||
| @@ -39,106 +40,141 @@ static struct s3c24xx_dma_map __initdata s3c2412_dma_mappings[] = { | |||
| 39 | [DMACH_XD0] = { | 40 | [DMACH_XD0] = { |
| 40 | .name = "xdreq0", | 41 | .name = "xdreq0", |
| 41 | .channels = MAP(S3C2412_DMAREQSEL_XDREQ0), | 42 | .channels = MAP(S3C2412_DMAREQSEL_XDREQ0), |
| 43 | .channels_rx = MAP(S3C2412_DMAREQSEL_XDREQ0), | ||
| 42 | }, | 44 | }, |
| 43 | [DMACH_XD1] = { | 45 | [DMACH_XD1] = { |
| 44 | .name = "xdreq1", | 46 | .name = "xdreq1", |
| 45 | .channels = MAP(S3C2412_DMAREQSEL_XDREQ1), | 47 | .channels = MAP(S3C2412_DMAREQSEL_XDREQ1), |
| 48 | .channels_rx = MAP(S3C2412_DMAREQSEL_XDREQ1), | ||
| 46 | }, | 49 | }, |
| 47 | [DMACH_SDI] = { | 50 | [DMACH_SDI] = { |
| 48 | .name = "sdi", | 51 | .name = "sdi", |
| 49 | .channels = MAP(S3C2412_DMAREQSEL_SDI), | 52 | .channels = MAP(S3C2412_DMAREQSEL_SDI), |
| 50 | .hw_addr.to = S3C2410_PA_IIS + S3C2410_IISFIFO, | 53 | .channels_rx = MAP(S3C2412_DMAREQSEL_SDI), |
| 51 | .hw_addr.from = S3C2410_PA_IIS + S3C2410_IISFIFO, | 54 | .hw_addr.to = S3C2410_PA_SDI + S3C2410_SDIDATA, |
| 55 | .hw_addr.from = S3C2410_PA_SDI + S3C2410_SDIDATA, | ||
| 52 | }, | 56 | }, |
| 53 | [DMACH_SPI0] = { | 57 | [DMACH_SPI0] = { |
| 54 | .name = "spi0", | 58 | .name = "spi0", |
| 55 | .channels = MAP(S3C2412_DMAREQSEL_SPI0TX), | 59 | .channels = MAP(S3C2412_DMAREQSEL_SPI0TX), |
| 60 | .channels_rx = MAP(S3C2412_DMAREQSEL_SPI0RX), | ||
| 56 | .hw_addr.to = S3C2410_PA_SPI + S3C2410_SPTDAT, | 61 | .hw_addr.to = S3C2410_PA_SPI + S3C2410_SPTDAT, |
| 57 | .hw_addr.from = S3C2410_PA_SPI + S3C2410_SPRDAT, | 62 | .hw_addr.from = S3C2410_PA_SPI + S3C2410_SPRDAT, |
| 58 | }, | 63 | }, |
| 59 | [DMACH_SPI1] = { | 64 | [DMACH_SPI1] = { |
| 60 | .name = "spi1", | 65 | .name = "spi1", |
| 61 | .channels = MAP(S3C2412_DMAREQSEL_SPI1TX), | 66 | .channels = MAP(S3C2412_DMAREQSEL_SPI1TX), |
| 67 | .channels_rx = MAP(S3C2412_DMAREQSEL_SPI1RX), | ||
| 62 | .hw_addr.to = S3C2410_PA_SPI + S3C2412_SPI1 + S3C2410_SPTDAT, | 68 | .hw_addr.to = S3C2410_PA_SPI + S3C2412_SPI1 + S3C2410_SPTDAT, |
| 63 | .hw_addr.from = S3C2410_PA_SPI + S3C2412_SPI1 + S3C2410_SPRDAT, | 69 | .hw_addr.from = S3C2410_PA_SPI + S3C2412_SPI1 + S3C2410_SPRDAT, |
| 64 | }, | 70 | }, |
| 65 | [DMACH_UART0] = { | 71 | [DMACH_UART0] = { |
| 66 | .name = "uart0", | 72 | .name = "uart0", |
| 67 | .channels = MAP(S3C2412_DMAREQSEL_UART0_0), | 73 | .channels = MAP(S3C2412_DMAREQSEL_UART0_0), |
| 74 | .channels_rx = MAP(S3C2412_DMAREQSEL_UART0_0), | ||
| 68 | .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH, | 75 | .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH, |
| 69 | .hw_addr.from = S3C2410_PA_UART0 + S3C2410_URXH, | 76 | .hw_addr.from = S3C2410_PA_UART0 + S3C2410_URXH, |
| 70 | }, | 77 | }, |
| 71 | [DMACH_UART1] = { | 78 | [DMACH_UART1] = { |
| 72 | .name = "uart1", | 79 | .name = "uart1", |
| 73 | .channels = MAP(S3C2412_DMAREQSEL_UART1_0), | 80 | .channels = MAP(S3C2412_DMAREQSEL_UART1_0), |
| 81 | .channels_rx = MAP(S3C2412_DMAREQSEL_UART1_0), | ||
| 74 | .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH, | 82 | .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH, |
| 75 | .hw_addr.from = S3C2410_PA_UART1 + S3C2410_URXH, | 83 | .hw_addr.from = S3C2410_PA_UART1 + S3C2410_URXH, |
| 76 | }, | 84 | }, |
| 77 | [DMACH_UART2] = { | 85 | [DMACH_UART2] = { |
| 78 | .name = "uart2", | 86 | .name = "uart2", |
| 79 | .channels = MAP(S3C2412_DMAREQSEL_UART2_0), | 87 | .channels = MAP(S3C2412_DMAREQSEL_UART2_0), |
| 88 | .channels_rx = MAP(S3C2412_DMAREQSEL_UART2_0), | ||
| 80 | .hw_addr.to = S3C2410_PA_UART2 + S3C2410_UTXH, | 89 | .hw_addr.to = S3C2410_PA_UART2 + S3C2410_UTXH, |
| 81 | .hw_addr.from = S3C2410_PA_UART2 + S3C2410_URXH, | 90 | .hw_addr.from = S3C2410_PA_UART2 + S3C2410_URXH, |
| 82 | }, | 91 | }, |
| 83 | [DMACH_UART0_SRC2] = { | 92 | [DMACH_UART0_SRC2] = { |
| 84 | .name = "uart0", | 93 | .name = "uart0", |
| 85 | .channels = MAP(S3C2412_DMAREQSEL_UART0_1), | 94 | .channels = MAP(S3C2412_DMAREQSEL_UART0_1), |
| 95 | .channels_rx = MAP(S3C2412_DMAREQSEL_UART0_1), | ||
| 86 | .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH, | 96 | .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH, |
| 87 | .hw_addr.from = S3C2410_PA_UART0 + S3C2410_URXH, | 97 | .hw_addr.from = S3C2410_PA_UART0 + S3C2410_URXH, |
| 88 | }, | 98 | }, |
| 89 | [DMACH_UART1_SRC2] = { | 99 | [DMACH_UART1_SRC2] = { |
| 90 | .name = "uart1", | 100 | .name = "uart1", |
| 91 | .channels = MAP(S3C2412_DMAREQSEL_UART1_1), | 101 | .channels = MAP(S3C2412_DMAREQSEL_UART1_1), |
| 102 | .channels_rx = MAP(S3C2412_DMAREQSEL_UART1_1), | ||
| 92 | .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH, | 103 | .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH, |
| 93 | .hw_addr.from = S3C2410_PA_UART1 + S3C2410_URXH, | 104 | .hw_addr.from = S3C2410_PA_UART1 + S3C2410_URXH, |
| 94 | }, | 105 | }, |
| 95 | [DMACH_UART2_SRC2] = { | 106 | [DMACH_UART2_SRC2] = { |
| 96 | .name = "uart2", | 107 | .name = "uart2", |
| 97 | .channels = MAP(S3C2412_DMAREQSEL_UART2_1), | 108 | .channels = MAP(S3C2412_DMAREQSEL_UART2_1), |
| 109 | .channels_rx = MAP(S3C2412_DMAREQSEL_UART2_1), | ||
| 98 | .hw_addr.to = S3C2410_PA_UART2 + S3C2410_UTXH, | 110 | .hw_addr.to = S3C2410_PA_UART2 + S3C2410_UTXH, |
| 99 | .hw_addr.from = S3C2410_PA_UART2 + S3C2410_URXH, | 111 | .hw_addr.from = S3C2410_PA_UART2 + S3C2410_URXH, |
| 100 | }, | 112 | }, |
| 101 | [DMACH_TIMER] = { | 113 | [DMACH_TIMER] = { |
| 102 | .name = "timer", | 114 | .name = "timer", |
| 103 | .channels = MAP(S3C2412_DMAREQSEL_TIMER), | 115 | .channels = MAP(S3C2412_DMAREQSEL_TIMER), |
| 116 | .channels_rx = MAP(S3C2412_DMAREQSEL_TIMER), | ||
| 104 | }, | 117 | }, |
| 105 | [DMACH_I2S_IN] = { | 118 | [DMACH_I2S_IN] = { |
| 106 | .name = "i2s-sdi", | 119 | .name = "i2s-sdi", |
| 107 | .channels = MAP(S3C2412_DMAREQSEL_I2SRX), | 120 | .channels = MAP(S3C2412_DMAREQSEL_I2SRX), |
| 108 | .hw_addr.from = S3C2410_PA_IIS + S3C2410_IISFIFO, | 121 | .channels_rx = MAP(S3C2412_DMAREQSEL_I2SRX), |
| 122 | .hw_addr.from = S3C2410_PA_IIS + S3C2412_IISRXD, | ||
| 109 | }, | 123 | }, |
| 110 | [DMACH_I2S_OUT] = { | 124 | [DMACH_I2S_OUT] = { |
| 111 | .name = "i2s-sdo", | 125 | .name = "i2s-sdo", |
| 112 | .channels = MAP(S3C2412_DMAREQSEL_I2STX), | 126 | .channels = MAP(S3C2412_DMAREQSEL_I2STX), |
| 113 | .hw_addr.to = S3C2410_PA_IIS + S3C2410_IISFIFO, | 127 | .channels_rx = MAP(S3C2412_DMAREQSEL_I2STX), |
| 128 | .hw_addr.to = S3C2410_PA_IIS + S3C2412_IISTXD, | ||
| 114 | }, | 129 | }, |
| 115 | [DMACH_USB_EP1] = { | 130 | [DMACH_USB_EP1] = { |
| 116 | .name = "usb-ep1", | 131 | .name = "usb-ep1", |
| 117 | .channels = MAP(S3C2412_DMAREQSEL_USBEP1), | 132 | .channels = MAP(S3C2412_DMAREQSEL_USBEP1), |
| 133 | .channels_rx = MAP(S3C2412_DMAREQSEL_USBEP1), | ||
| 118 | }, | 134 | }, |
| 119 | [DMACH_USB_EP2] = { | 135 | [DMACH_USB_EP2] = { |
| 120 | .name = "usb-ep2", | 136 | .name = "usb-ep2", |
| 121 | .channels = MAP(S3C2412_DMAREQSEL_USBEP2), | 137 | .channels = MAP(S3C2412_DMAREQSEL_USBEP2), |
| 138 | .channels_rx = MAP(S3C2412_DMAREQSEL_USBEP2), | ||
| 122 | }, | 139 | }, |
| 123 | [DMACH_USB_EP3] = { | 140 | [DMACH_USB_EP3] = { |
| 124 | .name = "usb-ep3", | 141 | .name = "usb-ep3", |
| 125 | .channels = MAP(S3C2412_DMAREQSEL_USBEP3), | 142 | .channels = MAP(S3C2412_DMAREQSEL_USBEP3), |
| 143 | .channels_rx = MAP(S3C2412_DMAREQSEL_USBEP3), | ||
| 126 | }, | 144 | }, |
| 127 | [DMACH_USB_EP4] = { | 145 | [DMACH_USB_EP4] = { |
| 128 | .name = "usb-ep4", | 146 | .name = "usb-ep4", |
| 129 | .channels = MAP(S3C2412_DMAREQSEL_USBEP4), | 147 | .channels = MAP(S3C2412_DMAREQSEL_USBEP4), |
| 148 | .channels_rx = MAP(S3C2412_DMAREQSEL_USBEP4), | ||
| 130 | }, | 149 | }, |
| 131 | }; | 150 | }; |
| 132 | 151 | ||
| 152 | static void s3c2412_dma_direction(struct s3c2410_dma_chan *chan, | ||
| 153 | struct s3c24xx_dma_map *map, | ||
| 154 | enum s3c2410_dmasrc dir) | ||
| 155 | { | ||
| 156 | unsigned long chsel; | ||
| 157 | |||
| 158 | if (dir == S3C2410_DMASRC_HW) | ||
| 159 | chsel = map->channels_rx[0]; | ||
| 160 | else | ||
| 161 | chsel = map->channels[0]; | ||
| 162 | |||
| 163 | chsel &= ~DMA_CH_VALID; | ||
| 164 | chsel |= S3C2412_DMAREQSEL_HW; | ||
| 165 | |||
| 166 | writel(chsel, chan->regs + S3C2412_DMA_DMAREQSEL); | ||
| 167 | } | ||
| 168 | |||
| 133 | static void s3c2412_dma_select(struct s3c2410_dma_chan *chan, | 169 | static void s3c2412_dma_select(struct s3c2410_dma_chan *chan, |
| 134 | struct s3c24xx_dma_map *map) | 170 | struct s3c24xx_dma_map *map) |
| 135 | { | 171 | { |
| 136 | writel(map->channels[0] | S3C2412_DMAREQSEL_HW, | 172 | s3c2412_dma_direction(chan, map, chan->source); |
| 137 | chan->regs + S3C2412_DMA_DMAREQSEL); | ||
| 138 | } | 173 | } |
| 139 | 174 | ||
| 140 | static struct s3c24xx_dma_selection __initdata s3c2412_dma_sel = { | 175 | static struct s3c24xx_dma_selection __initdata s3c2412_dma_sel = { |
| 141 | .select = s3c2412_dma_select, | 176 | .select = s3c2412_dma_select, |
| 177 | .direction = s3c2412_dma_direction, | ||
| 142 | .dcon_mask = 0, | 178 | .dcon_mask = 0, |
| 143 | .map = s3c2412_dma_mappings, | 179 | .map = s3c2412_dma_mappings, |
| 144 | .map_size = ARRAY_SIZE(s3c2412_dma_mappings), | 180 | .map_size = ARRAY_SIZE(s3c2412_dma_mappings), |
diff --git a/arch/arm/mach-s3c2412/gpio.c b/arch/arm/mach-s3c2412/gpio.c new file mode 100644 index 000000000000..8e55c3a2eab8 --- /dev/null +++ b/arch/arm/mach-s3c2412/gpio.c | |||
| @@ -0,0 +1,60 @@ | |||
| 1 | /* linux/arch/arm/mach-s3c2412/gpio.c | ||
| 2 | * | ||
| 3 | * Copyright (c) 2007 Simtec Electronics | ||
| 4 | * Ben Dooks <ben@simtec.co.uk> | ||
| 5 | * | ||
| 6 | * http://armlinux.simtec.co.uk/. | ||
| 7 | * | ||
| 8 | * S3C2412/S3C2413 specific GPIO support | ||
| 9 | * | ||
| 10 | * This program is free software; you can redistribute it and/or modify | ||
| 11 | * it under the terms of the GNU General Public License version 2 as | ||
| 12 | * published by the Free Software Foundation. | ||
| 13 | */ | ||
| 14 | |||
| 15 | #include <linux/kernel.h> | ||
| 16 | #include <linux/types.h> | ||
| 17 | #include <linux/module.h> | ||
| 18 | #include <linux/interrupt.h> | ||
| 19 | |||
| 20 | #include <asm/mach/arch.h> | ||
| 21 | #include <asm/mach/map.h> | ||
| 22 | |||
| 23 | #include <asm/arch/regs-gpio.h> | ||
| 24 | |||
| 25 | #include <asm/hardware.h> | ||
| 26 | |||
| 27 | int s3c2412_gpio_set_sleepcfg(unsigned int pin, unsigned int state) | ||
| 28 | { | ||
| 29 | void __iomem *base = S3C24XX_GPIO_BASE(pin); | ||
| 30 | unsigned long offs = S3C2410_GPIO_OFFSET(pin); | ||
| 31 | unsigned long flags; | ||
| 32 | unsigned long slpcon; | ||
| 33 | |||
| 34 | offs *= 2; | ||
| 35 | |||
| 36 | if (pin < S3C2410_GPIO_BANKB) | ||
| 37 | return -EINVAL; | ||
| 38 | |||
| 39 | if (pin >= S3C2410_GPIO_BANKF && | ||
| 40 | pin <= S3C2410_GPIO_BANKG) | ||
| 41 | return -EINVAL; | ||
| 42 | |||
| 43 | if (pin > (S3C2410_GPIO_BANKH + 32)) | ||
| 44 | return -EINVAL; | ||
| 45 | |||
| 46 | local_irq_save(flags); | ||
| 47 | |||
| 48 | slpcon = __raw_readl(base + 0x0C); | ||
| 49 | |||
| 50 | slpcon &= ~(3 << offs); | ||
| 51 | slpcon |= state << offs; | ||
| 52 | |||
| 53 | __raw_writel(slpcon, base + 0x0C); | ||
| 54 | |||
| 55 | local_irq_restore(flags); | ||
| 56 | |||
| 57 | return 0; | ||
| 58 | } | ||
| 59 | |||
| 60 | EXPORT_SYMBOL(s3c2412_gpio_set_sleepcfg); | ||
diff --git a/arch/arm/mach-s3c2412/irq.c b/arch/arm/mach-s3c2412/irq.c index e9d0c769f5da..cc1917bf952a 100644 --- a/arch/arm/mach-s3c2412/irq.c +++ b/arch/arm/mach-s3c2412/irq.c | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | 33 | ||
| 34 | #include <asm/arch/regs-irq.h> | 34 | #include <asm/arch/regs-irq.h> |
| 35 | #include <asm/arch/regs-gpio.h> | 35 | #include <asm/arch/regs-gpio.h> |
| 36 | #include <asm/arch/regs-power.h> | ||
| 36 | 37 | ||
| 37 | #include <asm/plat-s3c24xx/cpu.h> | 38 | #include <asm/plat-s3c24xx/cpu.h> |
| 38 | #include <asm/plat-s3c24xx/irq.h> | 39 | #include <asm/plat-s3c24xx/irq.h> |
| @@ -153,6 +154,22 @@ static struct irq_chip s3c2412_irq_cfsdi = { | |||
| 153 | .unmask = s3c2412_irq_cfsdi_unmask, | 154 | .unmask = s3c2412_irq_cfsdi_unmask, |
| 154 | }; | 155 | }; |
| 155 | 156 | ||
| 157 | static int s3c2412_irq_rtc_wake(unsigned int irqno, unsigned int state) | ||
| 158 | { | ||
| 159 | unsigned long pwrcfg; | ||
| 160 | |||
| 161 | pwrcfg = __raw_readl(S3C2412_PWRCFG); | ||
| 162 | if (state) | ||
| 163 | pwrcfg &= ~S3C2412_PWRCFG_RTC_MASKIRQ; | ||
| 164 | else | ||
| 165 | pwrcfg |= S3C2412_PWRCFG_RTC_MASKIRQ; | ||
| 166 | __raw_writel(pwrcfg, S3C2412_PWRCFG); | ||
| 167 | |||
| 168 | return s3c_irq_chip.set_wake(irqno, state); | ||
| 169 | } | ||
| 170 | |||
| 171 | static struct irq_chip s3c2412_irq_rtc_chip; | ||
| 172 | |||
| 156 | static int s3c2412_irq_add(struct sys_device *sysdev) | 173 | static int s3c2412_irq_add(struct sys_device *sysdev) |
| 157 | { | 174 | { |
| 158 | unsigned int irqno; | 175 | unsigned int irqno; |
| @@ -173,6 +190,13 @@ static int s3c2412_irq_add(struct sys_device *sysdev) | |||
| 173 | set_irq_flags(irqno, IRQF_VALID); | 190 | set_irq_flags(irqno, IRQF_VALID); |
| 174 | } | 191 | } |
| 175 | 192 | ||
| 193 | /* change RTC IRQ's set wake method */ | ||
| 194 | |||
| 195 | s3c2412_irq_rtc_chip = s3c_irq_chip; | ||
| 196 | s3c2412_irq_rtc_chip.set_wake = s3c2412_irq_rtc_wake; | ||
| 197 | |||
| 198 | set_irq_chip(IRQ_RTC, &s3c2412_irq_rtc_chip); | ||
| 199 | |||
| 176 | return 0; | 200 | return 0; |
| 177 | } | 201 | } |
| 178 | 202 | ||
diff --git a/arch/arm/mach-s3c2412/pm.c b/arch/arm/mach-s3c2412/pm.c index 8988dac388a9..d4ffb2d98076 100644 --- a/arch/arm/mach-s3c2412/pm.c +++ b/arch/arm/mach-s3c2412/pm.c | |||
| @@ -33,6 +33,8 @@ | |||
| 33 | 33 | ||
| 34 | #include <asm/plat-s3c24xx/s3c2412.h> | 34 | #include <asm/plat-s3c24xx/s3c2412.h> |
| 35 | 35 | ||
| 36 | extern void s3c2412_sleep_enter(void); | ||
| 37 | |||
| 36 | static void s3c2412_cpu_suspend(void) | 38 | static void s3c2412_cpu_suspend(void) |
| 37 | { | 39 | { |
| 38 | unsigned long tmp; | 40 | unsigned long tmp; |
| @@ -43,20 +45,7 @@ static void s3c2412_cpu_suspend(void) | |||
| 43 | tmp |= S3C2412_PWRCFG_STANDBYWFI_SLEEP; | 45 | tmp |= S3C2412_PWRCFG_STANDBYWFI_SLEEP; |
| 44 | __raw_writel(tmp, S3C2412_PWRCFG); | 46 | __raw_writel(tmp, S3C2412_PWRCFG); |
| 45 | 47 | ||
| 46 | /* issue the standby signal into the pm unit. Note, we | 48 | s3c2412_sleep_enter(); |
| 47 | * issue a write-buffer drain just in case */ | ||
| 48 | |||
| 49 | tmp = 0; | ||
| 50 | |||
| 51 | asm("b 1f\n\t" | ||
| 52 | ".align 5\n\t" | ||
| 53 | "1:\n\t" | ||
| 54 | "mcr p15, 0, %0, c7, c10, 4\n\t" | ||
| 55 | "mcr p15, 0, %0, c7, c0, 4" :: "r" (tmp)); | ||
| 56 | |||
| 57 | /* we should never get past here */ | ||
| 58 | |||
| 59 | panic("sleep resumed to originator?"); | ||
| 60 | } | 49 | } |
| 61 | 50 | ||
| 62 | static void s3c2412_pm_prepare(void) | 51 | static void s3c2412_pm_prepare(void) |
| @@ -88,7 +77,6 @@ static struct sleep_save s3c2412_sleep[] = { | |||
| 88 | SAVE_ITEM(S3C2412_GPBSLPCON), | 77 | SAVE_ITEM(S3C2412_GPBSLPCON), |
| 89 | SAVE_ITEM(S3C2412_GPCSLPCON), | 78 | SAVE_ITEM(S3C2412_GPCSLPCON), |
| 90 | SAVE_ITEM(S3C2412_GPDSLPCON), | 79 | SAVE_ITEM(S3C2412_GPDSLPCON), |
| 91 | SAVE_ITEM(S3C2412_GPESLPCON), | ||
| 92 | SAVE_ITEM(S3C2412_GPFSLPCON), | 80 | SAVE_ITEM(S3C2412_GPFSLPCON), |
| 93 | SAVE_ITEM(S3C2412_GPGSLPCON), | 81 | SAVE_ITEM(S3C2412_GPGSLPCON), |
| 94 | SAVE_ITEM(S3C2412_GPHSLPCON), | 82 | SAVE_ITEM(S3C2412_GPHSLPCON), |
diff --git a/arch/arm/mach-s3c2412/s3c2412.c b/arch/arm/mach-s3c2412/s3c2412.c index 265cd3f567a3..abf1599c9f97 100644 --- a/arch/arm/mach-s3c2412/s3c2412.c +++ b/arch/arm/mach-s3c2412/s3c2412.c | |||
| @@ -168,6 +168,8 @@ void __init s3c2412_init_clocks(int xtal) | |||
| 168 | 168 | ||
| 169 | fclk = s3c2410_get_pll(__raw_readl(S3C2410_MPLLCON), xtal*2); | 169 | fclk = s3c2410_get_pll(__raw_readl(S3C2410_MPLLCON), xtal*2); |
| 170 | 170 | ||
| 171 | clk_mpll.rate = fclk; | ||
| 172 | |||
| 171 | tmp = __raw_readl(S3C2410_CLKDIVN); | 173 | tmp = __raw_readl(S3C2410_CLKDIVN); |
| 172 | 174 | ||
| 173 | /* work out clock scalings */ | 175 | /* work out clock scalings */ |
diff --git a/arch/arm/mach-s3c2412/sleep.S b/arch/arm/mach-s3c2412/sleep.S new file mode 100644 index 000000000000..db32cac4199a --- /dev/null +++ b/arch/arm/mach-s3c2412/sleep.S | |||
| @@ -0,0 +1,68 @@ | |||
| 1 | /* linux/arch/arm/mach-s3c2412/sleep.S | ||
| 2 | * | ||
| 3 | * Copyright (c) 2007 Simtec Electronics | ||
| 4 | * Ben Dooks <ben@simtec.co.uk> | ||
| 5 | * | ||
| 6 | * S3C2412 Power Manager low-level sleep support | ||
| 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 as published by | ||
| 10 | * the Free Software Foundation; either version 2 of the License, or | ||
| 11 | * (at your option) any later version. | ||
| 12 | * | ||
| 13 | * This program is distributed in the hope that it will be useful, | ||
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 16 | * GNU General Public License for more details. | ||
| 17 | * | ||
| 18 | * You should have received a copy of the GNU General Public License | ||
| 19 | * along with this program; if not, write to the Free Software | ||
| 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 21 | */ | ||
| 22 | |||
| 23 | #include <linux/linkage.h> | ||
| 24 | #include <asm/assembler.h> | ||
| 25 | #include <asm/hardware.h> | ||
| 26 | #include <asm/arch/map.h> | ||
| 27 | |||
| 28 | #include <asm/arch/regs-irq.h> | ||
| 29 | |||
| 30 | .text | ||
| 31 | |||
| 32 | .global s3c2412_sleep_enter | ||
| 33 | |||
| 34 | s3c2412_sleep_enter: | ||
| 35 | mov r0, #0 /* argument for coprocessors */ | ||
| 36 | ldr r1, =S3C2410_INTPND | ||
| 37 | ldr r2, =S3C2410_SRCPND | ||
| 38 | ldr r3, =S3C2410_EINTPEND | ||
| 39 | |||
| 40 | teq r0, r0 | ||
| 41 | bl s3c2412_sleep_enter1 | ||
| 42 | teq pc, r0 | ||
| 43 | bl s3c2412_sleep_enter1 | ||
| 44 | |||
| 45 | .align 5 | ||
| 46 | |||
| 47 | /* this is called twice, first with the Z flag to ensure that the | ||
| 48 | * instructions have been loaded into the cache, and the second | ||
| 49 | * time to try and suspend the system. | ||
| 50 | */ | ||
| 51 | s3c2412_sleep_enter1: | ||
| 52 | mcr p15, 0, r0, c7, c10, 4 | ||
| 53 | mcrne p15, 0, r0, c7, c0, 4 | ||
| 54 | |||
| 55 | /* if we return from here, it is because an interrupt was | ||
| 56 | * active when we tried to shutdown. Try and ack the IRQ and | ||
| 57 | * retry, as simply returning causes the system to lock. | ||
| 58 | */ | ||
| 59 | |||
| 60 | ldrne r9, [ r1 ] | ||
| 61 | strne r9, [ r1 ] | ||
| 62 | ldrne r9, [ r2 ] | ||
| 63 | strne r9, [ r2 ] | ||
| 64 | ldrne r9, [ r3 ] | ||
| 65 | strne r9, [ r3 ] | ||
| 66 | bne s3c2412_sleep_enter1 | ||
| 67 | |||
| 68 | mov pc, r14 | ||
diff --git a/arch/arm/mach-s3c2440/clock.c b/arch/arm/mach-s3c2440/clock.c index 79e2ea4adaf3..184d804934c9 100644 --- a/arch/arm/mach-s3c2440/clock.c +++ b/arch/arm/mach-s3c2440/clock.c | |||
| @@ -111,14 +111,9 @@ static struct clk s3c2440_clk_ac97 = { | |||
| 111 | 111 | ||
| 112 | static int s3c2440_clk_add(struct sys_device *sysdev) | 112 | static int s3c2440_clk_add(struct sys_device *sysdev) |
| 113 | { | 113 | { |
| 114 | unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); | 114 | struct clk *clock_upll; |
| 115 | unsigned long clkdivn; | ||
| 116 | struct clk *clock_h; | 115 | struct clk *clock_h; |
| 117 | struct clk *clock_p; | 116 | struct clk *clock_p; |
| 118 | struct clk *clock_upll; | ||
| 119 | |||
| 120 | printk("S3C2440: Clock Support, DVS %s\n", | ||
| 121 | (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off"); | ||
| 122 | 117 | ||
| 123 | clock_p = clk_get(NULL, "pclk"); | 118 | clock_p = clk_get(NULL, "pclk"); |
| 124 | clock_h = clk_get(NULL, "hclk"); | 119 | clock_h = clk_get(NULL, "hclk"); |
| @@ -129,21 +124,6 @@ static int s3c2440_clk_add(struct sys_device *sysdev) | |||
| 129 | return -EINVAL; | 124 | return -EINVAL; |
| 130 | } | 125 | } |
| 131 | 126 | ||
| 132 | /* check rate of UPLL, and if it is near 96MHz, then change | ||
| 133 | * to using half the UPLL rate for the system */ | ||
| 134 | |||
| 135 | if (clk_get_rate(clock_upll) > (94 * MHZ)) { | ||
| 136 | clk_usb_bus.rate = clk_get_rate(clock_upll) / 2; | ||
| 137 | |||
| 138 | mutex_lock(&clocks_mutex); | ||
| 139 | |||
| 140 | clkdivn = __raw_readl(S3C2410_CLKDIVN); | ||
| 141 | clkdivn |= S3C2440_CLKDIVN_UCLK; | ||
| 142 | __raw_writel(clkdivn, S3C2410_CLKDIVN); | ||
| 143 | |||
| 144 | mutex_unlock(&clocks_mutex); | ||
| 145 | } | ||
| 146 | |||
| 147 | s3c2440_clk_cam.parent = clock_h; | 127 | s3c2440_clk_cam.parent = clock_h; |
| 148 | s3c2440_clk_ac97.parent = clock_p; | 128 | s3c2440_clk_ac97.parent = clock_p; |
| 149 | s3c2440_clk_cam_upll.parent = clock_upll; | 129 | s3c2440_clk_cam_upll.parent = clock_upll; |
diff --git a/arch/arm/mach-s3c2442/clock.c b/arch/arm/mach-s3c2442/clock.c index 5b9e830ac4d3..2d030d439fe9 100644 --- a/arch/arm/mach-s3c2442/clock.c +++ b/arch/arm/mach-s3c2442/clock.c | |||
| @@ -115,14 +115,9 @@ static struct clk s3c2442_clk_cam_upll = { | |||
| 115 | 115 | ||
| 116 | static int s3c2442_clk_add(struct sys_device *sysdev) | 116 | static int s3c2442_clk_add(struct sys_device *sysdev) |
| 117 | { | 117 | { |
| 118 | unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); | 118 | struct clk *clock_upll; |
| 119 | unsigned long clkdivn; | ||
| 120 | struct clk *clock_h; | 119 | struct clk *clock_h; |
| 121 | struct clk *clock_p; | 120 | struct clk *clock_p; |
| 122 | struct clk *clock_upll; | ||
| 123 | |||
| 124 | printk("S3C2442: Clock Support, DVS %s\n", | ||
| 125 | (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off"); | ||
| 126 | 121 | ||
| 127 | clock_p = clk_get(NULL, "pclk"); | 122 | clock_p = clk_get(NULL, "pclk"); |
| 128 | clock_h = clk_get(NULL, "hclk"); | 123 | clock_h = clk_get(NULL, "hclk"); |
| @@ -133,21 +128,6 @@ static int s3c2442_clk_add(struct sys_device *sysdev) | |||
| 133 | return -EINVAL; | 128 | return -EINVAL; |
| 134 | } | 129 | } |
| 135 | 130 | ||
| 136 | /* check rate of UPLL, and if it is near 96MHz, then change | ||
| 137 | * to using half the UPLL rate for the system */ | ||
| 138 | |||
| 139 | if (clk_get_rate(clock_upll) > (94 * MHZ)) { | ||
| 140 | clk_usb_bus.rate = clk_get_rate(clock_upll) / 2; | ||
| 141 | |||
| 142 | mutex_lock(&clocks_mutex); | ||
| 143 | |||
| 144 | clkdivn = __raw_readl(S3C2410_CLKDIVN); | ||
| 145 | clkdivn |= S3C2440_CLKDIVN_UCLK; | ||
| 146 | __raw_writel(clkdivn, S3C2410_CLKDIVN); | ||
| 147 | |||
| 148 | mutex_unlock(&clocks_mutex); | ||
| 149 | } | ||
| 150 | |||
| 151 | s3c2442_clk_cam.parent = clock_h; | 131 | s3c2442_clk_cam.parent = clock_h; |
| 152 | s3c2442_clk_cam_upll.parent = clock_upll; | 132 | s3c2442_clk_cam_upll.parent = clock_upll; |
| 153 | 133 | ||
diff --git a/arch/arm/mach-sa1100/ssp.c b/arch/arm/mach-sa1100/ssp.c index 59703c6fb29b..06206ceb312e 100644 --- a/arch/arm/mach-sa1100/ssp.c +++ b/arch/arm/mach-sa1100/ssp.c | |||
| @@ -29,9 +29,8 @@ static irqreturn_t ssp_interrupt(int irq, void *dev_id) | |||
| 29 | { | 29 | { |
| 30 | unsigned int status = Ser4SSSR; | 30 | unsigned int status = Ser4SSSR; |
| 31 | 31 | ||
| 32 | if (status & SSSR_ROR) { | 32 | if (status & SSSR_ROR) |
| 33 | printk(KERN_WARNING "SSP: receiver overrun\n"); | 33 | printk(KERN_WARNING "SSP: receiver overrun\n"); |
| 34 | } | ||
| 35 | 34 | ||
| 36 | Ser4SSSR = SSSR_ROR; | 35 | Ser4SSSR = SSSR_ROR; |
| 37 | 36 | ||
diff --git a/arch/arm/mach-sa1100/time.c b/arch/arm/mach-sa1100/time.c index 47f8640438e6..c2677368d6af 100644 --- a/arch/arm/mach-sa1100/time.c +++ b/arch/arm/mach-sa1100/time.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #include <linux/irq.h> | 14 | #include <linux/irq.h> |
| 15 | #include <linux/timex.h> | 15 | #include <linux/timex.h> |
| 16 | #include <linux/signal.h> | 16 | #include <linux/signal.h> |
| 17 | #include <linux/clocksource.h> | ||
| 17 | 18 | ||
| 18 | #include <asm/mach/time.h> | 19 | #include <asm/mach/time.h> |
| 19 | #include <asm/hardware.h> | 20 | #include <asm/hardware.h> |
| @@ -35,23 +36,6 @@ static int sa1100_set_rtc(void) | |||
| 35 | return 0; | 36 | return 0; |
| 36 | } | 37 | } |
| 37 | 38 | ||
| 38 | /* IRQs are disabled before entering here from do_gettimeofday() */ | ||
| 39 | static unsigned long sa1100_gettimeoffset (void) | ||
| 40 | { | ||
| 41 | unsigned long ticks_to_match, elapsed, usec; | ||
| 42 | |||
| 43 | /* Get ticks before next timer match */ | ||
| 44 | ticks_to_match = OSMR0 - OSCR; | ||
| 45 | |||
| 46 | /* We need elapsed ticks since last match */ | ||
| 47 | elapsed = LATCH - ticks_to_match; | ||
| 48 | |||
| 49 | /* Now convert them to usec */ | ||
| 50 | usec = (unsigned long)(elapsed * (tick_nsec / 1000))/LATCH; | ||
| 51 | |||
| 52 | return usec; | ||
| 53 | } | ||
| 54 | |||
| 55 | #ifdef CONFIG_NO_IDLE_HZ | 39 | #ifdef CONFIG_NO_IDLE_HZ |
| 56 | static unsigned long initial_match; | 40 | static unsigned long initial_match; |
| 57 | static int match_posponed; | 41 | static int match_posponed; |
| @@ -92,6 +76,20 @@ static struct irqaction sa1100_timer_irq = { | |||
| 92 | .handler = sa1100_timer_interrupt, | 76 | .handler = sa1100_timer_interrupt, |
| 93 | }; | 77 | }; |
| 94 | 78 | ||
| 79 | static cycle_t sa1100_read_oscr(void) | ||
| 80 | { | ||
| 81 | return OSCR; | ||
| 82 | } | ||
| 83 | |||
| 84 | static struct clocksource cksrc_sa1100_oscr = { | ||
| 85 | .name = "oscr", | ||
| 86 | .rating = 200, | ||
| 87 | .read = sa1100_read_oscr, | ||
| 88 | .mask = CLOCKSOURCE_MASK(32), | ||
| 89 | .shift = 20, | ||
| 90 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | ||
| 91 | }; | ||
| 92 | |||
| 95 | static void __init sa1100_timer_init(void) | 93 | static void __init sa1100_timer_init(void) |
| 96 | { | 94 | { |
| 97 | unsigned long flags; | 95 | unsigned long flags; |
| @@ -105,6 +103,11 @@ static void __init sa1100_timer_init(void) | |||
| 105 | OIER = OIER_E0; /* enable match on timer 0 to cause interrupts */ | 103 | OIER = OIER_E0; /* enable match on timer 0 to cause interrupts */ |
| 106 | OSMR0 = OSCR + LATCH; /* set initial match */ | 104 | OSMR0 = OSCR + LATCH; /* set initial match */ |
| 107 | local_irq_restore(flags); | 105 | local_irq_restore(flags); |
| 106 | |||
| 107 | cksrc_sa1100_oscr.mult = | ||
| 108 | clocksource_hz2mult(CLOCK_TICK_RATE, cksrc_sa1100_oscr.shift); | ||
| 109 | |||
| 110 | clocksource_register(&cksrc_sa1100_oscr); | ||
| 108 | } | 111 | } |
| 109 | 112 | ||
| 110 | #ifdef CONFIG_NO_IDLE_HZ | 113 | #ifdef CONFIG_NO_IDLE_HZ |
| @@ -178,7 +181,6 @@ struct sys_timer sa1100_timer = { | |||
| 178 | .init = sa1100_timer_init, | 181 | .init = sa1100_timer_init, |
| 179 | .suspend = sa1100_timer_suspend, | 182 | .suspend = sa1100_timer_suspend, |
| 180 | .resume = sa1100_timer_resume, | 183 | .resume = sa1100_timer_resume, |
| 181 | .offset = sa1100_gettimeoffset, | ||
| 182 | #ifdef CONFIG_NO_IDLE_HZ | 184 | #ifdef CONFIG_NO_IDLE_HZ |
| 183 | .dyn_tick = &sa1100_dyn_tick, | 185 | .dyn_tick = &sa1100_dyn_tick, |
| 184 | #endif | 186 | #endif |
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 7868f4dc1d00..cb104c2a7329 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
| @@ -171,8 +171,8 @@ config CPU_ARM925T | |||
| 171 | # ARM926T | 171 | # ARM926T |
| 172 | config CPU_ARM926T | 172 | config CPU_ARM926T |
| 173 | bool "Support ARM926T processor" | 173 | bool "Support ARM926T processor" |
| 174 | depends on ARCH_INTEGRATOR || ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || MACH_REALVIEW_EB || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_NS9XXX || ARCH_DAVINCI | 174 | depends on ARCH_INTEGRATOR || ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || MACH_REALVIEW_EB || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 || ARCH_NS9XXX || ARCH_DAVINCI |
| 175 | default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_NS9XXX || ARCH_DAVINCI | 175 | default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 || ARCH_NS9XXX || ARCH_DAVINCI |
| 176 | select CPU_32v5 | 176 | select CPU_32v5 |
| 177 | select CPU_ABRT_EV5TJ | 177 | select CPU_ABRT_EV5TJ |
| 178 | select CPU_CACHE_VIVT | 178 | select CPU_CACHE_VIVT |
| @@ -345,8 +345,9 @@ config CPU_XSC3 | |||
| 345 | # ARMv6 | 345 | # ARMv6 |
| 346 | config CPU_V6 | 346 | config CPU_V6 |
| 347 | bool "Support ARM V6 processor" | 347 | bool "Support ARM V6 processor" |
| 348 | depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_OMAP2 || ARCH_MX3 | 348 | depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_OMAP2 || ARCH_MX3 || ARCH_MSM7X00A |
| 349 | default y if ARCH_MX3 | 349 | default y if ARCH_MX3 |
| 350 | default y if ARCH_MSM7X00A | ||
| 350 | select CPU_32v6 | 351 | select CPU_32v6 |
| 351 | select CPU_ABRT_EV6 | 352 | select CPU_ABRT_EV6 |
| 352 | select CPU_CACHE_V6 | 353 | select CPU_CACHE_V6 |
diff --git a/arch/arm/mm/fault.c b/arch/arm/mm/fault.c index a8a7dab757eb..28ad7ab1c0cd 100644 --- a/arch/arm/mm/fault.c +++ b/arch/arm/mm/fault.c | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <linux/signal.h> | 12 | #include <linux/signal.h> |
| 13 | #include <linux/mm.h> | 13 | #include <linux/mm.h> |
| 14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
| 15 | #include <linux/kprobes.h> | ||
| 15 | 16 | ||
| 16 | #include <asm/system.h> | 17 | #include <asm/system.h> |
| 17 | #include <asm/pgtable.h> | 18 | #include <asm/pgtable.h> |
| @@ -20,6 +21,29 @@ | |||
| 20 | 21 | ||
| 21 | #include "fault.h" | 22 | #include "fault.h" |
| 22 | 23 | ||
| 24 | |||
| 25 | #ifdef CONFIG_KPROBES | ||
| 26 | static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr) | ||
| 27 | { | ||
| 28 | int ret = 0; | ||
| 29 | |||
| 30 | if (!user_mode(regs)) { | ||
| 31 | /* kprobe_running() needs smp_processor_id() */ | ||
| 32 | preempt_disable(); | ||
| 33 | if (kprobe_running() && kprobe_fault_handler(regs, fsr)) | ||
| 34 | ret = 1; | ||
| 35 | preempt_enable(); | ||
| 36 | } | ||
| 37 | |||
| 38 | return ret; | ||
| 39 | } | ||
| 40 | #else | ||
| 41 | static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr) | ||
| 42 | { | ||
| 43 | return 0; | ||
| 44 | } | ||
| 45 | #endif | ||
| 46 | |||
| 23 | /* | 47 | /* |
| 24 | * This is useful to dump out the page tables associated with | 48 | * This is useful to dump out the page tables associated with |
| 25 | * 'addr' in mm 'mm'. | 49 | * 'addr' in mm 'mm'. |
| @@ -215,13 +239,16 @@ out: | |||
| 215 | return fault; | 239 | return fault; |
| 216 | } | 240 | } |
| 217 | 241 | ||
| 218 | static int | 242 | static int __kprobes |
| 219 | do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) | 243 | do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) |
| 220 | { | 244 | { |
| 221 | struct task_struct *tsk; | 245 | struct task_struct *tsk; |
| 222 | struct mm_struct *mm; | 246 | struct mm_struct *mm; |
| 223 | int fault, sig, code; | 247 | int fault, sig, code; |
| 224 | 248 | ||
| 249 | if (notify_page_fault(regs, fsr)) | ||
| 250 | return 0; | ||
| 251 | |||
| 225 | tsk = current; | 252 | tsk = current; |
| 226 | mm = tsk->mm; | 253 | mm = tsk->mm; |
| 227 | 254 | ||
| @@ -311,7 +338,7 @@ no_context: | |||
| 311 | * interrupt or a critical region, and should only copy the information | 338 | * interrupt or a critical region, and should only copy the information |
| 312 | * from the master page table, nothing more. | 339 | * from the master page table, nothing more. |
| 313 | */ | 340 | */ |
| 314 | static int | 341 | static int __kprobes |
| 315 | do_translation_fault(unsigned long addr, unsigned int fsr, | 342 | do_translation_fault(unsigned long addr, unsigned int fsr, |
| 316 | struct pt_regs *regs) | 343 | struct pt_regs *regs) |
| 317 | { | 344 | { |
diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c index 0360b1f14d11..45a77df668f1 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm/plat-omap/mailbox.c | |||
| @@ -212,7 +212,7 @@ static void __mbox_rx_interrupt(struct omap_mbox *mbox) | |||
| 212 | 212 | ||
| 213 | static irqreturn_t mbox_interrupt(int irq, void *p) | 213 | static irqreturn_t mbox_interrupt(int irq, void *p) |
| 214 | { | 214 | { |
| 215 | struct omap_mbox *mbox = (struct omap_mbox *)p; | 215 | struct omap_mbox *mbox = p; |
| 216 | 216 | ||
| 217 | if (is_mbox_irq(mbox, IRQ_TX)) | 217 | if (is_mbox_irq(mbox, IRQ_TX)) |
| 218 | __mbox_tx_interrupt(mbox); | 218 | __mbox_tx_interrupt(mbox); |
diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c index f7b9ccdaacbc..2af5bd5a1344 100644 --- a/arch/arm/plat-omap/mcbsp.c +++ b/arch/arm/plat-omap/mcbsp.c | |||
| @@ -98,9 +98,10 @@ static void omap_mcbsp_dump_reg(u8 id) | |||
| 98 | 98 | ||
| 99 | static irqreturn_t omap_mcbsp_tx_irq_handler(int irq, void *dev_id) | 99 | static irqreturn_t omap_mcbsp_tx_irq_handler(int irq, void *dev_id) |
| 100 | { | 100 | { |
| 101 | struct omap_mcbsp * mcbsp_tx = (struct omap_mcbsp *)(dev_id); | 101 | struct omap_mcbsp *mcbsp_tx = dev_id; |
| 102 | 102 | ||
| 103 | DBG("TX IRQ callback : 0x%x\n", OMAP_MCBSP_READ(mcbsp_tx->io_base, SPCR2)); | 103 | DBG("TX IRQ callback : 0x%x\n", |
| 104 | OMAP_MCBSP_READ(mcbsp_tx->io_base, SPCR2)); | ||
| 104 | 105 | ||
| 105 | complete(&mcbsp_tx->tx_irq_completion); | 106 | complete(&mcbsp_tx->tx_irq_completion); |
| 106 | return IRQ_HANDLED; | 107 | return IRQ_HANDLED; |
| @@ -108,9 +109,10 @@ static irqreturn_t omap_mcbsp_tx_irq_handler(int irq, void *dev_id) | |||
| 108 | 109 | ||
| 109 | static irqreturn_t omap_mcbsp_rx_irq_handler(int irq, void *dev_id) | 110 | static irqreturn_t omap_mcbsp_rx_irq_handler(int irq, void *dev_id) |
| 110 | { | 111 | { |
| 111 | struct omap_mcbsp * mcbsp_rx = (struct omap_mcbsp *)(dev_id); | 112 | struct omap_mcbsp *mcbsp_rx = dev_id; |
| 112 | 113 | ||
| 113 | DBG("RX IRQ callback : 0x%x\n", OMAP_MCBSP_READ(mcbsp_rx->io_base, SPCR2)); | 114 | DBG("RX IRQ callback : 0x%x\n", |
| 115 | OMAP_MCBSP_READ(mcbsp_rx->io_base, SPCR2)); | ||
| 114 | 116 | ||
| 115 | complete(&mcbsp_rx->rx_irq_completion); | 117 | complete(&mcbsp_rx->rx_irq_completion); |
| 116 | return IRQ_HANDLED; | 118 | return IRQ_HANDLED; |
| @@ -118,9 +120,10 @@ static irqreturn_t omap_mcbsp_rx_irq_handler(int irq, void *dev_id) | |||
| 118 | 120 | ||
| 119 | static void omap_mcbsp_tx_dma_callback(int lch, u16 ch_status, void *data) | 121 | static void omap_mcbsp_tx_dma_callback(int lch, u16 ch_status, void *data) |
| 120 | { | 122 | { |
| 121 | struct omap_mcbsp * mcbsp_dma_tx = (struct omap_mcbsp *)(data); | 123 | struct omap_mcbsp *mcbsp_dma_tx = data; |
| 122 | 124 | ||
| 123 | DBG("TX DMA callback : 0x%x\n", OMAP_MCBSP_READ(mcbsp_dma_tx->io_base, SPCR2)); | 125 | DBG("TX DMA callback : 0x%x\n", |
| 126 | OMAP_MCBSP_READ(mcbsp_dma_tx->io_base, SPCR2)); | ||
| 124 | 127 | ||
| 125 | /* We can free the channels */ | 128 | /* We can free the channels */ |
| 126 | omap_free_dma(mcbsp_dma_tx->dma_tx_lch); | 129 | omap_free_dma(mcbsp_dma_tx->dma_tx_lch); |
| @@ -131,9 +134,10 @@ static void omap_mcbsp_tx_dma_callback(int lch, u16 ch_status, void *data) | |||
| 131 | 134 | ||
| 132 | static void omap_mcbsp_rx_dma_callback(int lch, u16 ch_status, void *data) | 135 | static void omap_mcbsp_rx_dma_callback(int lch, u16 ch_status, void *data) |
| 133 | { | 136 | { |
| 134 | struct omap_mcbsp * mcbsp_dma_rx = (struct omap_mcbsp *)(data); | 137 | struct omap_mcbsp *mcbsp_dma_rx = data; |
| 135 | 138 | ||
| 136 | DBG("RX DMA callback : 0x%x\n", OMAP_MCBSP_READ(mcbsp_dma_rx->io_base, SPCR2)); | 139 | DBG("RX DMA callback : 0x%x\n", |
| 140 | OMAP_MCBSP_READ(mcbsp_dma_rx->io_base, SPCR2)); | ||
| 137 | 141 | ||
| 138 | /* We can free the channels */ | 142 | /* We can free the channels */ |
| 139 | omap_free_dma(mcbsp_dma_rx->dma_rx_lch); | 143 | omap_free_dma(mcbsp_dma_rx->dma_rx_lch); |
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index 8e5ccaa1f03c..131d20237dd7 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile | |||
| @@ -23,6 +23,7 @@ obj-y += clock.o | |||
| 23 | 23 | ||
| 24 | obj-$(CONFIG_CPU_S3C244X) += s3c244x.o | 24 | obj-$(CONFIG_CPU_S3C244X) += s3c244x.o |
| 25 | obj-$(CONFIG_CPU_S3C244X) += s3c244x-irq.o | 25 | obj-$(CONFIG_CPU_S3C244X) += s3c244x-irq.o |
| 26 | obj-$(CONFIG_CPU_S3C244X) += s3c244x-clock.o | ||
| 26 | obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o | 27 | obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o |
| 27 | obj-$(CONFIG_PM) += pm.o | 28 | obj-$(CONFIG_PM) += pm.o |
| 28 | obj-$(CONFIG_PM) += sleep.o | 29 | obj-$(CONFIG_PM) += sleep.o |
diff --git a/arch/arm/plat-s3c24xx/clock.c b/arch/arm/plat-s3c24xx/clock.c index 79cda0faec86..99a44746f8f2 100644 --- a/arch/arm/plat-s3c24xx/clock.c +++ b/arch/arm/plat-s3c24xx/clock.c | |||
| @@ -172,6 +172,15 @@ int clk_set_rate(struct clk *clk, unsigned long rate) | |||
| 172 | if (IS_ERR(clk)) | 172 | if (IS_ERR(clk)) |
| 173 | return -EINVAL; | 173 | return -EINVAL; |
| 174 | 174 | ||
| 175 | /* We do not default just do a clk->rate = rate as | ||
| 176 | * the clock may have been made this way by choice. | ||
| 177 | */ | ||
| 178 | |||
| 179 | WARN_ON(clk->set_rate == NULL); | ||
| 180 | |||
| 181 | if (clk->set_rate == NULL) | ||
| 182 | return -EINVAL; | ||
| 183 | |||
| 175 | mutex_lock(&clocks_mutex); | 184 | mutex_lock(&clocks_mutex); |
| 176 | ret = (clk->set_rate)(clk, rate); | 185 | ret = (clk->set_rate)(clk, rate); |
| 177 | mutex_unlock(&clocks_mutex); | 186 | mutex_unlock(&clocks_mutex); |
| @@ -213,6 +222,12 @@ EXPORT_SYMBOL(clk_set_parent); | |||
| 213 | 222 | ||
| 214 | /* base clocks */ | 223 | /* base clocks */ |
| 215 | 224 | ||
| 225 | static int clk_default_setrate(struct clk *clk, unsigned long rate) | ||
| 226 | { | ||
| 227 | clk->rate = rate; | ||
| 228 | return 0; | ||
| 229 | } | ||
| 230 | |||
| 216 | struct clk clk_xtal = { | 231 | struct clk clk_xtal = { |
| 217 | .name = "xtal", | 232 | .name = "xtal", |
| 218 | .id = -1, | 233 | .id = -1, |
| @@ -224,6 +239,7 @@ struct clk clk_xtal = { | |||
| 224 | struct clk clk_mpll = { | 239 | struct clk clk_mpll = { |
| 225 | .name = "mpll", | 240 | .name = "mpll", |
| 226 | .id = -1, | 241 | .id = -1, |
| 242 | .set_rate = clk_default_setrate, | ||
| 227 | }; | 243 | }; |
| 228 | 244 | ||
| 229 | struct clk clk_upll = { | 245 | struct clk clk_upll = { |
| @@ -239,6 +255,7 @@ struct clk clk_f = { | |||
| 239 | .rate = 0, | 255 | .rate = 0, |
| 240 | .parent = &clk_mpll, | 256 | .parent = &clk_mpll, |
| 241 | .ctrlbit = 0, | 257 | .ctrlbit = 0, |
| 258 | .set_rate = clk_default_setrate, | ||
| 242 | }; | 259 | }; |
| 243 | 260 | ||
| 244 | struct clk clk_h = { | 261 | struct clk clk_h = { |
| @@ -247,6 +264,7 @@ struct clk clk_h = { | |||
| 247 | .rate = 0, | 264 | .rate = 0, |
| 248 | .parent = NULL, | 265 | .parent = NULL, |
| 249 | .ctrlbit = 0, | 266 | .ctrlbit = 0, |
| 267 | .set_rate = clk_default_setrate, | ||
| 250 | }; | 268 | }; |
| 251 | 269 | ||
| 252 | struct clk clk_p = { | 270 | struct clk clk_p = { |
| @@ -255,6 +273,7 @@ struct clk clk_p = { | |||
| 255 | .rate = 0, | 273 | .rate = 0, |
| 256 | .parent = NULL, | 274 | .parent = NULL, |
| 257 | .ctrlbit = 0, | 275 | .ctrlbit = 0, |
| 276 | .set_rate = clk_default_setrate, | ||
| 258 | }; | 277 | }; |
| 259 | 278 | ||
| 260 | struct clk clk_usb_bus = { | 279 | struct clk clk_usb_bus = { |
diff --git a/arch/arm/plat-s3c24xx/dma.c b/arch/arm/plat-s3c24xx/dma.c index aae1b9cbaf44..ac9ff1666fcc 100644 --- a/arch/arm/plat-s3c24xx/dma.c +++ b/arch/arm/plat-s3c24xx/dma.c | |||
| @@ -525,7 +525,8 @@ int s3c2410_dma_enqueue(unsigned int channel, void *id, | |||
| 525 | } | 525 | } |
| 526 | } else if (chan->state == S3C2410_DMA_IDLE) { | 526 | } else if (chan->state == S3C2410_DMA_IDLE) { |
| 527 | if (chan->flags & S3C2410_DMAF_AUTOSTART) { | 527 | if (chan->flags & S3C2410_DMAF_AUTOSTART) { |
| 528 | s3c2410_dma_ctrl(chan->number, S3C2410_DMAOP_START); | 528 | s3c2410_dma_ctrl(chan->number | DMACH_LOW_LEVEL, |
| 529 | S3C2410_DMAOP_START); | ||
| 529 | } | 530 | } |
| 530 | } | 531 | } |
| 531 | 532 | ||
| @@ -787,7 +788,7 @@ int s3c2410_dma_request(unsigned int channel, | |||
| 787 | 788 | ||
| 788 | pr_debug("%s: channel initialised, %p\n", __FUNCTION__, chan); | 789 | pr_debug("%s: channel initialised, %p\n", __FUNCTION__, chan); |
| 789 | 790 | ||
| 790 | return 0; | 791 | return chan->number | DMACH_LOW_LEVEL; |
| 791 | } | 792 | } |
| 792 | 793 | ||
| 793 | EXPORT_SYMBOL(s3c2410_dma_request); | 794 | EXPORT_SYMBOL(s3c2410_dma_request); |
| @@ -1173,6 +1174,7 @@ int s3c2410_dma_devconfig(int channel, | |||
| 1173 | 1174 | ||
| 1174 | chan->source = source; | 1175 | chan->source = source; |
| 1175 | chan->dev_addr = devaddr; | 1176 | chan->dev_addr = devaddr; |
| 1177 | chan->hw_cfg = hwcfg; | ||
| 1176 | 1178 | ||
| 1177 | switch (source) { | 1179 | switch (source) { |
| 1178 | case S3C2410_DMASRC_HW: | 1180 | case S3C2410_DMASRC_HW: |
| @@ -1184,7 +1186,7 @@ int s3c2410_dma_devconfig(int channel, | |||
| 1184 | dma_wrreg(chan, S3C2410_DMA_DIDSTC, (0<<1) | (0<<0)); | 1186 | dma_wrreg(chan, S3C2410_DMA_DIDSTC, (0<<1) | (0<<0)); |
| 1185 | 1187 | ||
| 1186 | chan->addr_reg = dma_regaddr(chan, S3C2410_DMA_DIDST); | 1188 | chan->addr_reg = dma_regaddr(chan, S3C2410_DMA_DIDST); |
| 1187 | return 0; | 1189 | break; |
| 1188 | 1190 | ||
| 1189 | case S3C2410_DMASRC_MEM: | 1191 | case S3C2410_DMASRC_MEM: |
| 1190 | /* source is memory */ | 1192 | /* source is memory */ |
| @@ -1195,11 +1197,19 @@ int s3c2410_dma_devconfig(int channel, | |||
| 1195 | dma_wrreg(chan, S3C2410_DMA_DIDSTC, hwcfg & 3); | 1197 | dma_wrreg(chan, S3C2410_DMA_DIDSTC, hwcfg & 3); |
| 1196 | 1198 | ||
| 1197 | chan->addr_reg = dma_regaddr(chan, S3C2410_DMA_DISRC); | 1199 | chan->addr_reg = dma_regaddr(chan, S3C2410_DMA_DISRC); |
| 1198 | return 0; | 1200 | break; |
| 1201 | |||
| 1202 | default: | ||
| 1203 | printk(KERN_ERR "dma%d: invalid source type (%d)\n", | ||
| 1204 | channel, source); | ||
| 1205 | |||
| 1206 | return -EINVAL; | ||
| 1199 | } | 1207 | } |
| 1200 | 1208 | ||
| 1201 | printk(KERN_ERR "dma%d: invalid source type (%d)\n", channel, source); | 1209 | if (dma_sel.direction != NULL) |
| 1202 | return -EINVAL; | 1210 | (dma_sel.direction)(chan, chan->map, source); |
| 1211 | |||
| 1212 | return 0; | ||
| 1203 | } | 1213 | } |
| 1204 | 1214 | ||
| 1205 | EXPORT_SYMBOL(s3c2410_dma_devconfig); | 1215 | EXPORT_SYMBOL(s3c2410_dma_devconfig); |
| @@ -1227,6 +1237,10 @@ int s3c2410_dma_getposition(dmach_t channel, dma_addr_t *src, dma_addr_t *dst) | |||
| 1227 | 1237 | ||
| 1228 | EXPORT_SYMBOL(s3c2410_dma_getposition); | 1238 | EXPORT_SYMBOL(s3c2410_dma_getposition); |
| 1229 | 1239 | ||
| 1240 | static struct s3c2410_dma_chan *to_dma_chan(struct sys_device *dev) | ||
| 1241 | { | ||
| 1242 | return container_of(dev, struct s3c2410_dma_chan, dev); | ||
| 1243 | } | ||
| 1230 | 1244 | ||
| 1231 | /* system device class */ | 1245 | /* system device class */ |
| 1232 | 1246 | ||
| @@ -1234,7 +1248,7 @@ EXPORT_SYMBOL(s3c2410_dma_getposition); | |||
| 1234 | 1248 | ||
| 1235 | static int s3c2410_dma_suspend(struct sys_device *dev, pm_message_t state) | 1249 | static int s3c2410_dma_suspend(struct sys_device *dev, pm_message_t state) |
| 1236 | { | 1250 | { |
| 1237 | struct s3c2410_dma_chan *cp = container_of(dev, struct s3c2410_dma_chan, dev); | 1251 | struct s3c2410_dma_chan *cp = to_dma_chan(dev); |
| 1238 | 1252 | ||
| 1239 | printk(KERN_DEBUG "suspending dma channel %d\n", cp->number); | 1253 | printk(KERN_DEBUG "suspending dma channel %d\n", cp->number); |
| 1240 | 1254 | ||
| @@ -1256,6 +1270,24 @@ static int s3c2410_dma_suspend(struct sys_device *dev, pm_message_t state) | |||
| 1256 | 1270 | ||
| 1257 | static int s3c2410_dma_resume(struct sys_device *dev) | 1271 | static int s3c2410_dma_resume(struct sys_device *dev) |
| 1258 | { | 1272 | { |
| 1273 | struct s3c2410_dma_chan *cp = to_dma_chan(dev); | ||
| 1274 | unsigned int no = cp->number | DMACH_LOW_LEVEL; | ||
| 1275 | |||
| 1276 | /* restore channel's hardware configuration */ | ||
| 1277 | |||
| 1278 | if (!cp->in_use) | ||
| 1279 | return 0; | ||
| 1280 | |||
| 1281 | printk(KERN_INFO "dma%d: restoring configuration\n", cp->number); | ||
| 1282 | |||
| 1283 | s3c2410_dma_config(no, cp->xfer_unit, cp->dcon); | ||
| 1284 | s3c2410_dma_devconfig(no, cp->source, cp->hw_cfg, cp->dev_addr); | ||
| 1285 | |||
| 1286 | /* re-select the dma source for this channel */ | ||
| 1287 | |||
| 1288 | if (cp->map != NULL) | ||
| 1289 | dma_sel.select(cp, cp->map); | ||
| 1290 | |||
| 1259 | return 0; | 1291 | return 0; |
| 1260 | } | 1292 | } |
| 1261 | 1293 | ||
| @@ -1445,6 +1477,7 @@ static struct s3c2410_dma_chan *s3c2410_dma_map_channel(int channel) | |||
| 1445 | 1477 | ||
| 1446 | found: | 1478 | found: |
| 1447 | dmach = &s3c2410_chans[ch]; | 1479 | dmach = &s3c2410_chans[ch]; |
| 1480 | dmach->map = ch_map; | ||
| 1448 | dma_chan_map[channel] = dmach; | 1481 | dma_chan_map[channel] = dmach; |
| 1449 | 1482 | ||
| 1450 | /* select the channel */ | 1483 | /* select the channel */ |
diff --git a/arch/arm/plat-s3c24xx/gpio.c b/arch/arm/plat-s3c24xx/gpio.c index ec3a09c4d181..ee99dcc7f0bd 100644 --- a/arch/arm/plat-s3c24xx/gpio.c +++ b/arch/arm/plat-s3c24xx/gpio.c | |||
| @@ -122,6 +122,19 @@ void s3c2410_gpio_pullup(unsigned int pin, unsigned int to) | |||
| 122 | 122 | ||
| 123 | EXPORT_SYMBOL(s3c2410_gpio_pullup); | 123 | EXPORT_SYMBOL(s3c2410_gpio_pullup); |
| 124 | 124 | ||
| 125 | int s3c2410_gpio_getpull(unsigned int pin) | ||
| 126 | { | ||
| 127 | void __iomem *base = S3C24XX_GPIO_BASE(pin); | ||
| 128 | unsigned long offs = S3C2410_GPIO_OFFSET(pin); | ||
| 129 | |||
| 130 | if (pin < S3C2410_GPIO_BANKB) | ||
| 131 | return -EINVAL; | ||
| 132 | |||
| 133 | return (__raw_readl(base + 0x08) & (1L << offs)) ? 1 : 0; | ||
| 134 | } | ||
| 135 | |||
| 136 | EXPORT_SYMBOL(s3c2410_gpio_getpull); | ||
| 137 | |||
| 125 | void s3c2410_gpio_setpin(unsigned int pin, unsigned int to) | 138 | void s3c2410_gpio_setpin(unsigned int pin, unsigned int to) |
| 126 | { | 139 | { |
| 127 | void __iomem *base = S3C24XX_GPIO_BASE(pin); | 140 | void __iomem *base = S3C24XX_GPIO_BASE(pin); |
| @@ -186,3 +199,19 @@ int s3c2410_gpio_getirq(unsigned int pin) | |||
| 186 | } | 199 | } |
| 187 | 200 | ||
| 188 | EXPORT_SYMBOL(s3c2410_gpio_getirq); | 201 | EXPORT_SYMBOL(s3c2410_gpio_getirq); |
| 202 | |||
| 203 | int s3c2410_gpio_irq2pin(unsigned int irq) | ||
| 204 | { | ||
| 205 | if (irq >= IRQ_EINT0 && irq <= IRQ_EINT3) | ||
| 206 | return S3C2410_GPF0 + (irq - IRQ_EINT0); | ||
| 207 | |||
| 208 | if (irq >= IRQ_EINT4 && irq <= IRQ_EINT7) | ||
| 209 | return S3C2410_GPF4 + (irq - IRQ_EINT4); | ||
| 210 | |||
| 211 | if (irq >= IRQ_EINT8 && irq <= IRQ_EINT23) | ||
| 212 | return S3C2410_GPG0 + (irq - IRQ_EINT8); | ||
| 213 | |||
| 214 | return -EINVAL; | ||
| 215 | } | ||
| 216 | |||
| 217 | EXPORT_SYMBOL(s3c2410_gpio_irq2pin); | ||
diff --git a/arch/arm/plat-s3c24xx/irq.c b/arch/arm/plat-s3c24xx/irq.c index 8fbc88470261..d486f5112569 100644 --- a/arch/arm/plat-s3c24xx/irq.c +++ b/arch/arm/plat-s3c24xx/irq.c | |||
| @@ -187,7 +187,7 @@ struct irq_chip s3c_irq_level_chip = { | |||
| 187 | .set_wake = s3c_irq_wake | 187 | .set_wake = s3c_irq_wake |
| 188 | }; | 188 | }; |
| 189 | 189 | ||
| 190 | static struct irq_chip s3c_irq_chip = { | 190 | struct irq_chip s3c_irq_chip = { |
| 191 | .name = "s3c", | 191 | .name = "s3c", |
| 192 | .ack = s3c_irq_ack, | 192 | .ack = s3c_irq_ack, |
| 193 | .mask = s3c_irq_mask, | 193 | .mask = s3c_irq_mask, |
diff --git a/arch/arm/plat-s3c24xx/pm.c b/arch/arm/plat-s3c24xx/pm.c index 4fdb3117744f..bf5581a9aeea 100644 --- a/arch/arm/plat-s3c24xx/pm.c +++ b/arch/arm/plat-s3c24xx/pm.c | |||
| @@ -83,38 +83,39 @@ static struct sleep_save core_save[] = { | |||
| 83 | SAVE_ITEM(S3C2410_REFRESH), | 83 | SAVE_ITEM(S3C2410_REFRESH), |
| 84 | }; | 84 | }; |
| 85 | 85 | ||
| 86 | static struct sleep_save gpio_save[] = { | 86 | static struct gpio_sleep { |
| 87 | SAVE_ITEM(S3C2410_GPACON), | 87 | void __iomem *base; |
| 88 | SAVE_ITEM(S3C2410_GPADAT), | 88 | unsigned int gpcon; |
| 89 | 89 | unsigned int gpdat; | |
| 90 | SAVE_ITEM(S3C2410_GPBCON), | 90 | unsigned int gpup; |
| 91 | SAVE_ITEM(S3C2410_GPBDAT), | 91 | } gpio_save[] = { |
| 92 | SAVE_ITEM(S3C2410_GPBUP), | 92 | [0] = { |
| 93 | 93 | .base = S3C2410_GPACON, | |
| 94 | SAVE_ITEM(S3C2410_GPCCON), | 94 | }, |
| 95 | SAVE_ITEM(S3C2410_GPCDAT), | 95 | [1] = { |
| 96 | SAVE_ITEM(S3C2410_GPCUP), | 96 | .base = S3C2410_GPBCON, |
| 97 | 97 | }, | |
| 98 | SAVE_ITEM(S3C2410_GPDCON), | 98 | [2] = { |
| 99 | SAVE_ITEM(S3C2410_GPDDAT), | 99 | .base = S3C2410_GPCCON, |
| 100 | SAVE_ITEM(S3C2410_GPDUP), | 100 | }, |
| 101 | 101 | [3] = { | |
| 102 | SAVE_ITEM(S3C2410_GPECON), | 102 | .base = S3C2410_GPDCON, |
| 103 | SAVE_ITEM(S3C2410_GPEDAT), | 103 | }, |
| 104 | SAVE_ITEM(S3C2410_GPEUP), | 104 | [4] = { |
| 105 | 105 | .base = S3C2410_GPECON, | |
| 106 | SAVE_ITEM(S3C2410_GPFCON), | 106 | }, |
| 107 | SAVE_ITEM(S3C2410_GPFDAT), | 107 | [5] = { |
| 108 | SAVE_ITEM(S3C2410_GPFUP), | 108 | .base = S3C2410_GPFCON, |
| 109 | 109 | }, | |
| 110 | SAVE_ITEM(S3C2410_GPGCON), | 110 | [6] = { |
| 111 | SAVE_ITEM(S3C2410_GPGDAT), | 111 | .base = S3C2410_GPGCON, |
| 112 | SAVE_ITEM(S3C2410_GPGUP), | 112 | }, |
| 113 | 113 | [7] = { | |
| 114 | SAVE_ITEM(S3C2410_GPHCON), | 114 | .base = S3C2410_GPHCON, |
| 115 | SAVE_ITEM(S3C2410_GPHDAT), | 115 | }, |
| 116 | SAVE_ITEM(S3C2410_GPHUP), | 116 | }; |
| 117 | 117 | ||
| 118 | static struct sleep_save misc_save[] = { | ||
| 118 | SAVE_ITEM(S3C2410_DCLKCON), | 119 | SAVE_ITEM(S3C2410_DCLKCON), |
| 119 | }; | 120 | }; |
| 120 | 121 | ||
| @@ -486,6 +487,184 @@ static void s3c2410_pm_configure_extint(void) | |||
| 486 | } | 487 | } |
| 487 | } | 488 | } |
| 488 | 489 | ||
| 490 | /* offsets for CON/DAT/UP registers */ | ||
| 491 | |||
| 492 | #define OFFS_CON (S3C2410_GPACON - S3C2410_GPACON) | ||
| 493 | #define OFFS_DAT (S3C2410_GPADAT - S3C2410_GPACON) | ||
| 494 | #define OFFS_UP (S3C2410_GPBUP - S3C2410_GPBCON) | ||
| 495 | |||
| 496 | /* s3c2410_pm_save_gpios() | ||
| 497 | * | ||
| 498 | * Save the state of the GPIOs | ||
| 499 | */ | ||
| 500 | |||
| 501 | static void s3c2410_pm_save_gpios(void) | ||
| 502 | { | ||
| 503 | struct gpio_sleep *gps = gpio_save; | ||
| 504 | unsigned int gpio; | ||
| 505 | |||
| 506 | for (gpio = 0; gpio < ARRAY_SIZE(gpio_save); gpio++, gps++) { | ||
| 507 | void __iomem *base = gps->base; | ||
| 508 | |||
| 509 | gps->gpcon = __raw_readl(base + OFFS_CON); | ||
| 510 | gps->gpdat = __raw_readl(base + OFFS_DAT); | ||
| 511 | |||
| 512 | if (gpio > 0) | ||
| 513 | gps->gpup = __raw_readl(base + OFFS_UP); | ||
| 514 | |||
| 515 | } | ||
| 516 | } | ||
| 517 | |||
| 518 | /* Test whether the given masked+shifted bits of an GPIO configuration | ||
| 519 | * are one of the SFN (special function) modes. */ | ||
| 520 | |||
| 521 | static inline int is_sfn(unsigned long con) | ||
| 522 | { | ||
| 523 | return (con == 2 || con == 3); | ||
| 524 | } | ||
| 525 | |||
| 526 | /* Test if the given masked+shifted GPIO configuration is an input */ | ||
| 527 | |||
| 528 | static inline int is_in(unsigned long con) | ||
| 529 | { | ||
| 530 | return con == 0; | ||
| 531 | } | ||
| 532 | |||
| 533 | /* Test if the given masked+shifted GPIO configuration is an output */ | ||
| 534 | |||
| 535 | static inline int is_out(unsigned long con) | ||
| 536 | { | ||
| 537 | return con == 1; | ||
| 538 | } | ||
| 539 | |||
| 540 | /* s3c2410_pm_restore_gpio() | ||
| 541 | * | ||
| 542 | * Restore one of the GPIO banks that was saved during suspend. This is | ||
| 543 | * not as simple as once thought, due to the possibility of glitches | ||
| 544 | * from the order that the CON and DAT registers are set in. | ||
| 545 | * | ||
| 546 | * The three states the pin can be are {IN,OUT,SFN} which gives us 9 | ||
| 547 | * combinations of changes to check. Three of these, if the pin stays | ||
| 548 | * in the same configuration can be discounted. This leaves us with | ||
| 549 | * the following: | ||
| 550 | * | ||
| 551 | * { IN => OUT } Change DAT first | ||
| 552 | * { IN => SFN } Change CON first | ||
| 553 | * { OUT => SFN } Change CON first, so new data will not glitch | ||
| 554 | * { OUT => IN } Change CON first, so new data will not glitch | ||
| 555 | * { SFN => IN } Change CON first | ||
| 556 | * { SFN => OUT } Change DAT first, so new data will not glitch [1] | ||
| 557 | * | ||
| 558 | * We do not currently deal with the UP registers as these control | ||
| 559 | * weak resistors, so a small delay in change should not need to bring | ||
| 560 | * these into the calculations. | ||
| 561 | * | ||
| 562 | * [1] this assumes that writing to a pin DAT whilst in SFN will set the | ||
| 563 | * state for when it is next output. | ||
| 564 | */ | ||
| 565 | |||
| 566 | static void s3c2410_pm_restore_gpio(int index, struct gpio_sleep *gps) | ||
| 567 | { | ||
| 568 | void __iomem *base = gps->base; | ||
| 569 | unsigned long gps_gpcon = gps->gpcon; | ||
| 570 | unsigned long gps_gpdat = gps->gpdat; | ||
| 571 | unsigned long old_gpcon; | ||
| 572 | unsigned long old_gpdat; | ||
| 573 | unsigned long old_gpup = 0x0; | ||
| 574 | unsigned long gpcon; | ||
| 575 | int nr; | ||
| 576 | |||
| 577 | old_gpcon = __raw_readl(base + OFFS_CON); | ||
| 578 | old_gpdat = __raw_readl(base + OFFS_DAT); | ||
| 579 | |||
| 580 | if (base == S3C2410_GPACON) { | ||
| 581 | /* GPACON only has one bit per control / data and no PULLUPs. | ||
| 582 | * GPACON[x] = 0 => Output, 1 => SFN */ | ||
| 583 | |||
| 584 | /* first set all SFN bits to SFN */ | ||
| 585 | |||
| 586 | gpcon = old_gpcon | gps->gpcon; | ||
| 587 | __raw_writel(gpcon, base + OFFS_CON); | ||
| 588 | |||
| 589 | /* now set all the other bits */ | ||
| 590 | |||
| 591 | __raw_writel(gps_gpdat, base + OFFS_DAT); | ||
| 592 | __raw_writel(gps_gpcon, base + OFFS_CON); | ||
| 593 | } else { | ||
| 594 | unsigned long old, new, mask; | ||
| 595 | unsigned long change_mask = 0x0; | ||
| 596 | |||
| 597 | old_gpup = __raw_readl(base + OFFS_UP); | ||
| 598 | |||
| 599 | /* Create a change_mask of all the items that need to have | ||
| 600 | * their CON value changed before their DAT value, so that | ||
| 601 | * we minimise the work between the two settings. | ||
| 602 | */ | ||
| 603 | |||
| 604 | for (nr = 0, mask = 0x03; nr < 32; nr += 2, mask <<= 2) { | ||
| 605 | old = (old_gpcon & mask) >> nr; | ||
| 606 | new = (gps_gpcon & mask) >> nr; | ||
| 607 | |||
| 608 | /* If there is no change, then skip */ | ||
| 609 | |||
| 610 | if (old == new) | ||
| 611 | continue; | ||
| 612 | |||
| 613 | /* If both are special function, then skip */ | ||
| 614 | |||
| 615 | if (is_sfn(old) && is_sfn(new)) | ||
| 616 | continue; | ||
| 617 | |||
| 618 | /* Change is IN => OUT, do not change now */ | ||
| 619 | |||
| 620 | if (is_in(old) && is_out(new)) | ||
| 621 | continue; | ||
| 622 | |||
| 623 | /* Change is SFN => OUT, do not change now */ | ||
| 624 | |||
| 625 | if (is_sfn(old) && is_out(new)) | ||
| 626 | continue; | ||
| 627 | |||
| 628 | /* We should now be at the case of IN=>SFN, | ||
| 629 | * OUT=>SFN, OUT=>IN, SFN=>IN. */ | ||
| 630 | |||
| 631 | change_mask |= mask; | ||
| 632 | } | ||
| 633 | |||
| 634 | /* Write the new CON settings */ | ||
| 635 | |||
| 636 | gpcon = old_gpcon & ~change_mask; | ||
| 637 | gpcon |= gps_gpcon & change_mask; | ||
| 638 | |||
| 639 | __raw_writel(gpcon, base + OFFS_CON); | ||
| 640 | |||
| 641 | /* Now change any items that require DAT,CON */ | ||
| 642 | |||
| 643 | __raw_writel(gps_gpdat, base + OFFS_DAT); | ||
| 644 | __raw_writel(gps_gpcon, base + OFFS_CON); | ||
| 645 | __raw_writel(gps->gpup, base + OFFS_UP); | ||
| 646 | } | ||
| 647 | |||
| 648 | DBG("GPIO[%d] CON %08lx => %08lx, DAT %08lx => %08lx\n", | ||
| 649 | index, old_gpcon, gps_gpcon, old_gpdat, gps_gpdat); | ||
| 650 | } | ||
| 651 | |||
| 652 | |||
| 653 | /** s3c2410_pm_restore_gpios() | ||
| 654 | * | ||
| 655 | * Restore the state of the GPIOs | ||
| 656 | */ | ||
| 657 | |||
| 658 | static void s3c2410_pm_restore_gpios(void) | ||
| 659 | { | ||
| 660 | struct gpio_sleep *gps = gpio_save; | ||
| 661 | int gpio; | ||
| 662 | |||
| 663 | for (gpio = 0; gpio < ARRAY_SIZE(gpio_save); gpio++, gps++) { | ||
| 664 | s3c2410_pm_restore_gpio(gpio, gps); | ||
| 665 | } | ||
| 666 | } | ||
| 667 | |||
| 489 | void (*pm_cpu_prep)(void); | 668 | void (*pm_cpu_prep)(void); |
| 490 | void (*pm_cpu_sleep)(void); | 669 | void (*pm_cpu_sleep)(void); |
| 491 | 670 | ||
| @@ -535,7 +714,8 @@ static int s3c2410_pm_enter(suspend_state_t state) | |||
| 535 | 714 | ||
| 536 | /* save all necessary core registers not covered by the drivers */ | 715 | /* save all necessary core registers not covered by the drivers */ |
| 537 | 716 | ||
| 538 | s3c2410_pm_do_save(gpio_save, ARRAY_SIZE(gpio_save)); | 717 | s3c2410_pm_save_gpios(); |
| 718 | s3c2410_pm_do_save(misc_save, ARRAY_SIZE(misc_save)); | ||
| 539 | s3c2410_pm_do_save(core_save, ARRAY_SIZE(core_save)); | 719 | s3c2410_pm_do_save(core_save, ARRAY_SIZE(core_save)); |
| 540 | s3c2410_pm_do_save(uart_save, ARRAY_SIZE(uart_save)); | 720 | s3c2410_pm_do_save(uart_save, ARRAY_SIZE(uart_save)); |
| 541 | 721 | ||
| @@ -585,8 +765,9 @@ static int s3c2410_pm_enter(suspend_state_t state) | |||
| 585 | /* restore the system state */ | 765 | /* restore the system state */ |
| 586 | 766 | ||
| 587 | s3c2410_pm_do_restore_core(core_save, ARRAY_SIZE(core_save)); | 767 | s3c2410_pm_do_restore_core(core_save, ARRAY_SIZE(core_save)); |
| 588 | s3c2410_pm_do_restore(gpio_save, ARRAY_SIZE(gpio_save)); | 768 | s3c2410_pm_do_restore(misc_save, ARRAY_SIZE(misc_save)); |
| 589 | s3c2410_pm_do_restore(uart_save, ARRAY_SIZE(uart_save)); | 769 | s3c2410_pm_do_restore(uart_save, ARRAY_SIZE(uart_save)); |
| 770 | s3c2410_pm_restore_gpios(); | ||
| 590 | 771 | ||
| 591 | s3c2410_pm_debug_init(); | 772 | s3c2410_pm_debug_init(); |
| 592 | 773 | ||
diff --git a/arch/arm/plat-s3c24xx/s3c244x-clock.c b/arch/arm/plat-s3c24xx/s3c244x-clock.c new file mode 100644 index 000000000000..faf3e0f9f4e2 --- /dev/null +++ b/arch/arm/plat-s3c24xx/s3c244x-clock.c | |||
| @@ -0,0 +1,137 @@ | |||
| 1 | /* linux/arch/arm/plat-s3c24xx/s3c24xx-clock.c | ||
| 2 | * | ||
| 3 | * Copyright (c) 2004-2005,2008 Simtec Electronics | ||
| 4 | * http://armlinux.simtec.co.uk/ | ||
| 5 | * Ben Dooks <ben@simtec.co.uk> | ||
| 6 | * | ||
| 7 | * S3C2440/S3C2442 Common clock support | ||
| 8 | * | ||
| 9 | * This program is free software; you can redistribute it and/or modify | ||
| 10 | * it under the terms of the GNU General Public License as published by | ||
| 11 | * the Free Software Foundation; either version 2 of the License, or | ||
| 12 | * (at your option) any later version. | ||
| 13 | * | ||
| 14 | * This program is distributed in the hope that it will be useful, | ||
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | * GNU General Public License for more details. | ||
| 18 | * | ||
| 19 | * You should have received a copy of the GNU General Public License | ||
| 20 | * along with this program; if not, write to the Free Software | ||
| 21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 22 | */ | ||
| 23 | |||
| 24 | #include <linux/init.h> | ||
| 25 | #include <linux/module.h> | ||
| 26 | #include <linux/kernel.h> | ||
| 27 | #include <linux/list.h> | ||
| 28 | #include <linux/errno.h> | ||
| 29 | #include <linux/err.h> | ||
| 30 | #include <linux/device.h> | ||
| 31 | #include <linux/sysdev.h> | ||
| 32 | #include <linux/interrupt.h> | ||
| 33 | #include <linux/ioport.h> | ||
| 34 | #include <linux/mutex.h> | ||
| 35 | #include <linux/clk.h> | ||
| 36 | |||
| 37 | #include <asm/hardware.h> | ||
| 38 | #include <asm/atomic.h> | ||
| 39 | #include <asm/irq.h> | ||
| 40 | #include <asm/io.h> | ||
| 41 | |||
| 42 | #include <asm/arch/regs-clock.h> | ||
| 43 | |||
| 44 | #include <asm/plat-s3c24xx/clock.h> | ||
| 45 | #include <asm/plat-s3c24xx/cpu.h> | ||
| 46 | |||
| 47 | static int s3c2440_setparent_armclk(struct clk *clk, struct clk *parent) | ||
| 48 | { | ||
| 49 | unsigned long camdivn; | ||
| 50 | unsigned long dvs; | ||
| 51 | |||
| 52 | if (parent == &clk_f) | ||
| 53 | dvs = 0; | ||
| 54 | else if (parent == &clk_h) | ||
| 55 | dvs = S3C2440_CAMDIVN_DVSEN; | ||
| 56 | else | ||
| 57 | return -EINVAL; | ||
| 58 | |||
| 59 | clk->parent = parent; | ||
| 60 | |||
| 61 | camdivn = __raw_readl(S3C2440_CAMDIVN); | ||
| 62 | camdivn &= ~S3C2440_CAMDIVN_DVSEN; | ||
| 63 | camdivn |= dvs; | ||
| 64 | __raw_writel(camdivn, S3C2440_CAMDIVN); | ||
| 65 | |||
| 66 | return 0; | ||
| 67 | } | ||
| 68 | |||
| 69 | static struct clk clk_arm = { | ||
| 70 | .name = "armclk", | ||
| 71 | .id = -1, | ||
| 72 | .set_parent = s3c2440_setparent_armclk, | ||
| 73 | }; | ||
| 74 | |||
| 75 | static int s3c244x_clk_add(struct sys_device *sysdev) | ||
| 76 | { | ||
| 77 | unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); | ||
| 78 | unsigned long clkdivn; | ||
| 79 | struct clk *clock_upll; | ||
| 80 | int ret; | ||
| 81 | |||
| 82 | printk("S3C244X: Clock Support, DVS %s\n", | ||
| 83 | (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off"); | ||
| 84 | |||
| 85 | clk_arm.parent = (camdivn & S3C2440_CAMDIVN_DVSEN) ? &clk_h : &clk_f; | ||
| 86 | |||
| 87 | ret = s3c24xx_register_clock(&clk_arm); | ||
| 88 | if (ret < 0) { | ||
| 89 | printk(KERN_ERR "S3C24XX: Failed to add armclk (%d)\n", ret); | ||
| 90 | return ret; | ||
| 91 | } | ||
| 92 | |||
| 93 | clock_upll = clk_get(NULL, "upll"); | ||
| 94 | if (IS_ERR(clock_upll)) { | ||
| 95 | printk(KERN_ERR "S3C244X: Failed to get upll clock\n"); | ||
| 96 | return -ENOENT; | ||
| 97 | } | ||
| 98 | |||
| 99 | /* check rate of UPLL, and if it is near 96MHz, then change | ||
| 100 | * to using half the UPLL rate for the system */ | ||
| 101 | |||
| 102 | if (clk_get_rate(clock_upll) > (94 * MHZ)) { | ||
| 103 | clk_usb_bus.rate = clk_get_rate(clock_upll) / 2; | ||
| 104 | |||
| 105 | mutex_lock(&clocks_mutex); | ||
| 106 | |||
| 107 | clkdivn = __raw_readl(S3C2410_CLKDIVN); | ||
| 108 | clkdivn |= S3C2440_CLKDIVN_UCLK; | ||
| 109 | __raw_writel(clkdivn, S3C2410_CLKDIVN); | ||
| 110 | |||
| 111 | mutex_unlock(&clocks_mutex); | ||
| 112 | } | ||
| 113 | |||
| 114 | return 0; | ||
| 115 | } | ||
| 116 | |||
| 117 | static struct sysdev_driver s3c2440_clk_driver = { | ||
| 118 | .add = s3c244x_clk_add, | ||
| 119 | }; | ||
| 120 | |||
| 121 | static int s3c2440_clk_init(void) | ||
| 122 | { | ||
| 123 | return sysdev_driver_register(&s3c2440_sysclass, &s3c2440_clk_driver); | ||
| 124 | } | ||
| 125 | |||
| 126 | arch_initcall(s3c2440_clk_init); | ||
| 127 | |||
| 128 | static struct sysdev_driver s3c2442_clk_driver = { | ||
| 129 | .add = s3c244x_clk_add, | ||
| 130 | }; | ||
| 131 | |||
| 132 | static int s3c2442_clk_init(void) | ||
| 133 | { | ||
| 134 | return sysdev_driver_register(&s3c2442_sysclass, &s3c2442_clk_driver); | ||
| 135 | } | ||
| 136 | |||
| 137 | arch_initcall(s3c2442_clk_init); | ||
diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types index 0a9a5e7f62e5..7ed58c0c24c2 100644 --- a/arch/arm/tools/mach-types +++ b/arch/arm/tools/mach-types | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | # | 12 | # |
| 13 | # http://www.arm.linux.org.uk/developer/machines/?action=new | 13 | # http://www.arm.linux.org.uk/developer/machines/?action=new |
| 14 | # | 14 | # |
| 15 | # Last update: Fri May 11 19:53:41 2007 | 15 | # Last update: Sat Jan 26 14:45:34 2008 |
| 16 | # | 16 | # |
| 17 | # machine_is_xxx CONFIG_xxxx MACH_TYPE_xxx number | 17 | # machine_is_xxx CONFIG_xxxx MACH_TYPE_xxx number |
| 18 | # | 18 | # |
| @@ -266,7 +266,7 @@ stork_egg ARCH_STORK_EGG STORK_EGG 248 | |||
| 266 | wismo SA1100_WISMO WISMO 249 | 266 | wismo SA1100_WISMO WISMO 249 |
| 267 | ezlinx ARCH_EZLINX EZLINX 250 | 267 | ezlinx ARCH_EZLINX EZLINX 250 |
| 268 | at91rm9200 ARCH_AT91RM9200 AT91RM9200 251 | 268 | at91rm9200 ARCH_AT91RM9200 AT91RM9200 251 |
| 269 | orion ARCH_ORION ORION 252 | 269 | adtech_orion ARCH_ADTECH_ORION ADTECH_ORION 252 |
| 270 | neptune ARCH_NEPTUNE NEPTUNE 253 | 270 | neptune ARCH_NEPTUNE NEPTUNE 253 |
| 271 | hackkit SA1100_HACKKIT HACKKIT 254 | 271 | hackkit SA1100_HACKKIT HACKKIT 254 |
| 272 | pxa_wins30 ARCH_PXA_WINS30 PXA_WINS30 255 | 272 | pxa_wins30 ARCH_PXA_WINS30 PXA_WINS30 255 |
| @@ -661,7 +661,6 @@ a9200ec MACH_A9200EC A9200EC 645 | |||
| 661 | pnx0105 MACH_PNX0105 PNX0105 646 | 661 | pnx0105 MACH_PNX0105 PNX0105 646 |
| 662 | adcpoecpu MACH_ADCPOECPU ADCPOECPU 647 | 662 | adcpoecpu MACH_ADCPOECPU ADCPOECPU 647 |
| 663 | csb637 MACH_CSB637 CSB637 648 | 663 | csb637 MACH_CSB637 CSB637 648 |
| 664 | ml69q6203 MACH_ML69Q6203 ML69Q6203 649 | ||
| 665 | mb9200 MACH_MB9200 MB9200 650 | 664 | mb9200 MACH_MB9200 MB9200 650 |
| 666 | kulun MACH_KULUN KULUN 651 | 665 | kulun MACH_KULUN KULUN 651 |
| 667 | snapper MACH_SNAPPER SNAPPER 652 | 666 | snapper MACH_SNAPPER SNAPPER 652 |
| @@ -953,7 +952,6 @@ fred_jack MACH_FRED_JACK FRED_JACK 939 | |||
| 953 | ttg_color1 MACH_TTG_COLOR1 TTG_COLOR1 940 | 952 | ttg_color1 MACH_TTG_COLOR1 TTG_COLOR1 940 |
| 954 | nxeb500hmi MACH_NXEB500HMI NXEB500HMI 941 | 953 | nxeb500hmi MACH_NXEB500HMI NXEB500HMI 941 |
| 955 | netdcu8 MACH_NETDCU8 NETDCU8 942 | 954 | netdcu8 MACH_NETDCU8 NETDCU8 942 |
| 956 | ml675050_cpu_boa MACH_ML675050_CPU_BOA ML675050_CPU_BOA 943 | ||
| 957 | ng_fvx538 MACH_NG_FVX538 NG_FVX538 944 | 955 | ng_fvx538 MACH_NG_FVX538 NG_FVX538 944 |
| 958 | ng_fvs338 MACH_NG_FVS338 NG_FVS338 945 | 956 | ng_fvs338 MACH_NG_FVS338 NG_FVS338 945 |
| 959 | pnx4103 MACH_PNX4103 PNX4103 946 | 957 | pnx4103 MACH_PNX4103 PNX4103 946 |
| @@ -1148,7 +1146,7 @@ aidx270 MACH_AIDX270 AIDX270 1134 | |||
| 1148 | rema MACH_REMA REMA 1135 | 1146 | rema MACH_REMA REMA 1135 |
| 1149 | bps1000 MACH_BPS1000 BPS1000 1136 | 1147 | bps1000 MACH_BPS1000 BPS1000 1136 |
| 1150 | hw90350 MACH_HW90350 HW90350 1137 | 1148 | hw90350 MACH_HW90350 HW90350 1137 |
| 1151 | omap_sdp3430 MACH_OMAP_SDP3430 OMAP_SDP3430 1138 | 1149 | omap_3430sdp MACH_OMAP_3430SDP OMAP_3430SDP 1138 |
| 1152 | bluetouch MACH_BLUETOUCH BLUETOUCH 1139 | 1150 | bluetouch MACH_BLUETOUCH BLUETOUCH 1139 |
| 1153 | vstms MACH_VSTMS VSTMS 1140 | 1151 | vstms MACH_VSTMS VSTMS 1140 |
| 1154 | xsbase270 MACH_XSBASE270 XSBASE270 1141 | 1152 | xsbase270 MACH_XSBASE270 XSBASE270 1141 |
| @@ -1214,7 +1212,7 @@ osstbox MACH_OSSTBOX OSSTBOX 1203 | |||
| 1214 | kbat9261 MACH_KBAT9261 KBAT9261 1204 | 1212 | kbat9261 MACH_KBAT9261 KBAT9261 1204 |
| 1215 | ct1100 MACH_CT1100 CT1100 1205 | 1213 | ct1100 MACH_CT1100 CT1100 1205 |
| 1216 | akcppxa MACH_AKCPPXA AKCPPXA 1206 | 1214 | akcppxa MACH_AKCPPXA AKCPPXA 1206 |
| 1217 | zevio_1020 MACH_ZEVIO_1020 ZEVIO_1020 1207 | 1215 | ochaya1020 MACH_OCHAYA1020 OCHAYA1020 1207 |
| 1218 | hitrack MACH_HITRACK HITRACK 1208 | 1216 | hitrack MACH_HITRACK HITRACK 1208 |
| 1219 | syme1 MACH_SYME1 SYME1 1209 | 1217 | syme1 MACH_SYME1 SYME1 1209 |
| 1220 | syhl1 MACH_SYHL1 SYHL1 1210 | 1218 | syhl1 MACH_SYHL1 SYHL1 1210 |
| @@ -1299,7 +1297,7 @@ xp179 MACH_XP179 XP179 1290 | |||
| 1299 | h4300 MACH_H4300 H4300 1291 | 1297 | h4300 MACH_H4300 H4300 1291 |
| 1300 | goramo_mlr MACH_GORAMO_MLR GORAMO_MLR 1292 | 1298 | goramo_mlr MACH_GORAMO_MLR GORAMO_MLR 1292 |
| 1301 | mxc30020evb MACH_MXC30020EVB MXC30020EVB 1293 | 1299 | mxc30020evb MACH_MXC30020EVB MXC30020EVB 1293 |
| 1302 | adsbitsymx MACH_ADSBITSIMX ADSBITSIMX 1294 | 1300 | adsbitsyg5 MACH_ADSBITSYG5 ADSBITSYG5 1294 |
| 1303 | adsportalplus MACH_ADSPORTALPLUS ADSPORTALPLUS 1295 | 1301 | adsportalplus MACH_ADSPORTALPLUS ADSPORTALPLUS 1295 |
| 1304 | mmsp2plus MACH_MMSP2PLUS MMSP2PLUS 1296 | 1302 | mmsp2plus MACH_MMSP2PLUS MMSP2PLUS 1296 |
| 1305 | em_x270 MACH_EM_X270 EM_X270 1297 | 1303 | em_x270 MACH_EM_X270 EM_X270 1297 |
| @@ -1367,3 +1365,249 @@ db88f5281 MACH_DB88F5281 DB88F5281 1358 | |||
| 1367 | csb726 MACH_CSB726 CSB726 1359 | 1365 | csb726 MACH_CSB726 CSB726 1359 |
| 1368 | tik27 MACH_TIK27 TIK27 1360 | 1366 | tik27 MACH_TIK27 TIK27 1360 |
| 1369 | mx_uc7420 MACH_MX_UC7420 MX_UC7420 1361 | 1367 | mx_uc7420 MACH_MX_UC7420 MX_UC7420 1361 |
| 1368 | rirm3 MACH_RIRM3 RIRM3 1362 | ||
| 1369 | pelco_odyssey MACH_PELCO_ODYSSEY PELCO_ODYSSEY 1363 | ||
| 1370 | adx_abox MACH_ADX_ABOX ADX_ABOX 1365 | ||
| 1371 | adx_tpid MACH_ADX_TPID ADX_TPID 1366 | ||
| 1372 | minicheck MACH_MINICHECK MINICHECK 1367 | ||
| 1373 | idam MACH_IDAM IDAM 1368 | ||
| 1374 | mario_mx MACH_MARIO_MX MARIO_MX 1369 | ||
| 1375 | vi1888 MACH_VI1888 VI1888 1370 | ||
| 1376 | zr4230 MACH_ZR4230 ZR4230 1371 | ||
| 1377 | t1_ix_blue MACH_T1_IX_BLUE T1_IX_BLUE 1372 | ||
| 1378 | syhq2 MACH_SYHQ2 SYHQ2 1373 | ||
| 1379 | computime_r3 MACH_COMPUTIME_R3 COMPUTIME_R3 1374 | ||
| 1380 | oratis MACH_ORATIS ORATIS 1375 | ||
| 1381 | mikko MACH_MIKKO MIKKO 1376 | ||
| 1382 | holon MACH_HOLON HOLON 1377 | ||
| 1383 | olip8 MACH_OLIP8 OLIP8 1378 | ||
| 1384 | ghi270hg MACH_GHI270HG GHI270HG 1379 | ||
| 1385 | davinci_dm6467_evm MACH_DAVINCI_DM6467_EVM DAVINCI_DM6467_EVM 1380 | ||
| 1386 | davinci_dm355_evm MACH_DAVINCI_DM350_EVM DAVINCI_DM350_EVM 1381 | ||
| 1387 | blackriver MACH_BLACKRIVER BLACKRIVER 1383 | ||
| 1388 | sandgate_wp MACH_SANDGATEWP SANDGATEWP 1384 | ||
| 1389 | cdotbwsg MACH_CDOTBWSG CDOTBWSG 1385 | ||
| 1390 | quark963 MACH_QUARK963 QUARK963 1386 | ||
| 1391 | csb735 MACH_CSB735 CSB735 1387 | ||
| 1392 | littleton MACH_LITTLETON LITTLETON 1388 | ||
| 1393 | mio_p550 MACH_MIO_P550 MIO_P550 1389 | ||
| 1394 | motion2440 MACH_MOTION2440 MOTION2440 1390 | ||
| 1395 | imm500 MACH_IMM500 IMM500 1391 | ||
| 1396 | homematic MACH_HOMEMATIC HOMEMATIC 1392 | ||
| 1397 | ermine MACH_ERMINE ERMINE 1393 | ||
| 1398 | kb9202b MACH_KB9202B KB9202B 1394 | ||
| 1399 | hs1xx MACH_HS1XX HS1XX 1395 | ||
| 1400 | studentmate2440 MACH_STUDENTMATE2440 STUDENTMATE2440 1396 | ||
| 1401 | arvoo_l1_z1 MACH_ARVOO_L1_Z1 ARVOO_L1_Z1 1397 | ||
| 1402 | dep2410k MACH_DEP2410K DEP2410K 1398 | ||
| 1403 | xxsvideo MACH_XXSVIDEO XXSVIDEO 1399 | ||
| 1404 | im4004 MACH_IM4004 IM4004 1400 | ||
| 1405 | ochaya1050 MACH_OCHAYA1050 OCHAYA1050 1401 | ||
| 1406 | lep9261 MACH_LEP9261 LEP9261 1402 | ||
| 1407 | svenmeb MACH_SVENMEB SVENMEB 1403 | ||
| 1408 | fortunet2ne MACH_FORTUNET2NE FORTUNET2NE 1404 | ||
| 1409 | nxhx MACH_NXHX NXHX 1406 | ||
| 1410 | realview_pb11mp MACH_REALVIEW_PB11MP REALVIEW_PB11MP 1407 | ||
| 1411 | ids500 MACH_IDS500 IDS500 1408 | ||
| 1412 | ors_n725 MACH_ORS_N725 ORS_N725 1409 | ||
| 1413 | hsdarm MACH_HSDARM HSDARM 1410 | ||
| 1414 | sha_pon003 MACH_SHA_PON003 SHA_PON003 1411 | ||
| 1415 | sha_pon004 MACH_SHA_PON004 SHA_PON004 1412 | ||
| 1416 | sha_pon007 MACH_SHA_PON007 SHA_PON007 1413 | ||
| 1417 | sha_pon011 MACH_SHA_PON011 SHA_PON011 1414 | ||
| 1418 | h6042 MACH_H6042 H6042 1415 | ||
| 1419 | h6043 MACH_H6043 H6043 1416 | ||
| 1420 | looxc550 MACH_LOOXC550 LOOXC550 1417 | ||
| 1421 | cnty_titan MACH_CNTY_TITAN CNTY_TITAN 1418 | ||
| 1422 | app3xx MACH_APP3XX APP3XX 1419 | ||
| 1423 | sideoatsgrama MACH_SIDEOATSGRAMA SIDEOATSGRAMA 1420 | ||
| 1424 | xscale_palmt700p MACH_XSCALE_PALMT700P XSCALE_PALMT700P 1421 | ||
| 1425 | xscale_palmt700w MACH_XSCALE_PALMT700W XSCALE_PALMT700W 1422 | ||
| 1426 | xscale_palmt750 MACH_XSCALE_PALMT750 XSCALE_PALMT750 1423 | ||
| 1427 | xscale_palmt755p MACH_XSCALE_PALMT755P XSCALE_PALMT755P 1424 | ||
| 1428 | ezreganut9200 MACH_EZREGANUT9200 EZREGANUT9200 1425 | ||
| 1429 | sarge MACH_SARGE SARGE 1426 | ||
| 1430 | a696 MACH_A696 A696 1427 | ||
| 1431 | turtle1916 MACH_TURTLE TURTLE 1428 | ||
| 1432 | mx27_3ds MACH_MX27_3DS MX27_3DS 1430 | ||
| 1433 | bishop MACH_BISHOP BISHOP 1431 | ||
| 1434 | pxx MACH_PXX PXX 1432 | ||
| 1435 | redwood MACH_REDWOOD REDWOOD 1433 | ||
| 1436 | omap_2430dlp MACH_OMAP_2430DLP OMAP_2430DLP 1436 | ||
| 1437 | omap_2430osk MACH_OMAP_2430OSK OMAP_2430OSK 1437 | ||
| 1438 | sardine MACH_SARDINE SARDINE 1438 | ||
| 1439 | halibut MACH_HALIBUT HALIBUT 1439 | ||
| 1440 | trout MACH_TROUT TROUT 1440 | ||
| 1441 | goldfish MACH_GOLDFISH GOLDFISH 1441 | ||
| 1442 | gesbc2440 MACH_GESBC2440 GESBC2440 1442 | ||
| 1443 | nomad MACH_NOMAD NOMAD 1443 | ||
| 1444 | rosalind MACH_ROSALIND ROSALIND 1444 | ||
| 1445 | cc9p9215 MACH_CC9P9215 CC9P9215 1445 | ||
| 1446 | cc9p9210 MACH_CC9P9210 CC9P9210 1446 | ||
| 1447 | cc9p9215js MACH_CC9P9215JS CC9P9215JS 1447 | ||
| 1448 | cc9p9210js MACH_CC9P9210JS CC9P9210JS 1448 | ||
| 1449 | nasffe MACH_NASFFE NASFFE 1449 | ||
| 1450 | tn2x0bd MACH_TN2X0BD TN2X0BD 1450 | ||
| 1451 | gwmpxa MACH_GWMPXA GWMPXA 1451 | ||
| 1452 | exyplus MACH_EXYPLUS EXYPLUS 1452 | ||
| 1453 | jadoo21 MACH_JADOO21 JADOO21 1453 | ||
| 1454 | looxn560 MACH_LOOXN560 LOOXN560 1454 | ||
| 1455 | bonsai MACH_BONSAI BONSAI 1455 | ||
| 1456 | adsmilgato MACH_ADSMILGATO ADSMILGATO 1456 | ||
| 1457 | gba MACH_GBA GBA 1457 | ||
| 1458 | h6044 MACH_H6044 H6044 1458 | ||
| 1459 | app MACH_APP APP 1459 | ||
| 1460 | tct_hammer MACH_TCT_HAMMER TCT_HAMMER 1460 | ||
| 1461 | herald MACH_HERMES HERMES 1461 | ||
| 1462 | artemis MACH_ARTEMIS ARTEMIS 1462 | ||
| 1463 | htctitan MACH_HTCTITAN HTCTITAN 1463 | ||
| 1464 | qranium MACH_QRANIUM QRANIUM 1464 | ||
| 1465 | adx_wsc2 MACH_ADX_WSC2 ADX_WSC2 1465 | ||
| 1466 | adx_medinet MACH_ADX_MEDINET ADX_MEDINET 1466 | ||
| 1467 | bboard MACH_BBOARD BBOARD 1467 | ||
| 1468 | cambria MACH_CAMBRIA CAMBRIA 1468 | ||
| 1469 | mt7xxx MACH_MT7XXX MT7XXX 1469 | ||
| 1470 | matrix512 MACH_MATRIX512 MATRIX512 1470 | ||
| 1471 | matrix522 MACH_MATRIX522 MATRIX522 1471 | ||
| 1472 | ipac5010 MACH_IPAC5010 IPAC5010 1472 | ||
| 1473 | sakura MACH_SAKURA SAKURA 1473 | ||
| 1474 | grocx MACH_GROCX GROCX 1474 | ||
| 1475 | pm9263 MACH_PM9263 PM9263 1475 | ||
| 1476 | sim_one MACH_SIM_ONE SIM_ONE 1476 | ||
| 1477 | acq132 MACH_ACQ132 ACQ132 1477 | ||
| 1478 | datr MACH_DATR DATR 1478 | ||
| 1479 | actux1 MACH_ACTUX1 ACTUX1 1479 | ||
| 1480 | actux2 MACH_ACTUX2 ACTUX2 1480 | ||
| 1481 | actux3 MACH_ACTUX3 ACTUX3 1481 | ||
| 1482 | flexit MACH_FLEXIT FLEXIT 1482 | ||
| 1483 | bh2x0bd MACH_BH2X0BD BH2X0BD 1483 | ||
| 1484 | atb2002 MACH_ATB2002 ATB2002 1484 | ||
| 1485 | xenon MACH_XENON XENON 1485 | ||
| 1486 | fm607 MACH_FM607 FM607 1486 | ||
| 1487 | matrix514 MACH_MATRIX514 MATRIX514 1487 | ||
| 1488 | matrix524 MACH_MATRIX524 MATRIX524 1488 | ||
| 1489 | inpod MACH_INPOD INPOD 1489 | ||
| 1490 | jive MACH_JIVE JIVE 1490 | ||
| 1491 | tll_mx21 MACH_TLL_MX21 TLL_MX21 1491 | ||
| 1492 | sbc2800 MACH_SBC2800 SBC2800 1492 | ||
| 1493 | cc7ucamry MACH_CC7UCAMRY CC7UCAMRY 1493 | ||
| 1494 | ubisys_p9_sc15 MACH_UBISYS_P9_SC15 UBISYS_P9_SC15 1494 | ||
| 1495 | ubisys_p9_ssc2d10 MACH_UBISYS_P9_SSC2D10 UBISYS_P9_SSC2D10 1495 | ||
| 1496 | ubisys_p9_rcu3 MACH_UBISYS_P9_RCU3 UBISYS_P9_RCU3 1496 | ||
| 1497 | aml_m8000 MACH_AML_M8000 AML_M8000 1497 | ||
| 1498 | snapper_270 MACH_SNAPPER_270 SNAPPER_270 1498 | ||
| 1499 | omap_bbx MACH_OMAP_BBX OMAP_BBX 1499 | ||
| 1500 | ucn2410 MACH_UCN2410 UCN2410 1500 | ||
| 1501 | sam9_l9260 MACH_SAM9_L9260 SAM9_L9260 1501 | ||
| 1502 | eti_c2 MACH_ETI_C2 ETI_C2 1502 | ||
| 1503 | avalanche MACH_AVALANCHE AVALANCHE 1503 | ||
| 1504 | realview_pb1176 MACH_REALVIEW_PB1176 REALVIEW_PB1176 1504 | ||
| 1505 | dp1500 MACH_DP1500 DP1500 1505 | ||
| 1506 | apple_iphone MACH_APPLE_IPHONE APPLE_IPHONE 1506 | ||
| 1507 | yl9200 MACH_YL9200 YL9200 1507 | ||
| 1508 | rd88f5182 MACH_RD88F5182 RD88F5182 1508 | ||
| 1509 | kurobox_pro MACH_KUROBOX_PRO KUROBOX_PRO 1509 | ||
| 1510 | se_poet MACH_SE_POET SE_POET 1510 | ||
| 1511 | mx31_3ds MACH_MX31_3DS MX31_3DS 1511 | ||
| 1512 | r270 MACH_R270 R270 1512 | ||
| 1513 | armour21 MACH_ARMOUR21 ARMOUR21 1513 | ||
| 1514 | dt2 MACH_DT2 DT2 1514 | ||
| 1515 | vt4 MACH_VT4 VT4 1515 | ||
| 1516 | tyco320 MACH_TYCO320 TYCO320 1516 | ||
| 1517 | adma MACH_ADMA ADMA 1517 | ||
| 1518 | wp188 MACH_WP188 WP188 1518 | ||
| 1519 | corsica MACH_CORSICA CORSICA 1519 | ||
| 1520 | bigeye MACH_BIGEYE BIGEYE 1520 | ||
| 1521 | tll5000 MACH_TLL5000 TLL5000 1522 | ||
| 1522 | hni270 MACH_HNI_X270 HNI_X270 1523 | ||
| 1523 | qong MACH_QONG QONG 1524 | ||
| 1524 | tcompact MACH_TCOMPACT TCOMPACT 1525 | ||
| 1525 | puma5 MACH_PUMA5 PUMA5 1526 | ||
| 1526 | elara MACH_ELARA ELARA 1527 | ||
| 1527 | ellington MACH_ELLINGTON ELLINGTON 1528 | ||
| 1528 | xda_atom MACH_XDA_ATOM XDA_ATOM 1529 | ||
| 1529 | energizer2 MACH_ENERGIZER2 ENERGIZER2 1530 | ||
| 1530 | odin MACH_ODIN ODIN 1531 | ||
| 1531 | actux4 MACH_ACTUX4 ACTUX4 1532 | ||
| 1532 | esl_omap MACH_ESL_OMAP ESL_OMAP 1533 | ||
| 1533 | omap2evm MACH_OMAP2EVM OMAP2EVM 1534 | ||
| 1534 | omap3evm MACH_OMAP3EVM OMAP3EVM 1535 | ||
| 1535 | adx_pcu57 MACH_ADX_PCU57 ADX_PCU57 1536 | ||
| 1536 | monaco MACH_MONACO MONACO 1537 | ||
| 1537 | levante MACH_LEVANTE LEVANTE 1538 | ||
| 1538 | tmxipx425 MACH_TMXIPX425 TMXIPX425 1539 | ||
| 1539 | leep MACH_LEEP LEEP 1540 | ||
| 1540 | raad MACH_RAAD RAAD 1541 | ||
| 1541 | dns323 MACH_DNS323 DNS323 1542 | ||
| 1542 | ap1000 MACH_AP1000 AP1000 1543 | ||
| 1543 | a9sam6432 MACH_A9SAM6432 A9SAM6432 1544 | ||
| 1544 | shiny MACH_SHINY SHINY 1545 | ||
| 1545 | omap3_beagle MACH_OMAP3_BEAGLE OMAP3_BEAGLE 1546 | ||
| 1546 | csr_bdb2 MACH_CSR_BDB2 CSR_BDB2 1547 | ||
| 1547 | nokia_n810 MACH_NOKIA_N810 NOKIA_N810 1548 | ||
| 1548 | c270 MACH_C270 C270 1549 | ||
| 1549 | sentry MACH_SENTRY SENTRY 1550 | ||
| 1550 | pcm038 MACH_PCM038 PCM038 1551 | ||
| 1551 | anc300 MACH_ANC300 ANC300 1552 | ||
| 1552 | htckaiser MACH_HTCKAISER HTCKAISER 1553 | ||
| 1553 | sbat100 MACH_SBAT100 SBAT100 1554 | ||
| 1554 | modunorm MACH_MODUNORM MODUNORM 1555 | ||
| 1555 | pelos_twarm MACH_PELOS_TWARM PELOS_TWARM 1556 | ||
| 1556 | flank MACH_FLANK FLANK 1557 | ||
| 1557 | sirloin MACH_SIRLOIN SIRLOIN 1558 | ||
| 1558 | brisket MACH_BRISKET BRISKET 1559 | ||
| 1559 | chuck MACH_CHUCK CHUCK 1560 | ||
| 1560 | otter MACH_OTTER OTTER 1561 | ||
| 1561 | davinci_ldk MACH_DAVINCI_LDK DAVINCI_LDK 1562 | ||
| 1562 | phreedom MACH_PHREEDOM PHREEDOM 1563 | ||
| 1563 | sg310 MACH_SG310 SG310 1564 | ||
| 1564 | ts_x09 MACH_TS209 TS209 1565 | ||
| 1565 | at91cap9adk MACH_AT91CAP9ADK AT91CAP9ADK 1566 | ||
| 1566 | tion9315 MACH_TION9315 TION9315 1567 | ||
| 1567 | mast MACH_MAST MAST 1568 | ||
| 1568 | pfw MACH_PFW PFW 1569 | ||
| 1569 | yl_p2440 MACH_YL_P2440 YL_P2440 1570 | ||
| 1570 | zsbc32 MACH_ZSBC32 ZSBC32 1571 | ||
| 1571 | omap_pace2 MACH_OMAP_PACE2 OMAP_PACE2 1572 | ||
| 1572 | imx_pace2 MACH_IMX_PACE2 IMX_PACE2 1573 | ||
| 1573 | mx31moboard MACH_MX31MOBOARD MX31MOBOARD 1574 | ||
| 1574 | mx37_3ds MACH_MX37_3DS MX37_3DS 1575 | ||
| 1575 | rcc MACH_RCC RCC 1576 | ||
| 1576 | dmp MACH_ARM9 ARM9 1577 | ||
| 1577 | vision_ep9307 MACH_VISION_EP9307 VISION_EP9307 1578 | ||
| 1578 | scly1000 MACH_SCLY1000 SCLY1000 1579 | ||
| 1579 | fontel_ep MACH_FONTEL_EP FONTEL_EP 1580 | ||
| 1580 | voiceblue3g MACH_VOICEBLUE3G VOICEBLUE3G 1581 | ||
| 1581 | tt9200 MACH_TT9200 TT9200 1582 | ||
| 1582 | digi2410 MACH_DIGI2410 DIGI2410 1583 | ||
| 1583 | terastation_pro2 MACH_TERASTATION_PRO2 TERASTATION_PRO2 1584 | ||
| 1584 | linkstation_pro MACH_LINKSTATION_PRO LINKSTATION_PRO 1585 | ||
| 1585 | motorola_a780 MACH_MOTOROLA_A780 MOTOROLA_A780 1587 | ||
| 1586 | motorola_e6 MACH_MOTOROLA_E6 MOTOROLA_E6 1588 | ||
| 1587 | motorola_e2 MACH_MOTOROLA_E2 MOTOROLA_E2 1589 | ||
| 1588 | motorola_e680 MACH_MOTOROLA_E680 MOTOROLA_E680 1590 | ||
| 1589 | ur2410 MACH_UR2410 UR2410 1591 | ||
| 1590 | tas9261 MACH_TAS9261 TAS9261 1592 | ||
| 1591 | davinci_hermes_hd MACH_HERMES_HD HERMES_HD 1593 | ||
| 1592 | davinci_perseo_hd MACH_PERSEO_HD PERSEO_HD 1594 | ||
| 1593 | stargazer2 MACH_STARGAZER2 STARGAZER2 1595 | ||
| 1594 | e350 MACH_E350 E350 1596 | ||
| 1595 | wpcm450 MACH_WPCM450 WPCM450 1597 | ||
| 1596 | cartesio MACH_CARTESIO CARTESIO 1598 | ||
| 1597 | toybox MACH_TOYBOX TOYBOX 1599 | ||
| 1598 | tx27 MACH_TX27 TX27 1600 | ||
| 1599 | ts409 MACH_TS409 TS409 1601 | ||
| 1600 | p300 MACH_P300 P300 1602 | ||
| 1601 | xdacomet MACH_XDACOMET XDACOMET 1603 | ||
| 1602 | dexflex2 MACH_DEXFLEX2 DEXFLEX2 1604 | ||
| 1603 | ow MACH_OW OW 1605 | ||
| 1604 | armebs3 MACH_ARMEBS3 ARMEBS3 1606 | ||
| 1605 | u3 MACH_U3 U3 1607 | ||
| 1606 | smdk2450 MACH_SMDK2450 SMDK2450 1608 | ||
| 1607 | rsi_ews MACH_RSI_EWS RSI_EWS 1609 | ||
| 1608 | tnb MACH_TNB TNB 1610 | ||
| 1609 | toepath MACH_TOEPATH TOEPATH 1611 | ||
| 1610 | kb9263 MACH_KB9263 KB9263 1612 | ||
| 1611 | mt7108 MACH_MT7108 MT7108 1613 | ||
| 1612 | smtr2440 MACH_SMTR2440 SMTR2440 1614 | ||
| 1613 | manao MACH_MANAO MANAO 1615 | ||
diff --git a/arch/arm/vfp/vfp.h b/arch/arm/vfp/vfp.h index 791d0238c68f..c85860bad585 100644 --- a/arch/arm/vfp/vfp.h +++ b/arch/arm/vfp/vfp.h | |||
| @@ -265,7 +265,11 @@ struct vfp_double { | |||
| 265 | * which returns (double)0.0. This is useful for the compare with | 265 | * which returns (double)0.0. This is useful for the compare with |
| 266 | * zero instructions. | 266 | * zero instructions. |
| 267 | */ | 267 | */ |
| 268 | #ifdef CONFIG_VFPv3 | ||
| 269 | #define VFP_REG_ZERO 32 | ||
| 270 | #else | ||
| 268 | #define VFP_REG_ZERO 16 | 271 | #define VFP_REG_ZERO 16 |
| 272 | #endif | ||
| 269 | extern u64 vfp_get_double(unsigned int reg); | 273 | extern u64 vfp_get_double(unsigned int reg); |
| 270 | extern void vfp_put_double(u64 val, unsigned int reg); | 274 | extern void vfp_put_double(u64 val, unsigned int reg); |
| 271 | 275 | ||
diff --git a/arch/arm/vfp/vfphw.S b/arch/arm/vfp/vfphw.S index 0ac022f800a1..353f9e5c7919 100644 --- a/arch/arm/vfp/vfphw.S +++ b/arch/arm/vfp/vfphw.S | |||
| @@ -99,12 +99,12 @@ vfp_support_entry: | |||
| 99 | DBGSTR1 "save old state %p", r4 | 99 | DBGSTR1 "save old state %p", r4 |
| 100 | cmp r4, #0 | 100 | cmp r4, #0 |
| 101 | beq no_old_VFP_process | 101 | beq no_old_VFP_process |
| 102 | VFPFSTMIA r4, r5 @ save the working registers | ||
| 102 | VFPFMRX r5, FPSCR @ current status | 103 | VFPFMRX r5, FPSCR @ current status |
| 103 | VFPFMRX r6, FPINST @ FPINST (always there, rev0 onwards) | 104 | tst r1, #FPEXC_EX @ is there additional state to save? |
| 104 | tst r1, #FPEXC_FPV2 @ is there an FPINST2 to read? | 105 | VFPFMRX r6, FPINST, NE @ FPINST (only if FPEXC.EX is set) |
| 105 | VFPFMRX r8, FPINST2, NE @ FPINST2 if needed - avoids reading | 106 | tstne r1, #FPEXC_FP2V @ is there an FPINST2 to read? |
| 106 | @ nonexistant reg on rev0 | 107 | VFPFMRX r8, FPINST2, NE @ FPINST2 if needed (and present) |
| 107 | VFPFSTMIA r4 @ save the working registers | ||
| 108 | stmia r4, {r1, r5, r6, r8} @ save FPEXC, FPSCR, FPINST, FPINST2 | 108 | stmia r4, {r1, r5, r6, r8} @ save FPEXC, FPSCR, FPINST, FPINST2 |
| 109 | @ and point r4 at the word at the | 109 | @ and point r4 at the word at the |
| 110 | @ start of the register dump | 110 | @ start of the register dump |
| @@ -114,13 +114,13 @@ no_old_VFP_process: | |||
| 114 | DBGSTR1 "load state %p", r10 | 114 | DBGSTR1 "load state %p", r10 |
| 115 | str r10, [r3, r11, lsl #2] @ update the last_VFP_context pointer | 115 | str r10, [r3, r11, lsl #2] @ update the last_VFP_context pointer |
| 116 | @ Load the saved state back into the VFP | 116 | @ Load the saved state back into the VFP |
| 117 | VFPFLDMIA r10 @ reload the working registers while | 117 | VFPFLDMIA r10, r5 @ reload the working registers while |
| 118 | @ FPEXC is in a safe state | 118 | @ FPEXC is in a safe state |
| 119 | ldmia r10, {r1, r5, r6, r8} @ load FPEXC, FPSCR, FPINST, FPINST2 | 119 | ldmia r10, {r1, r5, r6, r8} @ load FPEXC, FPSCR, FPINST, FPINST2 |
| 120 | tst r1, #FPEXC_FPV2 @ is there an FPINST2 to write? | 120 | tst r1, #FPEXC_EX @ is there additional state to restore? |
| 121 | VFPFMXR FPINST2, r8, NE @ FPINST2 if needed - avoids writing | 121 | VFPFMXR FPINST, r6, NE @ restore FPINST (only if FPEXC.EX is set) |
| 122 | @ nonexistant reg on rev0 | 122 | tstne r1, #FPEXC_FP2V @ is there an FPINST2 to write? |
| 123 | VFPFMXR FPINST, r6 | 123 | VFPFMXR FPINST2, r8, NE @ FPINST2 if needed (and present) |
| 124 | VFPFMXR FPSCR, r5 @ restore status | 124 | VFPFMXR FPSCR, r5 @ restore status |
| 125 | 125 | ||
| 126 | check_for_exception: | 126 | check_for_exception: |
| @@ -136,10 +136,14 @@ check_for_exception: | |||
| 136 | 136 | ||
| 137 | 137 | ||
| 138 | look_for_VFP_exceptions: | 138 | look_for_VFP_exceptions: |
| 139 | tst r1, #FPEXC_EX | 139 | @ Check for synchronous or asynchronous exception |
| 140 | tst r1, #FPEXC_EX | FPEXC_DEX | ||
| 140 | bne process_exception | 141 | bne process_exception |
| 142 | @ On some implementations of the VFP subarch 1, setting FPSCR.IXE | ||
| 143 | @ causes all the CDP instructions to be bounced synchronously without | ||
| 144 | @ setting the FPEXC.EX bit | ||
| 141 | VFPFMRX r5, FPSCR | 145 | VFPFMRX r5, FPSCR |
| 142 | tst r5, #FPSCR_IXE @ IXE doesn't set FPEXC_EX ! | 146 | tst r5, #FPSCR_IXE |
| 143 | bne process_exception | 147 | bne process_exception |
| 144 | 148 | ||
| 145 | @ Fall into hand on to next handler - appropriate coproc instr | 149 | @ Fall into hand on to next handler - appropriate coproc instr |
| @@ -150,10 +154,6 @@ look_for_VFP_exceptions: | |||
| 150 | 154 | ||
| 151 | process_exception: | 155 | process_exception: |
| 152 | DBGSTR "bounce" | 156 | DBGSTR "bounce" |
| 153 | sub r2, r2, #4 | ||
| 154 | str r2, [sp, #S_PC] @ retry the instruction on exit from | ||
| 155 | @ the imprecise exception handling in | ||
| 156 | @ the support code | ||
| 157 | mov r2, sp @ nothing stacked - regdump is at TOS | 157 | mov r2, sp @ nothing stacked - regdump is at TOS |
| 158 | mov lr, r9 @ setup for a return to the user code. | 158 | mov lr, r9 @ setup for a return to the user code. |
| 159 | 159 | ||
| @@ -161,7 +161,7 @@ process_exception: | |||
| 161 | @ r0 holds the trigger instruction | 161 | @ r0 holds the trigger instruction |
| 162 | @ r1 holds the FPEXC value | 162 | @ r1 holds the FPEXC value |
| 163 | @ r2 pointer to register dump | 163 | @ r2 pointer to register dump |
| 164 | b VFP9_bounce @ we have handled this - the support | 164 | b VFP_bounce @ we have handled this - the support |
| 165 | @ code will raise an exception if | 165 | @ code will raise an exception if |
| 166 | @ required. If not, the user code will | 166 | @ required. If not, the user code will |
| 167 | @ retry the faulted instruction | 167 | @ retry the faulted instruction |
| @@ -174,12 +174,12 @@ vfp_save_state: | |||
| 174 | @ r0 - save location | 174 | @ r0 - save location |
| 175 | @ r1 - FPEXC | 175 | @ r1 - FPEXC |
| 176 | DBGSTR1 "save VFP state %p", r0 | 176 | DBGSTR1 "save VFP state %p", r0 |
| 177 | VFPFSTMIA r0, r2 @ save the working registers | ||
| 177 | VFPFMRX r2, FPSCR @ current status | 178 | VFPFMRX r2, FPSCR @ current status |
| 178 | VFPFMRX r3, FPINST @ FPINST (always there, rev0 onwards) | 179 | tst r1, #FPEXC_EX @ is there additional state to save? |
| 179 | tst r1, #FPEXC_FPV2 @ is there an FPINST2 to read? | 180 | VFPFMRX r3, FPINST, NE @ FPINST (only if FPEXC.EX is set) |
| 180 | VFPFMRX r12, FPINST2, NE @ FPINST2 if needed - avoids reading | 181 | tstne r1, #FPEXC_FP2V @ is there an FPINST2 to read? |
| 181 | @ nonexistant reg on rev0 | 182 | VFPFMRX r12, FPINST2, NE @ FPINST2 if needed (and present) |
| 182 | VFPFSTMIA r0 @ save the working registers | ||
| 183 | stmia r0, {r1, r2, r3, r12} @ save FPEXC, FPSCR, FPINST, FPINST2 | 183 | stmia r0, {r1, r2, r3, r12} @ save FPEXC, FPSCR, FPINST, FPINST2 |
| 184 | mov pc, lr | 184 | mov pc, lr |
| 185 | #endif | 185 | #endif |
| @@ -217,8 +217,15 @@ vfp_get_double: | |||
| 217 | fmrrd r0, r1, d\dr | 217 | fmrrd r0, r1, d\dr |
| 218 | mov pc, lr | 218 | mov pc, lr |
| 219 | .endr | 219 | .endr |
| 220 | #ifdef CONFIG_VFPv3 | ||
| 221 | @ d16 - d31 registers | ||
| 222 | .irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 | ||
| 223 | mrrc p11, 3, r0, r1, c\dr @ fmrrd r0, r1, d\dr | ||
| 224 | mov pc, lr | ||
| 225 | .endr | ||
| 226 | #endif | ||
| 220 | 227 | ||
| 221 | @ virtual register 16 for compare with zero | 228 | @ virtual register 16 (or 32 if VFPv3) for compare with zero |
| 222 | mov r0, #0 | 229 | mov r0, #0 |
| 223 | mov r1, #0 | 230 | mov r1, #0 |
| 224 | mov pc, lr | 231 | mov pc, lr |
| @@ -231,3 +238,10 @@ vfp_put_double: | |||
| 231 | fmdrr d\dr, r0, r1 | 238 | fmdrr d\dr, r0, r1 |
| 232 | mov pc, lr | 239 | mov pc, lr |
| 233 | .endr | 240 | .endr |
| 241 | #ifdef CONFIG_VFPv3 | ||
| 242 | @ d16 - d31 registers | ||
| 243 | .irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 | ||
| 244 | mcrr p11, 3, r1, r2, c\dr @ fmdrr r1, r2, d\dr | ||
| 245 | mov pc, lr | ||
| 246 | .endr | ||
| 247 | #endif | ||
diff --git a/arch/arm/vfp/vfpinstr.h b/arch/arm/vfp/vfpinstr.h index 7f343a4beca0..15b95b5ab97e 100644 --- a/arch/arm/vfp/vfpinstr.h +++ b/arch/arm/vfp/vfpinstr.h | |||
| @@ -52,11 +52,11 @@ | |||
| 52 | #define FEXT_TO_IDX(inst) ((inst & 0x000f0000) >> 15 | (inst & (1 << 7)) >> 7) | 52 | #define FEXT_TO_IDX(inst) ((inst & 0x000f0000) >> 15 | (inst & (1 << 7)) >> 7) |
| 53 | 53 | ||
| 54 | #define vfp_get_sd(inst) ((inst & 0x0000f000) >> 11 | (inst & (1 << 22)) >> 22) | 54 | #define vfp_get_sd(inst) ((inst & 0x0000f000) >> 11 | (inst & (1 << 22)) >> 22) |
| 55 | #define vfp_get_dd(inst) ((inst & 0x0000f000) >> 12) | 55 | #define vfp_get_dd(inst) ((inst & 0x0000f000) >> 12 | (inst & (1 << 22)) >> 18) |
| 56 | #define vfp_get_sm(inst) ((inst & 0x0000000f) << 1 | (inst & (1 << 5)) >> 5) | 56 | #define vfp_get_sm(inst) ((inst & 0x0000000f) << 1 | (inst & (1 << 5)) >> 5) |
| 57 | #define vfp_get_dm(inst) ((inst & 0x0000000f)) | 57 | #define vfp_get_dm(inst) ((inst & 0x0000000f) | (inst & (1 << 5)) >> 1) |
| 58 | #define vfp_get_sn(inst) ((inst & 0x000f0000) >> 15 | (inst & (1 << 7)) >> 7) | 58 | #define vfp_get_sn(inst) ((inst & 0x000f0000) >> 15 | (inst & (1 << 7)) >> 7) |
| 59 | #define vfp_get_dn(inst) ((inst & 0x000f0000) >> 16) | 59 | #define vfp_get_dn(inst) ((inst & 0x000f0000) >> 16 | (inst & (1 << 7)) >> 3) |
| 60 | 60 | ||
| 61 | #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) | 61 | #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) |
| 62 | 62 | ||
diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c index b4e210df92f2..32455c633f1c 100644 --- a/arch/arm/vfp/vfpmodule.c +++ b/arch/arm/vfp/vfpmodule.c | |||
| @@ -125,13 +125,13 @@ void vfp_raise_sigfpe(unsigned int sicode, struct pt_regs *regs) | |||
| 125 | send_sig_info(SIGFPE, &info, current); | 125 | send_sig_info(SIGFPE, &info, current); |
| 126 | } | 126 | } |
| 127 | 127 | ||
| 128 | static void vfp_panic(char *reason) | 128 | static void vfp_panic(char *reason, u32 inst) |
| 129 | { | 129 | { |
| 130 | int i; | 130 | int i; |
| 131 | 131 | ||
| 132 | printk(KERN_ERR "VFP: Error: %s\n", reason); | 132 | printk(KERN_ERR "VFP: Error: %s\n", reason); |
| 133 | printk(KERN_ERR "VFP: EXC 0x%08x SCR 0x%08x INST 0x%08x\n", | 133 | printk(KERN_ERR "VFP: EXC 0x%08x SCR 0x%08x INST 0x%08x\n", |
| 134 | fmrx(FPEXC), fmrx(FPSCR), fmrx(FPINST)); | 134 | fmrx(FPEXC), fmrx(FPSCR), inst); |
| 135 | for (i = 0; i < 32; i += 2) | 135 | for (i = 0; i < 32; i += 2) |
| 136 | printk(KERN_ERR "VFP: s%2u: 0x%08x s%2u: 0x%08x\n", | 136 | printk(KERN_ERR "VFP: s%2u: 0x%08x s%2u: 0x%08x\n", |
| 137 | i, vfp_get_float(i), i+1, vfp_get_float(i+1)); | 137 | i, vfp_get_float(i), i+1, vfp_get_float(i+1)); |
| @@ -147,19 +147,16 @@ static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_ | |||
| 147 | pr_debug("VFP: raising exceptions %08x\n", exceptions); | 147 | pr_debug("VFP: raising exceptions %08x\n", exceptions); |
| 148 | 148 | ||
| 149 | if (exceptions == VFP_EXCEPTION_ERROR) { | 149 | if (exceptions == VFP_EXCEPTION_ERROR) { |
| 150 | vfp_panic("unhandled bounce"); | 150 | vfp_panic("unhandled bounce", inst); |
| 151 | vfp_raise_sigfpe(0, regs); | 151 | vfp_raise_sigfpe(0, regs); |
| 152 | return; | 152 | return; |
| 153 | } | 153 | } |
| 154 | 154 | ||
| 155 | /* | 155 | /* |
| 156 | * If any of the status flags are set, update the FPSCR. | 156 | * Update the FPSCR with the additional exception flags. |
| 157 | * Comparison instructions always return at least one of | 157 | * Comparison instructions always return at least one of |
| 158 | * these flags set. | 158 | * these flags set. |
| 159 | */ | 159 | */ |
| 160 | if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V)) | ||
| 161 | fpscr &= ~(FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V); | ||
| 162 | |||
| 163 | fpscr |= exceptions; | 160 | fpscr |= exceptions; |
| 164 | 161 | ||
| 165 | fmxr(FPSCR, fpscr); | 162 | fmxr(FPSCR, fpscr); |
| @@ -220,35 +217,64 @@ static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs) | |||
| 220 | /* | 217 | /* |
| 221 | * Package up a bounce condition. | 218 | * Package up a bounce condition. |
| 222 | */ | 219 | */ |
| 223 | void VFP9_bounce(u32 trigger, u32 fpexc, struct pt_regs *regs) | 220 | void VFP_bounce(u32 trigger, u32 fpexc, struct pt_regs *regs) |
| 224 | { | 221 | { |
| 225 | u32 fpscr, orig_fpscr, exceptions, inst; | 222 | u32 fpscr, orig_fpscr, fpsid, exceptions; |
| 226 | 223 | ||
| 227 | pr_debug("VFP: bounce: trigger %08x fpexc %08x\n", trigger, fpexc); | 224 | pr_debug("VFP: bounce: trigger %08x fpexc %08x\n", trigger, fpexc); |
| 228 | 225 | ||
| 229 | /* | 226 | /* |
| 230 | * Enable access to the VFP so we can handle the bounce. | 227 | * At this point, FPEXC can have the following configuration: |
| 228 | * | ||
| 229 | * EX DEX IXE | ||
| 230 | * 0 1 x - synchronous exception | ||
| 231 | * 1 x 0 - asynchronous exception | ||
| 232 | * 1 x 1 - sychronous on VFP subarch 1 and asynchronous on later | ||
| 233 | * 0 0 1 - synchronous on VFP9 (non-standard subarch 1 | ||
| 234 | * implementation), undefined otherwise | ||
| 235 | * | ||
| 236 | * Clear various bits and enable access to the VFP so we can | ||
| 237 | * handle the bounce. | ||
| 231 | */ | 238 | */ |
| 232 | fmxr(FPEXC, fpexc & ~(FPEXC_EX|FPEXC_FPV2|FPEXC_INV|FPEXC_UFC|FPEXC_OFC|FPEXC_IOC)); | 239 | fmxr(FPEXC, fpexc & ~(FPEXC_EX|FPEXC_DEX|FPEXC_FP2V|FPEXC_VV|FPEXC_TRAP_MASK)); |
| 233 | 240 | ||
| 241 | fpsid = fmrx(FPSID); | ||
| 234 | orig_fpscr = fpscr = fmrx(FPSCR); | 242 | orig_fpscr = fpscr = fmrx(FPSCR); |
| 235 | 243 | ||
| 236 | /* | 244 | /* |
| 237 | * If we are running with inexact exceptions enabled, we need to | 245 | * Check for the special VFP subarch 1 and FPSCR.IXE bit case |
| 238 | * emulate the trigger instruction. Note that as we're emulating | ||
| 239 | * the trigger instruction, we need to increment PC. | ||
| 240 | */ | 246 | */ |
| 241 | if (fpscr & FPSCR_IXE) { | 247 | if ((fpsid & FPSID_ARCH_MASK) == (1 << FPSID_ARCH_BIT) |
| 242 | regs->ARM_pc += 4; | 248 | && (fpscr & FPSCR_IXE)) { |
| 249 | /* | ||
| 250 | * Synchronous exception, emulate the trigger instruction | ||
| 251 | */ | ||
| 243 | goto emulate; | 252 | goto emulate; |
| 244 | } | 253 | } |
| 245 | 254 | ||
| 246 | barrier(); | 255 | if (fpexc & FPEXC_EX) { |
| 256 | /* | ||
| 257 | * Asynchronous exception. The instruction is read from FPINST | ||
| 258 | * and the interrupted instruction has to be restarted. | ||
| 259 | */ | ||
| 260 | trigger = fmrx(FPINST); | ||
| 261 | regs->ARM_pc -= 4; | ||
| 262 | } else if (!(fpexc & FPEXC_DEX)) { | ||
| 263 | /* | ||
| 264 | * Illegal combination of bits. It can be caused by an | ||
| 265 | * unallocated VFP instruction but with FPSCR.IXE set and not | ||
| 266 | * on VFP subarch 1. | ||
| 267 | */ | ||
| 268 | vfp_raise_exceptions(VFP_EXCEPTION_ERROR, trigger, fpscr, regs); | ||
| 269 | return; | ||
| 270 | } | ||
| 247 | 271 | ||
| 248 | /* | 272 | /* |
| 249 | * Modify fpscr to indicate the number of iterations remaining | 273 | * Modify fpscr to indicate the number of iterations remaining. |
| 274 | * If FPEXC.EX is 0, FPEXC.DEX is 1 and the FPEXC.VV bit indicates | ||
| 275 | * whether FPEXC.VECITR or FPSCR.LEN is used. | ||
| 250 | */ | 276 | */ |
| 251 | if (fpexc & FPEXC_EX) { | 277 | if (fpexc & (FPEXC_EX | FPEXC_VV)) { |
| 252 | u32 len; | 278 | u32 len; |
| 253 | 279 | ||
| 254 | len = fpexc + (1 << FPEXC_LENGTH_BIT); | 280 | len = fpexc + (1 << FPEXC_LENGTH_BIT); |
| @@ -262,15 +288,15 @@ void VFP9_bounce(u32 trigger, u32 fpexc, struct pt_regs *regs) | |||
| 262 | * FPEXC bounce reason, but this appears to be unreliable. | 288 | * FPEXC bounce reason, but this appears to be unreliable. |
| 263 | * Emulate the bounced instruction instead. | 289 | * Emulate the bounced instruction instead. |
| 264 | */ | 290 | */ |
| 265 | inst = fmrx(FPINST); | 291 | exceptions = vfp_emulate_instruction(trigger, fpscr, regs); |
| 266 | exceptions = vfp_emulate_instruction(inst, fpscr, regs); | ||
| 267 | if (exceptions) | 292 | if (exceptions) |
| 268 | vfp_raise_exceptions(exceptions, inst, orig_fpscr, regs); | 293 | vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); |
| 269 | 294 | ||
| 270 | /* | 295 | /* |
| 271 | * If there isn't a second FP instruction, exit now. | 296 | * If there isn't a second FP instruction, exit now. Note that |
| 297 | * the FPEXC.FP2V bit is valid only if FPEXC.EX is 1. | ||
| 272 | */ | 298 | */ |
| 273 | if (!(fpexc & FPEXC_FPV2)) | 299 | if (fpexc ^ (FPEXC_EX | FPEXC_FP2V)) |
| 274 | return; | 300 | return; |
| 275 | 301 | ||
| 276 | /* | 302 | /* |
| @@ -279,10 +305,9 @@ void VFP9_bounce(u32 trigger, u32 fpexc, struct pt_regs *regs) | |||
| 279 | */ | 305 | */ |
| 280 | barrier(); | 306 | barrier(); |
| 281 | trigger = fmrx(FPINST2); | 307 | trigger = fmrx(FPINST2); |
| 282 | orig_fpscr = fpscr = fmrx(FPSCR); | ||
| 283 | 308 | ||
| 284 | emulate: | 309 | emulate: |
| 285 | exceptions = vfp_emulate_instruction(trigger, fpscr, regs); | 310 | exceptions = vfp_emulate_instruction(trigger, orig_fpscr, regs); |
| 286 | if (exceptions) | 311 | if (exceptions) |
| 287 | vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); | 312 | vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); |
| 288 | } | 313 | } |
| @@ -306,16 +331,9 @@ static int __init vfp_init(void) | |||
| 306 | { | 331 | { |
| 307 | unsigned int vfpsid; | 332 | unsigned int vfpsid; |
| 308 | unsigned int cpu_arch = cpu_architecture(); | 333 | unsigned int cpu_arch = cpu_architecture(); |
| 309 | u32 access = 0; | ||
| 310 | 334 | ||
| 311 | if (cpu_arch >= CPU_ARCH_ARMv6) { | 335 | if (cpu_arch >= CPU_ARCH_ARMv6) |
| 312 | access = get_copro_access(); | 336 | vfp_enable(NULL); |
| 313 | |||
| 314 | /* | ||
| 315 | * Enable full access to VFP (cp10 and cp11) | ||
| 316 | */ | ||
| 317 | set_copro_access(access | CPACC_FULL(10) | CPACC_FULL(11)); | ||
| 318 | } | ||
| 319 | 337 | ||
| 320 | /* | 338 | /* |
| 321 | * First check that there is a VFP that we can use. | 339 | * First check that there is a VFP that we can use. |
| @@ -329,15 +347,9 @@ static int __init vfp_init(void) | |||
| 329 | vfp_vector = vfp_null_entry; | 347 | vfp_vector = vfp_null_entry; |
| 330 | 348 | ||
| 331 | printk(KERN_INFO "VFP support v0.3: "); | 349 | printk(KERN_INFO "VFP support v0.3: "); |
| 332 | if (VFP_arch) { | 350 | if (VFP_arch) |
| 333 | printk("not present\n"); | 351 | printk("not present\n"); |
| 334 | 352 | else if (vfpsid & FPSID_NODOUBLE) { | |
| 335 | /* | ||
| 336 | * Restore the copro access register. | ||
| 337 | */ | ||
| 338 | if (cpu_arch >= CPU_ARCH_ARMv6) | ||
| 339 | set_copro_access(access); | ||
| 340 | } else if (vfpsid & FPSID_NODOUBLE) { | ||
| 341 | printk("no double precision support\n"); | 353 | printk("no double precision support\n"); |
| 342 | } else { | 354 | } else { |
| 343 | smp_call_function(vfp_enable, NULL, 1, 1); | 355 | smp_call_function(vfp_enable, NULL, 1, 1); |
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 9af05a2f4af3..a6728661c416 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
| @@ -212,7 +212,7 @@ config MII | |||
| 212 | 212 | ||
| 213 | config MACB | 213 | config MACB |
| 214 | tristate "Atmel MACB support" | 214 | tristate "Atmel MACB support" |
| 215 | depends on AVR32 || ARCH_AT91SAM9260 || ARCH_AT91SAM9263 | 215 | depends on AVR32 || ARCH_AT91SAM9260 || ARCH_AT91SAM9263 || ARCH_AT91CAP9 |
| 216 | select PHYLIB | 216 | select PHYLIB |
| 217 | help | 217 | help |
| 218 | The Atmel MACB ethernet interface is found on many AT32 and AT91 | 218 | The Atmel MACB ethernet interface is found on many AT32 and AT91 |
diff --git a/drivers/serial/21285.c b/drivers/serial/21285.c index facb67855619..6a48dfa1efe8 100644 --- a/drivers/serial/21285.c +++ b/drivers/serial/21285.c | |||
| @@ -277,6 +277,8 @@ serial21285_set_termios(struct uart_port *port, struct ktermios *termios, | |||
| 277 | if (termios->c_iflag & INPCK) | 277 | if (termios->c_iflag & INPCK) |
| 278 | port->read_status_mask |= RXSTAT_FRAME | RXSTAT_PARITY; | 278 | port->read_status_mask |= RXSTAT_FRAME | RXSTAT_PARITY; |
| 279 | 279 | ||
| 280 | tty_encode_baud_rate(tty, baud, baud); | ||
| 281 | |||
| 280 | /* | 282 | /* |
| 281 | * Which character status flags should we ignore? | 283 | * Which character status flags should we ignore? |
| 282 | */ | 284 | */ |
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index f81d08d6538b..77a3759d6fc7 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
| @@ -308,7 +308,7 @@ config USB_S3C2410_DEBUG | |||
| 308 | 308 | ||
| 309 | config USB_GADGET_AT91 | 309 | config USB_GADGET_AT91 |
| 310 | boolean "AT91 USB Device Port" | 310 | boolean "AT91 USB Device Port" |
| 311 | depends on ARCH_AT91 && !ARCH_AT91SAM9RL | 311 | depends on ARCH_AT91 && !ARCH_AT91SAM9RL && !ARCH_AT91CAP9 |
| 312 | select USB_GADGET_SELECTED | 312 | select USB_GADGET_SELECTED |
| 313 | help | 313 | help |
| 314 | Many Atmel AT91 processors (such as the AT91RM2000) have a | 314 | Many Atmel AT91 processors (such as the AT91RM2000) have a |
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5b3dbcfcda48..758435f8a6f8 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
| @@ -889,7 +889,7 @@ config FB_S1D13XXX | |||
| 889 | 889 | ||
| 890 | config FB_ATMEL | 890 | config FB_ATMEL |
| 891 | tristate "AT91/AT32 LCD Controller support" | 891 | tristate "AT91/AT32 LCD Controller support" |
| 892 | depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || AVR32) | 892 | depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 || AVR32) |
| 893 | select FB_CFB_FILLRECT | 893 | select FB_CFB_FILLRECT |
| 894 | select FB_CFB_COPYAREA | 894 | select FB_CFB_COPYAREA |
| 895 | select FB_CFB_IMAGEBLIT | 895 | select FB_CFB_IMAGEBLIT |
diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index 7c30cc8df71e..f8e711147501 100644 --- a/drivers/video/atmel_lcdfb.c +++ b/drivers/video/atmel_lcdfb.c | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | #define ATMEL_LCDC_CVAL_DEFAULT 0xc8 | 30 | #define ATMEL_LCDC_CVAL_DEFAULT 0xc8 |
| 31 | #define ATMEL_LCDC_DMA_BURST_LEN 8 | 31 | #define ATMEL_LCDC_DMA_BURST_LEN 8 |
| 32 | 32 | ||
| 33 | #if defined(CONFIG_ARCH_AT91SAM9263) | 33 | #if defined(CONFIG_ARCH_AT91SAM9263) || defined(CONFIG_ARCH_AT91CAP9) |
| 34 | #define ATMEL_LCDC_FIFO_SIZE 2048 | 34 | #define ATMEL_LCDC_FIFO_SIZE 2048 |
| 35 | #else | 35 | #else |
| 36 | #define ATMEL_LCDC_FIFO_SIZE 512 | 36 | #define ATMEL_LCDC_FIFO_SIZE 512 |
diff --git a/include/asm-arm/arch-at91/at91_lcdc.h b/include/asm-arm/arch-at91/at91_lcdc.h deleted file mode 100644 index ab040a40d37b..000000000000 --- a/include/asm-arm/arch-at91/at91_lcdc.h +++ /dev/null | |||
| @@ -1,148 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * include/asm-arm/arch-at91/at91_lcdc.h | ||
| 3 | * | ||
| 4 | * LCD Controller (LCDC). | ||
| 5 | * Based on AT91SAM9261 datasheet revision E. | ||
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License as published by | ||
| 9 | * the Free Software Foundation; either version 2 of the License, or | ||
| 10 | * (at your option) any later version. | ||
| 11 | */ | ||
| 12 | |||
| 13 | #ifndef AT91_LCDC_H | ||
| 14 | #define AT91_LCDC_H | ||
| 15 | |||
| 16 | #define AT91_LCDC_DMABADDR1 0x00 /* DMA Base Address Register 1 */ | ||
| 17 | #define AT91_LCDC_DMABADDR2 0x04 /* DMA Base Address Register 2 */ | ||
| 18 | #define AT91_LCDC_DMAFRMPT1 0x08 /* DMA Frame Pointer Register 1 */ | ||
| 19 | #define AT91_LCDC_DMAFRMPT2 0x0c /* DMA Frame Pointer Register 2 */ | ||
| 20 | #define AT91_LCDC_DMAFRMADD1 0x10 /* DMA Frame Address Register 1 */ | ||
| 21 | #define AT91_LCDC_DMAFRMADD2 0x14 /* DMA Frame Address Register 2 */ | ||
| 22 | |||
| 23 | #define AT91_LCDC_DMAFRMCFG 0x18 /* DMA Frame Configuration Register */ | ||
| 24 | #define AT91_LCDC_FRSIZE (0x7fffff << 0) /* Frame Size */ | ||
| 25 | #define AT91_LCDC_BLENGTH (0x7f << 24) /* Burst Length */ | ||
| 26 | |||
| 27 | #define AT91_LCDC_DMACON 0x1c /* DMA Control Register */ | ||
| 28 | #define AT91_LCDC_DMAEN (0x1 << 0) /* DMA Enable */ | ||
| 29 | #define AT91_LCDC_DMARST (0x1 << 1) /* DMA Reset */ | ||
| 30 | #define AT91_LCDC_DMABUSY (0x1 << 2) /* DMA Busy */ | ||
| 31 | |||
| 32 | #define AT91_LCDC_LCDCON1 0x0800 /* LCD Control Register 1 */ | ||
| 33 | #define AT91_LCDC_BYPASS (1 << 0) /* Bypass lcd_dotck divider */ | ||
| 34 | #define AT91_LCDC_CLKVAL (0x1ff << 12) /* Clock Divider */ | ||
| 35 | #define AT91_LCDC_LINCNT (0x7ff << 21) /* Line Counter */ | ||
| 36 | |||
| 37 | #define AT91_LCDC_LCDCON2 0x0804 /* LCD Control Register 2 */ | ||
| 38 | #define AT91_LCDC_DISTYPE (3 << 0) /* Display Type */ | ||
| 39 | #define AT91_LCDC_DISTYPE_STNMONO (0 << 0) | ||
| 40 | #define AT91_LCDC_DISTYPE_STNCOLOR (1 << 0) | ||
| 41 | #define AT91_LCDC_DISTYPE_TFT (2 << 0) | ||
| 42 | #define AT91_LCDC_SCANMOD (1 << 2) /* Scan Mode */ | ||
| 43 | #define AT91_LCDC_SCANMOD_SINGLE (0 << 2) | ||
| 44 | #define AT91_LCDC_SCANMOD_DUAL (1 << 2) | ||
| 45 | #define AT91_LCDC_IFWIDTH (3 << 3) /*Interface Width */ | ||
| 46 | #define AT91_LCDC_IFWIDTH_4 (0 << 3) | ||
| 47 | #define AT91_LCDC_IFWIDTH_8 (1 << 3) | ||
| 48 | #define AT91_LCDC_IFWIDTH_16 (2 << 3) | ||
| 49 | #define AT91_LCDC_PIXELSIZE (7 << 5) /* Bits per pixel */ | ||
| 50 | #define AT91_LCDC_PIXELSIZE_1 (0 << 5) | ||
| 51 | #define AT91_LCDC_PIXELSIZE_2 (1 << 5) | ||
| 52 | #define AT91_LCDC_PIXELSIZE_4 (2 << 5) | ||
| 53 | #define AT91_LCDC_PIXELSIZE_8 (3 << 5) | ||
| 54 | #define AT91_LCDC_PIXELSIZE_16 (4 << 5) | ||
| 55 | #define AT91_LCDC_PIXELSIZE_24 (5 << 5) | ||
| 56 | #define AT91_LCDC_INVVD (1 << 8) /* LCD Data polarity */ | ||
| 57 | #define AT91_LCDC_INVVD_NORMAL (0 << 8) | ||
| 58 | #define AT91_LCDC_INVVD_INVERTED (1 << 8) | ||
| 59 | #define AT91_LCDC_INVFRAME (1 << 9 ) /* LCD VSync polarity */ | ||
| 60 | #define AT91_LCDC_INVFRAME_NORMAL (0 << 9) | ||
| 61 | #define AT91_LCDC_INVFRAME_INVERTED (1 << 9) | ||
| 62 | #define AT91_LCDC_INVLINE (1 << 10) /* LCD HSync polarity */ | ||
| 63 | #define AT91_LCDC_INVLINE_NORMAL (0 << 10) | ||
| 64 | #define AT91_LCDC_INVLINE_INVERTED (1 << 10) | ||
| 65 | #define AT91_LCDC_INVCLK (1 << 11) /* LCD dotclk polarity */ | ||
| 66 | #define AT91_LCDC_INVCLK_NORMAL (0 << 11) | ||
| 67 | #define AT91_LCDC_INVCLK_INVERTED (1 << 11) | ||
| 68 | #define AT91_LCDC_INVDVAL (1 << 12) /* LCD dval polarity */ | ||
| 69 | #define AT91_LCDC_INVDVAL_NORMAL (0 << 12) | ||
| 70 | #define AT91_LCDC_INVDVAL_INVERTED (1 << 12) | ||
| 71 | #define AT91_LCDC_CLKMOD (1 << 15) /* LCD dotclk mode */ | ||
| 72 | #define AT91_LCDC_CLKMOD_ACTIVEDISPLAY (0 << 15) | ||
| 73 | #define AT91_LCDC_CLKMOD_ALWAYSACTIVE (1 << 15) | ||
| 74 | #define AT91_LCDC_MEMOR (1 << 31) /* Memory Ordering Format */ | ||
| 75 | #define AT91_LCDC_MEMOR_BIG (0 << 31) | ||
| 76 | #define AT91_LCDC_MEMOR_LITTLE (1 << 31) | ||
| 77 | |||
| 78 | #define AT91_LCDC_TIM1 0x0808 /* LCD Timing Register 1 */ | ||
| 79 | #define AT91_LCDC_VFP (0xff << 0) /* Vertical Front Porch */ | ||
| 80 | #define AT91_LCDC_VBP (0xff << 8) /* Vertical Back Porch */ | ||
| 81 | #define AT91_LCDC_VPW (0x3f << 16) /* Vertical Synchronization Pulse Width */ | ||
| 82 | #define AT91_LCDC_VHDLY (0xf << 24) /* Vertical to Horizontal Delay */ | ||
| 83 | |||
| 84 | #define AT91_LCDC_TIM2 0x080c /* LCD Timing Register 2 */ | ||
| 85 | #define AT91_LCDC_HBP (0xff << 0) /* Horizontal Back Porch */ | ||
| 86 | #define AT91_LCDC_HPW (0x3f << 8) /* Horizontal Synchronization Pulse Width */ | ||
| 87 | #define AT91_LCDC_HFP (0x7ff << 21) /* Horizontal Front Porch */ | ||
| 88 | |||
| 89 | #define AT91_LCDC_LCDFRMCFG 0x0810 /* LCD Frame Configuration Register */ | ||
| 90 | #define AT91_LCDC_LINEVAL (0x7ff << 0) /* Vertical Size of LCD Module */ | ||
| 91 | #define AT91_LCDC_HOZVAL (0x7ff << 21) /* Horizontal Size of LCD Module */ | ||
| 92 | |||
| 93 | #define AT91_LCDC_FIFO 0x0814 /* LCD FIFO Register */ | ||
| 94 | #define AT91_LCDC_FIFOTH (0xffff) /* FIFO Threshold */ | ||
| 95 | |||
| 96 | #define AT91_LCDC_DP1_2 0x081c /* Dithering Pattern DP1_2 Register */ | ||
| 97 | #define AT91_LCDC_DP4_7 0x0820 /* Dithering Pattern DP4_7 Register */ | ||
| 98 | #define AT91_LCDC_DP3_5 0x0824 /* Dithering Pattern DP3_5 Register */ | ||
| 99 | #define AT91_LCDC_DP2_3 0x0828 /* Dithering Pattern DP2_3 Register */ | ||
| 100 | #define AT91_LCDC_DP5_7 0x082c /* Dithering Pattern DP5_7 Register */ | ||
| 101 | #define AT91_LCDC_DP3_4 0x0830 /* Dithering Pattern DP3_4 Register */ | ||
| 102 | #define AT91_LCDC_DP4_5 0x0834 /* Dithering Pattern DP4_5 Register */ | ||
| 103 | #define AT91_LCDC_DP6_7 0x0838 /* Dithering Pattern DP6_7 Register */ | ||
| 104 | #define AT91_LCDC_DP1_2_VAL (0xff) | ||
| 105 | #define AT91_LCDC_DP4_7_VAL (0xfffffff) | ||
| 106 | #define AT91_LCDC_DP3_5_VAL (0xfffff) | ||
| 107 | #define AT91_LCDC_DP2_3_VAL (0xfff) | ||
| 108 | #define AT91_LCDC_DP5_7_VAL (0xfffffff) | ||
| 109 | #define AT91_LCDC_DP3_4_VAL (0xffff) | ||
| 110 | #define AT91_LCDC_DP4_5_VAL (0xfffff) | ||
| 111 | #define AT91_LCDC_DP6_7_VAL (0xfffffff) | ||
| 112 | |||
| 113 | #define AT91_LCDC_PWRCON 0x083c /* Power Control Register */ | ||
| 114 | #define AT91_LCDC_PWR (1 << 0) /* LCD Module Power Control */ | ||
| 115 | #define AT91_LCDC_GUARDT (0x7f << 1) /* Delay in Frame Period */ | ||
| 116 | #define AT91_LCDC_BUSY (1 << 31) /* LCD Busy */ | ||
| 117 | |||
| 118 | #define AT91_LCDC_CONTRAST_CTR 0x0840 /* Contrast Control Register */ | ||
| 119 | #define AT91_LCDC_PS (3 << 0) /* Contrast Counter Prescaler */ | ||
| 120 | #define AT91_LCDC_PS_DIV1 (0 << 0) | ||
| 121 | #define AT91_LCDC_PS_DIV2 (1 << 0) | ||
| 122 | #define AT91_LCDC_PS_DIV4 (2 << 0) | ||
| 123 | #define AT91_LCDC_PS_DIV8 (3 << 0) | ||
| 124 | #define AT91_LCDC_POL (1 << 2) /* Polarity of output Pulse */ | ||
| 125 | #define AT91_LCDC_POL_NEGATIVE (0 << 2) | ||
| 126 | #define AT91_LCDC_POL_POSITIVE (1 << 2) | ||
| 127 | #define AT91_LCDC_ENA (1 << 3) /* PWM generator Control */ | ||
| 128 | #define AT91_LCDC_ENA_PWMDISABLE (0 << 3) | ||
| 129 | #define AT91_LCDC_ENA_PWMENABLE (1 << 3) | ||
| 130 | |||
| 131 | #define AT91_LCDC_CONTRAST_VAL 0x0844 /* Contrast Value Register */ | ||
| 132 | #define AT91_LCDC_CVAL (0xff) /* PWM compare value */ | ||
| 133 | |||
| 134 | #define AT91_LCDC_IER 0x0848 /* Interrupt Enable Register */ | ||
| 135 | #define AT91_LCDC_IDR 0x084c /* Interrupt Disable Register */ | ||
| 136 | #define AT91_LCDC_IMR 0x0850 /* Interrupt Mask Register */ | ||
| 137 | #define AT91_LCDC_ISR 0x0854 /* Interrupt Enable Register */ | ||
| 138 | #define AT91_LCDC_ICR 0x0858 /* Interrupt Clear Register */ | ||
| 139 | #define AT91_LCDC_LNI (1 << 0) /* Line Interrupt */ | ||
| 140 | #define AT91_LCDC_LSTLNI (1 << 1) /* Last Line Interrupt */ | ||
| 141 | #define AT91_LCDC_EOFI (1 << 2) /* DMA End Of Frame Interrupt */ | ||
| 142 | #define AT91_LCDC_UFLWI (1 << 4) /* FIFO Underflow Interrupt */ | ||
| 143 | #define AT91_LCDC_OWRI (1 << 5) /* FIFO Overwrite Interrupt */ | ||
| 144 | #define AT91_LCDC_MERI (1 << 6) /* DMA Memory Error Interrupt */ | ||
| 145 | |||
| 146 | #define AT91_LCDC_LUT_(n) (0x0c00 + ((n)*4)) /* Palette Entry 0..255 */ | ||
| 147 | |||
| 148 | #endif | ||
diff --git a/include/asm-arm/arch-at91/at91_pmc.h b/include/asm-arm/arch-at91/at91_pmc.h index 33ff5b6798ee..52cd8e5dabc9 100644 --- a/include/asm-arm/arch-at91/at91_pmc.h +++ b/include/asm-arm/arch-at91/at91_pmc.h | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | #define AT91RM9200_PMC_MCKUDP (1 << 2) /* USB Device Port Master Clock Automatic Disable on Suspend [AT91RM9200 only] */ | 25 | #define AT91RM9200_PMC_MCKUDP (1 << 2) /* USB Device Port Master Clock Automatic Disable on Suspend [AT91RM9200 only] */ |
| 26 | #define AT91RM9200_PMC_UHP (1 << 4) /* USB Host Port Clock [AT91RM9200 only] */ | 26 | #define AT91RM9200_PMC_UHP (1 << 4) /* USB Host Port Clock [AT91RM9200 only] */ |
| 27 | #define AT91SAM926x_PMC_UHP (1 << 6) /* USB Host Port Clock [AT91SAM926x only] */ | 27 | #define AT91SAM926x_PMC_UHP (1 << 6) /* USB Host Port Clock [AT91SAM926x only] */ |
| 28 | #define AT91CAP9_PMC_UHP (1 << 6) /* USB Host Port Clock [AT91CAP9 only] */ | ||
| 28 | #define AT91SAM926x_PMC_UDP (1 << 7) /* USB Devcice Port Clock [AT91SAM926x only] */ | 29 | #define AT91SAM926x_PMC_UDP (1 << 7) /* USB Devcice Port Clock [AT91SAM926x only] */ |
| 29 | #define AT91_PMC_PCK0 (1 << 8) /* Programmable Clock 0 */ | 30 | #define AT91_PMC_PCK0 (1 << 8) /* Programmable Clock 0 */ |
| 30 | #define AT91_PMC_PCK1 (1 << 9) /* Programmable Clock 1 */ | 31 | #define AT91_PMC_PCK1 (1 << 9) /* Programmable Clock 1 */ |
| @@ -37,7 +38,9 @@ | |||
| 37 | #define AT91_PMC_PCDR (AT91_PMC + 0x14) /* Peripheral Clock Disable Register */ | 38 | #define AT91_PMC_PCDR (AT91_PMC + 0x14) /* Peripheral Clock Disable Register */ |
| 38 | #define AT91_PMC_PCSR (AT91_PMC + 0x18) /* Peripheral Clock Status Register */ | 39 | #define AT91_PMC_PCSR (AT91_PMC + 0x18) /* Peripheral Clock Status Register */ |
| 39 | 40 | ||
| 40 | #define AT91_CKGR_MOR (AT91_PMC + 0x20) /* Main Oscillator Register */ | 41 | #define AT91_CKGR_UCKR (AT91_PMC + 0x1C) /* UTMI Clock Register [SAM9RL, CAP9] */ |
| 42 | |||
| 43 | #define AT91_CKGR_MOR (AT91_PMC + 0x20) /* Main Oscillator Register [not on SAM9RL] */ | ||
| 41 | #define AT91_PMC_MOSCEN (1 << 0) /* Main Oscillator Enable */ | 44 | #define AT91_PMC_MOSCEN (1 << 0) /* Main Oscillator Enable */ |
| 42 | #define AT91_PMC_OSCBYPASS (1 << 1) /* Oscillator Bypass [AT91SAM926x only] */ | 45 | #define AT91_PMC_OSCBYPASS (1 << 1) /* Oscillator Bypass [AT91SAM926x only] */ |
| 43 | #define AT91_PMC_OSCOUNT (0xff << 8) /* Main Oscillator Start-up Time */ | 46 | #define AT91_PMC_OSCOUNT (0xff << 8) /* Main Oscillator Start-up Time */ |
| @@ -52,6 +55,10 @@ | |||
| 52 | #define AT91_PMC_PLLCOUNT (0x3f << 8) /* PLL Counter */ | 55 | #define AT91_PMC_PLLCOUNT (0x3f << 8) /* PLL Counter */ |
| 53 | #define AT91_PMC_OUT (3 << 14) /* PLL Clock Frequency Range */ | 56 | #define AT91_PMC_OUT (3 << 14) /* PLL Clock Frequency Range */ |
| 54 | #define AT91_PMC_MUL (0x7ff << 16) /* PLL Multiplier */ | 57 | #define AT91_PMC_MUL (0x7ff << 16) /* PLL Multiplier */ |
| 58 | #define AT91_PMC_USBDIV (3 << 28) /* USB Divisor (PLLB only) */ | ||
| 59 | #define AT91_PMC_USBDIV_1 (0 << 28) | ||
| 60 | #define AT91_PMC_USBDIV_2 (1 << 28) | ||
| 61 | #define AT91_PMC_USBDIV_4 (2 << 28) | ||
| 55 | #define AT91_PMC_USB96M (1 << 28) /* Divider by 2 Enable (PLLB only) */ | 62 | #define AT91_PMC_USB96M (1 << 28) /* Divider by 2 Enable (PLLB only) */ |
| 56 | 63 | ||
| 57 | #define AT91_PMC_MCKR (AT91_PMC + 0x30) /* Master Clock Register */ | 64 | #define AT91_PMC_MCKR (AT91_PMC + 0x30) /* Master Clock Register */ |
diff --git a/include/asm-arm/arch-at91/at91_rtt.h b/include/asm-arm/arch-at91/at91_rtt.h index bae1103fbbb2..39a32633b275 100644 --- a/include/asm-arm/arch-at91/at91_rtt.h +++ b/include/asm-arm/arch-at91/at91_rtt.h | |||
| @@ -13,19 +13,19 @@ | |||
| 13 | #ifndef AT91_RTT_H | 13 | #ifndef AT91_RTT_H |
| 14 | #define AT91_RTT_H | 14 | #define AT91_RTT_H |
| 15 | 15 | ||
| 16 | #define AT91_RTT_MR (AT91_RTT + 0x00) /* Real-time Mode Register */ | 16 | #define AT91_RTT_MR 0x00 /* Real-time Mode Register */ |
| 17 | #define AT91_RTT_RTPRES (0xffff << 0) /* Real-time Timer Prescaler Value */ | 17 | #define AT91_RTT_RTPRES (0xffff << 0) /* Real-time Timer Prescaler Value */ |
| 18 | #define AT91_RTT_ALMIEN (1 << 16) /* Alarm Interrupt Enable */ | 18 | #define AT91_RTT_ALMIEN (1 << 16) /* Alarm Interrupt Enable */ |
| 19 | #define AT91_RTT_RTTINCIEN (1 << 17) /* Real Time Timer Increment Interrupt Enable */ | 19 | #define AT91_RTT_RTTINCIEN (1 << 17) /* Real Time Timer Increment Interrupt Enable */ |
| 20 | #define AT91_RTT_RTTRST (1 << 18) /* Real Time Timer Restart */ | 20 | #define AT91_RTT_RTTRST (1 << 18) /* Real Time Timer Restart */ |
| 21 | 21 | ||
| 22 | #define AT91_RTT_AR (AT91_RTT + 0x04) /* Real-time Alarm Register */ | 22 | #define AT91_RTT_AR 0x04 /* Real-time Alarm Register */ |
| 23 | #define AT91_RTT_ALMV (0xffffffff) /* Alarm Value */ | 23 | #define AT91_RTT_ALMV (0xffffffff) /* Alarm Value */ |
| 24 | 24 | ||
| 25 | #define AT91_RTT_VR (AT91_RTT + 0x08) /* Real-time Value Register */ | 25 | #define AT91_RTT_VR 0x08 /* Real-time Value Register */ |
| 26 | #define AT91_RTT_CRTV (0xffffffff) /* Current Real-time Value */ | 26 | #define AT91_RTT_CRTV (0xffffffff) /* Current Real-time Value */ |
| 27 | 27 | ||
| 28 | #define AT91_RTT_SR (AT91_RTT + 0x0c) /* Real-time Status Register */ | 28 | #define AT91_RTT_SR 0x0c /* Real-time Status Register */ |
| 29 | #define AT91_RTT_ALMS (1 << 0) /* Real-time Alarm Status */ | 29 | #define AT91_RTT_ALMS (1 << 0) /* Real-time Alarm Status */ |
| 30 | #define AT91_RTT_RTTINC (1 << 1) /* Real-time Timer Increment */ | 30 | #define AT91_RTT_RTTINC (1 << 1) /* Real-time Timer Increment */ |
| 31 | 31 | ||
diff --git a/include/asm-arm/arch-at91/at91_twi.h b/include/asm-arm/arch-at91/at91_twi.h index ca9a90733456..f9f2e3cd95c5 100644 --- a/include/asm-arm/arch-at91/at91_twi.h +++ b/include/asm-arm/arch-at91/at91_twi.h | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | #define AT91_TWI_STOP (1 << 1) /* Send a Stop Condition */ | 21 | #define AT91_TWI_STOP (1 << 1) /* Send a Stop Condition */ |
| 22 | #define AT91_TWI_MSEN (1 << 2) /* Master Transfer Enable */ | 22 | #define AT91_TWI_MSEN (1 << 2) /* Master Transfer Enable */ |
| 23 | #define AT91_TWI_MSDIS (1 << 3) /* Master Transfer Disable */ | 23 | #define AT91_TWI_MSDIS (1 << 3) /* Master Transfer Disable */ |
| 24 | #define AT91_TWI_SVEN (1 << 4) /* Slave Transfer Enable [SAM9260 only] */ | ||
| 25 | #define AT91_TWI_SVDIS (1 << 5) /* Slave Transfer Disable [SAM9260 only] */ | ||
| 24 | #define AT91_TWI_SWRST (1 << 7) /* Software Reset */ | 26 | #define AT91_TWI_SWRST (1 << 7) /* Software Reset */ |
| 25 | 27 | ||
| 26 | #define AT91_TWI_MMR 0x04 /* Master Mode Register */ | 28 | #define AT91_TWI_MMR 0x04 /* Master Mode Register */ |
| @@ -32,6 +34,9 @@ | |||
| 32 | #define AT91_TWI_MREAD (1 << 12) /* Master Read Direction */ | 34 | #define AT91_TWI_MREAD (1 << 12) /* Master Read Direction */ |
| 33 | #define AT91_TWI_DADR (0x7f << 16) /* Device Address */ | 35 | #define AT91_TWI_DADR (0x7f << 16) /* Device Address */ |
| 34 | 36 | ||
| 37 | #define AT91_TWI_SMR 0x08 /* Slave Mode Register [SAM9260 only] */ | ||
| 38 | #define AT91_TWI_SADR (0x7f << 16) /* Slave Address */ | ||
| 39 | |||
| 35 | #define AT91_TWI_IADR 0x0c /* Internal Address Register */ | 40 | #define AT91_TWI_IADR 0x0c /* Internal Address Register */ |
| 36 | 41 | ||
| 37 | #define AT91_TWI_CWGR 0x10 /* Clock Waveform Generator Register */ | 42 | #define AT91_TWI_CWGR 0x10 /* Clock Waveform Generator Register */ |
| @@ -43,9 +48,15 @@ | |||
| 43 | #define AT91_TWI_TXCOMP (1 << 0) /* Transmission Complete */ | 48 | #define AT91_TWI_TXCOMP (1 << 0) /* Transmission Complete */ |
| 44 | #define AT91_TWI_RXRDY (1 << 1) /* Receive Holding Register Ready */ | 49 | #define AT91_TWI_RXRDY (1 << 1) /* Receive Holding Register Ready */ |
| 45 | #define AT91_TWI_TXRDY (1 << 2) /* Transmit Holding Register Ready */ | 50 | #define AT91_TWI_TXRDY (1 << 2) /* Transmit Holding Register Ready */ |
| 51 | #define AT91_TWI_SVREAD (1 << 3) /* Slave Read [SAM9260 only] */ | ||
| 52 | #define AT91_TWI_SVACC (1 << 4) /* Slave Access [SAM9260 only] */ | ||
| 53 | #define AT91_TWI_GACC (1 << 5) /* General Call Access [SAM9260 only] */ | ||
| 46 | #define AT91_TWI_OVRE (1 << 6) /* Overrun Error [AT91RM9200 only] */ | 54 | #define AT91_TWI_OVRE (1 << 6) /* Overrun Error [AT91RM9200 only] */ |
| 47 | #define AT91_TWI_UNRE (1 << 7) /* Underrun Error [AT91RM9200 only] */ | 55 | #define AT91_TWI_UNRE (1 << 7) /* Underrun Error [AT91RM9200 only] */ |
| 48 | #define AT91_TWI_NACK (1 << 8) /* Not Acknowledged */ | 56 | #define AT91_TWI_NACK (1 << 8) /* Not Acknowledged */ |
| 57 | #define AT91_TWI_ARBLST (1 << 9) /* Arbitration Lost [SAM9260 only] */ | ||
| 58 | #define AT91_TWI_SCLWS (1 << 10) /* Clock Wait State [SAM9260 only] */ | ||
| 59 | #define AT91_TWI_EOSACC (1 << 11) /* End of Slave Address [SAM9260 only] */ | ||
| 49 | 60 | ||
| 50 | #define AT91_TWI_IER 0x24 /* Interrupt Enable Register */ | 61 | #define AT91_TWI_IER 0x24 /* Interrupt Enable Register */ |
| 51 | #define AT91_TWI_IDR 0x28 /* Interrupt Disable Register */ | 62 | #define AT91_TWI_IDR 0x28 /* Interrupt Disable Register */ |
diff --git a/include/asm-arm/arch-at91/at91cap9.h b/include/asm-arm/arch-at91/at91cap9.h new file mode 100644 index 000000000000..73e1fcf4a0aa --- /dev/null +++ b/include/asm-arm/arch-at91/at91cap9.h | |||
| @@ -0,0 +1,121 @@ | |||
| 1 | /* | ||
| 2 | * include/asm-arm/arch-at91/at91cap9.h | ||
| 3 | * | ||
| 4 | * Copyright (C) 2007 Stelian Pop <stelian.pop@leadtechdesign.com> | ||
| 5 | * Copyright (C) 2007 Lead Tech Design <www.leadtechdesign.com> | ||
| 6 | * Copyright (C) 2007 Atmel Corporation. | ||
| 7 | * | ||
| 8 | * Common definitions. | ||
| 9 | * Based on AT91CAP9 datasheet revision B (Preliminary). | ||
| 10 | * | ||
| 11 | * This program is free software; you can redistribute it and/or modify | ||
| 12 | * it under the terms of the GNU General Public License as published by | ||
| 13 | * the Free Software Foundation; either version 2 of the License, or | ||
| 14 | * (at your option) any later version. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #ifndef AT91CAP9_H | ||
| 18 | #define AT91CAP9_H | ||
| 19 | |||
| 20 | /* | ||
| 21 | * Peripheral identifiers/interrupts. | ||
| 22 | */ | ||
| 23 | #define AT91_ID_FIQ 0 /* Advanced Interrupt Controller (FIQ) */ | ||
| 24 | #define AT91_ID_SYS 1 /* System Peripherals */ | ||
| 25 | #define AT91CAP9_ID_PIOABCD 2 /* Parallel IO Controller A, B, C and D */ | ||
| 26 | #define AT91CAP9_ID_MPB0 3 /* MP Block Peripheral 0 */ | ||
| 27 | #define AT91CAP9_ID_MPB1 4 /* MP Block Peripheral 1 */ | ||
| 28 | #define AT91CAP9_ID_MPB2 5 /* MP Block Peripheral 2 */ | ||
| 29 | #define AT91CAP9_ID_MPB3 6 /* MP Block Peripheral 3 */ | ||
| 30 | #define AT91CAP9_ID_MPB4 7 /* MP Block Peripheral 4 */ | ||
| 31 | #define AT91CAP9_ID_US0 8 /* USART 0 */ | ||
| 32 | #define AT91CAP9_ID_US1 9 /* USART 1 */ | ||
| 33 | #define AT91CAP9_ID_US2 10 /* USART 2 */ | ||
| 34 | #define AT91CAP9_ID_MCI0 11 /* Multimedia Card Interface 0 */ | ||
| 35 | #define AT91CAP9_ID_MCI1 12 /* Multimedia Card Interface 1 */ | ||
| 36 | #define AT91CAP9_ID_CAN 13 /* CAN */ | ||
| 37 | #define AT91CAP9_ID_TWI 14 /* Two-Wire Interface */ | ||
| 38 | #define AT91CAP9_ID_SPI0 15 /* Serial Peripheral Interface 0 */ | ||
| 39 | #define AT91CAP9_ID_SPI1 16 /* Serial Peripheral Interface 0 */ | ||
| 40 | #define AT91CAP9_ID_SSC0 17 /* Serial Synchronous Controller 0 */ | ||
| 41 | #define AT91CAP9_ID_SSC1 18 /* Serial Synchronous Controller 1 */ | ||
| 42 | #define AT91CAP9_ID_AC97C 19 /* AC97 Controller */ | ||
| 43 | #define AT91CAP9_ID_TCB 20 /* Timer Counter 0, 1 and 2 */ | ||
| 44 | #define AT91CAP9_ID_PWMC 21 /* Pulse Width Modulation Controller */ | ||
| 45 | #define AT91CAP9_ID_EMAC 22 /* Ethernet */ | ||
| 46 | #define AT91CAP9_ID_AESTDES 23 /* Advanced Encryption Standard, Triple DES */ | ||
| 47 | #define AT91CAP9_ID_ADC 24 /* Analog-to-Digital Converter */ | ||
| 48 | #define AT91CAP9_ID_ISI 25 /* Image Sensor Interface */ | ||
| 49 | #define AT91CAP9_ID_LCDC 26 /* LCD Controller */ | ||
| 50 | #define AT91CAP9_ID_DMA 27 /* DMA Controller */ | ||
| 51 | #define AT91CAP9_ID_UDPHS 28 /* USB High Speed Device Port */ | ||
| 52 | #define AT91CAP9_ID_UHP 29 /* USB Host Port */ | ||
| 53 | #define AT91CAP9_ID_IRQ0 30 /* Advanced Interrupt Controller (IRQ0) */ | ||
| 54 | #define AT91CAP9_ID_IRQ1 31 /* Advanced Interrupt Controller (IRQ1) */ | ||
| 55 | |||
| 56 | /* | ||
| 57 | * User Peripheral physical base addresses. | ||
| 58 | */ | ||
| 59 | #define AT91CAP9_BASE_UDPHS 0xfff78000 | ||
| 60 | #define AT91CAP9_BASE_TCB0 0xfff7c000 | ||
| 61 | #define AT91CAP9_BASE_TC0 0xfff7c000 | ||
| 62 | #define AT91CAP9_BASE_TC1 0xfff7c040 | ||
| 63 | #define AT91CAP9_BASE_TC2 0xfff7c080 | ||
| 64 | #define AT91CAP9_BASE_MCI0 0xfff80000 | ||
| 65 | #define AT91CAP9_BASE_MCI1 0xfff84000 | ||
| 66 | #define AT91CAP9_BASE_TWI 0xfff88000 | ||
| 67 | #define AT91CAP9_BASE_US0 0xfff8c000 | ||
| 68 | #define AT91CAP9_BASE_US1 0xfff90000 | ||
| 69 | #define AT91CAP9_BASE_US2 0xfff94000 | ||
| 70 | #define AT91CAP9_BASE_SSC0 0xfff98000 | ||
| 71 | #define AT91CAP9_BASE_SSC1 0xfff9c000 | ||
| 72 | #define AT91CAP9_BASE_AC97C 0xfffa0000 | ||
| 73 | #define AT91CAP9_BASE_SPI0 0xfffa4000 | ||
| 74 | #define AT91CAP9_BASE_SPI1 0xfffa8000 | ||
| 75 | #define AT91CAP9_BASE_CAN 0xfffac000 | ||
| 76 | #define AT91CAP9_BASE_PWMC 0xfffb8000 | ||
| 77 | #define AT91CAP9_BASE_EMAC 0xfffbc000 | ||
| 78 | #define AT91CAP9_BASE_ADC 0xfffc0000 | ||
| 79 | #define AT91CAP9_BASE_ISI 0xfffc4000 | ||
| 80 | #define AT91_BASE_SYS 0xffffe200 | ||
| 81 | |||
| 82 | /* | ||
| 83 | * System Peripherals (offset from AT91_BASE_SYS) | ||
| 84 | */ | ||
| 85 | #define AT91_ECC (0xffffe200 - AT91_BASE_SYS) | ||
| 86 | #define AT91_BCRAMC (0xffffe400 - AT91_BASE_SYS) | ||
| 87 | #define AT91_DDRSDRC (0xffffe600 - AT91_BASE_SYS) | ||
| 88 | #define AT91_SMC (0xffffe800 - AT91_BASE_SYS) | ||
| 89 | #define AT91_MATRIX (0xffffea00 - AT91_BASE_SYS) | ||
| 90 | #define AT91_CCFG (0xffffeb10 - AT91_BASE_SYS) | ||
| 91 | #define AT91_DMA (0xffffec00 - AT91_BASE_SYS) | ||
| 92 | #define AT91_DBGU (0xffffee00 - AT91_BASE_SYS) | ||
| 93 | #define AT91_AIC (0xfffff000 - AT91_BASE_SYS) | ||
| 94 | #define AT91_PIOA (0xfffff200 - AT91_BASE_SYS) | ||
| 95 | #define AT91_PIOB (0xfffff400 - AT91_BASE_SYS) | ||
| 96 | #define AT91_PIOC (0xfffff600 - AT91_BASE_SYS) | ||
| 97 | #define AT91_PIOD (0xfffff800 - AT91_BASE_SYS) | ||
| 98 | #define AT91_PMC (0xfffffc00 - AT91_BASE_SYS) | ||
| 99 | #define AT91_RSTC (0xfffffd00 - AT91_BASE_SYS) | ||
| 100 | #define AT91_SHDC (0xfffffd10 - AT91_BASE_SYS) | ||
| 101 | #define AT91_RTT (0xfffffd20 - AT91_BASE_SYS) | ||
| 102 | #define AT91_PIT (0xfffffd30 - AT91_BASE_SYS) | ||
| 103 | #define AT91_WDT (0xfffffd40 - AT91_BASE_SYS) | ||
| 104 | #define AT91_GPBR (0xfffffd50 - AT91_BASE_SYS) | ||
| 105 | |||
| 106 | /* | ||
| 107 | * Internal Memory. | ||
| 108 | */ | ||
| 109 | #define AT91CAP9_SRAM_BASE 0x00100000 /* Internal SRAM base address */ | ||
| 110 | #define AT91CAP9_SRAM_SIZE (32 * SZ_1K) /* Internal SRAM size (32Kb) */ | ||
| 111 | |||
| 112 | #define AT91CAP9_ROM_BASE 0x00400000 /* Internal ROM base address */ | ||
| 113 | #define AT91CAP9_ROM_SIZE (32 * SZ_1K) /* Internal ROM size (32Kb) */ | ||
| 114 | |||
| 115 | #define AT91CAP9_LCDC_BASE 0x00500000 /* LCD Controller */ | ||
| 116 | #define AT91CAP9_UDPHS_BASE 0x00600000 /* USB High Speed Device Port */ | ||
| 117 | #define AT91CAP9_UHP_BASE 0x00700000 /* USB Host controller */ | ||
| 118 | |||
| 119 | #define CONFIG_DRAM_BASE AT91_CHIPSELECT_6 | ||
| 120 | |||
| 121 | #endif | ||
diff --git a/include/asm-arm/arch-at91/at91cap9_matrix.h b/include/asm-arm/arch-at91/at91cap9_matrix.h new file mode 100644 index 000000000000..a641686b6c3d --- /dev/null +++ b/include/asm-arm/arch-at91/at91cap9_matrix.h | |||
| @@ -0,0 +1,132 @@ | |||
| 1 | /* | ||
| 2 | * include/asm-arm/arch-at91/at91cap9_matrix.h | ||
| 3 | * | ||
| 4 | * Copyright (C) 2007 Stelian Pop <stelian.pop@leadtechdesign.com> | ||
| 5 | * Copyright (C) 2007 Lead Tech Design <www.leadtechdesign.com> | ||
| 6 | * Copyright (C) 2006 Atmel Corporation. | ||
| 7 | * | ||
| 8 | * Memory Controllers (MATRIX, EBI) - System peripherals registers. | ||
| 9 | * Based on AT91CAP9 datasheet revision B (Preliminary). | ||
| 10 | * | ||
| 11 | * This program is free software; you can redistribute it and/or modify | ||
| 12 | * it under the terms of the GNU General Public License as published by | ||
| 13 | * the Free Software Foundation; either version 2 of the License, or | ||
| 14 | * (at your option) any later version. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #ifndef AT91CAP9_MATRIX_H | ||
| 18 | #define AT91CAP9_MATRIX_H | ||
| 19 | |||
| 20 | #define AT91_MATRIX_MCFG0 (AT91_MATRIX + 0x00) /* Master Configuration Register 0 */ | ||
| 21 | #define AT91_MATRIX_MCFG1 (AT91_MATRIX + 0x04) /* Master Configuration Register 1 */ | ||
| 22 | #define AT91_MATRIX_MCFG2 (AT91_MATRIX + 0x08) /* Master Configuration Register 2 */ | ||
| 23 | #define AT91_MATRIX_MCFG3 (AT91_MATRIX + 0x0C) /* Master Configuration Register 3 */ | ||
| 24 | #define AT91_MATRIX_MCFG4 (AT91_MATRIX + 0x10) /* Master Configuration Register 4 */ | ||
| 25 | #define AT91_MATRIX_MCFG5 (AT91_MATRIX + 0x14) /* Master Configuration Register 5 */ | ||
| 26 | #define AT91_MATRIX_MCFG6 (AT91_MATRIX + 0x18) /* Master Configuration Register 6 */ | ||
| 27 | #define AT91_MATRIX_MCFG7 (AT91_MATRIX + 0x1C) /* Master Configuration Register 7 */ | ||
| 28 | #define AT91_MATRIX_MCFG8 (AT91_MATRIX + 0x20) /* Master Configuration Register 8 */ | ||
| 29 | #define AT91_MATRIX_MCFG9 (AT91_MATRIX + 0x24) /* Master Configuration Register 9 */ | ||
| 30 | #define AT91_MATRIX_MCFG10 (AT91_MATRIX + 0x28) /* Master Configuration Register 10 */ | ||
| 31 | #define AT91_MATRIX_MCFG11 (AT91_MATRIX + 0x2C) /* Master Configuration Register 11 */ | ||
| 32 | #define AT91_MATRIX_ULBT (7 << 0) /* Undefined Length Burst Type */ | ||
| 33 | #define AT91_MATRIX_ULBT_INFINITE (0 << 0) | ||
| 34 | #define AT91_MATRIX_ULBT_SINGLE (1 << 0) | ||
| 35 | #define AT91_MATRIX_ULBT_FOUR (2 << 0) | ||
| 36 | #define AT91_MATRIX_ULBT_EIGHT (3 << 0) | ||
| 37 | #define AT91_MATRIX_ULBT_SIXTEEN (4 << 0) | ||
| 38 | |||
| 39 | #define AT91_MATRIX_SCFG0 (AT91_MATRIX + 0x40) /* Slave Configuration Register 0 */ | ||
| 40 | #define AT91_MATRIX_SCFG1 (AT91_MATRIX + 0x44) /* Slave Configuration Register 1 */ | ||
| 41 | #define AT91_MATRIX_SCFG2 (AT91_MATRIX + 0x48) /* Slave Configuration Register 2 */ | ||
| 42 | #define AT91_MATRIX_SCFG3 (AT91_MATRIX + 0x4C) /* Slave Configuration Register 3 */ | ||
| 43 | #define AT91_MATRIX_SCFG4 (AT91_MATRIX + 0x50) /* Slave Configuration Register 4 */ | ||
| 44 | #define AT91_MATRIX_SCFG5 (AT91_MATRIX + 0x54) /* Slave Configuration Register 5 */ | ||
| 45 | #define AT91_MATRIX_SCFG6 (AT91_MATRIX + 0x58) /* Slave Configuration Register 6 */ | ||
| 46 | #define AT91_MATRIX_SCFG7 (AT91_MATRIX + 0x5C) /* Slave Configuration Register 7 */ | ||
| 47 | #define AT91_MATRIX_SCFG8 (AT91_MATRIX + 0x60) /* Slave Configuration Register 8 */ | ||
| 48 | #define AT91_MATRIX_SCFG9 (AT91_MATRIX + 0x64) /* Slave Configuration Register 9 */ | ||
| 49 | #define AT91_MATRIX_SLOT_CYCLE (0xff << 0) /* Maximum Number of Allowed Cycles for a Burst */ | ||
| 50 | #define AT91_MATRIX_DEFMSTR_TYPE (3 << 16) /* Default Master Type */ | ||
| 51 | #define AT91_MATRIX_DEFMSTR_TYPE_NONE (0 << 16) | ||
| 52 | #define AT91_MATRIX_DEFMSTR_TYPE_LAST (1 << 16) | ||
| 53 | #define AT91_MATRIX_DEFMSTR_TYPE_FIXED (2 << 16) | ||
| 54 | #define AT91_MATRIX_FIXED_DEFMSTR (0xf << 18) /* Fixed Index of Default Master */ | ||
| 55 | #define AT91_MATRIX_ARBT (3 << 24) /* Arbitration Type */ | ||
| 56 | #define AT91_MATRIX_ARBT_ROUND_ROBIN (0 << 24) | ||
| 57 | #define AT91_MATRIX_ARBT_FIXED_PRIORITY (1 << 24) | ||
| 58 | |||
| 59 | #define AT91_MATRIX_PRAS0 (AT91_MATRIX + 0x80) /* Priority Register A for Slave 0 */ | ||
| 60 | #define AT91_MATRIX_PRBS0 (AT91_MATRIX + 0x84) /* Priority Register B for Slave 0 */ | ||
| 61 | #define AT91_MATRIX_PRAS1 (AT91_MATRIX + 0x88) /* Priority Register A for Slave 1 */ | ||
| 62 | #define AT91_MATRIX_PRBS1 (AT91_MATRIX + 0x8C) /* Priority Register B for Slave 1 */ | ||
| 63 | #define AT91_MATRIX_PRAS2 (AT91_MATRIX + 0x90) /* Priority Register A for Slave 2 */ | ||
| 64 | #define AT91_MATRIX_PRBS2 (AT91_MATRIX + 0x94) /* Priority Register B for Slave 2 */ | ||
| 65 | #define AT91_MATRIX_PRAS3 (AT91_MATRIX + 0x98) /* Priority Register A for Slave 3 */ | ||
| 66 | #define AT91_MATRIX_PRBS3 (AT91_MATRIX + 0x9C) /* Priority Register B for Slave 3 */ | ||
| 67 | #define AT91_MATRIX_PRAS4 (AT91_MATRIX + 0xA0) /* Priority Register A for Slave 4 */ | ||
| 68 | #define AT91_MATRIX_PRBS4 (AT91_MATRIX + 0xA4) /* Priority Register B for Slave 4 */ | ||
| 69 | #define AT91_MATRIX_PRAS5 (AT91_MATRIX + 0xA8) /* Priority Register A for Slave 5 */ | ||
| 70 | #define AT91_MATRIX_PRBS5 (AT91_MATRIX + 0xAC) /* Priority Register B for Slave 5 */ | ||
| 71 | #define AT91_MATRIX_PRAS6 (AT91_MATRIX + 0xB0) /* Priority Register A for Slave 6 */ | ||
| 72 | #define AT91_MATRIX_PRBS6 (AT91_MATRIX + 0xB4) /* Priority Register B for Slave 6 */ | ||
| 73 | #define AT91_MATRIX_PRAS7 (AT91_MATRIX + 0xB8) /* Priority Register A for Slave 7 */ | ||
| 74 | #define AT91_MATRIX_PRBS7 (AT91_MATRIX + 0xBC) /* Priority Register B for Slave 7 */ | ||
| 75 | #define AT91_MATRIX_PRAS8 (AT91_MATRIX + 0xC0) /* Priority Register A for Slave 8 */ | ||
| 76 | #define AT91_MATRIX_PRBS8 (AT91_MATRIX + 0xC4) /* Priority Register B for Slave 8 */ | ||
| 77 | #define AT91_MATRIX_PRAS9 (AT91_MATRIX + 0xC8) /* Priority Register A for Slave 9 */ | ||
| 78 | #define AT91_MATRIX_PRBS9 (AT91_MATRIX + 0xCC) /* Priority Register B for Slave 9 */ | ||
| 79 | #define AT91_MATRIX_M0PR (3 << 0) /* Master 0 Priority */ | ||
| 80 | #define AT91_MATRIX_M1PR (3 << 4) /* Master 1 Priority */ | ||
| 81 | #define AT91_MATRIX_M2PR (3 << 8) /* Master 2 Priority */ | ||
| 82 | #define AT91_MATRIX_M3PR (3 << 12) /* Master 3 Priority */ | ||
| 83 | #define AT91_MATRIX_M4PR (3 << 16) /* Master 4 Priority */ | ||
| 84 | #define AT91_MATRIX_M5PR (3 << 20) /* Master 5 Priority */ | ||
| 85 | #define AT91_MATRIX_M6PR (3 << 24) /* Master 6 Priority */ | ||
| 86 | #define AT91_MATRIX_M7PR (3 << 28) /* Master 7 Priority */ | ||
| 87 | #define AT91_MATRIX_M8PR (3 << 0) /* Master 8 Priority (in Register B) */ | ||
| 88 | #define AT91_MATRIX_M9PR (3 << 4) /* Master 9 Priority (in Register B) */ | ||
| 89 | #define AT91_MATRIX_M10PR (3 << 8) /* Master 10 Priority (in Register B) */ | ||
| 90 | #define AT91_MATRIX_M11PR (3 << 12) /* Master 11 Priority (in Register B) */ | ||
| 91 | |||
| 92 | #define AT91_MATRIX_MRCR (AT91_MATRIX + 0x100) /* Master Remap Control Register */ | ||
| 93 | #define AT91_MATRIX_RCB0 (1 << 0) /* Remap Command for AHB Master 0 (ARM926EJ-S Instruction Master) */ | ||
| 94 | #define AT91_MATRIX_RCB1 (1 << 1) /* Remap Command for AHB Master 1 (ARM926EJ-S Data Master) */ | ||
| 95 | #define AT91_MATRIX_RCB2 (1 << 2) | ||
| 96 | #define AT91_MATRIX_RCB3 (1 << 3) | ||
| 97 | #define AT91_MATRIX_RCB4 (1 << 4) | ||
| 98 | #define AT91_MATRIX_RCB5 (1 << 5) | ||
| 99 | #define AT91_MATRIX_RCB6 (1 << 6) | ||
| 100 | #define AT91_MATRIX_RCB7 (1 << 7) | ||
| 101 | #define AT91_MATRIX_RCB8 (1 << 8) | ||
| 102 | #define AT91_MATRIX_RCB9 (1 << 9) | ||
| 103 | #define AT91_MATRIX_RCB10 (1 << 10) | ||
| 104 | #define AT91_MATRIX_RCB11 (1 << 11) | ||
| 105 | |||
| 106 | #define AT91_MPBS0_SFR (AT91_MATRIX + 0x114) /* MPBlock Slave 0 Special Function Register */ | ||
| 107 | #define AT91_MPBS1_SFR (AT91_MATRIX + 0x11C) /* MPBlock Slave 1 Special Function Register */ | ||
| 108 | |||
| 109 | #define AT91_MATRIX_EBICSA (AT91_MATRIX + 0x120) /* EBI Chip Select Assignment Register */ | ||
| 110 | #define AT91_MATRIX_EBI_CS1A (1 << 1) /* Chip Select 1 Assignment */ | ||
| 111 | #define AT91_MATRIX_EBI_CS1A_SMC (0 << 1) | ||
| 112 | #define AT91_MATRIX_EBI_CS1A_BCRAMC (1 << 1) | ||
| 113 | #define AT91_MATRIX_EBI_CS3A (1 << 3) /* Chip Select 3 Assignment */ | ||
| 114 | #define AT91_MATRIX_EBI_CS3A_SMC (0 << 3) | ||
| 115 | #define AT91_MATRIX_EBI_CS3A_SMC_SMARTMEDIA (1 << 3) | ||
| 116 | #define AT91_MATRIX_EBI_CS4A (1 << 4) /* Chip Select 4 Assignment */ | ||
| 117 | #define AT91_MATRIX_EBI_CS4A_SMC (0 << 4) | ||
| 118 | #define AT91_MATRIX_EBI_CS4A_SMC_CF1 (1 << 4) | ||
| 119 | #define AT91_MATRIX_EBI_CS5A (1 << 5) /* Chip Select 5 Assignment */ | ||
| 120 | #define AT91_MATRIX_EBI_CS5A_SMC (0 << 5) | ||
| 121 | #define AT91_MATRIX_EBI_CS5A_SMC_CF2 (1 << 5) | ||
| 122 | #define AT91_MATRIX_EBI_DBPUC (1 << 8) /* Data Bus Pull-up Configuration */ | ||
| 123 | #define AT91_MATRIX_EBI_DQSPDC (1 << 9) /* Data Qualifier Strobe Pull-Down Configuration */ | ||
| 124 | #define AT91_MATRIX_EBI_VDDIOMSEL (1 << 16) /* Memory voltage selection */ | ||
| 125 | #define AT91_MATRIX_EBI_VDDIOMSEL_1_8V (0 << 16) | ||
| 126 | #define AT91_MATRIX_EBI_VDDIOMSEL_3_3V (1 << 16) | ||
| 127 | |||
| 128 | #define AT91_MPBS2_SFR (AT91_MATRIX + 0x12C) /* MPBlock Slave 2 Special Function Register */ | ||
| 129 | #define AT91_MPBS3_SFR (AT91_MATRIX + 0x130) /* MPBlock Slave 3 Special Function Register */ | ||
| 130 | #define AT91_APB_SFR (AT91_MATRIX + 0x134) /* APB Bridge Special Function Register */ | ||
| 131 | |||
| 132 | #endif | ||
diff --git a/include/asm-arm/arch-at91/at91sam9260_matrix.h b/include/asm-arm/arch-at91/at91sam9260_matrix.h index aacb1e976422..a8e9fec6c735 100644 --- a/include/asm-arm/arch-at91/at91sam9260_matrix.h +++ b/include/asm-arm/arch-at91/at91sam9260_matrix.h | |||
| @@ -67,7 +67,7 @@ | |||
| 67 | #define AT91_MATRIX_CS4A (1 << 4) /* Chip Select 4 Assignment */ | 67 | #define AT91_MATRIX_CS4A (1 << 4) /* Chip Select 4 Assignment */ |
| 68 | #define AT91_MATRIX_CS4A_SMC (0 << 4) | 68 | #define AT91_MATRIX_CS4A_SMC (0 << 4) |
| 69 | #define AT91_MATRIX_CS4A_SMC_CF1 (1 << 4) | 69 | #define AT91_MATRIX_CS4A_SMC_CF1 (1 << 4) |
| 70 | #define AT91_MATRIX_CS5A (1 << 5 ) /* Chip Select 5 Assignment */ | 70 | #define AT91_MATRIX_CS5A (1 << 5) /* Chip Select 5 Assignment */ |
| 71 | #define AT91_MATRIX_CS5A_SMC (0 << 5) | 71 | #define AT91_MATRIX_CS5A_SMC (0 << 5) |
| 72 | #define AT91_MATRIX_CS5A_SMC_CF2 (1 << 5) | 72 | #define AT91_MATRIX_CS5A_SMC_CF2 (1 << 5) |
| 73 | #define AT91_MATRIX_DBPUC (1 << 8) /* Data Bus Pull-up Configuration */ | 73 | #define AT91_MATRIX_DBPUC (1 << 8) /* Data Bus Pull-up Configuration */ |
diff --git a/include/asm-arm/arch-at91/at91sam9263_matrix.h b/include/asm-arm/arch-at91/at91sam9263_matrix.h index 6fc6e4be624e..72f6e668e414 100644 --- a/include/asm-arm/arch-at91/at91sam9263_matrix.h +++ b/include/asm-arm/arch-at91/at91sam9263_matrix.h | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | #define AT91_MATRIX_DEFMSTR_TYPE_NONE (0 << 16) | 44 | #define AT91_MATRIX_DEFMSTR_TYPE_NONE (0 << 16) |
| 45 | #define AT91_MATRIX_DEFMSTR_TYPE_LAST (1 << 16) | 45 | #define AT91_MATRIX_DEFMSTR_TYPE_LAST (1 << 16) |
| 46 | #define AT91_MATRIX_DEFMSTR_TYPE_FIXED (2 << 16) | 46 | #define AT91_MATRIX_DEFMSTR_TYPE_FIXED (2 << 16) |
| 47 | #define AT91_MATRIX_FIXED_DEFMSTR (7 << 18) /* Fixed Index of Default Master */ | 47 | #define AT91_MATRIX_FIXED_DEFMSTR (0xf << 18) /* Fixed Index of Default Master */ |
| 48 | #define AT91_MATRIX_ARBT (3 << 24) /* Arbitration Type */ | 48 | #define AT91_MATRIX_ARBT (3 << 24) /* Arbitration Type */ |
| 49 | #define AT91_MATRIX_ARBT_ROUND_ROBIN (0 << 24) | 49 | #define AT91_MATRIX_ARBT_ROUND_ROBIN (0 << 24) |
| 50 | #define AT91_MATRIX_ARBT_FIXED_PRIORITY (1 << 24) | 50 | #define AT91_MATRIX_ARBT_FIXED_PRIORITY (1 << 24) |
diff --git a/include/asm-arm/arch-at91/at91sam9rl_matrix.h b/include/asm-arm/arch-at91/at91sam9rl_matrix.h index b15f11b7c08d..84224174e6a1 100644 --- a/include/asm-arm/arch-at91/at91sam9rl_matrix.h +++ b/include/asm-arm/arch-at91/at91sam9rl_matrix.h | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | #define AT91_MATRIX_DEFMSTR_TYPE_NONE (0 << 16) | 38 | #define AT91_MATRIX_DEFMSTR_TYPE_NONE (0 << 16) |
| 39 | #define AT91_MATRIX_DEFMSTR_TYPE_LAST (1 << 16) | 39 | #define AT91_MATRIX_DEFMSTR_TYPE_LAST (1 << 16) |
| 40 | #define AT91_MATRIX_DEFMSTR_TYPE_FIXED (2 << 16) | 40 | #define AT91_MATRIX_DEFMSTR_TYPE_FIXED (2 << 16) |
| 41 | #define AT91_MATRIX_FIXED_DEFMSTR (7 << 18) /* Fixed Index of Default Master */ | 41 | #define AT91_MATRIX_FIXED_DEFMSTR (0xf << 18) /* Fixed Index of Default Master */ |
| 42 | #define AT91_MATRIX_ARBT (3 << 24) /* Arbitration Type */ | 42 | #define AT91_MATRIX_ARBT (3 << 24) /* Arbitration Type */ |
| 43 | #define AT91_MATRIX_ARBT_ROUND_ROBIN (0 << 24) | 43 | #define AT91_MATRIX_ARBT_ROUND_ROBIN (0 << 24) |
| 44 | #define AT91_MATRIX_ARBT_FIXED_PRIORITY (1 << 24) | 44 | #define AT91_MATRIX_ARBT_FIXED_PRIORITY (1 << 24) |
diff --git a/include/asm-arm/arch-at91/board.h b/include/asm-arm/arch-at91/board.h index 79054965baa6..55b07bd5316c 100644 --- a/include/asm-arm/arch-at91/board.h +++ b/include/asm-arm/arch-at91/board.h | |||
| @@ -34,6 +34,7 @@ | |||
| 34 | #include <linux/mtd/partitions.h> | 34 | #include <linux/mtd/partitions.h> |
| 35 | #include <linux/device.h> | 35 | #include <linux/device.h> |
| 36 | #include <linux/i2c.h> | 36 | #include <linux/i2c.h> |
| 37 | #include <linux/leds.h> | ||
| 37 | #include <linux/spi/spi.h> | 38 | #include <linux/spi/spi.h> |
| 38 | 39 | ||
| 39 | /* USB Device */ | 40 | /* USB Device */ |
| @@ -71,7 +72,7 @@ struct at91_eth_data { | |||
| 71 | }; | 72 | }; |
| 72 | extern void __init at91_add_device_eth(struct at91_eth_data *data); | 73 | extern void __init at91_add_device_eth(struct at91_eth_data *data); |
| 73 | 74 | ||
| 74 | #if defined(CONFIG_ARCH_AT91SAM9260) || defined(CONFIG_ARCH_AT91SAM9263) | 75 | #if defined(CONFIG_ARCH_AT91SAM9260) || defined(CONFIG_ARCH_AT91SAM9263) || defined(CONFIG_ARCH_AT91CAP9) |
| 75 | #define eth_platform_data at91_eth_data | 76 | #define eth_platform_data at91_eth_data |
| 76 | #endif | 77 | #endif |
| 77 | 78 | ||
| @@ -101,13 +102,23 @@ extern void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_de | |||
| 101 | extern void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices); | 102 | extern void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices); |
| 102 | 103 | ||
| 103 | /* Serial */ | 104 | /* Serial */ |
| 105 | #define ATMEL_UART_CTS 0x01 | ||
| 106 | #define ATMEL_UART_RTS 0x02 | ||
| 107 | #define ATMEL_UART_DSR 0x04 | ||
| 108 | #define ATMEL_UART_DTR 0x08 | ||
| 109 | #define ATMEL_UART_DCD 0x10 | ||
| 110 | #define ATMEL_UART_RI 0x20 | ||
| 111 | |||
| 112 | extern void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins); | ||
| 113 | extern void __init at91_set_serial_console(unsigned portnr); | ||
| 114 | |||
| 104 | struct at91_uart_config { | 115 | struct at91_uart_config { |
| 105 | unsigned short console_tty; /* tty number of serial console */ | 116 | unsigned short console_tty; /* tty number of serial console */ |
| 106 | unsigned short nr_tty; /* number of serial tty's */ | 117 | unsigned short nr_tty; /* number of serial tty's */ |
| 107 | short tty_map[]; /* map UART to tty number */ | 118 | short tty_map[]; /* map UART to tty number */ |
| 108 | }; | 119 | }; |
| 109 | extern struct platform_device *atmel_default_console_device; | 120 | extern struct platform_device *atmel_default_console_device; |
| 110 | extern void __init at91_init_serial(struct at91_uart_config *config); | 121 | extern void __init __deprecated at91_init_serial(struct at91_uart_config *config); |
| 111 | 122 | ||
| 112 | struct atmel_uart_data { | 123 | struct atmel_uart_data { |
| 113 | short use_dma_tx; /* use transmit DMA? */ | 124 | short use_dma_tx; /* use transmit DMA? */ |
| @@ -116,6 +127,23 @@ struct atmel_uart_data { | |||
| 116 | }; | 127 | }; |
| 117 | extern void __init at91_add_device_serial(void); | 128 | extern void __init at91_add_device_serial(void); |
| 118 | 129 | ||
| 130 | /* | ||
| 131 | * SSC -- accessed through ssc_request(id). Drivers don't bind to SSC | ||
| 132 | * platform devices. Their SSC ID is part of their configuration data, | ||
| 133 | * along with information about which SSC signals they should use. | ||
| 134 | */ | ||
| 135 | #define ATMEL_SSC_TK 0x01 | ||
| 136 | #define ATMEL_SSC_TF 0x02 | ||
| 137 | #define ATMEL_SSC_TD 0x04 | ||
| 138 | #define ATMEL_SSC_TX (ATMEL_SSC_TK | ATMEL_SSC_TF | ATMEL_SSC_TD) | ||
| 139 | |||
| 140 | #define ATMEL_SSC_RK 0x10 | ||
| 141 | #define ATMEL_SSC_RF 0x20 | ||
| 142 | #define ATMEL_SSC_RD 0x40 | ||
| 143 | #define ATMEL_SSC_RX (ATMEL_SSC_RK | ATMEL_SSC_RF | ATMEL_SSC_RD) | ||
| 144 | |||
| 145 | extern void __init at91_add_device_ssc(unsigned id, unsigned pins); | ||
| 146 | |||
| 119 | /* LCD Controller */ | 147 | /* LCD Controller */ |
| 120 | struct atmel_lcdfb_info; | 148 | struct atmel_lcdfb_info; |
| 121 | extern void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data); | 149 | extern void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data); |
| @@ -126,10 +154,12 @@ struct atmel_ac97_data { | |||
| 126 | }; | 154 | }; |
| 127 | extern void __init at91_add_device_ac97(struct atmel_ac97_data *data); | 155 | extern void __init at91_add_device_ac97(struct atmel_ac97_data *data); |
| 128 | 156 | ||
| 157 | /* ISI */ | ||
| 158 | extern void __init at91_add_device_isi(void); | ||
| 159 | |||
| 129 | /* LEDs */ | 160 | /* LEDs */ |
| 130 | extern u8 at91_leds_cpu; | ||
| 131 | extern u8 at91_leds_timer; | ||
| 132 | extern void __init at91_init_leds(u8 cpu_led, u8 timer_led); | 161 | extern void __init at91_init_leds(u8 cpu_led, u8 timer_led); |
| 162 | extern void __init at91_gpio_leds(struct gpio_led *leds, int nr); | ||
| 133 | 163 | ||
| 134 | /* FIXME: this needs a better location, but gets stuff building again */ | 164 | /* FIXME: this needs a better location, but gets stuff building again */ |
| 135 | extern int at91_suspend_entering_slow_clock(void); | 165 | extern int at91_suspend_entering_slow_clock(void); |
diff --git a/include/asm-arm/arch-at91/cpu.h b/include/asm-arm/arch-at91/cpu.h index 080cbb401a87..7145166826a2 100644 --- a/include/asm-arm/arch-at91/cpu.h +++ b/include/asm-arm/arch-at91/cpu.h | |||
| @@ -21,13 +21,13 @@ | |||
| 21 | #define ARCH_ID_AT91SAM9260 0x019803a0 | 21 | #define ARCH_ID_AT91SAM9260 0x019803a0 |
| 22 | #define ARCH_ID_AT91SAM9261 0x019703a0 | 22 | #define ARCH_ID_AT91SAM9261 0x019703a0 |
| 23 | #define ARCH_ID_AT91SAM9263 0x019607a0 | 23 | #define ARCH_ID_AT91SAM9263 0x019607a0 |
| 24 | #define ARCH_ID_AT91SAM9RL64 0x019b03a0 | ||
| 25 | #define ARCH_ID_AT91CAP9 0x039A03A0 | ||
| 24 | 26 | ||
| 25 | #define ARCH_ID_AT91SAM9XE128 0x329973a0 | 27 | #define ARCH_ID_AT91SAM9XE128 0x329973a0 |
| 26 | #define ARCH_ID_AT91SAM9XE256 0x329a93a0 | 28 | #define ARCH_ID_AT91SAM9XE256 0x329a93a0 |
| 27 | #define ARCH_ID_AT91SAM9XE512 0x329aa3a0 | 29 | #define ARCH_ID_AT91SAM9XE512 0x329aa3a0 |
| 28 | 30 | ||
| 29 | #define ARCH_ID_AT91SAM9RL64 0x019b03a0 | ||
| 30 | |||
| 31 | #define ARCH_ID_AT91M40800 0x14080044 | 31 | #define ARCH_ID_AT91M40800 0x14080044 |
| 32 | #define ARCH_ID_AT91R40807 0x44080746 | 32 | #define ARCH_ID_AT91R40807 0x44080746 |
| 33 | #define ARCH_ID_AT91M40807 0x14080745 | 33 | #define ARCH_ID_AT91M40807 0x14080745 |
| @@ -81,6 +81,11 @@ static inline unsigned long at91_arch_identify(void) | |||
| 81 | #define cpu_is_at91sam9rl() (0) | 81 | #define cpu_is_at91sam9rl() (0) |
| 82 | #endif | 82 | #endif |
| 83 | 83 | ||
| 84 | #ifdef CONFIG_ARCH_AT91CAP9 | ||
| 85 | #define cpu_is_at91cap9() (at91_cpu_identify() == ARCH_ID_AT91CAP9) | ||
| 86 | #else | ||
| 87 | #define cpu_is_at91cap9() (0) | ||
| 88 | #endif | ||
| 84 | 89 | ||
| 85 | /* | 90 | /* |
| 86 | * Since this is ARM, we will never run on any AVR32 CPU. But these | 91 | * Since this is ARM, we will never run on any AVR32 CPU. But these |
diff --git a/include/asm-arm/arch-at91/entry-macro.S b/include/asm-arm/arch-at91/entry-macro.S index cc1d850a0788..1005eee6219b 100644 --- a/include/asm-arm/arch-at91/entry-macro.S +++ b/include/asm-arm/arch-at91/entry-macro.S | |||
| @@ -17,13 +17,13 @@ | |||
| 17 | .endm | 17 | .endm |
| 18 | 18 | ||
| 19 | .macro get_irqnr_preamble, base, tmp | 19 | .macro get_irqnr_preamble, base, tmp |
| 20 | ldr \base, =(AT91_VA_BASE_SYS + AT91_AIC) @ base virtual address of AIC peripheral | ||
| 20 | .endm | 21 | .endm |
| 21 | 22 | ||
| 22 | .macro arch_ret_to_user, tmp1, tmp2 | 23 | .macro arch_ret_to_user, tmp1, tmp2 |
| 23 | .endm | 24 | .endm |
| 24 | 25 | ||
| 25 | .macro get_irqnr_and_base, irqnr, irqstat, base, tmp | 26 | .macro get_irqnr_and_base, irqnr, irqstat, base, tmp |
| 26 | ldr \base, =(AT91_VA_BASE_SYS + AT91_AIC) @ base virtual address of AIC peripheral | ||
| 27 | ldr \irqnr, [\base, #(AT91_AIC_IVR - AT91_AIC)] @ read IRQ vector register: de-asserts nIRQ to processor (and clears interrupt) | 27 | ldr \irqnr, [\base, #(AT91_AIC_IVR - AT91_AIC)] @ read IRQ vector register: de-asserts nIRQ to processor (and clears interrupt) |
| 28 | ldr \irqstat, [\base, #(AT91_AIC_ISR - AT91_AIC)] @ read interrupt source number | 28 | ldr \irqstat, [\base, #(AT91_AIC_ISR - AT91_AIC)] @ read interrupt source number |
| 29 | teq \irqstat, #0 @ ISR is 0 when no current interrupt, or spurious interrupt | 29 | teq \irqstat, #0 @ ISR is 0 when no current interrupt, or spurious interrupt |
diff --git a/include/asm-arm/arch-at91/hardware.h b/include/asm-arm/arch-at91/hardware.h index 8f1cdd38a969..2c826d8247a3 100644 --- a/include/asm-arm/arch-at91/hardware.h +++ b/include/asm-arm/arch-at91/hardware.h | |||
| @@ -26,6 +26,8 @@ | |||
| 26 | #include <asm/arch/at91sam9263.h> | 26 | #include <asm/arch/at91sam9263.h> |
| 27 | #elif defined(CONFIG_ARCH_AT91SAM9RL) | 27 | #elif defined(CONFIG_ARCH_AT91SAM9RL) |
| 28 | #include <asm/arch/at91sam9rl.h> | 28 | #include <asm/arch/at91sam9rl.h> |
| 29 | #elif defined(CONFIG_ARCH_AT91CAP9) | ||
| 30 | #include <asm/arch/at91cap9.h> | ||
| 29 | #elif defined(CONFIG_ARCH_AT91X40) | 31 | #elif defined(CONFIG_ARCH_AT91X40) |
| 30 | #include <asm/arch/at91x40.h> | 32 | #include <asm/arch/at91x40.h> |
| 31 | #else | 33 | #else |
diff --git a/include/asm-arm/arch-at91/timex.h b/include/asm-arm/arch-at91/timex.h index a310698fb4da..f1933b0fa43f 100644 --- a/include/asm-arm/arch-at91/timex.h +++ b/include/asm-arm/arch-at91/timex.h | |||
| @@ -42,6 +42,11 @@ | |||
| 42 | #define AT91SAM9_MASTER_CLOCK 100000000 | 42 | #define AT91SAM9_MASTER_CLOCK 100000000 |
| 43 | #define CLOCK_TICK_RATE (AT91SAM9_MASTER_CLOCK/16) | 43 | #define CLOCK_TICK_RATE (AT91SAM9_MASTER_CLOCK/16) |
| 44 | 44 | ||
| 45 | #elif defined(CONFIG_ARCH_AT91CAP9) | ||
| 46 | |||
| 47 | #define AT91CAP9_MASTER_CLOCK 100000000 | ||
| 48 | #define CLOCK_TICK_RATE (AT91CAP9_MASTER_CLOCK/16) | ||
| 49 | |||
| 45 | #elif defined(CONFIG_ARCH_AT91X40) | 50 | #elif defined(CONFIG_ARCH_AT91X40) |
| 46 | 51 | ||
| 47 | #define AT91X40_MASTER_CLOCK 40000000 | 52 | #define AT91X40_MASTER_CLOCK 40000000 |
diff --git a/include/asm-arm/arch-ep93xx/gpio.h b/include/asm-arm/arch-ep93xx/gpio.h index 1ee14a14cba0..9b1864bbd9a8 100644 --- a/include/asm-arm/arch-ep93xx/gpio.h +++ b/include/asm-arm/arch-ep93xx/gpio.h | |||
| @@ -5,16 +5,6 @@ | |||
| 5 | #ifndef __ASM_ARCH_GPIO_H | 5 | #ifndef __ASM_ARCH_GPIO_H |
| 6 | #define __ASM_ARCH_GPIO_H | 6 | #define __ASM_ARCH_GPIO_H |
| 7 | 7 | ||
| 8 | #define GPIO_IN 0 | ||
| 9 | #define GPIO_OUT 1 | ||
| 10 | |||
| 11 | #define EP93XX_GPIO_LOW 0 | ||
| 12 | #define EP93XX_GPIO_HIGH 1 | ||
| 13 | |||
| 14 | extern void gpio_line_config(int line, int direction); | ||
| 15 | extern int gpio_line_get(int line); | ||
| 16 | extern void gpio_line_set(int line, int value); | ||
| 17 | |||
| 18 | /* GPIO port A. */ | 8 | /* GPIO port A. */ |
| 19 | #define EP93XX_GPIO_LINE_A(x) ((x) + 0) | 9 | #define EP93XX_GPIO_LINE_A(x) ((x) + 0) |
| 20 | #define EP93XX_GPIO_LINE_EGPIO0 EP93XX_GPIO_LINE_A(0) | 10 | #define EP93XX_GPIO_LINE_EGPIO0 EP93XX_GPIO_LINE_A(0) |
| @@ -38,7 +28,7 @@ extern void gpio_line_set(int line, int value); | |||
| 38 | #define EP93XX_GPIO_LINE_EGPIO15 EP93XX_GPIO_LINE_B(7) | 28 | #define EP93XX_GPIO_LINE_EGPIO15 EP93XX_GPIO_LINE_B(7) |
| 39 | 29 | ||
| 40 | /* GPIO port C. */ | 30 | /* GPIO port C. */ |
| 41 | #define EP93XX_GPIO_LINE_C(x) ((x) + 16) | 31 | #define EP93XX_GPIO_LINE_C(x) ((x) + 40) |
| 42 | #define EP93XX_GPIO_LINE_ROW0 EP93XX_GPIO_LINE_C(0) | 32 | #define EP93XX_GPIO_LINE_ROW0 EP93XX_GPIO_LINE_C(0) |
| 43 | #define EP93XX_GPIO_LINE_ROW1 EP93XX_GPIO_LINE_C(1) | 33 | #define EP93XX_GPIO_LINE_ROW1 EP93XX_GPIO_LINE_C(1) |
| 44 | #define EP93XX_GPIO_LINE_ROW2 EP93XX_GPIO_LINE_C(2) | 34 | #define EP93XX_GPIO_LINE_ROW2 EP93XX_GPIO_LINE_C(2) |
| @@ -71,7 +61,7 @@ extern void gpio_line_set(int line, int value); | |||
| 71 | #define EP93XX_GPIO_LINE_IDEDA2 EP93XX_GPIO_LINE_E(7) | 61 | #define EP93XX_GPIO_LINE_IDEDA2 EP93XX_GPIO_LINE_E(7) |
| 72 | 62 | ||
| 73 | /* GPIO port F. */ | 63 | /* GPIO port F. */ |
| 74 | #define EP93XX_GPIO_LINE_F(x) ((x) + 40) | 64 | #define EP93XX_GPIO_LINE_F(x) ((x) + 16) |
| 75 | #define EP93XX_GPIO_LINE_WP EP93XX_GPIO_LINE_F(0) | 65 | #define EP93XX_GPIO_LINE_WP EP93XX_GPIO_LINE_F(0) |
| 76 | #define EP93XX_GPIO_LINE_MCCD1 EP93XX_GPIO_LINE_F(1) | 66 | #define EP93XX_GPIO_LINE_MCCD1 EP93XX_GPIO_LINE_F(1) |
| 77 | #define EP93XX_GPIO_LINE_MCCD2 EP93XX_GPIO_LINE_F(2) | 67 | #define EP93XX_GPIO_LINE_MCCD2 EP93XX_GPIO_LINE_F(2) |
| @@ -103,5 +93,49 @@ extern void gpio_line_set(int line, int value); | |||
| 103 | #define EP93XX_GPIO_LINE_DD6 EP93XX_GPIO_LINE_H(6) | 93 | #define EP93XX_GPIO_LINE_DD6 EP93XX_GPIO_LINE_H(6) |
| 104 | #define EP93XX_GPIO_LINE_DD7 EP93XX_GPIO_LINE_H(7) | 94 | #define EP93XX_GPIO_LINE_DD7 EP93XX_GPIO_LINE_H(7) |
| 105 | 95 | ||
| 96 | /* maximum value for gpio line identifiers */ | ||
| 97 | #define EP93XX_GPIO_LINE_MAX EP93XX_GPIO_LINE_H(7) | ||
| 98 | |||
| 99 | /* maximum value for irq capable line identifiers */ | ||
| 100 | #define EP93XX_GPIO_LINE_MAX_IRQ EP93XX_GPIO_LINE_F(7) | ||
| 101 | |||
| 102 | /* new generic GPIO API - see Documentation/gpio.txt */ | ||
| 103 | |||
| 104 | static inline int gpio_request(unsigned gpio, const char *label) | ||
| 105 | { | ||
| 106 | if (gpio > EP93XX_GPIO_LINE_MAX) | ||
| 107 | return -EINVAL; | ||
| 108 | return 0; | ||
| 109 | } | ||
| 110 | |||
| 111 | static inline void gpio_free(unsigned gpio) | ||
| 112 | { | ||
| 113 | } | ||
| 114 | |||
| 115 | int gpio_direction_input(unsigned gpio); | ||
| 116 | int gpio_direction_output(unsigned gpio, int value); | ||
| 117 | int gpio_get_value(unsigned gpio); | ||
| 118 | void gpio_set_value(unsigned gpio, int value); | ||
| 119 | |||
| 120 | #include <asm-generic/gpio.h> /* cansleep wrappers */ | ||
| 121 | |||
| 122 | /* | ||
| 123 | * Map GPIO A0..A7 (0..7) to irq 64..71, | ||
| 124 | * B0..B7 (7..15) to irq 72..79, and | ||
| 125 | * F0..F7 (16..24) to irq 80..87. | ||
| 126 | */ | ||
| 127 | |||
| 128 | static inline int gpio_to_irq(unsigned gpio) | ||
| 129 | { | ||
| 130 | if (gpio <= EP93XX_GPIO_LINE_MAX_IRQ) | ||
| 131 | return 64 + gpio; | ||
| 132 | |||
| 133 | return -EINVAL; | ||
| 134 | } | ||
| 135 | |||
| 136 | static inline int irq_to_gpio(unsigned irq) | ||
| 137 | { | ||
| 138 | return irq - gpio_to_irq(0); | ||
| 139 | } | ||
| 106 | 140 | ||
| 107 | #endif | 141 | #endif |
diff --git a/include/asm-arm/arch-ep93xx/irqs.h b/include/asm-arm/arch-ep93xx/irqs.h index 2a8c63638c5e..53d4a68bfc88 100644 --- a/include/asm-arm/arch-ep93xx/irqs.h +++ b/include/asm-arm/arch-ep93xx/irqs.h | |||
| @@ -67,12 +67,6 @@ | |||
| 67 | #define IRQ_EP93XX_SAI 60 | 67 | #define IRQ_EP93XX_SAI 60 |
| 68 | #define EP93XX_VIC2_VALID_IRQ_MASK 0x1fffffff | 68 | #define EP93XX_VIC2_VALID_IRQ_MASK 0x1fffffff |
| 69 | 69 | ||
| 70 | /* | ||
| 71 | * Map GPIO A0..A7 to irq 64..71, B0..B7 to 72..79, and | ||
| 72 | * F0..F7 to 80..87. | ||
| 73 | */ | ||
| 74 | #define IRQ_EP93XX_GPIO(x) (64 + (((x) + (((x) >> 2) & 8)) & 0x1f)) | ||
| 75 | |||
| 76 | #define NR_EP93XX_IRQS (64 + 24) | 70 | #define NR_EP93XX_IRQS (64 + 24) |
| 77 | 71 | ||
| 78 | #define EP93XX_BOARD_IRQ(x) (NR_EP93XX_IRQS + (x)) | 72 | #define EP93XX_BOARD_IRQ(x) (NR_EP93XX_IRQS + (x)) |
diff --git a/include/asm-arm/arch-ixp4xx/io.h b/include/asm-arm/arch-ixp4xx/io.h index eeeea90cd5a9..9c5d2357aff3 100644 --- a/include/asm-arm/arch-ixp4xx/io.h +++ b/include/asm-arm/arch-ixp4xx/io.h | |||
| @@ -61,13 +61,13 @@ __ixp4xx_ioremap(unsigned long addr, size_t size, unsigned int mtype) | |||
| 61 | if((addr < PCIBIOS_MIN_MEM) || (addr > 0x4fffffff)) | 61 | if((addr < PCIBIOS_MIN_MEM) || (addr > 0x4fffffff)) |
| 62 | return __arm_ioremap(addr, size, mtype); | 62 | return __arm_ioremap(addr, size, mtype); |
| 63 | 63 | ||
| 64 | return (void *)addr; | 64 | return (void __iomem *)addr; |
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | static inline void | 67 | static inline void |
| 68 | __ixp4xx_iounmap(void __iomem *addr) | 68 | __ixp4xx_iounmap(void __iomem *addr) |
| 69 | { | 69 | { |
| 70 | if ((u32)addr >= VMALLOC_START) | 70 | if ((__force u32)addr >= VMALLOC_START) |
| 71 | __iounmap(addr); | 71 | __iounmap(addr); |
| 72 | } | 72 | } |
| 73 | 73 | ||
| @@ -141,9 +141,9 @@ __ixp4xx_writesw(volatile void __iomem *bus_addr, const u16 *vaddr, int count) | |||
| 141 | static inline void | 141 | static inline void |
| 142 | __ixp4xx_writel(u32 value, volatile void __iomem *p) | 142 | __ixp4xx_writel(u32 value, volatile void __iomem *p) |
| 143 | { | 143 | { |
| 144 | u32 addr = (u32)p; | 144 | u32 addr = (__force u32)p; |
| 145 | if (addr >= VMALLOC_START) { | 145 | if (addr >= VMALLOC_START) { |
| 146 | __raw_writel(value, addr); | 146 | __raw_writel(value, p); |
| 147 | return; | 147 | return; |
| 148 | } | 148 | } |
| 149 | 149 | ||
| @@ -208,11 +208,11 @@ __ixp4xx_readsw(const volatile void __iomem *bus_addr, u16 *vaddr, u32 count) | |||
| 208 | static inline unsigned long | 208 | static inline unsigned long |
| 209 | __ixp4xx_readl(const volatile void __iomem *p) | 209 | __ixp4xx_readl(const volatile void __iomem *p) |
| 210 | { | 210 | { |
| 211 | u32 addr = (u32)p; | 211 | u32 addr = (__force u32)p; |
| 212 | u32 data; | 212 | u32 data; |
| 213 | 213 | ||
| 214 | if (addr >= VMALLOC_START) | 214 | if (addr >= VMALLOC_START) |
| 215 | return __raw_readl(addr); | 215 | return __raw_readl(p); |
| 216 | 216 | ||
| 217 | if (ixp4xx_pci_read(addr, NP_CMD_MEMREAD, &data)) | 217 | if (ixp4xx_pci_read(addr, NP_CMD_MEMREAD, &data)) |
| 218 | return 0xffffffff; | 218 | return 0xffffffff; |
| @@ -438,7 +438,7 @@ __ixp4xx_ioread32(const void __iomem *addr) | |||
| 438 | return (unsigned int)__ixp4xx_inl(port & PIO_MASK); | 438 | return (unsigned int)__ixp4xx_inl(port & PIO_MASK); |
| 439 | else { | 439 | else { |
| 440 | #ifndef CONFIG_IXP4XX_INDIRECT_PCI | 440 | #ifndef CONFIG_IXP4XX_INDIRECT_PCI |
| 441 | return le32_to_cpu(__raw_readl((u32)port)); | 441 | return le32_to_cpu((__force __le32)__raw_readl(addr)); |
| 442 | #else | 442 | #else |
| 443 | return (unsigned int)__ixp4xx_readl(addr); | 443 | return (unsigned int)__ixp4xx_readl(addr); |
| 444 | #endif | 444 | #endif |
| @@ -523,7 +523,7 @@ __ixp4xx_iowrite32(u32 value, void __iomem *addr) | |||
| 523 | __ixp4xx_outl(value, port & PIO_MASK); | 523 | __ixp4xx_outl(value, port & PIO_MASK); |
| 524 | else | 524 | else |
| 525 | #ifndef CONFIG_IXP4XX_INDIRECT_PCI | 525 | #ifndef CONFIG_IXP4XX_INDIRECT_PCI |
| 526 | __raw_writel(cpu_to_le32(value), port); | 526 | __raw_writel((u32 __force)cpu_to_le32(value), addr); |
| 527 | #else | 527 | #else |
| 528 | __ixp4xx_writel(value, addr); | 528 | __ixp4xx_writel(value, addr); |
| 529 | #endif | 529 | #endif |
diff --git a/include/asm-arm/arch-ks8695/regs-gpio.h b/include/asm-arm/arch-ks8695/regs-gpio.h index 57fcf9fc82e4..6b95d77aea19 100644 --- a/include/asm-arm/arch-ks8695/regs-gpio.h +++ b/include/asm-arm/arch-ks8695/regs-gpio.h | |||
| @@ -49,5 +49,7 @@ | |||
| 49 | #define IOPC_TM_FALLING (4) /* Falling Edge Detection */ | 49 | #define IOPC_TM_FALLING (4) /* Falling Edge Detection */ |
| 50 | #define IOPC_TM_EDGE (6) /* Both Edge Detection */ | 50 | #define IOPC_TM_EDGE (6) /* Both Edge Detection */ |
| 51 | 51 | ||
| 52 | /* Port Data Register */ | ||
| 53 | #define IOPD_(x) (1 << (x)) /* Signal Level of GPIO Pin x */ | ||
| 52 | 54 | ||
| 53 | #endif | 55 | #endif |
diff --git a/include/asm-arm/arch-msm/board.h b/include/asm-arm/arch-msm/board.h new file mode 100644 index 000000000000..763051f8ba14 --- /dev/null +++ b/include/asm-arm/arch-msm/board.h | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/board.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * Author: Brian Swetland <swetland@google.com> | ||
| 5 | * | ||
| 6 | * This software is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2, as published by the Free Software Foundation, and | ||
| 8 | * may be copied, distributed, and modified under those terms. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | */ | ||
| 16 | |||
| 17 | #ifndef __ASM_ARCH_MSM_BOARD_H | ||
| 18 | #define __ASM_ARCH_MSM_BOARD_H | ||
| 19 | |||
| 20 | #include <linux/types.h> | ||
| 21 | |||
| 22 | /* platform device data structures */ | ||
| 23 | |||
| 24 | struct msm_mddi_platform_data | ||
| 25 | { | ||
| 26 | void (*panel_power)(int on); | ||
| 27 | unsigned has_vsync_irq:1; | ||
| 28 | }; | ||
| 29 | |||
| 30 | /* common init routines for use by arch/arm/mach-msm/board-*.c */ | ||
| 31 | |||
| 32 | void __init msm_add_devices(void); | ||
| 33 | void __init msm_map_common_io(void); | ||
| 34 | void __init msm_init_irq(void); | ||
| 35 | void __init msm_init_gpio(void); | ||
| 36 | |||
| 37 | #endif | ||
diff --git a/include/asm-arm/arch-msm/debug-macro.S b/include/asm-arm/arch-msm/debug-macro.S new file mode 100644 index 000000000000..393d5272e506 --- /dev/null +++ b/include/asm-arm/arch-msm/debug-macro.S | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | /* include/asm-arm/arch-msm7200/debug-macro.S | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * Author: Brian Swetland <swetland@google.com> | ||
| 5 | * | ||
| 6 | * This software is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2, as published by the Free Software Foundation, and | ||
| 8 | * may be copied, distributed, and modified under those terms. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include <asm/hardware.h> | ||
| 18 | #include <asm/arch/msm_iomap.h> | ||
| 19 | |||
| 20 | .macro addruart,rx | ||
| 21 | @ see if the MMU is enabled and select appropriate base address | ||
| 22 | mrc p15, 0, \rx, c1, c0 | ||
| 23 | tst \rx, #1 | ||
| 24 | ldreq \rx, =MSM_UART1_PHYS | ||
| 25 | ldrne \rx, =MSM_UART1_BASE | ||
| 26 | .endm | ||
| 27 | |||
| 28 | .macro senduart,rd,rx | ||
| 29 | str \rd, [\rx, #0x0C] | ||
| 30 | .endm | ||
| 31 | |||
| 32 | .macro waituart,rd,rx | ||
| 33 | @ wait for TX_READY | ||
| 34 | 1: ldr \rd, [\rx, #0x08] | ||
| 35 | tst \rd, #0x04 | ||
| 36 | beq 1b | ||
| 37 | .endm | ||
| 38 | |||
| 39 | .macro busyuart,rd,rx | ||
| 40 | .endm | ||
diff --git a/include/asm-arm/arch-msm/dma.h b/include/asm-arm/arch-msm/dma.h new file mode 100644 index 000000000000..e4b565b27b35 --- /dev/null +++ b/include/asm-arm/arch-msm/dma.h | |||
| @@ -0,0 +1,151 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/dma.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #ifndef __ASM_ARCH_MSM_DMA_H | ||
| 17 | |||
| 18 | #include <linux/list.h> | ||
| 19 | #include <asm/arch/msm_iomap.h> | ||
| 20 | |||
| 21 | struct msm_dmov_cmd { | ||
| 22 | struct list_head list; | ||
| 23 | unsigned int cmdptr; | ||
| 24 | void (*complete_func)(struct msm_dmov_cmd *cmd, unsigned int result); | ||
| 25 | /* void (*user_result_func)(struct msm_dmov_cmd *cmd); */ | ||
| 26 | }; | ||
| 27 | |||
| 28 | void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd); | ||
| 29 | void msm_dmov_stop_cmd(unsigned id, struct msm_dmov_cmd *cmd); | ||
| 30 | int msm_dmov_exec_cmd(unsigned id, unsigned int cmdptr); | ||
| 31 | /* int msm_dmov_exec_cmd_etc(unsigned id, unsigned int cmdptr, int timeout, int interruptible); */ | ||
| 32 | |||
| 33 | |||
| 34 | |||
| 35 | #define DMOV_SD0(off, ch) (MSM_DMOV_BASE + 0x0000 + (off) + ((ch) << 2)) | ||
| 36 | #define DMOV_SD1(off, ch) (MSM_DMOV_BASE + 0x0400 + (off) + ((ch) << 2)) | ||
| 37 | #define DMOV_SD2(off, ch) (MSM_DMOV_BASE + 0x0800 + (off) + ((ch) << 2)) | ||
| 38 | #define DMOV_SD3(off, ch) (MSM_DMOV_BASE + 0x0C00 + (off) + ((ch) << 2)) | ||
| 39 | |||
| 40 | /* only security domain 3 is available to the ARM11 | ||
| 41 | * SD0 -> mARM trusted, SD1 -> mARM nontrusted, SD2 -> aDSP, SD3 -> aARM | ||
| 42 | */ | ||
| 43 | |||
| 44 | #define DMOV_CMD_PTR(ch) DMOV_SD3(0x000, ch) | ||
| 45 | #define DMOV_CMD_LIST (0 << 29) /* does not work */ | ||
| 46 | #define DMOV_CMD_PTR_LIST (1 << 29) /* works */ | ||
| 47 | #define DMOV_CMD_INPUT_CFG (2 << 29) /* untested */ | ||
| 48 | #define DMOV_CMD_OUTPUT_CFG (3 << 29) /* untested */ | ||
| 49 | #define DMOV_CMD_ADDR(addr) ((addr) >> 3) | ||
| 50 | |||
| 51 | #define DMOV_RSLT(ch) DMOV_SD3(0x040, ch) | ||
| 52 | #define DMOV_RSLT_VALID (1 << 31) /* 0 == host has empties result fifo */ | ||
| 53 | #define DMOV_RSLT_ERROR (1 << 3) | ||
| 54 | #define DMOV_RSLT_FLUSH (1 << 2) | ||
| 55 | #define DMOV_RSLT_DONE (1 << 1) /* top pointer done */ | ||
| 56 | #define DMOV_RSLT_USER (1 << 0) /* command with FR force result */ | ||
| 57 | |||
| 58 | #define DMOV_FLUSH0(ch) DMOV_SD3(0x080, ch) | ||
| 59 | #define DMOV_FLUSH1(ch) DMOV_SD3(0x0C0, ch) | ||
| 60 | #define DMOV_FLUSH2(ch) DMOV_SD3(0x100, ch) | ||
| 61 | #define DMOV_FLUSH3(ch) DMOV_SD3(0x140, ch) | ||
| 62 | #define DMOV_FLUSH4(ch) DMOV_SD3(0x180, ch) | ||
| 63 | #define DMOV_FLUSH5(ch) DMOV_SD3(0x1C0, ch) | ||
| 64 | |||
| 65 | #define DMOV_STATUS(ch) DMOV_SD3(0x200, ch) | ||
| 66 | #define DMOV_STATUS_RSLT_COUNT(n) (((n) >> 29)) | ||
| 67 | #define DMOV_STATUS_CMD_COUNT(n) (((n) >> 27) & 3) | ||
| 68 | #define DMOV_STATUS_RSLT_VALID (1 << 1) | ||
| 69 | #define DMOV_STATUS_CMD_PTR_RDY (1 << 0) | ||
| 70 | |||
| 71 | #define DMOV_ISR DMOV_SD3(0x380, 0) | ||
| 72 | |||
| 73 | #define DMOV_CONFIG(ch) DMOV_SD3(0x300, ch) | ||
| 74 | #define DMOV_CONFIG_FORCE_TOP_PTR_RSLT (1 << 2) | ||
| 75 | #define DMOV_CONFIG_FORCE_FLUSH_RSLT (1 << 1) | ||
| 76 | #define DMOV_CONFIG_IRQ_EN (1 << 0) | ||
| 77 | |||
| 78 | /* channel assignments */ | ||
| 79 | |||
| 80 | #define DMOV_NAND_CHAN 7 | ||
| 81 | #define DMOV_NAND_CRCI_CMD 5 | ||
| 82 | #define DMOV_NAND_CRCI_DATA 4 | ||
| 83 | |||
| 84 | #define DMOV_SDC1_CHAN 8 | ||
| 85 | #define DMOV_SDC1_CRCI 6 | ||
| 86 | |||
| 87 | #define DMOV_SDC2_CHAN 8 | ||
| 88 | #define DMOV_SDC2_CRCI 7 | ||
| 89 | |||
| 90 | #define DMOV_TSIF_CHAN 10 | ||
| 91 | #define DMOV_TSIF_CRCI 10 | ||
| 92 | |||
| 93 | #define DMOV_USB_CHAN 11 | ||
| 94 | |||
| 95 | /* no client rate control ifc (eg, ram) */ | ||
| 96 | #define DMOV_NONE_CRCI 0 | ||
| 97 | |||
| 98 | |||
| 99 | /* If the CMD_PTR register has CMD_PTR_LIST selected, the data mover | ||
| 100 | * is going to walk a list of 32bit pointers as described below. Each | ||
| 101 | * pointer points to a *array* of dmov_s, etc structs. The last pointer | ||
| 102 | * in the list is marked with CMD_PTR_LP. The last struct in each array | ||
| 103 | * is marked with CMD_LC (see below). | ||
| 104 | */ | ||
| 105 | #define CMD_PTR_ADDR(addr) ((addr) >> 3) | ||
| 106 | #define CMD_PTR_LP (1 << 31) /* last pointer */ | ||
| 107 | #define CMD_PTR_PT (3 << 29) /* ? */ | ||
| 108 | |||
| 109 | /* Single Item Mode */ | ||
| 110 | typedef struct { | ||
| 111 | unsigned cmd; | ||
| 112 | unsigned src; | ||
| 113 | unsigned dst; | ||
| 114 | unsigned len; | ||
| 115 | } dmov_s; | ||
| 116 | |||
| 117 | /* Scatter/Gather Mode */ | ||
| 118 | typedef struct { | ||
| 119 | unsigned cmd; | ||
| 120 | unsigned src_dscr; | ||
| 121 | unsigned dst_dscr; | ||
| 122 | unsigned _reserved; | ||
| 123 | } dmov_sg; | ||
| 124 | |||
| 125 | /* bits for the cmd field of the above structures */ | ||
| 126 | |||
| 127 | #define CMD_LC (1 << 31) /* last command */ | ||
| 128 | #define CMD_FR (1 << 22) /* force result -- does not work? */ | ||
| 129 | #define CMD_OCU (1 << 21) /* other channel unblock */ | ||
| 130 | #define CMD_OCB (1 << 20) /* other channel block */ | ||
| 131 | #define CMD_TCB (1 << 19) /* ? */ | ||
| 132 | #define CMD_DAH (1 << 18) /* destination address hold -- does not work?*/ | ||
| 133 | #define CMD_SAH (1 << 17) /* source address hold -- does not work? */ | ||
| 134 | |||
| 135 | #define CMD_MODE_SINGLE (0 << 0) /* dmov_s structure used */ | ||
| 136 | #define CMD_MODE_SG (1 << 0) /* untested */ | ||
| 137 | #define CMD_MODE_IND_SG (2 << 0) /* untested */ | ||
| 138 | #define CMD_MODE_BOX (3 << 0) /* untested */ | ||
| 139 | |||
| 140 | #define CMD_DST_SWAP_BYTES (1 << 14) /* exchange each byte n with byte n+1 */ | ||
| 141 | #define CMD_DST_SWAP_SHORTS (1 << 15) /* exchange each short n with short n+1 */ | ||
| 142 | #define CMD_DST_SWAP_WORDS (1 << 16) /* exchange each word n with word n+1 */ | ||
| 143 | |||
| 144 | #define CMD_SRC_SWAP_BYTES (1 << 11) /* exchange each byte n with byte n+1 */ | ||
| 145 | #define CMD_SRC_SWAP_SHORTS (1 << 12) /* exchange each short n with short n+1 */ | ||
| 146 | #define CMD_SRC_SWAP_WORDS (1 << 13) /* exchange each word n with word n+1 */ | ||
| 147 | |||
| 148 | #define CMD_DST_CRCI(n) (((n) & 15) << 7) | ||
| 149 | #define CMD_SRC_CRCI(n) (((n) & 15) << 3) | ||
| 150 | |||
| 151 | #endif | ||
diff --git a/include/asm-arm/arch-msm/entry-macro.S b/include/asm-arm/arch-msm/entry-macro.S new file mode 100644 index 000000000000..ee24aece4cb0 --- /dev/null +++ b/include/asm-arm/arch-msm/entry-macro.S | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | /* include/asm-arm/arch-msm7200/entry-macro.S | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * Author: Brian Swetland <swetland@google.com> | ||
| 5 | * | ||
| 6 | * This software is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2, as published by the Free Software Foundation, and | ||
| 8 | * may be copied, distributed, and modified under those terms. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include <asm/arch/msm_iomap.h> | ||
| 18 | |||
| 19 | .macro disable_fiq | ||
| 20 | .endm | ||
| 21 | |||
| 22 | .macro get_irqnr_preamble, base, tmp | ||
| 23 | @ enable imprecise aborts | ||
| 24 | cpsie a | ||
| 25 | mov \base, #MSM_VIC_BASE | ||
| 26 | .endm | ||
| 27 | |||
| 28 | .macro arch_ret_to_user, tmp1, tmp2 | ||
| 29 | .endm | ||
| 30 | |||
| 31 | .macro get_irqnr_and_base, irqnr, irqstat, base, tmp | ||
| 32 | @ 0xD0 has irq# or old irq# if the irq has been handled | ||
| 33 | @ 0xD4 has irq# or -1 if none pending *but* if you just | ||
| 34 | @ read 0xD4 you never get the first irq for some reason | ||
| 35 | ldr \irqnr, [\base, #0xD0] | ||
| 36 | ldr \irqnr, [\base, #0xD4] | ||
| 37 | cmp \irqnr, #0xffffffff | ||
| 38 | .endm | ||
diff --git a/include/asm-arm/arch-msm/hardware.h b/include/asm-arm/arch-msm/hardware.h new file mode 100644 index 000000000000..89af2b70182f --- /dev/null +++ b/include/asm-arm/arch-msm/hardware.h | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/hardware.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #ifndef __ASM_ARCH_MSM_HARDWARE_H | ||
| 17 | |||
| 18 | #endif | ||
diff --git a/include/asm-arm/arch-msm/io.h b/include/asm-arm/arch-msm/io.h new file mode 100644 index 000000000000..4645ae26b62a --- /dev/null +++ b/include/asm-arm/arch-msm/io.h | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | /* include/asm-arm/arch-msm/io.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #ifndef __ASM_ARM_ARCH_IO_H | ||
| 17 | #define __ASM_ARM_ARCH_IO_H | ||
| 18 | |||
| 19 | #define IO_SPACE_LIMIT 0xffffffff | ||
| 20 | |||
| 21 | #define __arch_ioremap __msm_ioremap | ||
| 22 | #define __arch_iounmap __iounmap | ||
| 23 | |||
| 24 | void __iomem *__msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype); | ||
| 25 | |||
| 26 | static inline void __iomem *__io(unsigned long addr) | ||
| 27 | { | ||
| 28 | return (void __iomem *)addr; | ||
| 29 | } | ||
| 30 | #define __io(a) __io(a) | ||
| 31 | #define __mem_pci(a) (a) | ||
| 32 | |||
| 33 | #endif | ||
diff --git a/include/asm-arm/arch-msm/irqs.h b/include/asm-arm/arch-msm/irqs.h new file mode 100644 index 000000000000..565430cfaa7e --- /dev/null +++ b/include/asm-arm/arch-msm/irqs.h | |||
| @@ -0,0 +1,89 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/irqs.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * Author: Brian Swetland <swetland@google.com> | ||
| 5 | * | ||
| 6 | * This software is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2, as published by the Free Software Foundation, and | ||
| 8 | * may be copied, distributed, and modified under those terms. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | */ | ||
| 16 | |||
| 17 | #ifndef __ASM_ARCH_MSM_IRQS_H | ||
| 18 | |||
| 19 | /* MSM ARM11 Interrupt Numbers */ | ||
| 20 | /* See 80-VE113-1 A, pp219-221 */ | ||
| 21 | |||
| 22 | #define INT_A9_M2A_0 0 | ||
| 23 | #define INT_A9_M2A_1 1 | ||
| 24 | #define INT_A9_M2A_2 2 | ||
| 25 | #define INT_A9_M2A_3 3 | ||
| 26 | #define INT_A9_M2A_4 4 | ||
| 27 | #define INT_A9_M2A_5 5 | ||
| 28 | #define INT_A9_M2A_6 6 | ||
| 29 | #define INT_GP_TIMER_EXP 7 | ||
| 30 | #define INT_DEBUG_TIMER_EXP 8 | ||
| 31 | #define INT_UART1 9 | ||
| 32 | #define INT_UART2 10 | ||
| 33 | #define INT_UART3 11 | ||
| 34 | #define INT_UART1_RX 12 | ||
| 35 | #define INT_UART2_RX 13 | ||
| 36 | #define INT_UART3_RX 14 | ||
| 37 | #define INT_USB_OTG 15 | ||
| 38 | #define INT_MDDI_PRI 16 | ||
| 39 | #define INT_MDDI_EXT 17 | ||
| 40 | #define INT_MDDI_CLIENT 18 | ||
| 41 | #define INT_MDP 19 | ||
| 42 | #define INT_GRAPHICS 20 | ||
| 43 | #define INT_ADM_AARM 21 | ||
| 44 | #define INT_ADSP_A11 22 | ||
| 45 | #define INT_ADSP_A9_A11 23 | ||
| 46 | #define INT_SDC1_0 24 | ||
| 47 | #define INT_SDC1_1 25 | ||
| 48 | #define INT_SDC2_0 26 | ||
| 49 | #define INT_SDC2_1 27 | ||
| 50 | #define INT_KEYSENSE 28 | ||
| 51 | #define INT_TCHSCRN_SSBI 29 | ||
| 52 | #define INT_TCHSCRN1 30 | ||
| 53 | #define INT_TCHSCRN2 31 | ||
| 54 | |||
| 55 | #define INT_GPIO_GROUP1 (32 + 0) | ||
| 56 | #define INT_GPIO_GROUP2 (32 + 1) | ||
| 57 | #define INT_PWB_I2C (32 + 2) | ||
| 58 | #define INT_SOFTRESET (32 + 3) | ||
| 59 | #define INT_NAND_WR_ER_DONE (32 + 4) | ||
| 60 | #define INT_NAND_OP_DONE (32 + 5) | ||
| 61 | #define INT_PBUS_ARM11 (32 + 6) | ||
| 62 | #define INT_AXI_MPU_SMI (32 + 7) | ||
| 63 | #define INT_AXI_MPU_EBI1 (32 + 8) | ||
| 64 | #define INT_AD_HSSD (32 + 9) | ||
| 65 | #define INT_ARM11_PMU (32 + 10) | ||
| 66 | #define INT_ARM11_DMA (32 + 11) | ||
| 67 | #define INT_TSIF_IRQ (32 + 12) | ||
| 68 | #define INT_UART1DM_IRQ (32 + 13) | ||
| 69 | #define INT_UART1DM_RX (32 + 14) | ||
| 70 | #define INT_USB_HS (32 + 15) | ||
| 71 | #define INT_SDC3_0 (32 + 16) | ||
| 72 | #define INT_SDC3_1 (32 + 17) | ||
| 73 | #define INT_SDC4_0 (32 + 18) | ||
| 74 | #define INT_SDC4_1 (32 + 19) | ||
| 75 | #define INT_UART2DM_RX (32 + 20) | ||
| 76 | #define INT_UART2DM_IRQ (32 + 21) | ||
| 77 | |||
| 78 | /* 22-31 are reserved */ | ||
| 79 | |||
| 80 | #define MSM_IRQ_BIT(irq) (1 << ((irq) & 31)) | ||
| 81 | |||
| 82 | #define NR_MSM_IRQS 64 | ||
| 83 | #define NR_GPIO_IRQS 122 | ||
| 84 | #define NR_BOARD_IRQS 64 | ||
| 85 | #define NR_IRQS (NR_MSM_IRQS + NR_GPIO_IRQS + NR_BOARD_IRQS) | ||
| 86 | |||
| 87 | #define MSM_GPIO_TO_INT(n) (NR_MSM_IRQS + (n)) | ||
| 88 | |||
| 89 | #endif | ||
diff --git a/include/asm-arm/arch-msm/memory.h b/include/asm-arm/arch-msm/memory.h new file mode 100644 index 000000000000..b5ce0e9ac86d --- /dev/null +++ b/include/asm-arm/arch-msm/memory.h | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/memory.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #ifndef __ASM_ARCH_MEMORY_H | ||
| 17 | #define __ASM_ARCH_MEMORY_H | ||
| 18 | |||
| 19 | /* physical offset of RAM */ | ||
| 20 | #define PHYS_OFFSET UL(0x10000000) | ||
| 21 | |||
| 22 | /* bus address and physical addresses are identical */ | ||
| 23 | #define __virt_to_bus(x) __virt_to_phys(x) | ||
| 24 | #define __bus_to_virt(x) __phys_to_virt(x) | ||
| 25 | |||
| 26 | #endif | ||
| 27 | |||
diff --git a/include/asm-arm/arch-msm/msm_iomap.h b/include/asm-arm/arch-msm/msm_iomap.h new file mode 100644 index 000000000000..b8955cc26fec --- /dev/null +++ b/include/asm-arm/arch-msm/msm_iomap.h | |||
| @@ -0,0 +1,104 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/msm_iomap.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * Author: Brian Swetland <swetland@google.com> | ||
| 5 | * | ||
| 6 | * This software is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2, as published by the Free Software Foundation, and | ||
| 8 | * may be copied, distributed, and modified under those terms. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * | ||
| 16 | * The MSM peripherals are spread all over across 768MB of physical | ||
| 17 | * space, which makes just having a simple IO_ADDRESS macro to slide | ||
| 18 | * them into the right virtual location rough. Instead, we will | ||
| 19 | * provide a master phys->virt mapping for peripherals here. | ||
| 20 | * | ||
| 21 | */ | ||
| 22 | |||
| 23 | #ifndef __ASM_ARCH_MSM_IOMAP_H | ||
| 24 | #define __ASM_ARCH_MSM_IOMAP_H | ||
| 25 | |||
| 26 | #include <asm/sizes.h> | ||
| 27 | |||
| 28 | /* Physical base address and size of peripherals. | ||
| 29 | * Ordered by the virtual base addresses they will be mapped at. | ||
| 30 | * | ||
| 31 | * MSM_VIC_BASE must be an value that can be loaded via a "mov" | ||
| 32 | * instruction, otherwise entry-macro.S will not compile. | ||
| 33 | * | ||
| 34 | * If you add or remove entries here, you'll want to edit the | ||
| 35 | * msm_io_desc array in arch/arm/mach-msm/io.c to reflect your | ||
| 36 | * changes. | ||
| 37 | * | ||
| 38 | */ | ||
| 39 | |||
| 40 | #define MSM_VIC_BASE 0xE0000000 | ||
| 41 | #define MSM_VIC_PHYS 0xC0000000 | ||
| 42 | #define MSM_VIC_SIZE SZ_4K | ||
| 43 | |||
| 44 | #define MSM_CSR_BASE 0xE0001000 | ||
| 45 | #define MSM_CSR_PHYS 0xC0100000 | ||
| 46 | #define MSM_CSR_SIZE SZ_4K | ||
| 47 | |||
| 48 | #define MSM_GPT_PHYS MSM_CSR_PHYS | ||
| 49 | #define MSM_GPT_BASE MSM_CSR_BASE | ||
| 50 | #define MSM_GPT_SIZE SZ_4K | ||
| 51 | |||
| 52 | #define MSM_DMOV_BASE 0xE0002000 | ||
| 53 | #define MSM_DMOV_PHYS 0xA9700000 | ||
| 54 | #define MSM_DMOV_SIZE SZ_4K | ||
| 55 | |||
| 56 | #define MSM_UART1_BASE 0xE0003000 | ||
| 57 | #define MSM_UART1_PHYS 0xA9A00000 | ||
| 58 | #define MSM_UART1_SIZE SZ_4K | ||
| 59 | |||
| 60 | #define MSM_UART2_BASE 0xE0004000 | ||
| 61 | #define MSM_UART2_PHYS 0xA9B00000 | ||
| 62 | #define MSM_UART2_SIZE SZ_4K | ||
| 63 | |||
| 64 | #define MSM_UART3_BASE 0xE0005000 | ||
| 65 | #define MSM_UART3_PHYS 0xA9C00000 | ||
| 66 | #define MSM_UART3_SIZE SZ_4K | ||
| 67 | |||
| 68 | #define MSM_I2C_BASE 0xE0006000 | ||
| 69 | #define MSM_I2C_PHYS 0xA9900000 | ||
| 70 | #define MSM_I2C_SIZE SZ_4K | ||
| 71 | |||
| 72 | #define MSM_GPIO1_BASE 0xE0007000 | ||
| 73 | #define MSM_GPIO1_PHYS 0xA9200000 | ||
| 74 | #define MSM_GPIO1_SIZE SZ_4K | ||
| 75 | |||
| 76 | #define MSM_GPIO2_BASE 0xE0008000 | ||
| 77 | #define MSM_GPIO2_PHYS 0xA9300000 | ||
| 78 | #define MSM_GPIO2_SIZE SZ_4K | ||
| 79 | |||
| 80 | #define MSM_HSUSB_BASE 0xE0009000 | ||
| 81 | #define MSM_HSUSB_PHYS 0xA0800000 | ||
| 82 | #define MSM_HSUSB_SIZE SZ_4K | ||
| 83 | |||
| 84 | #define MSM_CLK_CTL_BASE 0xE000A000 | ||
| 85 | #define MSM_CLK_CTL_PHYS 0xA8600000 | ||
| 86 | #define MSM_CLK_CTL_SIZE SZ_4K | ||
| 87 | |||
| 88 | #define MSM_PMDH_BASE 0xE000B000 | ||
| 89 | #define MSM_PMDH_PHYS 0xAA600000 | ||
| 90 | #define MSM_PMDH_SIZE SZ_4K | ||
| 91 | |||
| 92 | #define MSM_EMDH_BASE 0xE000C000 | ||
| 93 | #define MSM_EMDH_PHYS 0xAA700000 | ||
| 94 | #define MSM_EMDH_SIZE SZ_4K | ||
| 95 | |||
| 96 | #define MSM_MDP_BASE 0xE0010000 | ||
| 97 | #define MSM_MDP_PHYS 0xAA200000 | ||
| 98 | #define MSM_MDP_SIZE 0x000F0000 | ||
| 99 | |||
| 100 | #define MSM_SHARED_RAM_BASE 0xE0100000 | ||
| 101 | #define MSM_SHARED_RAM_PHYS 0x01F00000 | ||
| 102 | #define MSM_SHARED_RAM_SIZE SZ_1M | ||
| 103 | |||
| 104 | #endif | ||
diff --git a/include/asm-arm/arch-msm/system.h b/include/asm-arm/arch-msm/system.h new file mode 100644 index 000000000000..7c5544bdd0c7 --- /dev/null +++ b/include/asm-arm/arch-msm/system.h | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/system.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #include <asm/hardware.h> | ||
| 17 | |||
| 18 | void arch_idle(void); | ||
| 19 | |||
| 20 | static inline void arch_reset(char mode) | ||
| 21 | { | ||
| 22 | for (;;) ; /* depends on IPC w/ other core */ | ||
| 23 | } | ||
diff --git a/include/asm-arm/arch-msm/timex.h b/include/asm-arm/arch-msm/timex.h new file mode 100644 index 000000000000..154b23fb3599 --- /dev/null +++ b/include/asm-arm/arch-msm/timex.h | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/timex.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #ifndef __ASM_ARCH_MSM_TIMEX_H | ||
| 17 | |||
| 18 | #define CLOCK_TICK_RATE 1000000 | ||
| 19 | |||
| 20 | #endif | ||
diff --git a/include/asm-arm/arch-msm/uncompress.h b/include/asm-arm/arch-msm/uncompress.h new file mode 100644 index 000000000000..e91ed786ffec --- /dev/null +++ b/include/asm-arm/arch-msm/uncompress.h | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/uncompress.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #ifndef __ASM_ARCH_MSM_UNCOMPRESS_H | ||
| 17 | |||
| 18 | #include "hardware.h" | ||
| 19 | |||
| 20 | static void putc(int c) | ||
| 21 | { | ||
| 22 | } | ||
| 23 | |||
| 24 | static inline void flush(void) | ||
| 25 | { | ||
| 26 | } | ||
| 27 | |||
| 28 | static inline void arch_decomp_setup(void) | ||
| 29 | { | ||
| 30 | } | ||
| 31 | |||
| 32 | static inline void arch_decomp_wdog(void) | ||
| 33 | { | ||
| 34 | } | ||
| 35 | |||
| 36 | #endif | ||
diff --git a/include/asm-arm/arch-msm/vmalloc.h b/include/asm-arm/arch-msm/vmalloc.h new file mode 100644 index 000000000000..60f8d910e825 --- /dev/null +++ b/include/asm-arm/arch-msm/vmalloc.h | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | /* linux/include/asm-arm/arch-msm/vmalloc.h | ||
| 2 | * | ||
| 3 | * Copyright (C) 2007 Google, Inc. | ||
| 4 | * | ||
| 5 | * This software is licensed under the terms of the GNU General Public | ||
| 6 | * License version 2, as published by the Free Software Foundation, and | ||
| 7 | * may be copied, distributed, and modified under those terms. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | */ | ||
| 15 | |||
| 16 | #ifndef __ASM_ARCH_MSM_VMALLOC_H | ||
| 17 | #define __ASM_ARCH_MSM_VMALLOC_H | ||
| 18 | |||
| 19 | #define VMALLOC_END (PAGE_OFFSET + 0x10000000) | ||
| 20 | |||
| 21 | #endif | ||
| 22 | |||
diff --git a/include/asm-arm/arch-s3c2410/debug-macro.S b/include/asm-arm/arch-s3c2410/debug-macro.S index 9c8cd9abb82b..89076c322726 100644 --- a/include/asm-arm/arch-s3c2410/debug-macro.S +++ b/include/asm-arm/arch-s3c2410/debug-macro.S | |||
| @@ -92,11 +92,9 @@ | |||
| 92 | #if defined(CONFIG_CPU_LLSERIAL_S3C2410_ONLY) | 92 | #if defined(CONFIG_CPU_LLSERIAL_S3C2410_ONLY) |
| 93 | #define fifo_full fifo_full_s3c2410 | 93 | #define fifo_full fifo_full_s3c2410 |
| 94 | #define fifo_level fifo_level_s3c2410 | 94 | #define fifo_level fifo_level_s3c2410 |
| 95 | #warning 2410only | ||
| 96 | #elif !defined(CONFIG_CPU_LLSERIAL_S3C2440_ONLY) | 95 | #elif !defined(CONFIG_CPU_LLSERIAL_S3C2440_ONLY) |
| 97 | #define fifo_full fifo_full_s3c24xx | 96 | #define fifo_full fifo_full_s3c24xx |
| 98 | #define fifo_level fifo_level_s3c24xx | 97 | #define fifo_level fifo_level_s3c24xx |
| 99 | #warning generic | ||
| 100 | #endif | 98 | #endif |
| 101 | 99 | ||
| 102 | /* include the reset of the code which will do the work */ | 100 | /* include the reset of the code which will do the work */ |
diff --git a/include/asm-arm/arch-s3c2410/dma.h b/include/asm-arm/arch-s3c2410/dma.h index c6e8d8f64938..4f291d9b7d93 100644 --- a/include/asm-arm/arch-s3c2410/dma.h +++ b/include/asm-arm/arch-s3c2410/dma.h | |||
| @@ -214,6 +214,7 @@ struct s3c2410_dma_chan { | |||
| 214 | unsigned long dev_addr; | 214 | unsigned long dev_addr; |
| 215 | unsigned long load_timeout; | 215 | unsigned long load_timeout; |
| 216 | unsigned int flags; /* channel flags */ | 216 | unsigned int flags; /* channel flags */ |
| 217 | unsigned int hw_cfg; /* last hw config */ | ||
| 217 | 218 | ||
| 218 | struct s3c24xx_dma_map *map; /* channel hw maps */ | 219 | struct s3c24xx_dma_map *map; /* channel hw maps */ |
| 219 | 220 | ||
diff --git a/include/asm-arm/arch-s3c2410/hardware.h b/include/asm-arm/arch-s3c2410/hardware.h index 6dadf58ff984..29592c3ebf22 100644 --- a/include/asm-arm/arch-s3c2410/hardware.h +++ b/include/asm-arm/arch-s3c2410/hardware.h | |||
| @@ -50,6 +50,17 @@ extern unsigned int s3c2410_gpio_getcfg(unsigned int pin); | |||
| 50 | 50 | ||
| 51 | extern int s3c2410_gpio_getirq(unsigned int pin); | 51 | extern int s3c2410_gpio_getirq(unsigned int pin); |
| 52 | 52 | ||
| 53 | /* s3c2410_gpio_irq2pin | ||
| 54 | * | ||
| 55 | * turn the given irq number into the corresponding GPIO number | ||
| 56 | * | ||
| 57 | * returns: | ||
| 58 | * < 0 = no pin | ||
| 59 | * >=0 = gpio pin number | ||
| 60 | */ | ||
| 61 | |||
| 62 | extern int s3c2410_gpio_irq2pin(unsigned int irq); | ||
| 63 | |||
| 53 | #ifdef CONFIG_CPU_S3C2400 | 64 | #ifdef CONFIG_CPU_S3C2400 |
| 54 | 65 | ||
| 55 | extern int s3c2400_gpio_getirq(unsigned int pin); | 66 | extern int s3c2400_gpio_getirq(unsigned int pin); |
| @@ -87,6 +98,18 @@ extern int s3c2410_gpio_irqfilter(unsigned int pin, unsigned int on, | |||
| 87 | 98 | ||
| 88 | extern void s3c2410_gpio_pullup(unsigned int pin, unsigned int to); | 99 | extern void s3c2410_gpio_pullup(unsigned int pin, unsigned int to); |
| 89 | 100 | ||
| 101 | /* s3c2410_gpio_getpull | ||
| 102 | * | ||
| 103 | * Read the state of the pull-up on a given pin | ||
| 104 | * | ||
| 105 | * return: | ||
| 106 | * < 0 => error code | ||
| 107 | * 0 => enabled | ||
| 108 | * 1 => disabled | ||
| 109 | */ | ||
| 110 | |||
| 111 | extern int s3c2410_gpio_getpull(unsigned int pin); | ||
| 112 | |||
| 90 | extern void s3c2410_gpio_setpin(unsigned int pin, unsigned int to); | 113 | extern void s3c2410_gpio_setpin(unsigned int pin, unsigned int to); |
| 91 | 114 | ||
| 92 | extern unsigned int s3c2410_gpio_getpin(unsigned int pin); | 115 | extern unsigned int s3c2410_gpio_getpin(unsigned int pin); |
| @@ -99,6 +122,11 @@ extern int s3c2440_set_dsc(unsigned int pin, unsigned int value); | |||
| 99 | 122 | ||
| 100 | #endif /* CONFIG_CPU_S3C2440 */ | 123 | #endif /* CONFIG_CPU_S3C2440 */ |
| 101 | 124 | ||
| 125 | #ifdef CONFIG_CPU_S3C2412 | ||
| 126 | |||
| 127 | extern int s3c2412_gpio_set_sleepcfg(unsigned int pin, unsigned int state); | ||
| 128 | |||
| 129 | #endif /* CONFIG_CPU_S3C2412 */ | ||
| 102 | 130 | ||
| 103 | #endif /* __ASSEMBLY__ */ | 131 | #endif /* __ASSEMBLY__ */ |
| 104 | 132 | ||
diff --git a/include/asm-arm/arch-s3c2410/irqs.h b/include/asm-arm/arch-s3c2410/irqs.h index 996f65488d2d..d858b3eb5547 100644 --- a/include/asm-arm/arch-s3c2410/irqs.h +++ b/include/asm-arm/arch-s3c2410/irqs.h | |||
| @@ -160,4 +160,7 @@ | |||
| 160 | #define NR_IRQS (IRQ_S3C2440_AC97+1) | 160 | #define NR_IRQS (IRQ_S3C2440_AC97+1) |
| 161 | #endif | 161 | #endif |
| 162 | 162 | ||
| 163 | /* Our FIQs are routable from IRQ_EINT0 to IRQ_ADCPARENT */ | ||
| 164 | #define FIQ_START IRQ_EINT0 | ||
| 165 | |||
| 163 | #endif /* __ASM_ARCH_IRQ_H */ | 166 | #endif /* __ASM_ARCH_IRQ_H */ |
diff --git a/include/asm-arm/arch-s3c2410/regs-clock.h b/include/asm-arm/arch-s3c2410/regs-clock.h index e39656b7a086..dba9df9d8713 100644 --- a/include/asm-arm/arch-s3c2410/regs-clock.h +++ b/include/asm-arm/arch-s3c2410/regs-clock.h | |||
| @@ -138,6 +138,8 @@ s3c2410_get_pll(unsigned int pllval, unsigned int baseclk) | |||
| 138 | #define S3C2412_CLKDIVN_PDIVN (1<<2) | 138 | #define S3C2412_CLKDIVN_PDIVN (1<<2) |
| 139 | #define S3C2412_CLKDIVN_HDIVN_MASK (3<<0) | 139 | #define S3C2412_CLKDIVN_HDIVN_MASK (3<<0) |
| 140 | #define S3C2421_CLKDIVN_ARMDIVN (1<<3) | 140 | #define S3C2421_CLKDIVN_ARMDIVN (1<<3) |
| 141 | #define S3C2412_CLKDIVN_DVSEN (1<<4) | ||
| 142 | #define S3C2412_CLKDIVN_HALFHCLK (1<<5) | ||
| 141 | #define S3C2412_CLKDIVN_USB48DIV (1<<6) | 143 | #define S3C2412_CLKDIVN_USB48DIV (1<<6) |
| 142 | #define S3C2412_CLKDIVN_UARTDIV_MASK (15<<8) | 144 | #define S3C2412_CLKDIVN_UARTDIV_MASK (15<<8) |
| 143 | #define S3C2412_CLKDIVN_UARTDIV_SHIFT (8) | 145 | #define S3C2412_CLKDIVN_UARTDIV_SHIFT (8) |
diff --git a/include/asm-arm/arch-s3c2410/regs-dsc.h b/include/asm-arm/arch-s3c2410/regs-dsc.h index c0748511edbc..1235df70f34e 100644 --- a/include/asm-arm/arch-s3c2410/regs-dsc.h +++ b/include/asm-arm/arch-s3c2410/regs-dsc.h | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #define S3C2412_DSC1 S3C2410_GPIOREG(0xe0) | 19 | #define S3C2412_DSC1 S3C2410_GPIOREG(0xe0) |
| 20 | #endif | 20 | #endif |
| 21 | 21 | ||
| 22 | #if defined(CONFIG_CPU_S3C2440) | 22 | #if defined(CONFIG_CPU_S3C244X) |
| 23 | 23 | ||
| 24 | #define S3C2440_DSC0 S3C2410_GPIOREG(0xc4) | 24 | #define S3C2440_DSC0 S3C2410_GPIOREG(0xc4) |
| 25 | #define S3C2440_DSC1 S3C2410_GPIOREG(0xc8) | 25 | #define S3C2440_DSC1 S3C2410_GPIOREG(0xc8) |
diff --git a/include/asm-arm/arch-s3c2410/regs-gpio.h b/include/asm-arm/arch-s3c2410/regs-gpio.h index b693158b2d3c..0ad75d716ded 100644 --- a/include/asm-arm/arch-s3c2410/regs-gpio.h +++ b/include/asm-arm/arch-s3c2410/regs-gpio.h | |||
| @@ -1133,12 +1133,16 @@ | |||
| 1133 | #define S3C2412_GPBSLPCON S3C2410_GPIOREG(0x1C) | 1133 | #define S3C2412_GPBSLPCON S3C2410_GPIOREG(0x1C) |
| 1134 | #define S3C2412_GPCSLPCON S3C2410_GPIOREG(0x2C) | 1134 | #define S3C2412_GPCSLPCON S3C2410_GPIOREG(0x2C) |
| 1135 | #define S3C2412_GPDSLPCON S3C2410_GPIOREG(0x3C) | 1135 | #define S3C2412_GPDSLPCON S3C2410_GPIOREG(0x3C) |
| 1136 | #define S3C2412_GPESLPCON S3C2410_GPIOREG(0x4C) | ||
| 1137 | #define S3C2412_GPFSLPCON S3C2410_GPIOREG(0x5C) | 1136 | #define S3C2412_GPFSLPCON S3C2410_GPIOREG(0x5C) |
| 1138 | #define S3C2412_GPGSLPCON S3C2410_GPIOREG(0x6C) | 1137 | #define S3C2412_GPGSLPCON S3C2410_GPIOREG(0x6C) |
| 1139 | #define S3C2412_GPHSLPCON S3C2410_GPIOREG(0x7C) | 1138 | #define S3C2412_GPHSLPCON S3C2410_GPIOREG(0x7C) |
| 1140 | 1139 | ||
| 1141 | /* definitions for each pin bit */ | 1140 | /* definitions for each pin bit */ |
| 1141 | #define S3C2412_GPIO_SLPCON_LOW ( 0x00 ) | ||
| 1142 | #define S3C2412_GPIO_SLPCON_HIGH ( 0x01 ) | ||
| 1143 | #define S3C2412_GPIO_SLPCON_IN ( 0x02 ) | ||
| 1144 | #define S3C2412_GPIO_SLPCON_PULL ( 0x03 ) | ||
| 1145 | |||
| 1142 | #define S3C2412_SLPCON_LOW(x) ( 0x00 << ((x) * 2)) | 1146 | #define S3C2412_SLPCON_LOW(x) ( 0x00 << ((x) * 2)) |
| 1143 | #define S3C2412_SLPCON_HIGH(x) ( 0x01 << ((x) * 2)) | 1147 | #define S3C2412_SLPCON_HIGH(x) ( 0x01 << ((x) * 2)) |
| 1144 | #define S3C2412_SLPCON_IN(x) ( 0x02 << ((x) * 2)) | 1148 | #define S3C2412_SLPCON_IN(x) ( 0x02 << ((x) * 2)) |
diff --git a/include/asm-arm/arch-s3c2410/regs-mem.h b/include/asm-arm/arch-s3c2410/regs-mem.h index e4d82341f7ba..312ff93b63c6 100644 --- a/include/asm-arm/arch-s3c2410/regs-mem.h +++ b/include/asm-arm/arch-s3c2410/regs-mem.h | |||
| @@ -98,16 +98,19 @@ | |||
| 98 | #define S3C2410_BANKCON_Tacp3 (0x1 << 2) | 98 | #define S3C2410_BANKCON_Tacp3 (0x1 << 2) |
| 99 | #define S3C2410_BANKCON_Tacp4 (0x2 << 2) | 99 | #define S3C2410_BANKCON_Tacp4 (0x2 << 2) |
| 100 | #define S3C2410_BANKCON_Tacp6 (0x3 << 2) | 100 | #define S3C2410_BANKCON_Tacp6 (0x3 << 2) |
| 101 | #define S3C2410_BANKCON_Tacp_SHIFT (2) | ||
| 101 | 102 | ||
| 102 | #define S3C2410_BANKCON_Tcah0 (0x0 << 4) | 103 | #define S3C2410_BANKCON_Tcah0 (0x0 << 4) |
| 103 | #define S3C2410_BANKCON_Tcah1 (0x1 << 4) | 104 | #define S3C2410_BANKCON_Tcah1 (0x1 << 4) |
| 104 | #define S3C2410_BANKCON_Tcah2 (0x2 << 4) | 105 | #define S3C2410_BANKCON_Tcah2 (0x2 << 4) |
| 105 | #define S3C2410_BANKCON_Tcah4 (0x3 << 4) | 106 | #define S3C2410_BANKCON_Tcah4 (0x3 << 4) |
| 107 | #define S3C2410_BANKCON_Tcah_SHIFT (4) | ||
| 106 | 108 | ||
| 107 | #define S3C2410_BANKCON_Tcoh0 (0x0 << 6) | 109 | #define S3C2410_BANKCON_Tcoh0 (0x0 << 6) |
| 108 | #define S3C2410_BANKCON_Tcoh1 (0x1 << 6) | 110 | #define S3C2410_BANKCON_Tcoh1 (0x1 << 6) |
| 109 | #define S3C2410_BANKCON_Tcoh2 (0x2 << 6) | 111 | #define S3C2410_BANKCON_Tcoh2 (0x2 << 6) |
| 110 | #define S3C2410_BANKCON_Tcoh4 (0x3 << 6) | 112 | #define S3C2410_BANKCON_Tcoh4 (0x3 << 6) |
| 113 | #define S3C2410_BANKCON_Tcoh_SHIFT (6) | ||
| 111 | 114 | ||
| 112 | #define S3C2410_BANKCON_Tacc1 (0x0 << 8) | 115 | #define S3C2410_BANKCON_Tacc1 (0x0 << 8) |
| 113 | #define S3C2410_BANKCON_Tacc2 (0x1 << 8) | 116 | #define S3C2410_BANKCON_Tacc2 (0x1 << 8) |
| @@ -117,16 +120,19 @@ | |||
| 117 | #define S3C2410_BANKCON_Tacc8 (0x5 << 8) | 120 | #define S3C2410_BANKCON_Tacc8 (0x5 << 8) |
| 118 | #define S3C2410_BANKCON_Tacc10 (0x6 << 8) | 121 | #define S3C2410_BANKCON_Tacc10 (0x6 << 8) |
| 119 | #define S3C2410_BANKCON_Tacc14 (0x7 << 8) | 122 | #define S3C2410_BANKCON_Tacc14 (0x7 << 8) |
| 123 | #define S3C2410_BANKCON_Tacc_SHIFT (8) | ||
| 120 | 124 | ||
| 121 | #define S3C2410_BANKCON_Tcos0 (0x0 << 11) | 125 | #define S3C2410_BANKCON_Tcos0 (0x0 << 11) |
| 122 | #define S3C2410_BANKCON_Tcos1 (0x1 << 11) | 126 | #define S3C2410_BANKCON_Tcos1 (0x1 << 11) |
| 123 | #define S3C2410_BANKCON_Tcos2 (0x2 << 11) | 127 | #define S3C2410_BANKCON_Tcos2 (0x2 << 11) |
| 124 | #define S3C2410_BANKCON_Tcos4 (0x3 << 11) | 128 | #define S3C2410_BANKCON_Tcos4 (0x3 << 11) |
| 129 | #define S3C2410_BANKCON_Tcos_SHIFT (11) | ||
| 125 | 130 | ||
| 126 | #define S3C2410_BANKCON_Tacs0 (0x0 << 13) | 131 | #define S3C2410_BANKCON_Tacs0 (0x0 << 13) |
| 127 | #define S3C2410_BANKCON_Tacs1 (0x1 << 13) | 132 | #define S3C2410_BANKCON_Tacs1 (0x1 << 13) |
| 128 | #define S3C2410_BANKCON_Tacs2 (0x2 << 13) | 133 | #define S3C2410_BANKCON_Tacs2 (0x2 << 13) |
| 129 | #define S3C2410_BANKCON_Tacs4 (0x3 << 13) | 134 | #define S3C2410_BANKCON_Tacs4 (0x3 << 13) |
| 135 | #define S3C2410_BANKCON_Tacs_SHIFT (13) | ||
| 130 | 136 | ||
| 131 | #define S3C2410_BANKCON_SRAM (0x0 << 15) | 137 | #define S3C2410_BANKCON_SRAM (0x0 << 15) |
| 132 | #define S3C2400_BANKCON_EDODRAM (0x2 << 15) | 138 | #define S3C2400_BANKCON_EDODRAM (0x2 << 15) |
diff --git a/include/asm-arm/arch-s3c2410/regs-power.h b/include/asm-arm/arch-s3c2410/regs-power.h index f79987be55e8..13d13b7cfe98 100644 --- a/include/asm-arm/arch-s3c2410/regs-power.h +++ b/include/asm-arm/arch-s3c2410/regs-power.h | |||
| @@ -23,7 +23,8 @@ | |||
| 23 | #define S3C2412_INFORM2 S3C24XX_PWRREG(0x78) | 23 | #define S3C2412_INFORM2 S3C24XX_PWRREG(0x78) |
| 24 | #define S3C2412_INFORM3 S3C24XX_PWRREG(0x7C) | 24 | #define S3C2412_INFORM3 S3C24XX_PWRREG(0x7C) |
| 25 | 25 | ||
| 26 | #define S3C2412_PWRCFG_BATF_IGNORE (0<<0) | 26 | #define S3C2412_PWRCFG_BATF_IRQ (1<<0) |
| 27 | #define S3C2412_PWRCFG_BATF_IGNORE (2<<0) | ||
| 27 | #define S3C2412_PWRCFG_BATF_SLEEP (3<<0) | 28 | #define S3C2412_PWRCFG_BATF_SLEEP (3<<0) |
| 28 | #define S3C2412_PWRCFG_BATF_MASK (3<<0) | 29 | #define S3C2412_PWRCFG_BATF_MASK (3<<0) |
| 29 | 30 | ||
diff --git a/include/asm-arm/arch-s3c2410/system.h b/include/asm-arm/arch-s3c2410/system.h index 63891786dfa0..14de4e596f87 100644 --- a/include/asm-arm/arch-s3c2410/system.h +++ b/include/asm-arm/arch-s3c2410/system.h | |||
| @@ -20,6 +20,9 @@ | |||
| 20 | #include <asm/plat-s3c/regs-watchdog.h> | 20 | #include <asm/plat-s3c/regs-watchdog.h> |
| 21 | #include <asm/arch/regs-clock.h> | 21 | #include <asm/arch/regs-clock.h> |
| 22 | 22 | ||
| 23 | #include <linux/clk.h> | ||
| 24 | #include <linux/err.h> | ||
| 25 | |||
| 23 | void (*s3c24xx_idle)(void); | 26 | void (*s3c24xx_idle)(void); |
| 24 | void (*s3c24xx_reset_hook)(void); | 27 | void (*s3c24xx_reset_hook)(void); |
| 25 | 28 | ||
| @@ -59,6 +62,8 @@ static void arch_idle(void) | |||
| 59 | static void | 62 | static void |
| 60 | arch_reset(char mode) | 63 | arch_reset(char mode) |
| 61 | { | 64 | { |
| 65 | struct clk *wdtclk; | ||
| 66 | |||
| 62 | if (mode == 's') { | 67 | if (mode == 's') { |
| 63 | cpu_reset(0); | 68 | cpu_reset(0); |
| 64 | } | 69 | } |
| @@ -70,19 +75,28 @@ arch_reset(char mode) | |||
| 70 | 75 | ||
| 71 | __raw_writel(0, S3C2410_WTCON); /* disable watchdog, to be safe */ | 76 | __raw_writel(0, S3C2410_WTCON); /* disable watchdog, to be safe */ |
| 72 | 77 | ||
| 78 | wdtclk = clk_get(NULL, "watchdog"); | ||
| 79 | if (!IS_ERR(wdtclk)) { | ||
| 80 | clk_enable(wdtclk); | ||
| 81 | } else | ||
| 82 | printk(KERN_WARNING "%s: warning: cannot get watchdog clock\n", __func__); | ||
| 83 | |||
| 73 | /* put initial values into count and data */ | 84 | /* put initial values into count and data */ |
| 74 | __raw_writel(0x100, S3C2410_WTCNT); | 85 | __raw_writel(0x80, S3C2410_WTCNT); |
| 75 | __raw_writel(0x100, S3C2410_WTDAT); | 86 | __raw_writel(0x80, S3C2410_WTDAT); |
| 76 | 87 | ||
| 77 | /* set the watchdog to go and reset... */ | 88 | /* set the watchdog to go and reset... */ |
| 78 | __raw_writel(S3C2410_WTCON_ENABLE|S3C2410_WTCON_DIV16|S3C2410_WTCON_RSTEN | | 89 | __raw_writel(S3C2410_WTCON_ENABLE|S3C2410_WTCON_DIV16|S3C2410_WTCON_RSTEN | |
| 79 | S3C2410_WTCON_PRESCALE(0x20), S3C2410_WTCON); | 90 | S3C2410_WTCON_PRESCALE(0x20), S3C2410_WTCON); |
| 80 | 91 | ||
| 81 | /* wait for reset to assert... */ | 92 | /* wait for reset to assert... */ |
| 82 | mdelay(5000); | 93 | mdelay(500); |
| 83 | 94 | ||
| 84 | printk(KERN_ERR "Watchdog reset failed to assert reset\n"); | 95 | printk(KERN_ERR "Watchdog reset failed to assert reset\n"); |
| 85 | 96 | ||
| 97 | /* delay to allow the serial port to show the message */ | ||
| 98 | mdelay(50); | ||
| 99 | |||
| 86 | /* we'll take a jump through zero as a poor second */ | 100 | /* we'll take a jump through zero as a poor second */ |
| 87 | cpu_reset(0); | 101 | cpu_reset(0); |
| 88 | } | 102 | } |
diff --git a/include/asm-arm/fpstate.h b/include/asm-arm/fpstate.h index f31cda5a55ee..392eb5332323 100644 --- a/include/asm-arm/fpstate.h +++ b/include/asm-arm/fpstate.h | |||
| @@ -17,14 +17,18 @@ | |||
| 17 | /* | 17 | /* |
| 18 | * VFP storage area has: | 18 | * VFP storage area has: |
| 19 | * - FPEXC, FPSCR, FPINST and FPINST2. | 19 | * - FPEXC, FPSCR, FPINST and FPINST2. |
| 20 | * - 16 double precision data registers | 20 | * - 16 or 32 double precision data registers |
| 21 | * - an implementation-dependant word of state for FLDMX/FSTMX | 21 | * - an implementation-dependant word of state for FLDMX/FSTMX (pre-ARMv6) |
| 22 | * | 22 | * |
| 23 | * FPEXC will always be non-zero once the VFP has been used in this process. | 23 | * FPEXC will always be non-zero once the VFP has been used in this process. |
| 24 | */ | 24 | */ |
| 25 | 25 | ||
| 26 | struct vfp_hard_struct { | 26 | struct vfp_hard_struct { |
| 27 | #ifdef CONFIG_VFPv3 | ||
| 28 | __u64 fpregs[32]; | ||
| 29 | #else | ||
| 27 | __u64 fpregs[16]; | 30 | __u64 fpregs[16]; |
| 31 | #endif | ||
| 28 | #if __LINUX_ARM_ARCH__ < 6 | 32 | #if __LINUX_ARM_ARCH__ < 6 |
| 29 | __u32 fpmx_state; | 33 | __u32 fpmx_state; |
| 30 | #endif | 34 | #endif |
| @@ -35,6 +39,7 @@ struct vfp_hard_struct { | |||
| 35 | */ | 39 | */ |
| 36 | __u32 fpinst; | 40 | __u32 fpinst; |
| 37 | __u32 fpinst2; | 41 | __u32 fpinst2; |
| 42 | |||
| 38 | #ifdef CONFIG_SMP | 43 | #ifdef CONFIG_SMP |
| 39 | __u32 cpu; | 44 | __u32 cpu; |
| 40 | #endif | 45 | #endif |
diff --git a/include/asm-arm/kprobes.h b/include/asm-arm/kprobes.h new file mode 100644 index 000000000000..4e7bd32288ae --- /dev/null +++ b/include/asm-arm/kprobes.h | |||
| @@ -0,0 +1,79 @@ | |||
| 1 | /* | ||
| 2 | * include/asm-arm/kprobes.h | ||
| 3 | * | ||
| 4 | * Copyright (C) 2006, 2007 Motorola Inc. | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 as | ||
| 8 | * published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 13 | * General Public License for more details. | ||
| 14 | */ | ||
| 15 | |||
| 16 | #ifndef _ARM_KPROBES_H | ||
| 17 | #define _ARM_KPROBES_H | ||
| 18 | |||
| 19 | #include <linux/types.h> | ||
| 20 | #include <linux/ptrace.h> | ||
| 21 | #include <linux/percpu.h> | ||
| 22 | |||
| 23 | #define ARCH_SUPPORTS_KRETPROBES | ||
| 24 | #define __ARCH_WANT_KPROBES_INSN_SLOT | ||
| 25 | #define MAX_INSN_SIZE 2 | ||
| 26 | #define MAX_STACK_SIZE 64 /* 32 would probably be OK */ | ||
| 27 | |||
| 28 | /* | ||
| 29 | * This undefined instruction must be unique and | ||
| 30 | * reserved solely for kprobes' use. | ||
| 31 | */ | ||
| 32 | #define KPROBE_BREAKPOINT_INSTRUCTION 0xe7f001f8 | ||
| 33 | |||
| 34 | #define regs_return_value(regs) ((regs)->ARM_r0) | ||
| 35 | #define flush_insn_slot(p) do { } while (0) | ||
| 36 | #define kretprobe_blacklist_size 0 | ||
| 37 | |||
| 38 | typedef u32 kprobe_opcode_t; | ||
| 39 | |||
| 40 | struct kprobe; | ||
| 41 | typedef void (kprobe_insn_handler_t)(struct kprobe *, struct pt_regs *); | ||
| 42 | |||
| 43 | /* Architecture specific copy of original instruction. */ | ||
| 44 | struct arch_specific_insn { | ||
| 45 | kprobe_opcode_t *insn; | ||
| 46 | kprobe_insn_handler_t *insn_handler; | ||
| 47 | }; | ||
| 48 | |||
| 49 | struct prev_kprobe { | ||
| 50 | struct kprobe *kp; | ||
| 51 | unsigned int status; | ||
| 52 | }; | ||
| 53 | |||
| 54 | /* per-cpu kprobe control block */ | ||
| 55 | struct kprobe_ctlblk { | ||
| 56 | unsigned int kprobe_status; | ||
| 57 | struct prev_kprobe prev_kprobe; | ||
| 58 | struct pt_regs jprobe_saved_regs; | ||
| 59 | char jprobes_stack[MAX_STACK_SIZE]; | ||
| 60 | }; | ||
| 61 | |||
| 62 | void arch_remove_kprobe(struct kprobe *); | ||
| 63 | |||
| 64 | int kprobe_trap_handler(struct pt_regs *regs, unsigned int instr); | ||
| 65 | int kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr); | ||
| 66 | int kprobe_exceptions_notify(struct notifier_block *self, | ||
| 67 | unsigned long val, void *data); | ||
| 68 | |||
| 69 | enum kprobe_insn { | ||
| 70 | INSN_REJECTED, | ||
| 71 | INSN_GOOD, | ||
| 72 | INSN_GOOD_NO_SLOT | ||
| 73 | }; | ||
| 74 | |||
| 75 | enum kprobe_insn arm_kprobe_decode_insn(kprobe_opcode_t, | ||
| 76 | struct arch_specific_insn *); | ||
| 77 | void __init arm_kprobe_decode_init(void); | ||
| 78 | |||
| 79 | #endif /* _ARM_KPROBES_H */ | ||
diff --git a/include/asm-arm/plat-s3c24xx/dma.h b/include/asm-arm/plat-s3c24xx/dma.h index 2c59406435e5..c78efe316fc8 100644 --- a/include/asm-arm/plat-s3c24xx/dma.h +++ b/include/asm-arm/plat-s3c24xx/dma.h | |||
| @@ -32,6 +32,7 @@ struct s3c24xx_dma_map { | |||
| 32 | struct s3c24xx_dma_addr hw_addr; | 32 | struct s3c24xx_dma_addr hw_addr; |
| 33 | 33 | ||
| 34 | unsigned long channels[S3C2410_DMA_CHANNELS]; | 34 | unsigned long channels[S3C2410_DMA_CHANNELS]; |
| 35 | unsigned long channels_rx[S3C2410_DMA_CHANNELS]; | ||
| 35 | }; | 36 | }; |
| 36 | 37 | ||
| 37 | struct s3c24xx_dma_selection { | 38 | struct s3c24xx_dma_selection { |
| @@ -41,6 +42,10 @@ struct s3c24xx_dma_selection { | |||
| 41 | 42 | ||
| 42 | void (*select)(struct s3c2410_dma_chan *chan, | 43 | void (*select)(struct s3c2410_dma_chan *chan, |
| 43 | struct s3c24xx_dma_map *map); | 44 | struct s3c24xx_dma_map *map); |
| 45 | |||
| 46 | void (*direction)(struct s3c2410_dma_chan *chan, | ||
| 47 | struct s3c24xx_dma_map *map, | ||
| 48 | enum s3c2410_dmasrc dir); | ||
| 44 | }; | 49 | }; |
| 45 | 50 | ||
| 46 | extern int s3c24xx_dma_init_map(struct s3c24xx_dma_selection *sel); | 51 | extern int s3c24xx_dma_init_map(struct s3c24xx_dma_selection *sel); |
diff --git a/include/asm-arm/plat-s3c24xx/irq.h b/include/asm-arm/plat-s3c24xx/irq.h index 8af6d9579b31..45746a995343 100644 --- a/include/asm-arm/plat-s3c24xx/irq.h +++ b/include/asm-arm/plat-s3c24xx/irq.h | |||
| @@ -15,7 +15,9 @@ | |||
| 15 | 15 | ||
| 16 | #define EXTINT_OFF (IRQ_EINT4 - 4) | 16 | #define EXTINT_OFF (IRQ_EINT4 - 4) |
| 17 | 17 | ||
| 18 | /* these are exported for arch/arm/mach-* usage */ | ||
| 18 | extern struct irq_chip s3c_irq_level_chip; | 19 | extern struct irq_chip s3c_irq_level_chip; |
| 20 | extern struct irq_chip s3c_irq_chip; | ||
| 19 | 21 | ||
| 20 | static inline void | 22 | static inline void |
| 21 | s3c_irqsub_mask(unsigned int irqno, unsigned int parentbit, | 23 | s3c_irqsub_mask(unsigned int irqno, unsigned int parentbit, |
diff --git a/include/asm-arm/plat-s3c24xx/regs-s3c2412-iis.h b/include/asm-arm/plat-s3c24xx/regs-s3c2412-iis.h new file mode 100644 index 000000000000..25d4058bcfed --- /dev/null +++ b/include/asm-arm/plat-s3c24xx/regs-s3c2412-iis.h | |||
| @@ -0,0 +1,72 @@ | |||
| 1 | /* linux/include/asm-arm/plat-s3c24xx/regs-s3c2412-iis.h | ||
| 2 | * | ||
| 3 | * Copyright 2007 Simtec Electronics <linux@simtec.co.uk> | ||
| 4 | * http://armlinux.simtec.co.uk/ | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 as | ||
| 8 | * published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * S3C2412 IIS register definition | ||
| 11 | */ | ||
| 12 | |||
| 13 | #ifndef __ASM_ARCH_REGS_S3C2412_IIS_H | ||
| 14 | #define __ASM_ARCH_REGS_S3C2412_IIS_H | ||
| 15 | |||
| 16 | #define S3C2412_IISCON (0x00) | ||
| 17 | #define S3C2412_IISMOD (0x04) | ||
| 18 | #define S3C2412_IISFIC (0x08) | ||
| 19 | #define S3C2412_IISPSR (0x0C) | ||
| 20 | #define S3C2412_IISTXD (0x10) | ||
| 21 | #define S3C2412_IISRXD (0x14) | ||
| 22 | |||
| 23 | #define S3C2412_IISCON_LRINDEX (1 << 11) | ||
| 24 | #define S3C2412_IISCON_TXFIFO_EMPTY (1 << 10) | ||
| 25 | #define S3C2412_IISCON_RXFIFO_EMPTY (1 << 9) | ||
| 26 | #define S3C2412_IISCON_TXFIFO_FULL (1 << 8) | ||
| 27 | #define S3C2412_IISCON_RXFIFO_FULL (1 << 7) | ||
| 28 | #define S3C2412_IISCON_TXDMA_PAUSE (1 << 6) | ||
| 29 | #define S3C2412_IISCON_RXDMA_PAUSE (1 << 5) | ||
| 30 | #define S3C2412_IISCON_TXCH_PAUSE (1 << 4) | ||
| 31 | #define S3C2412_IISCON_RXCH_PAUSE (1 << 3) | ||
| 32 | #define S3C2412_IISCON_TXDMA_ACTIVE (1 << 2) | ||
| 33 | #define S3C2412_IISCON_RXDMA_ACTIVE (1 << 1) | ||
| 34 | #define S3C2412_IISCON_IIS_ACTIVE (1 << 0) | ||
| 35 | |||
| 36 | #define S3C2412_IISMOD_MASTER_INTERNAL (0 << 10) | ||
| 37 | #define S3C2412_IISMOD_MASTER_EXTERNAL (1 << 10) | ||
| 38 | #define S3C2412_IISMOD_SLAVE (2 << 10) | ||
| 39 | #define S3C2412_IISMOD_MASTER_MASK (3 << 10) | ||
| 40 | #define S3C2412_IISMOD_MODE_TXONLY (0 << 8) | ||
| 41 | #define S3C2412_IISMOD_MODE_RXONLY (1 << 8) | ||
| 42 | #define S3C2412_IISMOD_MODE_TXRX (2 << 8) | ||
| 43 | #define S3C2412_IISMOD_MODE_MASK (3 << 8) | ||
| 44 | #define S3C2412_IISMOD_LR_LLOW (0 << 7) | ||
| 45 | #define S3C2412_IISMOD_LR_RLOW (1 << 7) | ||
| 46 | #define S3C2412_IISMOD_SDF_IIS (0 << 5) | ||
| 47 | #define S3C2412_IISMOD_SDF_MSB (0 << 5) | ||
| 48 | #define S3C2412_IISMOD_SDF_LSB (0 << 5) | ||
| 49 | #define S3C2412_IISMOD_SDF_MASK (3 << 5) | ||
| 50 | #define S3C2412_IISMOD_RCLK_256FS (0 << 3) | ||
| 51 | #define S3C2412_IISMOD_RCLK_512FS (1 << 3) | ||
| 52 | #define S3C2412_IISMOD_RCLK_384FS (2 << 3) | ||
| 53 | #define S3C2412_IISMOD_RCLK_768FS (3 << 3) | ||
| 54 | #define S3C2412_IISMOD_RCLK_MASK (3 << 3) | ||
| 55 | #define S3C2412_IISMOD_BCLK_32FS (0 << 1) | ||
| 56 | #define S3C2412_IISMOD_BCLK_48FS (1 << 1) | ||
| 57 | #define S3C2412_IISMOD_BCLK_16FS (2 << 1) | ||
| 58 | #define S3C2412_IISMOD_BCLK_24FS (3 << 1) | ||
| 59 | #define S3C2412_IISMOD_BCLK_MASK (3 << 1) | ||
| 60 | #define S3C2412_IISMOD_8BIT (1 << 0) | ||
| 61 | |||
| 62 | #define S3C2412_IISPSR_PSREN (1 << 15) | ||
| 63 | |||
| 64 | #define S3C2412_IISFIC_TXFLUSH (1 << 15) | ||
| 65 | #define S3C2412_IISFIC_RXFLUSH (1 << 7) | ||
| 66 | #define S3C2412_IISFIC_TXCOUNT(x) (((x) >> 8) & 0xf) | ||
| 67 | #define S3C2412_IISFIC_RXCOUNT(x) (((x) >> 0) & 0xf) | ||
| 68 | |||
| 69 | |||
| 70 | |||
| 71 | #endif /* __ASM_ARCH_REGS_S3C2412_IIS_H */ | ||
| 72 | |||
diff --git a/include/asm-arm/plat-s3c24xx/regs-spi.h b/include/asm-arm/plat-s3c24xx/regs-spi.h index 4a499a138256..ea565b007d04 100644 --- a/include/asm-arm/plat-s3c24xx/regs-spi.h +++ b/include/asm-arm/plat-s3c24xx/regs-spi.h | |||
| @@ -17,6 +17,21 @@ | |||
| 17 | 17 | ||
| 18 | #define S3C2410_SPCON (0x00) | 18 | #define S3C2410_SPCON (0x00) |
| 19 | 19 | ||
| 20 | #define S3C2412_SPCON_RXFIFO_RB2 (0<<14) | ||
| 21 | #define S3C2412_SPCON_RXFIFO_RB4 (1<<14) | ||
| 22 | #define S3C2412_SPCON_RXFIFO_RB12 (2<<14) | ||
| 23 | #define S3C2412_SPCON_RXFIFO_RB14 (3<<14) | ||
| 24 | #define S3C2412_SPCON_TXFIFO_RB2 (0<<12) | ||
| 25 | #define S3C2412_SPCON_TXFIFO_RB4 (1<<12) | ||
| 26 | #define S3C2412_SPCON_TXFIFO_RB12 (2<<12) | ||
| 27 | #define S3C2412_SPCON_TXFIFO_RB14 (3<<12) | ||
| 28 | #define S3C2412_SPCON_RXFIFO_RESET (1<<11) /* RxFIFO reset */ | ||
| 29 | #define S3C2412_SPCON_TXFIFO_RESET (1<<10) /* TxFIFO reset */ | ||
| 30 | #define S3C2412_SPCON_RXFIFO_EN (1<<9) /* RxFIFO Enable */ | ||
| 31 | #define S3C2412_SPCON_TXFIFO_EN (1<<8) /* TxFIFO Enable */ | ||
| 32 | |||
| 33 | #define S3C2412_SPCON_DIRC_RX (1<<7) | ||
| 34 | |||
| 20 | #define S3C2410_SPCON_SMOD_DMA (2<<5) /* DMA mode */ | 35 | #define S3C2410_SPCON_SMOD_DMA (2<<5) /* DMA mode */ |
| 21 | #define S3C2410_SPCON_SMOD_INT (1<<5) /* interrupt mode */ | 36 | #define S3C2410_SPCON_SMOD_INT (1<<5) /* interrupt mode */ |
| 22 | #define S3C2410_SPCON_SMOD_POLL (0<<5) /* polling mode */ | 37 | #define S3C2410_SPCON_SMOD_POLL (0<<5) /* polling mode */ |
| @@ -34,10 +49,19 @@ | |||
| 34 | 49 | ||
| 35 | #define S3C2410_SPSTA (0x04) | 50 | #define S3C2410_SPSTA (0x04) |
| 36 | 51 | ||
| 52 | #define S3C2412_SPSTA_RXFIFO_AE (1<<11) | ||
| 53 | #define S3C2412_SPSTA_TXFIFO_AE (1<<10) | ||
| 54 | #define S3C2412_SPSTA_RXFIFO_ERROR (1<<9) | ||
| 55 | #define S3C2412_SPSTA_TXFIFO_ERROR (1<<8) | ||
| 56 | #define S3C2412_SPSTA_RXFIFO_FIFO (1<<7) | ||
| 57 | #define S3C2412_SPSTA_RXFIFO_EMPTY (1<<6) | ||
| 58 | #define S3C2412_SPSTA_TXFIFO_NFULL (1<<5) | ||
| 59 | #define S3C2412_SPSTA_TXFIFO_EMPTY (1<<4) | ||
| 60 | |||
| 37 | #define S3C2410_SPSTA_DCOL (1<<2) /* Data Collision Error */ | 61 | #define S3C2410_SPSTA_DCOL (1<<2) /* Data Collision Error */ |
| 38 | #define S3C2410_SPSTA_MULD (1<<1) /* Multi Master Error */ | 62 | #define S3C2410_SPSTA_MULD (1<<1) /* Multi Master Error */ |
| 39 | #define S3C2410_SPSTA_READY (1<<0) /* Data Tx/Rx ready */ | 63 | #define S3C2410_SPSTA_READY (1<<0) /* Data Tx/Rx ready */ |
| 40 | 64 | #define S3C2412_SPSTA_READY_ORG (1<<3) | |
| 41 | 65 | ||
| 42 | #define S3C2410_SPPIN (0x08) | 66 | #define S3C2410_SPPIN (0x08) |
| 43 | 67 | ||
| @@ -46,9 +70,13 @@ | |||
| 46 | #define S3C2400_SPPIN_nCS (1<<1) /* SPI Card Select */ | 70 | #define S3C2400_SPPIN_nCS (1<<1) /* SPI Card Select */ |
| 47 | #define S3C2410_SPPIN_KEEP (1<<0) /* Master Out keep */ | 71 | #define S3C2410_SPPIN_KEEP (1<<0) /* Master Out keep */ |
| 48 | 72 | ||
| 49 | |||
| 50 | #define S3C2410_SPPRE (0x0C) | 73 | #define S3C2410_SPPRE (0x0C) |
| 51 | #define S3C2410_SPTDAT (0x10) | 74 | #define S3C2410_SPTDAT (0x10) |
| 52 | #define S3C2410_SPRDAT (0x14) | 75 | #define S3C2410_SPRDAT (0x14) |
| 53 | 76 | ||
| 77 | #define S3C2412_TXFIFO (0x18) | ||
| 78 | #define S3C2412_RXFIFO (0x18) | ||
| 79 | #define S3C2412_SPFIC (0x24) | ||
| 80 | |||
| 81 | |||
| 54 | #endif /* __ASM_ARCH_REGS_SPI_H */ | 82 | #endif /* __ASM_ARCH_REGS_SPI_H */ |
diff --git a/include/asm-arm/traps.h b/include/asm-arm/traps.h index d4f34dc83eb0..f1541afcf85c 100644 --- a/include/asm-arm/traps.h +++ b/include/asm-arm/traps.h | |||
| @@ -15,4 +15,13 @@ struct undef_hook { | |||
| 15 | void register_undef_hook(struct undef_hook *hook); | 15 | void register_undef_hook(struct undef_hook *hook); |
| 16 | void unregister_undef_hook(struct undef_hook *hook); | 16 | void unregister_undef_hook(struct undef_hook *hook); |
| 17 | 17 | ||
| 18 | static inline int in_exception_text(unsigned long ptr) | ||
| 19 | { | ||
| 20 | extern char __exception_text_start[]; | ||
| 21 | extern char __exception_text_end[]; | ||
| 22 | |||
| 23 | return ptr >= (unsigned long)&__exception_text_start && | ||
| 24 | ptr < (unsigned long)&__exception_text_end; | ||
| 25 | } | ||
| 26 | |||
| 18 | #endif | 27 | #endif |
diff --git a/include/asm-arm/vfp.h b/include/asm-arm/vfp.h index bd6be9d7f772..5f9a2cb3d452 100644 --- a/include/asm-arm/vfp.h +++ b/include/asm-arm/vfp.h | |||
| @@ -7,7 +7,11 @@ | |||
| 7 | 7 | ||
| 8 | #define FPSID cr0 | 8 | #define FPSID cr0 |
| 9 | #define FPSCR cr1 | 9 | #define FPSCR cr1 |
| 10 | #define MVFR1 cr6 | ||
| 11 | #define MVFR0 cr7 | ||
| 10 | #define FPEXC cr8 | 12 | #define FPEXC cr8 |
| 13 | #define FPINST cr9 | ||
| 14 | #define FPINST2 cr10 | ||
| 11 | 15 | ||
| 12 | /* FPSID bits */ | 16 | /* FPSID bits */ |
| 13 | #define FPSID_IMPLEMENTER_BIT (24) | 17 | #define FPSID_IMPLEMENTER_BIT (24) |
| @@ -28,6 +32,19 @@ | |||
| 28 | /* FPEXC bits */ | 32 | /* FPEXC bits */ |
| 29 | #define FPEXC_EX (1 << 31) | 33 | #define FPEXC_EX (1 << 31) |
| 30 | #define FPEXC_EN (1 << 30) | 34 | #define FPEXC_EN (1 << 30) |
| 35 | #define FPEXC_DEX (1 << 29) | ||
| 36 | #define FPEXC_FP2V (1 << 28) | ||
| 37 | #define FPEXC_VV (1 << 27) | ||
| 38 | #define FPEXC_TFV (1 << 26) | ||
| 39 | #define FPEXC_LENGTH_BIT (8) | ||
| 40 | #define FPEXC_LENGTH_MASK (7 << FPEXC_LENGTH_BIT) | ||
| 41 | #define FPEXC_IDF (1 << 7) | ||
| 42 | #define FPEXC_IXF (1 << 4) | ||
| 43 | #define FPEXC_UFF (1 << 3) | ||
| 44 | #define FPEXC_OFF (1 << 2) | ||
| 45 | #define FPEXC_DZF (1 << 1) | ||
| 46 | #define FPEXC_IOF (1 << 0) | ||
| 47 | #define FPEXC_TRAP_MASK (FPEXC_IDF|FPEXC_IXF|FPEXC_UFF|FPEXC_OFF|FPEXC_DZF|FPEXC_IOF) | ||
| 31 | 48 | ||
| 32 | /* FPSCR bits */ | 49 | /* FPSCR bits */ |
| 33 | #define FPSCR_DEFAULT_NAN (1<<25) | 50 | #define FPSCR_DEFAULT_NAN (1<<25) |
| @@ -55,20 +72,9 @@ | |||
| 55 | #define FPSCR_IXC (1<<4) | 72 | #define FPSCR_IXC (1<<4) |
| 56 | #define FPSCR_IDC (1<<7) | 73 | #define FPSCR_IDC (1<<7) |
| 57 | 74 | ||
| 58 | /* | 75 | /* MVFR0 bits */ |
| 59 | * VFP9-S specific. | 76 | #define MVFR0_A_SIMD_BIT (0) |
| 60 | */ | 77 | #define MVFR0_A_SIMD_MASK (0xf << MVFR0_A_SIMD_BIT) |
| 61 | #define FPINST cr9 | ||
| 62 | #define FPINST2 cr10 | ||
| 63 | |||
| 64 | /* FPEXC bits */ | ||
| 65 | #define FPEXC_FPV2 (1<<28) | ||
| 66 | #define FPEXC_LENGTH_BIT (8) | ||
| 67 | #define FPEXC_LENGTH_MASK (7 << FPEXC_LENGTH_BIT) | ||
| 68 | #define FPEXC_INV (1 << 7) | ||
| 69 | #define FPEXC_UFC (1 << 3) | ||
| 70 | #define FPEXC_OFC (1 << 2) | ||
| 71 | #define FPEXC_IOC (1 << 0) | ||
| 72 | 78 | ||
| 73 | /* Bit patterns for decoding the packaged operation descriptors */ | 79 | /* Bit patterns for decoding the packaged operation descriptors */ |
| 74 | #define VFPOPDESC_LENGTH_BIT (9) | 80 | #define VFPOPDESC_LENGTH_BIT (9) |
diff --git a/include/asm-arm/vfpmacros.h b/include/asm-arm/vfpmacros.h index 27fe028b4e72..cccb3892e73c 100644 --- a/include/asm-arm/vfpmacros.h +++ b/include/asm-arm/vfpmacros.h | |||
| @@ -15,19 +15,33 @@ | |||
| 15 | .endm | 15 | .endm |
| 16 | 16 | ||
| 17 | @ read all the working registers back into the VFP | 17 | @ read all the working registers back into the VFP |
| 18 | .macro VFPFLDMIA, base | 18 | .macro VFPFLDMIA, base, tmp |
| 19 | #if __LINUX_ARM_ARCH__ < 6 | 19 | #if __LINUX_ARM_ARCH__ < 6 |
| 20 | LDC p11, cr0, [\base],#33*4 @ FLDMIAX \base!, {d0-d15} | 20 | LDC p11, cr0, [\base],#33*4 @ FLDMIAX \base!, {d0-d15} |
| 21 | #else | 21 | #else |
| 22 | LDC p11, cr0, [\base],#32*4 @ FLDMIAD \base!, {d0-d15} | 22 | LDC p11, cr0, [\base],#32*4 @ FLDMIAD \base!, {d0-d15} |
| 23 | #endif | 23 | #endif |
| 24 | #ifdef CONFIG_VFPv3 | ||
| 25 | VFPFMRX \tmp, MVFR0 @ Media and VFP Feature Register 0 | ||
| 26 | and \tmp, \tmp, #MVFR0_A_SIMD_MASK @ A_SIMD field | ||
| 27 | cmp \tmp, #2 @ 32 x 64bit registers? | ||
| 28 | ldceql p11, cr0, [\base],#32*4 @ FLDMIAD \base!, {d16-d31} | ||
| 29 | addne \base, \base, #32*4 @ step over unused register space | ||
| 30 | #endif | ||
| 24 | .endm | 31 | .endm |
| 25 | 32 | ||
| 26 | @ write all the working registers out of the VFP | 33 | @ write all the working registers out of the VFP |
| 27 | .macro VFPFSTMIA, base | 34 | .macro VFPFSTMIA, base, tmp |
| 28 | #if __LINUX_ARM_ARCH__ < 6 | 35 | #if __LINUX_ARM_ARCH__ < 6 |
| 29 | STC p11, cr0, [\base],#33*4 @ FSTMIAX \base!, {d0-d15} | 36 | STC p11, cr0, [\base],#33*4 @ FSTMIAX \base!, {d0-d15} |
| 30 | #else | 37 | #else |
| 31 | STC p11, cr0, [\base],#32*4 @ FSTMIAD \base!, {d0-d15} | 38 | STC p11, cr0, [\base],#32*4 @ FSTMIAD \base!, {d0-d15} |
| 32 | #endif | 39 | #endif |
| 40 | #ifdef CONFIG_VFPv3 | ||
| 41 | VFPFMRX \tmp, MVFR0 @ Media and VFP Feature Register 0 | ||
| 42 | and \tmp, \tmp, #MVFR0_A_SIMD_MASK @ A_SIMD field | ||
| 43 | cmp \tmp, #2 @ 32 x 64bit registers? | ||
| 44 | stceql p11, cr0, [\base],#32*4 @ FSTMIAD \base!, {d16-d31} | ||
| 45 | addne \base, \base, #32*4 @ step over unused register space | ||
| 46 | #endif | ||
| 33 | .endm | 47 | .endm |
diff --git a/include/asm-avr32/arch-at32ap/cpu.h b/include/asm-avr32/arch-at32ap/cpu.h index 0dc20261c1ea..44d0bfa1f409 100644 --- a/include/asm-avr32/arch-at32ap/cpu.h +++ b/include/asm-avr32/arch-at32ap/cpu.h | |||
| @@ -30,5 +30,6 @@ | |||
| 30 | #define cpu_is_at91sam9261() (0) | 30 | #define cpu_is_at91sam9261() (0) |
| 31 | #define cpu_is_at91sam9263() (0) | 31 | #define cpu_is_at91sam9263() (0) |
| 32 | #define cpu_is_at91sam9rl() (0) | 32 | #define cpu_is_at91sam9rl() (0) |
| 33 | #define cpu_is_at91cap9() (0) | ||
| 33 | 34 | ||
| 34 | #endif /* __ASM_ARCH_CPU_H */ | 35 | #endif /* __ASM_ARCH_CPU_H */ |
diff --git a/sound/oss/waveartist.c b/sound/oss/waveartist.c index b48c72923a13..88490418f932 100644 --- a/sound/oss/waveartist.c +++ b/sound/oss/waveartist.c | |||
| @@ -835,7 +835,7 @@ static struct audio_driver waveartist_audio_driver = { | |||
| 835 | static irqreturn_t | 835 | static irqreturn_t |
| 836 | waveartist_intr(int irq, void *dev_id) | 836 | waveartist_intr(int irq, void *dev_id) |
| 837 | { | 837 | { |
| 838 | wavnc_info *devc = (wavnc_info *)dev_id; | 838 | wavnc_info *devc = dev_id; |
| 839 | int irqstatus, status; | 839 | int irqstatus, status; |
| 840 | 840 | ||
| 841 | spin_lock(&waveartist_lock); | 841 | spin_lock(&waveartist_lock); |
