diff options
300 files changed, 9565 insertions, 2106 deletions
diff --git a/Documentation/filesystems/ocfs2.txt b/Documentation/filesystems/ocfs2.txt index c2a0871280a0..c58b9f5ba002 100644 --- a/Documentation/filesystems/ocfs2.txt +++ b/Documentation/filesystems/ocfs2.txt | |||
| @@ -20,15 +20,16 @@ Lots of code taken from ext3 and other projects. | |||
| 20 | Authors in alphabetical order: | 20 | Authors in alphabetical order: |
| 21 | Joel Becker <joel.becker@oracle.com> | 21 | Joel Becker <joel.becker@oracle.com> |
| 22 | Zach Brown <zach.brown@oracle.com> | 22 | Zach Brown <zach.brown@oracle.com> |
| 23 | Mark Fasheh <mark.fasheh@oracle.com> | 23 | Mark Fasheh <mfasheh@suse.com> |
| 24 | Kurt Hackel <kurt.hackel@oracle.com> | 24 | Kurt Hackel <kurt.hackel@oracle.com> |
| 25 | Tao Ma <tao.ma@oracle.com> | ||
| 25 | Sunil Mushran <sunil.mushran@oracle.com> | 26 | Sunil Mushran <sunil.mushran@oracle.com> |
| 26 | Manish Singh <manish.singh@oracle.com> | 27 | Manish Singh <manish.singh@oracle.com> |
| 28 | Tiger Yang <tiger.yang@oracle.com> | ||
| 27 | 29 | ||
| 28 | Caveats | 30 | Caveats |
| 29 | ======= | 31 | ======= |
| 30 | Features which OCFS2 does not support yet: | 32 | Features which OCFS2 does not support yet: |
| 31 | - quotas | ||
| 32 | - Directory change notification (F_NOTIFY) | 33 | - Directory change notification (F_NOTIFY) |
| 33 | - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease) | 34 | - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease) |
| 34 | 35 | ||
| @@ -70,7 +71,6 @@ commit=nrsec (*) Ocfs2 can be told to sync all its data and metadata | |||
| 70 | performance. | 71 | performance. |
| 71 | localalloc=8(*) Allows custom localalloc size in MB. If the value is too | 72 | localalloc=8(*) Allows custom localalloc size in MB. If the value is too |
| 72 | large, the fs will silently revert it to the default. | 73 | large, the fs will silently revert it to the default. |
| 73 | Localalloc is not enabled for local mounts. | ||
| 74 | localflocks This disables cluster aware flock. | 74 | localflocks This disables cluster aware flock. |
| 75 | inode64 Indicates that Ocfs2 is allowed to create inodes at | 75 | inode64 Indicates that Ocfs2 is allowed to create inodes at |
| 76 | any location in the filesystem, including those which | 76 | any location in the filesystem, including those which |
diff --git a/Documentation/vm/page-types.c b/Documentation/vm/page-types.c index 3ec4f2a22585..4793c6aac733 100644 --- a/Documentation/vm/page-types.c +++ b/Documentation/vm/page-types.c | |||
| @@ -218,7 +218,7 @@ static void fatal(const char *x, ...) | |||
| 218 | exit(EXIT_FAILURE); | 218 | exit(EXIT_FAILURE); |
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | int checked_open(const char *pathname, int flags) | 221 | static int checked_open(const char *pathname, int flags) |
| 222 | { | 222 | { |
| 223 | int fd = open(pathname, flags); | 223 | int fd = open(pathname, flags); |
| 224 | 224 | ||
diff --git a/MAINTAINERS b/MAINTAINERS index 81d68d5b7eea..c824b4d62754 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -3084,9 +3084,13 @@ F: kernel/kgdb.c | |||
| 3084 | 3084 | ||
| 3085 | KMEMCHECK | 3085 | KMEMCHECK |
| 3086 | M: Vegard Nossum <vegardno@ifi.uio.no> | 3086 | M: Vegard Nossum <vegardno@ifi.uio.no> |
| 3087 | P Pekka Enberg | 3087 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
| 3088 | M: penberg@cs.helsinki.fi | ||
| 3089 | S: Maintained | 3088 | S: Maintained |
| 3089 | F: Documentation/kmemcheck.txt | ||
| 3090 | F: arch/x86/include/asm/kmemcheck.h | ||
| 3091 | F: arch/x86/mm/kmemcheck/ | ||
| 3092 | F: include/linux/kmemcheck.h | ||
| 3093 | F: mm/kmemcheck.c | ||
| 3090 | 3094 | ||
| 3091 | KMEMLEAK | 3095 | KMEMLEAK |
| 3092 | M: Catalin Marinas <catalin.marinas@arm.com> | 3096 | M: Catalin Marinas <catalin.marinas@arm.com> |
| @@ -4328,6 +4332,8 @@ F: drivers/video/aty/aty128fb.c | |||
| 4328 | 4332 | ||
| 4329 | RALINK RT2X00 WIRELESS LAN DRIVER | 4333 | RALINK RT2X00 WIRELESS LAN DRIVER |
| 4330 | P: rt2x00 project | 4334 | P: rt2x00 project |
| 4335 | M: Ivo van Doorn <IvDoorn@gmail.com> | ||
| 4336 | M: Gertjan van Wingerde <gwingerde@gmail.com> | ||
| 4331 | L: linux-wireless@vger.kernel.org | 4337 | L: linux-wireless@vger.kernel.org |
| 4332 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) | 4338 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) |
| 4333 | W: http://rt2x00.serialmonkey.com/ | 4339 | W: http://rt2x00.serialmonkey.com/ |
| @@ -4415,7 +4421,7 @@ RFKILL | |||
| 4415 | M: Johannes Berg <johannes@sipsolutions.net> | 4421 | M: Johannes Berg <johannes@sipsolutions.net> |
| 4416 | L: linux-wireless@vger.kernel.org | 4422 | L: linux-wireless@vger.kernel.org |
| 4417 | S: Maintained | 4423 | S: Maintained |
| 4418 | F Documentation/rfkill.txt | 4424 | F: Documentation/rfkill.txt |
| 4419 | F: net/rfkill/ | 4425 | F: net/rfkill/ |
| 4420 | 4426 | ||
| 4421 | RISCOM8 DRIVER | 4427 | RISCOM8 DRIVER |
| @@ -1,7 +1,7 @@ | |||
| 1 | VERSION = 2 | 1 | VERSION = 2 |
| 2 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
| 3 | SUBLEVEL = 32 | 3 | SUBLEVEL = 32 |
| 4 | EXTRAVERSION = -rc7 | 4 | EXTRAVERSION = -rc8 |
| 5 | NAME = Man-Eating Seals of Antiquity | 5 | NAME = Man-Eating Seals of Antiquity |
| 6 | 6 | ||
| 7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
| @@ -221,7 +221,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ | |||
| 221 | 221 | ||
| 222 | HOSTCC = gcc | 222 | HOSTCC = gcc |
| 223 | HOSTCXX = g++ | 223 | HOSTCXX = g++ |
| 224 | HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer | 224 | HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer |
| 225 | HOSTCXXFLAGS = -O2 | 225 | HOSTCXXFLAGS = -O2 |
| 226 | 226 | ||
| 227 | # Decide whether to build built-in, modular, or both. | 227 | # Decide whether to build built-in, modular, or both. |
diff --git a/arch/alpha/boot/tools/objstrip.c b/arch/alpha/boot/tools/objstrip.c index 9d0727d18aee..367d53d031fc 100644 --- a/arch/alpha/boot/tools/objstrip.c +++ b/arch/alpha/boot/tools/objstrip.c | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | const char * prog_name; | 35 | const char * prog_name; |
| 36 | 36 | ||
| 37 | 37 | ||
| 38 | void | 38 | static void |
| 39 | usage (void) | 39 | usage (void) |
| 40 | { | 40 | { |
| 41 | fprintf(stderr, | 41 | fprintf(stderr, |
diff --git a/arch/alpha/include/asm/fcntl.h b/arch/alpha/include/asm/fcntl.h index 73126e4dd639..25da0017ec87 100644 --- a/arch/alpha/include/asm/fcntl.h +++ b/arch/alpha/include/asm/fcntl.h | |||
| @@ -26,8 +26,6 @@ | |||
| 26 | #define F_GETOWN 6 /* for sockets. */ | 26 | #define F_GETOWN 6 /* for sockets. */ |
| 27 | #define F_SETSIG 10 /* for sockets. */ | 27 | #define F_SETSIG 10 /* for sockets. */ |
| 28 | #define F_GETSIG 11 /* for sockets. */ | 28 | #define F_GETSIG 11 /* for sockets. */ |
| 29 | #define F_SETOWN_EX 15 | ||
| 30 | #define F_GETOWN_EX 16 | ||
| 31 | 29 | ||
| 32 | /* for posix fcntl() and lockf() */ | 30 | /* for posix fcntl() and lockf() */ |
| 33 | #define F_RDLCK 1 | 31 | #define F_RDLCK 1 |
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 51a454bb40f9..7d0818797c85 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -433,6 +433,17 @@ config ARCH_L7200 | |||
| 433 | If you have any questions or comments about the Linux kernel port | 433 | If you have any questions or comments about the Linux kernel port |
| 434 | to this board, send e-mail to <sjhill@cotw.com>. | 434 | to this board, send e-mail to <sjhill@cotw.com>. |
| 435 | 435 | ||
| 436 | config ARCH_DOVE | ||
| 437 | bool "Marvell Dove" | ||
| 438 | select PCI | ||
| 439 | select GENERIC_GPIO | ||
| 440 | select ARCH_REQUIRE_GPIOLIB | ||
| 441 | select GENERIC_TIME | ||
| 442 | select GENERIC_CLOCKEVENTS | ||
| 443 | select PLAT_ORION | ||
| 444 | help | ||
| 445 | Support for the Marvell Dove SoC 88AP510 | ||
| 446 | |||
| 436 | config ARCH_KIRKWOOD | 447 | config ARCH_KIRKWOOD |
| 437 | bool "Marvell Kirkwood" | 448 | bool "Marvell Kirkwood" |
| 438 | select CPU_FEROCEON | 449 | select CPU_FEROCEON |
| @@ -747,6 +758,8 @@ source "arch/arm/mach-orion5x/Kconfig" | |||
| 747 | 758 | ||
| 748 | source "arch/arm/mach-kirkwood/Kconfig" | 759 | source "arch/arm/mach-kirkwood/Kconfig" |
| 749 | 760 | ||
| 761 | source "arch/arm/mach-dove/Kconfig" | ||
| 762 | |||
| 750 | source "arch/arm/plat-samsung/Kconfig" | 763 | source "arch/arm/plat-samsung/Kconfig" |
| 751 | source "arch/arm/plat-s3c24xx/Kconfig" | 764 | source "arch/arm/plat-s3c24xx/Kconfig" |
| 752 | source "arch/arm/plat-s3c64xx/Kconfig" | 765 | source "arch/arm/plat-s3c64xx/Kconfig" |
| @@ -811,6 +824,8 @@ config ARCH_ACORN | |||
| 811 | 824 | ||
| 812 | config PLAT_IOP | 825 | config PLAT_IOP |
| 813 | bool | 826 | bool |
| 827 | select GENERIC_CLOCKEVENTS | ||
| 828 | select GENERIC_TIME | ||
| 814 | 829 | ||
| 815 | config PLAT_ORION | 830 | config PLAT_ORION |
| 816 | bool | 831 | bool |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index df0d3a687f0a..8c0d08fbd991 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
| @@ -122,6 +122,7 @@ machine-$(CONFIG_ARCH_AT91) := at91 | |||
| 122 | machine-$(CONFIG_ARCH_BCMRING) := bcmring | 122 | machine-$(CONFIG_ARCH_BCMRING) := bcmring |
| 123 | machine-$(CONFIG_ARCH_CLPS711X) := clps711x | 123 | machine-$(CONFIG_ARCH_CLPS711X) := clps711x |
| 124 | machine-$(CONFIG_ARCH_DAVINCI) := davinci | 124 | machine-$(CONFIG_ARCH_DAVINCI) := davinci |
| 125 | machine-$(CONFIG_ARCH_DOVE) := dove | ||
| 125 | machine-$(CONFIG_ARCH_EBSA110) := ebsa110 | 126 | machine-$(CONFIG_ARCH_EBSA110) := ebsa110 |
| 126 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx | 127 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx |
| 127 | machine-$(CONFIG_ARCH_GEMINI) := gemini | 128 | machine-$(CONFIG_ARCH_GEMINI) := gemini |
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index fa6fbf45cf3b..d356af7cef82 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
| @@ -743,6 +743,12 @@ proc_types: | |||
| 743 | W(b) __armv4_mmu_cache_off | 743 | W(b) __armv4_mmu_cache_off |
| 744 | W(b) __armv6_mmu_cache_flush | 744 | W(b) __armv6_mmu_cache_flush |
| 745 | 745 | ||
| 746 | .word 0x560f5810 @ Marvell PJ4 ARMv6 | ||
| 747 | .word 0xff0ffff0 | ||
| 748 | W(b) __armv4_mmu_cache_on | ||
| 749 | W(b) __armv4_mmu_cache_off | ||
| 750 | W(b) __armv6_mmu_cache_flush | ||
| 751 | |||
| 746 | .word 0x000f0000 @ new CPU Id | 752 | .word 0x000f0000 @ new CPU Id |
| 747 | .word 0x000f0000 | 753 | .word 0x000f0000 |
| 748 | W(b) __armv7_mmu_cache_on | 754 | W(b) __armv7_mmu_cache_on |
diff --git a/arch/arm/configs/dove_defconfig b/arch/arm/configs/dove_defconfig new file mode 100644 index 000000000000..b3a491675d59 --- /dev/null +++ b/arch/arm/configs/dove_defconfig | |||
| @@ -0,0 +1,1620 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.32-rc6 | ||
| 4 | # Tue Nov 24 13:53:37 2009 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
| 8 | CONFIG_GENERIC_GPIO=y | ||
| 9 | CONFIG_GENERIC_TIME=y | ||
| 10 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
| 11 | CONFIG_GENERIC_HARDIRQS=y | ||
| 12 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 13 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 14 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 15 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
| 16 | CONFIG_HARDIRQS_SW_RESEND=y | ||
| 17 | CONFIG_GENERIC_IRQ_PROBE=y | ||
| 18 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 19 | CONFIG_GENERIC_HWEIGHT=y | ||
| 20 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 21 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
| 22 | CONFIG_VECTORS_BASE=0xffff0000 | ||
| 23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 24 | CONFIG_CONSTRUCTORS=y | ||
| 25 | |||
| 26 | # | ||
| 27 | # General setup | ||
| 28 | # | ||
| 29 | CONFIG_EXPERIMENTAL=y | ||
| 30 | CONFIG_BROKEN_ON_SMP=y | ||
| 31 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 32 | CONFIG_LOCALVERSION="" | ||
| 33 | CONFIG_LOCALVERSION_AUTO=y | ||
| 34 | CONFIG_SWAP=y | ||
| 35 | CONFIG_SYSVIPC=y | ||
| 36 | CONFIG_SYSVIPC_SYSCTL=y | ||
| 37 | # CONFIG_POSIX_MQUEUE is not set | ||
| 38 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 39 | # CONFIG_TASKSTATS is not set | ||
| 40 | # CONFIG_AUDIT is not set | ||
| 41 | |||
| 42 | # | ||
| 43 | # RCU Subsystem | ||
| 44 | # | ||
| 45 | CONFIG_TREE_RCU=y | ||
| 46 | # CONFIG_TREE_PREEMPT_RCU is not set | ||
| 47 | # CONFIG_RCU_TRACE is not set | ||
| 48 | CONFIG_RCU_FANOUT=32 | ||
| 49 | # CONFIG_RCU_FANOUT_EXACT is not set | ||
| 50 | # CONFIG_TREE_RCU_TRACE is not set | ||
| 51 | # CONFIG_IKCONFIG is not set | ||
| 52 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 53 | # CONFIG_GROUP_SCHED is not set | ||
| 54 | # CONFIG_CGROUPS is not set | ||
| 55 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | ||
| 56 | # CONFIG_RELAY is not set | ||
| 57 | # CONFIG_NAMESPACES is not set | ||
| 58 | # CONFIG_BLK_DEV_INITRD is not set | ||
| 59 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 60 | CONFIG_SYSCTL=y | ||
| 61 | CONFIG_ANON_INODES=y | ||
| 62 | CONFIG_EMBEDDED=y | ||
| 63 | CONFIG_UID16=y | ||
| 64 | CONFIG_SYSCTL_SYSCALL=y | ||
| 65 | CONFIG_KALLSYMS=y | ||
| 66 | # CONFIG_KALLSYMS_ALL is not set | ||
| 67 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 68 | CONFIG_HOTPLUG=y | ||
| 69 | CONFIG_PRINTK=y | ||
| 70 | CONFIG_BUG=y | ||
| 71 | CONFIG_ELF_CORE=y | ||
| 72 | CONFIG_BASE_FULL=y | ||
| 73 | CONFIG_FUTEX=y | ||
| 74 | CONFIG_EPOLL=y | ||
| 75 | CONFIG_SIGNALFD=y | ||
| 76 | CONFIG_TIMERFD=y | ||
| 77 | CONFIG_EVENTFD=y | ||
| 78 | CONFIG_SHMEM=y | ||
| 79 | CONFIG_AIO=y | ||
| 80 | |||
| 81 | # | ||
| 82 | # Kernel Performance Events And Counters | ||
| 83 | # | ||
| 84 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 85 | CONFIG_PCI_QUIRKS=y | ||
| 86 | CONFIG_COMPAT_BRK=y | ||
| 87 | CONFIG_SLAB=y | ||
| 88 | # CONFIG_SLUB is not set | ||
| 89 | # CONFIG_SLOB is not set | ||
| 90 | # CONFIG_PROFILING is not set | ||
| 91 | CONFIG_HAVE_OPROFILE=y | ||
| 92 | # CONFIG_KPROBES is not set | ||
| 93 | CONFIG_HAVE_KPROBES=y | ||
| 94 | CONFIG_HAVE_KRETPROBES=y | ||
| 95 | |||
| 96 | # | ||
| 97 | # GCOV-based kernel profiling | ||
| 98 | # | ||
| 99 | # CONFIG_GCOV_KERNEL is not set | ||
| 100 | # CONFIG_SLOW_WORK is not set | ||
| 101 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
| 102 | CONFIG_SLABINFO=y | ||
| 103 | CONFIG_RT_MUTEXES=y | ||
| 104 | CONFIG_BASE_SMALL=0 | ||
| 105 | CONFIG_MODULES=y | ||
| 106 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 107 | CONFIG_MODULE_UNLOAD=y | ||
| 108 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 109 | # CONFIG_MODVERSIONS is not set | ||
| 110 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 111 | CONFIG_BLOCK=y | ||
| 112 | CONFIG_LBDAF=y | ||
| 113 | # CONFIG_BLK_DEV_BSG is not set | ||
| 114 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 115 | |||
| 116 | # | ||
| 117 | # IO Schedulers | ||
| 118 | # | ||
| 119 | CONFIG_IOSCHED_NOOP=y | ||
| 120 | CONFIG_IOSCHED_AS=y | ||
| 121 | CONFIG_IOSCHED_DEADLINE=y | ||
| 122 | CONFIG_IOSCHED_CFQ=y | ||
| 123 | # CONFIG_DEFAULT_AS is not set | ||
| 124 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 125 | CONFIG_DEFAULT_CFQ=y | ||
| 126 | # CONFIG_DEFAULT_NOOP is not set | ||
| 127 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
| 128 | # CONFIG_FREEZER is not set | ||
| 129 | |||
| 130 | # | ||
| 131 | # System Type | ||
| 132 | # | ||
| 133 | CONFIG_MMU=y | ||
| 134 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 135 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 136 | # CONFIG_ARCH_REALVIEW is not set | ||
| 137 | # CONFIG_ARCH_VERSATILE is not set | ||
| 138 | # CONFIG_ARCH_AT91 is not set | ||
| 139 | # CONFIG_ARCH_CLPS711X is not set | ||
| 140 | # CONFIG_ARCH_GEMINI is not set | ||
| 141 | # CONFIG_ARCH_EBSA110 is not set | ||
| 142 | # CONFIG_ARCH_EP93XX is not set | ||
| 143 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 144 | # CONFIG_ARCH_MXC is not set | ||
| 145 | # CONFIG_ARCH_STMP3XXX is not set | ||
| 146 | # CONFIG_ARCH_NETX is not set | ||
| 147 | # CONFIG_ARCH_H720X is not set | ||
| 148 | # CONFIG_ARCH_NOMADIK is not set | ||
| 149 | # CONFIG_ARCH_IOP13XX is not set | ||
| 150 | # CONFIG_ARCH_IOP32X is not set | ||
| 151 | # CONFIG_ARCH_IOP33X is not set | ||
| 152 | # CONFIG_ARCH_IXP23XX is not set | ||
| 153 | # CONFIG_ARCH_IXP2000 is not set | ||
| 154 | # CONFIG_ARCH_IXP4XX is not set | ||
| 155 | # CONFIG_ARCH_L7200 is not set | ||
| 156 | CONFIG_ARCH_DOVE=y | ||
| 157 | # CONFIG_ARCH_KIRKWOOD is not set | ||
| 158 | # CONFIG_ARCH_LOKI is not set | ||
| 159 | # CONFIG_ARCH_MV78XX0 is not set | ||
| 160 | # CONFIG_ARCH_ORION5X is not set | ||
| 161 | # CONFIG_ARCH_MMP is not set | ||
| 162 | # CONFIG_ARCH_KS8695 is not set | ||
| 163 | # CONFIG_ARCH_NS9XXX is not set | ||
| 164 | # CONFIG_ARCH_W90X900 is not set | ||
| 165 | # CONFIG_ARCH_PNX4008 is not set | ||
| 166 | # CONFIG_ARCH_PXA is not set | ||
| 167 | # CONFIG_ARCH_MSM is not set | ||
| 168 | # CONFIG_ARCH_RPC is not set | ||
| 169 | # CONFIG_ARCH_SA1100 is not set | ||
| 170 | # CONFIG_ARCH_S3C2410 is not set | ||
| 171 | # CONFIG_ARCH_S3C64XX is not set | ||
| 172 | # CONFIG_ARCH_S5PC1XX is not set | ||
| 173 | # CONFIG_ARCH_SHARK is not set | ||
| 174 | # CONFIG_ARCH_LH7A40X is not set | ||
| 175 | # CONFIG_ARCH_U300 is not set | ||
| 176 | # CONFIG_ARCH_DAVINCI is not set | ||
| 177 | # CONFIG_ARCH_OMAP is not set | ||
| 178 | # CONFIG_ARCH_BCMRING is not set | ||
| 179 | |||
| 180 | # | ||
| 181 | # Marvell Dove Implementations | ||
| 182 | # | ||
| 183 | CONFIG_MACH_DOVE_DB=y | ||
| 184 | CONFIG_PLAT_ORION=y | ||
| 185 | |||
| 186 | # | ||
| 187 | # Processor Type | ||
| 188 | # | ||
| 189 | CONFIG_CPU_32=y | ||
| 190 | CONFIG_CPU_V6=y | ||
| 191 | CONFIG_CPU_32v6K=y | ||
| 192 | CONFIG_CPU_32v6=y | ||
| 193 | CONFIG_CPU_ABRT_EV6=y | ||
| 194 | CONFIG_CPU_PABRT_V6=y | ||
| 195 | CONFIG_CPU_CACHE_V6=y | ||
| 196 | CONFIG_CPU_CACHE_VIPT=y | ||
| 197 | CONFIG_CPU_COPY_V6=y | ||
| 198 | CONFIG_CPU_TLB_V6=y | ||
| 199 | CONFIG_CPU_HAS_ASID=y | ||
| 200 | CONFIG_CPU_CP15=y | ||
| 201 | CONFIG_CPU_CP15_MMU=y | ||
| 202 | |||
| 203 | # | ||
| 204 | # Processor Features | ||
| 205 | # | ||
| 206 | CONFIG_ARM_THUMB=y | ||
| 207 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 208 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 209 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
| 210 | CONFIG_OUTER_CACHE=y | ||
| 211 | CONFIG_CACHE_TAUROS2=y | ||
| 212 | CONFIG_ARM_L1_CACHE_SHIFT=5 | ||
| 213 | # CONFIG_ARM_ERRATA_411920 is not set | ||
| 214 | |||
| 215 | # | ||
| 216 | # Bus support | ||
| 217 | # | ||
| 218 | CONFIG_PCI=y | ||
| 219 | CONFIG_PCI_SYSCALL=y | ||
| 220 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
| 221 | CONFIG_PCI_LEGACY=y | ||
| 222 | # CONFIG_PCI_DEBUG is not set | ||
| 223 | # CONFIG_PCI_STUB is not set | ||
| 224 | # CONFIG_PCI_IOV is not set | ||
| 225 | # CONFIG_PCCARD is not set | ||
| 226 | |||
| 227 | # | ||
| 228 | # Kernel Features | ||
| 229 | # | ||
| 230 | CONFIG_TICK_ONESHOT=y | ||
| 231 | CONFIG_NO_HZ=y | ||
| 232 | CONFIG_HIGH_RES_TIMERS=y | ||
| 233 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
| 234 | CONFIG_VMSPLIT_3G=y | ||
| 235 | # CONFIG_VMSPLIT_2G is not set | ||
| 236 | # CONFIG_VMSPLIT_1G is not set | ||
| 237 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
| 238 | CONFIG_PREEMPT_NONE=y | ||
| 239 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 240 | # CONFIG_PREEMPT is not set | ||
| 241 | CONFIG_HZ=100 | ||
| 242 | CONFIG_AEABI=y | ||
| 243 | CONFIG_OABI_COMPAT=y | ||
| 244 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
| 245 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
| 246 | # CONFIG_HIGHMEM is not set | ||
| 247 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 248 | CONFIG_FLATMEM_MANUAL=y | ||
| 249 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 250 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 251 | CONFIG_FLATMEM=y | ||
| 252 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 253 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 254 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 255 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
| 256 | CONFIG_ZONE_DMA_FLAG=0 | ||
| 257 | CONFIG_VIRT_TO_BUS=y | ||
| 258 | CONFIG_HAVE_MLOCK=y | ||
| 259 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
| 260 | # CONFIG_KSM is not set | ||
| 261 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | ||
| 262 | CONFIG_ALIGNMENT_TRAP=y | ||
| 263 | # CONFIG_UACCESS_WITH_MEMCPY is not set | ||
| 264 | |||
| 265 | # | ||
| 266 | # Boot options | ||
| 267 | # | ||
| 268 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 269 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 270 | CONFIG_CMDLINE="" | ||
| 271 | # CONFIG_XIP_KERNEL is not set | ||
| 272 | # CONFIG_KEXEC is not set | ||
| 273 | |||
| 274 | # | ||
| 275 | # CPU Power Management | ||
| 276 | # | ||
| 277 | # CONFIG_CPU_IDLE is not set | ||
| 278 | |||
| 279 | # | ||
| 280 | # Floating point emulation | ||
| 281 | # | ||
| 282 | |||
| 283 | # | ||
| 284 | # At least one emulation must be selected | ||
| 285 | # | ||
| 286 | # CONFIG_FPE_NWFPE is not set | ||
| 287 | # CONFIG_FPE_FASTFPE is not set | ||
| 288 | CONFIG_VFP=y | ||
| 289 | |||
| 290 | # | ||
| 291 | # Userspace binary formats | ||
| 292 | # | ||
| 293 | CONFIG_BINFMT_ELF=y | ||
| 294 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
| 295 | CONFIG_HAVE_AOUT=y | ||
| 296 | # CONFIG_BINFMT_AOUT is not set | ||
| 297 | # CONFIG_BINFMT_MISC is not set | ||
| 298 | |||
| 299 | # | ||
| 300 | # Power management options | ||
| 301 | # | ||
| 302 | # CONFIG_PM is not set | ||
| 303 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 304 | CONFIG_NET=y | ||
| 305 | |||
| 306 | # | ||
| 307 | # Networking options | ||
| 308 | # | ||
| 309 | CONFIG_PACKET=y | ||
| 310 | CONFIG_PACKET_MMAP=y | ||
| 311 | CONFIG_UNIX=y | ||
| 312 | CONFIG_XFRM=y | ||
| 313 | # CONFIG_XFRM_USER is not set | ||
| 314 | # CONFIG_XFRM_SUB_POLICY is not set | ||
| 315 | # CONFIG_XFRM_MIGRATE is not set | ||
| 316 | # CONFIG_XFRM_STATISTICS is not set | ||
| 317 | # CONFIG_NET_KEY is not set | ||
| 318 | CONFIG_INET=y | ||
| 319 | CONFIG_IP_MULTICAST=y | ||
| 320 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 321 | CONFIG_IP_FIB_HASH=y | ||
| 322 | CONFIG_IP_PNP=y | ||
| 323 | CONFIG_IP_PNP_DHCP=y | ||
| 324 | CONFIG_IP_PNP_BOOTP=y | ||
| 325 | # CONFIG_IP_PNP_RARP is not set | ||
| 326 | # CONFIG_NET_IPIP is not set | ||
| 327 | # CONFIG_NET_IPGRE is not set | ||
| 328 | # CONFIG_IP_MROUTE is not set | ||
| 329 | # CONFIG_ARPD is not set | ||
| 330 | # CONFIG_SYN_COOKIES is not set | ||
| 331 | # CONFIG_INET_AH is not set | ||
| 332 | # CONFIG_INET_ESP is not set | ||
| 333 | # CONFIG_INET_IPCOMP is not set | ||
| 334 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 335 | # CONFIG_INET_TUNNEL is not set | ||
| 336 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
| 337 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
| 338 | CONFIG_INET_XFRM_MODE_BEET=y | ||
| 339 | CONFIG_INET_LRO=y | ||
| 340 | CONFIG_INET_DIAG=y | ||
| 341 | CONFIG_INET_TCP_DIAG=y | ||
| 342 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 343 | CONFIG_TCP_CONG_CUBIC=y | ||
| 344 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| 345 | # CONFIG_TCP_MD5SIG is not set | ||
| 346 | # CONFIG_IPV6 is not set | ||
| 347 | # CONFIG_NETWORK_SECMARK is not set | ||
| 348 | # CONFIG_NETFILTER is not set | ||
| 349 | # CONFIG_IP_DCCP is not set | ||
| 350 | # CONFIG_IP_SCTP is not set | ||
| 351 | # CONFIG_RDS is not set | ||
| 352 | # CONFIG_TIPC is not set | ||
| 353 | # CONFIG_ATM is not set | ||
| 354 | # CONFIG_BRIDGE is not set | ||
| 355 | # CONFIG_NET_DSA is not set | ||
| 356 | # CONFIG_VLAN_8021Q is not set | ||
| 357 | # CONFIG_DECNET is not set | ||
| 358 | # CONFIG_LLC2 is not set | ||
| 359 | # CONFIG_IPX is not set | ||
| 360 | # CONFIG_ATALK is not set | ||
| 361 | # CONFIG_X25 is not set | ||
| 362 | # CONFIG_LAPB is not set | ||
| 363 | # CONFIG_ECONET is not set | ||
| 364 | # CONFIG_WAN_ROUTER is not set | ||
| 365 | # CONFIG_PHONET is not set | ||
| 366 | # CONFIG_IEEE802154 is not set | ||
| 367 | # CONFIG_NET_SCHED is not set | ||
| 368 | # CONFIG_DCB is not set | ||
| 369 | |||
| 370 | # | ||
| 371 | # Network testing | ||
| 372 | # | ||
| 373 | # CONFIG_NET_PKTGEN is not set | ||
| 374 | # CONFIG_HAMRADIO is not set | ||
| 375 | # CONFIG_CAN is not set | ||
| 376 | # CONFIG_IRDA is not set | ||
| 377 | # CONFIG_BT is not set | ||
| 378 | # CONFIG_AF_RXRPC is not set | ||
| 379 | # CONFIG_WIRELESS is not set | ||
| 380 | # CONFIG_WIMAX is not set | ||
| 381 | # CONFIG_RFKILL is not set | ||
| 382 | # CONFIG_NET_9P is not set | ||
| 383 | |||
| 384 | # | ||
| 385 | # Device Drivers | ||
| 386 | # | ||
| 387 | |||
| 388 | # | ||
| 389 | # Generic Driver Options | ||
| 390 | # | ||
| 391 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 392 | # CONFIG_DEVTMPFS is not set | ||
| 393 | CONFIG_STANDALONE=y | ||
| 394 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 395 | CONFIG_FW_LOADER=y | ||
| 396 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 397 | CONFIG_EXTRA_FIRMWARE="" | ||
| 398 | # CONFIG_DEBUG_DRIVER is not set | ||
| 399 | # CONFIG_DEBUG_DEVRES is not set | ||
| 400 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 401 | # CONFIG_CONNECTOR is not set | ||
| 402 | CONFIG_MTD=y | ||
| 403 | # CONFIG_MTD_DEBUG is not set | ||
| 404 | # CONFIG_MTD_TESTS is not set | ||
| 405 | # CONFIG_MTD_CONCAT is not set | ||
| 406 | CONFIG_MTD_PARTITIONS=y | ||
| 407 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 408 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 409 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 410 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 411 | |||
| 412 | # | ||
| 413 | # User Modules And Translation Layers | ||
| 414 | # | ||
| 415 | CONFIG_MTD_CHAR=y | ||
| 416 | CONFIG_MTD_BLKDEVS=y | ||
| 417 | CONFIG_MTD_BLOCK=y | ||
| 418 | # CONFIG_FTL is not set | ||
| 419 | # CONFIG_NFTL is not set | ||
| 420 | # CONFIG_INFTL is not set | ||
| 421 | # CONFIG_RFD_FTL is not set | ||
| 422 | # CONFIG_SSFDC is not set | ||
| 423 | # CONFIG_MTD_OOPS is not set | ||
| 424 | |||
| 425 | # | ||
| 426 | # RAM/ROM/Flash chip drivers | ||
| 427 | # | ||
| 428 | CONFIG_MTD_CFI=y | ||
| 429 | CONFIG_MTD_JEDECPROBE=y | ||
| 430 | CONFIG_MTD_GEN_PROBE=y | ||
| 431 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
| 432 | CONFIG_MTD_CFI_NOSWAP=y | ||
| 433 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
| 434 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
| 435 | CONFIG_MTD_CFI_GEOMETRY=y | ||
| 436 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 437 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 438 | # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set | ||
| 439 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 440 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 441 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 442 | CONFIG_MTD_CFI_I1=y | ||
| 443 | CONFIG_MTD_CFI_I2=y | ||
| 444 | # CONFIG_MTD_CFI_I4 is not set | ||
| 445 | # CONFIG_MTD_CFI_I8 is not set | ||
| 446 | # CONFIG_MTD_OTP is not set | ||
| 447 | CONFIG_MTD_CFI_INTELEXT=y | ||
| 448 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
| 449 | CONFIG_MTD_CFI_STAA=y | ||
| 450 | CONFIG_MTD_CFI_UTIL=y | ||
| 451 | # CONFIG_MTD_RAM is not set | ||
| 452 | # CONFIG_MTD_ROM is not set | ||
| 453 | # CONFIG_MTD_ABSENT is not set | ||
| 454 | |||
| 455 | # | ||
| 456 | # Mapping drivers for chip access | ||
| 457 | # | ||
| 458 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 459 | CONFIG_MTD_PHYSMAP=y | ||
| 460 | # CONFIG_MTD_PHYSMAP_COMPAT is not set | ||
| 461 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
| 462 | # CONFIG_MTD_IMPA7 is not set | ||
| 463 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
| 464 | # CONFIG_MTD_PLATRAM is not set | ||
| 465 | |||
| 466 | # | ||
| 467 | # Self-contained MTD device drivers | ||
| 468 | # | ||
| 469 | # CONFIG_MTD_PMC551 is not set | ||
| 470 | # CONFIG_MTD_DATAFLASH is not set | ||
| 471 | CONFIG_MTD_M25P80=y | ||
| 472 | CONFIG_M25PXX_USE_FAST_READ=y | ||
| 473 | # CONFIG_MTD_SST25L is not set | ||
| 474 | # CONFIG_MTD_SLRAM is not set | ||
| 475 | # CONFIG_MTD_PHRAM is not set | ||
| 476 | # CONFIG_MTD_MTDRAM is not set | ||
| 477 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 478 | |||
| 479 | # | ||
| 480 | # Disk-On-Chip Device Drivers | ||
| 481 | # | ||
| 482 | # CONFIG_MTD_DOC2000 is not set | ||
| 483 | # CONFIG_MTD_DOC2001 is not set | ||
| 484 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 485 | # CONFIG_MTD_NAND is not set | ||
| 486 | # CONFIG_MTD_ONENAND is not set | ||
| 487 | |||
| 488 | # | ||
| 489 | # LPDDR flash memory drivers | ||
| 490 | # | ||
| 491 | # CONFIG_MTD_LPDDR is not set | ||
| 492 | |||
| 493 | # | ||
| 494 | # UBI - Unsorted block images | ||
| 495 | # | ||
| 496 | CONFIG_MTD_UBI=y | ||
| 497 | CONFIG_MTD_UBI_WL_THRESHOLD=4096 | ||
| 498 | CONFIG_MTD_UBI_BEB_RESERVE=1 | ||
| 499 | # CONFIG_MTD_UBI_GLUEBI is not set | ||
| 500 | |||
| 501 | # | ||
| 502 | # UBI debugging options | ||
| 503 | # | ||
| 504 | # CONFIG_MTD_UBI_DEBUG is not set | ||
| 505 | # CONFIG_PARPORT is not set | ||
| 506 | CONFIG_BLK_DEV=y | ||
| 507 | # CONFIG_BLK_CPQ_DA is not set | ||
| 508 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 509 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 510 | # CONFIG_BLK_DEV_UMEM is not set | ||
| 511 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 512 | CONFIG_BLK_DEV_LOOP=y | ||
| 513 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 514 | # CONFIG_BLK_DEV_NBD is not set | ||
| 515 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 516 | # CONFIG_BLK_DEV_UB is not set | ||
| 517 | CONFIG_BLK_DEV_RAM=y | ||
| 518 | CONFIG_BLK_DEV_RAM_COUNT=1 | ||
| 519 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
| 520 | # CONFIG_BLK_DEV_XIP is not set | ||
| 521 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 522 | # CONFIG_ATA_OVER_ETH is not set | ||
| 523 | # CONFIG_MG_DISK is not set | ||
| 524 | # CONFIG_MISC_DEVICES is not set | ||
| 525 | CONFIG_HAVE_IDE=y | ||
| 526 | # CONFIG_IDE is not set | ||
| 527 | |||
| 528 | # | ||
| 529 | # SCSI device support | ||
| 530 | # | ||
| 531 | # CONFIG_RAID_ATTRS is not set | ||
| 532 | CONFIG_SCSI=y | ||
| 533 | CONFIG_SCSI_DMA=y | ||
| 534 | # CONFIG_SCSI_TGT is not set | ||
| 535 | # CONFIG_SCSI_NETLINK is not set | ||
| 536 | # CONFIG_SCSI_PROC_FS is not set | ||
| 537 | |||
| 538 | # | ||
| 539 | # SCSI support type (disk, tape, CD-ROM) | ||
| 540 | # | ||
| 541 | CONFIG_BLK_DEV_SD=y | ||
| 542 | # CONFIG_CHR_DEV_ST is not set | ||
| 543 | # CONFIG_CHR_DEV_OSST is not set | ||
| 544 | # CONFIG_BLK_DEV_SR is not set | ||
| 545 | # CONFIG_CHR_DEV_SG is not set | ||
| 546 | # CONFIG_CHR_DEV_SCH is not set | ||
| 547 | # CONFIG_SCSI_MULTI_LUN is not set | ||
| 548 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 549 | # CONFIG_SCSI_LOGGING is not set | ||
| 550 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
| 551 | CONFIG_SCSI_WAIT_SCAN=m | ||
| 552 | |||
| 553 | # | ||
| 554 | # SCSI Transports | ||
| 555 | # | ||
| 556 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 557 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 558 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 559 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
| 560 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
| 561 | # CONFIG_SCSI_LOWLEVEL is not set | ||
| 562 | # CONFIG_SCSI_DH is not set | ||
| 563 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
| 564 | CONFIG_ATA=y | ||
| 565 | # CONFIG_ATA_NONSTANDARD is not set | ||
| 566 | CONFIG_ATA_VERBOSE_ERROR=y | ||
| 567 | CONFIG_SATA_PMP=y | ||
| 568 | # CONFIG_SATA_AHCI is not set | ||
| 569 | # CONFIG_SATA_SIL24 is not set | ||
| 570 | CONFIG_ATA_SFF=y | ||
| 571 | # CONFIG_SATA_SVW is not set | ||
| 572 | # CONFIG_ATA_PIIX is not set | ||
| 573 | CONFIG_SATA_MV=y | ||
| 574 | # CONFIG_SATA_NV is not set | ||
| 575 | # CONFIG_PDC_ADMA is not set | ||
| 576 | # CONFIG_SATA_QSTOR is not set | ||
| 577 | # CONFIG_SATA_PROMISE is not set | ||
| 578 | # CONFIG_SATA_SX4 is not set | ||
| 579 | # CONFIG_SATA_SIL is not set | ||
| 580 | # CONFIG_SATA_SIS is not set | ||
| 581 | # CONFIG_SATA_ULI is not set | ||
| 582 | # CONFIG_SATA_VIA is not set | ||
| 583 | # CONFIG_SATA_VITESSE is not set | ||
| 584 | # CONFIG_SATA_INIC162X is not set | ||
| 585 | # CONFIG_PATA_ALI is not set | ||
| 586 | # CONFIG_PATA_AMD is not set | ||
| 587 | # CONFIG_PATA_ARTOP is not set | ||
| 588 | # CONFIG_PATA_ATP867X is not set | ||
| 589 | # CONFIG_PATA_ATIIXP is not set | ||
| 590 | # CONFIG_PATA_CMD640_PCI is not set | ||
| 591 | # CONFIG_PATA_CMD64X is not set | ||
| 592 | # CONFIG_PATA_CS5520 is not set | ||
| 593 | # CONFIG_PATA_CS5530 is not set | ||
| 594 | # CONFIG_PATA_CYPRESS is not set | ||
| 595 | # CONFIG_PATA_EFAR is not set | ||
| 596 | # CONFIG_ATA_GENERIC is not set | ||
| 597 | # CONFIG_PATA_HPT366 is not set | ||
| 598 | # CONFIG_PATA_HPT37X is not set | ||
| 599 | # CONFIG_PATA_HPT3X2N is not set | ||
| 600 | # CONFIG_PATA_HPT3X3 is not set | ||
| 601 | # CONFIG_PATA_IT821X is not set | ||
| 602 | # CONFIG_PATA_IT8213 is not set | ||
| 603 | # CONFIG_PATA_JMICRON is not set | ||
| 604 | # CONFIG_PATA_TRIFLEX is not set | ||
| 605 | # CONFIG_PATA_MARVELL is not set | ||
| 606 | # CONFIG_PATA_MPIIX is not set | ||
| 607 | # CONFIG_PATA_OLDPIIX is not set | ||
| 608 | # CONFIG_PATA_NETCELL is not set | ||
| 609 | # CONFIG_PATA_NINJA32 is not set | ||
| 610 | # CONFIG_PATA_NS87410 is not set | ||
| 611 | # CONFIG_PATA_NS87415 is not set | ||
| 612 | # CONFIG_PATA_OPTI is not set | ||
| 613 | # CONFIG_PATA_OPTIDMA is not set | ||
| 614 | # CONFIG_PATA_PDC_OLD is not set | ||
| 615 | # CONFIG_PATA_RADISYS is not set | ||
| 616 | # CONFIG_PATA_RDC is not set | ||
| 617 | # CONFIG_PATA_RZ1000 is not set | ||
| 618 | # CONFIG_PATA_SC1200 is not set | ||
| 619 | # CONFIG_PATA_SERVERWORKS is not set | ||
| 620 | # CONFIG_PATA_PDC2027X is not set | ||
| 621 | # CONFIG_PATA_SIL680 is not set | ||
| 622 | # CONFIG_PATA_SIS is not set | ||
| 623 | # CONFIG_PATA_VIA is not set | ||
| 624 | # CONFIG_PATA_WINBOND is not set | ||
| 625 | # CONFIG_PATA_PLATFORM is not set | ||
| 626 | # CONFIG_PATA_SCH is not set | ||
| 627 | # CONFIG_MD is not set | ||
| 628 | # CONFIG_FUSION is not set | ||
| 629 | |||
| 630 | # | ||
| 631 | # IEEE 1394 (FireWire) support | ||
| 632 | # | ||
| 633 | |||
| 634 | # | ||
| 635 | # You can enable one or both FireWire driver stacks. | ||
| 636 | # | ||
| 637 | |||
| 638 | # | ||
| 639 | # See the help texts for more information. | ||
| 640 | # | ||
| 641 | # CONFIG_FIREWIRE is not set | ||
| 642 | # CONFIG_IEEE1394 is not set | ||
| 643 | # CONFIG_I2O is not set | ||
| 644 | CONFIG_NETDEVICES=y | ||
| 645 | # CONFIG_DUMMY is not set | ||
| 646 | # CONFIG_BONDING is not set | ||
| 647 | # CONFIG_MACVLAN is not set | ||
| 648 | # CONFIG_EQUALIZER is not set | ||
| 649 | # CONFIG_TUN is not set | ||
| 650 | # CONFIG_VETH is not set | ||
| 651 | # CONFIG_ARCNET is not set | ||
| 652 | CONFIG_PHYLIB=y | ||
| 653 | |||
| 654 | # | ||
| 655 | # MII PHY device drivers | ||
| 656 | # | ||
| 657 | # CONFIG_MARVELL_PHY is not set | ||
| 658 | # CONFIG_DAVICOM_PHY is not set | ||
| 659 | # CONFIG_QSEMI_PHY is not set | ||
| 660 | # CONFIG_LXT_PHY is not set | ||
| 661 | # CONFIG_CICADA_PHY is not set | ||
| 662 | # CONFIG_VITESSE_PHY is not set | ||
| 663 | # CONFIG_SMSC_PHY is not set | ||
| 664 | # CONFIG_BROADCOM_PHY is not set | ||
| 665 | # CONFIG_ICPLUS_PHY is not set | ||
| 666 | # CONFIG_REALTEK_PHY is not set | ||
| 667 | # CONFIG_NATIONAL_PHY is not set | ||
| 668 | # CONFIG_STE10XP is not set | ||
| 669 | # CONFIG_LSI_ET1011C_PHY is not set | ||
| 670 | # CONFIG_FIXED_PHY is not set | ||
| 671 | # CONFIG_MDIO_BITBANG is not set | ||
| 672 | # CONFIG_NET_ETHERNET is not set | ||
| 673 | CONFIG_NETDEV_1000=y | ||
| 674 | # CONFIG_ACENIC is not set | ||
| 675 | # CONFIG_DL2K is not set | ||
| 676 | # CONFIG_E1000 is not set | ||
| 677 | # CONFIG_E1000E is not set | ||
| 678 | # CONFIG_IP1000 is not set | ||
| 679 | # CONFIG_IGB is not set | ||
| 680 | # CONFIG_IGBVF is not set | ||
| 681 | # CONFIG_NS83820 is not set | ||
| 682 | # CONFIG_HAMACHI is not set | ||
| 683 | # CONFIG_YELLOWFIN is not set | ||
| 684 | # CONFIG_R8169 is not set | ||
| 685 | # CONFIG_SIS190 is not set | ||
| 686 | # CONFIG_SKGE is not set | ||
| 687 | # CONFIG_SKY2 is not set | ||
| 688 | # CONFIG_VIA_VELOCITY is not set | ||
| 689 | # CONFIG_TIGON3 is not set | ||
| 690 | # CONFIG_BNX2 is not set | ||
| 691 | # CONFIG_CNIC is not set | ||
| 692 | CONFIG_MV643XX_ETH=y | ||
| 693 | # CONFIG_QLA3XXX is not set | ||
| 694 | # CONFIG_ATL1 is not set | ||
| 695 | # CONFIG_ATL1E is not set | ||
| 696 | # CONFIG_ATL1C is not set | ||
| 697 | # CONFIG_JME is not set | ||
| 698 | # CONFIG_NETDEV_10000 is not set | ||
| 699 | # CONFIG_TR is not set | ||
| 700 | CONFIG_WLAN=y | ||
| 701 | # CONFIG_WLAN_PRE80211 is not set | ||
| 702 | # CONFIG_WLAN_80211 is not set | ||
| 703 | |||
| 704 | # | ||
| 705 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
| 706 | # | ||
| 707 | |||
| 708 | # | ||
| 709 | # USB Network Adapters | ||
| 710 | # | ||
| 711 | # CONFIG_USB_CATC is not set | ||
| 712 | # CONFIG_USB_KAWETH is not set | ||
| 713 | # CONFIG_USB_PEGASUS is not set | ||
| 714 | # CONFIG_USB_RTL8150 is not set | ||
| 715 | # CONFIG_USB_USBNET is not set | ||
| 716 | # CONFIG_WAN is not set | ||
| 717 | # CONFIG_FDDI is not set | ||
| 718 | # CONFIG_HIPPI is not set | ||
| 719 | # CONFIG_PPP is not set | ||
| 720 | # CONFIG_SLIP is not set | ||
| 721 | # CONFIG_NET_FC is not set | ||
| 722 | # CONFIG_NETCONSOLE is not set | ||
| 723 | # CONFIG_NETPOLL is not set | ||
| 724 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 725 | # CONFIG_ISDN is not set | ||
| 726 | # CONFIG_PHONE is not set | ||
| 727 | |||
| 728 | # | ||
| 729 | # Input device support | ||
| 730 | # | ||
| 731 | CONFIG_INPUT=y | ||
| 732 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
| 733 | CONFIG_INPUT_POLLDEV=y | ||
| 734 | |||
| 735 | # | ||
| 736 | # Userland interfaces | ||
| 737 | # | ||
| 738 | # CONFIG_INPUT_MOUSEDEV is not set | ||
| 739 | # CONFIG_INPUT_JOYDEV is not set | ||
| 740 | CONFIG_INPUT_EVDEV=y | ||
| 741 | # CONFIG_INPUT_EVBUG is not set | ||
| 742 | |||
| 743 | # | ||
| 744 | # Input Device Drivers | ||
| 745 | # | ||
| 746 | CONFIG_INPUT_KEYBOARD=y | ||
| 747 | # CONFIG_KEYBOARD_ADP5588 is not set | ||
| 748 | # CONFIG_KEYBOARD_ATKBD is not set | ||
| 749 | # CONFIG_QT2160 is not set | ||
| 750 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 751 | # CONFIG_KEYBOARD_GPIO is not set | ||
| 752 | # CONFIG_KEYBOARD_MATRIX is not set | ||
| 753 | # CONFIG_KEYBOARD_MAX7359 is not set | ||
| 754 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 755 | # CONFIG_KEYBOARD_OPENCORES is not set | ||
| 756 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
| 757 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 758 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 759 | CONFIG_INPUT_MOUSE=y | ||
| 760 | # CONFIG_MOUSE_PS2 is not set | ||
| 761 | # CONFIG_MOUSE_SERIAL is not set | ||
| 762 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
| 763 | # CONFIG_MOUSE_BCM5974 is not set | ||
| 764 | # CONFIG_MOUSE_VSXXXAA is not set | ||
| 765 | # CONFIG_MOUSE_GPIO is not set | ||
| 766 | # CONFIG_MOUSE_SYNAPTICS_I2C is not set | ||
| 767 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 768 | # CONFIG_INPUT_TABLET is not set | ||
| 769 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 770 | # CONFIG_INPUT_MISC is not set | ||
| 771 | |||
| 772 | # | ||
| 773 | # Hardware I/O ports | ||
| 774 | # | ||
| 775 | # CONFIG_SERIO is not set | ||
| 776 | # CONFIG_GAMEPORT is not set | ||
| 777 | |||
| 778 | # | ||
| 779 | # Character devices | ||
| 780 | # | ||
| 781 | CONFIG_VT=y | ||
| 782 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 783 | CONFIG_VT_CONSOLE=y | ||
| 784 | CONFIG_HW_CONSOLE=y | ||
| 785 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
| 786 | # CONFIG_DEVKMEM is not set | ||
| 787 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 788 | # CONFIG_NOZOMI is not set | ||
| 789 | |||
| 790 | # | ||
| 791 | # Serial drivers | ||
| 792 | # | ||
| 793 | CONFIG_SERIAL_8250=y | ||
| 794 | CONFIG_SERIAL_8250_CONSOLE=y | ||
| 795 | # CONFIG_SERIAL_8250_PCI is not set | ||
| 796 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 797 | CONFIG_SERIAL_8250_RUNTIME_UARTS=2 | ||
| 798 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
| 799 | |||
| 800 | # | ||
| 801 | # Non-8250 serial port support | ||
| 802 | # | ||
| 803 | # CONFIG_SERIAL_MAX3100 is not set | ||
| 804 | CONFIG_SERIAL_CORE=y | ||
| 805 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 806 | # CONFIG_SERIAL_JSM is not set | ||
| 807 | CONFIG_UNIX98_PTYS=y | ||
| 808 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
| 809 | CONFIG_LEGACY_PTYS=y | ||
| 810 | CONFIG_LEGACY_PTY_COUNT=16 | ||
| 811 | # CONFIG_IPMI_HANDLER is not set | ||
| 812 | # CONFIG_HW_RANDOM is not set | ||
| 813 | # CONFIG_R3964 is not set | ||
| 814 | # CONFIG_APPLICOM is not set | ||
| 815 | # CONFIG_RAW_DRIVER is not set | ||
| 816 | # CONFIG_TCG_TPM is not set | ||
| 817 | CONFIG_DEVPORT=y | ||
| 818 | CONFIG_I2C=y | ||
| 819 | CONFIG_I2C_BOARDINFO=y | ||
| 820 | CONFIG_I2C_COMPAT=y | ||
| 821 | CONFIG_I2C_CHARDEV=y | ||
| 822 | CONFIG_I2C_HELPER_AUTO=y | ||
| 823 | |||
| 824 | # | ||
| 825 | # I2C Hardware Bus support | ||
| 826 | # | ||
| 827 | |||
| 828 | # | ||
| 829 | # PC SMBus host controller drivers | ||
| 830 | # | ||
| 831 | # CONFIG_I2C_ALI1535 is not set | ||
| 832 | # CONFIG_I2C_ALI1563 is not set | ||
| 833 | # CONFIG_I2C_ALI15X3 is not set | ||
| 834 | # CONFIG_I2C_AMD756 is not set | ||
| 835 | # CONFIG_I2C_AMD8111 is not set | ||
| 836 | # CONFIG_I2C_I801 is not set | ||
| 837 | # CONFIG_I2C_ISCH is not set | ||
| 838 | # CONFIG_I2C_PIIX4 is not set | ||
| 839 | # CONFIG_I2C_NFORCE2 is not set | ||
| 840 | # CONFIG_I2C_SIS5595 is not set | ||
| 841 | # CONFIG_I2C_SIS630 is not set | ||
| 842 | # CONFIG_I2C_SIS96X is not set | ||
| 843 | # CONFIG_I2C_VIA is not set | ||
| 844 | # CONFIG_I2C_VIAPRO is not set | ||
| 845 | |||
| 846 | # | ||
| 847 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 848 | # | ||
| 849 | # CONFIG_I2C_GPIO is not set | ||
| 850 | CONFIG_I2C_MV64XXX=y | ||
| 851 | # CONFIG_I2C_OCORES is not set | ||
| 852 | # CONFIG_I2C_SIMTEC is not set | ||
| 853 | |||
| 854 | # | ||
| 855 | # External I2C/SMBus adapter drivers | ||
| 856 | # | ||
| 857 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 858 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 859 | # CONFIG_I2C_TINY_USB is not set | ||
| 860 | |||
| 861 | # | ||
| 862 | # Graphics adapter I2C/DDC channel drivers | ||
| 863 | # | ||
| 864 | # CONFIG_I2C_VOODOO3 is not set | ||
| 865 | |||
| 866 | # | ||
| 867 | # Other I2C/SMBus bus drivers | ||
| 868 | # | ||
| 869 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
| 870 | # CONFIG_I2C_STUB is not set | ||
| 871 | |||
| 872 | # | ||
| 873 | # Miscellaneous I2C Chip support | ||
| 874 | # | ||
| 875 | # CONFIG_DS1682 is not set | ||
| 876 | # CONFIG_SENSORS_TSL2550 is not set | ||
| 877 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 878 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 879 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 880 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 881 | CONFIG_SPI=y | ||
| 882 | # CONFIG_SPI_DEBUG is not set | ||
| 883 | CONFIG_SPI_MASTER=y | ||
| 884 | |||
| 885 | # | ||
| 886 | # SPI Master Controller Drivers | ||
| 887 | # | ||
| 888 | # CONFIG_SPI_BITBANG is not set | ||
| 889 | # CONFIG_SPI_GPIO is not set | ||
| 890 | CONFIG_SPI_ORION=y | ||
| 891 | |||
| 892 | # | ||
| 893 | # SPI Protocol Masters | ||
| 894 | # | ||
| 895 | # CONFIG_SPI_SPIDEV is not set | ||
| 896 | # CONFIG_SPI_TLE62X0 is not set | ||
| 897 | |||
| 898 | # | ||
| 899 | # PPS support | ||
| 900 | # | ||
| 901 | # CONFIG_PPS is not set | ||
| 902 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 903 | CONFIG_GPIOLIB=y | ||
| 904 | # CONFIG_DEBUG_GPIO is not set | ||
| 905 | # CONFIG_GPIO_SYSFS is not set | ||
| 906 | |||
| 907 | # | ||
| 908 | # Memory mapped GPIO expanders: | ||
| 909 | # | ||
| 910 | |||
| 911 | # | ||
| 912 | # I2C GPIO expanders: | ||
| 913 | # | ||
| 914 | # CONFIG_GPIO_MAX732X is not set | ||
| 915 | # CONFIG_GPIO_PCA953X is not set | ||
| 916 | # CONFIG_GPIO_PCF857X is not set | ||
| 917 | |||
| 918 | # | ||
| 919 | # PCI GPIO expanders: | ||
| 920 | # | ||
| 921 | # CONFIG_GPIO_BT8XX is not set | ||
| 922 | # CONFIG_GPIO_LANGWELL is not set | ||
| 923 | |||
| 924 | # | ||
| 925 | # SPI GPIO expanders: | ||
| 926 | # | ||
| 927 | # CONFIG_GPIO_MAX7301 is not set | ||
| 928 | # CONFIG_GPIO_MCP23S08 is not set | ||
| 929 | # CONFIG_GPIO_MC33880 is not set | ||
| 930 | |||
| 931 | # | ||
| 932 | # AC97 GPIO expanders: | ||
| 933 | # | ||
| 934 | # CONFIG_W1 is not set | ||
| 935 | # CONFIG_POWER_SUPPLY is not set | ||
| 936 | # CONFIG_HWMON is not set | ||
| 937 | # CONFIG_THERMAL is not set | ||
| 938 | # CONFIG_WATCHDOG is not set | ||
| 939 | CONFIG_SSB_POSSIBLE=y | ||
| 940 | |||
| 941 | # | ||
| 942 | # Sonics Silicon Backplane | ||
| 943 | # | ||
| 944 | # CONFIG_SSB is not set | ||
| 945 | |||
| 946 | # | ||
| 947 | # Multifunction device drivers | ||
| 948 | # | ||
| 949 | # CONFIG_MFD_CORE is not set | ||
| 950 | # CONFIG_MFD_SM501 is not set | ||
| 951 | # CONFIG_MFD_ASIC3 is not set | ||
| 952 | # CONFIG_HTC_EGPIO is not set | ||
| 953 | # CONFIG_HTC_PASIC3 is not set | ||
| 954 | # CONFIG_TPS65010 is not set | ||
| 955 | # CONFIG_TWL4030_CORE is not set | ||
| 956 | # CONFIG_MFD_TMIO is not set | ||
| 957 | # CONFIG_MFD_TC6393XB is not set | ||
| 958 | # CONFIG_PMIC_DA903X is not set | ||
| 959 | # CONFIG_MFD_WM8400 is not set | ||
| 960 | # CONFIG_MFD_WM831X is not set | ||
| 961 | # CONFIG_MFD_WM8350_I2C is not set | ||
| 962 | # CONFIG_MFD_PCF50633 is not set | ||
| 963 | # CONFIG_MFD_MC13783 is not set | ||
| 964 | # CONFIG_AB3100_CORE is not set | ||
| 965 | # CONFIG_EZX_PCAP is not set | ||
| 966 | # CONFIG_REGULATOR is not set | ||
| 967 | # CONFIG_MEDIA_SUPPORT is not set | ||
| 968 | |||
| 969 | # | ||
| 970 | # Graphics support | ||
| 971 | # | ||
| 972 | CONFIG_VGA_ARB=y | ||
| 973 | # CONFIG_DRM is not set | ||
| 974 | # CONFIG_VGASTATE is not set | ||
| 975 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
| 976 | # CONFIG_FB is not set | ||
| 977 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 978 | |||
| 979 | # | ||
| 980 | # Display device support | ||
| 981 | # | ||
| 982 | # CONFIG_DISPLAY_SUPPORT is not set | ||
| 983 | |||
| 984 | # | ||
| 985 | # Console display driver support | ||
| 986 | # | ||
| 987 | # CONFIG_VGA_CONSOLE is not set | ||
| 988 | CONFIG_DUMMY_CONSOLE=y | ||
| 989 | # CONFIG_SOUND is not set | ||
| 990 | CONFIG_HID_SUPPORT=y | ||
| 991 | CONFIG_HID=y | ||
| 992 | # CONFIG_HIDRAW is not set | ||
| 993 | |||
| 994 | # | ||
| 995 | # USB Input Devices | ||
| 996 | # | ||
| 997 | CONFIG_USB_HID=y | ||
| 998 | # CONFIG_HID_PID is not set | ||
| 999 | # CONFIG_USB_HIDDEV is not set | ||
| 1000 | |||
| 1001 | # | ||
| 1002 | # Special HID drivers | ||
| 1003 | # | ||
| 1004 | # CONFIG_HID_A4TECH is not set | ||
| 1005 | # CONFIG_HID_APPLE is not set | ||
| 1006 | # CONFIG_HID_BELKIN is not set | ||
| 1007 | # CONFIG_HID_CHERRY is not set | ||
| 1008 | # CONFIG_HID_CHICONY is not set | ||
| 1009 | # CONFIG_HID_CYPRESS is not set | ||
| 1010 | # CONFIG_HID_DRAGONRISE is not set | ||
| 1011 | # CONFIG_HID_EZKEY is not set | ||
| 1012 | # CONFIG_HID_KYE is not set | ||
| 1013 | # CONFIG_HID_GYRATION is not set | ||
| 1014 | # CONFIG_HID_TWINHAN is not set | ||
| 1015 | # CONFIG_HID_KENSINGTON is not set | ||
| 1016 | # CONFIG_HID_LOGITECH is not set | ||
| 1017 | # CONFIG_HID_MICROSOFT is not set | ||
| 1018 | # CONFIG_HID_MONTEREY is not set | ||
| 1019 | # CONFIG_HID_NTRIG is not set | ||
| 1020 | # CONFIG_HID_PANTHERLORD is not set | ||
| 1021 | # CONFIG_HID_PETALYNX is not set | ||
| 1022 | # CONFIG_HID_SAMSUNG is not set | ||
| 1023 | # CONFIG_HID_SONY is not set | ||
| 1024 | # CONFIG_HID_SUNPLUS is not set | ||
| 1025 | # CONFIG_HID_GREENASIA is not set | ||
| 1026 | # CONFIG_HID_SMARTJOYPLUS is not set | ||
| 1027 | # CONFIG_HID_TOPSEED is not set | ||
| 1028 | # CONFIG_HID_THRUSTMASTER is not set | ||
| 1029 | # CONFIG_HID_ZEROPLUS is not set | ||
| 1030 | CONFIG_USB_SUPPORT=y | ||
| 1031 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 1032 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 1033 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
| 1034 | CONFIG_USB=y | ||
| 1035 | # CONFIG_USB_DEBUG is not set | ||
| 1036 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
| 1037 | |||
| 1038 | # | ||
| 1039 | # Miscellaneous USB options | ||
| 1040 | # | ||
| 1041 | CONFIG_USB_DEVICEFS=y | ||
| 1042 | CONFIG_USB_DEVICE_CLASS=y | ||
| 1043 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
| 1044 | # CONFIG_USB_OTG is not set | ||
| 1045 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 1046 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 1047 | # CONFIG_USB_MON is not set | ||
| 1048 | # CONFIG_USB_WUSB is not set | ||
| 1049 | # CONFIG_USB_WUSB_CBAF is not set | ||
| 1050 | |||
| 1051 | # | ||
| 1052 | # USB Host Controller Drivers | ||
| 1053 | # | ||
| 1054 | # CONFIG_USB_C67X00_HCD is not set | ||
| 1055 | # CONFIG_USB_XHCI_HCD is not set | ||
| 1056 | CONFIG_USB_EHCI_HCD=y | ||
| 1057 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | ||
| 1058 | CONFIG_USB_EHCI_TT_NEWSCHED=y | ||
| 1059 | # CONFIG_USB_OXU210HP_HCD is not set | ||
| 1060 | # CONFIG_USB_ISP116X_HCD is not set | ||
| 1061 | # CONFIG_USB_ISP1760_HCD is not set | ||
| 1062 | # CONFIG_USB_ISP1362_HCD is not set | ||
| 1063 | # CONFIG_USB_OHCI_HCD is not set | ||
| 1064 | # CONFIG_USB_UHCI_HCD is not set | ||
| 1065 | # CONFIG_USB_SL811_HCD is not set | ||
| 1066 | # CONFIG_USB_R8A66597_HCD is not set | ||
| 1067 | # CONFIG_USB_WHCI_HCD is not set | ||
| 1068 | # CONFIG_USB_HWA_HCD is not set | ||
| 1069 | # CONFIG_USB_MUSB_HDRC is not set | ||
| 1070 | |||
| 1071 | # | ||
| 1072 | # USB Device Class drivers | ||
| 1073 | # | ||
| 1074 | # CONFIG_USB_ACM is not set | ||
| 1075 | # CONFIG_USB_PRINTER is not set | ||
| 1076 | # CONFIG_USB_WDM is not set | ||
| 1077 | # CONFIG_USB_TMC is not set | ||
| 1078 | |||
| 1079 | # | ||
| 1080 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may | ||
| 1081 | # | ||
| 1082 | |||
| 1083 | # | ||
| 1084 | # also be needed; see USB_STORAGE Help for more info | ||
| 1085 | # | ||
| 1086 | CONFIG_USB_STORAGE=y | ||
| 1087 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
| 1088 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
| 1089 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
| 1090 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
| 1091 | # CONFIG_USB_STORAGE_USBAT is not set | ||
| 1092 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
| 1093 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
| 1094 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
| 1095 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
| 1096 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
| 1097 | # CONFIG_USB_STORAGE_KARMA is not set | ||
| 1098 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
| 1099 | # CONFIG_USB_LIBUSUAL is not set | ||
| 1100 | |||
| 1101 | # | ||
| 1102 | # USB Imaging devices | ||
| 1103 | # | ||
| 1104 | # CONFIG_USB_MDC800 is not set | ||
| 1105 | # CONFIG_USB_MICROTEK is not set | ||
| 1106 | |||
| 1107 | # | ||
| 1108 | # USB port drivers | ||
| 1109 | # | ||
| 1110 | # CONFIG_USB_SERIAL is not set | ||
| 1111 | |||
| 1112 | # | ||
| 1113 | # USB Miscellaneous drivers | ||
| 1114 | # | ||
| 1115 | # CONFIG_USB_EMI62 is not set | ||
| 1116 | # CONFIG_USB_EMI26 is not set | ||
| 1117 | # CONFIG_USB_ADUTUX is not set | ||
| 1118 | # CONFIG_USB_SEVSEG is not set | ||
| 1119 | # CONFIG_USB_RIO500 is not set | ||
| 1120 | # CONFIG_USB_LEGOTOWER is not set | ||
| 1121 | # CONFIG_USB_LCD is not set | ||
| 1122 | # CONFIG_USB_BERRY_CHARGE is not set | ||
| 1123 | # CONFIG_USB_LED is not set | ||
| 1124 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
| 1125 | # CONFIG_USB_CYTHERM is not set | ||
| 1126 | # CONFIG_USB_IDMOUSE is not set | ||
| 1127 | # CONFIG_USB_FTDI_ELAN is not set | ||
| 1128 | # CONFIG_USB_APPLEDISPLAY is not set | ||
| 1129 | # CONFIG_USB_SISUSBVGA is not set | ||
| 1130 | # CONFIG_USB_LD is not set | ||
| 1131 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
| 1132 | # CONFIG_USB_IOWARRIOR is not set | ||
| 1133 | # CONFIG_USB_TEST is not set | ||
| 1134 | # CONFIG_USB_ISIGHTFW is not set | ||
| 1135 | # CONFIG_USB_VST is not set | ||
| 1136 | # CONFIG_USB_GADGET is not set | ||
| 1137 | |||
| 1138 | # | ||
| 1139 | # OTG and related infrastructure | ||
| 1140 | # | ||
| 1141 | # CONFIG_USB_GPIO_VBUS is not set | ||
| 1142 | # CONFIG_NOP_USB_XCEIV is not set | ||
| 1143 | # CONFIG_UWB is not set | ||
| 1144 | # CONFIG_MMC is not set | ||
| 1145 | # CONFIG_MEMSTICK is not set | ||
| 1146 | # CONFIG_NEW_LEDS is not set | ||
| 1147 | # CONFIG_ACCESSIBILITY is not set | ||
| 1148 | # CONFIG_INFINIBAND is not set | ||
| 1149 | CONFIG_RTC_LIB=y | ||
| 1150 | CONFIG_RTC_CLASS=y | ||
| 1151 | CONFIG_RTC_HCTOSYS=y | ||
| 1152 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 1153 | # CONFIG_RTC_DEBUG is not set | ||
| 1154 | |||
| 1155 | # | ||
| 1156 | # RTC interfaces | ||
| 1157 | # | ||
| 1158 | CONFIG_RTC_INTF_SYSFS=y | ||
| 1159 | CONFIG_RTC_INTF_PROC=y | ||
| 1160 | CONFIG_RTC_INTF_DEV=y | ||
| 1161 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
| 1162 | # CONFIG_RTC_DRV_TEST is not set | ||
| 1163 | |||
| 1164 | # | ||
| 1165 | # I2C RTC drivers | ||
| 1166 | # | ||
| 1167 | # CONFIG_RTC_DRV_DS1307 is not set | ||
| 1168 | # CONFIG_RTC_DRV_DS1374 is not set | ||
| 1169 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 1170 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
| 1171 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
| 1172 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
| 1173 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 1174 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 1175 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
| 1176 | # CONFIG_RTC_DRV_M41T80 is not set | ||
| 1177 | # CONFIG_RTC_DRV_S35390A is not set | ||
| 1178 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1179 | # CONFIG_RTC_DRV_RX8581 is not set | ||
| 1180 | # CONFIG_RTC_DRV_RX8025 is not set | ||
| 1181 | |||
| 1182 | # | ||
| 1183 | # SPI RTC drivers | ||
| 1184 | # | ||
| 1185 | # CONFIG_RTC_DRV_M41T94 is not set | ||
| 1186 | # CONFIG_RTC_DRV_DS1305 is not set | ||
| 1187 | # CONFIG_RTC_DRV_DS1390 is not set | ||
| 1188 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
| 1189 | # CONFIG_RTC_DRV_R9701 is not set | ||
| 1190 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
| 1191 | # CONFIG_RTC_DRV_DS3234 is not set | ||
| 1192 | # CONFIG_RTC_DRV_PCF2123 is not set | ||
| 1193 | |||
| 1194 | # | ||
| 1195 | # Platform RTC drivers | ||
| 1196 | # | ||
| 1197 | # CONFIG_RTC_DRV_CMOS is not set | ||
| 1198 | # CONFIG_RTC_DRV_DS1286 is not set | ||
| 1199 | # CONFIG_RTC_DRV_DS1511 is not set | ||
| 1200 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 1201 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 1202 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
| 1203 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 1204 | # CONFIG_RTC_DRV_M48T35 is not set | ||
| 1205 | # CONFIG_RTC_DRV_M48T59 is not set | ||
| 1206 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
| 1207 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 1208 | |||
| 1209 | # | ||
| 1210 | # on-CPU RTC drivers | ||
| 1211 | # | ||
| 1212 | CONFIG_RTC_DRV_MV=y | ||
| 1213 | CONFIG_DMADEVICES=y | ||
| 1214 | |||
| 1215 | # | ||
| 1216 | # DMA Devices | ||
| 1217 | # | ||
| 1218 | CONFIG_MV_XOR=y | ||
| 1219 | CONFIG_DMA_ENGINE=y | ||
| 1220 | |||
| 1221 | # | ||
| 1222 | # DMA Clients | ||
| 1223 | # | ||
| 1224 | # CONFIG_NET_DMA is not set | ||
| 1225 | # CONFIG_ASYNC_TX_DMA is not set | ||
| 1226 | # CONFIG_DMATEST is not set | ||
| 1227 | # CONFIG_AUXDISPLAY is not set | ||
| 1228 | # CONFIG_UIO is not set | ||
| 1229 | |||
| 1230 | # | ||
| 1231 | # TI VLYNQ | ||
| 1232 | # | ||
| 1233 | # CONFIG_STAGING is not set | ||
| 1234 | |||
| 1235 | # | ||
| 1236 | # File systems | ||
| 1237 | # | ||
| 1238 | CONFIG_EXT2_FS=y | ||
| 1239 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 1240 | # CONFIG_EXT2_FS_XIP is not set | ||
| 1241 | CONFIG_EXT3_FS=y | ||
| 1242 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
| 1243 | # CONFIG_EXT3_FS_XATTR is not set | ||
| 1244 | # CONFIG_EXT4_FS is not set | ||
| 1245 | CONFIG_JBD=y | ||
| 1246 | # CONFIG_JBD_DEBUG is not set | ||
| 1247 | # CONFIG_REISERFS_FS is not set | ||
| 1248 | # CONFIG_JFS_FS is not set | ||
| 1249 | # CONFIG_FS_POSIX_ACL is not set | ||
| 1250 | # CONFIG_XFS_FS is not set | ||
| 1251 | # CONFIG_GFS2_FS is not set | ||
| 1252 | # CONFIG_OCFS2_FS is not set | ||
| 1253 | # CONFIG_BTRFS_FS is not set | ||
| 1254 | # CONFIG_NILFS2_FS is not set | ||
| 1255 | CONFIG_FILE_LOCKING=y | ||
| 1256 | CONFIG_FSNOTIFY=y | ||
| 1257 | CONFIG_DNOTIFY=y | ||
| 1258 | CONFIG_INOTIFY=y | ||
| 1259 | CONFIG_INOTIFY_USER=y | ||
| 1260 | # CONFIG_QUOTA is not set | ||
| 1261 | # CONFIG_AUTOFS_FS is not set | ||
| 1262 | # CONFIG_AUTOFS4_FS is not set | ||
| 1263 | # CONFIG_FUSE_FS is not set | ||
| 1264 | |||
| 1265 | # | ||
| 1266 | # Caches | ||
| 1267 | # | ||
| 1268 | # CONFIG_FSCACHE is not set | ||
| 1269 | |||
| 1270 | # | ||
| 1271 | # CD-ROM/DVD Filesystems | ||
| 1272 | # | ||
| 1273 | CONFIG_ISO9660_FS=y | ||
| 1274 | CONFIG_JOLIET=y | ||
| 1275 | # CONFIG_ZISOFS is not set | ||
| 1276 | CONFIG_UDF_FS=m | ||
| 1277 | CONFIG_UDF_NLS=y | ||
| 1278 | |||
| 1279 | # | ||
| 1280 | # DOS/FAT/NT Filesystems | ||
| 1281 | # | ||
| 1282 | CONFIG_FAT_FS=y | ||
| 1283 | CONFIG_MSDOS_FS=y | ||
| 1284 | CONFIG_VFAT_FS=y | ||
| 1285 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 1286 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 1287 | # CONFIG_NTFS_FS is not set | ||
| 1288 | |||
| 1289 | # | ||
| 1290 | # Pseudo filesystems | ||
| 1291 | # | ||
| 1292 | CONFIG_PROC_FS=y | ||
| 1293 | CONFIG_PROC_SYSCTL=y | ||
| 1294 | CONFIG_PROC_PAGE_MONITOR=y | ||
| 1295 | CONFIG_SYSFS=y | ||
| 1296 | CONFIG_TMPFS=y | ||
| 1297 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
| 1298 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1299 | # CONFIG_CONFIGFS_FS is not set | ||
| 1300 | CONFIG_MISC_FILESYSTEMS=y | ||
| 1301 | # CONFIG_ADFS_FS is not set | ||
| 1302 | # CONFIG_AFFS_FS is not set | ||
| 1303 | # CONFIG_HFS_FS is not set | ||
| 1304 | # CONFIG_HFSPLUS_FS is not set | ||
| 1305 | # CONFIG_BEFS_FS is not set | ||
| 1306 | # CONFIG_BFS_FS is not set | ||
| 1307 | # CONFIG_EFS_FS is not set | ||
| 1308 | CONFIG_JFFS2_FS=y | ||
| 1309 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 1310 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 1311 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
| 1312 | # CONFIG_JFFS2_SUMMARY is not set | ||
| 1313 | # CONFIG_JFFS2_FS_XATTR is not set | ||
| 1314 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
| 1315 | CONFIG_JFFS2_ZLIB=y | ||
| 1316 | # CONFIG_JFFS2_LZO is not set | ||
| 1317 | CONFIG_JFFS2_RTIME=y | ||
| 1318 | # CONFIG_JFFS2_RUBIN is not set | ||
| 1319 | # CONFIG_UBIFS_FS is not set | ||
| 1320 | # CONFIG_CRAMFS is not set | ||
| 1321 | # CONFIG_SQUASHFS is not set | ||
| 1322 | # CONFIG_VXFS_FS is not set | ||
| 1323 | # CONFIG_MINIX_FS is not set | ||
| 1324 | # CONFIG_OMFS_FS is not set | ||
| 1325 | # CONFIG_HPFS_FS is not set | ||
| 1326 | # CONFIG_QNX4FS_FS is not set | ||
| 1327 | # CONFIG_ROMFS_FS is not set | ||
| 1328 | # CONFIG_SYSV_FS is not set | ||
| 1329 | # CONFIG_UFS_FS is not set | ||
| 1330 | CONFIG_NETWORK_FILESYSTEMS=y | ||
| 1331 | CONFIG_NFS_FS=y | ||
| 1332 | CONFIG_NFS_V3=y | ||
| 1333 | # CONFIG_NFS_V3_ACL is not set | ||
| 1334 | # CONFIG_NFS_V4 is not set | ||
| 1335 | CONFIG_ROOT_NFS=y | ||
| 1336 | # CONFIG_NFSD is not set | ||
| 1337 | CONFIG_LOCKD=y | ||
| 1338 | CONFIG_LOCKD_V4=y | ||
| 1339 | CONFIG_NFS_COMMON=y | ||
| 1340 | CONFIG_SUNRPC=y | ||
| 1341 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
| 1342 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1343 | # CONFIG_SMB_FS is not set | ||
| 1344 | # CONFIG_CIFS is not set | ||
| 1345 | # CONFIG_NCP_FS is not set | ||
| 1346 | # CONFIG_CODA_FS is not set | ||
| 1347 | # CONFIG_AFS_FS is not set | ||
| 1348 | |||
| 1349 | # | ||
| 1350 | # Partition Types | ||
| 1351 | # | ||
| 1352 | CONFIG_PARTITION_ADVANCED=y | ||
| 1353 | # CONFIG_ACORN_PARTITION is not set | ||
| 1354 | # CONFIG_OSF_PARTITION is not set | ||
| 1355 | # CONFIG_AMIGA_PARTITION is not set | ||
| 1356 | # CONFIG_ATARI_PARTITION is not set | ||
| 1357 | # CONFIG_MAC_PARTITION is not set | ||
| 1358 | CONFIG_MSDOS_PARTITION=y | ||
| 1359 | # CONFIG_BSD_DISKLABEL is not set | ||
| 1360 | # CONFIG_MINIX_SUBPARTITION is not set | ||
| 1361 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
| 1362 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
| 1363 | # CONFIG_LDM_PARTITION is not set | ||
| 1364 | # CONFIG_SGI_PARTITION is not set | ||
| 1365 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 1366 | # CONFIG_SUN_PARTITION is not set | ||
| 1367 | # CONFIG_KARMA_PARTITION is not set | ||
| 1368 | # CONFIG_EFI_PARTITION is not set | ||
| 1369 | # CONFIG_SYSV68_PARTITION is not set | ||
| 1370 | CONFIG_NLS=y | ||
| 1371 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 1372 | CONFIG_NLS_CODEPAGE_437=y | ||
| 1373 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1374 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1375 | CONFIG_NLS_CODEPAGE_850=y | ||
| 1376 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1377 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1378 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1379 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1380 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1381 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1382 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1383 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1384 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1385 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1386 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1387 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1388 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1389 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 1390 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1391 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1392 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1393 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1394 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1395 | # CONFIG_NLS_ASCII is not set | ||
| 1396 | CONFIG_NLS_ISO8859_1=y | ||
| 1397 | CONFIG_NLS_ISO8859_2=y | ||
| 1398 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1399 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1400 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1401 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1402 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1403 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1404 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1405 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1406 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 1407 | # CONFIG_NLS_KOI8_R is not set | ||
| 1408 | # CONFIG_NLS_KOI8_U is not set | ||
| 1409 | CONFIG_NLS_UTF8=y | ||
| 1410 | # CONFIG_DLM is not set | ||
| 1411 | |||
| 1412 | # | ||
| 1413 | # Kernel hacking | ||
| 1414 | # | ||
| 1415 | # CONFIG_PRINTK_TIME is not set | ||
| 1416 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1417 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 1418 | CONFIG_FRAME_WARN=1024 | ||
| 1419 | CONFIG_MAGIC_SYSRQ=y | ||
| 1420 | # CONFIG_STRIP_ASM_SYMS is not set | ||
| 1421 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 1422 | CONFIG_DEBUG_FS=y | ||
| 1423 | # CONFIG_HEADERS_CHECK is not set | ||
| 1424 | CONFIG_DEBUG_KERNEL=y | ||
| 1425 | # CONFIG_DEBUG_SHIRQ is not set | ||
| 1426 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 1427 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1428 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1429 | CONFIG_DETECT_HUNG_TASK=y | ||
| 1430 | # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set | ||
| 1431 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 | ||
| 1432 | # CONFIG_SCHED_DEBUG is not set | ||
| 1433 | # CONFIG_SCHEDSTATS is not set | ||
| 1434 | CONFIG_TIMER_STATS=y | ||
| 1435 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 1436 | # CONFIG_DEBUG_SLAB is not set | ||
| 1437 | # CONFIG_DEBUG_KMEMLEAK is not set | ||
| 1438 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
| 1439 | # CONFIG_RT_MUTEX_TESTER is not set | ||
| 1440 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 1441 | # CONFIG_DEBUG_MUTEXES is not set | ||
| 1442 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
| 1443 | # CONFIG_PROVE_LOCKING is not set | ||
| 1444 | # CONFIG_LOCK_STAT is not set | ||
| 1445 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 1446 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
| 1447 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 1448 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 1449 | CONFIG_DEBUG_INFO=y | ||
| 1450 | # CONFIG_DEBUG_VM is not set | ||
| 1451 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 1452 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1453 | # CONFIG_DEBUG_LIST is not set | ||
| 1454 | # CONFIG_DEBUG_SG is not set | ||
| 1455 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
| 1456 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
| 1457 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
| 1458 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1459 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
| 1460 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
| 1461 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
| 1462 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
| 1463 | # CONFIG_FAULT_INJECTION is not set | ||
| 1464 | # CONFIG_LATENCYTOP is not set | ||
| 1465 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1466 | # CONFIG_PAGE_POISONING is not set | ||
| 1467 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
| 1468 | CONFIG_TRACING_SUPPORT=y | ||
| 1469 | CONFIG_FTRACE=y | ||
| 1470 | # CONFIG_FUNCTION_TRACER is not set | ||
| 1471 | # CONFIG_IRQSOFF_TRACER is not set | ||
| 1472 | # CONFIG_SCHED_TRACER is not set | ||
| 1473 | # CONFIG_ENABLE_DEFAULT_TRACERS is not set | ||
| 1474 | # CONFIG_BOOT_TRACER is not set | ||
| 1475 | CONFIG_BRANCH_PROFILE_NONE=y | ||
| 1476 | # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set | ||
| 1477 | # CONFIG_PROFILE_ALL_BRANCHES is not set | ||
| 1478 | # CONFIG_STACK_TRACER is not set | ||
| 1479 | # CONFIG_KMEMTRACE is not set | ||
| 1480 | # CONFIG_WORKQUEUE_TRACER is not set | ||
| 1481 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 1482 | # CONFIG_DYNAMIC_DEBUG is not set | ||
| 1483 | # CONFIG_SAMPLES is not set | ||
| 1484 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1485 | # CONFIG_KGDB is not set | ||
| 1486 | CONFIG_ARM_UNWIND=y | ||
| 1487 | CONFIG_DEBUG_USER=y | ||
| 1488 | CONFIG_DEBUG_ERRORS=y | ||
| 1489 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
| 1490 | # CONFIG_DEBUG_LL is not set | ||
| 1491 | |||
| 1492 | # | ||
| 1493 | # Security options | ||
| 1494 | # | ||
| 1495 | # CONFIG_KEYS is not set | ||
| 1496 | # CONFIG_SECURITY is not set | ||
| 1497 | # CONFIG_SECURITYFS is not set | ||
| 1498 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
| 1499 | CONFIG_CRYPTO=y | ||
| 1500 | |||
| 1501 | # | ||
| 1502 | # Crypto core or helper | ||
| 1503 | # | ||
| 1504 | CONFIG_CRYPTO_ALGAPI=y | ||
| 1505 | CONFIG_CRYPTO_ALGAPI2=y | ||
| 1506 | CONFIG_CRYPTO_AEAD2=y | ||
| 1507 | CONFIG_CRYPTO_BLKCIPHER=y | ||
| 1508 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
| 1509 | CONFIG_CRYPTO_HASH=y | ||
| 1510 | CONFIG_CRYPTO_HASH2=y | ||
| 1511 | CONFIG_CRYPTO_RNG2=y | ||
| 1512 | CONFIG_CRYPTO_PCOMP=y | ||
| 1513 | CONFIG_CRYPTO_MANAGER=y | ||
| 1514 | CONFIG_CRYPTO_MANAGER2=y | ||
| 1515 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 1516 | CONFIG_CRYPTO_NULL=y | ||
| 1517 | CONFIG_CRYPTO_WORKQUEUE=y | ||
| 1518 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1519 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1520 | # CONFIG_CRYPTO_TEST is not set | ||
| 1521 | |||
| 1522 | # | ||
| 1523 | # Authenticated Encryption with Associated Data | ||
| 1524 | # | ||
| 1525 | # CONFIG_CRYPTO_CCM is not set | ||
| 1526 | # CONFIG_CRYPTO_GCM is not set | ||
| 1527 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 1528 | |||
| 1529 | # | ||
| 1530 | # Block modes | ||
| 1531 | # | ||
| 1532 | CONFIG_CRYPTO_CBC=y | ||
| 1533 | # CONFIG_CRYPTO_CTR is not set | ||
| 1534 | # CONFIG_CRYPTO_CTS is not set | ||
| 1535 | CONFIG_CRYPTO_ECB=m | ||
| 1536 | # CONFIG_CRYPTO_LRW is not set | ||
| 1537 | CONFIG_CRYPTO_PCBC=m | ||
| 1538 | # CONFIG_CRYPTO_XTS is not set | ||
| 1539 | |||
| 1540 | # | ||
| 1541 | # Hash modes | ||
| 1542 | # | ||
| 1543 | CONFIG_CRYPTO_HMAC=y | ||
| 1544 | # CONFIG_CRYPTO_XCBC is not set | ||
| 1545 | # CONFIG_CRYPTO_VMAC is not set | ||
| 1546 | |||
| 1547 | # | ||
| 1548 | # Digest | ||
| 1549 | # | ||
| 1550 | CONFIG_CRYPTO_CRC32C=y | ||
| 1551 | # CONFIG_CRYPTO_GHASH is not set | ||
| 1552 | CONFIG_CRYPTO_MD4=y | ||
| 1553 | CONFIG_CRYPTO_MD5=y | ||
| 1554 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1555 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1556 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1557 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1558 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1559 | CONFIG_CRYPTO_SHA1=y | ||
| 1560 | CONFIG_CRYPTO_SHA256=y | ||
| 1561 | CONFIG_CRYPTO_SHA512=y | ||
| 1562 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 1563 | # CONFIG_CRYPTO_WP512 is not set | ||
| 1564 | |||
| 1565 | # | ||
| 1566 | # Ciphers | ||
| 1567 | # | ||
| 1568 | CONFIG_CRYPTO_AES=y | ||
| 1569 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1570 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 1571 | CONFIG_CRYPTO_BLOWFISH=y | ||
| 1572 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 1573 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 1574 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 1575 | CONFIG_CRYPTO_DES=y | ||
| 1576 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 1577 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 1578 | # CONFIG_CRYPTO_SALSA20 is not set | ||
| 1579 | # CONFIG_CRYPTO_SEED is not set | ||
| 1580 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1581 | CONFIG_CRYPTO_TEA=y | ||
| 1582 | CONFIG_CRYPTO_TWOFISH=y | ||
| 1583 | CONFIG_CRYPTO_TWOFISH_COMMON=y | ||
| 1584 | |||
| 1585 | # | ||
| 1586 | # Compression | ||
| 1587 | # | ||
| 1588 | CONFIG_CRYPTO_DEFLATE=y | ||
| 1589 | # CONFIG_CRYPTO_ZLIB is not set | ||
| 1590 | CONFIG_CRYPTO_LZO=y | ||
| 1591 | |||
| 1592 | # | ||
| 1593 | # Random Number Generation | ||
| 1594 | # | ||
| 1595 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
| 1596 | CONFIG_CRYPTO_HW=y | ||
| 1597 | # CONFIG_CRYPTO_DEV_MV_CESA is not set | ||
| 1598 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
| 1599 | # CONFIG_BINARY_PRINTF is not set | ||
| 1600 | |||
| 1601 | # | ||
| 1602 | # Library routines | ||
| 1603 | # | ||
| 1604 | CONFIG_BITREVERSE=y | ||
| 1605 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
| 1606 | CONFIG_CRC_CCITT=y | ||
| 1607 | CONFIG_CRC16=y | ||
| 1608 | # CONFIG_CRC_T10DIF is not set | ||
| 1609 | CONFIG_CRC_ITU_T=m | ||
| 1610 | CONFIG_CRC32=y | ||
| 1611 | # CONFIG_CRC7 is not set | ||
| 1612 | CONFIG_LIBCRC32C=y | ||
| 1613 | CONFIG_ZLIB_INFLATE=y | ||
| 1614 | CONFIG_ZLIB_DEFLATE=y | ||
| 1615 | CONFIG_LZO_COMPRESS=y | ||
| 1616 | CONFIG_LZO_DECOMPRESS=y | ||
| 1617 | CONFIG_HAS_IOMEM=y | ||
| 1618 | CONFIG_HAS_IOPORT=y | ||
| 1619 | CONFIG_HAS_DMA=y | ||
| 1620 | CONFIG_NLATTR=y | ||
diff --git a/arch/arm/include/asm/hardware/cache-tauros2.h b/arch/arm/include/asm/hardware/cache-tauros2.h new file mode 100644 index 000000000000..538f17ca905b --- /dev/null +++ b/arch/arm/include/asm/hardware/cache-tauros2.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/include/asm/hardware/cache-tauros2.h | ||
| 3 | * | ||
| 4 | * Copyright (C) 2008 Marvell Semiconductor | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | extern void __init tauros2_init(void); | ||
diff --git a/arch/arm/include/asm/hardware/iop3xx.h b/arch/arm/include/asm/hardware/iop3xx.h index 8d60ad267e3a..5daea2961d48 100644 --- a/arch/arm/include/asm/hardware/iop3xx.h +++ b/arch/arm/include/asm/hardware/iop3xx.h | |||
| @@ -234,7 +234,13 @@ extern int iop3xx_get_init_atu(void); | |||
| 234 | void iop3xx_map_io(void); | 234 | void iop3xx_map_io(void); |
| 235 | void iop_init_cp6_handler(void); | 235 | void iop_init_cp6_handler(void); |
| 236 | void iop_init_time(unsigned long tickrate); | 236 | void iop_init_time(unsigned long tickrate); |
| 237 | unsigned long iop_gettimeoffset(void); | 237 | |
| 238 | static inline u32 read_tmr0(void) | ||
| 239 | { | ||
| 240 | u32 val; | ||
| 241 | asm volatile("mrc p6, 0, %0, c0, c1, 0" : "=r" (val)); | ||
| 242 | return val; | ||
| 243 | } | ||
| 238 | 244 | ||
| 239 | static inline void write_tmr0(u32 val) | 245 | static inline void write_tmr0(u32 val) |
| 240 | { | 246 | { |
| @@ -253,6 +259,11 @@ static inline u32 read_tcr0(void) | |||
| 253 | return val; | 259 | return val; |
| 254 | } | 260 | } |
| 255 | 261 | ||
| 262 | static inline void write_tcr0(u32 val) | ||
| 263 | { | ||
| 264 | asm volatile("mcr p6, 0, %0, c2, c1, 0" : : "r" (val)); | ||
| 265 | } | ||
| 266 | |||
| 256 | static inline u32 read_tcr1(void) | 267 | static inline u32 read_tcr1(void) |
| 257 | { | 268 | { |
| 258 | u32 val; | 269 | u32 val; |
| @@ -260,6 +271,11 @@ static inline u32 read_tcr1(void) | |||
| 260 | return val; | 271 | return val; |
| 261 | } | 272 | } |
| 262 | 273 | ||
| 274 | static inline void write_tcr1(u32 val) | ||
| 275 | { | ||
| 276 | asm volatile("mcr p6, 0, %0, c3, c1, 0" : : "r" (val)); | ||
| 277 | } | ||
| 278 | |||
| 263 | static inline void write_trr0(u32 val) | 279 | static inline void write_trr0(u32 val) |
| 264 | { | 280 | { |
| 265 | asm volatile("mcr p6, 0, %0, c4, c1, 0" : : "r" (val)); | 281 | asm volatile("mcr p6, 0, %0, c4, c1, 0" : : "r" (val)); |
diff --git a/arch/arm/include/asm/kmap_types.h b/arch/arm/include/asm/kmap_types.h index d16ec97ec9a9..c019949a5189 100644 --- a/arch/arm/include/asm/kmap_types.h +++ b/arch/arm/include/asm/kmap_types.h | |||
| @@ -22,4 +22,10 @@ enum km_type { | |||
| 22 | KM_TYPE_NR | 22 | KM_TYPE_NR |
| 23 | }; | 23 | }; |
| 24 | 24 | ||
| 25 | #ifdef CONFIG_DEBUG_HIGHMEM | ||
| 26 | #define KM_NMI (-1) | ||
| 27 | #define KM_NMI_PTE (-1) | ||
| 28 | #define KM_IRQ_PTE (-1) | ||
| 29 | #endif | ||
| 30 | |||
| 25 | #endif | 31 | #endif |
diff --git a/arch/arm/kernel/head-nommu.S b/arch/arm/kernel/head-nommu.S index e5dfc2895e24..573b803dc6bf 100644 --- a/arch/arm/kernel/head-nommu.S +++ b/arch/arm/kernel/head-nommu.S | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | * numbers for r1. | 32 | * numbers for r1. |
| 33 | * | 33 | * |
| 34 | */ | 34 | */ |
| 35 | .section ".text.head", "ax" | 35 | __HEAD |
| 36 | ENTRY(stext) | 36 | ENTRY(stext) |
| 37 | setmode PSR_F_BIT | PSR_I_BIT | SVC_MODE, r9 @ ensure svc mode | 37 | setmode PSR_F_BIT | PSR_I_BIT | SVC_MODE, r9 @ ensure svc mode |
| 38 | @ and irqs disabled | 38 | @ and irqs disabled |
diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S index 38ccbe1d3b2c..eb62bf947212 100644 --- a/arch/arm/kernel/head.S +++ b/arch/arm/kernel/head.S | |||
| @@ -74,7 +74,7 @@ | |||
| 74 | * crap here - that's what the boot loader (or in extreme, well justified | 74 | * crap here - that's what the boot loader (or in extreme, well justified |
| 75 | * circumstances, zImage) is for. | 75 | * circumstances, zImage) is for. |
| 76 | */ | 76 | */ |
| 77 | .section ".text.head", "ax" | 77 | __HEAD |
| 78 | ENTRY(stext) | 78 | ENTRY(stext) |
| 79 | setmode PSR_F_BIT | PSR_I_BIT | SVC_MODE, r9 @ ensure svc mode | 79 | setmode PSR_F_BIT | PSR_I_BIT | SVC_MODE, r9 @ ensure svc mode |
| 80 | @ and irqs disabled | 80 | @ and irqs disabled |
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index aecf87dfbaec..71151bd87a36 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
| @@ -24,13 +24,11 @@ SECTIONS | |||
| 24 | #else | 24 | #else |
| 25 | . = PAGE_OFFSET + TEXT_OFFSET; | 25 | . = PAGE_OFFSET + TEXT_OFFSET; |
| 26 | #endif | 26 | #endif |
| 27 | .text.head : { | ||
| 28 | _stext = .; | ||
| 29 | _sinittext = .; | ||
| 30 | *(.text.head) | ||
| 31 | } | ||
| 32 | 27 | ||
| 33 | .init : { /* Init code and data */ | 28 | .init : { /* Init code and data */ |
| 29 | _stext = .; | ||
| 30 | _sinittext = .; | ||
| 31 | HEAD_TEXT | ||
| 34 | INIT_TEXT | 32 | INIT_TEXT |
| 35 | _einittext = .; | 33 | _einittext = .; |
| 36 | __proc_info_begin = .; | 34 | __proc_info_begin = .; |
| @@ -42,43 +40,31 @@ SECTIONS | |||
| 42 | __tagtable_begin = .; | 40 | __tagtable_begin = .; |
| 43 | *(.taglist.init) | 41 | *(.taglist.init) |
| 44 | __tagtable_end = .; | 42 | __tagtable_end = .; |
| 45 | . = ALIGN(16); | 43 | |
| 46 | __setup_start = .; | 44 | INIT_SETUP(16) |
| 47 | *(.init.setup) | 45 | |
| 48 | __setup_end = .; | ||
| 49 | __early_begin = .; | 46 | __early_begin = .; |
| 50 | *(.early_param.init) | 47 | *(.early_param.init) |
| 51 | __early_end = .; | 48 | __early_end = .; |
| 52 | __initcall_start = .; | 49 | |
| 53 | INITCALLS | 50 | INIT_CALLS |
| 54 | __initcall_end = .; | 51 | CON_INITCALL |
| 55 | __con_initcall_start = .; | 52 | SECURITY_INITCALL |
| 56 | *(.con_initcall.init) | 53 | INIT_RAM_FS |
| 57 | __con_initcall_end = .; | 54 | |
| 58 | __security_initcall_start = .; | ||
| 59 | *(.security_initcall.init) | ||
| 60 | __security_initcall_end = .; | ||
| 61 | #ifdef CONFIG_BLK_DEV_INITRD | ||
| 62 | . = ALIGN(32); | ||
| 63 | __initramfs_start = .; | ||
| 64 | usr/built-in.o(.init.ramfs) | ||
| 65 | __initramfs_end = .; | ||
| 66 | #endif | ||
| 67 | . = ALIGN(PAGE_SIZE); | ||
| 68 | __per_cpu_load = .; | ||
| 69 | __per_cpu_start = .; | ||
| 70 | *(.data.percpu.page_aligned) | ||
| 71 | *(.data.percpu) | ||
| 72 | *(.data.percpu.shared_aligned) | ||
| 73 | __per_cpu_end = .; | ||
| 74 | #ifndef CONFIG_XIP_KERNEL | 55 | #ifndef CONFIG_XIP_KERNEL |
| 75 | __init_begin = _stext; | 56 | __init_begin = _stext; |
| 76 | INIT_DATA | 57 | INIT_DATA |
| 77 | . = ALIGN(PAGE_SIZE); | ||
| 78 | __init_end = .; | ||
| 79 | #endif | 58 | #endif |
| 80 | } | 59 | } |
| 81 | 60 | ||
| 61 | PERCPU(PAGE_SIZE) | ||
| 62 | |||
| 63 | #ifndef CONFIG_XIP_KERNEL | ||
| 64 | . = ALIGN(PAGE_SIZE); | ||
| 65 | __init_end = .; | ||
| 66 | #endif | ||
| 67 | |||
| 82 | /DISCARD/ : { /* Exit code and data */ | 68 | /DISCARD/ : { /* Exit code and data */ |
| 83 | EXIT_TEXT | 69 | EXIT_TEXT |
| 84 | EXIT_DATA | 70 | EXIT_DATA |
| @@ -157,7 +143,7 @@ SECTIONS | |||
| 157 | * first, the init task union, aligned | 143 | * first, the init task union, aligned |
| 158 | * to an 8192 byte boundary. | 144 | * to an 8192 byte boundary. |
| 159 | */ | 145 | */ |
| 160 | *(.data.init_task) | 146 | INIT_TASK_DATA(THREAD_SIZE) |
| 161 | 147 | ||
| 162 | #ifdef CONFIG_XIP_KERNEL | 148 | #ifdef CONFIG_XIP_KERNEL |
| 163 | . = ALIGN(PAGE_SIZE); | 149 | . = ALIGN(PAGE_SIZE); |
| @@ -167,17 +153,8 @@ SECTIONS | |||
| 167 | __init_end = .; | 153 | __init_end = .; |
| 168 | #endif | 154 | #endif |
| 169 | 155 | ||
| 170 | . = ALIGN(PAGE_SIZE); | 156 | NOSAVE_DATA |
| 171 | __nosave_begin = .; | 157 | CACHELINE_ALIGNED_DATA(32) |
| 172 | *(.data.nosave) | ||
| 173 | . = ALIGN(PAGE_SIZE); | ||
| 174 | __nosave_end = .; | ||
| 175 | |||
| 176 | /* | ||
| 177 | * then the cacheline aligned data | ||
| 178 | */ | ||
| 179 | . = ALIGN(32); | ||
| 180 | *(.data.cacheline_aligned) | ||
| 181 | 158 | ||
| 182 | /* | 159 | /* |
| 183 | * The exception fixup table (might need resorting at runtime) | 160 | * The exception fixup table (might need resorting at runtime) |
| @@ -256,20 +233,10 @@ SECTIONS | |||
| 256 | } | 233 | } |
| 257 | #endif | 234 | #endif |
| 258 | 235 | ||
| 259 | .bss : { | 236 | BSS_SECTION(0, 0, 0) |
| 260 | __bss_start = .; /* BSS */ | 237 | _end = .; |
| 261 | *(.bss) | 238 | |
| 262 | *(COMMON) | 239 | STABS_DEBUG |
| 263 | __bss_stop = .; | ||
| 264 | _end = .; | ||
| 265 | } | ||
| 266 | /* Stabs debugging sections. */ | ||
| 267 | .stab 0 : { *(.stab) } | ||
| 268 | .stabstr 0 : { *(.stabstr) } | ||
| 269 | .stab.excl 0 : { *(.stab.excl) } | ||
| 270 | .stab.exclstr 0 : { *(.stab.exclstr) } | ||
| 271 | .stab.index 0 : { *(.stab.index) } | ||
| 272 | .stab.indexstr 0 : { *(.stab.indexstr) } | ||
| 273 | .comment 0 : { *(.comment) } | 240 | .comment 0 : { *(.comment) } |
| 274 | } | 241 | } |
| 275 | 242 | ||
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index e35d54d43e70..3df124e54267 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
| @@ -1,5 +1,20 @@ | |||
| 1 | if ARCH_AT91 | 1 | if ARCH_AT91 |
| 2 | 2 | ||
| 3 | config HAVE_AT91_DATAFLASH_CARD | ||
| 4 | bool | ||
| 5 | |||
| 6 | config HAVE_NAND_ATMEL_BUSWIDTH_16 | ||
| 7 | bool | ||
| 8 | |||
| 9 | config HAVE_AT91_USART3 | ||
| 10 | bool | ||
| 11 | |||
| 12 | config HAVE_AT91_USART4 | ||
| 13 | bool | ||
| 14 | |||
| 15 | config HAVE_AT91_USART5 | ||
| 16 | bool | ||
| 17 | |||
| 3 | menu "Atmel AT91 System-on-Chip" | 18 | menu "Atmel AT91 System-on-Chip" |
| 4 | 19 | ||
| 5 | choice | 20 | choice |
| @@ -10,54 +25,69 @@ config ARCH_AT91RM9200 | |||
| 10 | select CPU_ARM920T | 25 | select CPU_ARM920T |
| 11 | select GENERIC_TIME | 26 | select GENERIC_TIME |
| 12 | select GENERIC_CLOCKEVENTS | 27 | select GENERIC_CLOCKEVENTS |
| 28 | select HAVE_AT91_USART3 | ||
| 13 | 29 | ||
| 14 | config ARCH_AT91SAM9260 | 30 | config ARCH_AT91SAM9260 |
| 15 | bool "AT91SAM9260 or AT91SAM9XE" | 31 | bool "AT91SAM9260 or AT91SAM9XE" |
| 16 | select CPU_ARM926T | 32 | select CPU_ARM926T |
| 17 | select GENERIC_TIME | 33 | select GENERIC_TIME |
| 18 | select GENERIC_CLOCKEVENTS | 34 | select GENERIC_CLOCKEVENTS |
| 35 | select HAVE_AT91_USART3 | ||
| 36 | select HAVE_AT91_USART4 | ||
| 37 | select HAVE_AT91_USART5 | ||
| 19 | 38 | ||
| 20 | config ARCH_AT91SAM9261 | 39 | config ARCH_AT91SAM9261 |
| 21 | bool "AT91SAM9261" | 40 | bool "AT91SAM9261" |
| 22 | select CPU_ARM926T | 41 | select CPU_ARM926T |
| 23 | select GENERIC_TIME | 42 | select GENERIC_TIME |
| 24 | select GENERIC_CLOCKEVENTS | 43 | select GENERIC_CLOCKEVENTS |
| 44 | select HAVE_FB_ATMEL | ||
| 25 | 45 | ||
| 26 | config ARCH_AT91SAM9G10 | 46 | config ARCH_AT91SAM9G10 |
| 27 | bool "AT91SAM9G10" | 47 | bool "AT91SAM9G10" |
| 28 | select CPU_ARM926T | 48 | select CPU_ARM926T |
| 29 | select GENERIC_TIME | 49 | select GENERIC_TIME |
| 30 | select GENERIC_CLOCKEVENTS | 50 | select GENERIC_CLOCKEVENTS |
| 51 | select HAVE_FB_ATMEL | ||
| 31 | 52 | ||
| 32 | config ARCH_AT91SAM9263 | 53 | config ARCH_AT91SAM9263 |
| 33 | bool "AT91SAM9263" | 54 | bool "AT91SAM9263" |
| 34 | select CPU_ARM926T | 55 | select CPU_ARM926T |
| 35 | select GENERIC_TIME | 56 | select GENERIC_TIME |
| 36 | select GENERIC_CLOCKEVENTS | 57 | select GENERIC_CLOCKEVENTS |
| 58 | select HAVE_FB_ATMEL | ||
| 37 | 59 | ||
| 38 | config ARCH_AT91SAM9RL | 60 | config ARCH_AT91SAM9RL |
| 39 | bool "AT91SAM9RL" | 61 | bool "AT91SAM9RL" |
| 40 | select CPU_ARM926T | 62 | select CPU_ARM926T |
| 41 | select GENERIC_TIME | 63 | select GENERIC_TIME |
| 42 | select GENERIC_CLOCKEVENTS | 64 | select GENERIC_CLOCKEVENTS |
| 65 | select HAVE_AT91_USART3 | ||
| 66 | select HAVE_FB_ATMEL | ||
| 43 | 67 | ||
| 44 | config ARCH_AT91SAM9G20 | 68 | config ARCH_AT91SAM9G20 |
| 45 | bool "AT91SAM9G20" | 69 | bool "AT91SAM9G20" |
| 46 | select CPU_ARM926T | 70 | select CPU_ARM926T |
| 47 | select GENERIC_TIME | 71 | select GENERIC_TIME |
| 48 | select GENERIC_CLOCKEVENTS | 72 | select GENERIC_CLOCKEVENTS |
| 73 | select HAVE_AT91_USART3 | ||
| 74 | select HAVE_AT91_USART4 | ||
| 75 | select HAVE_AT91_USART5 | ||
| 49 | 76 | ||
| 50 | config ARCH_AT91SAM9G45 | 77 | config ARCH_AT91SAM9G45 |
| 51 | bool "AT91SAM9G45" | 78 | bool "AT91SAM9G45" |
| 52 | select CPU_ARM926T | 79 | select CPU_ARM926T |
| 53 | select GENERIC_TIME | 80 | select GENERIC_TIME |
| 54 | select GENERIC_CLOCKEVENTS | 81 | select GENERIC_CLOCKEVENTS |
| 82 | select HAVE_AT91_USART3 | ||
| 83 | select HAVE_FB_ATMEL | ||
| 55 | 84 | ||
| 56 | config ARCH_AT91CAP9 | 85 | config ARCH_AT91CAP9 |
| 57 | bool "AT91CAP9" | 86 | bool "AT91CAP9" |
| 58 | select CPU_ARM926T | 87 | select CPU_ARM926T |
| 59 | select GENERIC_TIME | 88 | select GENERIC_TIME |
| 60 | select GENERIC_CLOCKEVENTS | 89 | select GENERIC_CLOCKEVENTS |
| 90 | select HAVE_FB_ATMEL | ||
| 61 | 91 | ||
| 62 | config ARCH_AT91X40 | 92 | config ARCH_AT91X40 |
| 63 | bool "AT91x40" | 93 | bool "AT91x40" |
| @@ -76,89 +106,79 @@ comment "AT91RM9200 Board Type" | |||
| 76 | 106 | ||
| 77 | config MACH_ONEARM | 107 | config MACH_ONEARM |
| 78 | bool "Ajeco 1ARM Single Board Computer" | 108 | bool "Ajeco 1ARM Single Board Computer" |
| 79 | depends on ARCH_AT91RM9200 | ||
| 80 | help | 109 | help |
| 81 | Select this if you are using Ajeco's 1ARM Single Board Computer. | 110 | Select this if you are using Ajeco's 1ARM Single Board Computer. |
| 82 | <http://www.ajeco.fi/products.htm> | 111 | <http://www.ajeco.fi/products.htm> |
| 83 | 112 | ||
| 84 | config ARCH_AT91RM9200DK | 113 | config ARCH_AT91RM9200DK |
| 85 | bool "Atmel AT91RM9200-DK Development board" | 114 | bool "Atmel AT91RM9200-DK Development board" |
| 86 | depends on ARCH_AT91RM9200 | 115 | select HAVE_AT91_DATAFLASH_CARD |
| 87 | help | 116 | help |
| 88 | Select this if you are using Atmel's AT91RM9200-DK Development board. | 117 | Select this if you are using Atmel's AT91RM9200-DK Development board. |
| 89 | (Discontinued) | 118 | (Discontinued) |
| 90 | 119 | ||
| 91 | config MACH_AT91RM9200EK | 120 | config MACH_AT91RM9200EK |
| 92 | bool "Atmel AT91RM9200-EK Evaluation Kit" | 121 | bool "Atmel AT91RM9200-EK Evaluation Kit" |
| 93 | depends on ARCH_AT91RM9200 | 122 | select HAVE_AT91_DATAFLASH_CARD |
| 94 | help | 123 | help |
| 95 | Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit. | 124 | Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit. |
| 96 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507> | 125 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507> |
| 97 | 126 | ||
| 98 | config MACH_CSB337 | 127 | config MACH_CSB337 |
| 99 | bool "Cogent CSB337" | 128 | bool "Cogent CSB337" |
| 100 | depends on ARCH_AT91RM9200 | ||
| 101 | help | 129 | help |
| 102 | Select this if you are using Cogent's CSB337 board. | 130 | Select this if you are using Cogent's CSB337 board. |
| 103 | <http://www.cogcomp.com/csb_csb337.htm> | 131 | <http://www.cogcomp.com/csb_csb337.htm> |
| 104 | 132 | ||
| 105 | config MACH_CSB637 | 133 | config MACH_CSB637 |
| 106 | bool "Cogent CSB637" | 134 | bool "Cogent CSB637" |
| 107 | depends on ARCH_AT91RM9200 | ||
| 108 | help | 135 | help |
| 109 | Select this if you are using Cogent's CSB637 board. | 136 | Select this if you are using Cogent's CSB637 board. |
| 110 | <http://www.cogcomp.com/csb_csb637.htm> | 137 | <http://www.cogcomp.com/csb_csb637.htm> |
| 111 | 138 | ||
| 112 | config MACH_CARMEVA | 139 | config MACH_CARMEVA |
| 113 | bool "Conitec ARM&EVA" | 140 | bool "Conitec ARM&EVA" |
| 114 | depends on ARCH_AT91RM9200 | ||
| 115 | help | 141 | help |
| 116 | Select this if you are using Conitec's AT91RM9200-MCU-Module. | 142 | Select this if you are using Conitec's AT91RM9200-MCU-Module. |
| 117 | <http://www.conitec.net/english/linuxboard.htm> | 143 | <http://www.conitec.net/english/linuxboard.htm> |
| 118 | 144 | ||
| 119 | config MACH_ATEB9200 | 145 | config MACH_ATEB9200 |
| 120 | bool "Embest ATEB9200" | 146 | bool "Embest ATEB9200" |
| 121 | depends on ARCH_AT91RM9200 | ||
| 122 | help | 147 | help |
| 123 | Select this if you are using Embest's ATEB9200 board. | 148 | Select this if you are using Embest's ATEB9200 board. |
| 124 | <http://www.embedinfo.com/english/product/ATEB9200.asp> | 149 | <http://www.embedinfo.com/english/product/ATEB9200.asp> |
| 125 | 150 | ||
| 126 | config MACH_KB9200 | 151 | config MACH_KB9200 |
| 127 | bool "KwikByte KB920x" | 152 | bool "KwikByte KB920x" |
| 128 | depends on ARCH_AT91RM9200 | ||
| 129 | help | 153 | help |
| 130 | Select this if you are using KwikByte's KB920x board. | 154 | Select this if you are using KwikByte's KB920x board. |
| 131 | <http://kwikbyte.com/KB9202_description_new.htm> | 155 | <http://kwikbyte.com/KB9202_description_new.htm> |
| 132 | 156 | ||
| 133 | config MACH_PICOTUX2XX | 157 | config MACH_PICOTUX2XX |
| 134 | bool "picotux 200" | 158 | bool "picotux 200" |
| 135 | depends on ARCH_AT91RM9200 | ||
| 136 | help | 159 | help |
| 137 | Select this if you are using a picotux 200. | 160 | Select this if you are using a picotux 200. |
| 138 | <http://www.picotux.com/> | 161 | <http://www.picotux.com/> |
| 139 | 162 | ||
| 140 | config MACH_KAFA | 163 | config MACH_KAFA |
| 141 | bool "Sperry-Sun KAFA board" | 164 | bool "Sperry-Sun KAFA board" |
| 142 | depends on ARCH_AT91RM9200 | ||
| 143 | help | 165 | help |
| 144 | Select this if you are using Sperry-Sun's KAFA board. | 166 | Select this if you are using Sperry-Sun's KAFA board. |
| 145 | 167 | ||
| 146 | config MACH_ECBAT91 | 168 | config MACH_ECBAT91 |
| 147 | bool "emQbit ECB_AT91 SBC" | 169 | bool "emQbit ECB_AT91 SBC" |
| 148 | depends on ARCH_AT91RM9200 | 170 | select HAVE_AT91_DATAFLASH_CARD |
| 149 | help | 171 | help |
| 150 | Select this if you are using emQbit's ECB_AT91 board. | 172 | Select this if you are using emQbit's ECB_AT91 board. |
| 151 | <http://wiki.emqbit.com/free-ecb-at91> | 173 | <http://wiki.emqbit.com/free-ecb-at91> |
| 152 | 174 | ||
| 153 | config MACH_YL9200 | 175 | config MACH_YL9200 |
| 154 | bool "ucDragon YL-9200" | 176 | bool "ucDragon YL-9200" |
| 155 | depends on ARCH_AT91RM9200 | ||
| 156 | help | 177 | help |
| 157 | Select this if you are using the ucDragon YL-9200 board. | 178 | Select this if you are using the ucDragon YL-9200 board. |
| 158 | 179 | ||
| 159 | config MACH_CPUAT91 | 180 | config MACH_CPUAT91 |
| 160 | bool "Eukrea CPUAT91" | 181 | bool "Eukrea CPUAT91" |
| 161 | depends on ARCH_AT91RM9200 | ||
| 162 | help | 182 | help |
| 163 | Select this if you are using the Eukrea Electromatique's | 183 | Select this if you are using the Eukrea Electromatique's |
| 164 | CPUAT91 board <http://www.eukrea.com/>. | 184 | CPUAT91 board <http://www.eukrea.com/>. |
| @@ -173,7 +193,6 @@ comment "AT91SAM9260 Variants" | |||
| 173 | 193 | ||
| 174 | config ARCH_AT91SAM9260_SAM9XE | 194 | config ARCH_AT91SAM9260_SAM9XE |
| 175 | bool "AT91SAM9XE" | 195 | bool "AT91SAM9XE" |
| 176 | depends on ARCH_AT91SAM9260 | ||
| 177 | help | 196 | help |
| 178 | Select this if you are using Atmel's AT91SAM9XE System-on-Chip. | 197 | Select this if you are using Atmel's AT91SAM9XE System-on-Chip. |
| 179 | They are basically AT91SAM9260s with various sizes of embedded Flash. | 198 | They are basically AT91SAM9260s with various sizes of embedded Flash. |
| @@ -182,28 +201,27 @@ comment "AT91SAM9260 / AT91SAM9XE Board Type" | |||
| 182 | 201 | ||
| 183 | config MACH_AT91SAM9260EK | 202 | config MACH_AT91SAM9260EK |
| 184 | bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit" | 203 | bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit" |
| 185 | depends on ARCH_AT91SAM9260 | 204 | select HAVE_AT91_DATAFLASH_CARD |
| 205 | select HAVE_NAND_ATMEL_BUSWIDTH_16 | ||
| 186 | help | 206 | help |
| 187 | Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit | 207 | Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit |
| 188 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933> | 208 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933> |
| 189 | 209 | ||
| 190 | config MACH_CAM60 | 210 | config MACH_CAM60 |
| 191 | bool "KwikByte KB9260 (CAM60) board" | 211 | bool "KwikByte KB9260 (CAM60) board" |
| 192 | depends on ARCH_AT91SAM9260 | ||
| 193 | help | 212 | help |
| 194 | Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260. | 213 | Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260. |
| 195 | <http://www.kwikbyte.com/KB9260.html> | 214 | <http://www.kwikbyte.com/KB9260.html> |
| 196 | 215 | ||
| 197 | config MACH_SAM9_L9260 | 216 | config MACH_SAM9_L9260 |
| 198 | bool "Olimex SAM9-L9260 board" | 217 | bool "Olimex SAM9-L9260 board" |
| 199 | depends on ARCH_AT91SAM9260 | 218 | select HAVE_AT91_DATAFLASH_CARD |
| 200 | help | 219 | help |
| 201 | Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260. | 220 | Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260. |
| 202 | <http://www.olimex.com/dev/sam9-L9260.html> | 221 | <http://www.olimex.com/dev/sam9-L9260.html> |
| 203 | 222 | ||
| 204 | config MACH_AFEB9260 | 223 | config MACH_AFEB9260 |
| 205 | bool "Custom afeb9260 board v1" | 224 | bool "Custom afeb9260 board v1" |
| 206 | depends on ARCH_AT91SAM9260 | ||
| 207 | help | 225 | help |
| 208 | Select this if you are using custom afeb9260 board based on | 226 | Select this if you are using custom afeb9260 board based on |
| 209 | open hardware design. Select this for revision 1 of the board. | 227 | open hardware design. Select this for revision 1 of the board. |
| @@ -212,21 +230,18 @@ config MACH_AFEB9260 | |||
| 212 | 230 | ||
| 213 | config MACH_USB_A9260 | 231 | config MACH_USB_A9260 |
| 214 | bool "CALAO USB-A9260" | 232 | bool "CALAO USB-A9260" |
| 215 | depends on ARCH_AT91SAM9260 | ||
| 216 | help | 233 | help |
| 217 | Select this if you are using a Calao Systems USB-A9260. | 234 | Select this if you are using a Calao Systems USB-A9260. |
| 218 | <http://www.calao-systems.com> | 235 | <http://www.calao-systems.com> |
| 219 | 236 | ||
| 220 | config MACH_QIL_A9260 | 237 | config MACH_QIL_A9260 |
| 221 | bool "CALAO QIL-A9260 board" | 238 | bool "CALAO QIL-A9260 board" |
| 222 | depends on ARCH_AT91SAM9260 | ||
| 223 | help | 239 | help |
| 224 | Select this if you are using a Calao Systems QIL-A9260 Board. | 240 | Select this if you are using a Calao Systems QIL-A9260 Board. |
| 225 | <http://www.calao-systems.com> | 241 | <http://www.calao-systems.com> |
| 226 | 242 | ||
| 227 | config MACH_CPU9260 | 243 | config MACH_CPU9260 |
| 228 | bool "Eukrea CPU9260 board" | 244 | bool "Eukrea CPU9260 board" |
| 229 | depends on ARCH_AT91SAM9260 | ||
| 230 | help | 245 | help |
| 231 | Select this if you are using a Eukrea Electromatique's | 246 | Select this if you are using a Eukrea Electromatique's |
| 232 | CPU9260 Board <http://www.eukrea.com/> | 247 | CPU9260 Board <http://www.eukrea.com/> |
| @@ -241,7 +256,8 @@ comment "AT91SAM9261 Board Type" | |||
| 241 | 256 | ||
| 242 | config MACH_AT91SAM9261EK | 257 | config MACH_AT91SAM9261EK |
| 243 | bool "Atmel AT91SAM9261-EK Evaluation Kit" | 258 | bool "Atmel AT91SAM9261-EK Evaluation Kit" |
| 244 | depends on ARCH_AT91SAM9261 | 259 | select HAVE_AT91_DATAFLASH_CARD |
| 260 | select HAVE_NAND_ATMEL_BUSWIDTH_16 | ||
| 245 | help | 261 | help |
| 246 | Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit. | 262 | Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit. |
| 247 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820> | 263 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820> |
| @@ -256,7 +272,8 @@ comment "AT91SAM9G10 Board Type" | |||
| 256 | 272 | ||
| 257 | config MACH_AT91SAM9G10EK | 273 | config MACH_AT91SAM9G10EK |
| 258 | bool "Atmel AT91SAM9G10-EK Evaluation Kit" | 274 | bool "Atmel AT91SAM9G10-EK Evaluation Kit" |
| 259 | depends on ARCH_AT91SAM9G10 | 275 | select HAVE_AT91_DATAFLASH_CARD |
| 276 | select HAVE_NAND_ATMEL_BUSWIDTH_16 | ||
| 260 | help | 277 | help |
| 261 | Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit. | 278 | Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit. |
| 262 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588> | 279 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588> |
| @@ -271,31 +288,24 @@ comment "AT91SAM9263 Board Type" | |||
| 271 | 288 | ||
| 272 | config MACH_AT91SAM9263EK | 289 | config MACH_AT91SAM9263EK |
| 273 | bool "Atmel AT91SAM9263-EK Evaluation Kit" | 290 | bool "Atmel AT91SAM9263-EK Evaluation Kit" |
| 274 | depends on ARCH_AT91SAM9263 | 291 | select HAVE_AT91_DATAFLASH_CARD |
| 292 | select HAVE_NAND_ATMEL_BUSWIDTH_16 | ||
| 275 | help | 293 | help |
| 276 | Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit. | 294 | Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit. |
| 277 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057> | 295 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057> |
| 278 | 296 | ||
| 279 | config MACH_USB_A9263 | 297 | config MACH_USB_A9263 |
| 280 | bool "CALAO USB-A9263" | 298 | bool "CALAO USB-A9263" |
| 281 | depends on ARCH_AT91SAM9263 | ||
| 282 | help | 299 | help |
| 283 | Select this if you are using a Calao Systems USB-A9263. | 300 | Select this if you are using a Calao Systems USB-A9263. |
| 284 | <http://www.calao-systems.com> | 301 | <http://www.calao-systems.com> |
| 285 | 302 | ||
| 286 | config MACH_NEOCORE926 | 303 | config MACH_NEOCORE926 |
| 287 | bool "Adeneo NEOCORE926" | 304 | bool "Adeneo NEOCORE926" |
| 288 | depends on ARCH_AT91SAM9263 | 305 | select HAVE_AT91_DATAFLASH_CARD |
| 289 | help | 306 | help |
| 290 | Select this if you are using the Adeneo Neocore 926 board. | 307 | Select this if you are using the Adeneo Neocore 926 board. |
| 291 | 308 | ||
| 292 | config MACH_AT91SAM9G20EK_2MMC | ||
| 293 | bool "Atmel AT91SAM9G20-EK Evaluation Kit modified for 2 MMC Slots" | ||
| 294 | depends on ARCH_AT91SAM9G20 | ||
| 295 | help | ||
| 296 | Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit | ||
| 297 | Rev A or B modified for 2 MMC Slots. | ||
| 298 | |||
| 299 | endif | 309 | endif |
| 300 | 310 | ||
| 301 | # ---------------------------------------------------------- | 311 | # ---------------------------------------------------------- |
| @@ -306,7 +316,6 @@ comment "AT91SAM9RL Board Type" | |||
| 306 | 316 | ||
| 307 | config MACH_AT91SAM9RLEK | 317 | config MACH_AT91SAM9RLEK |
| 308 | bool "Atmel AT91SAM9RL-EK Evaluation Kit" | 318 | bool "Atmel AT91SAM9RL-EK Evaluation Kit" |
| 309 | depends on ARCH_AT91SAM9RL | ||
| 310 | help | 319 | help |
| 311 | Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit. | 320 | Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit. |
| 312 | 321 | ||
| @@ -320,13 +329,22 @@ comment "AT91SAM9G20 Board Type" | |||
| 320 | 329 | ||
| 321 | config MACH_AT91SAM9G20EK | 330 | config MACH_AT91SAM9G20EK |
| 322 | bool "Atmel AT91SAM9G20-EK Evaluation Kit" | 331 | bool "Atmel AT91SAM9G20-EK Evaluation Kit" |
| 323 | depends on ARCH_AT91SAM9G20 | 332 | select HAVE_AT91_DATAFLASH_CARD |
| 333 | select HAVE_NAND_ATMEL_BUSWIDTH_16 | ||
| 324 | help | 334 | help |
| 325 | Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit. | 335 | Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit |
| 336 | that embeds only one SD/MMC slot. | ||
| 337 | |||
| 338 | config MACH_AT91SAM9G20EK_2MMC | ||
| 339 | bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots" | ||
| 340 | select HAVE_NAND_ATMEL_BUSWIDTH_16 | ||
| 341 | help | ||
| 342 | Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit | ||
| 343 | with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and | ||
| 344 | onwards. | ||
| 326 | 345 | ||
| 327 | config MACH_CPU9G20 | 346 | config MACH_CPU9G20 |
| 328 | bool "Eukrea CPU9G20 board" | 347 | bool "Eukrea CPU9G20 board" |
| 329 | depends on ARCH_AT91SAM9G20 | ||
| 330 | help | 348 | help |
| 331 | Select this if you are using a Eukrea Electromatique's | 349 | Select this if you are using a Eukrea Electromatique's |
| 332 | CPU9G20 Board <http://www.eukrea.com/> | 350 | CPU9G20 Board <http://www.eukrea.com/> |
| @@ -341,7 +359,7 @@ comment "AT91SAM9G45 Board Type" | |||
| 341 | 359 | ||
| 342 | config MACH_AT91SAM9G45EKES | 360 | config MACH_AT91SAM9G45EKES |
| 343 | bool "Atmel AT91SAM9G45-EKES Evaluation Kit" | 361 | bool "Atmel AT91SAM9G45-EKES Evaluation Kit" |
| 344 | depends on ARCH_AT91SAM9G45 | 362 | select HAVE_NAND_ATMEL_BUSWIDTH_16 |
| 345 | help | 363 | help |
| 346 | Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit. | 364 | Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit. |
| 347 | "ES" at the end of the name means that this board is an | 365 | "ES" at the end of the name means that this board is an |
| @@ -357,7 +375,8 @@ comment "AT91CAP9 Board Type" | |||
| 357 | 375 | ||
| 358 | config MACH_AT91CAP9ADK | 376 | config MACH_AT91CAP9ADK |
| 359 | bool "Atmel AT91CAP9A-DK Evaluation Kit" | 377 | bool "Atmel AT91CAP9A-DK Evaluation Kit" |
| 360 | depends on ARCH_AT91CAP9 | 378 | select HAVE_AT91_DATAFLASH_CARD |
| 379 | select HAVE_NAND_ATMEL_BUSWIDTH_16 | ||
| 361 | help | 380 | help |
| 362 | Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit. | 381 | Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit. |
| 363 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138> | 382 | <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138> |
| @@ -386,13 +405,13 @@ comment "AT91 Board Options" | |||
| 386 | 405 | ||
| 387 | config MTD_AT91_DATAFLASH_CARD | 406 | config MTD_AT91_DATAFLASH_CARD |
| 388 | bool "Enable DataFlash Card support" | 407 | bool "Enable DataFlash Card support" |
| 389 | depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_ECBAT91 || MACH_SAM9_L9260 || MACH_AT91CAP9ADK || MACH_NEOCORE926) | 408 | depends on HAVE_AT91_DATAFLASH_CARD |
| 390 | help | 409 | help |
| 391 | Enable support for the DataFlash card. | 410 | Enable support for the DataFlash card. |
| 392 | 411 | ||
| 393 | config MTD_NAND_ATMEL_BUSWIDTH_16 | 412 | config MTD_NAND_ATMEL_BUSWIDTH_16 |
| 394 | bool "Enable 16-bit data bus interface to NAND flash" | 413 | bool "Enable 16-bit data bus interface to NAND flash" |
| 395 | depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_AT91SAM9G45EKES || MACH_AT91CAP9ADK) | 414 | depends on HAVE_NAND_ATMEL_BUSWIDTH_16 |
| 396 | help | 415 | help |
| 397 | On AT91SAM926x boards both types of NAND flash can be present | 416 | On AT91SAM926x boards both types of NAND flash can be present |
| 398 | (8 and 16 bit data bus width). | 417 | (8 and 16 bit data bus width). |
| @@ -454,15 +473,15 @@ config AT91_EARLY_USART2 | |||
| 454 | 473 | ||
| 455 | config AT91_EARLY_USART3 | 474 | config AT91_EARLY_USART3 |
| 456 | bool "USART3" | 475 | bool "USART3" |
| 457 | depends on (ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9260 || ARCH_AT91SAM9G20 || ARCH_AT91SAM9G45) | 476 | depends on HAVE_AT91_USART3 |
| 458 | 477 | ||
| 459 | config AT91_EARLY_USART4 | 478 | config AT91_EARLY_USART4 |
| 460 | bool "USART4" | 479 | bool "USART4" |
| 461 | depends on ARCH_AT91SAM9260 || ARCH_AT91SAM9G20 | 480 | depends on HAVE_AT91_USART4 |
| 462 | 481 | ||
| 463 | config AT91_EARLY_USART5 | 482 | config AT91_EARLY_USART5 |
| 464 | bool "USART5" | 483 | bool "USART5" |
| 465 | depends on ARCH_AT91SAM9260 || ARCH_AT91SAM9G20 | 484 | depends on HAVE_AT91_USART5 |
| 466 | 485 | ||
| 467 | endchoice | 486 | endchoice |
| 468 | 487 | ||
diff --git a/arch/arm/mach-at91/board-sam9g20ek-2slot-mmc.c b/arch/arm/mach-at91/board-sam9g20ek-2slot-mmc.c index a28e53faf71d..a4102d72cc9b 100644 --- a/arch/arm/mach-at91/board-sam9g20ek-2slot-mmc.c +++ b/arch/arm/mach-at91/board-sam9g20ek-2slot-mmc.c | |||
| @@ -90,7 +90,7 @@ static struct at91_udc_data __initdata ek_udc_data = { | |||
| 90 | * SPI devices. | 90 | * SPI devices. |
| 91 | */ | 91 | */ |
| 92 | static struct spi_board_info ek_spi_devices[] = { | 92 | static struct spi_board_info ek_spi_devices[] = { |
| 93 | #if !defined(CONFIG_MMC_ATMELMCI) | 93 | #if !(defined(CONFIG_MMC_ATMELMCI) || defined(CONFIG_MMC_AT91)) |
| 94 | { /* DataFlash chip */ | 94 | { /* DataFlash chip */ |
| 95 | .modalias = "mtd_dataflash", | 95 | .modalias = "mtd_dataflash", |
| 96 | .chip_select = 1, | 96 | .chip_select = 1, |
| @@ -113,7 +113,7 @@ static struct spi_board_info ek_spi_devices[] = { | |||
| 113 | * MACB Ethernet device | 113 | * MACB Ethernet device |
| 114 | */ | 114 | */ |
| 115 | static struct at91_eth_data __initdata ek_macb_data = { | 115 | static struct at91_eth_data __initdata ek_macb_data = { |
| 116 | .phy_irq_pin = AT91_PIN_PC12, | 116 | .phy_irq_pin = AT91_PIN_PB0, |
| 117 | .is_rmii = 1, | 117 | .is_rmii = 1, |
| 118 | }; | 118 | }; |
| 119 | 119 | ||
| @@ -194,24 +194,27 @@ static void __init ek_add_device_nand(void) | |||
| 194 | 194 | ||
| 195 | /* | 195 | /* |
| 196 | * MCI (SD/MMC) | 196 | * MCI (SD/MMC) |
| 197 | * det_pin and wp_pin are not connected | 197 | * wp_pin is not connected |
| 198 | */ | 198 | */ |
| 199 | #if defined(CONFIG_MMC_ATMELMCI) || defined(CONFIG_MMC_ATMELMCI_MODULE) | 199 | #if defined(CONFIG_MMC_ATMELMCI) || defined(CONFIG_MMC_ATMELMCI_MODULE) |
| 200 | static struct mci_platform_data __initdata ek_mmc_data = { | 200 | static struct mci_platform_data __initdata ek_mmc_data = { |
| 201 | .slot[0] = { | 201 | .slot[0] = { |
| 202 | .bus_width = 4, | 202 | .bus_width = 4, |
| 203 | .detect_pin = -ENODEV, | 203 | .detect_pin = AT91_PIN_PC2, |
| 204 | .wp_pin = -ENODEV, | 204 | .wp_pin = -ENODEV, |
| 205 | }, | 205 | }, |
| 206 | .slot[1] = { | 206 | .slot[1] = { |
| 207 | .bus_width = 4, | 207 | .bus_width = 4, |
| 208 | .detect_pin = -ENODEV, | 208 | .detect_pin = AT91_PIN_PC9, |
| 209 | .wp_pin = -ENODEV, | 209 | .wp_pin = -ENODEV, |
| 210 | }, | 210 | }, |
| 211 | 211 | ||
| 212 | }; | 212 | }; |
| 213 | #else | 213 | #else |
| 214 | static struct amci_platform_data __initdata ek_mmc_data = { | 214 | static struct at91_mmc_data __initdata ek_mmc_data = { |
| 215 | .slot_b = 1, /* Only one slot so use slot B */ | ||
| 216 | .wire4 = 1, | ||
| 217 | .det_pin = AT91_PIN_PC9, | ||
| 215 | }; | 218 | }; |
| 216 | #endif | 219 | #endif |
| 217 | 220 | ||
| @@ -221,13 +224,13 @@ static struct amci_platform_data __initdata ek_mmc_data = { | |||
| 221 | static struct gpio_led ek_leds[] = { | 224 | static struct gpio_led ek_leds[] = { |
| 222 | { /* "bottom" led, green, userled1 to be defined */ | 225 | { /* "bottom" led, green, userled1 to be defined */ |
| 223 | .name = "ds5", | 226 | .name = "ds5", |
| 224 | .gpio = AT91_PIN_PB12, | 227 | .gpio = AT91_PIN_PB8, |
| 225 | .active_low = 1, | 228 | .active_low = 1, |
| 226 | .default_trigger = "none", | 229 | .default_trigger = "none", |
| 227 | }, | 230 | }, |
| 228 | { /* "power" led, yellow */ | 231 | { /* "power" led, yellow */ |
| 229 | .name = "ds1", | 232 | .name = "ds1", |
| 230 | .gpio = AT91_PIN_PB13, | 233 | .gpio = AT91_PIN_PB9, |
| 231 | .default_trigger = "heartbeat", | 234 | .default_trigger = "heartbeat", |
| 232 | } | 235 | } |
| 233 | }; | 236 | }; |
| @@ -254,7 +257,11 @@ static void __init ek_board_init(void) | |||
| 254 | /* Ethernet */ | 257 | /* Ethernet */ |
| 255 | at91_add_device_eth(&ek_macb_data); | 258 | at91_add_device_eth(&ek_macb_data); |
| 256 | /* MMC */ | 259 | /* MMC */ |
| 260 | #if defined(CONFIG_MMC_ATMELMCI) || defined(CONFIG_MMC_ATMELMCI_MODULE) | ||
| 257 | at91_add_device_mci(0, &ek_mmc_data); | 261 | at91_add_device_mci(0, &ek_mmc_data); |
| 262 | #else | ||
| 263 | at91_add_device_mmc(0, &ek_mmc_data); | ||
| 264 | #endif | ||
| 258 | /* I2C */ | 265 | /* I2C */ |
| 259 | at91_add_device_i2c(ek_i2c_devices, ARRAY_SIZE(ek_i2c_devices)); | 266 | at91_add_device_i2c(ek_i2c_devices, ARRAY_SIZE(ek_i2c_devices)); |
| 260 | /* LEDs */ | 267 | /* LEDs */ |
diff --git a/arch/arm/mach-dove/Kconfig b/arch/arm/mach-dove/Kconfig new file mode 100644 index 000000000000..3b9a32ace909 --- /dev/null +++ b/arch/arm/mach-dove/Kconfig | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | if ARCH_DOVE | ||
| 2 | |||
| 3 | menu "Marvell Dove Implementations" | ||
| 4 | |||
| 5 | config MACH_DOVE_DB | ||
| 6 | bool "Marvell DB-MV88AP510 Development Board" | ||
| 7 | select I2C_BOARDINFO | ||
| 8 | help | ||
| 9 | Say 'Y' here if you want your kernel to support the | ||
| 10 | Marvell DB-MV88AP510 Development Board. | ||
| 11 | |||
| 12 | endmenu | ||
| 13 | |||
| 14 | endif | ||
diff --git a/arch/arm/mach-dove/Makefile b/arch/arm/mach-dove/Makefile new file mode 100644 index 000000000000..7ab3be53f642 --- /dev/null +++ b/arch/arm/mach-dove/Makefile | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | obj-y += common.o addr-map.o irq.o pcie.o | ||
| 2 | |||
| 3 | obj-$(CONFIG_MACH_DOVE_DB) += dove-db-setup.o | ||
diff --git a/arch/arm/mach-dove/Makefile.boot b/arch/arm/mach-dove/Makefile.boot new file mode 100644 index 000000000000..67039c3e0c48 --- /dev/null +++ b/arch/arm/mach-dove/Makefile.boot | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | zreladdr-y := 0x00008000 | ||
| 2 | params_phys-y := 0x00000100 | ||
| 3 | initrd_phys-y := 0x00800000 | ||
diff --git a/arch/arm/mach-dove/addr-map.c b/arch/arm/mach-dove/addr-map.c new file mode 100644 index 000000000000..00be4fc26dd7 --- /dev/null +++ b/arch/arm/mach-dove/addr-map.c | |||
| @@ -0,0 +1,149 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/addr-map.c | ||
| 3 | * | ||
| 4 | * Address map functions for Marvell Dove 88AP510 SoC | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #include <linux/kernel.h> | ||
| 12 | #include <linux/init.h> | ||
| 13 | #include <linux/mbus.h> | ||
| 14 | #include <linux/io.h> | ||
| 15 | #include <asm/mach/arch.h> | ||
| 16 | #include <asm/setup.h> | ||
| 17 | #include "common.h" | ||
| 18 | |||
| 19 | /* | ||
| 20 | * Generic Address Decode Windows bit settings | ||
| 21 | */ | ||
| 22 | #define TARGET_DDR 0x0 | ||
| 23 | #define TARGET_BOOTROM 0x1 | ||
| 24 | #define TARGET_CESA 0x3 | ||
| 25 | #define TARGET_PCIE0 0x4 | ||
| 26 | #define TARGET_PCIE1 0x8 | ||
| 27 | #define TARGET_SCRATCHPAD 0xd | ||
| 28 | |||
| 29 | #define ATTR_CESA 0x01 | ||
| 30 | #define ATTR_BOOTROM 0xfd | ||
| 31 | #define ATTR_DEV_SPI0_ROM 0xfe | ||
| 32 | #define ATTR_DEV_SPI1_ROM 0xfb | ||
| 33 | #define ATTR_PCIE_IO 0xe0 | ||
| 34 | #define ATTR_PCIE_MEM 0xe8 | ||
| 35 | #define ATTR_SCRATCHPAD 0x0 | ||
| 36 | |||
| 37 | /* | ||
| 38 | * CPU Address Decode Windows registers | ||
| 39 | */ | ||
| 40 | #define WIN_CTRL(n) (BRIDGE_VIRT_BASE + ((n) << 4) + 0x0) | ||
| 41 | #define WIN_BASE(n) (BRIDGE_VIRT_BASE + ((n) << 4) + 0x4) | ||
| 42 | #define WIN_REMAP_LO(n) (BRIDGE_VIRT_BASE + ((n) << 4) + 0x8) | ||
| 43 | #define WIN_REMAP_HI(n) (BRIDGE_VIRT_BASE + ((n) << 4) + 0xc) | ||
| 44 | |||
| 45 | struct mbus_dram_target_info dove_mbus_dram_info; | ||
| 46 | |||
| 47 | static inline void __iomem *ddr_map_sc(int i) | ||
| 48 | { | ||
| 49 | return (void __iomem *)(DOVE_MC_VIRT_BASE + 0x100 + ((i) << 4)); | ||
| 50 | } | ||
| 51 | |||
| 52 | static int cpu_win_can_remap(int win) | ||
| 53 | { | ||
| 54 | if (win < 4) | ||
| 55 | return 1; | ||
| 56 | |||
| 57 | return 0; | ||
| 58 | } | ||
| 59 | |||
| 60 | static void __init setup_cpu_win(int win, u32 base, u32 size, | ||
| 61 | u8 target, u8 attr, int remap) | ||
| 62 | { | ||
| 63 | u32 ctrl; | ||
| 64 | |||
| 65 | base &= 0xffff0000; | ||
| 66 | ctrl = ((size - 1) & 0xffff0000) | (attr << 8) | (target << 4) | 1; | ||
| 67 | |||
| 68 | writel(base, WIN_BASE(win)); | ||
| 69 | writel(ctrl, WIN_CTRL(win)); | ||
| 70 | if (cpu_win_can_remap(win)) { | ||
| 71 | if (remap < 0) | ||
| 72 | remap = base; | ||
| 73 | writel(remap & 0xffff0000, WIN_REMAP_LO(win)); | ||
| 74 | writel(0, WIN_REMAP_HI(win)); | ||
| 75 | } | ||
| 76 | } | ||
| 77 | |||
| 78 | void __init dove_setup_cpu_mbus(void) | ||
| 79 | { | ||
| 80 | int i; | ||
| 81 | int cs; | ||
| 82 | |||
| 83 | /* | ||
| 84 | * First, disable and clear windows. | ||
| 85 | */ | ||
| 86 | for (i = 0; i < 8; i++) { | ||
| 87 | writel(0, WIN_BASE(i)); | ||
| 88 | writel(0, WIN_CTRL(i)); | ||
| 89 | if (cpu_win_can_remap(i)) { | ||
| 90 | writel(0, WIN_REMAP_LO(i)); | ||
| 91 | writel(0, WIN_REMAP_HI(i)); | ||
| 92 | } | ||
| 93 | } | ||
| 94 | |||
| 95 | /* | ||
| 96 | * Setup windows for PCIe IO+MEM space. | ||
| 97 | */ | ||
| 98 | setup_cpu_win(0, DOVE_PCIE0_IO_PHYS_BASE, DOVE_PCIE0_IO_SIZE, | ||
| 99 | TARGET_PCIE0, ATTR_PCIE_IO, DOVE_PCIE0_IO_BUS_BASE); | ||
| 100 | setup_cpu_win(1, DOVE_PCIE1_IO_PHYS_BASE, DOVE_PCIE1_IO_SIZE, | ||
| 101 | TARGET_PCIE1, ATTR_PCIE_IO, DOVE_PCIE1_IO_BUS_BASE); | ||
| 102 | setup_cpu_win(2, DOVE_PCIE0_MEM_PHYS_BASE, DOVE_PCIE0_MEM_SIZE, | ||
| 103 | TARGET_PCIE0, ATTR_PCIE_MEM, -1); | ||
| 104 | setup_cpu_win(3, DOVE_PCIE1_MEM_PHYS_BASE, DOVE_PCIE1_MEM_SIZE, | ||
| 105 | TARGET_PCIE1, ATTR_PCIE_MEM, -1); | ||
| 106 | |||
| 107 | /* | ||
| 108 | * Setup window for CESA engine. | ||
| 109 | */ | ||
| 110 | setup_cpu_win(4, DOVE_CESA_PHYS_BASE, DOVE_CESA_SIZE, | ||
| 111 | TARGET_CESA, ATTR_CESA, -1); | ||
| 112 | |||
| 113 | /* | ||
| 114 | * Setup the Window to the BootROM for Standby and Sleep Resume | ||
| 115 | */ | ||
| 116 | setup_cpu_win(5, DOVE_BOOTROM_PHYS_BASE, DOVE_BOOTROM_SIZE, | ||
| 117 | TARGET_BOOTROM, ATTR_BOOTROM, -1); | ||
| 118 | |||
| 119 | /* | ||
| 120 | * Setup the Window to the PMU Scratch Pad space | ||
| 121 | */ | ||
| 122 | setup_cpu_win(6, DOVE_SCRATCHPAD_PHYS_BASE, DOVE_SCRATCHPAD_SIZE, | ||
| 123 | TARGET_SCRATCHPAD, ATTR_SCRATCHPAD, -1); | ||
| 124 | |||
| 125 | /* | ||
| 126 | * Setup MBUS dram target info. | ||
| 127 | */ | ||
| 128 | dove_mbus_dram_info.mbus_dram_target_id = TARGET_DDR; | ||
| 129 | |||
| 130 | for (i = 0, cs = 0; i < 2; i++) { | ||
| 131 | u32 map = readl(ddr_map_sc(i)); | ||
| 132 | |||
| 133 | /* | ||
| 134 | * Chip select enabled? | ||
| 135 | */ | ||
| 136 | if (map & 1) { | ||
| 137 | struct mbus_dram_window *w; | ||
| 138 | |||
| 139 | w = &dove_mbus_dram_info.cs[cs++]; | ||
| 140 | w->cs_index = i; | ||
| 141 | w->mbus_attr = 0; /* CS address decoding done inside */ | ||
| 142 | /* the DDR controller, no need to */ | ||
| 143 | /* provide attributes */ | ||
| 144 | w->base = map & 0xff800000; | ||
| 145 | w->size = 0x100000 << (((map & 0x000f0000) >> 16) - 4); | ||
| 146 | } | ||
| 147 | } | ||
| 148 | dove_mbus_dram_info.num_cs = cs; | ||
| 149 | } | ||
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c new file mode 100644 index 000000000000..806972a68c87 --- /dev/null +++ b/arch/arm/mach-dove/common.c | |||
| @@ -0,0 +1,781 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/common.c | ||
| 3 | * | ||
| 4 | * Core functions for Marvell Dove 88AP510 System On Chip | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #include <linux/kernel.h> | ||
| 12 | #include <linux/delay.h> | ||
| 13 | #include <linux/init.h> | ||
| 14 | #include <linux/platform_device.h> | ||
| 15 | #include <linux/pci.h> | ||
| 16 | #include <linux/serial_8250.h> | ||
| 17 | #include <linux/clk.h> | ||
| 18 | #include <linux/mbus.h> | ||
| 19 | #include <linux/mv643xx_eth.h> | ||
| 20 | #include <linux/mv643xx_i2c.h> | ||
| 21 | #include <linux/ata_platform.h> | ||
| 22 | #include <linux/spi/orion_spi.h> | ||
| 23 | #include <linux/gpio.h> | ||
| 24 | #include <asm/page.h> | ||
| 25 | #include <asm/setup.h> | ||
| 26 | #include <asm/timex.h> | ||
| 27 | #include <asm/hardware/cache-tauros2.h> | ||
| 28 | #include <asm/mach/map.h> | ||
| 29 | #include <asm/mach/time.h> | ||
| 30 | #include <asm/mach/pci.h> | ||
| 31 | #include <mach/dove.h> | ||
| 32 | #include <mach/bridge-regs.h> | ||
| 33 | #include <asm/mach/arch.h> | ||
| 34 | #include <linux/irq.h> | ||
| 35 | #include <plat/mv_xor.h> | ||
| 36 | #include <plat/ehci-orion.h> | ||
| 37 | #include <plat/time.h> | ||
| 38 | #include "common.h" | ||
| 39 | |||
| 40 | /***************************************************************************** | ||
| 41 | * I/O Address Mapping | ||
| 42 | ****************************************************************************/ | ||
| 43 | static struct map_desc dove_io_desc[] __initdata = { | ||
| 44 | { | ||
| 45 | .virtual = DOVE_SB_REGS_VIRT_BASE, | ||
| 46 | .pfn = __phys_to_pfn(DOVE_SB_REGS_PHYS_BASE), | ||
| 47 | .length = DOVE_SB_REGS_SIZE, | ||
| 48 | .type = MT_DEVICE, | ||
| 49 | }, { | ||
| 50 | .virtual = DOVE_NB_REGS_VIRT_BASE, | ||
| 51 | .pfn = __phys_to_pfn(DOVE_NB_REGS_PHYS_BASE), | ||
| 52 | .length = DOVE_NB_REGS_SIZE, | ||
| 53 | .type = MT_DEVICE, | ||
| 54 | }, { | ||
| 55 | .virtual = DOVE_PCIE0_IO_VIRT_BASE, | ||
| 56 | .pfn = __phys_to_pfn(DOVE_PCIE0_IO_PHYS_BASE), | ||
| 57 | .length = DOVE_PCIE0_IO_SIZE, | ||
| 58 | .type = MT_DEVICE, | ||
| 59 | }, { | ||
| 60 | .virtual = DOVE_PCIE1_IO_VIRT_BASE, | ||
| 61 | .pfn = __phys_to_pfn(DOVE_PCIE1_IO_PHYS_BASE), | ||
| 62 | .length = DOVE_PCIE1_IO_SIZE, | ||
| 63 | .type = MT_DEVICE, | ||
| 64 | }, | ||
| 65 | }; | ||
| 66 | |||
| 67 | void __init dove_map_io(void) | ||
| 68 | { | ||
| 69 | iotable_init(dove_io_desc, ARRAY_SIZE(dove_io_desc)); | ||
| 70 | } | ||
| 71 | |||
| 72 | /***************************************************************************** | ||
| 73 | * EHCI | ||
| 74 | ****************************************************************************/ | ||
| 75 | static struct orion_ehci_data dove_ehci_data = { | ||
| 76 | .dram = &dove_mbus_dram_info, | ||
| 77 | .phy_version = EHCI_PHY_NA, | ||
| 78 | }; | ||
| 79 | |||
| 80 | static u64 ehci_dmamask = DMA_BIT_MASK(32); | ||
| 81 | |||
| 82 | /***************************************************************************** | ||
| 83 | * EHCI0 | ||
| 84 | ****************************************************************************/ | ||
| 85 | static struct resource dove_ehci0_resources[] = { | ||
| 86 | { | ||
| 87 | .start = DOVE_USB0_PHYS_BASE, | ||
| 88 | .end = DOVE_USB0_PHYS_BASE + SZ_4K - 1, | ||
| 89 | .flags = IORESOURCE_MEM, | ||
| 90 | }, { | ||
| 91 | .start = IRQ_DOVE_USB0, | ||
| 92 | .end = IRQ_DOVE_USB0, | ||
| 93 | .flags = IORESOURCE_IRQ, | ||
| 94 | }, | ||
| 95 | }; | ||
| 96 | |||
| 97 | static struct platform_device dove_ehci0 = { | ||
| 98 | .name = "orion-ehci", | ||
| 99 | .id = 0, | ||
| 100 | .dev = { | ||
| 101 | .dma_mask = &ehci_dmamask, | ||
| 102 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 103 | .platform_data = &dove_ehci_data, | ||
| 104 | }, | ||
| 105 | .resource = dove_ehci0_resources, | ||
| 106 | .num_resources = ARRAY_SIZE(dove_ehci0_resources), | ||
| 107 | }; | ||
| 108 | |||
| 109 | void __init dove_ehci0_init(void) | ||
| 110 | { | ||
| 111 | platform_device_register(&dove_ehci0); | ||
| 112 | } | ||
| 113 | |||
| 114 | /***************************************************************************** | ||
| 115 | * EHCI1 | ||
| 116 | ****************************************************************************/ | ||
| 117 | static struct resource dove_ehci1_resources[] = { | ||
| 118 | { | ||
| 119 | .start = DOVE_USB1_PHYS_BASE, | ||
| 120 | .end = DOVE_USB1_PHYS_BASE + SZ_4K - 1, | ||
| 121 | .flags = IORESOURCE_MEM, | ||
| 122 | }, { | ||
| 123 | .start = IRQ_DOVE_USB1, | ||
| 124 | .end = IRQ_DOVE_USB1, | ||
| 125 | .flags = IORESOURCE_IRQ, | ||
| 126 | }, | ||
| 127 | }; | ||
| 128 | |||
| 129 | static struct platform_device dove_ehci1 = { | ||
| 130 | .name = "orion-ehci", | ||
| 131 | .id = 1, | ||
| 132 | .dev = { | ||
| 133 | .dma_mask = &ehci_dmamask, | ||
| 134 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 135 | .platform_data = &dove_ehci_data, | ||
| 136 | }, | ||
| 137 | .resource = dove_ehci1_resources, | ||
| 138 | .num_resources = ARRAY_SIZE(dove_ehci1_resources), | ||
| 139 | }; | ||
| 140 | |||
| 141 | void __init dove_ehci1_init(void) | ||
| 142 | { | ||
| 143 | platform_device_register(&dove_ehci1); | ||
| 144 | } | ||
| 145 | |||
| 146 | /***************************************************************************** | ||
| 147 | * GE00 | ||
| 148 | ****************************************************************************/ | ||
| 149 | struct mv643xx_eth_shared_platform_data dove_ge00_shared_data = { | ||
| 150 | .t_clk = 0, | ||
| 151 | .dram = &dove_mbus_dram_info, | ||
| 152 | }; | ||
| 153 | |||
| 154 | static struct resource dove_ge00_shared_resources[] = { | ||
| 155 | { | ||
| 156 | .name = "ge00 base", | ||
| 157 | .start = DOVE_GE00_PHYS_BASE + 0x2000, | ||
| 158 | .end = DOVE_GE00_PHYS_BASE + SZ_16K - 1, | ||
| 159 | .flags = IORESOURCE_MEM, | ||
| 160 | }, | ||
| 161 | }; | ||
| 162 | |||
| 163 | static struct platform_device dove_ge00_shared = { | ||
| 164 | .name = MV643XX_ETH_SHARED_NAME, | ||
| 165 | .id = 0, | ||
| 166 | .dev = { | ||
| 167 | .platform_data = &dove_ge00_shared_data, | ||
| 168 | }, | ||
| 169 | .num_resources = 1, | ||
| 170 | .resource = dove_ge00_shared_resources, | ||
| 171 | }; | ||
| 172 | |||
| 173 | static struct resource dove_ge00_resources[] = { | ||
| 174 | { | ||
| 175 | .name = "ge00 irq", | ||
| 176 | .start = IRQ_DOVE_GE00_SUM, | ||
| 177 | .end = IRQ_DOVE_GE00_SUM, | ||
| 178 | .flags = IORESOURCE_IRQ, | ||
| 179 | }, | ||
| 180 | }; | ||
| 181 | |||
| 182 | static struct platform_device dove_ge00 = { | ||
| 183 | .name = MV643XX_ETH_NAME, | ||
| 184 | .id = 0, | ||
| 185 | .num_resources = 1, | ||
| 186 | .resource = dove_ge00_resources, | ||
| 187 | .dev = { | ||
| 188 | .coherent_dma_mask = 0xffffffff, | ||
| 189 | }, | ||
| 190 | }; | ||
| 191 | |||
| 192 | void __init dove_ge00_init(struct mv643xx_eth_platform_data *eth_data) | ||
| 193 | { | ||
| 194 | eth_data->shared = &dove_ge00_shared; | ||
| 195 | dove_ge00.dev.platform_data = eth_data; | ||
| 196 | |||
| 197 | platform_device_register(&dove_ge00_shared); | ||
| 198 | platform_device_register(&dove_ge00); | ||
| 199 | } | ||
| 200 | |||
| 201 | /***************************************************************************** | ||
| 202 | * SoC RTC | ||
| 203 | ****************************************************************************/ | ||
| 204 | static struct resource dove_rtc_resource[] = { | ||
| 205 | { | ||
| 206 | .start = DOVE_RTC_PHYS_BASE, | ||
| 207 | .end = DOVE_RTC_PHYS_BASE + 32 - 1, | ||
| 208 | .flags = IORESOURCE_MEM, | ||
| 209 | }, { | ||
| 210 | .start = IRQ_DOVE_RTC, | ||
| 211 | .flags = IORESOURCE_IRQ, | ||
| 212 | } | ||
| 213 | }; | ||
| 214 | |||
| 215 | void __init dove_rtc_init(void) | ||
| 216 | { | ||
| 217 | platform_device_register_simple("rtc-mv", -1, dove_rtc_resource, 2); | ||
| 218 | } | ||
| 219 | |||
| 220 | /***************************************************************************** | ||
| 221 | * SATA | ||
| 222 | ****************************************************************************/ | ||
| 223 | static struct resource dove_sata_resources[] = { | ||
| 224 | { | ||
| 225 | .name = "sata base", | ||
| 226 | .start = DOVE_SATA_PHYS_BASE, | ||
| 227 | .end = DOVE_SATA_PHYS_BASE + 0x5000 - 1, | ||
| 228 | .flags = IORESOURCE_MEM, | ||
| 229 | }, { | ||
| 230 | .name = "sata irq", | ||
| 231 | .start = IRQ_DOVE_SATA, | ||
| 232 | .end = IRQ_DOVE_SATA, | ||
| 233 | .flags = IORESOURCE_IRQ, | ||
| 234 | }, | ||
| 235 | }; | ||
| 236 | |||
| 237 | static struct platform_device dove_sata = { | ||
| 238 | .name = "sata_mv", | ||
| 239 | .id = 0, | ||
| 240 | .dev = { | ||
| 241 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
| 242 | }, | ||
| 243 | .num_resources = ARRAY_SIZE(dove_sata_resources), | ||
| 244 | .resource = dove_sata_resources, | ||
| 245 | }; | ||
| 246 | |||
| 247 | void __init dove_sata_init(struct mv_sata_platform_data *sata_data) | ||
| 248 | { | ||
| 249 | sata_data->dram = &dove_mbus_dram_info; | ||
| 250 | dove_sata.dev.platform_data = sata_data; | ||
| 251 | platform_device_register(&dove_sata); | ||
| 252 | } | ||
| 253 | |||
| 254 | /***************************************************************************** | ||
| 255 | * UART0 | ||
| 256 | ****************************************************************************/ | ||
| 257 | static struct plat_serial8250_port dove_uart0_data[] = { | ||
| 258 | { | ||
| 259 | .mapbase = DOVE_UART0_PHYS_BASE, | ||
| 260 | .membase = (char *)DOVE_UART0_VIRT_BASE, | ||
| 261 | .irq = IRQ_DOVE_UART_0, | ||
| 262 | .flags = UPF_SKIP_TEST | UPF_BOOT_AUTOCONF, | ||
| 263 | .iotype = UPIO_MEM, | ||
| 264 | .regshift = 2, | ||
| 265 | .uartclk = 0, | ||
| 266 | }, { | ||
| 267 | }, | ||
| 268 | }; | ||
| 269 | |||
| 270 | static struct resource dove_uart0_resources[] = { | ||
| 271 | { | ||
| 272 | .start = DOVE_UART0_PHYS_BASE, | ||
| 273 | .end = DOVE_UART0_PHYS_BASE + SZ_256 - 1, | ||
| 274 | .flags = IORESOURCE_MEM, | ||
| 275 | }, { | ||
| 276 | .start = IRQ_DOVE_UART_0, | ||
| 277 | .end = IRQ_DOVE_UART_0, | ||
| 278 | .flags = IORESOURCE_IRQ, | ||
| 279 | }, | ||
| 280 | }; | ||
| 281 | |||
| 282 | static struct platform_device dove_uart0 = { | ||
| 283 | .name = "serial8250", | ||
| 284 | .id = 0, | ||
| 285 | .dev = { | ||
| 286 | .platform_data = dove_uart0_data, | ||
| 287 | }, | ||
| 288 | .resource = dove_uart0_resources, | ||
| 289 | .num_resources = ARRAY_SIZE(dove_uart0_resources), | ||
| 290 | }; | ||
| 291 | |||
| 292 | void __init dove_uart0_init(void) | ||
| 293 | { | ||
| 294 | platform_device_register(&dove_uart0); | ||
| 295 | } | ||
| 296 | |||
| 297 | /***************************************************************************** | ||
| 298 | * UART1 | ||
| 299 | ****************************************************************************/ | ||
| 300 | static struct plat_serial8250_port dove_uart1_data[] = { | ||
| 301 | { | ||
| 302 | .mapbase = DOVE_UART1_PHYS_BASE, | ||
| 303 | .membase = (char *)DOVE_UART1_VIRT_BASE, | ||
| 304 | .irq = IRQ_DOVE_UART_1, | ||
| 305 | .flags = UPF_SKIP_TEST | UPF_BOOT_AUTOCONF, | ||
| 306 | .iotype = UPIO_MEM, | ||
| 307 | .regshift = 2, | ||
| 308 | .uartclk = 0, | ||
| 309 | }, { | ||
| 310 | }, | ||
| 311 | }; | ||
| 312 | |||
| 313 | static struct resource dove_uart1_resources[] = { | ||
| 314 | { | ||
| 315 | .start = DOVE_UART1_PHYS_BASE, | ||
| 316 | .end = DOVE_UART1_PHYS_BASE + SZ_256 - 1, | ||
| 317 | .flags = IORESOURCE_MEM, | ||
| 318 | }, { | ||
| 319 | .start = IRQ_DOVE_UART_1, | ||
| 320 | .end = IRQ_DOVE_UART_1, | ||
| 321 | .flags = IORESOURCE_IRQ, | ||
| 322 | }, | ||
| 323 | }; | ||
| 324 | |||
| 325 | static struct platform_device dove_uart1 = { | ||
| 326 | .name = "serial8250", | ||
| 327 | .id = 1, | ||
| 328 | .dev = { | ||
| 329 | .platform_data = dove_uart1_data, | ||
| 330 | }, | ||
| 331 | .resource = dove_uart1_resources, | ||
| 332 | .num_resources = ARRAY_SIZE(dove_uart1_resources), | ||
| 333 | }; | ||
| 334 | |||
| 335 | void __init dove_uart1_init(void) | ||
| 336 | { | ||
| 337 | platform_device_register(&dove_uart1); | ||
| 338 | } | ||
| 339 | |||
| 340 | /***************************************************************************** | ||
| 341 | * UART2 | ||
| 342 | ****************************************************************************/ | ||
| 343 | static struct plat_serial8250_port dove_uart2_data[] = { | ||
| 344 | { | ||
| 345 | .mapbase = DOVE_UART2_PHYS_BASE, | ||
| 346 | .membase = (char *)DOVE_UART2_VIRT_BASE, | ||
| 347 | .irq = IRQ_DOVE_UART_2, | ||
| 348 | .flags = UPF_SKIP_TEST | UPF_BOOT_AUTOCONF, | ||
| 349 | .iotype = UPIO_MEM, | ||
| 350 | .regshift = 2, | ||
| 351 | .uartclk = 0, | ||
| 352 | }, { | ||
| 353 | }, | ||
| 354 | }; | ||
| 355 | |||
| 356 | static struct resource dove_uart2_resources[] = { | ||
| 357 | { | ||
| 358 | .start = DOVE_UART2_PHYS_BASE, | ||
| 359 | .end = DOVE_UART2_PHYS_BASE + SZ_256 - 1, | ||
| 360 | .flags = IORESOURCE_MEM, | ||
| 361 | }, { | ||
| 362 | .start = IRQ_DOVE_UART_2, | ||
| 363 | .end = IRQ_DOVE_UART_2, | ||
| 364 | .flags = IORESOURCE_IRQ, | ||
| 365 | }, | ||
| 366 | }; | ||
| 367 | |||
| 368 | static struct platform_device dove_uart2 = { | ||
| 369 | .name = "serial8250", | ||
| 370 | .id = 2, | ||
| 371 | .dev = { | ||
| 372 | .platform_data = dove_uart2_data, | ||
| 373 | }, | ||
| 374 | .resource = dove_uart2_resources, | ||
| 375 | .num_resources = ARRAY_SIZE(dove_uart2_resources), | ||
| 376 | }; | ||
| 377 | |||
| 378 | void __init dove_uart2_init(void) | ||
| 379 | { | ||
| 380 | platform_device_register(&dove_uart2); | ||
| 381 | } | ||
| 382 | |||
| 383 | /***************************************************************************** | ||
| 384 | * UART3 | ||
| 385 | ****************************************************************************/ | ||
| 386 | static struct plat_serial8250_port dove_uart3_data[] = { | ||
| 387 | { | ||
| 388 | .mapbase = DOVE_UART3_PHYS_BASE, | ||
| 389 | .membase = (char *)DOVE_UART3_VIRT_BASE, | ||
| 390 | .irq = IRQ_DOVE_UART_3, | ||
| 391 | .flags = UPF_SKIP_TEST | UPF_BOOT_AUTOCONF, | ||
| 392 | .iotype = UPIO_MEM, | ||
| 393 | .regshift = 2, | ||
| 394 | .uartclk = 0, | ||
| 395 | }, { | ||
| 396 | }, | ||
| 397 | }; | ||
| 398 | |||
| 399 | static struct resource dove_uart3_resources[] = { | ||
| 400 | { | ||
| 401 | .start = DOVE_UART3_PHYS_BASE, | ||
| 402 | .end = DOVE_UART3_PHYS_BASE + SZ_256 - 1, | ||
| 403 | .flags = IORESOURCE_MEM, | ||
| 404 | }, { | ||
| 405 | .start = IRQ_DOVE_UART_3, | ||
| 406 | .end = IRQ_DOVE_UART_3, | ||
| 407 | .flags = IORESOURCE_IRQ, | ||
| 408 | }, | ||
| 409 | }; | ||
| 410 | |||
| 411 | static struct platform_device dove_uart3 = { | ||
| 412 | .name = "serial8250", | ||
| 413 | .id = 3, | ||
| 414 | .dev = { | ||
| 415 | .platform_data = dove_uart3_data, | ||
| 416 | }, | ||
| 417 | .resource = dove_uart3_resources, | ||
| 418 | .num_resources = ARRAY_SIZE(dove_uart3_resources), | ||
| 419 | }; | ||
| 420 | |||
| 421 | void __init dove_uart3_init(void) | ||
| 422 | { | ||
| 423 | platform_device_register(&dove_uart3); | ||
| 424 | } | ||
| 425 | |||
| 426 | /***************************************************************************** | ||
| 427 | * SPI0 | ||
| 428 | ****************************************************************************/ | ||
| 429 | static struct orion_spi_info dove_spi0_data = { | ||
| 430 | .tclk = 0, | ||
| 431 | }; | ||
| 432 | |||
| 433 | static struct resource dove_spi0_resources[] = { | ||
| 434 | { | ||
| 435 | .start = DOVE_SPI0_PHYS_BASE, | ||
| 436 | .end = DOVE_SPI0_PHYS_BASE + SZ_512 - 1, | ||
| 437 | .flags = IORESOURCE_MEM, | ||
| 438 | }, { | ||
| 439 | .start = IRQ_DOVE_SPI0, | ||
| 440 | .end = IRQ_DOVE_SPI0, | ||
| 441 | .flags = IORESOURCE_IRQ, | ||
| 442 | }, | ||
| 443 | }; | ||
| 444 | |||
| 445 | static struct platform_device dove_spi0 = { | ||
| 446 | .name = "orion_spi", | ||
| 447 | .id = 0, | ||
| 448 | .resource = dove_spi0_resources, | ||
| 449 | .dev = { | ||
| 450 | .platform_data = &dove_spi0_data, | ||
| 451 | }, | ||
| 452 | .num_resources = ARRAY_SIZE(dove_spi0_resources), | ||
| 453 | }; | ||
| 454 | |||
| 455 | void __init dove_spi0_init(void) | ||
| 456 | { | ||
| 457 | platform_device_register(&dove_spi0); | ||
| 458 | } | ||
| 459 | |||
| 460 | /***************************************************************************** | ||
| 461 | * SPI1 | ||
| 462 | ****************************************************************************/ | ||
| 463 | static struct orion_spi_info dove_spi1_data = { | ||
| 464 | .tclk = 0, | ||
| 465 | }; | ||
| 466 | |||
| 467 | static struct resource dove_spi1_resources[] = { | ||
| 468 | { | ||
| 469 | .start = DOVE_SPI1_PHYS_BASE, | ||
| 470 | .end = DOVE_SPI1_PHYS_BASE + SZ_512 - 1, | ||
| 471 | .flags = IORESOURCE_MEM, | ||
| 472 | }, { | ||
| 473 | .start = IRQ_DOVE_SPI1, | ||
| 474 | .end = IRQ_DOVE_SPI1, | ||
| 475 | .flags = IORESOURCE_IRQ, | ||
| 476 | }, | ||
| 477 | }; | ||
| 478 | |||
| 479 | static struct platform_device dove_spi1 = { | ||
| 480 | .name = "orion_spi", | ||
| 481 | .id = 1, | ||
| 482 | .resource = dove_spi1_resources, | ||
| 483 | .dev = { | ||
| 484 | .platform_data = &dove_spi1_data, | ||
| 485 | }, | ||
| 486 | .num_resources = ARRAY_SIZE(dove_spi1_resources), | ||
| 487 | }; | ||
| 488 | |||
| 489 | void __init dove_spi1_init(void) | ||
| 490 | { | ||
| 491 | platform_device_register(&dove_spi1); | ||
| 492 | } | ||
| 493 | |||
| 494 | /***************************************************************************** | ||
| 495 | * I2C | ||
| 496 | ****************************************************************************/ | ||
| 497 | static struct mv64xxx_i2c_pdata dove_i2c_data = { | ||
| 498 | .freq_m = 10, /* assumes 166 MHz TCLK gets 94.3kHz */ | ||
| 499 | .freq_n = 3, | ||
| 500 | .timeout = 1000, /* Default timeout of 1 second */ | ||
| 501 | }; | ||
| 502 | |||
| 503 | static struct resource dove_i2c_resources[] = { | ||
| 504 | { | ||
| 505 | .name = "i2c base", | ||
| 506 | .start = DOVE_I2C_PHYS_BASE, | ||
| 507 | .end = DOVE_I2C_PHYS_BASE + 0x20 - 1, | ||
| 508 | .flags = IORESOURCE_MEM, | ||
| 509 | }, { | ||
| 510 | .name = "i2c irq", | ||
| 511 | .start = IRQ_DOVE_I2C, | ||
| 512 | .end = IRQ_DOVE_I2C, | ||
| 513 | .flags = IORESOURCE_IRQ, | ||
| 514 | }, | ||
| 515 | }; | ||
| 516 | |||
| 517 | static struct platform_device dove_i2c = { | ||
| 518 | .name = MV64XXX_I2C_CTLR_NAME, | ||
| 519 | .id = 0, | ||
| 520 | .num_resources = ARRAY_SIZE(dove_i2c_resources), | ||
| 521 | .resource = dove_i2c_resources, | ||
| 522 | .dev = { | ||
| 523 | .platform_data = &dove_i2c_data, | ||
| 524 | }, | ||
| 525 | }; | ||
| 526 | |||
| 527 | void __init dove_i2c_init(void) | ||
| 528 | { | ||
| 529 | platform_device_register(&dove_i2c); | ||
| 530 | } | ||
| 531 | |||
| 532 | /***************************************************************************** | ||
| 533 | * Time handling | ||
| 534 | ****************************************************************************/ | ||
| 535 | static int get_tclk(void) | ||
| 536 | { | ||
| 537 | /* use DOVE_RESET_SAMPLE_HI/LO to detect tclk */ | ||
| 538 | return 166666667; | ||
| 539 | } | ||
| 540 | |||
| 541 | static void dove_timer_init(void) | ||
| 542 | { | ||
| 543 | orion_time_init(IRQ_DOVE_BRIDGE, get_tclk()); | ||
| 544 | } | ||
| 545 | |||
| 546 | struct sys_timer dove_timer = { | ||
| 547 | .init = dove_timer_init, | ||
| 548 | }; | ||
| 549 | |||
| 550 | /***************************************************************************** | ||
| 551 | * XOR | ||
| 552 | ****************************************************************************/ | ||
| 553 | static struct mv_xor_platform_shared_data dove_xor_shared_data = { | ||
| 554 | .dram = &dove_mbus_dram_info, | ||
| 555 | }; | ||
| 556 | |||
| 557 | /***************************************************************************** | ||
| 558 | * XOR 0 | ||
| 559 | ****************************************************************************/ | ||
| 560 | static u64 dove_xor0_dmamask = DMA_BIT_MASK(32); | ||
| 561 | |||
| 562 | static struct resource dove_xor0_shared_resources[] = { | ||
| 563 | { | ||
| 564 | .name = "xor 0 low", | ||
| 565 | .start = DOVE_XOR0_PHYS_BASE, | ||
| 566 | .end = DOVE_XOR0_PHYS_BASE + 0xff, | ||
| 567 | .flags = IORESOURCE_MEM, | ||
| 568 | }, { | ||
| 569 | .name = "xor 0 high", | ||
| 570 | .start = DOVE_XOR0_HIGH_PHYS_BASE, | ||
| 571 | .end = DOVE_XOR0_HIGH_PHYS_BASE + 0xff, | ||
| 572 | .flags = IORESOURCE_MEM, | ||
| 573 | }, | ||
| 574 | }; | ||
| 575 | |||
| 576 | static struct platform_device dove_xor0_shared = { | ||
| 577 | .name = MV_XOR_SHARED_NAME, | ||
| 578 | .id = 0, | ||
| 579 | .dev = { | ||
| 580 | .platform_data = &dove_xor_shared_data, | ||
| 581 | }, | ||
| 582 | .num_resources = ARRAY_SIZE(dove_xor0_shared_resources), | ||
| 583 | .resource = dove_xor0_shared_resources, | ||
| 584 | }; | ||
| 585 | |||
| 586 | static struct resource dove_xor00_resources[] = { | ||
| 587 | [0] = { | ||
| 588 | .start = IRQ_DOVE_XOR_00, | ||
| 589 | .end = IRQ_DOVE_XOR_00, | ||
| 590 | .flags = IORESOURCE_IRQ, | ||
| 591 | }, | ||
| 592 | }; | ||
| 593 | |||
| 594 | static struct mv_xor_platform_data dove_xor00_data = { | ||
| 595 | .shared = &dove_xor0_shared, | ||
| 596 | .hw_id = 0, | ||
| 597 | .pool_size = PAGE_SIZE, | ||
| 598 | }; | ||
| 599 | |||
| 600 | static struct platform_device dove_xor00_channel = { | ||
| 601 | .name = MV_XOR_NAME, | ||
| 602 | .id = 0, | ||
| 603 | .num_resources = ARRAY_SIZE(dove_xor00_resources), | ||
| 604 | .resource = dove_xor00_resources, | ||
| 605 | .dev = { | ||
| 606 | .dma_mask = &dove_xor0_dmamask, | ||
| 607 | .coherent_dma_mask = DMA_BIT_MASK(64), | ||
| 608 | .platform_data = (void *)&dove_xor00_data, | ||
| 609 | }, | ||
| 610 | }; | ||
| 611 | |||
| 612 | static struct resource dove_xor01_resources[] = { | ||
| 613 | [0] = { | ||
| 614 | .start = IRQ_DOVE_XOR_01, | ||
| 615 | .end = IRQ_DOVE_XOR_01, | ||
| 616 | .flags = IORESOURCE_IRQ, | ||
| 617 | }, | ||
| 618 | }; | ||
| 619 | |||
| 620 | static struct mv_xor_platform_data dove_xor01_data = { | ||
| 621 | .shared = &dove_xor0_shared, | ||
| 622 | .hw_id = 1, | ||
| 623 | .pool_size = PAGE_SIZE, | ||
| 624 | }; | ||
| 625 | |||
| 626 | static struct platform_device dove_xor01_channel = { | ||
| 627 | .name = MV_XOR_NAME, | ||
| 628 | .id = 1, | ||
| 629 | .num_resources = ARRAY_SIZE(dove_xor01_resources), | ||
| 630 | .resource = dove_xor01_resources, | ||
| 631 | .dev = { | ||
| 632 | .dma_mask = &dove_xor0_dmamask, | ||
| 633 | .coherent_dma_mask = DMA_BIT_MASK(64), | ||
| 634 | .platform_data = (void *)&dove_xor01_data, | ||
| 635 | }, | ||
| 636 | }; | ||
| 637 | |||
| 638 | void __init dove_xor0_init(void) | ||
| 639 | { | ||
| 640 | platform_device_register(&dove_xor0_shared); | ||
| 641 | |||
| 642 | /* | ||
| 643 | * two engines can't do memset simultaneously, this limitation | ||
| 644 | * satisfied by removing memset support from one of the engines. | ||
| 645 | */ | ||
| 646 | dma_cap_set(DMA_MEMCPY, dove_xor00_data.cap_mask); | ||
| 647 | dma_cap_set(DMA_XOR, dove_xor00_data.cap_mask); | ||
| 648 | platform_device_register(&dove_xor00_channel); | ||
| 649 | |||
| 650 | dma_cap_set(DMA_MEMCPY, dove_xor01_data.cap_mask); | ||
| 651 | dma_cap_set(DMA_MEMSET, dove_xor01_data.cap_mask); | ||
| 652 | dma_cap_set(DMA_XOR, dove_xor01_data.cap_mask); | ||
| 653 | platform_device_register(&dove_xor01_channel); | ||
| 654 | } | ||
| 655 | |||
| 656 | /***************************************************************************** | ||
| 657 | * XOR 1 | ||
| 658 | ****************************************************************************/ | ||
| 659 | static u64 dove_xor1_dmamask = DMA_BIT_MASK(32); | ||
| 660 | |||
| 661 | static struct resource dove_xor1_shared_resources[] = { | ||
| 662 | { | ||
| 663 | .name = "xor 0 low", | ||
| 664 | .start = DOVE_XOR1_PHYS_BASE, | ||
| 665 | .end = DOVE_XOR1_PHYS_BASE + 0xff, | ||
| 666 | .flags = IORESOURCE_MEM, | ||
| 667 | }, { | ||
| 668 | .name = "xor 0 high", | ||
| 669 | .start = DOVE_XOR1_HIGH_PHYS_BASE, | ||
| 670 | .end = DOVE_XOR1_HIGH_PHYS_BASE + 0xff, | ||
| 671 | .flags = IORESOURCE_MEM, | ||
| 672 | }, | ||
| 673 | }; | ||
| 674 | |||
| 675 | static struct platform_device dove_xor1_shared = { | ||
| 676 | .name = MV_XOR_SHARED_NAME, | ||
| 677 | .id = 1, | ||
| 678 | .dev = { | ||
| 679 | .platform_data = &dove_xor_shared_data, | ||
| 680 | }, | ||
| 681 | .num_resources = ARRAY_SIZE(dove_xor1_shared_resources), | ||
| 682 | .resource = dove_xor1_shared_resources, | ||
| 683 | }; | ||
| 684 | |||
| 685 | static struct resource dove_xor10_resources[] = { | ||
| 686 | [0] = { | ||
| 687 | .start = IRQ_DOVE_XOR_10, | ||
| 688 | .end = IRQ_DOVE_XOR_10, | ||
| 689 | .flags = IORESOURCE_IRQ, | ||
| 690 | }, | ||
| 691 | }; | ||
| 692 | |||
| 693 | static struct mv_xor_platform_data dove_xor10_data = { | ||
| 694 | .shared = &dove_xor1_shared, | ||
| 695 | .hw_id = 0, | ||
| 696 | .pool_size = PAGE_SIZE, | ||
| 697 | }; | ||
| 698 | |||
| 699 | static struct platform_device dove_xor10_channel = { | ||
| 700 | .name = MV_XOR_NAME, | ||
| 701 | .id = 2, | ||
| 702 | .num_resources = ARRAY_SIZE(dove_xor10_resources), | ||
| 703 | .resource = dove_xor10_resources, | ||
| 704 | .dev = { | ||
| 705 | .dma_mask = &dove_xor1_dmamask, | ||
| 706 | .coherent_dma_mask = DMA_BIT_MASK(64), | ||
| 707 | .platform_data = (void *)&dove_xor10_data, | ||
| 708 | }, | ||
| 709 | }; | ||
| 710 | |||
| 711 | static struct resource dove_xor11_resources[] = { | ||
| 712 | [0] = { | ||
| 713 | .start = IRQ_DOVE_XOR_11, | ||
| 714 | .end = IRQ_DOVE_XOR_11, | ||
| 715 | .flags = IORESOURCE_IRQ, | ||
| 716 | }, | ||
| 717 | }; | ||
| 718 | |||
| 719 | static struct mv_xor_platform_data dove_xor11_data = { | ||
| 720 | .shared = &dove_xor1_shared, | ||
| 721 | .hw_id = 1, | ||
| 722 | .pool_size = PAGE_SIZE, | ||
| 723 | }; | ||
| 724 | |||
| 725 | static struct platform_device dove_xor11_channel = { | ||
| 726 | .name = MV_XOR_NAME, | ||
| 727 | .id = 3, | ||
| 728 | .num_resources = ARRAY_SIZE(dove_xor11_resources), | ||
| 729 | .resource = dove_xor11_resources, | ||
| 730 | .dev = { | ||
| 731 | .dma_mask = &dove_xor1_dmamask, | ||
| 732 | .coherent_dma_mask = DMA_BIT_MASK(64), | ||
| 733 | .platform_data = (void *)&dove_xor11_data, | ||
| 734 | }, | ||
| 735 | }; | ||
| 736 | |||
| 737 | void __init dove_xor1_init(void) | ||
| 738 | { | ||
| 739 | platform_device_register(&dove_xor1_shared); | ||
| 740 | |||
| 741 | /* | ||
| 742 | * two engines can't do memset simultaneously, this limitation | ||
| 743 | * satisfied by removing memset support from one of the engines. | ||
| 744 | */ | ||
| 745 | dma_cap_set(DMA_MEMCPY, dove_xor10_data.cap_mask); | ||
| 746 | dma_cap_set(DMA_XOR, dove_xor10_data.cap_mask); | ||
| 747 | platform_device_register(&dove_xor10_channel); | ||
| 748 | |||
| 749 | dma_cap_set(DMA_MEMCPY, dove_xor11_data.cap_mask); | ||
| 750 | dma_cap_set(DMA_MEMSET, dove_xor11_data.cap_mask); | ||
| 751 | dma_cap_set(DMA_XOR, dove_xor11_data.cap_mask); | ||
| 752 | platform_device_register(&dove_xor11_channel); | ||
| 753 | } | ||
| 754 | |||
| 755 | void __init dove_init(void) | ||
| 756 | { | ||
| 757 | int tclk; | ||
| 758 | |||
| 759 | tclk = get_tclk(); | ||
| 760 | |||
| 761 | printk(KERN_INFO "Dove 88AP510 SoC, "); | ||
| 762 | printk(KERN_INFO "TCLK = %dMHz\n", (tclk + 499999) / 1000000); | ||
| 763 | |||
| 764 | #ifdef CONFIG_CACHE_TAUROS2 | ||
| 765 | tauros2_init(); | ||
| 766 | #endif | ||
| 767 | dove_setup_cpu_mbus(); | ||
| 768 | |||
| 769 | dove_ge00_shared_data.t_clk = tclk; | ||
| 770 | dove_uart0_data[0].uartclk = tclk; | ||
| 771 | dove_uart1_data[0].uartclk = tclk; | ||
| 772 | dove_uart2_data[0].uartclk = tclk; | ||
| 773 | dove_uart3_data[0].uartclk = tclk; | ||
| 774 | dove_spi0_data.tclk = tclk; | ||
| 775 | dove_spi1_data.tclk = tclk; | ||
| 776 | |||
| 777 | /* internal devices that every board has */ | ||
| 778 | dove_rtc_init(); | ||
| 779 | dove_xor0_init(); | ||
| 780 | dove_xor1_init(); | ||
| 781 | } | ||
diff --git a/arch/arm/mach-dove/common.h b/arch/arm/mach-dove/common.h new file mode 100644 index 000000000000..b29e8937de4f --- /dev/null +++ b/arch/arm/mach-dove/common.h | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/common.h | ||
| 3 | * | ||
| 4 | * Core functions for Marvell Dove 88AP510 System On Chip | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef __ARCH_DOVE_COMMON_H | ||
| 12 | #define __ARCH_DOVE_COMMON_H | ||
| 13 | |||
| 14 | struct mv643xx_eth_platform_data; | ||
| 15 | struct mv_sata_platform_data; | ||
| 16 | |||
| 17 | extern struct sys_timer dove_timer; | ||
| 18 | extern struct mbus_dram_target_info dove_mbus_dram_info; | ||
| 19 | |||
| 20 | /* | ||
| 21 | * Basic Dove init functions used early by machine-setup. | ||
| 22 | */ | ||
| 23 | void dove_map_io(void); | ||
| 24 | void dove_init(void); | ||
| 25 | void dove_init_irq(void); | ||
| 26 | void dove_setup_cpu_mbus(void); | ||
| 27 | void dove_ge00_init(struct mv643xx_eth_platform_data *eth_data); | ||
| 28 | void dove_sata_init(struct mv_sata_platform_data *sata_data); | ||
| 29 | void dove_pcie_init(int init_port0, int init_port1); | ||
| 30 | void dove_ehci0_init(void); | ||
| 31 | void dove_ehci1_init(void); | ||
| 32 | void dove_uart0_init(void); | ||
| 33 | void dove_uart1_init(void); | ||
| 34 | void dove_uart2_init(void); | ||
| 35 | void dove_uart3_init(void); | ||
| 36 | void dove_spi0_init(void); | ||
| 37 | void dove_spi1_init(void); | ||
| 38 | void dove_i2c_init(void); | ||
| 39 | |||
| 40 | #endif | ||
diff --git a/arch/arm/mach-dove/dove-db-setup.c b/arch/arm/mach-dove/dove-db-setup.c new file mode 100644 index 000000000000..f2971b745224 --- /dev/null +++ b/arch/arm/mach-dove/dove-db-setup.c | |||
| @@ -0,0 +1,102 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/dove-db-setup.c | ||
| 3 | * | ||
| 4 | * Marvell DB-MV88AP510-BP Development Board Setup | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #include <linux/kernel.h> | ||
| 12 | #include <linux/init.h> | ||
| 13 | #include <linux/platform_device.h> | ||
| 14 | #include <linux/irq.h> | ||
| 15 | #include <linux/mtd/physmap.h> | ||
| 16 | #include <linux/mtd/nand.h> | ||
| 17 | #include <linux/timer.h> | ||
| 18 | #include <linux/ata_platform.h> | ||
| 19 | #include <linux/mv643xx_eth.h> | ||
| 20 | #include <linux/i2c.h> | ||
| 21 | #include <linux/pci.h> | ||
| 22 | #include <linux/spi/spi.h> | ||
| 23 | #include <linux/spi/orion_spi.h> | ||
| 24 | #include <linux/spi/flash.h> | ||
| 25 | #include <linux/gpio.h> | ||
| 26 | #include <asm/mach-types.h> | ||
| 27 | #include <asm/mach/arch.h> | ||
| 28 | #include <mach/dove.h> | ||
| 29 | #include "common.h" | ||
| 30 | |||
| 31 | static struct mv643xx_eth_platform_data dove_db_ge00_data = { | ||
| 32 | .phy_addr = MV643XX_ETH_PHY_ADDR_DEFAULT, | ||
| 33 | }; | ||
| 34 | |||
| 35 | static struct mv_sata_platform_data dove_db_sata_data = { | ||
| 36 | .n_ports = 1, | ||
| 37 | }; | ||
| 38 | |||
| 39 | /***************************************************************************** | ||
| 40 | * SPI Devices: | ||
| 41 | * SPI0: 4M Flash ST-M25P32-VMF6P | ||
| 42 | ****************************************************************************/ | ||
| 43 | static const struct flash_platform_data dove_db_spi_flash_data = { | ||
| 44 | .type = "m25p64", | ||
| 45 | }; | ||
| 46 | |||
| 47 | static struct spi_board_info __initdata dove_db_spi_flash_info[] = { | ||
| 48 | { | ||
| 49 | .modalias = "m25p80", | ||
| 50 | .platform_data = &dove_db_spi_flash_data, | ||
| 51 | .irq = -1, | ||
| 52 | .max_speed_hz = 20000000, | ||
| 53 | .bus_num = 0, | ||
| 54 | .chip_select = 0, | ||
| 55 | }, | ||
| 56 | }; | ||
| 57 | |||
| 58 | /***************************************************************************** | ||
| 59 | * PCI | ||
| 60 | ****************************************************************************/ | ||
| 61 | static int __init dove_db_pci_init(void) | ||
| 62 | { | ||
| 63 | if (machine_is_dove_db()) | ||
| 64 | dove_pcie_init(1, 1); | ||
| 65 | |||
| 66 | return 0; | ||
| 67 | } | ||
| 68 | |||
| 69 | subsys_initcall(dove_db_pci_init); | ||
| 70 | |||
| 71 | /***************************************************************************** | ||
| 72 | * Board Init | ||
| 73 | ****************************************************************************/ | ||
| 74 | static void __init dove_db_init(void) | ||
| 75 | { | ||
| 76 | /* | ||
| 77 | * Basic Dove setup. Needs to be called early. | ||
| 78 | */ | ||
| 79 | dove_init(); | ||
| 80 | |||
| 81 | dove_ge00_init(&dove_db_ge00_data); | ||
| 82 | dove_ehci0_init(); | ||
| 83 | dove_ehci1_init(); | ||
| 84 | dove_sata_init(&dove_db_sata_data); | ||
| 85 | dove_spi0_init(); | ||
| 86 | dove_spi1_init(); | ||
| 87 | dove_uart0_init(); | ||
| 88 | dove_uart1_init(); | ||
| 89 | dove_i2c_init(); | ||
| 90 | spi_register_board_info(dove_db_spi_flash_info, | ||
| 91 | ARRAY_SIZE(dove_db_spi_flash_info)); | ||
| 92 | } | ||
| 93 | |||
| 94 | MACHINE_START(DOVE_DB, "Marvell DB-MV88AP510-BP Development Board") | ||
| 95 | .phys_io = DOVE_SB_REGS_PHYS_BASE, | ||
| 96 | .io_pg_offst = ((DOVE_SB_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
| 97 | .boot_params = 0x00000100, | ||
| 98 | .init_machine = dove_db_init, | ||
| 99 | .map_io = dove_map_io, | ||
| 100 | .init_irq = dove_init_irq, | ||
| 101 | .timer = &dove_timer, | ||
| 102 | MACHINE_END | ||
diff --git a/arch/arm/mach-dove/include/mach/bridge-regs.h b/arch/arm/mach-dove/include/mach/bridge-regs.h new file mode 100644 index 000000000000..214a4c31f069 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/bridge-regs.h | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/bridge-regs.h | ||
| 3 | * | ||
| 4 | * Mbus-L to Mbus Bridge Registers | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef __ASM_ARCH_BRIDGE_REGS_H | ||
| 12 | #define __ASM_ARCH_BRIDGE_REGS_H | ||
| 13 | |||
| 14 | #include <mach/dove.h> | ||
| 15 | |||
| 16 | #define CPU_CONFIG (BRIDGE_VIRT_BASE | 0x0000) | ||
| 17 | |||
| 18 | #define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104) | ||
| 19 | #define CPU_CTRL_PCIE0_LINK 0x00000001 | ||
| 20 | #define CPU_RESET 0x00000002 | ||
| 21 | #define CPU_CTRL_PCIE1_LINK 0x00000008 | ||
| 22 | |||
| 23 | #define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108) | ||
| 24 | #define SOFT_RESET_OUT_EN 0x00000004 | ||
| 25 | |||
| 26 | #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c) | ||
| 27 | #define SOFT_RESET 0x00000001 | ||
| 28 | |||
| 29 | #define BRIDGE_CAUSE (BRIDGE_VIRT_BASE | 0x0110) | ||
| 30 | #define BRIDGE_MASK (BRIDGE_VIRT_BASE | 0x0114) | ||
| 31 | #define BRIDGE_INT_TIMER0 0x0002 | ||
| 32 | #define BRIDGE_INT_TIMER1 0x0004 | ||
| 33 | #define BRIDGE_INT_TIMER1_CLR (~0x0004) | ||
| 34 | |||
| 35 | #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0200) | ||
| 36 | #define IRQ_CAUSE_LOW_OFF 0x0000 | ||
| 37 | #define IRQ_MASK_LOW_OFF 0x0004 | ||
| 38 | #define FIQ_MASK_LOW_OFF 0x0008 | ||
| 39 | #define ENDPOINT_MASK_LOW_OFF 0x000c | ||
| 40 | #define IRQ_CAUSE_HIGH_OFF 0x0010 | ||
| 41 | #define IRQ_MASK_HIGH_OFF 0x0014 | ||
| 42 | #define FIQ_MASK_HIGH_OFF 0x0018 | ||
| 43 | #define ENDPOINT_MASK_HIGH_OFF 0x001c | ||
| 44 | #define PCIE_INTERRUPT_MASK_OFF 0x0020 | ||
| 45 | |||
| 46 | #define IRQ_MASK_LOW (IRQ_VIRT_BASE + IRQ_MASK_LOW_OFF) | ||
| 47 | #define FIQ_MASK_LOW (IRQ_VIRT_BASE + FIQ_MASK_LOW_OFF) | ||
| 48 | #define ENDPOINT_MASK_LOW (IRQ_VIRT_BASE + ENDPOINT_MASK_LOW_OFF) | ||
| 49 | #define IRQ_MASK_HIGH (IRQ_VIRT_BASE + IRQ_MASK_HIGH_OFF) | ||
| 50 | #define FIQ_MASK_HIGH (IRQ_VIRT_BASE + FIQ_MASK_HIGH_OFF) | ||
| 51 | #define ENDPOINT_MASK_HIGH (IRQ_VIRT_BASE + ENDPOINT_MASK_HIGH_OFF) | ||
| 52 | #define PCIE_INTERRUPT_MASK (IRQ_VIRT_BASE + PCIE_INTERRUPT_MASK_OFF) | ||
| 53 | |||
| 54 | #define POWER_MANAGEMENT (BRIDGE_VIRT_BASE | 0x011c) | ||
| 55 | |||
| 56 | #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300) | ||
| 57 | |||
| 58 | #endif | ||
diff --git a/arch/arm/mach-dove/include/mach/debug-macro.S b/arch/arm/mach-dove/include/mach/debug-macro.S new file mode 100644 index 000000000000..9b89ec7d3040 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/debug-macro.S | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/debug-macro.S | ||
| 3 | * | ||
| 4 | * This program is free software; you can redistribute it and/or modify | ||
| 5 | * it under the terms of the GNU General Public License version 2 as | ||
| 6 | * published by the Free Software Foundation. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #include <mach/bridge-regs.h> | ||
| 10 | |||
| 11 | .macro addruart,rx | ||
| 12 | mrc p15, 0, \rx, c1, c0 | ||
| 13 | tst \rx, #1 @ MMU enabled? | ||
| 14 | ldreq \rx, =DOVE_SB_REGS_PHYS_BASE | ||
| 15 | ldrne \rx, =DOVE_SB_REGS_VIRT_BASE | ||
| 16 | orr \rx, \rx, #0x00012000 | ||
| 17 | .endm | ||
| 18 | |||
| 19 | #define UART_SHIFT 2 | ||
| 20 | #include <asm/hardware/debug-8250.S> | ||
diff --git a/arch/arm/mach-dove/include/mach/dove.h b/arch/arm/mach-dove/include/mach/dove.h new file mode 100644 index 000000000000..f6a08397f046 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/dove.h | |||
| @@ -0,0 +1,180 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/dove.h | ||
| 3 | * | ||
| 4 | * Generic definitions for Marvell Dove 88AP510 SoC | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef __ASM_ARCH_DOVE_H | ||
| 12 | #define __ASM_ARCH_DOVE_H | ||
| 13 | |||
| 14 | #include <mach/vmalloc.h> | ||
| 15 | |||
| 16 | /* | ||
| 17 | * Marvell Dove address maps. | ||
| 18 | * | ||
| 19 | * phys virt size | ||
| 20 | * c8000000 fdb00000 1M Cryptographic SRAM | ||
| 21 | * e0000000 @runtime 128M PCIe-0 Memory space | ||
| 22 | * e8000000 @runtime 128M PCIe-1 Memory space | ||
| 23 | * f1000000 fde00000 8M on-chip south-bridge registers | ||
| 24 | * f1800000 fe600000 8M on-chip north-bridge registers | ||
| 25 | * f2000000 fee00000 1M PCIe-0 I/O space | ||
| 26 | * f2100000 fef00000 1M PCIe-1 I/O space | ||
| 27 | */ | ||
| 28 | |||
| 29 | #define DOVE_CESA_PHYS_BASE 0xc8000000 | ||
| 30 | #define DOVE_CESA_VIRT_BASE 0xfdb00000 | ||
| 31 | #define DOVE_CESA_SIZE SZ_1M | ||
| 32 | |||
| 33 | #define DOVE_PCIE0_MEM_PHYS_BASE 0xe0000000 | ||
| 34 | #define DOVE_PCIE0_MEM_SIZE SZ_128M | ||
| 35 | |||
| 36 | #define DOVE_PCIE1_MEM_PHYS_BASE 0xe8000000 | ||
| 37 | #define DOVE_PCIE1_MEM_SIZE SZ_128M | ||
| 38 | |||
| 39 | #define DOVE_BOOTROM_PHYS_BASE 0xf8000000 | ||
| 40 | #define DOVE_BOOTROM_SIZE SZ_128M | ||
| 41 | |||
| 42 | #define DOVE_SCRATCHPAD_PHYS_BASE 0xf0000000 | ||
| 43 | #define DOVE_SCRATCHPAD_VIRT_BASE 0xfdd00000 | ||
| 44 | #define DOVE_SCRATCHPAD_SIZE SZ_1M | ||
| 45 | |||
| 46 | #define DOVE_SB_REGS_PHYS_BASE 0xf1000000 | ||
| 47 | #define DOVE_SB_REGS_VIRT_BASE 0xfde00000 | ||
| 48 | #define DOVE_SB_REGS_SIZE SZ_8M | ||
| 49 | |||
| 50 | #define DOVE_NB_REGS_PHYS_BASE 0xf1800000 | ||
| 51 | #define DOVE_NB_REGS_VIRT_BASE 0xfe600000 | ||
| 52 | #define DOVE_NB_REGS_SIZE SZ_8M | ||
| 53 | |||
| 54 | #define DOVE_PCIE0_IO_PHYS_BASE 0xf2000000 | ||
| 55 | #define DOVE_PCIE0_IO_VIRT_BASE 0xfee00000 | ||
| 56 | #define DOVE_PCIE0_IO_BUS_BASE 0x00000000 | ||
| 57 | #define DOVE_PCIE0_IO_SIZE SZ_1M | ||
| 58 | |||
| 59 | #define DOVE_PCIE1_IO_PHYS_BASE 0xf2100000 | ||
| 60 | #define DOVE_PCIE1_IO_VIRT_BASE 0xfef00000 | ||
| 61 | #define DOVE_PCIE1_IO_BUS_BASE 0x00100000 | ||
| 62 | #define DOVE_PCIE1_IO_SIZE SZ_1M | ||
| 63 | |||
| 64 | /* | ||
| 65 | * Dove Core Registers Map | ||
| 66 | */ | ||
| 67 | |||
| 68 | /* SPI, I2C, UART */ | ||
| 69 | #define DOVE_I2C_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x11000) | ||
| 70 | #define DOVE_UART0_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x12000) | ||
| 71 | #define DOVE_UART0_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x12000) | ||
| 72 | #define DOVE_UART1_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x12100) | ||
| 73 | #define DOVE_UART1_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x12100) | ||
| 74 | #define DOVE_UART2_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x12200) | ||
| 75 | #define DOVE_UART2_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x12200) | ||
| 76 | #define DOVE_UART3_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x12300) | ||
| 77 | #define DOVE_UART3_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x12300) | ||
| 78 | #define DOVE_SPI0_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x10600) | ||
| 79 | #define DOVE_SPI1_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x14600) | ||
| 80 | |||
| 81 | /* North-South Bridge */ | ||
| 82 | #define BRIDGE_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x20000) | ||
| 83 | |||
| 84 | /* Cryptographic Engine */ | ||
| 85 | #define DOVE_CRYPT_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x30000) | ||
| 86 | |||
| 87 | /* PCIe 0 */ | ||
| 88 | #define DOVE_PCIE0_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x40000) | ||
| 89 | |||
| 90 | /* USB */ | ||
| 91 | #define DOVE_USB0_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x50000) | ||
| 92 | #define DOVE_USB1_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x51000) | ||
| 93 | |||
| 94 | /* XOR 0 Engine */ | ||
| 95 | #define DOVE_XOR0_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x60800) | ||
| 96 | #define DOVE_XOR0_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x60800) | ||
| 97 | #define DOVE_XOR0_HIGH_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x60A00) | ||
| 98 | #define DOVE_XOR0_HIGH_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x60A00) | ||
| 99 | |||
| 100 | /* XOR 1 Engine */ | ||
| 101 | #define DOVE_XOR1_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x60900) | ||
| 102 | #define DOVE_XOR1_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x60900) | ||
| 103 | #define DOVE_XOR1_HIGH_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x60B00) | ||
| 104 | #define DOVE_XOR1_HIGH_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x60B00) | ||
| 105 | |||
| 106 | /* Gigabit Ethernet */ | ||
| 107 | #define DOVE_GE00_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x70000) | ||
| 108 | |||
| 109 | /* PCIe 1 */ | ||
| 110 | #define DOVE_PCIE1_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x80000) | ||
| 111 | |||
| 112 | /* CAFE */ | ||
| 113 | #define DOVE_SDIO0_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x92000) | ||
| 114 | #define DOVE_SDIO1_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x90000) | ||
| 115 | #define DOVE_CAM_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x94000) | ||
| 116 | #define DOVE_CAFE_WIN_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x98000) | ||
| 117 | |||
| 118 | /* SATA */ | ||
| 119 | #define DOVE_SATA_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0xa0000) | ||
| 120 | |||
| 121 | /* I2S/SPDIF */ | ||
| 122 | #define DOVE_AUD0_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0xb0000) | ||
| 123 | #define DOVE_AUD1_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0xb4000) | ||
| 124 | |||
| 125 | /* NAND Flash Controller */ | ||
| 126 | #define DOVE_NFC_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0xc0000) | ||
| 127 | |||
| 128 | /* MPP, GPIO, Reset Sampling */ | ||
| 129 | #define DOVE_MPP_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0xd0200) | ||
| 130 | #define DOVE_PMU_MPP_GENERAL_CTRL (DOVE_MPP_VIRT_BASE + 0x10) | ||
| 131 | #define DOVE_RESET_SAMPLE_LO (DOVE_MPP_VIRT_BASE | 0x014) | ||
| 132 | #define DOVE_RESET_SAMPLE_HI (DOVE_MPP_VIRT_BASE | 0x018) | ||
| 133 | #define DOVE_GPIO_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0xd0400) | ||
| 134 | #define DOVE_MPP_GENERAL_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0xe803c) | ||
| 135 | #define DOVE_AU1_SPDIFO_GPIO_EN (1 << 1) | ||
| 136 | #define DOVE_NAND_GPIO_EN (1 << 0) | ||
| 137 | #define DOVE_MPP_CTRL4_VIRT_BASE (DOVE_GPIO_VIRT_BASE + 0x40) | ||
| 138 | |||
| 139 | |||
| 140 | /* Power Management */ | ||
| 141 | #define DOVE_PMU_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0xd0000) | ||
| 142 | |||
| 143 | /* Real Time Clock */ | ||
| 144 | #define DOVE_RTC_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0xd8500) | ||
| 145 | |||
| 146 | /* AC97 */ | ||
| 147 | #define DOVE_AC97_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0xe0000) | ||
| 148 | #define DOVE_AC97_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0xe0000) | ||
| 149 | |||
| 150 | /* Peripheral DMA */ | ||
| 151 | #define DOVE_PDMA_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0xe4000) | ||
| 152 | #define DOVE_PDMA_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0xe4000) | ||
| 153 | |||
| 154 | #define DOVE_GLOBAL_CONFIG_1 (DOVE_SB_REGS_VIRT_BASE | 0xe802C) | ||
| 155 | #define DOVE_TWSI_ENABLE_OPTION1 (1 << 7) | ||
| 156 | #define DOVE_GLOBAL_CONFIG_2 (DOVE_SB_REGS_VIRT_BASE | 0xe8030) | ||
| 157 | #define DOVE_TWSI_ENABLE_OPTION2 (1 << 20) | ||
| 158 | #define DOVE_TWSI_ENABLE_OPTION3 (1 << 21) | ||
| 159 | #define DOVE_TWSI_OPTION3_GPIO (1 << 22) | ||
| 160 | #define DOVE_SSP_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0xec000) | ||
| 161 | #define DOVE_SSP_CTRL_STATUS_1 (DOVE_SB_REGS_VIRT_BASE | 0xe8034) | ||
| 162 | #define DOVE_SSP_ON_AU1 (1 << 0) | ||
| 163 | #define DOVE_SSP_CLOCK_ENABLE (1 << 1) | ||
| 164 | #define DOVE_SSP_BPB_CLOCK_SRC_SSP (1 << 11) | ||
| 165 | /* Memory Controller */ | ||
| 166 | #define DOVE_MC_VIRT_BASE (DOVE_NB_REGS_VIRT_BASE | 0x00000) | ||
| 167 | |||
| 168 | /* LCD Controller */ | ||
| 169 | #define DOVE_LCD_PHYS_BASE (DOVE_NB_REGS_PHYS_BASE | 0x10000) | ||
| 170 | #define DOVE_LCD1_PHYS_BASE (DOVE_NB_REGS_PHYS_BASE | 0x20000) | ||
| 171 | #define DOVE_LCD2_PHYS_BASE (DOVE_NB_REGS_PHYS_BASE | 0x10000) | ||
| 172 | #define DOVE_LCD_DCON_PHYS_BASE (DOVE_NB_REGS_PHYS_BASE | 0x30000) | ||
| 173 | |||
| 174 | /* Graphic Engine */ | ||
| 175 | #define DOVE_GPU_PHYS_BASE (DOVE_NB_REGS_PHYS_BASE | 0x40000) | ||
| 176 | |||
| 177 | /* Video Engine */ | ||
| 178 | #define DOVE_VPU_PHYS_BASE (DOVE_NB_REGS_PHYS_BASE | 0x400000) | ||
| 179 | |||
| 180 | #endif | ||
diff --git a/arch/arm/mach-dove/include/mach/entry-macro.S b/arch/arm/mach-dove/include/mach/entry-macro.S new file mode 100644 index 000000000000..e84c78c2a8b7 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/entry-macro.S | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/entry-macro.S | ||
| 3 | * | ||
| 4 | * Low-level IRQ helper macros for Marvell Dove platforms | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #include <mach/bridge-regs.h> | ||
| 12 | |||
| 13 | .macro disable_fiq | ||
| 14 | .endm | ||
| 15 | |||
| 16 | .macro arch_ret_to_user, tmp1, tmp2 | ||
| 17 | .endm | ||
| 18 | |||
| 19 | .macro get_irqnr_preamble, base, tmp | ||
| 20 | ldr \base, =IRQ_VIRT_BASE | ||
| 21 | .endm | ||
| 22 | |||
| 23 | .macro get_irqnr_and_base, irqnr, irqstat, base, tmp | ||
| 24 | @ check low interrupts | ||
| 25 | ldr \irqstat, [\base, #IRQ_CAUSE_LOW_OFF] | ||
| 26 | ldr \tmp, [\base, #IRQ_MASK_LOW_OFF] | ||
| 27 | mov \irqnr, #31 | ||
| 28 | ands \irqstat, \irqstat, \tmp | ||
| 29 | |||
| 30 | @ if no low interrupts set, check high interrupts | ||
| 31 | ldreq \irqstat, [\base, #IRQ_CAUSE_HIGH_OFF] | ||
| 32 | ldreq \tmp, [\base, #IRQ_MASK_HIGH_OFF] | ||
| 33 | moveq \irqnr, #63 | ||
| 34 | andeqs \irqstat, \irqstat, \tmp | ||
| 35 | |||
| 36 | @ find first active interrupt source | ||
| 37 | clzne \irqstat, \irqstat | ||
| 38 | subne \irqnr, \irqnr, \irqstat | ||
| 39 | .endm | ||
diff --git a/arch/arm/mach-dove/include/mach/gpio.h b/arch/arm/mach-dove/include/mach/gpio.h new file mode 100644 index 000000000000..0ee70ff39e11 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/gpio.h | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/gpio.h | ||
| 3 | * | ||
| 4 | * This file is licensed under the terms of the GNU General Public | ||
| 5 | * License version 2. This program is licensed "as is" without any | ||
| 6 | * warranty of any kind, whether express or implied. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #ifndef __ASM_ARCH_GPIO_H | ||
| 10 | #define __ASM_ARCH_GPIO_H | ||
| 11 | |||
| 12 | #include <asm/errno.h> | ||
| 13 | #include <mach/irqs.h> | ||
| 14 | #include <plat/gpio.h> | ||
| 15 | #include <asm-generic/gpio.h> /* cansleep wrappers */ | ||
| 16 | |||
| 17 | #define GPIO_MAX 64 | ||
| 18 | |||
| 19 | #define GPIO_BASE_LO (DOVE_GPIO_VIRT_BASE + 0x00) | ||
| 20 | #define GPIO_BASE_HI (DOVE_GPIO_VIRT_BASE + 0x20) | ||
| 21 | |||
| 22 | #define GPIO_BASE(pin) ((pin < 32) ? GPIO_BASE_LO : GPIO_BASE_HI) | ||
| 23 | |||
| 24 | #define GPIO_OUT(pin) (GPIO_BASE(pin) + 0x00) | ||
| 25 | #define GPIO_IO_CONF(pin) (GPIO_BASE(pin) + 0x04) | ||
| 26 | #define GPIO_BLINK_EN(pin) (GPIO_BASE(pin) + 0x08) | ||
| 27 | #define GPIO_IN_POL(pin) (GPIO_BASE(pin) + 0x0c) | ||
| 28 | #define GPIO_DATA_IN(pin) (GPIO_BASE(pin) + 0x10) | ||
| 29 | #define GPIO_EDGE_CAUSE(pin) (GPIO_BASE(pin) + 0x14) | ||
| 30 | #define GPIO_EDGE_MASK(pin) (GPIO_BASE(pin) + 0x18) | ||
| 31 | #define GPIO_LEVEL_MASK(pin) (GPIO_BASE(pin) + 0x1c) | ||
| 32 | |||
| 33 | static inline int gpio_to_irq(int pin) | ||
| 34 | { | ||
| 35 | if (pin < NR_GPIO_IRQS) | ||
| 36 | return pin + IRQ_DOVE_GPIO_START; | ||
| 37 | |||
| 38 | return -EINVAL; | ||
| 39 | } | ||
| 40 | |||
| 41 | static inline int irq_to_gpio(int irq) | ||
| 42 | { | ||
| 43 | if (IRQ_DOVE_GPIO_START < irq && irq < NR_IRQS) | ||
| 44 | return irq - IRQ_DOVE_GPIO_START; | ||
| 45 | |||
| 46 | return -EINVAL; | ||
| 47 | } | ||
| 48 | |||
| 49 | #endif | ||
diff --git a/arch/arm/mach-dove/include/mach/hardware.h b/arch/arm/mach-dove/include/mach/hardware.h new file mode 100644 index 000000000000..32b0826e7873 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/hardware.h | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/hardware.h | ||
| 3 | * | ||
| 4 | * This file is licensed under the terms of the GNU General Public | ||
| 5 | * License version 2. This program is licensed "as is" without any | ||
| 6 | * warranty of any kind, whether express or implied. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #ifndef __ASM_ARCH_HARDWARE_H | ||
| 10 | #define __ASM_ARCH_HARDWARE_H | ||
| 11 | |||
| 12 | #include "dove.h" | ||
| 13 | |||
| 14 | #define pcibios_assign_all_busses() 1 | ||
| 15 | |||
| 16 | #define PCIBIOS_MIN_IO 0x1000 | ||
| 17 | #define PCIBIOS_MIN_MEM 0x01000000 | ||
| 18 | #define PCIMEM_BASE DOVE_PCIE0_MEM_PHYS_BASE | ||
| 19 | |||
| 20 | |||
| 21 | /* Macros below are required for compatibility with PXA AC'97 driver. */ | ||
| 22 | #define __REG(x) (*((volatile u32 *)((x) - DOVE_SB_REGS_PHYS_BASE + \ | ||
| 23 | DOVE_SB_REGS_VIRT_BASE))) | ||
| 24 | #define __PREG(x) (((u32)&(x)) - DOVE_SB_REGS_VIRT_BASE + \ | ||
| 25 | DOVE_SB_REGS_PHYS_BASE) | ||
| 26 | #endif | ||
diff --git a/arch/arm/mach-dove/include/mach/io.h b/arch/arm/mach-dove/include/mach/io.h new file mode 100644 index 000000000000..3b3e4721ce2e --- /dev/null +++ b/arch/arm/mach-dove/include/mach/io.h | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/io.h | ||
| 3 | * | ||
| 4 | * This file is licensed under the terms of the GNU General Public | ||
| 5 | * License version 2. This program is licensed "as is" without any | ||
| 6 | * warranty of any kind, whether express or implied. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #ifndef __ASM_ARCH_IO_H | ||
| 10 | #define __ASM_ARCH_IO_H | ||
| 11 | |||
| 12 | #include "dove.h" | ||
| 13 | |||
| 14 | #define IO_SPACE_LIMIT 0xffffffff | ||
| 15 | |||
| 16 | #define __io(a) ((void __iomem *)(((a) - DOVE_PCIE0_IO_PHYS_BASE) +\ | ||
| 17 | DOVE_PCIE0_IO_VIRT_BASE)) | ||
| 18 | #define __mem_pci(a) (a) | ||
| 19 | |||
| 20 | #endif | ||
diff --git a/arch/arm/mach-dove/include/mach/irqs.h b/arch/arm/mach-dove/include/mach/irqs.h new file mode 100644 index 000000000000..46681466f92b --- /dev/null +++ b/arch/arm/mach-dove/include/mach/irqs.h | |||
| @@ -0,0 +1,101 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/irqs.h | ||
| 3 | * | ||
| 4 | * IRQ definitions for Marvell Dove 88AP510 SoC | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef __ASM_ARCH_IRQS_H | ||
| 12 | #define __ASM_ARCH_IRQS_H | ||
| 13 | |||
| 14 | /* | ||
| 15 | * Dove Low Interrupt Controller | ||
| 16 | */ | ||
| 17 | #define IRQ_DOVE_BRIDGE 0 | ||
| 18 | #define IRQ_DOVE_H2C 1 | ||
| 19 | #define IRQ_DOVE_C2H 2 | ||
| 20 | #define IRQ_DOVE_NAND 3 | ||
| 21 | #define IRQ_DOVE_PDMA 4 | ||
| 22 | #define IRQ_DOVE_SPI1 5 | ||
| 23 | #define IRQ_DOVE_SPI0 6 | ||
| 24 | #define IRQ_DOVE_UART_0 7 | ||
| 25 | #define IRQ_DOVE_UART_1 8 | ||
| 26 | #define IRQ_DOVE_UART_2 9 | ||
| 27 | #define IRQ_DOVE_UART_3 10 | ||
| 28 | #define IRQ_DOVE_I2C 11 | ||
| 29 | #define IRQ_DOVE_GPIO_0_7 12 | ||
| 30 | #define IRQ_DOVE_GPIO_8_15 13 | ||
| 31 | #define IRQ_DOVE_GPIO_16_23 14 | ||
| 32 | #define IRQ_DOVE_PCIE0_ERR 15 | ||
| 33 | #define IRQ_DOVE_PCIE0 16 | ||
| 34 | #define IRQ_DOVE_PCIE1_ERR 17 | ||
| 35 | #define IRQ_DOVE_PCIE1 18 | ||
| 36 | #define IRQ_DOVE_I2S0 19 | ||
| 37 | #define IRQ_DOVE_I2S0_ERR 20 | ||
| 38 | #define IRQ_DOVE_I2S1 21 | ||
| 39 | #define IRQ_DOVE_I2S1_ERR 22 | ||
| 40 | #define IRQ_DOVE_USB_ERR 23 | ||
| 41 | #define IRQ_DOVE_USB0 24 | ||
| 42 | #define IRQ_DOVE_USB1 25 | ||
| 43 | #define IRQ_DOVE_GE00_RX 26 | ||
| 44 | #define IRQ_DOVE_GE00_TX 27 | ||
| 45 | #define IRQ_DOVE_GE00_MISC 28 | ||
| 46 | #define IRQ_DOVE_GE00_SUM 29 | ||
| 47 | #define IRQ_DOVE_GE00_ERR 30 | ||
| 48 | #define IRQ_DOVE_CRYPTO 31 | ||
| 49 | |||
| 50 | /* | ||
| 51 | * Dove High Interrupt Controller | ||
| 52 | */ | ||
| 53 | #define IRQ_DOVE_AC97 32 | ||
| 54 | #define IRQ_DOVE_PMU 33 | ||
| 55 | #define IRQ_DOVE_CAM 34 | ||
| 56 | #define IRQ_DOVE_SDIO0 35 | ||
| 57 | #define IRQ_DOVE_SDIO1 36 | ||
| 58 | #define IRQ_DOVE_SDIO0_WAKEUP 37 | ||
| 59 | #define IRQ_DOVE_SDIO1_WAKEUP 38 | ||
| 60 | #define IRQ_DOVE_XOR_00 39 | ||
| 61 | #define IRQ_DOVE_XOR_01 40 | ||
| 62 | #define IRQ_DOVE_XOR0_ERR 41 | ||
| 63 | #define IRQ_DOVE_XOR_10 42 | ||
| 64 | #define IRQ_DOVE_XOR_11 43 | ||
| 65 | #define IRQ_DOVE_XOR1_ERR 44 | ||
| 66 | #define IRQ_DOVE_LCD_DCON 45 | ||
| 67 | #define IRQ_DOVE_LCD1 46 | ||
| 68 | #define IRQ_DOVE_LCD0 47 | ||
| 69 | #define IRQ_DOVE_GPU 48 | ||
| 70 | #define IRQ_DOVE_PERFORM_MNTR 49 | ||
| 71 | #define IRQ_DOVE_VPRO_DMA1 51 | ||
| 72 | #define IRQ_DOVE_SSP_TIMER 54 | ||
| 73 | #define IRQ_DOVE_SSP 55 | ||
| 74 | #define IRQ_DOVE_MC_L2_ERR 56 | ||
| 75 | #define IRQ_DOVE_CRYPTO_ERR 59 | ||
| 76 | #define IRQ_DOVE_GPIO_24_31 60 | ||
| 77 | #define IRQ_DOVE_HIGH_GPIO 61 | ||
| 78 | #define IRQ_DOVE_SATA 62 | ||
| 79 | |||
| 80 | /* | ||
| 81 | * DOVE General Purpose Pins | ||
| 82 | */ | ||
| 83 | #define IRQ_DOVE_GPIO_START 64 | ||
| 84 | #define NR_GPIO_IRQS 64 | ||
| 85 | |||
| 86 | /* | ||
| 87 | * PMU interrupts | ||
| 88 | */ | ||
| 89 | #define IRQ_DOVE_PMU_START (IRQ_DOVE_GPIO_START + NR_GPIO_IRQS) | ||
| 90 | #define NR_PMU_IRQS 7 | ||
| 91 | #define IRQ_DOVE_RTC (IRQ_DOVE_PMU_START + 5) | ||
| 92 | |||
| 93 | #define NR_IRQS (IRQ_DOVE_PMU_START + NR_PMU_IRQS) | ||
| 94 | |||
| 95 | /* Required for compatability with PXA AC97 driver. */ | ||
| 96 | #define IRQ_AC97 IRQ_DOVE_AC97 | ||
| 97 | /* Required for compatability with PXA DMA driver. */ | ||
| 98 | #define IRQ_DMA IRQ_DOVE_PDMA | ||
| 99 | /* Required for compatability with PXA NAND driver */ | ||
| 100 | #define IRQ_NAND IRQ_DOVE_NAND | ||
| 101 | #endif | ||
diff --git a/arch/arm/mach-dove/include/mach/memory.h b/arch/arm/mach-dove/include/mach/memory.h new file mode 100644 index 000000000000..d66872074946 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/memory.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/memory.h | ||
| 3 | */ | ||
| 4 | |||
| 5 | #ifndef __ASM_ARCH_MEMORY_H | ||
| 6 | #define __ASM_ARCH_MEMORY_H | ||
| 7 | |||
| 8 | #define PHYS_OFFSET UL(0x00000000) | ||
| 9 | |||
| 10 | #endif | ||
diff --git a/arch/arm/mach-dove/include/mach/pm.h b/arch/arm/mach-dove/include/mach/pm.h new file mode 100644 index 000000000000..3ad9f946a9e8 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/pm.h | |||
| @@ -0,0 +1,54 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/pm.h | ||
| 3 | * | ||
| 4 | * This file is licensed under the terms of the GNU General Public | ||
| 5 | * License version 2. This program is licensed "as is" without any | ||
| 6 | * warranty of any kind, whether express or implied. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #ifndef __ASM_ARCH_PM_H | ||
| 10 | #define __ASM_ARCH_PM_H | ||
| 11 | |||
| 12 | #include <asm/errno.h> | ||
| 13 | #include <mach/irqs.h> | ||
| 14 | |||
| 15 | #define CLOCK_GATING_CONTROL (DOVE_PMU_VIRT_BASE + 0x38) | ||
| 16 | #define CLOCK_GATING_USB0_MASK (1 << 0) | ||
| 17 | #define CLOCK_GATING_USB1_MASK (1 << 1) | ||
| 18 | #define CLOCK_GATING_GBE_MASK (1 << 2) | ||
| 19 | #define CLOCK_GATING_SATA_MASK (1 << 3) | ||
| 20 | #define CLOCK_GATING_PCIE0_MASK (1 << 4) | ||
| 21 | #define CLOCK_GATING_PCIE1_MASK (1 << 5) | ||
| 22 | #define CLOCK_GATING_SDIO0_MASK (1 << 8) | ||
| 23 | #define CLOCK_GATING_SDIO1_MASK (1 << 9) | ||
| 24 | #define CLOCK_GATING_NAND_MASK (1 << 10) | ||
| 25 | #define CLOCK_GATING_CAMERA_MASK (1 << 11) | ||
| 26 | #define CLOCK_GATING_I2S0_MASK (1 << 12) | ||
| 27 | #define CLOCK_GATING_I2S1_MASK (1 << 13) | ||
| 28 | #define CLOCK_GATING_CRYPTO_MASK (1 << 15) | ||
| 29 | #define CLOCK_GATING_AC97_MASK (1 << 21) | ||
| 30 | #define CLOCK_GATING_PDMA_MASK (1 << 22) | ||
| 31 | #define CLOCK_GATING_XOR0_MASK (1 << 23) | ||
| 32 | #define CLOCK_GATING_XOR1_MASK (1 << 24) | ||
| 33 | #define CLOCK_GATING_GIGA_PHY_MASK (1 << 30) | ||
| 34 | |||
| 35 | #define PMU_INTERRUPT_CAUSE (DOVE_PMU_VIRT_BASE + 0x50) | ||
| 36 | #define PMU_INTERRUPT_MASK (DOVE_PMU_VIRT_BASE + 0x54) | ||
| 37 | |||
| 38 | static inline int pmu_to_irq(int pin) | ||
| 39 | { | ||
| 40 | if (pin < NR_PMU_IRQS) | ||
| 41 | return pin + IRQ_DOVE_PMU_START; | ||
| 42 | |||
| 43 | return -EINVAL; | ||
| 44 | } | ||
| 45 | |||
| 46 | static inline int irq_to_pmu(int irq) | ||
| 47 | { | ||
| 48 | if (IRQ_DOVE_PMU_START < irq && irq < NR_IRQS) | ||
| 49 | return irq - IRQ_DOVE_PMU_START; | ||
| 50 | |||
| 51 | return -EINVAL; | ||
| 52 | } | ||
| 53 | |||
| 54 | #endif | ||
diff --git a/arch/arm/mach-dove/include/mach/system.h b/arch/arm/mach-dove/include/mach/system.h new file mode 100644 index 000000000000..356afda56853 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/system.h | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/system.h | ||
| 3 | * | ||
| 4 | * This file is licensed under the terms of the GNU General Public | ||
| 5 | * License version 2. This program is licensed "as is" without any | ||
| 6 | * warranty of any kind, whether express or implied. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #ifndef __ASM_ARCH_SYSTEM_H | ||
| 10 | #define __ASM_ARCH_SYSTEM_H | ||
| 11 | |||
| 12 | #include <mach/bridge-regs.h> | ||
| 13 | |||
| 14 | static inline void arch_idle(void) | ||
| 15 | { | ||
| 16 | cpu_do_idle(); | ||
| 17 | } | ||
| 18 | |||
| 19 | static inline void arch_reset(char mode, const char *cmd) | ||
| 20 | { | ||
| 21 | /* | ||
| 22 | * Enable soft reset to assert RSTOUTn. | ||
| 23 | */ | ||
| 24 | writel(SOFT_RESET_OUT_EN, RSTOUTn_MASK); | ||
| 25 | |||
| 26 | /* | ||
| 27 | * Assert soft reset. | ||
| 28 | */ | ||
| 29 | writel(SOFT_RESET, SYSTEM_SOFT_RESET); | ||
| 30 | |||
| 31 | while (1) | ||
| 32 | ; | ||
| 33 | } | ||
| 34 | |||
| 35 | |||
| 36 | #endif | ||
diff --git a/arch/arm/mach-dove/include/mach/timex.h b/arch/arm/mach-dove/include/mach/timex.h new file mode 100644 index 000000000000..251d538541db --- /dev/null +++ b/arch/arm/mach-dove/include/mach/timex.h | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/timex.h | ||
| 3 | * | ||
| 4 | * This file is licensed under the terms of the GNU General Public | ||
| 5 | * License version 2. This program is licensed "as is" without any | ||
| 6 | * warranty of any kind, whether express or implied. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #define CLOCK_TICK_RATE (100 * HZ) | ||
diff --git a/arch/arm/mach-dove/include/mach/uncompress.h b/arch/arm/mach-dove/include/mach/uncompress.h new file mode 100644 index 000000000000..2c5cdd7a3eed --- /dev/null +++ b/arch/arm/mach-dove/include/mach/uncompress.h | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/uncompress.h | ||
| 3 | * | ||
| 4 | * This file is licensed under the terms of the GNU General Public | ||
| 5 | * License version 2. This program is licensed "as is" without any | ||
| 6 | * warranty of any kind, whether express or implied. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #include <mach/dove.h> | ||
| 10 | |||
| 11 | #define UART_THR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x0)) | ||
| 12 | #define UART_LSR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x14)) | ||
| 13 | |||
| 14 | #define LSR_THRE 0x20 | ||
| 15 | |||
| 16 | static void putc(const char c) | ||
| 17 | { | ||
| 18 | int i; | ||
| 19 | |||
| 20 | for (i = 0; i < 0x1000; i++) { | ||
| 21 | /* Transmit fifo not full? */ | ||
| 22 | if (*UART_LSR & LSR_THRE) | ||
| 23 | break; | ||
| 24 | } | ||
| 25 | |||
| 26 | *UART_THR = c; | ||
| 27 | } | ||
| 28 | |||
| 29 | static void flush(void) | ||
| 30 | { | ||
| 31 | } | ||
| 32 | |||
| 33 | /* | ||
| 34 | * nothing to do | ||
| 35 | */ | ||
| 36 | #define arch_decomp_setup() | ||
| 37 | #define arch_decomp_wdog() | ||
diff --git a/arch/arm/mach-dove/include/mach/vmalloc.h b/arch/arm/mach-dove/include/mach/vmalloc.h new file mode 100644 index 000000000000..8b2c974755c6 --- /dev/null +++ b/arch/arm/mach-dove/include/mach/vmalloc.h | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/include/mach/vmalloc.h | ||
| 3 | */ | ||
| 4 | |||
| 5 | #define VMALLOC_END 0xfd800000 | ||
diff --git a/arch/arm/mach-dove/irq.c b/arch/arm/mach-dove/irq.c new file mode 100644 index 000000000000..61bfcb3b08c2 --- /dev/null +++ b/arch/arm/mach-dove/irq.c | |||
| @@ -0,0 +1,133 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/irq.c | ||
| 3 | * | ||
| 4 | * Dove IRQ handling. | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #include <linux/kernel.h> | ||
| 12 | #include <linux/init.h> | ||
| 13 | #include <linux/irq.h> | ||
| 14 | #include <linux/gpio.h> | ||
| 15 | #include <linux/io.h> | ||
| 16 | #include <asm/mach/arch.h> | ||
| 17 | #include <plat/irq.h> | ||
| 18 | #include <asm/mach/irq.h> | ||
| 19 | #include <mach/pm.h> | ||
| 20 | #include <mach/bridge-regs.h> | ||
| 21 | #include "common.h" | ||
| 22 | |||
| 23 | static void gpio_irq_handler(unsigned int irq, struct irq_desc *desc) | ||
| 24 | { | ||
| 25 | int irqoff; | ||
| 26 | BUG_ON(irq < IRQ_DOVE_GPIO_0_7 || irq > IRQ_DOVE_HIGH_GPIO); | ||
| 27 | |||
| 28 | irqoff = irq <= IRQ_DOVE_GPIO_16_23 ? irq - IRQ_DOVE_GPIO_0_7 : | ||
| 29 | 3 + irq - IRQ_DOVE_GPIO_24_31; | ||
| 30 | |||
| 31 | orion_gpio_irq_handler(irqoff << 3); | ||
| 32 | if (irq == IRQ_DOVE_HIGH_GPIO) { | ||
| 33 | orion_gpio_irq_handler(40); | ||
| 34 | orion_gpio_irq_handler(48); | ||
| 35 | orion_gpio_irq_handler(56); | ||
| 36 | } | ||
| 37 | } | ||
| 38 | |||
| 39 | static void pmu_irq_mask(unsigned int irq) | ||
| 40 | { | ||
| 41 | int pin = irq_to_pmu(irq); | ||
| 42 | u32 u; | ||
| 43 | |||
| 44 | u = readl(PMU_INTERRUPT_MASK); | ||
| 45 | u &= ~(1 << (pin & 31)); | ||
| 46 | writel(u, PMU_INTERRUPT_MASK); | ||
| 47 | } | ||
| 48 | |||
| 49 | static void pmu_irq_unmask(unsigned int irq) | ||
| 50 | { | ||
| 51 | int pin = irq_to_pmu(irq); | ||
| 52 | u32 u; | ||
| 53 | |||
| 54 | u = readl(PMU_INTERRUPT_MASK); | ||
| 55 | u |= 1 << (pin & 31); | ||
| 56 | writel(u, PMU_INTERRUPT_MASK); | ||
| 57 | } | ||
| 58 | |||
| 59 | static void pmu_irq_ack(unsigned int irq) | ||
| 60 | { | ||
| 61 | int pin = irq_to_pmu(irq); | ||
| 62 | u32 u; | ||
| 63 | |||
| 64 | u = ~(1 << (pin & 31)); | ||
| 65 | writel(u, PMU_INTERRUPT_CAUSE); | ||
| 66 | } | ||
| 67 | |||
| 68 | static struct irq_chip pmu_irq_chip = { | ||
| 69 | .name = "pmu_irq", | ||
| 70 | .mask = pmu_irq_mask, | ||
| 71 | .unmask = pmu_irq_unmask, | ||
| 72 | .ack = pmu_irq_ack, | ||
| 73 | }; | ||
| 74 | |||
| 75 | static void pmu_irq_handler(unsigned int irq, struct irq_desc *desc) | ||
| 76 | { | ||
| 77 | unsigned long cause = readl(PMU_INTERRUPT_CAUSE); | ||
| 78 | |||
| 79 | cause &= readl(PMU_INTERRUPT_MASK); | ||
| 80 | if (cause == 0) { | ||
| 81 | do_bad_IRQ(irq, desc); | ||
| 82 | return; | ||
| 83 | } | ||
| 84 | |||
| 85 | for (irq = 0; irq < NR_PMU_IRQS; irq++) { | ||
| 86 | if (!(cause & (1 << irq))) | ||
| 87 | continue; | ||
| 88 | irq = pmu_to_irq(irq); | ||
| 89 | desc = irq_desc + irq; | ||
| 90 | desc_handle_irq(irq, desc); | ||
| 91 | } | ||
| 92 | } | ||
| 93 | |||
| 94 | void __init dove_init_irq(void) | ||
| 95 | { | ||
| 96 | int i; | ||
| 97 | |||
| 98 | orion_irq_init(0, (void __iomem *)(IRQ_VIRT_BASE + IRQ_MASK_LOW_OFF)); | ||
| 99 | orion_irq_init(32, (void __iomem *)(IRQ_VIRT_BASE + IRQ_MASK_HIGH_OFF)); | ||
| 100 | |||
| 101 | /* | ||
| 102 | * Mask and clear GPIO IRQ interrupts. | ||
| 103 | */ | ||
| 104 | writel(0, GPIO_LEVEL_MASK(0)); | ||
| 105 | writel(0, GPIO_EDGE_MASK(0)); | ||
| 106 | writel(0, GPIO_EDGE_CAUSE(0)); | ||
| 107 | |||
| 108 | /* | ||
| 109 | * Mask and clear PMU interrupts | ||
| 110 | */ | ||
| 111 | writel(0, PMU_INTERRUPT_MASK); | ||
| 112 | writel(0, PMU_INTERRUPT_CAUSE); | ||
| 113 | |||
| 114 | for (i = IRQ_DOVE_GPIO_START; i < IRQ_DOVE_PMU_START; i++) { | ||
| 115 | set_irq_chip(i, &orion_gpio_irq_chip); | ||
| 116 | set_irq_handler(i, handle_level_irq); | ||
| 117 | irq_desc[i].status |= IRQ_LEVEL; | ||
| 118 | set_irq_flags(i, IRQF_VALID); | ||
| 119 | } | ||
| 120 | set_irq_chained_handler(IRQ_DOVE_GPIO_0_7, gpio_irq_handler); | ||
| 121 | set_irq_chained_handler(IRQ_DOVE_GPIO_8_15, gpio_irq_handler); | ||
| 122 | set_irq_chained_handler(IRQ_DOVE_GPIO_16_23, gpio_irq_handler); | ||
| 123 | set_irq_chained_handler(IRQ_DOVE_GPIO_24_31, gpio_irq_handler); | ||
| 124 | set_irq_chained_handler(IRQ_DOVE_HIGH_GPIO, gpio_irq_handler); | ||
| 125 | |||
| 126 | for (i = IRQ_DOVE_PMU_START; i < NR_IRQS; i++) { | ||
| 127 | set_irq_chip(i, &pmu_irq_chip); | ||
| 128 | set_irq_handler(i, handle_level_irq); | ||
| 129 | irq_desc[i].status |= IRQ_LEVEL; | ||
| 130 | set_irq_flags(i, IRQF_VALID); | ||
| 131 | } | ||
| 132 | set_irq_chained_handler(IRQ_DOVE_PMU, pmu_irq_handler); | ||
| 133 | } | ||
diff --git a/arch/arm/mach-dove/pcie.c b/arch/arm/mach-dove/pcie.c new file mode 100644 index 000000000000..502d1ca2f4b7 --- /dev/null +++ b/arch/arm/mach-dove/pcie.c | |||
| @@ -0,0 +1,238 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-dove/pcie.c | ||
| 3 | * | ||
| 4 | * PCIe functions for Marvell Dove 88AP510 SoC | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #include <linux/kernel.h> | ||
| 12 | #include <linux/pci.h> | ||
| 13 | #include <linux/mbus.h> | ||
| 14 | #include <asm/mach/pci.h> | ||
| 15 | #include <asm/mach/arch.h> | ||
| 16 | #include <asm/setup.h> | ||
| 17 | #include <asm/delay.h> | ||
| 18 | #include <plat/pcie.h> | ||
| 19 | #include <mach/irqs.h> | ||
| 20 | #include <mach/bridge-regs.h> | ||
| 21 | #include "common.h" | ||
| 22 | |||
| 23 | struct pcie_port { | ||
| 24 | u8 index; | ||
| 25 | u8 root_bus_nr; | ||
| 26 | void __iomem *base; | ||
| 27 | spinlock_t conf_lock; | ||
| 28 | char io_space_name[16]; | ||
| 29 | char mem_space_name[16]; | ||
| 30 | struct resource res[2]; | ||
| 31 | }; | ||
| 32 | |||
| 33 | static struct pcie_port pcie_port[2]; | ||
| 34 | static int num_pcie_ports; | ||
| 35 | |||
| 36 | |||
| 37 | static int __init dove_pcie_setup(int nr, struct pci_sys_data *sys) | ||
| 38 | { | ||
| 39 | struct pcie_port *pp; | ||
| 40 | |||
| 41 | if (nr >= num_pcie_ports) | ||
| 42 | return 0; | ||
| 43 | |||
| 44 | pp = &pcie_port[nr]; | ||
| 45 | pp->root_bus_nr = sys->busnr; | ||
| 46 | |||
| 47 | /* | ||
| 48 | * Generic PCIe unit setup. | ||
| 49 | */ | ||
| 50 | orion_pcie_set_local_bus_nr(pp->base, sys->busnr); | ||
| 51 | |||
| 52 | orion_pcie_setup(pp->base, &dove_mbus_dram_info); | ||
| 53 | |||
| 54 | /* | ||
| 55 | * IORESOURCE_IO | ||
| 56 | */ | ||
| 57 | snprintf(pp->io_space_name, sizeof(pp->io_space_name), | ||
| 58 | "PCIe %d I/O", pp->index); | ||
| 59 | pp->io_space_name[sizeof(pp->io_space_name) - 1] = 0; | ||
| 60 | pp->res[0].name = pp->io_space_name; | ||
| 61 | if (pp->index == 0) { | ||
| 62 | pp->res[0].start = DOVE_PCIE0_IO_PHYS_BASE; | ||
| 63 | pp->res[0].end = pp->res[0].start + DOVE_PCIE0_IO_SIZE - 1; | ||
| 64 | } else { | ||
| 65 | pp->res[0].start = DOVE_PCIE1_IO_PHYS_BASE; | ||
| 66 | pp->res[0].end = pp->res[0].start + DOVE_PCIE1_IO_SIZE - 1; | ||
| 67 | } | ||
| 68 | pp->res[0].flags = IORESOURCE_IO; | ||
| 69 | if (request_resource(&ioport_resource, &pp->res[0])) | ||
| 70 | panic("Request PCIe IO resource failed\n"); | ||
| 71 | sys->resource[0] = &pp->res[0]; | ||
| 72 | |||
| 73 | /* | ||
| 74 | * IORESOURCE_MEM | ||
| 75 | */ | ||
| 76 | snprintf(pp->mem_space_name, sizeof(pp->mem_space_name), | ||
| 77 | "PCIe %d MEM", pp->index); | ||
| 78 | pp->mem_space_name[sizeof(pp->mem_space_name) - 1] = 0; | ||
| 79 | pp->res[1].name = pp->mem_space_name; | ||
| 80 | if (pp->index == 0) { | ||
| 81 | pp->res[1].start = DOVE_PCIE0_MEM_PHYS_BASE; | ||
| 82 | pp->res[1].end = pp->res[1].start + DOVE_PCIE0_MEM_SIZE - 1; | ||
| 83 | } else { | ||
| 84 | pp->res[1].start = DOVE_PCIE1_MEM_PHYS_BASE; | ||
| 85 | pp->res[1].end = pp->res[1].start + DOVE_PCIE1_MEM_SIZE - 1; | ||
| 86 | } | ||
| 87 | pp->res[1].flags = IORESOURCE_MEM; | ||
| 88 | if (request_resource(&iomem_resource, &pp->res[1])) | ||
| 89 | panic("Request PCIe Memory resource failed\n"); | ||
| 90 | sys->resource[1] = &pp->res[1]; | ||
| 91 | |||
| 92 | sys->resource[2] = NULL; | ||
| 93 | |||
| 94 | return 1; | ||
| 95 | } | ||
| 96 | |||
| 97 | static struct pcie_port *bus_to_port(int bus) | ||
| 98 | { | ||
| 99 | int i; | ||
| 100 | |||
| 101 | for (i = num_pcie_ports - 1; i >= 0; i--) { | ||
| 102 | int rbus = pcie_port[i].root_bus_nr; | ||
| 103 | if (rbus != -1 && rbus <= bus) | ||
| 104 | break; | ||
| 105 | } | ||
| 106 | |||
| 107 | return i >= 0 ? pcie_port + i : NULL; | ||
| 108 | } | ||
| 109 | |||
| 110 | static int pcie_valid_config(struct pcie_port *pp, int bus, int dev) | ||
| 111 | { | ||
| 112 | /* | ||
| 113 | * Don't go out when trying to access nonexisting devices | ||
| 114 | * on the local bus. | ||
| 115 | */ | ||
| 116 | if (bus == pp->root_bus_nr && dev > 1) | ||
| 117 | return 0; | ||
| 118 | |||
| 119 | return 1; | ||
| 120 | } | ||
| 121 | |||
| 122 | static int pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, | ||
| 123 | int size, u32 *val) | ||
| 124 | { | ||
| 125 | struct pcie_port *pp = bus_to_port(bus->number); | ||
| 126 | unsigned long flags; | ||
| 127 | int ret; | ||
| 128 | |||
| 129 | if (pcie_valid_config(pp, bus->number, PCI_SLOT(devfn)) == 0) { | ||
| 130 | *val = 0xffffffff; | ||
| 131 | return PCIBIOS_DEVICE_NOT_FOUND; | ||
| 132 | } | ||
| 133 | |||
| 134 | spin_lock_irqsave(&pp->conf_lock, flags); | ||
| 135 | ret = orion_pcie_rd_conf(pp->base, bus, devfn, where, size, val); | ||
| 136 | spin_unlock_irqrestore(&pp->conf_lock, flags); | ||
| 137 | |||
| 138 | return ret; | ||
| 139 | } | ||
| 140 | |||
| 141 | static int pcie_wr_conf(struct pci_bus *bus, u32 devfn, | ||
| 142 | int where, int size, u32 val) | ||
| 143 | { | ||
| 144 | struct pcie_port *pp = bus_to_port(bus->number); | ||
| 145 | unsigned long flags; | ||
| 146 | int ret; | ||
| 147 | |||
| 148 | if (pcie_valid_config(pp, bus->number, PCI_SLOT(devfn)) == 0) | ||
| 149 | return PCIBIOS_DEVICE_NOT_FOUND; | ||
| 150 | |||
| 151 | spin_lock_irqsave(&pp->conf_lock, flags); | ||
| 152 | ret = orion_pcie_wr_conf(pp->base, bus, devfn, where, size, val); | ||
| 153 | spin_unlock_irqrestore(&pp->conf_lock, flags); | ||
| 154 | |||
| 155 | return ret; | ||
| 156 | } | ||
| 157 | |||
| 158 | static struct pci_ops pcie_ops = { | ||
| 159 | .read = pcie_rd_conf, | ||
| 160 | .write = pcie_wr_conf, | ||
| 161 | }; | ||
| 162 | |||
| 163 | static void __devinit rc_pci_fixup(struct pci_dev *dev) | ||
| 164 | { | ||
| 165 | /* | ||
| 166 | * Prevent enumeration of root complex. | ||
| 167 | */ | ||
| 168 | if (dev->bus->parent == NULL && dev->devfn == 0) { | ||
| 169 | int i; | ||
| 170 | |||
| 171 | for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) { | ||
| 172 | dev->resource[i].start = 0; | ||
| 173 | dev->resource[i].end = 0; | ||
| 174 | dev->resource[i].flags = 0; | ||
| 175 | } | ||
| 176 | } | ||
| 177 | } | ||
| 178 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL, PCI_ANY_ID, rc_pci_fixup); | ||
| 179 | |||
| 180 | static struct pci_bus __init * | ||
| 181 | dove_pcie_scan_bus(int nr, struct pci_sys_data *sys) | ||
| 182 | { | ||
| 183 | struct pci_bus *bus; | ||
| 184 | |||
| 185 | if (nr < num_pcie_ports) { | ||
| 186 | bus = pci_scan_bus(sys->busnr, &pcie_ops, sys); | ||
| 187 | } else { | ||
| 188 | bus = NULL; | ||
| 189 | BUG(); | ||
| 190 | } | ||
| 191 | |||
| 192 | return bus; | ||
| 193 | } | ||
| 194 | |||
| 195 | static int __init dove_pcie_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | ||
| 196 | { | ||
| 197 | struct pcie_port *pp = bus_to_port(dev->bus->number); | ||
| 198 | |||
| 199 | return pp->index ? IRQ_DOVE_PCIE1 : IRQ_DOVE_PCIE0; | ||
| 200 | } | ||
| 201 | |||
| 202 | static struct hw_pci dove_pci __initdata = { | ||
| 203 | .nr_controllers = 2, | ||
| 204 | .swizzle = pci_std_swizzle, | ||
| 205 | .setup = dove_pcie_setup, | ||
| 206 | .scan = dove_pcie_scan_bus, | ||
| 207 | .map_irq = dove_pcie_map_irq, | ||
| 208 | }; | ||
| 209 | |||
| 210 | static void __init add_pcie_port(int index, unsigned long base) | ||
| 211 | { | ||
| 212 | printk(KERN_INFO "Dove PCIe port %d: ", index); | ||
| 213 | |||
| 214 | if (orion_pcie_link_up((void __iomem *)base)) { | ||
| 215 | struct pcie_port *pp = &pcie_port[num_pcie_ports++]; | ||
| 216 | |||
| 217 | printk(KERN_INFO "link up\n"); | ||
| 218 | |||
| 219 | pp->index = index; | ||
| 220 | pp->root_bus_nr = -1; | ||
| 221 | pp->base = (void __iomem *)base; | ||
| 222 | spin_lock_init(&pp->conf_lock); | ||
| 223 | memset(pp->res, 0, sizeof(pp->res)); | ||
| 224 | } else { | ||
| 225 | printk(KERN_INFO "link down, ignoring\n"); | ||
| 226 | } | ||
| 227 | } | ||
| 228 | |||
| 229 | void __init dove_pcie_init(int init_port0, int init_port1) | ||
| 230 | { | ||
| 231 | if (init_port0) | ||
| 232 | add_pcie_port(0, DOVE_PCIE0_VIRT_BASE); | ||
| 233 | |||
| 234 | if (init_port1) | ||
| 235 | add_pcie_port(1, DOVE_PCIE1_VIRT_BASE); | ||
| 236 | |||
| 237 | pci_common_init(&dove_pci); | ||
| 238 | } | ||
diff --git a/arch/arm/mach-iop13xx/include/mach/time.h b/arch/arm/mach-iop13xx/include/mach/time.h index d6d52527589d..f1c00d6d560b 100644 --- a/arch/arm/mach-iop13xx/include/mach/time.h +++ b/arch/arm/mach-iop13xx/include/mach/time.h | |||
| @@ -20,7 +20,6 @@ | |||
| 20 | #define IOP13XX_CORE_FREQ_1200 (5 << 16) | 20 | #define IOP13XX_CORE_FREQ_1200 (5 << 16) |
| 21 | 21 | ||
| 22 | void iop_init_time(unsigned long tickrate); | 22 | void iop_init_time(unsigned long tickrate); |
| 23 | unsigned long iop_gettimeoffset(void); | ||
| 24 | 23 | ||
| 25 | static inline unsigned long iop13xx_core_freq(void) | 24 | static inline unsigned long iop13xx_core_freq(void) |
| 26 | { | 25 | { |
| @@ -66,6 +65,13 @@ static inline unsigned long iop13xx_xsi_bus_ratio(void) | |||
| 66 | return 2; | 65 | return 2; |
| 67 | } | 66 | } |
| 68 | 67 | ||
| 68 | static inline u32 read_tmr0(void) | ||
| 69 | { | ||
| 70 | u32 val; | ||
| 71 | asm volatile("mrc p6, 0, %0, c0, c9, 0" : "=r" (val)); | ||
| 72 | return val; | ||
| 73 | } | ||
| 74 | |||
| 69 | static inline void write_tmr0(u32 val) | 75 | static inline void write_tmr0(u32 val) |
| 70 | { | 76 | { |
| 71 | asm volatile("mcr p6, 0, %0, c0, c9, 0" : : "r" (val)); | 77 | asm volatile("mcr p6, 0, %0, c0, c9, 0" : : "r" (val)); |
| @@ -83,6 +89,11 @@ static inline u32 read_tcr0(void) | |||
| 83 | return val; | 89 | return val; |
| 84 | } | 90 | } |
| 85 | 91 | ||
| 92 | static inline void write_tcr0(u32 val) | ||
| 93 | { | ||
| 94 | asm volatile("mcr p6, 0, %0, c2, c9, 0" : : "r" (val)); | ||
| 95 | } | ||
| 96 | |||
| 86 | static inline u32 read_tcr1(void) | 97 | static inline u32 read_tcr1(void) |
| 87 | { | 98 | { |
| 88 | u32 val; | 99 | u32 val; |
| @@ -90,6 +101,11 @@ static inline u32 read_tcr1(void) | |||
| 90 | return val; | 101 | return val; |
| 91 | } | 102 | } |
| 92 | 103 | ||
| 104 | static inline void write_tcr1(u32 val) | ||
| 105 | { | ||
| 106 | asm volatile("mcr p6, 0, %0, c3, c9, 0" : : "r" (val)); | ||
| 107 | } | ||
| 108 | |||
| 93 | static inline void write_trr0(u32 val) | 109 | static inline void write_trr0(u32 val) |
| 94 | { | 110 | { |
| 95 | asm volatile("mcr p6, 0, %0, c4, c9, 0" : : "r" (val)); | 111 | asm volatile("mcr p6, 0, %0, c4, c9, 0" : : "r" (val)); |
diff --git a/arch/arm/mach-iop13xx/iq81340mc.c b/arch/arm/mach-iop13xx/iq81340mc.c index 5051c03d437c..f91f3154577d 100644 --- a/arch/arm/mach-iop13xx/iq81340mc.c +++ b/arch/arm/mach-iop13xx/iq81340mc.c | |||
| @@ -87,7 +87,6 @@ static void __init iq81340mc_timer_init(void) | |||
| 87 | 87 | ||
| 88 | static struct sys_timer iq81340mc_timer = { | 88 | static struct sys_timer iq81340mc_timer = { |
| 89 | .init = iq81340mc_timer_init, | 89 | .init = iq81340mc_timer_init, |
| 90 | .offset = iop_gettimeoffset, | ||
| 91 | }; | 90 | }; |
| 92 | 91 | ||
| 93 | MACHINE_START(IQ81340MC, "Intel IQ81340MC") | 92 | MACHINE_START(IQ81340MC, "Intel IQ81340MC") |
diff --git a/arch/arm/mach-iop13xx/iq81340sc.c b/arch/arm/mach-iop13xx/iq81340sc.c index bc443073a8e3..ddb7a3435de9 100644 --- a/arch/arm/mach-iop13xx/iq81340sc.c +++ b/arch/arm/mach-iop13xx/iq81340sc.c | |||
| @@ -89,7 +89,6 @@ static void __init iq81340sc_timer_init(void) | |||
| 89 | 89 | ||
| 90 | static struct sys_timer iq81340sc_timer = { | 90 | static struct sys_timer iq81340sc_timer = { |
| 91 | .init = iq81340sc_timer_init, | 91 | .init = iq81340sc_timer_init, |
| 92 | .offset = iop_gettimeoffset, | ||
| 93 | }; | 92 | }; |
| 94 | 93 | ||
| 95 | MACHINE_START(IQ81340SC, "Intel IQ81340SC") | 94 | MACHINE_START(IQ81340SC, "Intel IQ81340SC") |
diff --git a/arch/arm/mach-iop32x/em7210.c b/arch/arm/mach-iop32x/em7210.c index 3ad4696ade42..2bef9b6e1cc9 100644 --- a/arch/arm/mach-iop32x/em7210.c +++ b/arch/arm/mach-iop32x/em7210.c | |||
| @@ -42,7 +42,6 @@ static void __init em7210_timer_init(void) | |||
| 42 | 42 | ||
| 43 | static struct sys_timer em7210_timer = { | 43 | static struct sys_timer em7210_timer = { |
| 44 | .init = em7210_timer_init, | 44 | .init = em7210_timer_init, |
| 45 | .offset = iop_gettimeoffset, | ||
| 46 | }; | 45 | }; |
| 47 | 46 | ||
| 48 | /* | 47 | /* |
diff --git a/arch/arm/mach-iop32x/glantank.c b/arch/arm/mach-iop32x/glantank.c index a9c2dfdb2507..93370a46b620 100644 --- a/arch/arm/mach-iop32x/glantank.c +++ b/arch/arm/mach-iop32x/glantank.c | |||
| @@ -47,7 +47,6 @@ static void __init glantank_timer_init(void) | |||
| 47 | 47 | ||
| 48 | static struct sys_timer glantank_timer = { | 48 | static struct sys_timer glantank_timer = { |
| 49 | .init = glantank_timer_init, | 49 | .init = glantank_timer_init, |
| 50 | .offset = iop_gettimeoffset, | ||
| 51 | }; | 50 | }; |
| 52 | 51 | ||
| 53 | 52 | ||
diff --git a/arch/arm/mach-iop32x/iq31244.c b/arch/arm/mach-iop32x/iq31244.c index dd1cd9904518..a7a08dda7f33 100644 --- a/arch/arm/mach-iop32x/iq31244.c +++ b/arch/arm/mach-iop32x/iq31244.c | |||
| @@ -78,7 +78,6 @@ static void __init iq31244_timer_init(void) | |||
| 78 | 78 | ||
| 79 | static struct sys_timer iq31244_timer = { | 79 | static struct sys_timer iq31244_timer = { |
| 80 | .init = iq31244_timer_init, | 80 | .init = iq31244_timer_init, |
| 81 | .offset = iop_gettimeoffset, | ||
| 82 | }; | 81 | }; |
| 83 | 82 | ||
| 84 | 83 | ||
diff --git a/arch/arm/mach-iop32x/iq80321.c b/arch/arm/mach-iop32x/iq80321.c index fbe27798759d..0200f80c1e17 100644 --- a/arch/arm/mach-iop32x/iq80321.c +++ b/arch/arm/mach-iop32x/iq80321.c | |||
| @@ -46,7 +46,6 @@ static void __init iq80321_timer_init(void) | |||
| 46 | 46 | ||
| 47 | static struct sys_timer iq80321_timer = { | 47 | static struct sys_timer iq80321_timer = { |
| 48 | .init = iq80321_timer_init, | 48 | .init = iq80321_timer_init, |
| 49 | .offset = iop_gettimeoffset, | ||
| 50 | }; | 49 | }; |
| 51 | 50 | ||
| 52 | 51 | ||
diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-iop32x/n2100.c index d2e427899729..2a5c637639bb 100644 --- a/arch/arm/mach-iop32x/n2100.c +++ b/arch/arm/mach-iop32x/n2100.c | |||
| @@ -53,7 +53,6 @@ static void __init n2100_timer_init(void) | |||
| 53 | 53 | ||
| 54 | static struct sys_timer n2100_timer = { | 54 | static struct sys_timer n2100_timer = { |
| 55 | .init = n2100_timer_init, | 55 | .init = n2100_timer_init, |
| 56 | .offset = iop_gettimeoffset, | ||
| 57 | }; | 56 | }; |
| 58 | 57 | ||
| 59 | 58 | ||
diff --git a/arch/arm/mach-iop33x/iq80331.c b/arch/arm/mach-iop33x/iq80331.c index d51e10cddf20..394e95a30b75 100644 --- a/arch/arm/mach-iop33x/iq80331.c +++ b/arch/arm/mach-iop33x/iq80331.c | |||
| @@ -48,7 +48,6 @@ static void __init iq80331_timer_init(void) | |||
| 48 | 48 | ||
| 49 | static struct sys_timer iq80331_timer = { | 49 | static struct sys_timer iq80331_timer = { |
| 50 | .init = iq80331_timer_init, | 50 | .init = iq80331_timer_init, |
| 51 | .offset = iop_gettimeoffset, | ||
| 52 | }; | 51 | }; |
| 53 | 52 | ||
| 54 | 53 | ||
diff --git a/arch/arm/mach-iop33x/iq80332.c b/arch/arm/mach-iop33x/iq80332.c index 92fb44cdbcad..a40badf126c2 100644 --- a/arch/arm/mach-iop33x/iq80332.c +++ b/arch/arm/mach-iop33x/iq80332.c | |||
| @@ -48,7 +48,6 @@ static void __init iq80332_timer_init(void) | |||
| 48 | 48 | ||
| 49 | static struct sys_timer iq80332_timer = { | 49 | static struct sys_timer iq80332_timer = { |
| 50 | .init = iq80332_timer_init, | 50 | .init = iq80332_timer_init, |
| 51 | .offset = iop_gettimeoffset, | ||
| 52 | }; | 51 | }; |
| 53 | 52 | ||
| 54 | 53 | ||
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 0aca451b216d..8bf09ae5b347 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig | |||
| @@ -33,10 +33,18 @@ config MACH_SHEEVAPLUG | |||
| 33 | Marvell SheevaPlug Reference Board. | 33 | Marvell SheevaPlug Reference Board. |
| 34 | 34 | ||
| 35 | config MACH_TS219 | 35 | config MACH_TS219 |
| 36 | bool "QNAP TS-119 and TS-219 Turbo NAS" | 36 | bool "QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS" |
| 37 | help | 37 | help |
| 38 | Say 'Y' here if you want your kernel to support the | 38 | Say 'Y' here if you want your kernel to support the |
| 39 | QNAP TS-119 and TS-219 Turbo NAS devices. | 39 | QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS |
| 40 | devices. | ||
| 41 | |||
| 42 | config MACH_TS41X | ||
| 43 | bool "QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS" | ||
| 44 | help | ||
| 45 | Say 'Y' here if you want your kernel to support the | ||
| 46 | QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS | ||
| 47 | devices. | ||
| 40 | 48 | ||
| 41 | config MACH_OPENRD_BASE | 49 | config MACH_OPENRD_BASE |
| 42 | bool "Marvell OpenRD Base Board" | 50 | bool "Marvell OpenRD Base Board" |
diff --git a/arch/arm/mach-kirkwood/Makefile b/arch/arm/mach-kirkwood/Makefile index 80ab0ec90ee1..9f2f67b2b63d 100644 --- a/arch/arm/mach-kirkwood/Makefile +++ b/arch/arm/mach-kirkwood/Makefile | |||
| @@ -5,7 +5,8 @@ obj-$(CONFIG_MACH_RD88F6192_NAS) += rd88f6192-nas-setup.o | |||
| 5 | obj-$(CONFIG_MACH_RD88F6281) += rd88f6281-setup.o | 5 | obj-$(CONFIG_MACH_RD88F6281) += rd88f6281-setup.o |
| 6 | obj-$(CONFIG_MACH_MV88F6281GTW_GE) += mv88f6281gtw_ge-setup.o | 6 | obj-$(CONFIG_MACH_MV88F6281GTW_GE) += mv88f6281gtw_ge-setup.o |
| 7 | obj-$(CONFIG_MACH_SHEEVAPLUG) += sheevaplug-setup.o | 7 | obj-$(CONFIG_MACH_SHEEVAPLUG) += sheevaplug-setup.o |
| 8 | obj-$(CONFIG_MACH_TS219) += ts219-setup.o | 8 | obj-$(CONFIG_MACH_TS219) += ts219-setup.o tsx1x-common.o |
| 9 | obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o | ||
| 9 | obj-$(CONFIG_MACH_OPENRD_BASE) += openrd_base-setup.o | 10 | obj-$(CONFIG_MACH_OPENRD_BASE) += openrd_base-setup.o |
| 10 | 11 | ||
| 11 | obj-$(CONFIG_CPU_IDLE) += cpuidle.o | 12 | obj-$(CONFIG_CPU_IDLE) += cpuidle.o |
diff --git a/arch/arm/mach-kirkwood/common.c b/arch/arm/mach-kirkwood/common.c index 7177c4aa6342..242dd0775343 100644 --- a/arch/arm/mach-kirkwood/common.c +++ b/arch/arm/mach-kirkwood/common.c | |||
| @@ -915,6 +915,14 @@ void __init kirkwood_init(void) | |||
| 915 | kirkwood_uart0_data[0].uartclk = kirkwood_tclk; | 915 | kirkwood_uart0_data[0].uartclk = kirkwood_tclk; |
| 916 | kirkwood_uart1_data[0].uartclk = kirkwood_tclk; | 916 | kirkwood_uart1_data[0].uartclk = kirkwood_tclk; |
| 917 | 917 | ||
| 918 | /* | ||
| 919 | * Disable propagation of mbus errors to the CPU local bus, | ||
| 920 | * as this causes mbus errors (which can occur for example | ||
| 921 | * for PCI aborts) to throw CPU aborts, which we're not set | ||
| 922 | * up to deal with. | ||
| 923 | */ | ||
| 924 | writel(readl(CPU_CONFIG) & ~CPU_CONFIG_ERROR_PROP, CPU_CONFIG); | ||
| 925 | |||
| 918 | kirkwood_setup_cpu_mbus(); | 926 | kirkwood_setup_cpu_mbus(); |
| 919 | 927 | ||
| 920 | #ifdef CONFIG_CACHE_FEROCEON_L2 | 928 | #ifdef CONFIG_CACHE_FEROCEON_L2 |
diff --git a/arch/arm/mach-kirkwood/include/mach/bridge-regs.h b/arch/arm/mach-kirkwood/include/mach/bridge-regs.h index 9e80d9232c83..418f5017c50e 100644 --- a/arch/arm/mach-kirkwood/include/mach/bridge-regs.h +++ b/arch/arm/mach-kirkwood/include/mach/bridge-regs.h | |||
| @@ -13,6 +13,9 @@ | |||
| 13 | 13 | ||
| 14 | #include <mach/kirkwood.h> | 14 | #include <mach/kirkwood.h> |
| 15 | 15 | ||
| 16 | #define CPU_CONFIG (BRIDGE_VIRT_BASE | 0x0100) | ||
| 17 | #define CPU_CONFIG_ERROR_PROP 0x00000004 | ||
| 18 | |||
| 16 | #define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104) | 19 | #define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104) |
| 17 | #define CPU_RESET 0x00000002 | 20 | #define CPU_RESET 0x00000002 |
| 18 | 21 | ||
diff --git a/arch/arm/mach-kirkwood/ts219-setup.c b/arch/arm/mach-kirkwood/ts219-setup.c index ec1a64f263d2..2830f0fe80e0 100644 --- a/arch/arm/mach-kirkwood/ts219-setup.c +++ b/arch/arm/mach-kirkwood/ts219-setup.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * | 2 | * |
| 3 | * QNAP TS-119/TS-219 Turbo NAS Board Setup | 3 | * QNAP TS-11x/TS-21x Turbo NAS Board Setup |
| 4 | * | 4 | * |
| 5 | * Copyright (C) 2009 Martin Michlmayr <tbm@cyrius.com> | 5 | * Copyright (C) 2009 Martin Michlmayr <tbm@cyrius.com> |
| 6 | * Copyright (C) 2008 Byron Bradley <byron.bbradley@gmail.com> | 6 | * Copyright (C) 2008 Byron Bradley <byron.bbradley@gmail.com> |
| @@ -14,87 +14,17 @@ | |||
| 14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
| 15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
| 16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
| 17 | #include <linux/mtd/physmap.h> | ||
| 18 | #include <linux/spi/flash.h> | ||
| 19 | #include <linux/spi/spi.h> | ||
| 20 | #include <linux/spi/orion_spi.h> | ||
| 21 | #include <linux/i2c.h> | 17 | #include <linux/i2c.h> |
| 22 | #include <linux/mv643xx_eth.h> | 18 | #include <linux/mv643xx_eth.h> |
| 23 | #include <linux/ata_platform.h> | 19 | #include <linux/ata_platform.h> |
| 24 | #include <linux/gpio_keys.h> | 20 | #include <linux/gpio_keys.h> |
| 25 | #include <linux/input.h> | 21 | #include <linux/input.h> |
| 26 | #include <linux/timex.h> | ||
| 27 | #include <linux/serial_reg.h> | ||
| 28 | #include <linux/pci.h> | ||
| 29 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
| 30 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
| 31 | #include <mach/kirkwood.h> | 24 | #include <mach/kirkwood.h> |
| 32 | #include "common.h" | 25 | #include "common.h" |
| 33 | #include "mpp.h" | 26 | #include "mpp.h" |
| 34 | 27 | #include "tsx1x-common.h" | |
| 35 | /**************************************************************************** | ||
| 36 | * 16 MiB NOR flash. The struct mtd_partition is not in the same order as the | ||
| 37 | * partitions on the device because we want to keep compatability with | ||
| 38 | * the QNAP firmware. | ||
| 39 | * Layout as used by QNAP: | ||
| 40 | * 0x00000000-0x00080000 : "U-Boot" | ||
| 41 | * 0x00200000-0x00400000 : "Kernel" | ||
| 42 | * 0x00400000-0x00d00000 : "RootFS" | ||
| 43 | * 0x00d00000-0x01000000 : "RootFS2" | ||
| 44 | * 0x00080000-0x000c0000 : "U-Boot Config" | ||
| 45 | * 0x000c0000-0x00200000 : "NAS Config" | ||
| 46 | * | ||
| 47 | * We'll use "RootFS1" instead of "RootFS" to stay compatible with the layout | ||
| 48 | * used by the QNAP TS-109/TS-209. | ||
| 49 | * | ||
| 50 | ***************************************************************************/ | ||
| 51 | |||
| 52 | static struct mtd_partition qnap_ts219_partitions[] = { | ||
| 53 | { | ||
| 54 | .name = "U-Boot", | ||
| 55 | .size = 0x00080000, | ||
| 56 | .offset = 0, | ||
| 57 | .mask_flags = MTD_WRITEABLE, | ||
| 58 | }, { | ||
| 59 | .name = "Kernel", | ||
| 60 | .size = 0x00200000, | ||
| 61 | .offset = 0x00200000, | ||
| 62 | }, { | ||
| 63 | .name = "RootFS1", | ||
| 64 | .size = 0x00900000, | ||
| 65 | .offset = 0x00400000, | ||
| 66 | }, { | ||
| 67 | .name = "RootFS2", | ||
| 68 | .size = 0x00300000, | ||
| 69 | .offset = 0x00d00000, | ||
| 70 | }, { | ||
| 71 | .name = "U-Boot Config", | ||
| 72 | .size = 0x00040000, | ||
| 73 | .offset = 0x00080000, | ||
| 74 | }, { | ||
| 75 | .name = "NAS Config", | ||
| 76 | .size = 0x00140000, | ||
| 77 | .offset = 0x000c0000, | ||
| 78 | }, | ||
| 79 | }; | ||
| 80 | |||
| 81 | static const struct flash_platform_data qnap_ts219_flash = { | ||
| 82 | .type = "m25p128", | ||
| 83 | .name = "spi_flash", | ||
| 84 | .parts = qnap_ts219_partitions, | ||
| 85 | .nr_parts = ARRAY_SIZE(qnap_ts219_partitions), | ||
| 86 | }; | ||
| 87 | |||
| 88 | static struct spi_board_info __initdata qnap_ts219_spi_slave_info[] = { | ||
| 89 | { | ||
| 90 | .modalias = "m25p80", | ||
| 91 | .platform_data = &qnap_ts219_flash, | ||
| 92 | .irq = -1, | ||
| 93 | .max_speed_hz = 20000000, | ||
| 94 | .bus_num = 0, | ||
| 95 | .chip_select = 0, | ||
| 96 | }, | ||
| 97 | }; | ||
| 98 | 28 | ||
| 99 | static struct i2c_board_info __initdata qnap_ts219_i2c_rtc = { | 29 | static struct i2c_board_info __initdata qnap_ts219_i2c_rtc = { |
| 100 | I2C_BOARD_INFO("s35390a", 0x30), | 30 | I2C_BOARD_INFO("s35390a", 0x30), |
| @@ -152,36 +82,10 @@ static unsigned int qnap_ts219_mpp_config[] __initdata = { | |||
| 152 | MPP14_UART1_RXD, /* PIC controller */ | 82 | MPP14_UART1_RXD, /* PIC controller */ |
| 153 | MPP15_GPIO, /* USB Copy button */ | 83 | MPP15_GPIO, /* USB Copy button */ |
| 154 | MPP16_GPIO, /* Reset button */ | 84 | MPP16_GPIO, /* Reset button */ |
| 85 | MPP36_GPIO, /* RAM: 0: 256 MB, 1: 512 MB */ | ||
| 155 | 0 | 86 | 0 |
| 156 | }; | 87 | }; |
| 157 | 88 | ||
| 158 | |||
| 159 | /***************************************************************************** | ||
| 160 | * QNAP TS-x19 specific power off method via UART1-attached PIC | ||
| 161 | ****************************************************************************/ | ||
| 162 | |||
| 163 | #define UART1_REG(x) (UART1_VIRT_BASE + ((UART_##x) << 2)) | ||
| 164 | |||
| 165 | void qnap_ts219_power_off(void) | ||
| 166 | { | ||
| 167 | /* 19200 baud divisor */ | ||
| 168 | const unsigned divisor = ((kirkwood_tclk + (8 * 19200)) / (16 * 19200)); | ||
| 169 | |||
| 170 | pr_info("%s: triggering power-off...\n", __func__); | ||
| 171 | |||
| 172 | /* hijack UART1 and reset into sane state (19200,8n1) */ | ||
| 173 | writel(0x83, UART1_REG(LCR)); | ||
| 174 | writel(divisor & 0xff, UART1_REG(DLL)); | ||
| 175 | writel((divisor >> 8) & 0xff, UART1_REG(DLM)); | ||
| 176 | writel(0x03, UART1_REG(LCR)); | ||
| 177 | writel(0x00, UART1_REG(IER)); | ||
| 178 | writel(0x00, UART1_REG(FCR)); | ||
| 179 | writel(0x00, UART1_REG(MCR)); | ||
| 180 | |||
| 181 | /* send the power-off command 'A' to PIC */ | ||
| 182 | writel('A', UART1_REG(TX)); | ||
| 183 | } | ||
| 184 | |||
| 185 | static void __init qnap_ts219_init(void) | 89 | static void __init qnap_ts219_init(void) |
| 186 | { | 90 | { |
| 187 | /* | 91 | /* |
| @@ -192,9 +96,7 @@ static void __init qnap_ts219_init(void) | |||
| 192 | 96 | ||
| 193 | kirkwood_uart0_init(); | 97 | kirkwood_uart0_init(); |
| 194 | kirkwood_uart1_init(); /* A PIC controller is connected here. */ | 98 | kirkwood_uart1_init(); /* A PIC controller is connected here. */ |
| 195 | spi_register_board_info(qnap_ts219_spi_slave_info, | 99 | qnap_tsx1x_register_flash(); |
| 196 | ARRAY_SIZE(qnap_ts219_spi_slave_info)); | ||
| 197 | kirkwood_spi_init(); | ||
| 198 | kirkwood_i2c_init(); | 100 | kirkwood_i2c_init(); |
| 199 | i2c_register_board_info(0, &qnap_ts219_i2c_rtc, 1); | 101 | i2c_register_board_info(0, &qnap_ts219_i2c_rtc, 1); |
| 200 | kirkwood_ge00_init(&qnap_ts219_ge00_data); | 102 | kirkwood_ge00_init(&qnap_ts219_ge00_data); |
| @@ -202,7 +104,7 @@ static void __init qnap_ts219_init(void) | |||
| 202 | kirkwood_ehci_init(); | 104 | kirkwood_ehci_init(); |
| 203 | platform_device_register(&qnap_ts219_button_device); | 105 | platform_device_register(&qnap_ts219_button_device); |
| 204 | 106 | ||
| 205 | pm_power_off = qnap_ts219_power_off; | 107 | pm_power_off = qnap_tsx1x_power_off; |
| 206 | 108 | ||
| 207 | } | 109 | } |
| 208 | 110 | ||
diff --git a/arch/arm/mach-kirkwood/ts41x-setup.c b/arch/arm/mach-kirkwood/ts41x-setup.c new file mode 100644 index 000000000000..de49c2d9e74b --- /dev/null +++ b/arch/arm/mach-kirkwood/ts41x-setup.c | |||
| @@ -0,0 +1,154 @@ | |||
| 1 | /* | ||
| 2 | * | ||
| 3 | * QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS Board Setup | ||
| 4 | * | ||
| 5 | * Copyright (C) 2009 Martin Michlmayr <tbm@cyrius.com> | ||
| 6 | * Copyright (C) 2008 Byron Bradley <byron.bbradley@gmail.com> | ||
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or | ||
| 9 | * modify it under the terms of the GNU General Public License | ||
| 10 | * as published by the Free Software Foundation; either version | ||
| 11 | * 2 of the License, or (at your option) any later version. | ||
| 12 | */ | ||
| 13 | |||
| 14 | #include <linux/kernel.h> | ||
| 15 | #include <linux/init.h> | ||
| 16 | #include <linux/platform_device.h> | ||
| 17 | #include <linux/i2c.h> | ||
| 18 | #include <linux/mv643xx_eth.h> | ||
| 19 | #include <linux/ata_platform.h> | ||
| 20 | #include <linux/gpio_keys.h> | ||
| 21 | #include <linux/input.h> | ||
| 22 | #include <asm/mach-types.h> | ||
| 23 | #include <asm/mach/arch.h> | ||
| 24 | #include <mach/kirkwood.h> | ||
| 25 | #include "common.h" | ||
| 26 | #include "mpp.h" | ||
| 27 | #include "tsx1x-common.h" | ||
| 28 | |||
| 29 | static struct i2c_board_info __initdata qnap_ts41x_i2c_rtc = { | ||
| 30 | I2C_BOARD_INFO("s35390a", 0x30), | ||
| 31 | }; | ||
| 32 | |||
| 33 | static struct mv643xx_eth_platform_data qnap_ts41x_ge00_data = { | ||
| 34 | .phy_addr = MV643XX_ETH_PHY_ADDR(8), | ||
| 35 | }; | ||
| 36 | |||
| 37 | static struct mv643xx_eth_platform_data qnap_ts41x_ge01_data = { | ||
| 38 | .phy_addr = MV643XX_ETH_PHY_ADDR(0), | ||
| 39 | }; | ||
| 40 | |||
| 41 | static struct mv_sata_platform_data qnap_ts41x_sata_data = { | ||
| 42 | .n_ports = 2, | ||
| 43 | }; | ||
| 44 | |||
| 45 | static struct gpio_keys_button qnap_ts41x_buttons[] = { | ||
| 46 | { | ||
| 47 | .code = KEY_COPY, | ||
| 48 | .gpio = 43, | ||
| 49 | .desc = "USB Copy", | ||
| 50 | .active_low = 1, | ||
| 51 | }, | ||
| 52 | { | ||
| 53 | .code = KEY_RESTART, | ||
| 54 | .gpio = 37, | ||
| 55 | .desc = "Reset", | ||
| 56 | .active_low = 1, | ||
| 57 | }, | ||
| 58 | }; | ||
| 59 | |||
| 60 | static struct gpio_keys_platform_data qnap_ts41x_button_data = { | ||
| 61 | .buttons = qnap_ts41x_buttons, | ||
| 62 | .nbuttons = ARRAY_SIZE(qnap_ts41x_buttons), | ||
| 63 | }; | ||
| 64 | |||
| 65 | static struct platform_device qnap_ts41x_button_device = { | ||
| 66 | .name = "gpio-keys", | ||
| 67 | .id = -1, | ||
| 68 | .num_resources = 0, | ||
| 69 | .dev = { | ||
| 70 | .platform_data = &qnap_ts41x_button_data, | ||
| 71 | } | ||
| 72 | }; | ||
| 73 | |||
| 74 | static unsigned int qnap_ts41x_mpp_config[] __initdata = { | ||
| 75 | MPP0_SPI_SCn, | ||
| 76 | MPP1_SPI_MOSI, | ||
| 77 | MPP2_SPI_SCK, | ||
| 78 | MPP3_SPI_MISO, | ||
| 79 | MPP6_SYSRST_OUTn, | ||
| 80 | MPP7_PEX_RST_OUTn, | ||
| 81 | MPP8_TW_SDA, | ||
| 82 | MPP9_TW_SCK, | ||
| 83 | MPP10_UART0_TXD, | ||
| 84 | MPP11_UART0_RXD, | ||
| 85 | MPP13_UART1_TXD, /* PIC controller */ | ||
| 86 | MPP14_UART1_RXD, /* PIC controller */ | ||
| 87 | MPP15_SATA0_ACTn, | ||
| 88 | MPP16_SATA1_ACTn, | ||
| 89 | MPP20_GE1_0, | ||
| 90 | MPP21_GE1_1, | ||
| 91 | MPP22_GE1_2, | ||
| 92 | MPP23_GE1_3, | ||
| 93 | MPP24_GE1_4, | ||
| 94 | MPP25_GE1_5, | ||
| 95 | MPP26_GE1_6, | ||
| 96 | MPP27_GE1_7, | ||
| 97 | MPP30_GE1_10, | ||
| 98 | MPP31_GE1_11, | ||
| 99 | MPP32_GE1_12, | ||
| 100 | MPP33_GE1_13, | ||
| 101 | MPP36_GPIO, /* RAM: 0: 256 MB, 1: 512 MB */ | ||
| 102 | MPP37_GPIO, /* Reset button */ | ||
| 103 | MPP43_GPIO, /* USB Copy button */ | ||
| 104 | MPP44_GPIO, /* Board ID: 0: TS-419U, 1: TS-419 */ | ||
| 105 | MPP45_GPIO, /* JP1: 0: console, 1: LCD */ | ||
| 106 | MPP46_GPIO, /* External SATA HDD1 error indicator */ | ||
| 107 | MPP47_GPIO, /* External SATA HDD2 error indicator */ | ||
| 108 | MPP48_GPIO, /* External SATA HDD3 error indicator */ | ||
| 109 | MPP49_GPIO, /* External SATA HDD4 error indicator */ | ||
| 110 | 0 | ||
| 111 | }; | ||
| 112 | |||
| 113 | static void __init qnap_ts41x_init(void) | ||
| 114 | { | ||
| 115 | /* | ||
| 116 | * Basic setup. Needs to be called early. | ||
| 117 | */ | ||
| 118 | kirkwood_init(); | ||
| 119 | kirkwood_mpp_conf(qnap_ts41x_mpp_config); | ||
| 120 | |||
| 121 | kirkwood_uart0_init(); | ||
| 122 | kirkwood_uart1_init(); /* A PIC controller is connected here. */ | ||
| 123 | qnap_tsx1x_register_flash(); | ||
| 124 | kirkwood_i2c_init(); | ||
| 125 | i2c_register_board_info(0, &qnap_ts41x_i2c_rtc, 1); | ||
| 126 | kirkwood_ge00_init(&qnap_ts41x_ge00_data); | ||
| 127 | kirkwood_ge01_init(&qnap_ts41x_ge01_data); | ||
| 128 | kirkwood_sata_init(&qnap_ts41x_sata_data); | ||
| 129 | kirkwood_ehci_init(); | ||
| 130 | platform_device_register(&qnap_ts41x_button_device); | ||
| 131 | |||
| 132 | pm_power_off = qnap_tsx1x_power_off; | ||
| 133 | |||
| 134 | } | ||
| 135 | |||
| 136 | static int __init ts41x_pci_init(void) | ||
| 137 | { | ||
| 138 | if (machine_is_ts41x()) | ||
| 139 | kirkwood_pcie_init(); | ||
| 140 | |||
| 141 | return 0; | ||
| 142 | } | ||
| 143 | subsys_initcall(ts41x_pci_init); | ||
| 144 | |||
| 145 | MACHINE_START(TS41X, "QNAP TS-41x") | ||
| 146 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ | ||
| 147 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
| 148 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
| 149 | .boot_params = 0x00000100, | ||
| 150 | .init_machine = qnap_ts41x_init, | ||
| 151 | .map_io = kirkwood_map_io, | ||
| 152 | .init_irq = kirkwood_init_irq, | ||
| 153 | .timer = &kirkwood_timer, | ||
| 154 | MACHINE_END | ||
diff --git a/arch/arm/mach-kirkwood/tsx1x-common.c b/arch/arm/mach-kirkwood/tsx1x-common.c new file mode 100644 index 000000000000..7221c20b2afa --- /dev/null +++ b/arch/arm/mach-kirkwood/tsx1x-common.c | |||
| @@ -0,0 +1,113 @@ | |||
| 1 | #include <linux/kernel.h> | ||
| 2 | #include <linux/pci.h> | ||
| 3 | #include <linux/platform_device.h> | ||
| 4 | #include <linux/mtd/physmap.h> | ||
| 5 | #include <linux/spi/flash.h> | ||
| 6 | #include <linux/spi/spi.h> | ||
| 7 | #include <linux/spi/orion_spi.h> | ||
| 8 | #include <linux/serial_reg.h> | ||
| 9 | #include <mach/kirkwood.h> | ||
| 10 | #include "common.h" | ||
| 11 | |||
| 12 | /* | ||
| 13 | * QNAP TS-x1x Boards flash | ||
| 14 | */ | ||
| 15 | |||
| 16 | /**************************************************************************** | ||
| 17 | * 16 MiB NOR flash. The struct mtd_partition is not in the same order as the | ||
| 18 | * partitions on the device because we want to keep compatability with | ||
| 19 | * the QNAP firmware. | ||
| 20 | * Layout as used by QNAP: | ||
| 21 | * 0x00000000-0x00080000 : "U-Boot" | ||
| 22 | * 0x00200000-0x00400000 : "Kernel" | ||
| 23 | * 0x00400000-0x00d00000 : "RootFS" | ||
| 24 | * 0x00d00000-0x01000000 : "RootFS2" | ||
| 25 | * 0x00080000-0x000c0000 : "U-Boot Config" | ||
| 26 | * 0x000c0000-0x00200000 : "NAS Config" | ||
| 27 | * | ||
| 28 | * We'll use "RootFS1" instead of "RootFS" to stay compatible with the layout | ||
| 29 | * used by the QNAP TS-109/TS-209. | ||
| 30 | * | ||
| 31 | ***************************************************************************/ | ||
| 32 | |||
| 33 | struct mtd_partition qnap_tsx1x_partitions[] = { | ||
| 34 | { | ||
| 35 | .name = "U-Boot", | ||
| 36 | .size = 0x00080000, | ||
| 37 | .offset = 0, | ||
| 38 | .mask_flags = MTD_WRITEABLE, | ||
| 39 | }, { | ||
| 40 | .name = "Kernel", | ||
| 41 | .size = 0x00200000, | ||
| 42 | .offset = 0x00200000, | ||
| 43 | }, { | ||
| 44 | .name = "RootFS1", | ||
| 45 | .size = 0x00900000, | ||
| 46 | .offset = 0x00400000, | ||
| 47 | }, { | ||
| 48 | .name = "RootFS2", | ||
| 49 | .size = 0x00300000, | ||
| 50 | .offset = 0x00d00000, | ||
| 51 | }, { | ||
| 52 | .name = "U-Boot Config", | ||
| 53 | .size = 0x00040000, | ||
| 54 | .offset = 0x00080000, | ||
| 55 | }, { | ||
| 56 | .name = "NAS Config", | ||
| 57 | .size = 0x00140000, | ||
| 58 | .offset = 0x000c0000, | ||
| 59 | }, | ||
| 60 | }; | ||
| 61 | |||
| 62 | const struct flash_platform_data qnap_tsx1x_flash = { | ||
| 63 | .type = "m25p128", | ||
| 64 | .name = "spi_flash", | ||
| 65 | .parts = qnap_tsx1x_partitions, | ||
| 66 | .nr_parts = ARRAY_SIZE(qnap_tsx1x_partitions), | ||
| 67 | }; | ||
| 68 | |||
| 69 | struct spi_board_info __initdata qnap_tsx1x_spi_slave_info[] = { | ||
| 70 | { | ||
| 71 | .modalias = "m25p80", | ||
| 72 | .platform_data = &qnap_tsx1x_flash, | ||
| 73 | .irq = -1, | ||
| 74 | .max_speed_hz = 20000000, | ||
| 75 | .bus_num = 0, | ||
| 76 | .chip_select = 0, | ||
| 77 | }, | ||
| 78 | }; | ||
| 79 | |||
| 80 | void qnap_tsx1x_register_flash(void) | ||
| 81 | { | ||
| 82 | spi_register_board_info(qnap_tsx1x_spi_slave_info, | ||
| 83 | ARRAY_SIZE(qnap_tsx1x_spi_slave_info)); | ||
| 84 | kirkwood_spi_init(); | ||
| 85 | } | ||
| 86 | |||
| 87 | |||
| 88 | /***************************************************************************** | ||
| 89 | * QNAP TS-x1x specific power off method via UART1-attached PIC | ||
| 90 | ****************************************************************************/ | ||
| 91 | |||
| 92 | #define UART1_REG(x) (UART1_VIRT_BASE + ((UART_##x) << 2)) | ||
| 93 | |||
| 94 | void qnap_tsx1x_power_off(void) | ||
| 95 | { | ||
| 96 | /* 19200 baud divisor */ | ||
| 97 | const unsigned divisor = ((kirkwood_tclk + (8 * 19200)) / (16 * 19200)); | ||
| 98 | |||
| 99 | pr_info("%s: triggering power-off...\n", __func__); | ||
| 100 | |||
| 101 | /* hijack UART1 and reset into sane state (19200,8n1) */ | ||
| 102 | writel(0x83, UART1_REG(LCR)); | ||
| 103 | writel(divisor & 0xff, UART1_REG(DLL)); | ||
| 104 | writel((divisor >> 8) & 0xff, UART1_REG(DLM)); | ||
| 105 | writel(0x03, UART1_REG(LCR)); | ||
| 106 | writel(0x00, UART1_REG(IER)); | ||
| 107 | writel(0x00, UART1_REG(FCR)); | ||
| 108 | writel(0x00, UART1_REG(MCR)); | ||
| 109 | |||
| 110 | /* send the power-off command 'A' to PIC */ | ||
| 111 | writel('A', UART1_REG(TX)); | ||
| 112 | } | ||
| 113 | |||
diff --git a/arch/arm/mach-kirkwood/tsx1x-common.h b/arch/arm/mach-kirkwood/tsx1x-common.h new file mode 100644 index 000000000000..9a592962a6ea --- /dev/null +++ b/arch/arm/mach-kirkwood/tsx1x-common.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #ifndef __ARCH_KIRKWOOD_TSX1X_COMMON_H | ||
| 2 | #define __ARCH_KIRKWOOD_TSX1X_COMMON_H | ||
| 3 | |||
| 4 | extern void qnap_tsx1x_register_flash(void); | ||
| 5 | extern void qnap_tsx1x_power_off(void); | ||
| 6 | |||
| 7 | #endif | ||
diff --git a/arch/arm/mach-mmp/include/mach/mfp-pxa910.h b/arch/arm/mach-mmp/include/mach/mfp-pxa910.h index bf1189ff9a34..7e8a80f25ddc 100644 --- a/arch/arm/mach-mmp/include/mach/mfp-pxa910.h +++ b/arch/arm/mach-mmp/include/mach/mfp-pxa910.h | |||
| @@ -160,7 +160,7 @@ | |||
| 160 | #define MMC1_WP_MMC1_WP MFP_CFG_DRV(MMC1_WP, AF0, MEDIUM) | 160 | #define MMC1_WP_MMC1_WP MFP_CFG_DRV(MMC1_WP, AF0, MEDIUM) |
| 161 | 161 | ||
| 162 | /* PWM */ | 162 | /* PWM */ |
| 163 | #define GPIO27 PWM3 AF2 MFP_CFG(GPIO27, AF2) | 163 | #define GPIO27_PWM3_AF2 MFP_CFG(GPIO27, AF2) |
| 164 | #define GPIO51_PWM2_OUT MFP_CFG(GPIO51, AF2) | 164 | #define GPIO51_PWM2_OUT MFP_CFG(GPIO51, AF2) |
| 165 | #define GPIO117_PWM1_OUT MFP_CFG(GPIO117, AF2) | 165 | #define GPIO117_PWM1_OUT MFP_CFG(GPIO117, AF2) |
| 166 | #define GPIO118_PWM2_OUT MFP_CFG(GPIO118, AF2) | 166 | #define GPIO118_PWM2_OUT MFP_CFG(GPIO118, AF2) |
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig index c8a2eac4d13c..3e14da3698b5 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
| @@ -6,11 +6,13 @@ choice | |||
| 6 | 6 | ||
| 7 | config MACH_MX21 | 7 | config MACH_MX21 |
| 8 | bool "i.MX21 support" | 8 | bool "i.MX21 support" |
| 9 | select ARCH_MXC_AUDMUX_V1 | ||
| 9 | help | 10 | help |
| 10 | This enables support for Freescale's MX2 based i.MX21 processor. | 11 | This enables support for Freescale's MX2 based i.MX21 processor. |
| 11 | 12 | ||
| 12 | config MACH_MX27 | 13 | config MACH_MX27 |
| 13 | bool "i.MX27 support" | 14 | bool "i.MX27 support" |
| 15 | select ARCH_MXC_AUDMUX_V1 | ||
| 14 | help | 16 | help |
| 15 | This enables support for Freescale's MX2 based i.MX27 processor. | 17 | This enables support for Freescale's MX2 based i.MX27 processor. |
| 16 | 18 | ||
diff --git a/arch/arm/mach-mx2/clock_imx27.c b/arch/arm/mach-mx2/clock_imx27.c index ff5e33298914..aa640b4876c9 100644 --- a/arch/arm/mach-mx2/clock_imx27.c +++ b/arch/arm/mach-mx2/clock_imx27.c | |||
| @@ -651,8 +651,8 @@ static struct clk_lookup lookups[] = { | |||
| 651 | _REGISTER_CLOCK("mxc-ehci.1", "usb_ahb", usb_clk1) | 651 | _REGISTER_CLOCK("mxc-ehci.1", "usb_ahb", usb_clk1) |
| 652 | _REGISTER_CLOCK("mxc-ehci.2", "usb", usb_clk) | 652 | _REGISTER_CLOCK("mxc-ehci.2", "usb", usb_clk) |
| 653 | _REGISTER_CLOCK("mxc-ehci.2", "usb_ahb", usb_clk1) | 653 | _REGISTER_CLOCK("mxc-ehci.2", "usb_ahb", usb_clk1) |
| 654 | _REGISTER_CLOCK(NULL, "ssi1", ssi1_clk) | 654 | _REGISTER_CLOCK("imx-ssi.0", NULL, ssi1_clk) |
| 655 | _REGISTER_CLOCK(NULL, "ssi2", ssi2_clk) | 655 | _REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk) |
| 656 | _REGISTER_CLOCK("mxc_nand.0", NULL, nfc_clk) | 656 | _REGISTER_CLOCK("mxc_nand.0", NULL, nfc_clk) |
| 657 | _REGISTER_CLOCK(NULL, "vpu", vpu_clk) | 657 | _REGISTER_CLOCK(NULL, "vpu", vpu_clk) |
| 658 | _REGISTER_CLOCK(NULL, "dma", dma_clk) | 658 | _REGISTER_CLOCK(NULL, "dma", dma_clk) |
diff --git a/arch/arm/mach-mx2/devices.c b/arch/arm/mach-mx2/devices.c index 50199aff0143..3d398ce09b31 100644 --- a/arch/arm/mach-mx2/devices.c +++ b/arch/arm/mach-mx2/devices.c | |||
| @@ -530,6 +530,84 @@ struct platform_device mxc_usbh2 = { | |||
| 530 | }; | 530 | }; |
| 531 | #endif | 531 | #endif |
| 532 | 532 | ||
| 533 | static struct resource imx_ssi_resources0[] = { | ||
| 534 | { | ||
| 535 | .start = SSI1_BASE_ADDR, | ||
| 536 | .end = SSI1_BASE_ADDR + 0x6F, | ||
| 537 | .flags = IORESOURCE_MEM, | ||
| 538 | }, { | ||
| 539 | .start = MXC_INT_SSI1, | ||
| 540 | .end = MXC_INT_SSI1, | ||
| 541 | .flags = IORESOURCE_IRQ, | ||
| 542 | }, { | ||
| 543 | .name = "tx0", | ||
| 544 | .start = DMA_REQ_SSI1_TX0, | ||
| 545 | .end = DMA_REQ_SSI1_TX0, | ||
| 546 | .flags = IORESOURCE_DMA, | ||
| 547 | }, { | ||
| 548 | .name = "rx0", | ||
| 549 | .start = DMA_REQ_SSI1_RX0, | ||
| 550 | .end = DMA_REQ_SSI1_RX0, | ||
| 551 | .flags = IORESOURCE_DMA, | ||
| 552 | }, { | ||
| 553 | .name = "tx1", | ||
| 554 | .start = DMA_REQ_SSI1_TX1, | ||
| 555 | .end = DMA_REQ_SSI1_TX1, | ||
| 556 | .flags = IORESOURCE_DMA, | ||
| 557 | }, { | ||
| 558 | .name = "rx1", | ||
| 559 | .start = DMA_REQ_SSI1_RX1, | ||
| 560 | .end = DMA_REQ_SSI1_RX1, | ||
| 561 | .flags = IORESOURCE_DMA, | ||
| 562 | }, | ||
| 563 | }; | ||
| 564 | |||
| 565 | static struct resource imx_ssi_resources1[] = { | ||
| 566 | { | ||
| 567 | .start = SSI2_BASE_ADDR, | ||
| 568 | .end = SSI2_BASE_ADDR + 0x6F, | ||
| 569 | .flags = IORESOURCE_MEM, | ||
| 570 | }, { | ||
| 571 | .start = MXC_INT_SSI2, | ||
| 572 | .end = MXC_INT_SSI2, | ||
| 573 | .flags = IORESOURCE_IRQ, | ||
| 574 | }, { | ||
| 575 | .name = "tx0", | ||
| 576 | .start = DMA_REQ_SSI2_TX0, | ||
| 577 | .end = DMA_REQ_SSI2_TX0, | ||
| 578 | .flags = IORESOURCE_DMA, | ||
| 579 | }, { | ||
| 580 | .name = "rx0", | ||
| 581 | .start = DMA_REQ_SSI2_RX0, | ||
| 582 | .end = DMA_REQ_SSI2_RX0, | ||
| 583 | .flags = IORESOURCE_DMA, | ||
| 584 | }, { | ||
| 585 | .name = "tx1", | ||
| 586 | .start = DMA_REQ_SSI2_TX1, | ||
| 587 | .end = DMA_REQ_SSI2_TX1, | ||
| 588 | .flags = IORESOURCE_DMA, | ||
| 589 | }, { | ||
| 590 | .name = "rx1", | ||
| 591 | .start = DMA_REQ_SSI2_RX1, | ||
| 592 | .end = DMA_REQ_SSI2_RX1, | ||
| 593 | .flags = IORESOURCE_DMA, | ||
| 594 | }, | ||
| 595 | }; | ||
| 596 | |||
| 597 | struct platform_device imx_ssi_device0 = { | ||
| 598 | .name = "imx-ssi", | ||
| 599 | .id = 0, | ||
| 600 | .num_resources = ARRAY_SIZE(imx_ssi_resources0), | ||
| 601 | .resource = imx_ssi_resources0, | ||
| 602 | }; | ||
| 603 | |||
| 604 | struct platform_device imx_ssi_device1 = { | ||
| 605 | .name = "imx-ssi", | ||
| 606 | .id = 1, | ||
| 607 | .num_resources = ARRAY_SIZE(imx_ssi_resources1), | ||
| 608 | .resource = imx_ssi_resources1, | ||
| 609 | }; | ||
| 610 | |||
| 533 | /* GPIO port description */ | 611 | /* GPIO port description */ |
| 534 | static struct mxc_gpio_port imx_gpio_ports[] = { | 612 | static struct mxc_gpio_port imx_gpio_ports[] = { |
| 535 | { | 613 | { |
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h index d315406d6725..97306aa18f1c 100644 --- a/arch/arm/mach-mx2/devices.h +++ b/arch/arm/mach-mx2/devices.h | |||
| @@ -26,4 +26,5 @@ extern struct platform_device mxc_usbh2; | |||
| 26 | extern struct platform_device mxc_spi_device0; | 26 | extern struct platform_device mxc_spi_device0; |
| 27 | extern struct platform_device mxc_spi_device1; | 27 | extern struct platform_device mxc_spi_device1; |
| 28 | extern struct platform_device mxc_spi_device2; | 28 | extern struct platform_device mxc_spi_device2; |
| 29 | 29 | extern struct platform_device imx_ssi_device0; | |
| 30 | extern struct platform_device imx_ssi_device1; | ||
diff --git a/arch/arm/mach-mx2/pca100.c b/arch/arm/mach-mx2/pca100.c index fe5b165b88cc..aea3d340d2e1 100644 --- a/arch/arm/mach-mx2/pca100.c +++ b/arch/arm/mach-mx2/pca100.c | |||
| @@ -237,7 +237,7 @@ MACHINE_START(PCA100, "phyCARD-i.MX27") | |||
| 237 | .io_pg_offst = ((AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | 237 | .io_pg_offst = ((AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, |
| 238 | .boot_params = PHYS_OFFSET + 0x100, | 238 | .boot_params = PHYS_OFFSET + 0x100, |
| 239 | .map_io = mx27_map_io, | 239 | .map_io = mx27_map_io, |
| 240 | .init_irq = mxc_init_irq, | 240 | .init_irq = mx27_init_irq, |
| 241 | .init_machine = pca100_init, | 241 | .init_machine = pca100_init, |
| 242 | .timer = &pca100_timer, | 242 | .timer = &pca100_timer, |
| 243 | MACHINE_END | 243 | MACHINE_END |
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 851f2458bf65..0177b8a5fe3a 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
| @@ -2,11 +2,13 @@ if ARCH_MX3 | |||
| 2 | 2 | ||
| 3 | config ARCH_MX31 | 3 | config ARCH_MX31 |
| 4 | select ARCH_HAS_RNGA | 4 | select ARCH_HAS_RNGA |
| 5 | select ARCH_MXC_AUDMUX_V2 | ||
| 5 | bool | 6 | bool |
| 6 | 7 | ||
| 7 | config ARCH_MX35 | 8 | config ARCH_MX35 |
| 8 | bool | 9 | bool |
| 9 | select ARCH_MXC_IOMUX_V3 | 10 | select ARCH_MXC_IOMUX_V3 |
| 11 | select ARCH_MXC_AUDMUX_V2 | ||
| 10 | 12 | ||
| 11 | comment "MX3 platforms:" | 13 | comment "MX3 platforms:" |
| 12 | 14 | ||
| @@ -61,6 +63,7 @@ config MACH_MX31_3DS | |||
| 61 | config MACH_MX31MOBOARD | 63 | config MACH_MX31MOBOARD |
| 62 | bool "Support mx31moboard platforms (EPFL Mobots group)" | 64 | bool "Support mx31moboard platforms (EPFL Mobots group)" |
| 63 | select ARCH_MX31 | 65 | select ARCH_MX31 |
| 66 | select MXC_ULPI | ||
| 64 | help | 67 | help |
| 65 | Include support for mx31moboard platform. This includes specific | 68 | Include support for mx31moboard platform. This includes specific |
| 66 | configurations for the board and its peripherals. | 69 | configurations for the board and its peripherals. |
diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile index 6b9775471be6..940035cacae8 100644 --- a/arch/arm/mach-mx3/Makefile +++ b/arch/arm/mach-mx3/Makefile | |||
| @@ -4,12 +4,12 @@ | |||
| 4 | 4 | ||
| 5 | # Object file lists. | 5 | # Object file lists. |
| 6 | 6 | ||
| 7 | obj-y := mm.o devices.o | 7 | obj-y := mm.o devices.o cpu.o |
| 8 | obj-$(CONFIG_ARCH_MX31) += clock.o iomux.o | 8 | obj-$(CONFIG_ARCH_MX31) += clock.o iomux.o |
| 9 | obj-$(CONFIG_ARCH_MX35) += clock-imx35.o | 9 | obj-$(CONFIG_ARCH_MX35) += clock-imx35.o |
| 10 | obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o | 10 | obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o |
| 11 | obj-$(CONFIG_MACH_MX31LILLY) += mx31lilly.o mx31lilly-db.o | 11 | obj-$(CONFIG_MACH_MX31LILLY) += mx31lilly.o mx31lilly-db.o |
| 12 | obj-$(CONFIG_MACH_MX31LITE) += mx31lite.o | 12 | obj-$(CONFIG_MACH_MX31LITE) += mx31lite.o mx31lite-db.o |
| 13 | obj-$(CONFIG_MACH_PCM037) += pcm037.o | 13 | obj-$(CONFIG_MACH_PCM037) += pcm037.o |
| 14 | obj-$(CONFIG_MACH_PCM037_EET) += pcm037_eet.o | 14 | obj-$(CONFIG_MACH_PCM037_EET) += pcm037_eet.o |
| 15 | obj-$(CONFIG_MACH_MX31_3DS) += mx31pdk.o | 15 | obj-$(CONFIG_MACH_MX31_3DS) += mx31pdk.o |
diff --git a/arch/arm/mach-mx3/armadillo5x0.c b/arch/arm/mach-mx3/armadillo5x0.c index 776c0ee1b3cd..54aab401dbdf 100644 --- a/arch/arm/mach-mx3/armadillo5x0.c +++ b/arch/arm/mach-mx3/armadillo5x0.c | |||
| @@ -33,6 +33,9 @@ | |||
| 33 | #include <linux/irq.h> | 33 | #include <linux/irq.h> |
| 34 | #include <linux/mtd/physmap.h> | 34 | #include <linux/mtd/physmap.h> |
| 35 | #include <linux/io.h> | 35 | #include <linux/io.h> |
| 36 | #include <linux/input.h> | ||
| 37 | #include <linux/gpio_keys.h> | ||
| 38 | #include <linux/i2c.h> | ||
| 36 | 39 | ||
| 37 | #include <mach/hardware.h> | 40 | #include <mach/hardware.h> |
| 38 | #include <asm/mach-types.h> | 41 | #include <asm/mach-types.h> |
| @@ -97,6 +100,47 @@ static int armadillo5x0_pins[] = { | |||
| 97 | MX31_PIN_FPSHIFT__FPSHIFT, | 100 | MX31_PIN_FPSHIFT__FPSHIFT, |
| 98 | MX31_PIN_DRDY0__DRDY0, | 101 | MX31_PIN_DRDY0__DRDY0, |
| 99 | IOMUX_MODE(MX31_PIN_LCS1, IOMUX_CONFIG_GPIO), /*ADV7125_PSAVE*/ | 102 | IOMUX_MODE(MX31_PIN_LCS1, IOMUX_CONFIG_GPIO), /*ADV7125_PSAVE*/ |
| 103 | /* I2C2 */ | ||
| 104 | MX31_PIN_CSPI2_MOSI__SCL, | ||
| 105 | MX31_PIN_CSPI2_MISO__SDA, | ||
| 106 | }; | ||
| 107 | |||
| 108 | /* RTC over I2C*/ | ||
| 109 | #define ARMADILLO5X0_RTC_GPIO IOMUX_TO_GPIO(MX31_PIN_SRXD4) | ||
| 110 | |||
| 111 | static struct i2c_board_info armadillo5x0_i2c_rtc = { | ||
| 112 | I2C_BOARD_INFO("s35390a", 0x30), | ||
| 113 | }; | ||
| 114 | |||
| 115 | /* GPIO BUTTONS */ | ||
| 116 | static struct gpio_keys_button armadillo5x0_buttons[] = { | ||
| 117 | { | ||
| 118 | .code = KEY_ENTER, /*28*/ | ||
| 119 | .gpio = IOMUX_TO_GPIO(MX31_PIN_SCLK0), | ||
| 120 | .active_low = 1, | ||
| 121 | .desc = "menu", | ||
| 122 | .wakeup = 1, | ||
| 123 | }, { | ||
| 124 | .code = KEY_BACK, /*158*/ | ||
| 125 | .gpio = IOMUX_TO_GPIO(MX31_PIN_SRST0), | ||
| 126 | .active_low = 1, | ||
| 127 | .desc = "back", | ||
| 128 | .wakeup = 1, | ||
| 129 | } | ||
| 130 | }; | ||
| 131 | |||
| 132 | static struct gpio_keys_platform_data armadillo5x0_button_data = { | ||
| 133 | .buttons = armadillo5x0_buttons, | ||
| 134 | .nbuttons = ARRAY_SIZE(armadillo5x0_buttons), | ||
| 135 | }; | ||
| 136 | |||
| 137 | static struct platform_device armadillo5x0_button_device = { | ||
| 138 | .name = "gpio-keys", | ||
| 139 | .id = -1, | ||
| 140 | .num_resources = 0, | ||
| 141 | .dev = { | ||
| 142 | .platform_data = &armadillo5x0_button_data, | ||
| 143 | } | ||
| 100 | }; | 144 | }; |
| 101 | 145 | ||
| 102 | /* | 146 | /* |
| @@ -278,7 +322,7 @@ static struct resource armadillo5x0_smc911x_resources[] = { | |||
| 278 | }; | 322 | }; |
| 279 | 323 | ||
| 280 | static struct smsc911x_platform_config smsc911x_info = { | 324 | static struct smsc911x_platform_config smsc911x_info = { |
| 281 | .flags = SMSC911X_USE_32BIT, | 325 | .flags = SMSC911X_USE_16BIT, |
| 282 | .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, | 326 | .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, |
| 283 | .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL, | 327 | .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL, |
| 284 | }; | 328 | }; |
| @@ -300,6 +344,8 @@ static struct imxuart_platform_data uart_pdata = { | |||
| 300 | 344 | ||
| 301 | static struct platform_device *devices[] __initdata = { | 345 | static struct platform_device *devices[] __initdata = { |
| 302 | &armadillo5x0_smc911x_device, | 346 | &armadillo5x0_smc911x_device, |
| 347 | &mxc_i2c_device1, | ||
| 348 | &armadillo5x0_button_device, | ||
| 303 | }; | 349 | }; |
| 304 | 350 | ||
| 305 | /* | 351 | /* |
| @@ -335,6 +381,18 @@ static void __init armadillo5x0_init(void) | |||
| 335 | 381 | ||
| 336 | /* set NAND page size to 2k if not configured via boot mode pins */ | 382 | /* set NAND page size to 2k if not configured via boot mode pins */ |
| 337 | __raw_writel(__raw_readl(MXC_CCM_RCSR) | (1 << 30), MXC_CCM_RCSR); | 383 | __raw_writel(__raw_readl(MXC_CCM_RCSR) | (1 << 30), MXC_CCM_RCSR); |
| 384 | |||
| 385 | /* RTC */ | ||
| 386 | /* Get RTC IRQ and register the chip */ | ||
| 387 | if (gpio_request(ARMADILLO5X0_RTC_GPIO, "rtc") == 0) { | ||
| 388 | if (gpio_direction_input(ARMADILLO5X0_RTC_GPIO) == 0) | ||
| 389 | armadillo5x0_i2c_rtc.irq = gpio_to_irq(ARMADILLO5X0_RTC_GPIO); | ||
| 390 | else | ||
| 391 | gpio_free(ARMADILLO5X0_RTC_GPIO); | ||
| 392 | } | ||
| 393 | if (armadillo5x0_i2c_rtc.irq == 0) | ||
| 394 | pr_warning("armadillo5x0_init: failed to get RTC IRQ\n"); | ||
| 395 | i2c_register_board_info(1, &armadillo5x0_i2c_rtc, 1); | ||
| 338 | } | 396 | } |
| 339 | 397 | ||
| 340 | static void __init armadillo5x0_timer_init(void) | 398 | static void __init armadillo5x0_timer_init(void) |
diff --git a/arch/arm/mach-mx3/clock-imx35.c b/arch/arm/mach-mx3/clock-imx35.c index c595260ec1f9..02a9a18e1189 100644 --- a/arch/arm/mach-mx3/clock-imx35.c +++ b/arch/arm/mach-mx3/clock-imx35.c | |||
| @@ -335,7 +335,7 @@ static void clk_cgr_disable(struct clk *clk) | |||
| 335 | 335 | ||
| 336 | DEFINE_CLOCK(asrc_clk, 0, CCM_CGR0, 0, NULL, NULL); | 336 | DEFINE_CLOCK(asrc_clk, 0, CCM_CGR0, 0, NULL, NULL); |
| 337 | DEFINE_CLOCK(ata_clk, 0, CCM_CGR0, 2, get_rate_ipg, NULL); | 337 | DEFINE_CLOCK(ata_clk, 0, CCM_CGR0, 2, get_rate_ipg, NULL); |
| 338 | DEFINE_CLOCK(audmux_clk, 0, CCM_CGR0, 4, NULL, NULL); | 338 | /* DEFINE_CLOCK(audmux_clk, 0, CCM_CGR0, 4, NULL, NULL); */ |
| 339 | DEFINE_CLOCK(can1_clk, 0, CCM_CGR0, 6, get_rate_ipg, NULL); | 339 | DEFINE_CLOCK(can1_clk, 0, CCM_CGR0, 6, get_rate_ipg, NULL); |
| 340 | DEFINE_CLOCK(can2_clk, 1, CCM_CGR0, 8, get_rate_ipg, NULL); | 340 | DEFINE_CLOCK(can2_clk, 1, CCM_CGR0, 8, get_rate_ipg, NULL); |
| 341 | DEFINE_CLOCK(cspi1_clk, 0, CCM_CGR0, 10, get_rate_ipg, NULL); | 341 | DEFINE_CLOCK(cspi1_clk, 0, CCM_CGR0, 10, get_rate_ipg, NULL); |
| @@ -381,12 +381,41 @@ DEFINE_CLOCK(uart3_clk, 2, CCM_CGR2, 20, get_rate_uart, NULL); | |||
| 381 | DEFINE_CLOCK(usbotg_clk, 0, CCM_CGR2, 22, get_rate_otg, NULL); | 381 | DEFINE_CLOCK(usbotg_clk, 0, CCM_CGR2, 22, get_rate_otg, NULL); |
| 382 | DEFINE_CLOCK(wdog_clk, 0, CCM_CGR2, 24, NULL, NULL); | 382 | DEFINE_CLOCK(wdog_clk, 0, CCM_CGR2, 24, NULL, NULL); |
| 383 | DEFINE_CLOCK(max_clk, 0, CCM_CGR2, 26, NULL, NULL); | 383 | DEFINE_CLOCK(max_clk, 0, CCM_CGR2, 26, NULL, NULL); |
| 384 | DEFINE_CLOCK(admux_clk, 0, CCM_CGR2, 30, NULL, NULL); | 384 | DEFINE_CLOCK(audmux_clk, 0, CCM_CGR2, 30, NULL, NULL); |
| 385 | 385 | ||
| 386 | DEFINE_CLOCK(csi_clk, 0, CCM_CGR3, 0, get_rate_csi, NULL); | 386 | DEFINE_CLOCK(csi_clk, 0, CCM_CGR3, 0, get_rate_csi, NULL); |
| 387 | DEFINE_CLOCK(iim_clk, 0, CCM_CGR3, 2, NULL, NULL); | 387 | DEFINE_CLOCK(iim_clk, 0, CCM_CGR3, 2, NULL, NULL); |
| 388 | DEFINE_CLOCK(gpu2d_clk, 0, CCM_CGR3, 4, NULL, NULL); | 388 | DEFINE_CLOCK(gpu2d_clk, 0, CCM_CGR3, 4, NULL, NULL); |
| 389 | 389 | ||
| 390 | static int clk_dummy_enable(struct clk *clk) | ||
| 391 | { | ||
| 392 | return 0; | ||
| 393 | } | ||
| 394 | |||
| 395 | static void clk_dummy_disable(struct clk *clk) | ||
| 396 | { | ||
| 397 | } | ||
| 398 | |||
| 399 | static unsigned long get_rate_nfc(struct clk *clk) | ||
| 400 | { | ||
| 401 | unsigned long div1; | ||
| 402 | |||
| 403 | div1 = (__raw_readl(CCM_BASE + CCM_PDR4) >> 28) + 1; | ||
| 404 | |||
| 405 | return get_rate_ahb(NULL) / div1; | ||
| 406 | } | ||
| 407 | |||
| 408 | /* NAND Controller: It seems it can't be disabled */ | ||
| 409 | static struct clk nfc_clk = { | ||
| 410 | .id = 0, | ||
| 411 | .enable_reg = 0, | ||
| 412 | .enable_shift = 0, | ||
| 413 | .get_rate = get_rate_nfc, | ||
| 414 | .set_rate = NULL, /* set_rate_nfc, */ | ||
| 415 | .enable = clk_dummy_enable, | ||
| 416 | .disable = clk_dummy_disable | ||
| 417 | }; | ||
| 418 | |||
| 390 | #define _REGISTER_CLOCK(d, n, c) \ | 419 | #define _REGISTER_CLOCK(d, n, c) \ |
| 391 | { \ | 420 | { \ |
| 392 | .dev_id = d, \ | 421 | .dev_id = d, \ |
| @@ -397,7 +426,6 @@ DEFINE_CLOCK(gpu2d_clk, 0, CCM_CGR3, 4, NULL, NULL); | |||
| 397 | static struct clk_lookup lookups[] = { | 426 | static struct clk_lookup lookups[] = { |
| 398 | _REGISTER_CLOCK(NULL, "asrc", asrc_clk) | 427 | _REGISTER_CLOCK(NULL, "asrc", asrc_clk) |
| 399 | _REGISTER_CLOCK(NULL, "ata", ata_clk) | 428 | _REGISTER_CLOCK(NULL, "ata", ata_clk) |
| 400 | _REGISTER_CLOCK(NULL, "audmux", audmux_clk) | ||
| 401 | _REGISTER_CLOCK(NULL, "can", can1_clk) | 429 | _REGISTER_CLOCK(NULL, "can", can1_clk) |
| 402 | _REGISTER_CLOCK(NULL, "can", can2_clk) | 430 | _REGISTER_CLOCK(NULL, "can", can2_clk) |
| 403 | _REGISTER_CLOCK("spi_imx.0", NULL, cspi1_clk) | 431 | _REGISTER_CLOCK("spi_imx.0", NULL, cspi1_clk) |
| @@ -434,8 +462,8 @@ static struct clk_lookup lookups[] = { | |||
| 434 | _REGISTER_CLOCK(NULL, "sdma", sdma_clk) | 462 | _REGISTER_CLOCK(NULL, "sdma", sdma_clk) |
| 435 | _REGISTER_CLOCK(NULL, "spba", spba_clk) | 463 | _REGISTER_CLOCK(NULL, "spba", spba_clk) |
| 436 | _REGISTER_CLOCK(NULL, "spdif", spdif_clk) | 464 | _REGISTER_CLOCK(NULL, "spdif", spdif_clk) |
| 437 | _REGISTER_CLOCK(NULL, "ssi", ssi1_clk) | 465 | _REGISTER_CLOCK("imx-ssi.0", NULL, ssi1_clk) |
| 438 | _REGISTER_CLOCK(NULL, "ssi", ssi2_clk) | 466 | _REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk) |
| 439 | _REGISTER_CLOCK("imx-uart.0", NULL, uart1_clk) | 467 | _REGISTER_CLOCK("imx-uart.0", NULL, uart1_clk) |
| 440 | _REGISTER_CLOCK("imx-uart.1", NULL, uart2_clk) | 468 | _REGISTER_CLOCK("imx-uart.1", NULL, uart2_clk) |
| 441 | _REGISTER_CLOCK("imx-uart.2", NULL, uart3_clk) | 469 | _REGISTER_CLOCK("imx-uart.2", NULL, uart3_clk) |
| @@ -445,10 +473,11 @@ static struct clk_lookup lookups[] = { | |||
| 445 | _REGISTER_CLOCK("fsl-usb2-udc", "usb", usbotg_clk) | 473 | _REGISTER_CLOCK("fsl-usb2-udc", "usb", usbotg_clk) |
| 446 | _REGISTER_CLOCK("imx-wdt.0", NULL, wdog_clk) | 474 | _REGISTER_CLOCK("imx-wdt.0", NULL, wdog_clk) |
| 447 | _REGISTER_CLOCK(NULL, "max", max_clk) | 475 | _REGISTER_CLOCK(NULL, "max", max_clk) |
| 448 | _REGISTER_CLOCK(NULL, "admux", admux_clk) | 476 | _REGISTER_CLOCK(NULL, "audmux", audmux_clk) |
| 449 | _REGISTER_CLOCK(NULL, "csi", csi_clk) | 477 | _REGISTER_CLOCK(NULL, "csi", csi_clk) |
| 450 | _REGISTER_CLOCK(NULL, "iim", iim_clk) | 478 | _REGISTER_CLOCK(NULL, "iim", iim_clk) |
| 451 | _REGISTER_CLOCK(NULL, "gpu2d", gpu2d_clk) | 479 | _REGISTER_CLOCK(NULL, "gpu2d", gpu2d_clk) |
| 480 | _REGISTER_CLOCK("mxc_nand.0", NULL, nfc_clk) | ||
| 452 | }; | 481 | }; |
| 453 | 482 | ||
| 454 | int __init mx35_clocks_init() | 483 | int __init mx35_clocks_init() |
diff --git a/arch/arm/mach-mx3/clock.c b/arch/arm/mach-mx3/clock.c index b2a3bcf8266e..27a318af0d20 100644 --- a/arch/arm/mach-mx3/clock.c +++ b/arch/arm/mach-mx3/clock.c | |||
| @@ -558,8 +558,8 @@ static struct clk_lookup lookups[] = { | |||
| 558 | _REGISTER_CLOCK("mxc_w1.0", NULL, owire_clk) | 558 | _REGISTER_CLOCK("mxc_w1.0", NULL, owire_clk) |
| 559 | _REGISTER_CLOCK("mxc-mmc.0", NULL, sdhc1_clk) | 559 | _REGISTER_CLOCK("mxc-mmc.0", NULL, sdhc1_clk) |
| 560 | _REGISTER_CLOCK("mxc-mmc.1", NULL, sdhc2_clk) | 560 | _REGISTER_CLOCK("mxc-mmc.1", NULL, sdhc2_clk) |
| 561 | _REGISTER_CLOCK(NULL, "ssi", ssi1_clk) | 561 | _REGISTER_CLOCK("imx-ssi.0", NULL, ssi1_clk) |
| 562 | _REGISTER_CLOCK(NULL, "ssi", ssi2_clk) | 562 | _REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk) |
| 563 | _REGISTER_CLOCK(NULL, "firi", firi_clk) | 563 | _REGISTER_CLOCK(NULL, "firi", firi_clk) |
| 564 | _REGISTER_CLOCK(NULL, "ata", ata_clk) | 564 | _REGISTER_CLOCK(NULL, "ata", ata_clk) |
| 565 | _REGISTER_CLOCK(NULL, "rtic", rtic_clk) | 565 | _REGISTER_CLOCK(NULL, "rtic", rtic_clk) |
| @@ -616,6 +616,8 @@ int __init mx31_clocks_init(unsigned long fref) | |||
| 616 | 616 | ||
| 617 | clk_enable(&serial_pll_clk); | 617 | clk_enable(&serial_pll_clk); |
| 618 | 618 | ||
| 619 | mx31_read_cpu_rev(); | ||
| 620 | |||
| 619 | if (mx31_revision() >= CHIP_REV_2_0) { | 621 | if (mx31_revision() >= CHIP_REV_2_0) { |
| 620 | reg = __raw_readl(MXC_CCM_PMCR1); | 622 | reg = __raw_readl(MXC_CCM_PMCR1); |
| 621 | /* No PLL restart on DVFS switch; enable auto EMI handshake */ | 623 | /* No PLL restart on DVFS switch; enable auto EMI handshake */ |
diff --git a/arch/arm/mach-mx3/cpu.c b/arch/arm/mach-mx3/cpu.c new file mode 100644 index 000000000000..db828809c675 --- /dev/null +++ b/arch/arm/mach-mx3/cpu.c | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | /* | ||
| 2 | * MX3 CPU type detection | ||
| 3 | * | ||
| 4 | * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> | ||
| 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 <linux/module.h> | ||
| 13 | #include <linux/io.h> | ||
| 14 | #include <mach/hardware.h> | ||
| 15 | #include <mach/iim.h> | ||
| 16 | |||
| 17 | unsigned int mx31_cpu_rev; | ||
| 18 | EXPORT_SYMBOL(mx31_cpu_rev); | ||
| 19 | |||
| 20 | struct mx3_cpu_type { | ||
| 21 | u8 srev; | ||
| 22 | const char *name; | ||
| 23 | const char *v; | ||
| 24 | unsigned int rev; | ||
| 25 | }; | ||
| 26 | |||
| 27 | static struct mx3_cpu_type mx31_cpu_type[] __initdata = { | ||
| 28 | { .srev = 0x00, .name = "i.MX31(L)", .v = "1.0", .rev = CHIP_REV_1_0 }, | ||
| 29 | { .srev = 0x10, .name = "i.MX31", .v = "1.1", .rev = CHIP_REV_1_1 }, | ||
| 30 | { .srev = 0x11, .name = "i.MX31L", .v = "1.1", .rev = CHIP_REV_1_1 }, | ||
| 31 | { .srev = 0x12, .name = "i.MX31", .v = "1.15", .rev = CHIP_REV_1_1 }, | ||
| 32 | { .srev = 0x13, .name = "i.MX31L", .v = "1.15", .rev = CHIP_REV_1_1 }, | ||
| 33 | { .srev = 0x14, .name = "i.MX31", .v = "1.2", .rev = CHIP_REV_1_2 }, | ||
| 34 | { .srev = 0x15, .name = "i.MX31L", .v = "1.2", .rev = CHIP_REV_1_2 }, | ||
| 35 | { .srev = 0x28, .name = "i.MX31", .v = "2.0", .rev = CHIP_REV_2_0 }, | ||
| 36 | { .srev = 0x29, .name = "i.MX31L", .v = "2.0", .rev = CHIP_REV_2_0 }, | ||
| 37 | }; | ||
| 38 | |||
| 39 | void __init mx31_read_cpu_rev(void) | ||
| 40 | { | ||
| 41 | u32 i, srev; | ||
| 42 | |||
| 43 | /* read SREV register from IIM module */ | ||
| 44 | srev = __raw_readl(IO_ADDRESS(IIM_BASE_ADDR) + MXC_IIMSREV); | ||
| 45 | |||
| 46 | for (i = 0; i < ARRAY_SIZE(mx31_cpu_type); i++) | ||
| 47 | if (srev == mx31_cpu_type[i].srev) { | ||
| 48 | printk(KERN_INFO | ||
| 49 | "CPU identified as %s, silicon rev %s\n", | ||
| 50 | mx31_cpu_type[i].name, mx31_cpu_type[i].v); | ||
| 51 | |||
| 52 | mx31_cpu_rev = mx31_cpu_type[i].rev; | ||
| 53 | return; | ||
| 54 | } | ||
| 55 | |||
| 56 | printk(KERN_WARNING "Unknown CPU identifier. srev = %02x\n", srev); | ||
| 57 | } | ||
diff --git a/arch/arm/mach-mx3/devices.c b/arch/arm/mach-mx3/devices.c index e6abe181b967..6adb586515ea 100644 --- a/arch/arm/mach-mx3/devices.c +++ b/arch/arm/mach-mx3/devices.c | |||
| @@ -537,6 +537,44 @@ struct platform_device mxc_fec_device = { | |||
| 537 | }; | 537 | }; |
| 538 | #endif | 538 | #endif |
| 539 | 539 | ||
| 540 | static struct resource imx_ssi_resources0[] = { | ||
| 541 | { | ||
| 542 | .start = SSI1_BASE_ADDR, | ||
| 543 | .end = SSI1_BASE_ADDR + 0xfff, | ||
| 544 | .flags = IORESOURCE_MEM, | ||
| 545 | }, { | ||
| 546 | .start = MX31_INT_SSI1, | ||
| 547 | .end = MX31_INT_SSI1, | ||
| 548 | .flags = IORESOURCE_IRQ, | ||
| 549 | }, | ||
| 550 | }; | ||
| 551 | |||
| 552 | static struct resource imx_ssi_resources1[] = { | ||
| 553 | { | ||
| 554 | .start = SSI2_BASE_ADDR, | ||
| 555 | .end = SSI2_BASE_ADDR + 0xfff, | ||
| 556 | .flags = IORESOURCE_MEM | ||
| 557 | }, { | ||
| 558 | .start = MX31_INT_SSI2, | ||
| 559 | .end = MX31_INT_SSI2, | ||
| 560 | .flags = IORESOURCE_IRQ, | ||
| 561 | }, | ||
| 562 | }; | ||
| 563 | |||
| 564 | struct platform_device imx_ssi_device0 = { | ||
| 565 | .name = "imx-ssi", | ||
| 566 | .id = 0, | ||
| 567 | .num_resources = ARRAY_SIZE(imx_ssi_resources0), | ||
| 568 | .resource = imx_ssi_resources0, | ||
| 569 | }; | ||
| 570 | |||
| 571 | struct platform_device imx_ssi_device1 = { | ||
| 572 | .name = "imx-ssi", | ||
| 573 | .id = 1, | ||
| 574 | .num_resources = ARRAY_SIZE(imx_ssi_resources1), | ||
| 575 | .resource = imx_ssi_resources1, | ||
| 576 | }; | ||
| 577 | |||
| 540 | static int mx3_devices_init(void) | 578 | static int mx3_devices_init(void) |
| 541 | { | 579 | { |
| 542 | if (cpu_is_mx31()) { | 580 | if (cpu_is_mx31()) { |
| @@ -546,7 +584,7 @@ static int mx3_devices_init(void) | |||
| 546 | } | 584 | } |
| 547 | if (cpu_is_mx35()) { | 585 | if (cpu_is_mx35()) { |
| 548 | mxc_nand_resources[0].start = MX35_NFC_BASE_ADDR; | 586 | mxc_nand_resources[0].start = MX35_NFC_BASE_ADDR; |
| 549 | mxc_nand_resources[0].end = MX35_NFC_BASE_ADDR + 0xfff; | 587 | mxc_nand_resources[0].end = MX35_NFC_BASE_ADDR + 0x1fff; |
| 550 | otg_resources[0].start = MX35_OTG_BASE_ADDR; | 588 | otg_resources[0].start = MX35_OTG_BASE_ADDR; |
| 551 | otg_resources[0].end = MX35_OTG_BASE_ADDR + 0x1ff; | 589 | otg_resources[0].end = MX35_OTG_BASE_ADDR + 0x1ff; |
| 552 | otg_resources[1].start = MXC_INT_USBOTG; | 590 | otg_resources[1].start = MXC_INT_USBOTG; |
| @@ -555,6 +593,10 @@ static int mx3_devices_init(void) | |||
| 555 | mxc_usbh1_resources[0].end = MX35_OTG_BASE_ADDR + 0x5ff; | 593 | mxc_usbh1_resources[0].end = MX35_OTG_BASE_ADDR + 0x5ff; |
| 556 | mxc_usbh1_resources[1].start = MXC_INT_USBHS; | 594 | mxc_usbh1_resources[1].start = MXC_INT_USBHS; |
| 557 | mxc_usbh1_resources[1].end = MXC_INT_USBHS; | 595 | mxc_usbh1_resources[1].end = MXC_INT_USBHS; |
| 596 | imx_ssi_resources0[1].start = MX35_INT_SSI1; | ||
| 597 | imx_ssi_resources0[1].end = MX35_INT_SSI1; | ||
| 598 | imx_ssi_resources1[1].start = MX35_INT_SSI2; | ||
| 599 | imx_ssi_resources1[1].end = MX35_INT_SSI2; | ||
| 558 | } | 600 | } |
| 559 | 601 | ||
| 560 | return 0; | 602 | return 0; |
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h index ab87419dc9a0..42cf175eac6b 100644 --- a/arch/arm/mach-mx3/devices.h +++ b/arch/arm/mach-mx3/devices.h | |||
| @@ -23,4 +23,6 @@ extern struct platform_device mxc_rnga_device; | |||
| 23 | extern struct platform_device mxc_spi_device0; | 23 | extern struct platform_device mxc_spi_device0; |
| 24 | extern struct platform_device mxc_spi_device1; | 24 | extern struct platform_device mxc_spi_device1; |
| 25 | extern struct platform_device mxc_spi_device2; | 25 | extern struct platform_device mxc_spi_device2; |
| 26 | extern struct platform_device imx_ssi_device0; | ||
| 27 | extern struct platform_device imx_ssi_device1; | ||
| 26 | 28 | ||
diff --git a/arch/arm/mach-mx3/mx31lilly-db.c b/arch/arm/mach-mx3/mx31lilly-db.c index 3b3a78f49c23..7aebd74a12e8 100644 --- a/arch/arm/mach-mx3/mx31lilly-db.c +++ b/arch/arm/mach-mx3/mx31lilly-db.c | |||
| @@ -109,6 +109,9 @@ static int mxc_mmc1_get_ro(struct device *dev) | |||
| 109 | 109 | ||
| 110 | static int gpio_det, gpio_wp; | 110 | static int gpio_det, gpio_wp; |
| 111 | 111 | ||
| 112 | #define MMC_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \ | ||
| 113 | PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU) | ||
| 114 | |||
| 112 | static int mxc_mmc1_init(struct device *dev, | 115 | static int mxc_mmc1_init(struct device *dev, |
| 113 | irq_handler_t detect_irq, void *data) | 116 | irq_handler_t detect_irq, void *data) |
| 114 | { | 117 | { |
| @@ -117,6 +120,13 @@ static int mxc_mmc1_init(struct device *dev, | |||
| 117 | gpio_det = IOMUX_TO_GPIO(MX31_PIN_GPIO1_1); | 120 | gpio_det = IOMUX_TO_GPIO(MX31_PIN_GPIO1_1); |
| 118 | gpio_wp = IOMUX_TO_GPIO(MX31_PIN_LCS0); | 121 | gpio_wp = IOMUX_TO_GPIO(MX31_PIN_LCS0); |
| 119 | 122 | ||
| 123 | mxc_iomux_set_pad(MX31_PIN_SD1_DATA0, MMC_PAD_CFG); | ||
| 124 | mxc_iomux_set_pad(MX31_PIN_SD1_DATA1, MMC_PAD_CFG); | ||
| 125 | mxc_iomux_set_pad(MX31_PIN_SD1_DATA2, MMC_PAD_CFG); | ||
| 126 | mxc_iomux_set_pad(MX31_PIN_SD1_DATA3, MMC_PAD_CFG); | ||
| 127 | mxc_iomux_set_pad(MX31_PIN_SD1_CLK, MMC_PAD_CFG); | ||
| 128 | mxc_iomux_set_pad(MX31_PIN_SD1_CMD, MMC_PAD_CFG); | ||
| 129 | |||
| 120 | ret = gpio_request(gpio_det, "MMC detect"); | 130 | ret = gpio_request(gpio_det, "MMC detect"); |
| 121 | if (ret) | 131 | if (ret) |
| 122 | return ret; | 132 | return ret; |
diff --git a/arch/arm/mach-mx3/mx31lilly.c b/arch/arm/mach-mx3/mx31lilly.c index 423025150f6f..9ce029f554b9 100644 --- a/arch/arm/mach-mx3/mx31lilly.c +++ b/arch/arm/mach-mx3/mx31lilly.c | |||
| @@ -31,6 +31,8 @@ | |||
| 31 | #include <linux/interrupt.h> | 31 | #include <linux/interrupt.h> |
| 32 | #include <linux/smsc911x.h> | 32 | #include <linux/smsc911x.h> |
| 33 | #include <linux/mtd/physmap.h> | 33 | #include <linux/mtd/physmap.h> |
| 34 | #include <linux/spi/spi.h> | ||
| 35 | #include <linux/mfd/mc13783.h> | ||
| 34 | 36 | ||
| 35 | #include <asm/mach-types.h> | 37 | #include <asm/mach-types.h> |
| 36 | #include <asm/mach/arch.h> | 38 | #include <asm/mach/arch.h> |
| @@ -41,6 +43,7 @@ | |||
| 41 | #include <mach/common.h> | 43 | #include <mach/common.h> |
| 42 | #include <mach/iomux-mx3.h> | 44 | #include <mach/iomux-mx3.h> |
| 43 | #include <mach/board-mx31lilly.h> | 45 | #include <mach/board-mx31lilly.h> |
| 46 | #include <mach/spi.h> | ||
| 44 | 47 | ||
| 45 | #include "devices.h" | 48 | #include "devices.h" |
| 46 | 49 | ||
| @@ -108,7 +111,36 @@ static struct platform_device physmap_flash_device = { | |||
| 108 | static struct platform_device *devices[] __initdata = { | 111 | static struct platform_device *devices[] __initdata = { |
| 109 | &smsc91x_device, | 112 | &smsc91x_device, |
| 110 | &physmap_flash_device, | 113 | &physmap_flash_device, |
| 111 | &mxc_i2c_device1, | 114 | }; |
| 115 | |||
| 116 | /* SPI */ | ||
| 117 | |||
| 118 | static int spi_internal_chipselect[] = { | ||
| 119 | MXC_SPI_CS(0), | ||
| 120 | MXC_SPI_CS(1), | ||
| 121 | MXC_SPI_CS(2), | ||
| 122 | }; | ||
| 123 | |||
| 124 | static struct spi_imx_master spi0_pdata = { | ||
| 125 | .chipselect = spi_internal_chipselect, | ||
| 126 | .num_chipselect = ARRAY_SIZE(spi_internal_chipselect), | ||
| 127 | }; | ||
| 128 | |||
| 129 | static struct spi_imx_master spi1_pdata = { | ||
| 130 | .chipselect = spi_internal_chipselect, | ||
| 131 | .num_chipselect = ARRAY_SIZE(spi_internal_chipselect), | ||
| 132 | }; | ||
| 133 | |||
| 134 | static struct mc13783_platform_data mc13783_pdata __initdata = { | ||
| 135 | .flags = MC13783_USE_RTC | MC13783_USE_TOUCHSCREEN, | ||
| 136 | }; | ||
| 137 | |||
| 138 | static struct spi_board_info mc13783_dev __initdata = { | ||
| 139 | .modalias = "mc13783", | ||
| 140 | .max_speed_hz = 1000000, | ||
| 141 | .bus_num = 1, | ||
| 142 | .chip_select = 0, | ||
| 143 | .platform_data = &mc13783_pdata, | ||
| 112 | }; | 144 | }; |
| 113 | 145 | ||
| 114 | static int mx31lilly_baseboard; | 146 | static int mx31lilly_baseboard; |
| @@ -128,8 +160,27 @@ static void __init mx31lilly_board_init(void) | |||
| 128 | } | 160 | } |
| 129 | 161 | ||
| 130 | mxc_iomux_alloc_pin(MX31_PIN_CS4__CS4, "Ethernet CS"); | 162 | mxc_iomux_alloc_pin(MX31_PIN_CS4__CS4, "Ethernet CS"); |
| 131 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_MOSI__SCL, "I2C SCL"); | 163 | |
| 132 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_MISO__SDA, "I2C SDA"); | 164 | /* SPI */ |
| 165 | mxc_iomux_alloc_pin(MX31_PIN_CSPI1_SCLK__SCLK, "SPI1_CLK"); | ||
| 166 | mxc_iomux_alloc_pin(MX31_PIN_CSPI1_MOSI__MOSI, "SPI1_TX"); | ||
| 167 | mxc_iomux_alloc_pin(MX31_PIN_CSPI1_MISO__MISO, "SPI1_RX"); | ||
| 168 | mxc_iomux_alloc_pin(MX31_PIN_CSPI1_SPI_RDY__SPI_RDY, "SPI1_RDY"); | ||
| 169 | mxc_iomux_alloc_pin(MX31_PIN_CSPI1_SS0__SS0, "SPI1_SS0"); | ||
| 170 | mxc_iomux_alloc_pin(MX31_PIN_CSPI1_SS1__SS1, "SPI1_SS1"); | ||
| 171 | mxc_iomux_alloc_pin(MX31_PIN_CSPI1_SS2__SS2, "SPI1_SS2"); | ||
| 172 | |||
| 173 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_SCLK__SCLK, "SPI2_CLK"); | ||
| 174 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_MOSI__MOSI, "SPI2_TX"); | ||
| 175 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_MISO__MISO, "SPI2_RX"); | ||
| 176 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_SPI_RDY__SPI_RDY, "SPI2_RDY"); | ||
| 177 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_SS0__SS0, "SPI2_SS0"); | ||
| 178 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_SS1__SS1, "SPI2_SS1"); | ||
| 179 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_SS2__SS2, "SPI2_SS2"); | ||
| 180 | |||
| 181 | mxc_register_device(&mxc_spi_device0, &spi0_pdata); | ||
| 182 | mxc_register_device(&mxc_spi_device1, &spi1_pdata); | ||
| 183 | spi_register_board_info(&mc13783_dev, 1); | ||
| 133 | 184 | ||
| 134 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 185 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
| 135 | } | 186 | } |
diff --git a/arch/arm/mach-mx3/mx31lite-db.c b/arch/arm/mach-mx3/mx31lite-db.c new file mode 100644 index 000000000000..694611d6b057 --- /dev/null +++ b/arch/arm/mach-mx3/mx31lite-db.c | |||
| @@ -0,0 +1,198 @@ | |||
| 1 | /* | ||
| 2 | * LogicPD i.MX31 SOM-LV development board support | ||
| 3 | * | ||
| 4 | * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> | ||
| 5 | * | ||
| 6 | * based on code for other MX31 boards, | ||
| 7 | * | ||
| 8 | * Copyright 2005-2007 Freescale Semiconductor | ||
| 9 | * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> | ||
| 10 | * Copyright (C) 2009 Valentin Longchamp, EPFL Mobots group | ||
| 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 as published by | ||
| 14 | * the Free Software Foundation; either version 2 of the License, or | ||
| 15 | * (at your option) any later version. | ||
| 16 | * | ||
| 17 | * This program is distributed in the hope that it will be useful, | ||
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 20 | * GNU General Public License for more details. | ||
| 21 | * | ||
| 22 | * You should have received a copy of the GNU General Public License | ||
| 23 | * along with this program; if not, write to the Free Software | ||
| 24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 25 | */ | ||
| 26 | |||
| 27 | #include <linux/kernel.h> | ||
| 28 | #include <linux/types.h> | ||
| 29 | #include <linux/init.h> | ||
| 30 | #include <linux/gpio.h> | ||
| 31 | #include <linux/platform_device.h> | ||
| 32 | #include <linux/leds.h> | ||
| 33 | #include <linux/platform_device.h> | ||
| 34 | |||
| 35 | #include <asm/mach-types.h> | ||
| 36 | #include <asm/mach/arch.h> | ||
| 37 | #include <asm/mach/map.h> | ||
| 38 | |||
| 39 | #include <mach/hardware.h> | ||
| 40 | #include <mach/common.h> | ||
| 41 | #include <mach/imx-uart.h> | ||
| 42 | #include <mach/iomux-mx3.h> | ||
| 43 | #include <mach/board-mx31lite.h> | ||
| 44 | #include <mach/mmc.h> | ||
| 45 | #include <mach/spi.h> | ||
| 46 | |||
| 47 | #include "devices.h" | ||
| 48 | |||
| 49 | /* | ||
| 50 | * This file contains board-specific initialization routines for the | ||
| 51 | * LogicPD i.MX31 SOM-LV development board, aka 'LiteKit'. | ||
| 52 | * If you design an own baseboard for the module, use this file as base | ||
| 53 | * for support code. | ||
| 54 | */ | ||
| 55 | |||
| 56 | static unsigned int litekit_db_board_pins[] __initdata = { | ||
| 57 | /* UART1 */ | ||
| 58 | MX31_PIN_CTS1__CTS1, | ||
| 59 | MX31_PIN_RTS1__RTS1, | ||
| 60 | MX31_PIN_TXD1__TXD1, | ||
| 61 | MX31_PIN_RXD1__RXD1, | ||
| 62 | /* SPI 0 */ | ||
| 63 | MX31_PIN_CSPI1_SCLK__SCLK, | ||
| 64 | MX31_PIN_CSPI1_MOSI__MOSI, | ||
| 65 | MX31_PIN_CSPI1_MISO__MISO, | ||
| 66 | MX31_PIN_CSPI1_SPI_RDY__SPI_RDY, | ||
| 67 | MX31_PIN_CSPI1_SS0__SS0, | ||
| 68 | MX31_PIN_CSPI1_SS1__SS1, | ||
| 69 | MX31_PIN_CSPI1_SS2__SS2, | ||
| 70 | }; | ||
| 71 | |||
| 72 | /* UART */ | ||
| 73 | static struct imxuart_platform_data uart_pdata __initdata = { | ||
| 74 | .flags = IMXUART_HAVE_RTSCTS, | ||
| 75 | }; | ||
| 76 | |||
| 77 | /* MMC */ | ||
| 78 | |||
| 79 | static int gpio_det, gpio_wp; | ||
| 80 | |||
| 81 | #define MMC_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \ | ||
| 82 | PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU) | ||
| 83 | |||
| 84 | static int mxc_mmc1_get_ro(struct device *dev) | ||
| 85 | { | ||
| 86 | return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_LCS0)); | ||
| 87 | } | ||
| 88 | |||
| 89 | static int mxc_mmc1_init(struct device *dev, | ||
| 90 | irq_handler_t detect_irq, void *data) | ||
| 91 | { | ||
| 92 | int ret; | ||
| 93 | |||
| 94 | gpio_det = IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1); | ||
| 95 | gpio_wp = IOMUX_TO_GPIO(MX31_PIN_GPIO1_6); | ||
| 96 | |||
| 97 | mxc_iomux_set_pad(MX31_PIN_SD1_DATA0, MMC_PAD_CFG); | ||
| 98 | mxc_iomux_set_pad(MX31_PIN_SD1_DATA1, MMC_PAD_CFG); | ||
| 99 | mxc_iomux_set_pad(MX31_PIN_SD1_DATA2, MMC_PAD_CFG); | ||
| 100 | mxc_iomux_set_pad(MX31_PIN_SD1_DATA3, MMC_PAD_CFG); | ||
| 101 | mxc_iomux_set_pad(MX31_PIN_SD1_CLK, MMC_PAD_CFG); | ||
| 102 | mxc_iomux_set_pad(MX31_PIN_SD1_CMD, MMC_PAD_CFG); | ||
| 103 | |||
| 104 | ret = gpio_request(gpio_det, "MMC detect"); | ||
| 105 | if (ret) | ||
| 106 | return ret; | ||
| 107 | |||
| 108 | ret = gpio_request(gpio_wp, "MMC w/p"); | ||
| 109 | if (ret) | ||
| 110 | goto exit_free_det; | ||
| 111 | |||
| 112 | gpio_direction_input(gpio_det); | ||
| 113 | gpio_direction_input(gpio_wp); | ||
| 114 | |||
| 115 | ret = request_irq(IOMUX_TO_IRQ(MX31_PIN_DCD_DCE1), detect_irq, | ||
| 116 | IRQF_DISABLED | IRQF_TRIGGER_FALLING, | ||
| 117 | "MMC detect", data); | ||
| 118 | if (ret) | ||
| 119 | goto exit_free_wp; | ||
| 120 | |||
| 121 | return 0; | ||
| 122 | |||
| 123 | exit_free_wp: | ||
| 124 | gpio_free(gpio_wp); | ||
| 125 | |||
| 126 | exit_free_det: | ||
| 127 | gpio_free(gpio_det); | ||
| 128 | |||
| 129 | return ret; | ||
| 130 | } | ||
| 131 | |||
| 132 | static void mxc_mmc1_exit(struct device *dev, void *data) | ||
| 133 | { | ||
| 134 | gpio_free(gpio_det); | ||
| 135 | gpio_free(gpio_wp); | ||
| 136 | free_irq(IOMUX_TO_IRQ(MX31_PIN_GPIO1_1), data); | ||
| 137 | } | ||
| 138 | |||
| 139 | static struct imxmmc_platform_data mmc_pdata = { | ||
| 140 | .get_ro = mxc_mmc1_get_ro, | ||
| 141 | .init = mxc_mmc1_init, | ||
| 142 | .exit = mxc_mmc1_exit, | ||
| 143 | }; | ||
| 144 | |||
| 145 | /* SPI */ | ||
| 146 | |||
| 147 | static int spi_internal_chipselect[] = { | ||
| 148 | MXC_SPI_CS(0), | ||
| 149 | MXC_SPI_CS(1), | ||
| 150 | MXC_SPI_CS(2), | ||
| 151 | }; | ||
| 152 | |||
| 153 | static struct spi_imx_master spi0_pdata = { | ||
| 154 | .chipselect = spi_internal_chipselect, | ||
| 155 | .num_chipselect = ARRAY_SIZE(spi_internal_chipselect), | ||
| 156 | }; | ||
| 157 | |||
| 158 | /* GPIO LEDs */ | ||
| 159 | |||
| 160 | static struct gpio_led litekit_leds[] = { | ||
| 161 | { | ||
| 162 | .name = "GPIO0", | ||
| 163 | .gpio = IOMUX_TO_GPIO(MX31_PIN_COMPARE), | ||
| 164 | .active_low = 1, | ||
| 165 | .default_state = LEDS_GPIO_DEFSTATE_OFF, | ||
| 166 | }, | ||
| 167 | { | ||
| 168 | .name = "GPIO1", | ||
| 169 | .gpio = IOMUX_TO_GPIO(MX31_PIN_CAPTURE), | ||
| 170 | .active_low = 1, | ||
| 171 | .default_state = LEDS_GPIO_DEFSTATE_OFF, | ||
| 172 | } | ||
| 173 | }; | ||
| 174 | |||
| 175 | static struct gpio_led_platform_data litekit_led_platform_data = { | ||
| 176 | .leds = litekit_leds, | ||
| 177 | .num_leds = ARRAY_SIZE(litekit_leds), | ||
| 178 | }; | ||
| 179 | |||
| 180 | static struct platform_device litekit_led_device = { | ||
| 181 | .name = "leds-gpio", | ||
| 182 | .id = -1, | ||
| 183 | .dev = { | ||
| 184 | .platform_data = &litekit_led_platform_data, | ||
| 185 | }, | ||
| 186 | }; | ||
| 187 | |||
| 188 | void __init mx31lite_db_init(void) | ||
| 189 | { | ||
| 190 | mxc_iomux_setup_multiple_pins(litekit_db_board_pins, | ||
| 191 | ARRAY_SIZE(litekit_db_board_pins), | ||
| 192 | "development board pins"); | ||
| 193 | mxc_register_device(&mxc_uart_device0, &uart_pdata); | ||
| 194 | mxc_register_device(&mxcsdhc_device0, &mmc_pdata); | ||
| 195 | mxc_register_device(&mxc_spi_device0, &spi0_pdata); | ||
| 196 | platform_device_register(&litekit_led_device); | ||
| 197 | } | ||
| 198 | |||
diff --git a/arch/arm/mach-mx3/mx31lite.c b/arch/arm/mach-mx3/mx31lite.c index a8d57decdfdb..def6b6736594 100644 --- a/arch/arm/mach-mx3/mx31lite.c +++ b/arch/arm/mach-mx3/mx31lite.c | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | * Copyright (C) 2000 Deep Blue Solutions Ltd | 2 | * Copyright (C) 2000 Deep Blue Solutions Ltd |
| 3 | * Copyright (C) 2002 Shane Nay (shane@minirl.com) | 3 | * Copyright (C) 2002 Shane Nay (shane@minirl.com) |
| 4 | * Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved. | 4 | * Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved. |
| 5 | * Copyright (C) 2009 Daniel Mack <daniel@caiaq.de> | ||
| 5 | * | 6 | * |
| 6 | * This program is free software; you can redistribute it and/or modify | 7 | * 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 | * it under the terms of the GNU General Public License as published by |
| @@ -25,38 +26,47 @@ | |||
| 25 | #include <linux/platform_device.h> | 26 | #include <linux/platform_device.h> |
| 26 | #include <linux/gpio.h> | 27 | #include <linux/gpio.h> |
| 27 | #include <linux/smsc911x.h> | 28 | #include <linux/smsc911x.h> |
| 29 | #include <linux/mfd/mc13783.h> | ||
| 30 | #include <linux/spi/spi.h> | ||
| 31 | #include <linux/usb/otg.h> | ||
| 32 | #include <linux/usb/ulpi.h> | ||
| 33 | #include <linux/mtd/physmap.h> | ||
| 28 | 34 | ||
| 29 | #include <mach/hardware.h> | ||
| 30 | #include <asm/mach-types.h> | 35 | #include <asm/mach-types.h> |
| 31 | #include <asm/mach/arch.h> | 36 | #include <asm/mach/arch.h> |
| 32 | #include <asm/mach/time.h> | 37 | #include <asm/mach/time.h> |
| 33 | #include <asm/mach/map.h> | 38 | #include <asm/mach/map.h> |
| 34 | #include <mach/common.h> | ||
| 35 | #include <asm/page.h> | 39 | #include <asm/page.h> |
| 36 | #include <asm/setup.h> | 40 | #include <asm/setup.h> |
| 41 | |||
| 42 | #include <mach/hardware.h> | ||
| 43 | #include <mach/common.h> | ||
| 37 | #include <mach/board-mx31lite.h> | 44 | #include <mach/board-mx31lite.h> |
| 38 | #include <mach/imx-uart.h> | 45 | #include <mach/imx-uart.h> |
| 39 | #include <mach/iomux-mx3.h> | 46 | #include <mach/iomux-mx3.h> |
| 40 | #include <mach/irqs.h> | 47 | #include <mach/irqs.h> |
| 41 | #include <mach/mxc_nand.h> | 48 | #include <mach/mxc_nand.h> |
| 49 | #include <mach/spi.h> | ||
| 50 | #include <mach/mxc_ehci.h> | ||
| 51 | #include <mach/ulpi.h> | ||
| 52 | |||
| 42 | #include "devices.h" | 53 | #include "devices.h" |
| 43 | 54 | ||
| 44 | /* | 55 | /* |
| 45 | * This file contains the board-specific initialization routines. | 56 | * This file contains the module-specific initialization routines. |
| 46 | */ | 57 | */ |
| 47 | 58 | ||
| 48 | static unsigned int mx31lite_pins[] = { | 59 | static unsigned int mx31lite_pins[] = { |
| 49 | /* UART1 */ | ||
| 50 | MX31_PIN_CTS1__CTS1, | ||
| 51 | MX31_PIN_RTS1__RTS1, | ||
| 52 | MX31_PIN_TXD1__TXD1, | ||
| 53 | MX31_PIN_RXD1__RXD1, | ||
| 54 | /* LAN9117 IRQ pin */ | 60 | /* LAN9117 IRQ pin */ |
| 55 | IOMUX_MODE(MX31_PIN_SFS6, IOMUX_CONFIG_GPIO), | 61 | IOMUX_MODE(MX31_PIN_SFS6, IOMUX_CONFIG_GPIO), |
| 56 | }; | 62 | /* SPI 1 */ |
| 57 | 63 | MX31_PIN_CSPI2_SCLK__SCLK, | |
| 58 | static struct imxuart_platform_data uart_pdata = { | 64 | MX31_PIN_CSPI2_MOSI__MOSI, |
| 59 | .flags = IMXUART_HAVE_RTSCTS, | 65 | MX31_PIN_CSPI2_MISO__MISO, |
| 66 | MX31_PIN_CSPI2_SPI_RDY__SPI_RDY, | ||
| 67 | MX31_PIN_CSPI2_SS0__SS0, | ||
| 68 | MX31_PIN_CSPI2_SS1__SS1, | ||
| 69 | MX31_PIN_CSPI2_SS2__SS2, | ||
| 60 | }; | 70 | }; |
| 61 | 71 | ||
| 62 | static struct mxc_nand_platform_data mx31lite_nand_board_info = { | 72 | static struct mxc_nand_platform_data mx31lite_nand_board_info = { |
| @@ -93,6 +103,111 @@ static struct platform_device smsc911x_device = { | |||
| 93 | }; | 103 | }; |
| 94 | 104 | ||
| 95 | /* | 105 | /* |
| 106 | * SPI | ||
| 107 | * | ||
| 108 | * The MC13783 is the only hard-wired SPI device on the module. | ||
| 109 | */ | ||
| 110 | |||
| 111 | static int spi_internal_chipselect[] = { | ||
| 112 | MXC_SPI_CS(0), | ||
| 113 | }; | ||
| 114 | |||
| 115 | static struct spi_imx_master spi1_pdata = { | ||
| 116 | .chipselect = spi_internal_chipselect, | ||
| 117 | .num_chipselect = ARRAY_SIZE(spi_internal_chipselect), | ||
| 118 | }; | ||
| 119 | |||
| 120 | static struct mc13783_platform_data mc13783_pdata __initdata = { | ||
| 121 | .flags = MC13783_USE_RTC | | ||
| 122 | MC13783_USE_REGULATOR, | ||
| 123 | }; | ||
| 124 | |||
| 125 | static struct spi_board_info mc13783_spi_dev __initdata = { | ||
| 126 | .modalias = "mc13783", | ||
| 127 | .max_speed_hz = 1000000, | ||
| 128 | .bus_num = 1, | ||
| 129 | .chip_select = 0, | ||
| 130 | .platform_data = &mc13783_pdata, | ||
| 131 | .irq = IOMUX_TO_IRQ(MX31_PIN_GPIO1_3), | ||
| 132 | }; | ||
| 133 | |||
| 134 | /* | ||
| 135 | * USB | ||
| 136 | */ | ||
| 137 | |||
| 138 | #define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \ | ||
| 139 | PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU) | ||
| 140 | |||
| 141 | static int usbh2_init(struct platform_device *pdev) | ||
| 142 | { | ||
| 143 | int pins[] = { | ||
| 144 | MX31_PIN_USBH2_DATA0__USBH2_DATA0, | ||
| 145 | MX31_PIN_USBH2_DATA1__USBH2_DATA1, | ||
| 146 | MX31_PIN_USBH2_CLK__USBH2_CLK, | ||
| 147 | MX31_PIN_USBH2_DIR__USBH2_DIR, | ||
| 148 | MX31_PIN_USBH2_NXT__USBH2_NXT, | ||
| 149 | MX31_PIN_USBH2_STP__USBH2_STP, | ||
| 150 | }; | ||
| 151 | |||
| 152 | mxc_iomux_setup_multiple_pins(pins, ARRAY_SIZE(pins), "USB H2"); | ||
| 153 | |||
| 154 | mxc_iomux_set_pad(MX31_PIN_USBH2_CLK, USB_PAD_CFG); | ||
| 155 | mxc_iomux_set_pad(MX31_PIN_USBH2_DIR, USB_PAD_CFG); | ||
| 156 | mxc_iomux_set_pad(MX31_PIN_USBH2_NXT, USB_PAD_CFG); | ||
| 157 | mxc_iomux_set_pad(MX31_PIN_USBH2_STP, USB_PAD_CFG); | ||
| 158 | mxc_iomux_set_pad(MX31_PIN_USBH2_DATA0, USB_PAD_CFG); | ||
| 159 | mxc_iomux_set_pad(MX31_PIN_USBH2_DATA1, USB_PAD_CFG); | ||
| 160 | mxc_iomux_set_pad(MX31_PIN_SRXD6, USB_PAD_CFG); | ||
| 161 | mxc_iomux_set_pad(MX31_PIN_STXD6, USB_PAD_CFG); | ||
| 162 | mxc_iomux_set_pad(MX31_PIN_SFS3, USB_PAD_CFG); | ||
| 163 | mxc_iomux_set_pad(MX31_PIN_SCK3, USB_PAD_CFG); | ||
| 164 | mxc_iomux_set_pad(MX31_PIN_SRXD3, USB_PAD_CFG); | ||
| 165 | mxc_iomux_set_pad(MX31_PIN_STXD3, USB_PAD_CFG); | ||
| 166 | |||
| 167 | mxc_iomux_set_gpr(MUX_PGP_UH2, true); | ||
| 168 | |||
| 169 | /* chip select */ | ||
| 170 | mxc_iomux_alloc_pin(IOMUX_MODE(MX31_PIN_DTR_DCE1, IOMUX_CONFIG_GPIO), | ||
| 171 | "USBH2_CS"); | ||
| 172 | gpio_request(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), "USBH2 CS"); | ||
| 173 | gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), 0); | ||
| 174 | |||
| 175 | return 0; | ||
| 176 | } | ||
| 177 | |||
| 178 | static struct mxc_usbh_platform_data usbh2_pdata = { | ||
| 179 | .init = usbh2_init, | ||
| 180 | .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT, | ||
| 181 | .flags = MXC_EHCI_POWER_PINS_ENABLED, | ||
| 182 | }; | ||
| 183 | |||
| 184 | /* | ||
| 185 | * NOR flash | ||
| 186 | */ | ||
| 187 | |||
| 188 | static struct physmap_flash_data nor_flash_data = { | ||
| 189 | .width = 2, | ||
| 190 | }; | ||
| 191 | |||
| 192 | static struct resource nor_flash_resource = { | ||
| 193 | .start = 0xa0000000, | ||
| 194 | .end = 0xa1ffffff, | ||
| 195 | .flags = IORESOURCE_MEM, | ||
| 196 | }; | ||
| 197 | |||
| 198 | static struct platform_device physmap_flash_device = { | ||
| 199 | .name = "physmap-flash", | ||
| 200 | .id = 0, | ||
| 201 | .dev = { | ||
| 202 | .platform_data = &nor_flash_data, | ||
| 203 | }, | ||
| 204 | .resource = &nor_flash_resource, | ||
| 205 | .num_resources = 1, | ||
| 206 | }; | ||
| 207 | |||
| 208 | |||
| 209 | |||
| 210 | /* | ||
| 96 | * This structure defines the MX31 memory map. | 211 | * This structure defines the MX31 memory map. |
| 97 | */ | 212 | */ |
| 98 | static struct map_desc mx31lite_io_desc[] __initdata = { | 213 | static struct map_desc mx31lite_io_desc[] __initdata = { |
| @@ -118,19 +233,40 @@ void __init mx31lite_map_io(void) | |||
| 118 | iotable_init(mx31lite_io_desc, ARRAY_SIZE(mx31lite_io_desc)); | 233 | iotable_init(mx31lite_io_desc, ARRAY_SIZE(mx31lite_io_desc)); |
| 119 | } | 234 | } |
| 120 | 235 | ||
| 121 | /* | 236 | static int mx31lite_baseboard; |
| 122 | * Board specific initialization. | 237 | core_param(mx31lite_baseboard, mx31lite_baseboard, int, 0444); |
| 123 | */ | 238 | |
| 124 | static void __init mxc_board_init(void) | 239 | static void __init mxc_board_init(void) |
| 125 | { | 240 | { |
| 126 | int ret; | 241 | int ret; |
| 127 | 242 | ||
| 243 | switch (mx31lite_baseboard) { | ||
| 244 | case MX31LITE_NOBOARD: | ||
| 245 | break; | ||
| 246 | case MX31LITE_DB: | ||
| 247 | mx31lite_db_init(); | ||
| 248 | break; | ||
| 249 | default: | ||
| 250 | printk(KERN_ERR "Illegal mx31lite_baseboard type %d\n", | ||
| 251 | mx31lite_baseboard); | ||
| 252 | } | ||
| 253 | |||
| 128 | mxc_iomux_setup_multiple_pins(mx31lite_pins, ARRAY_SIZE(mx31lite_pins), | 254 | mxc_iomux_setup_multiple_pins(mx31lite_pins, ARRAY_SIZE(mx31lite_pins), |
| 129 | "mx31lite"); | 255 | "mx31lite"); |
| 130 | 256 | ||
| 131 | mxc_register_device(&mxc_uart_device0, &uart_pdata); | 257 | /* NOR and NAND flash */ |
| 258 | platform_device_register(&physmap_flash_device); | ||
| 132 | mxc_register_device(&mxc_nand_device, &mx31lite_nand_board_info); | 259 | mxc_register_device(&mxc_nand_device, &mx31lite_nand_board_info); |
| 133 | 260 | ||
| 261 | mxc_register_device(&mxc_spi_device1, &spi1_pdata); | ||
| 262 | spi_register_board_info(&mc13783_spi_dev, 1); | ||
| 263 | |||
| 264 | /* USB */ | ||
| 265 | usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops, | ||
| 266 | USB_OTG_DRV_VBUS | USB_OTG_DRV_VBUS_EXT); | ||
| 267 | |||
| 268 | mxc_register_device(&mxc_usbh2, &usbh2_pdata); | ||
| 269 | |||
| 134 | /* SMSC9117 IRQ pin */ | 270 | /* SMSC9117 IRQ pin */ |
| 135 | ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_SFS6), "sms9117-irq"); | 271 | ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_SFS6), "sms9117-irq"); |
| 136 | if (ret) | 272 | if (ret) |
| @@ -150,12 +286,7 @@ struct sys_timer mx31lite_timer = { | |||
| 150 | .init = mx31lite_timer_init, | 286 | .init = mx31lite_timer_init, |
| 151 | }; | 287 | }; |
| 152 | 288 | ||
| 153 | /* | 289 | MACHINE_START(MX31LITE, "LogicPD i.MX31 SOM") |
| 154 | * The following uses standard kernel macros defined in arch.h in order to | ||
| 155 | * initialize __mach_desc_MX31LITE data structure. | ||
| 156 | */ | ||
| 157 | |||
| 158 | MACHINE_START(MX31LITE, "LogicPD MX31 LITEKIT") | ||
| 159 | /* Maintainer: Freescale Semiconductor, Inc. */ | 290 | /* Maintainer: Freescale Semiconductor, Inc. */ |
| 160 | .phys_io = AIPS1_BASE_ADDR, | 291 | .phys_io = AIPS1_BASE_ADDR, |
| 161 | .io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | 292 | .io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, |
diff --git a/arch/arm/mach-mx3/mx31moboard-devboard.c b/arch/arm/mach-mx3/mx31moboard-devboard.c index 5592cdb8d0ad..8fc624f141cb 100644 --- a/arch/arm/mach-mx3/mx31moboard-devboard.c +++ b/arch/arm/mach-mx3/mx31moboard-devboard.c | |||
| @@ -22,11 +22,15 @@ | |||
| 22 | #include <linux/platform_device.h> | 22 | #include <linux/platform_device.h> |
| 23 | #include <linux/types.h> | 23 | #include <linux/types.h> |
| 24 | 24 | ||
| 25 | #include <linux/usb/otg.h> | ||
| 26 | |||
| 25 | #include <mach/common.h> | 27 | #include <mach/common.h> |
| 26 | #include <mach/imx-uart.h> | 28 | #include <mach/imx-uart.h> |
| 27 | #include <mach/iomux-mx3.h> | 29 | #include <mach/iomux-mx3.h> |
| 28 | #include <mach/hardware.h> | 30 | #include <mach/hardware.h> |
| 29 | #include <mach/mmc.h> | 31 | #include <mach/mmc.h> |
| 32 | #include <mach/mxc_ehci.h> | ||
| 33 | #include <mach/ulpi.h> | ||
| 30 | 34 | ||
| 31 | #include "devices.h" | 35 | #include "devices.h" |
| 32 | 36 | ||
| @@ -39,6 +43,12 @@ static unsigned int devboard_pins[] = { | |||
| 39 | MX31_PIN_PC_READY__SD2_DATA1, MX31_PIN_PC_WAIT_B__SD2_DATA0, | 43 | MX31_PIN_PC_READY__SD2_DATA1, MX31_PIN_PC_WAIT_B__SD2_DATA0, |
| 40 | MX31_PIN_PC_CD2_B__SD2_CLK, MX31_PIN_PC_CD1_B__SD2_CMD, | 44 | MX31_PIN_PC_CD2_B__SD2_CLK, MX31_PIN_PC_CD1_B__SD2_CMD, |
| 41 | MX31_PIN_ATA_DIOR__GPIO3_28, MX31_PIN_ATA_DIOW__GPIO3_29, | 45 | MX31_PIN_ATA_DIOR__GPIO3_28, MX31_PIN_ATA_DIOW__GPIO3_29, |
| 46 | /* USB H1 */ | ||
| 47 | MX31_PIN_CSPI1_MISO__USBH1_RXDP, MX31_PIN_CSPI1_MOSI__USBH1_RXDM, | ||
| 48 | MX31_PIN_CSPI1_SS0__USBH1_TXDM, MX31_PIN_CSPI1_SS1__USBH1_TXDP, | ||
| 49 | MX31_PIN_CSPI1_SS2__USBH1_RCV, MX31_PIN_CSPI1_SCLK__USBH1_OEB, | ||
| 50 | MX31_PIN_CSPI1_SPI_RDY__USBH1_FS, MX31_PIN_SFS6__USBH1_SUSPEND, | ||
| 51 | MX31_PIN_NFRE_B__GPIO1_11, MX31_PIN_NFALE__GPIO1_12, | ||
| 42 | }; | 52 | }; |
| 43 | 53 | ||
| 44 | static struct imxuart_platform_data uart_pdata = { | 54 | static struct imxuart_platform_data uart_pdata = { |
| @@ -98,6 +108,80 @@ static struct imxmmc_platform_data sdhc2_pdata = { | |||
| 98 | .exit = devboard_sdhc2_exit, | 108 | .exit = devboard_sdhc2_exit, |
| 99 | }; | 109 | }; |
| 100 | 110 | ||
| 111 | #define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \ | ||
| 112 | PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU) | ||
| 113 | |||
| 114 | static int devboard_usbh1_hw_init(struct platform_device *pdev) | ||
| 115 | { | ||
| 116 | mxc_iomux_set_gpr(MUX_PGP_USB_SUSPEND, true); | ||
| 117 | |||
| 118 | mxc_iomux_set_pad(MX31_PIN_CSPI1_MISO, USB_PAD_CFG); | ||
| 119 | mxc_iomux_set_pad(MX31_PIN_CSPI1_MOSI, USB_PAD_CFG); | ||
| 120 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SS0, USB_PAD_CFG); | ||
| 121 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SS1, USB_PAD_CFG); | ||
| 122 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SS2, USB_PAD_CFG); | ||
| 123 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SCLK, USB_PAD_CFG); | ||
| 124 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SPI_RDY, USB_PAD_CFG); | ||
| 125 | mxc_iomux_set_pad(MX31_PIN_SFS6, USB_PAD_CFG); | ||
| 126 | |||
| 127 | return 0; | ||
| 128 | } | ||
| 129 | |||
| 130 | #define USBH1_VBUSEN_B IOMUX_TO_GPIO(MX31_PIN_NFRE_B) | ||
| 131 | #define USBH1_MODE IOMUX_TO_GPIO(MX31_PIN_NFALE) | ||
| 132 | |||
| 133 | static int devboard_isp1105_init(struct otg_transceiver *otg) | ||
| 134 | { | ||
| 135 | int ret = gpio_request(USBH1_MODE, "usbh1-mode"); | ||
| 136 | if (ret) | ||
| 137 | return ret; | ||
| 138 | /* single ended */ | ||
| 139 | gpio_direction_output(USBH1_MODE, 0); | ||
| 140 | |||
| 141 | ret = gpio_request(USBH1_VBUSEN_B, "usbh1-vbusen"); | ||
| 142 | if (ret) { | ||
| 143 | gpio_free(USBH1_MODE); | ||
| 144 | return ret; | ||
| 145 | } | ||
| 146 | gpio_direction_output(USBH1_VBUSEN_B, 1); | ||
| 147 | |||
| 148 | return 0; | ||
| 149 | } | ||
| 150 | |||
| 151 | |||
| 152 | static int devboard_isp1105_set_vbus(struct otg_transceiver *otg, bool on) | ||
| 153 | { | ||
| 154 | if (on) | ||
| 155 | gpio_set_value(USBH1_VBUSEN_B, 0); | ||
| 156 | else | ||
| 157 | gpio_set_value(USBH1_VBUSEN_B, 1); | ||
| 158 | |||
| 159 | return 0; | ||
| 160 | } | ||
| 161 | |||
| 162 | static struct mxc_usbh_platform_data usbh1_pdata = { | ||
| 163 | .init = devboard_usbh1_hw_init, | ||
| 164 | .portsc = MXC_EHCI_MODE_UTMI | MXC_EHCI_SERIAL, | ||
| 165 | .flags = MXC_EHCI_POWER_PINS_ENABLED | MXC_EHCI_INTERFACE_SINGLE_UNI, | ||
| 166 | }; | ||
| 167 | |||
| 168 | static int __init devboard_usbh1_init(void) | ||
| 169 | { | ||
| 170 | struct otg_transceiver *otg; | ||
| 171 | |||
| 172 | otg = kzalloc(sizeof(*otg), GFP_KERNEL); | ||
| 173 | if (!otg) | ||
| 174 | return -ENOMEM; | ||
| 175 | |||
| 176 | otg->label = "ISP1105"; | ||
| 177 | otg->init = devboard_isp1105_init; | ||
| 178 | otg->set_vbus = devboard_isp1105_set_vbus; | ||
| 179 | |||
| 180 | usbh1_pdata.otg = otg; | ||
| 181 | |||
| 182 | return mxc_register_device(&mx31_usbh1, &usbh1_pdata); | ||
| 183 | } | ||
| 184 | |||
| 101 | /* | 185 | /* |
| 102 | * system init for baseboard usage. Will be called by mx31moboard init. | 186 | * system init for baseboard usage. Will be called by mx31moboard init. |
| 103 | */ | 187 | */ |
| @@ -111,4 +195,6 @@ void __init mx31moboard_devboard_init(void) | |||
| 111 | mxc_register_device(&mxc_uart_device1, &uart_pdata); | 195 | mxc_register_device(&mxc_uart_device1, &uart_pdata); |
| 112 | 196 | ||
| 113 | mxc_register_device(&mxcsdhc_device1, &sdhc2_pdata); | 197 | mxc_register_device(&mxcsdhc_device1, &sdhc2_pdata); |
| 198 | |||
| 199 | devboard_usbh1_init(); | ||
| 114 | } | 200 | } |
diff --git a/arch/arm/mach-mx3/mx31moboard-marxbot.c b/arch/arm/mach-mx3/mx31moboard-marxbot.c index 2bfaffb344f0..85184a35e674 100644 --- a/arch/arm/mach-mx3/mx31moboard-marxbot.c +++ b/arch/arm/mach-mx3/mx31moboard-marxbot.c | |||
| @@ -16,17 +16,26 @@ | |||
| 16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | #include <linux/delay.h> | ||
| 19 | #include <linux/gpio.h> | 20 | #include <linux/gpio.h> |
| 20 | #include <linux/init.h> | 21 | #include <linux/init.h> |
| 21 | #include <linux/interrupt.h> | 22 | #include <linux/interrupt.h> |
| 23 | #include <linux/i2c.h> | ||
| 24 | #include <linux/spi/spi.h> | ||
| 22 | #include <linux/platform_device.h> | 25 | #include <linux/platform_device.h> |
| 23 | #include <linux/types.h> | 26 | #include <linux/types.h> |
| 24 | 27 | ||
| 28 | #include <linux/usb/otg.h> | ||
| 29 | |||
| 25 | #include <mach/common.h> | 30 | #include <mach/common.h> |
| 26 | #include <mach/hardware.h> | 31 | #include <mach/hardware.h> |
| 27 | #include <mach/imx-uart.h> | 32 | #include <mach/imx-uart.h> |
| 28 | #include <mach/iomux-mx3.h> | 33 | #include <mach/iomux-mx3.h> |
| 29 | #include <mach/mmc.h> | 34 | #include <mach/mmc.h> |
| 35 | #include <mach/mxc_ehci.h> | ||
| 36 | #include <mach/ulpi.h> | ||
| 37 | |||
| 38 | #include <media/soc_camera.h> | ||
| 30 | 39 | ||
| 31 | #include "devices.h" | 40 | #include "devices.h" |
| 32 | 41 | ||
| @@ -37,7 +46,6 @@ static unsigned int marxbot_pins[] = { | |||
| 37 | MX31_PIN_PC_CD2_B__SD2_CLK, MX31_PIN_PC_CD1_B__SD2_CMD, | 46 | MX31_PIN_PC_CD2_B__SD2_CLK, MX31_PIN_PC_CD1_B__SD2_CMD, |
| 38 | MX31_PIN_ATA_DIOR__GPIO3_28, MX31_PIN_ATA_DIOW__GPIO3_29, | 47 | MX31_PIN_ATA_DIOR__GPIO3_28, MX31_PIN_ATA_DIOW__GPIO3_29, |
| 39 | /* CSI */ | 48 | /* CSI */ |
| 40 | MX31_PIN_CSI_D4__CSI_D4, MX31_PIN_CSI_D5__CSI_D5, | ||
| 41 | MX31_PIN_CSI_D6__CSI_D6, MX31_PIN_CSI_D7__CSI_D7, | 49 | MX31_PIN_CSI_D6__CSI_D6, MX31_PIN_CSI_D7__CSI_D7, |
| 42 | MX31_PIN_CSI_D8__CSI_D8, MX31_PIN_CSI_D9__CSI_D9, | 50 | MX31_PIN_CSI_D8__CSI_D8, MX31_PIN_CSI_D9__CSI_D9, |
| 43 | MX31_PIN_CSI_D10__CSI_D10, MX31_PIN_CSI_D11__CSI_D11, | 51 | MX31_PIN_CSI_D10__CSI_D10, MX31_PIN_CSI_D11__CSI_D11, |
| @@ -45,10 +53,19 @@ static unsigned int marxbot_pins[] = { | |||
| 45 | MX31_PIN_CSI_D14__CSI_D14, MX31_PIN_CSI_D15__CSI_D15, | 53 | MX31_PIN_CSI_D14__CSI_D14, MX31_PIN_CSI_D15__CSI_D15, |
| 46 | MX31_PIN_CSI_HSYNC__CSI_HSYNC, MX31_PIN_CSI_MCLK__CSI_MCLK, | 54 | MX31_PIN_CSI_HSYNC__CSI_HSYNC, MX31_PIN_CSI_MCLK__CSI_MCLK, |
| 47 | MX31_PIN_CSI_PIXCLK__CSI_PIXCLK, MX31_PIN_CSI_VSYNC__CSI_VSYNC, | 55 | MX31_PIN_CSI_PIXCLK__CSI_PIXCLK, MX31_PIN_CSI_VSYNC__CSI_VSYNC, |
| 56 | MX31_PIN_CSI_D4__GPIO3_4, MX31_PIN_CSI_D5__GPIO3_5, | ||
| 48 | MX31_PIN_GPIO3_0__GPIO3_0, MX31_PIN_GPIO3_1__GPIO3_1, | 57 | MX31_PIN_GPIO3_0__GPIO3_0, MX31_PIN_GPIO3_1__GPIO3_1, |
| 49 | MX31_PIN_TXD2__GPIO1_28, | 58 | MX31_PIN_TXD2__GPIO1_28, |
| 50 | /* dsPIC resets */ | 59 | /* dsPIC resets */ |
| 51 | MX31_PIN_STXD5__GPIO1_21, MX31_PIN_SRXD5__GPIO1_22, | 60 | MX31_PIN_STXD5__GPIO1_21, MX31_PIN_SRXD5__GPIO1_22, |
| 61 | /*battery detection */ | ||
| 62 | MX31_PIN_LCS0__GPIO3_23, | ||
| 63 | /* USB H1 */ | ||
| 64 | MX31_PIN_CSPI1_MISO__USBH1_RXDP, MX31_PIN_CSPI1_MOSI__USBH1_RXDM, | ||
| 65 | MX31_PIN_CSPI1_SS0__USBH1_TXDM, MX31_PIN_CSPI1_SS1__USBH1_TXDP, | ||
| 66 | MX31_PIN_CSPI1_SS2__USBH1_RCV, MX31_PIN_CSPI1_SCLK__USBH1_OEB, | ||
| 67 | MX31_PIN_CSPI1_SPI_RDY__USBH1_FS, MX31_PIN_SFS6__USBH1_SUSPEND, | ||
| 68 | MX31_PIN_NFRE_B__GPIO1_11, MX31_PIN_NFALE__GPIO1_12, | ||
| 52 | }; | 69 | }; |
| 53 | 70 | ||
| 54 | #define SDHC2_CD IOMUX_TO_GPIO(MX31_PIN_ATA_DIOR) | 71 | #define SDHC2_CD IOMUX_TO_GPIO(MX31_PIN_ATA_DIOR) |
| @@ -120,6 +137,166 @@ static void dspics_resets_init(void) | |||
| 120 | } | 137 | } |
| 121 | } | 138 | } |
| 122 | 139 | ||
| 140 | static struct spi_board_info marxbot_spi_board_info[] __initdata = { | ||
| 141 | { | ||
| 142 | .modalias = "spidev", | ||
| 143 | .max_speed_hz = 300000, | ||
| 144 | .bus_num = 1, | ||
| 145 | .chip_select = 1, /* according spi1_cs[] ! */ | ||
| 146 | }, | ||
| 147 | }; | ||
| 148 | |||
| 149 | #define TURRETCAM_POWER IOMUX_TO_GPIO(MX31_PIN_GPIO3_1) | ||
| 150 | #define BASECAM_POWER IOMUX_TO_GPIO(MX31_PIN_CSI_D5) | ||
| 151 | #define TURRETCAM_RST_B IOMUX_TO_GPIO(MX31_PIN_GPIO3_0) | ||
| 152 | #define BASECAM_RST_B IOMUX_TO_GPIO(MX31_PIN_CSI_D4) | ||
| 153 | #define CAM_CHOICE IOMUX_TO_GPIO(MX31_PIN_TXD2) | ||
| 154 | |||
| 155 | static int marxbot_basecam_power(struct device *dev, int on) | ||
| 156 | { | ||
| 157 | gpio_set_value(BASECAM_POWER, !on); | ||
| 158 | return 0; | ||
| 159 | } | ||
| 160 | |||
| 161 | static int marxbot_basecam_reset(struct device *dev) | ||
| 162 | { | ||
| 163 | gpio_set_value(BASECAM_RST_B, 0); | ||
| 164 | udelay(100); | ||
| 165 | gpio_set_value(BASECAM_RST_B, 1); | ||
| 166 | return 0; | ||
| 167 | } | ||
| 168 | |||
| 169 | static struct i2c_board_info marxbot_i2c_devices[] = { | ||
| 170 | { | ||
| 171 | I2C_BOARD_INFO("mt9t031", 0x5d), | ||
| 172 | }, | ||
| 173 | }; | ||
| 174 | |||
| 175 | static struct soc_camera_link base_iclink = { | ||
| 176 | .bus_id = 0, /* Must match with the camera ID */ | ||
| 177 | .power = marxbot_basecam_power, | ||
| 178 | .reset = marxbot_basecam_reset, | ||
| 179 | .board_info = &marxbot_i2c_devices[0], | ||
| 180 | .i2c_adapter_id = 0, | ||
| 181 | .module_name = "mt9t031", | ||
| 182 | }; | ||
| 183 | |||
| 184 | static struct platform_device marxbot_camera[] = { | ||
| 185 | { | ||
| 186 | .name = "soc-camera-pdrv", | ||
| 187 | .id = 0, | ||
| 188 | .dev = { | ||
| 189 | .platform_data = &base_iclink, | ||
| 190 | }, | ||
| 191 | }, | ||
| 192 | }; | ||
| 193 | |||
| 194 | static struct platform_device *marxbot_cameras[] __initdata = { | ||
| 195 | &marxbot_camera[0], | ||
| 196 | }; | ||
| 197 | |||
| 198 | static int __init marxbot_cam_init(void) | ||
| 199 | { | ||
| 200 | int ret = gpio_request(CAM_CHOICE, "cam-choice"); | ||
| 201 | if (ret) | ||
| 202 | return ret; | ||
| 203 | gpio_direction_output(CAM_CHOICE, 1); | ||
| 204 | |||
| 205 | ret = gpio_request(BASECAM_RST_B, "basecam-reset"); | ||
| 206 | if (ret) | ||
| 207 | return ret; | ||
| 208 | gpio_direction_output(BASECAM_RST_B, 1); | ||
| 209 | ret = gpio_request(BASECAM_POWER, "basecam-standby"); | ||
| 210 | if (ret) | ||
| 211 | return ret; | ||
| 212 | gpio_direction_output(BASECAM_POWER, 0); | ||
| 213 | |||
| 214 | ret = gpio_request(TURRETCAM_RST_B, "turretcam-reset"); | ||
| 215 | if (ret) | ||
| 216 | return ret; | ||
| 217 | gpio_direction_output(TURRETCAM_RST_B, 1); | ||
| 218 | ret = gpio_request(TURRETCAM_POWER, "turretcam-standby"); | ||
| 219 | if (ret) | ||
| 220 | return ret; | ||
| 221 | gpio_direction_output(TURRETCAM_POWER, 0); | ||
| 222 | |||
| 223 | return 0; | ||
| 224 | } | ||
| 225 | |||
| 226 | #define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \ | ||
| 227 | PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU) | ||
| 228 | |||
| 229 | static int marxbot_usbh1_hw_init(struct platform_device *pdev) | ||
| 230 | { | ||
| 231 | mxc_iomux_set_gpr(MUX_PGP_USB_SUSPEND, true); | ||
| 232 | |||
| 233 | mxc_iomux_set_pad(MX31_PIN_CSPI1_MISO, USB_PAD_CFG); | ||
| 234 | mxc_iomux_set_pad(MX31_PIN_CSPI1_MOSI, USB_PAD_CFG); | ||
| 235 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SS0, USB_PAD_CFG); | ||
| 236 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SS1, USB_PAD_CFG); | ||
| 237 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SS2, USB_PAD_CFG); | ||
| 238 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SCLK, USB_PAD_CFG); | ||
| 239 | mxc_iomux_set_pad(MX31_PIN_CSPI1_SPI_RDY, USB_PAD_CFG); | ||
| 240 | mxc_iomux_set_pad(MX31_PIN_SFS6, USB_PAD_CFG); | ||
| 241 | |||
| 242 | return 0; | ||
| 243 | } | ||
| 244 | |||
| 245 | #define USBH1_VBUSEN_B IOMUX_TO_GPIO(MX31_PIN_NFRE_B) | ||
| 246 | #define USBH1_MODE IOMUX_TO_GPIO(MX31_PIN_NFALE) | ||
| 247 | |||
| 248 | static int marxbot_isp1105_init(struct otg_transceiver *otg) | ||
| 249 | { | ||
| 250 | int ret = gpio_request(USBH1_MODE, "usbh1-mode"); | ||
| 251 | if (ret) | ||
| 252 | return ret; | ||
| 253 | /* single ended */ | ||
| 254 | gpio_direction_output(USBH1_MODE, 0); | ||
| 255 | |||
| 256 | ret = gpio_request(USBH1_VBUSEN_B, "usbh1-vbusen"); | ||
| 257 | if (ret) { | ||
| 258 | gpio_free(USBH1_MODE); | ||
| 259 | return ret; | ||
| 260 | } | ||
| 261 | gpio_direction_output(USBH1_VBUSEN_B, 1); | ||
| 262 | |||
| 263 | return 0; | ||
| 264 | } | ||
| 265 | |||
| 266 | |||
| 267 | static int marxbot_isp1105_set_vbus(struct otg_transceiver *otg, bool on) | ||
| 268 | { | ||
| 269 | if (on) | ||
| 270 | gpio_set_value(USBH1_VBUSEN_B, 0); | ||
| 271 | else | ||
| 272 | gpio_set_value(USBH1_VBUSEN_B, 1); | ||
| 273 | |||
| 274 | return 0; | ||
| 275 | } | ||
| 276 | |||
| 277 | static struct mxc_usbh_platform_data usbh1_pdata = { | ||
| 278 | .init = marxbot_usbh1_hw_init, | ||
| 279 | .portsc = MXC_EHCI_MODE_UTMI | MXC_EHCI_SERIAL, | ||
| 280 | .flags = MXC_EHCI_POWER_PINS_ENABLED | MXC_EHCI_INTERFACE_SINGLE_UNI, | ||
| 281 | }; | ||
| 282 | |||
| 283 | static int __init marxbot_usbh1_init(void) | ||
| 284 | { | ||
| 285 | struct otg_transceiver *otg; | ||
| 286 | |||
| 287 | otg = kzalloc(sizeof(*otg), GFP_KERNEL); | ||
| 288 | if (!otg) | ||
| 289 | return -ENOMEM; | ||
| 290 | |||
| 291 | otg->label = "ISP1105"; | ||
| 292 | otg->init = marxbot_isp1105_init; | ||
| 293 | otg->set_vbus = marxbot_isp1105_set_vbus; | ||
| 294 | |||
| 295 | usbh1_pdata.otg = otg; | ||
| 296 | |||
| 297 | return mxc_register_device(&mx31_usbh1, &usbh1_pdata); | ||
| 298 | } | ||
| 299 | |||
| 123 | /* | 300 | /* |
| 124 | * system init for baseboard usage. Will be called by mx31moboard init. | 301 | * system init for baseboard usage. Will be called by mx31moboard init. |
| 125 | */ | 302 | */ |
| @@ -133,4 +310,17 @@ void __init mx31moboard_marxbot_init(void) | |||
| 133 | dspics_resets_init(); | 310 | dspics_resets_init(); |
| 134 | 311 | ||
| 135 | mxc_register_device(&mxcsdhc_device1, &sdhc2_pdata); | 312 | mxc_register_device(&mxcsdhc_device1, &sdhc2_pdata); |
| 313 | |||
| 314 | spi_register_board_info(marxbot_spi_board_info, | ||
| 315 | ARRAY_SIZE(marxbot_spi_board_info)); | ||
| 316 | |||
| 317 | marxbot_cam_init(); | ||
| 318 | platform_add_devices(marxbot_cameras, ARRAY_SIZE(marxbot_cameras)); | ||
| 319 | |||
| 320 | /* battery present pin */ | ||
| 321 | gpio_request(IOMUX_TO_GPIO(MX31_PIN_LCS0), "bat-present"); | ||
| 322 | gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_LCS0)); | ||
| 323 | gpio_export(IOMUX_TO_GPIO(MX31_PIN_LCS0), false); | ||
| 324 | |||
| 325 | marxbot_usbh1_init(); | ||
| 136 | } | 326 | } |
diff --git a/arch/arm/mach-mx3/mx31moboard.c b/arch/arm/mach-mx3/mx31moboard.c index 9243de54041a..1ec679a3c72f 100644 --- a/arch/arm/mach-mx3/mx31moboard.c +++ b/arch/arm/mach-mx3/mx31moboard.c | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | #include <linux/delay.h> | 19 | #include <linux/delay.h> |
| 20 | #include <linux/dma-mapping.h> | ||
| 20 | #include <linux/fsl_devices.h> | 21 | #include <linux/fsl_devices.h> |
| 21 | #include <linux/gpio.h> | 22 | #include <linux/gpio.h> |
| 22 | #include <linux/init.h> | 23 | #include <linux/init.h> |
| @@ -26,8 +27,14 @@ | |||
| 26 | #include <linux/mtd/physmap.h> | 27 | #include <linux/mtd/physmap.h> |
| 27 | #include <linux/mtd/partitions.h> | 28 | #include <linux/mtd/partitions.h> |
| 28 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
| 30 | #include <linux/regulator/machine.h> | ||
| 31 | #include <linux/mfd/mc13783.h> | ||
| 32 | #include <linux/spi/spi.h> | ||
| 29 | #include <linux/types.h> | 33 | #include <linux/types.h> |
| 30 | 34 | ||
| 35 | #include <linux/usb/otg.h> | ||
| 36 | #include <linux/usb/ulpi.h> | ||
| 37 | |||
| 31 | #include <asm/mach-types.h> | 38 | #include <asm/mach-types.h> |
| 32 | #include <asm/mach/arch.h> | 39 | #include <asm/mach/arch.h> |
| 33 | #include <asm/mach/time.h> | 40 | #include <asm/mach/time.h> |
| @@ -37,16 +44,20 @@ | |||
| 37 | #include <mach/hardware.h> | 44 | #include <mach/hardware.h> |
| 38 | #include <mach/imx-uart.h> | 45 | #include <mach/imx-uart.h> |
| 39 | #include <mach/iomux-mx3.h> | 46 | #include <mach/iomux-mx3.h> |
| 47 | #include <mach/ipu.h> | ||
| 40 | #include <mach/i2c.h> | 48 | #include <mach/i2c.h> |
| 41 | #include <mach/mmc.h> | 49 | #include <mach/mmc.h> |
| 42 | #include <mach/mx31.h> | 50 | #include <mach/mxc_ehci.h> |
| 51 | #include <mach/mx3_camera.h> | ||
| 52 | #include <mach/spi.h> | ||
| 53 | #include <mach/ulpi.h> | ||
| 43 | 54 | ||
| 44 | #include "devices.h" | 55 | #include "devices.h" |
| 45 | 56 | ||
| 46 | static unsigned int moboard_pins[] = { | 57 | static unsigned int moboard_pins[] = { |
| 47 | /* UART0 */ | 58 | /* UART0 */ |
| 48 | MX31_PIN_CTS1__CTS1, MX31_PIN_RTS1__RTS1, | ||
| 49 | MX31_PIN_TXD1__TXD1, MX31_PIN_RXD1__RXD1, | 59 | MX31_PIN_TXD1__TXD1, MX31_PIN_RXD1__RXD1, |
| 60 | MX31_PIN_CTS1__GPIO2_7, | ||
| 50 | /* UART4 */ | 61 | /* UART4 */ |
| 51 | MX31_PIN_PC_RST__CTS5, MX31_PIN_PC_VS2__RTS5, | 62 | MX31_PIN_PC_RST__CTS5, MX31_PIN_PC_VS2__RTS5, |
| 52 | MX31_PIN_PC_BVD2__TXD5, MX31_PIN_PC_BVD1__RXD5, | 63 | MX31_PIN_PC_BVD2__TXD5, MX31_PIN_PC_BVD1__RXD5, |
| @@ -73,12 +84,31 @@ static unsigned int moboard_pins[] = { | |||
| 73 | MX31_PIN_USBOTG_CLK__USBOTG_CLK, MX31_PIN_USBOTG_DIR__USBOTG_DIR, | 84 | MX31_PIN_USBOTG_CLK__USBOTG_CLK, MX31_PIN_USBOTG_DIR__USBOTG_DIR, |
| 74 | MX31_PIN_USBOTG_NXT__USBOTG_NXT, MX31_PIN_USBOTG_STP__USBOTG_STP, | 85 | MX31_PIN_USBOTG_NXT__USBOTG_NXT, MX31_PIN_USBOTG_STP__USBOTG_STP, |
| 75 | MX31_PIN_USB_OC__GPIO1_30, | 86 | MX31_PIN_USB_OC__GPIO1_30, |
| 87 | /* USB H2 */ | ||
| 88 | MX31_PIN_USBH2_DATA0__USBH2_DATA0, | ||
| 89 | MX31_PIN_USBH2_DATA1__USBH2_DATA1, | ||
| 90 | MX31_PIN_STXD3__USBH2_DATA2, MX31_PIN_SRXD3__USBH2_DATA3, | ||
| 91 | MX31_PIN_SCK3__USBH2_DATA4, MX31_PIN_SFS3__USBH2_DATA5, | ||
| 92 | MX31_PIN_STXD6__USBH2_DATA6, MX31_PIN_SRXD6__USBH2_DATA7, | ||
| 93 | MX31_PIN_USBH2_CLK__USBH2_CLK, MX31_PIN_USBH2_DIR__USBH2_DIR, | ||
| 94 | MX31_PIN_USBH2_NXT__USBH2_NXT, MX31_PIN_USBH2_STP__USBH2_STP, | ||
| 95 | MX31_PIN_SCK6__GPIO1_25, | ||
| 76 | /* LEDs */ | 96 | /* LEDs */ |
| 77 | MX31_PIN_SVEN0__GPIO2_0, MX31_PIN_STX0__GPIO2_1, | 97 | MX31_PIN_SVEN0__GPIO2_0, MX31_PIN_STX0__GPIO2_1, |
| 78 | MX31_PIN_SRX0__GPIO2_2, MX31_PIN_SIMPD0__GPIO2_3, | 98 | MX31_PIN_SRX0__GPIO2_2, MX31_PIN_SIMPD0__GPIO2_3, |
| 79 | /* SEL */ | 99 | /* SEL */ |
| 80 | MX31_PIN_DTR_DCE1__GPIO2_8, MX31_PIN_DSR_DCE1__GPIO2_9, | 100 | MX31_PIN_DTR_DCE1__GPIO2_8, MX31_PIN_DSR_DCE1__GPIO2_9, |
| 81 | MX31_PIN_RI_DCE1__GPIO2_10, MX31_PIN_DCD_DCE1__GPIO2_11, | 101 | MX31_PIN_RI_DCE1__GPIO2_10, MX31_PIN_DCD_DCE1__GPIO2_11, |
| 102 | /* SPI1 */ | ||
| 103 | MX31_PIN_CSPI2_MOSI__MOSI, MX31_PIN_CSPI2_MISO__MISO, | ||
| 104 | MX31_PIN_CSPI2_SCLK__SCLK, MX31_PIN_CSPI2_SPI_RDY__SPI_RDY, | ||
| 105 | MX31_PIN_CSPI2_SS0__SS0, MX31_PIN_CSPI2_SS2__SS2, | ||
| 106 | /* Atlas IRQ */ | ||
| 107 | MX31_PIN_GPIO1_3__GPIO1_3, | ||
| 108 | /* SPI2 */ | ||
| 109 | MX31_PIN_CSPI3_MOSI__MOSI, MX31_PIN_CSPI3_MISO__MISO, | ||
| 110 | MX31_PIN_CSPI3_SCLK__SCLK, MX31_PIN_CSPI3_SPI_RDY__SPI_RDY, | ||
| 111 | MX31_PIN_CSPI2_SS1__CSPI3_SS1, | ||
| 82 | }; | 112 | }; |
| 83 | 113 | ||
| 84 | static struct physmap_flash_data mx31moboard_flash_data = { | 114 | static struct physmap_flash_data mx31moboard_flash_data = { |
| @@ -101,7 +131,18 @@ static struct platform_device mx31moboard_flash = { | |||
| 101 | .num_resources = 1, | 131 | .num_resources = 1, |
| 102 | }; | 132 | }; |
| 103 | 133 | ||
| 104 | static struct imxuart_platform_data uart_pdata = { | 134 | static int moboard_uart0_init(struct platform_device *pdev) |
| 135 | { | ||
| 136 | gpio_request(IOMUX_TO_GPIO(MX31_PIN_CTS1), "uart0-cts-hack"); | ||
| 137 | gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_CTS1), 0); | ||
| 138 | return 0; | ||
| 139 | } | ||
| 140 | |||
| 141 | static struct imxuart_platform_data uart0_pdata = { | ||
| 142 | .init = moboard_uart0_init, | ||
| 143 | }; | ||
| 144 | |||
| 145 | static struct imxuart_platform_data uart4_pdata = { | ||
| 105 | .flags = IMXUART_HAVE_RTSCTS, | 146 | .flags = IMXUART_HAVE_RTSCTS, |
| 106 | }; | 147 | }; |
| 107 | 148 | ||
| @@ -113,6 +154,103 @@ static struct imxi2c_platform_data moboard_i2c1_pdata = { | |||
| 113 | .bitrate = 100000, | 154 | .bitrate = 100000, |
| 114 | }; | 155 | }; |
| 115 | 156 | ||
| 157 | static int moboard_spi1_cs[] = { | ||
| 158 | MXC_SPI_CS(0), | ||
| 159 | MXC_SPI_CS(2), | ||
| 160 | }; | ||
| 161 | |||
| 162 | static struct spi_imx_master moboard_spi1_master = { | ||
| 163 | .chipselect = moboard_spi1_cs, | ||
| 164 | .num_chipselect = ARRAY_SIZE(moboard_spi1_cs), | ||
| 165 | }; | ||
| 166 | |||
| 167 | static struct regulator_consumer_supply sdhc_consumers[] = { | ||
| 168 | { | ||
| 169 | .dev = &mxcsdhc_device0.dev, | ||
| 170 | .supply = "sdhc0_vcc", | ||
| 171 | }, | ||
| 172 | { | ||
| 173 | .dev = &mxcsdhc_device1.dev, | ||
| 174 | .supply = "sdhc1_vcc", | ||
| 175 | }, | ||
| 176 | }; | ||
| 177 | |||
| 178 | static struct regulator_init_data sdhc_vreg_data = { | ||
| 179 | .constraints = { | ||
| 180 | .min_uV = 2700000, | ||
| 181 | .max_uV = 3000000, | ||
| 182 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE | | ||
| 183 | REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS, | ||
| 184 | .valid_modes_mask = REGULATOR_MODE_NORMAL | | ||
| 185 | REGULATOR_MODE_FAST, | ||
| 186 | .always_on = 0, | ||
| 187 | .boot_on = 1, | ||
| 188 | }, | ||
| 189 | .num_consumer_supplies = ARRAY_SIZE(sdhc_consumers), | ||
| 190 | .consumer_supplies = sdhc_consumers, | ||
| 191 | }; | ||
| 192 | |||
| 193 | static struct regulator_consumer_supply cam_consumers[] = { | ||
| 194 | { | ||
| 195 | .dev = &mx3_camera.dev, | ||
| 196 | .supply = "cam_vcc", | ||
| 197 | }, | ||
| 198 | }; | ||
| 199 | |||
| 200 | static struct regulator_init_data cam_vreg_data = { | ||
| 201 | .constraints = { | ||
| 202 | .min_uV = 2700000, | ||
| 203 | .max_uV = 3000000, | ||
| 204 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE | | ||
| 205 | REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS, | ||
| 206 | .valid_modes_mask = REGULATOR_MODE_NORMAL | | ||
| 207 | REGULATOR_MODE_FAST, | ||
| 208 | .always_on = 0, | ||
| 209 | .boot_on = 1, | ||
| 210 | }, | ||
| 211 | .num_consumer_supplies = ARRAY_SIZE(cam_consumers), | ||
| 212 | .consumer_supplies = cam_consumers, | ||
| 213 | }; | ||
| 214 | |||
| 215 | static struct mc13783_regulator_init_data moboard_regulators[] = { | ||
| 216 | { | ||
| 217 | .id = MC13783_REGU_VMMC1, | ||
| 218 | .init_data = &sdhc_vreg_data, | ||
| 219 | }, | ||
| 220 | { | ||
| 221 | .id = MC13783_REGU_VCAM, | ||
| 222 | .init_data = &cam_vreg_data, | ||
| 223 | }, | ||
| 224 | }; | ||
| 225 | |||
| 226 | static struct mc13783_platform_data moboard_pmic = { | ||
| 227 | .regulators = moboard_regulators, | ||
| 228 | .num_regulators = ARRAY_SIZE(moboard_regulators), | ||
| 229 | .flags = MC13783_USE_REGULATOR | MC13783_USE_RTC, | ||
| 230 | MC13783_USE_ADC, | ||
| 231 | }; | ||
| 232 | |||
| 233 | static struct spi_board_info moboard_spi_board_info[] __initdata = { | ||
| 234 | { | ||
| 235 | .modalias = "mc13783", | ||
| 236 | .irq = IOMUX_TO_IRQ(MX31_PIN_GPIO1_3), | ||
| 237 | .max_speed_hz = 300000, | ||
| 238 | .bus_num = 1, | ||
| 239 | .chip_select = 0, | ||
| 240 | .platform_data = &moboard_pmic, | ||
| 241 | .mode = SPI_CS_HIGH, | ||
| 242 | }, | ||
| 243 | }; | ||
| 244 | |||
| 245 | static int moboard_spi2_cs[] = { | ||
| 246 | MXC_SPI_CS(1), | ||
| 247 | }; | ||
| 248 | |||
| 249 | static struct spi_imx_master moboard_spi2_master = { | ||
| 250 | .chipselect = moboard_spi2_cs, | ||
| 251 | .num_chipselect = ARRAY_SIZE(moboard_spi2_cs), | ||
| 252 | }; | ||
| 253 | |||
| 116 | #define SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_ATA_CS0) | 254 | #define SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_ATA_CS0) |
| 117 | #define SDHC1_WP IOMUX_TO_GPIO(MX31_PIN_ATA_CS1) | 255 | #define SDHC1_WP IOMUX_TO_GPIO(MX31_PIN_ATA_CS1) |
| 118 | 256 | ||
| @@ -208,6 +346,56 @@ static struct fsl_usb2_platform_data usb_pdata = { | |||
| 208 | .phy_mode = FSL_USB2_PHY_ULPI, | 346 | .phy_mode = FSL_USB2_PHY_ULPI, |
| 209 | }; | 347 | }; |
| 210 | 348 | ||
| 349 | #define USBH2_EN_B IOMUX_TO_GPIO(MX31_PIN_SCK6) | ||
| 350 | |||
| 351 | static int moboard_usbh2_hw_init(struct platform_device *pdev) | ||
| 352 | { | ||
| 353 | int ret = gpio_request(USBH2_EN_B, "usbh2-en"); | ||
| 354 | if (ret) | ||
| 355 | return ret; | ||
| 356 | |||
| 357 | mxc_iomux_set_gpr(MUX_PGP_UH2, true); | ||
| 358 | |||
| 359 | mxc_iomux_set_pad(MX31_PIN_USBH2_CLK, USB_PAD_CFG); | ||
| 360 | mxc_iomux_set_pad(MX31_PIN_USBH2_DIR, USB_PAD_CFG); | ||
| 361 | mxc_iomux_set_pad(MX31_PIN_USBH2_NXT, USB_PAD_CFG); | ||
| 362 | mxc_iomux_set_pad(MX31_PIN_USBH2_STP, USB_PAD_CFG); | ||
| 363 | mxc_iomux_set_pad(MX31_PIN_USBH2_DATA0, USB_PAD_CFG); | ||
| 364 | mxc_iomux_set_pad(MX31_PIN_USBH2_DATA1, USB_PAD_CFG); | ||
| 365 | mxc_iomux_set_pad(MX31_PIN_SRXD6, USB_PAD_CFG); | ||
| 366 | mxc_iomux_set_pad(MX31_PIN_STXD6, USB_PAD_CFG); | ||
| 367 | mxc_iomux_set_pad(MX31_PIN_SFS3, USB_PAD_CFG); | ||
| 368 | mxc_iomux_set_pad(MX31_PIN_SCK3, USB_PAD_CFG); | ||
| 369 | mxc_iomux_set_pad(MX31_PIN_SRXD3, USB_PAD_CFG); | ||
| 370 | mxc_iomux_set_pad(MX31_PIN_STXD3, USB_PAD_CFG); | ||
| 371 | |||
| 372 | gpio_direction_output(USBH2_EN_B, 0); | ||
| 373 | |||
| 374 | return 0; | ||
| 375 | } | ||
| 376 | |||
| 377 | static int moboard_usbh2_hw_exit(struct platform_device *pdev) | ||
| 378 | { | ||
| 379 | gpio_free(USBH2_EN_B); | ||
| 380 | return 0; | ||
| 381 | } | ||
| 382 | |||
| 383 | static struct mxc_usbh_platform_data usbh2_pdata = { | ||
| 384 | .init = moboard_usbh2_hw_init, | ||
| 385 | .exit = moboard_usbh2_hw_exit, | ||
| 386 | .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT, | ||
| 387 | .flags = MXC_EHCI_POWER_PINS_ENABLED, | ||
| 388 | }; | ||
| 389 | |||
| 390 | static int __init moboard_usbh2_init(void) | ||
| 391 | { | ||
| 392 | usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops, | ||
| 393 | USB_OTG_DRV_VBUS | USB_OTG_DRV_VBUS_EXT); | ||
| 394 | |||
| 395 | return mxc_register_device(&mx31_usbh2, &usbh2_pdata); | ||
| 396 | } | ||
| 397 | |||
| 398 | |||
| 211 | static struct gpio_led mx31moboard_leds[] = { | 399 | static struct gpio_led mx31moboard_leds[] = { |
| 212 | { | 400 | { |
| 213 | .name = "coreboard-led-0:red:running", | 401 | .name = "coreboard-led-0:red:running", |
| @@ -266,11 +454,48 @@ static void mx31moboard_init_sel_gpios(void) | |||
| 266 | } | 454 | } |
| 267 | } | 455 | } |
| 268 | 456 | ||
| 457 | static struct ipu_platform_data mx3_ipu_data = { | ||
| 458 | .irq_base = MXC_IPU_IRQ_START, | ||
| 459 | }; | ||
| 460 | |||
| 269 | static struct platform_device *devices[] __initdata = { | 461 | static struct platform_device *devices[] __initdata = { |
| 270 | &mx31moboard_flash, | 462 | &mx31moboard_flash, |
| 271 | &mx31moboard_leds_device, | 463 | &mx31moboard_leds_device, |
| 272 | }; | 464 | }; |
| 273 | 465 | ||
| 466 | static struct mx3_camera_pdata camera_pdata = { | ||
| 467 | .dma_dev = &mx3_ipu.dev, | ||
| 468 | .flags = MX3_CAMERA_DATAWIDTH_8 | MX3_CAMERA_DATAWIDTH_10, | ||
| 469 | .mclk_10khz = 4800, | ||
| 470 | }; | ||
| 471 | |||
| 472 | #define CAMERA_BUF_SIZE (4*1024*1024) | ||
| 473 | |||
| 474 | static int __init mx31moboard_cam_alloc_dma(const size_t buf_size) | ||
| 475 | { | ||
| 476 | dma_addr_t dma_handle; | ||
| 477 | void *buf; | ||
| 478 | int dma; | ||
| 479 | |||
| 480 | if (buf_size < 2 * 1024 * 1024) | ||
| 481 | return -EINVAL; | ||
| 482 | |||
| 483 | buf = dma_alloc_coherent(NULL, buf_size, &dma_handle, GFP_KERNEL); | ||
| 484 | if (!buf) { | ||
| 485 | pr_err("%s: cannot allocate camera buffer-memory\n", __func__); | ||
| 486 | return -ENOMEM; | ||
| 487 | } | ||
| 488 | |||
| 489 | memset(buf, 0, buf_size); | ||
| 490 | |||
| 491 | dma = dma_declare_coherent_memory(&mx3_camera.dev, | ||
| 492 | dma_handle, dma_handle, buf_size, | ||
| 493 | DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE); | ||
| 494 | |||
| 495 | /* The way we call dma_declare_coherent_memory only a malloc can fail */ | ||
| 496 | return dma & DMA_MEMORY_MAP ? 0 : -ENOMEM; | ||
| 497 | } | ||
| 498 | |||
| 274 | static int mx31moboard_baseboard; | 499 | static int mx31moboard_baseboard; |
| 275 | core_param(mx31moboard_baseboard, mx31moboard_baseboard, int, 0444); | 500 | core_param(mx31moboard_baseboard, mx31moboard_baseboard, int, 0444); |
| 276 | 501 | ||
| @@ -284,20 +509,34 @@ static void __init mxc_board_init(void) | |||
| 284 | 509 | ||
| 285 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 510 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
| 286 | 511 | ||
| 287 | mxc_register_device(&mxc_uart_device0, &uart_pdata); | 512 | mxc_register_device(&mxc_uart_device0, &uart0_pdata); |
| 288 | mxc_register_device(&mxc_uart_device4, &uart_pdata); | 513 | |
| 514 | mxc_register_device(&mxc_uart_device4, &uart4_pdata); | ||
| 289 | 515 | ||
| 290 | mx31moboard_init_sel_gpios(); | 516 | mx31moboard_init_sel_gpios(); |
| 291 | 517 | ||
| 292 | mxc_register_device(&mxc_i2c_device0, &moboard_i2c0_pdata); | 518 | mxc_register_device(&mxc_i2c_device0, &moboard_i2c0_pdata); |
| 293 | mxc_register_device(&mxc_i2c_device1, &moboard_i2c1_pdata); | 519 | mxc_register_device(&mxc_i2c_device1, &moboard_i2c1_pdata); |
| 294 | 520 | ||
| 521 | mxc_register_device(&mxc_spi_device1, &moboard_spi1_master); | ||
| 522 | mxc_register_device(&mxc_spi_device2, &moboard_spi2_master); | ||
| 523 | |||
| 524 | gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3), "pmic-irq"); | ||
| 525 | gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); | ||
| 526 | spi_register_board_info(moboard_spi_board_info, | ||
| 527 | ARRAY_SIZE(moboard_spi_board_info)); | ||
| 528 | |||
| 295 | mxc_register_device(&mxcsdhc_device0, &sdhc1_pdata); | 529 | mxc_register_device(&mxcsdhc_device0, &sdhc1_pdata); |
| 296 | 530 | ||
| 531 | mxc_register_device(&mx3_ipu, &mx3_ipu_data); | ||
| 532 | if (!mx31moboard_cam_alloc_dma(CAMERA_BUF_SIZE)) | ||
| 533 | mxc_register_device(&mx3_camera, &camera_pdata); | ||
| 534 | |||
| 297 | usb_xcvr_reset(); | 535 | usb_xcvr_reset(); |
| 298 | 536 | ||
| 299 | moboard_usbotg_init(); | 537 | moboard_usbotg_init(); |
| 300 | mxc_register_device(&mxc_otg_udc_device, &usb_pdata); | 538 | mxc_register_device(&mxc_otg_udc_device, &usb_pdata); |
| 539 | moboard_usbh2_init(); | ||
| 301 | 540 | ||
| 302 | switch (mx31moboard_baseboard) { | 541 | switch (mx31moboard_baseboard) { |
| 303 | case MX31NOBOARD: | 542 | case MX31NOBOARD: |
diff --git a/arch/arm/mach-mx3/pcm043.c b/arch/arm/mach-mx3/pcm043.c index e18a224671fa..e3aa829be586 100644 --- a/arch/arm/mach-mx3/pcm043.c +++ b/arch/arm/mach-mx3/pcm043.c | |||
| @@ -43,6 +43,7 @@ | |||
| 43 | #include <mach/iomux-mx35.h> | 43 | #include <mach/iomux-mx35.h> |
| 44 | #include <mach/ipu.h> | 44 | #include <mach/ipu.h> |
| 45 | #include <mach/mx3fb.h> | 45 | #include <mach/mx3fb.h> |
| 46 | #include <mach/mxc_nand.h> | ||
| 46 | 47 | ||
| 47 | #include "devices.h" | 48 | #include "devices.h" |
| 48 | 49 | ||
| @@ -206,6 +207,11 @@ static struct pad_desc pcm043_pads[] = { | |||
| 206 | MX35_PAD_ATA_CS0__GPIO2_6, | 207 | MX35_PAD_ATA_CS0__GPIO2_6, |
| 207 | }; | 208 | }; |
| 208 | 209 | ||
| 210 | static struct mxc_nand_platform_data pcm037_nand_board_info = { | ||
| 211 | .width = 1, | ||
| 212 | .hw_ecc = 1, | ||
| 213 | }; | ||
| 214 | |||
| 209 | /* | 215 | /* |
| 210 | * Board specific initialization. | 216 | * Board specific initialization. |
| 211 | */ | 217 | */ |
| @@ -216,6 +222,7 @@ static void __init mxc_board_init(void) | |||
| 216 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 222 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
| 217 | 223 | ||
| 218 | mxc_register_device(&mxc_uart_device0, &uart_pdata); | 224 | mxc_register_device(&mxc_uart_device0, &uart_pdata); |
| 225 | mxc_register_device(&mxc_nand_device, &pcm037_nand_board_info); | ||
| 219 | 226 | ||
| 220 | mxc_register_device(&mxc_uart_device1, &uart_pdata); | 227 | mxc_register_device(&mxc_uart_device1, &uart_pdata); |
| 221 | 228 | ||
diff --git a/arch/arm/mach-omap2/board-zoom2.c b/arch/arm/mach-omap2/board-zoom2.c index ea00486a5e53..51e0b3ba5f3a 100644 --- a/arch/arm/mach-omap2/board-zoom2.c +++ b/arch/arm/mach-omap2/board-zoom2.c | |||
| @@ -30,57 +30,56 @@ | |||
| 30 | /* Zoom2 has Qwerty keyboard*/ | 30 | /* Zoom2 has Qwerty keyboard*/ |
| 31 | static int board_keymap[] = { | 31 | static int board_keymap[] = { |
| 32 | KEY(0, 0, KEY_E), | 32 | KEY(0, 0, KEY_E), |
| 33 | KEY(1, 0, KEY_R), | 33 | KEY(0, 1, KEY_R), |
| 34 | KEY(2, 0, KEY_T), | 34 | KEY(0, 2, KEY_T), |
| 35 | KEY(3, 0, KEY_HOME), | 35 | KEY(0, 3, KEY_HOME), |
| 36 | KEY(6, 0, KEY_I), | 36 | KEY(0, 6, KEY_I), |
| 37 | KEY(7, 0, KEY_LEFTSHIFT), | 37 | KEY(0, 7, KEY_LEFTSHIFT), |
| 38 | KEY(0, 1, KEY_D), | 38 | KEY(1, 0, KEY_D), |
| 39 | KEY(1, 1, KEY_F), | 39 | KEY(1, 1, KEY_F), |
| 40 | KEY(2, 1, KEY_G), | 40 | KEY(1, 2, KEY_G), |
| 41 | KEY(3, 1, KEY_SEND), | 41 | KEY(1, 3, KEY_SEND), |
| 42 | KEY(6, 1, KEY_K), | 42 | KEY(1, 6, KEY_K), |
| 43 | KEY(7, 1, KEY_ENTER), | 43 | KEY(1, 7, KEY_ENTER), |
| 44 | KEY(0, 2, KEY_X), | 44 | KEY(2, 0, KEY_X), |
| 45 | KEY(1, 2, KEY_C), | 45 | KEY(2, 1, KEY_C), |
| 46 | KEY(2, 2, KEY_V), | 46 | KEY(2, 2, KEY_V), |
| 47 | KEY(3, 2, KEY_END), | 47 | KEY(2, 3, KEY_END), |
| 48 | KEY(6, 2, KEY_DOT), | 48 | KEY(2, 6, KEY_DOT), |
| 49 | KEY(7, 2, KEY_CAPSLOCK), | 49 | KEY(2, 7, KEY_CAPSLOCK), |
| 50 | KEY(0, 3, KEY_Z), | 50 | KEY(3, 0, KEY_Z), |
| 51 | KEY(1, 3, KEY_KPPLUS), | 51 | KEY(3, 1, KEY_KPPLUS), |
| 52 | KEY(2, 3, KEY_B), | 52 | KEY(3, 2, KEY_B), |
| 53 | KEY(3, 3, KEY_F1), | 53 | KEY(3, 3, KEY_F1), |
| 54 | KEY(6, 3, KEY_O), | 54 | KEY(3, 6, KEY_O), |
| 55 | KEY(7, 3, KEY_SPACE), | 55 | KEY(3, 7, KEY_SPACE), |
| 56 | KEY(0, 4, KEY_W), | 56 | KEY(4, 0, KEY_W), |
| 57 | KEY(1, 4, KEY_Y), | 57 | KEY(4, 1, KEY_Y), |
| 58 | KEY(2, 4, KEY_U), | 58 | KEY(4, 2, KEY_U), |
| 59 | KEY(3, 4, KEY_F2), | 59 | KEY(4, 3, KEY_F2), |
| 60 | KEY(4, 4, KEY_VOLUMEUP), | 60 | KEY(4, 4, KEY_VOLUMEUP), |
| 61 | KEY(6, 4, KEY_L), | 61 | KEY(4, 6, KEY_L), |
| 62 | KEY(7, 4, KEY_LEFT), | 62 | KEY(4, 7, KEY_LEFT), |
| 63 | KEY(0, 5, KEY_S), | 63 | KEY(5, 0, KEY_S), |
| 64 | KEY(1, 5, KEY_H), | 64 | KEY(5, 1, KEY_H), |
| 65 | KEY(2, 5, KEY_J), | 65 | KEY(5, 2, KEY_J), |
| 66 | KEY(3, 5, KEY_F3), | 66 | KEY(5, 3, KEY_F3), |
| 67 | KEY(5, 5, KEY_VOLUMEDOWN), | 67 | KEY(5, 5, KEY_VOLUMEDOWN), |
| 68 | KEY(6, 5, KEY_M), | 68 | KEY(5, 6, KEY_M), |
| 69 | KEY(4, 5, KEY_ENTER), | 69 | KEY(5, 7, KEY_ENTER), |
| 70 | KEY(7, 5, KEY_RIGHT), | 70 | KEY(6, 0, KEY_Q), |
| 71 | KEY(0, 6, KEY_Q), | 71 | KEY(6, 1, KEY_A), |
| 72 | KEY(1, 6, KEY_A), | 72 | KEY(6, 2, KEY_N), |
| 73 | KEY(2, 6, KEY_N), | 73 | KEY(6, 3, KEY_BACKSPACE), |
| 74 | KEY(3, 6, KEY_BACKSPACE), | ||
| 75 | KEY(6, 6, KEY_P), | 74 | KEY(6, 6, KEY_P), |
| 76 | KEY(7, 6, KEY_UP), | ||
| 77 | KEY(6, 7, KEY_SELECT), | 75 | KEY(6, 7, KEY_SELECT), |
| 78 | KEY(7, 7, KEY_DOWN), | 76 | KEY(7, 0, KEY_PROG1), /*MACRO 1 <User defined> */ |
| 79 | KEY(0, 7, KEY_PROG1), /*MACRO 1 <User defined> */ | 77 | KEY(7, 1, KEY_PROG2), /*MACRO 2 <User defined> */ |
| 80 | KEY(1, 7, KEY_PROG2), /*MACRO 2 <User defined> */ | 78 | KEY(7, 2, KEY_PROG3), /*MACRO 3 <User defined> */ |
| 81 | KEY(2, 7, KEY_PROG3), /*MACRO 3 <User defined> */ | 79 | KEY(7, 3, KEY_PROG4), /*MACRO 4 <User defined> */ |
| 82 | KEY(3, 7, KEY_PROG4), /*MACRO 4 <User defined> */ | 80 | KEY(7, 5, KEY_RIGHT), |
| 83 | 0 | 81 | KEY(7, 6, KEY_UP), |
| 82 | KEY(7, 7, KEY_DOWN) | ||
| 84 | }; | 83 | }; |
| 85 | 84 | ||
| 86 | static struct matrix_keymap_data board_map_data = { | 85 | static struct matrix_keymap_data board_map_data = { |
diff --git a/arch/arm/mach-omap2/clock34xx.c b/arch/arm/mach-omap2/clock34xx.c index 489556eecbd1..7c5c00df3c70 100644 --- a/arch/arm/mach-omap2/clock34xx.c +++ b/arch/arm/mach-omap2/clock34xx.c | |||
| @@ -473,7 +473,7 @@ static u16 _omap3_dpll_compute_freqsel(struct clk *clk, u8 n) | |||
| 473 | unsigned long fint; | 473 | unsigned long fint; |
| 474 | u16 f = 0; | 474 | u16 f = 0; |
| 475 | 475 | ||
| 476 | fint = clk->dpll_data->clk_ref->rate / (n + 1); | 476 | fint = clk->dpll_data->clk_ref->rate / n; |
| 477 | 477 | ||
| 478 | pr_debug("clock: fint is %lu\n", fint); | 478 | pr_debug("clock: fint is %lu\n", fint); |
| 479 | 479 | ||
diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h index c8119781e00a..9565c05bebd2 100644 --- a/arch/arm/mach-omap2/clock34xx.h +++ b/arch/arm/mach-omap2/clock34xx.h | |||
| @@ -489,9 +489,9 @@ static struct clk core_ck = { | |||
| 489 | static struct clk dpll3_m2x2_ck = { | 489 | static struct clk dpll3_m2x2_ck = { |
| 490 | .name = "dpll3_m2x2_ck", | 490 | .name = "dpll3_m2x2_ck", |
| 491 | .ops = &clkops_null, | 491 | .ops = &clkops_null, |
| 492 | .parent = &dpll3_x2_ck, | 492 | .parent = &dpll3_m2_ck, |
| 493 | .clkdm_name = "dpll3_clkdm", | 493 | .clkdm_name = "dpll3_clkdm", |
| 494 | .recalc = &followparent_recalc, | 494 | .recalc = &omap3_clkoutx2_recalc, |
| 495 | }; | 495 | }; |
| 496 | 496 | ||
| 497 | /* The PWRDN bit is apparently only available on 3430ES2 and above */ | 497 | /* The PWRDN bit is apparently only available on 3430ES2 and above */ |
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index f8657568b1ba..f3c992e29651 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c | |||
| @@ -378,7 +378,7 @@ EXPORT_SYMBOL(gpmc_cs_request); | |||
| 378 | void gpmc_cs_free(int cs) | 378 | void gpmc_cs_free(int cs) |
| 379 | { | 379 | { |
| 380 | spin_lock(&gpmc_mem_lock); | 380 | spin_lock(&gpmc_mem_lock); |
| 381 | if (cs >= GPMC_CS_NUM || !gpmc_cs_reserved(cs)) { | 381 | if (cs >= GPMC_CS_NUM || cs < 0 || !gpmc_cs_reserved(cs)) { |
| 382 | printk(KERN_ERR "Trying to free non-reserved GPMC CS%d\n", cs); | 382 | printk(KERN_ERR "Trying to free non-reserved GPMC CS%d\n", cs); |
| 383 | BUG(); | 383 | BUG(); |
| 384 | spin_unlock(&gpmc_mem_lock); | 384 | spin_unlock(&gpmc_mem_lock); |
diff --git a/arch/arm/mach-pxa/colibri-pxa320.c b/arch/arm/mach-pxa/colibri-pxa320.c index 494572825c7d..ec0e14b96682 100644 --- a/arch/arm/mach-pxa/colibri-pxa320.c +++ b/arch/arm/mach-pxa/colibri-pxa320.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <mach/colibri.h> | 27 | #include <mach/colibri.h> |
| 28 | #include <mach/pxafb.h> | 28 | #include <mach/pxafb.h> |
| 29 | #include <mach/ohci.h> | 29 | #include <mach/ohci.h> |
| 30 | #include <mach/audio.h> | ||
| 30 | 31 | ||
| 31 | #include "generic.h" | 32 | #include "generic.h" |
| 32 | #include "devices.h" | 33 | #include "devices.h" |
| @@ -145,7 +146,8 @@ static void __init colibri_pxa320_init_lcd(void) | |||
| 145 | static inline void colibri_pxa320_init_lcd(void) {} | 146 | static inline void colibri_pxa320_init_lcd(void) {} |
| 146 | #endif | 147 | #endif |
| 147 | 148 | ||
| 148 | #if defined(SND_AC97_CODEC) || defined(SND_AC97_CODEC_MODULE) | 149 | #if defined(CONFIG_SND_AC97_CODEC) || \ |
| 150 | defined(CONFIG_SND_AC97_CODEC_MODULE) | ||
| 149 | static mfp_cfg_t colibri_pxa320_ac97_pin_config[] __initdata = { | 151 | static mfp_cfg_t colibri_pxa320_ac97_pin_config[] __initdata = { |
| 150 | GPIO34_AC97_SYSCLK, | 152 | GPIO34_AC97_SYSCLK, |
| 151 | GPIO35_AC97_SDATA_IN_0, | 153 | GPIO35_AC97_SDATA_IN_0, |
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index abff9e132749..83bd3c6e3884 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c | |||
| @@ -604,7 +604,7 @@ static struct platform_device gpio_vbus = { | |||
| 604 | static const struct ads7846_platform_data tsc2046_info = { | 604 | static const struct ads7846_platform_data tsc2046_info = { |
| 605 | .model = 7846, | 605 | .model = 7846, |
| 606 | .vref_delay_usecs = 100, | 606 | .vref_delay_usecs = 100, |
| 607 | .pressure_max = 512, | 607 | .pressure_max = 1024, |
| 608 | .debounce_max = 10, | 608 | .debounce_max = 10, |
| 609 | .debounce_tol = 3, | 609 | .debounce_tol = 3, |
| 610 | .debounce_rep = 1, | 610 | .debounce_rep = 1, |
diff --git a/arch/arm/mach-pxa/include/mach/entry-macro.S b/arch/arm/mach-pxa/include/mach/entry-macro.S index 241880608ac6..a73bc86a3c26 100644 --- a/arch/arm/mach-pxa/include/mach/entry-macro.S +++ b/arch/arm/mach-pxa/include/mach/entry-macro.S | |||
| @@ -46,5 +46,6 @@ | |||
| 46 | beq 1001f | 46 | beq 1001f |
| 47 | bic \irqstat, \irqstat, #0x80000000 | 47 | bic \irqstat, \irqstat, #0x80000000 |
| 48 | mov \irqnr, \irqstat, lsr #16 | 48 | mov \irqnr, \irqstat, lsr #16 |
| 49 | add \irqnr, \irqnr, #(PXA_IRQ(0)) | ||
| 49 | 1001: | 50 | 1001: |
| 50 | .endm | 51 | .endm |
diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index be60d6deee8b..653e25be3dd8 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c | |||
| @@ -408,7 +408,7 @@ static struct platform_device keypad_device = { | |||
| 408 | }; | 408 | }; |
| 409 | 409 | ||
| 410 | static struct platform_device rtc_device = { | 410 | static struct platform_device rtc_device = { |
| 411 | .name = "rtc0", | 411 | .name = "rtc-coh901331", |
| 412 | .id = -1, | 412 | .id = -1, |
| 413 | .num_resources = ARRAY_SIZE(rtc_resources), | 413 | .num_resources = ARRAY_SIZE(rtc_resources), |
| 414 | .resource = rtc_resources, | 414 | .resource = rtc_resources, |
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 9264d814cd7a..4958ef2c6254 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
| @@ -388,7 +388,7 @@ config CPU_FEROCEON_OLD_ID | |||
| 388 | 388 | ||
| 389 | # ARMv6 | 389 | # ARMv6 |
| 390 | config CPU_V6 | 390 | config CPU_V6 |
| 391 | bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX | 391 | bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE |
| 392 | select CPU_32v6 | 392 | select CPU_32v6 |
| 393 | select CPU_ABRT_EV6 | 393 | select CPU_ABRT_EV6 |
| 394 | select CPU_PABRT_V6 | 394 | select CPU_PABRT_V6 |
| @@ -764,6 +764,15 @@ config CACHE_L2X0 | |||
| 764 | help | 764 | help |
| 765 | This option enables the L2x0 PrimeCell. | 765 | This option enables the L2x0 PrimeCell. |
| 766 | 766 | ||
| 767 | config CACHE_TAUROS2 | ||
| 768 | bool "Enable the Tauros2 L2 cache controller" | ||
| 769 | depends on ARCH_DOVE | ||
| 770 | default y | ||
| 771 | select OUTER_CACHE | ||
| 772 | help | ||
| 773 | This option enables the Tauros2 L2 cache controller (as | ||
| 774 | found on PJ1/PJ4). | ||
| 775 | |||
| 767 | config CACHE_XSC3L2 | 776 | config CACHE_XSC3L2 |
| 768 | bool "Enable the L2 cache on XScale3" | 777 | bool "Enable the L2 cache on XScale3" |
| 769 | depends on CPU_XSC3 | 778 | depends on CPU_XSC3 |
diff --git a/arch/arm/mm/Makefile b/arch/arm/mm/Makefile index 055cb2aa8134..06bcf2e73858 100644 --- a/arch/arm/mm/Makefile +++ b/arch/arm/mm/Makefile | |||
| @@ -87,4 +87,4 @@ obj-$(CONFIG_CPU_V7) += proc-v7.o | |||
| 87 | obj-$(CONFIG_CACHE_FEROCEON_L2) += cache-feroceon-l2.o | 87 | obj-$(CONFIG_CACHE_FEROCEON_L2) += cache-feroceon-l2.o |
| 88 | obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o | 88 | obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o |
| 89 | obj-$(CONFIG_CACHE_XSC3L2) += cache-xsc3l2.o | 89 | obj-$(CONFIG_CACHE_XSC3L2) += cache-xsc3l2.o |
| 90 | 90 | obj-$(CONFIG_CACHE_TAUROS2) += cache-tauros2.o | |
diff --git a/arch/arm/mm/cache-tauros2.c b/arch/arm/mm/cache-tauros2.c new file mode 100644 index 000000000000..50868651890f --- /dev/null +++ b/arch/arm/mm/cache-tauros2.c | |||
| @@ -0,0 +1,263 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mm/cache-tauros2.c - Tauros2 L2 cache controller support | ||
| 3 | * | ||
| 4 | * Copyright (C) 2008 Marvell Semiconductor | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without any | ||
| 8 | * warranty of any kind, whether express or implied. | ||
| 9 | * | ||
| 10 | * References: | ||
| 11 | * - PJ1 CPU Core Datasheet, | ||
| 12 | * Document ID MV-S104837-01, Rev 0.7, January 24 2008. | ||
| 13 | * - PJ4 CPU Core Datasheet, | ||
| 14 | * Document ID MV-S105190-00, Rev 0.7, March 14 2008. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include <linux/init.h> | ||
| 18 | #include <asm/cacheflush.h> | ||
| 19 | #include <asm/hardware/cache-tauros2.h> | ||
| 20 | |||
| 21 | |||
| 22 | /* | ||
| 23 | * When Tauros2 is used on a CPU that supports the v7 hierarchical | ||
| 24 | * cache operations, the cache handling code in proc-v7.S takes care | ||
| 25 | * of everything, including handling DMA coherency. | ||
| 26 | * | ||
| 27 | * So, we only need to register outer cache operations here if we're | ||
| 28 | * being used on a pre-v7 CPU, and we only need to build support for | ||
| 29 | * outer cache operations into the kernel image if the kernel has been | ||
| 30 | * configured to support a pre-v7 CPU. | ||
| 31 | */ | ||
| 32 | #if __LINUX_ARM_ARCH__ < 7 | ||
| 33 | /* | ||
| 34 | * Low-level cache maintenance operations. | ||
| 35 | */ | ||
| 36 | static inline void tauros2_clean_pa(unsigned long addr) | ||
| 37 | { | ||
| 38 | __asm__("mcr p15, 1, %0, c7, c11, 3" : : "r" (addr)); | ||
| 39 | } | ||
| 40 | |||
| 41 | static inline void tauros2_clean_inv_pa(unsigned long addr) | ||
| 42 | { | ||
| 43 | __asm__("mcr p15, 1, %0, c7, c15, 3" : : "r" (addr)); | ||
| 44 | } | ||
| 45 | |||
| 46 | static inline void tauros2_inv_pa(unsigned long addr) | ||
| 47 | { | ||
| 48 | __asm__("mcr p15, 1, %0, c7, c7, 3" : : "r" (addr)); | ||
| 49 | } | ||
| 50 | |||
| 51 | |||
| 52 | /* | ||
| 53 | * Linux primitives. | ||
| 54 | * | ||
| 55 | * Note that the end addresses passed to Linux primitives are | ||
| 56 | * noninclusive. | ||
| 57 | */ | ||
| 58 | #define CACHE_LINE_SIZE 32 | ||
| 59 | |||
| 60 | static void tauros2_inv_range(unsigned long start, unsigned long end) | ||
| 61 | { | ||
| 62 | /* | ||
| 63 | * Clean and invalidate partial first cache line. | ||
| 64 | */ | ||
| 65 | if (start & (CACHE_LINE_SIZE - 1)) { | ||
| 66 | tauros2_clean_inv_pa(start & ~(CACHE_LINE_SIZE - 1)); | ||
| 67 | start = (start | (CACHE_LINE_SIZE - 1)) + 1; | ||
| 68 | } | ||
| 69 | |||
| 70 | /* | ||
| 71 | * Clean and invalidate partial last cache line. | ||
| 72 | */ | ||
| 73 | if (end & (CACHE_LINE_SIZE - 1)) { | ||
| 74 | tauros2_clean_inv_pa(end & ~(CACHE_LINE_SIZE - 1)); | ||
| 75 | end &= ~(CACHE_LINE_SIZE - 1); | ||
| 76 | } | ||
| 77 | |||
| 78 | /* | ||
| 79 | * Invalidate all full cache lines between 'start' and 'end'. | ||
| 80 | */ | ||
| 81 | while (start < end) { | ||
| 82 | tauros2_inv_pa(start); | ||
| 83 | start += CACHE_LINE_SIZE; | ||
| 84 | } | ||
| 85 | |||
| 86 | dsb(); | ||
| 87 | } | ||
| 88 | |||
| 89 | static void tauros2_clean_range(unsigned long start, unsigned long end) | ||
| 90 | { | ||
| 91 | start &= ~(CACHE_LINE_SIZE - 1); | ||
| 92 | while (start < end) { | ||
| 93 | tauros2_clean_pa(start); | ||
| 94 | start += CACHE_LINE_SIZE; | ||
| 95 | } | ||
| 96 | |||
| 97 | dsb(); | ||
| 98 | } | ||
| 99 | |||
| 100 | static void tauros2_flush_range(unsigned long start, unsigned long end) | ||
| 101 | { | ||
| 102 | start &= ~(CACHE_LINE_SIZE - 1); | ||
| 103 | while (start < end) { | ||
| 104 | tauros2_clean_inv_pa(start); | ||
| 105 | start += CACHE_LINE_SIZE; | ||
| 106 | } | ||
| 107 | |||
| 108 | dsb(); | ||
| 109 | } | ||
| 110 | #endif | ||
| 111 | |||
| 112 | static inline u32 __init read_extra_features(void) | ||
| 113 | { | ||
| 114 | u32 u; | ||
| 115 | |||
| 116 | __asm__("mrc p15, 1, %0, c15, c1, 0" : "=r" (u)); | ||
| 117 | |||
| 118 | return u; | ||
| 119 | } | ||
| 120 | |||
| 121 | static inline void __init write_extra_features(u32 u) | ||
| 122 | { | ||
| 123 | __asm__("mcr p15, 1, %0, c15, c1, 0" : : "r" (u)); | ||
| 124 | } | ||
| 125 | |||
| 126 | static void __init disable_l2_prefetch(void) | ||
| 127 | { | ||
| 128 | u32 u; | ||
| 129 | |||
| 130 | /* | ||
| 131 | * Read the CPU Extra Features register and verify that the | ||
| 132 | * Disable L2 Prefetch bit is set. | ||
| 133 | */ | ||
| 134 | u = read_extra_features(); | ||
| 135 | if (!(u & 0x01000000)) { | ||
| 136 | printk(KERN_INFO "Tauros2: Disabling L2 prefetch.\n"); | ||
| 137 | write_extra_features(u | 0x01000000); | ||
| 138 | } | ||
| 139 | } | ||
| 140 | |||
| 141 | static inline int __init cpuid_scheme(void) | ||
| 142 | { | ||
| 143 | extern int processor_id; | ||
| 144 | |||
| 145 | return !!((processor_id & 0x000f0000) == 0x000f0000); | ||
| 146 | } | ||
| 147 | |||
| 148 | static inline u32 __init read_mmfr3(void) | ||
| 149 | { | ||
| 150 | u32 mmfr3; | ||
| 151 | |||
| 152 | __asm__("mrc p15, 0, %0, c0, c1, 7\n" : "=r" (mmfr3)); | ||
| 153 | |||
| 154 | return mmfr3; | ||
| 155 | } | ||
| 156 | |||
| 157 | static inline u32 __init read_actlr(void) | ||
| 158 | { | ||
| 159 | u32 actlr; | ||
| 160 | |||
| 161 | __asm__("mrc p15, 0, %0, c1, c0, 1\n" : "=r" (actlr)); | ||
| 162 | |||
| 163 | return actlr; | ||
| 164 | } | ||
| 165 | |||
| 166 | static inline void __init write_actlr(u32 actlr) | ||
| 167 | { | ||
| 168 | __asm__("mcr p15, 0, %0, c1, c0, 1\n" : : "r" (actlr)); | ||
| 169 | } | ||
| 170 | |||
| 171 | void __init tauros2_init(void) | ||
| 172 | { | ||
| 173 | extern int processor_id; | ||
| 174 | char *mode; | ||
| 175 | |||
| 176 | disable_l2_prefetch(); | ||
| 177 | |||
| 178 | #ifdef CONFIG_CPU_32v5 | ||
| 179 | if ((processor_id & 0xff0f0000) == 0x56050000) { | ||
| 180 | u32 feat; | ||
| 181 | |||
| 182 | /* | ||
| 183 | * v5 CPUs with Tauros2 have the L2 cache enable bit | ||
| 184 | * located in the CPU Extra Features register. | ||
| 185 | */ | ||
| 186 | feat = read_extra_features(); | ||
| 187 | if (!(feat & 0x00400000)) { | ||
| 188 | printk(KERN_INFO "Tauros2: Enabling L2 cache.\n"); | ||
| 189 | write_extra_features(feat | 0x00400000); | ||
| 190 | } | ||
| 191 | |||
| 192 | mode = "ARMv5"; | ||
| 193 | outer_cache.inv_range = tauros2_inv_range; | ||
| 194 | outer_cache.clean_range = tauros2_clean_range; | ||
| 195 | outer_cache.flush_range = tauros2_flush_range; | ||
| 196 | } | ||
| 197 | #endif | ||
| 198 | |||
| 199 | #ifdef CONFIG_CPU_32v6 | ||
| 200 | /* | ||
| 201 | * Check whether this CPU lacks support for the v7 hierarchical | ||
| 202 | * cache ops. (PJ4 is in its v6 personality mode if the MMFR3 | ||
| 203 | * register indicates no support for the v7 hierarchical cache | ||
| 204 | * ops.) | ||
| 205 | */ | ||
| 206 | if (cpuid_scheme() && (read_mmfr3() & 0xf) == 0) { | ||
| 207 | /* | ||
| 208 | * When Tauros2 is used in an ARMv6 system, the L2 | ||
| 209 | * enable bit is in the ARMv6 ARM-mandated position | ||
| 210 | * (bit [26] of the System Control Register). | ||
| 211 | */ | ||
| 212 | if (!(get_cr() & 0x04000000)) { | ||
| 213 | printk(KERN_INFO "Tauros2: Enabling L2 cache.\n"); | ||
| 214 | adjust_cr(0x04000000, 0x04000000); | ||
| 215 | } | ||
| 216 | |||
| 217 | mode = "ARMv6"; | ||
| 218 | outer_cache.inv_range = tauros2_inv_range; | ||
| 219 | outer_cache.clean_range = tauros2_clean_range; | ||
| 220 | outer_cache.flush_range = tauros2_flush_range; | ||
| 221 | } | ||
| 222 | #endif | ||
| 223 | |||
| 224 | #ifdef CONFIG_CPU_32v7 | ||
| 225 | /* | ||
| 226 | * Check whether this CPU has support for the v7 hierarchical | ||
| 227 | * cache ops. (PJ4 is in its v7 personality mode if the MMFR3 | ||
| 228 | * register indicates support for the v7 hierarchical cache | ||
| 229 | * ops.) | ||
| 230 | * | ||
| 231 | * (Although strictly speaking there may exist CPUs that | ||
| 232 | * implement the v7 cache ops but are only ARMv6 CPUs (due to | ||
| 233 | * not complying with all of the other ARMv7 requirements), | ||
| 234 | * there are no real-life examples of Tauros2 being used on | ||
| 235 | * such CPUs as of yet.) | ||
| 236 | */ | ||
| 237 | if (cpuid_scheme() && (read_mmfr3() & 0xf) == 1) { | ||
| 238 | u32 actlr; | ||
| 239 | |||
| 240 | /* | ||
| 241 | * When Tauros2 is used in an ARMv7 system, the L2 | ||
| 242 | * enable bit is located in the Auxiliary System Control | ||
| 243 | * Register (which is the only register allowed by the | ||
| 244 | * ARMv7 spec to contain fine-grained cache control bits). | ||
| 245 | */ | ||
| 246 | actlr = read_actlr(); | ||
| 247 | if (!(actlr & 0x00000002)) { | ||
| 248 | printk(KERN_INFO "Tauros2: Enabling L2 cache.\n"); | ||
| 249 | write_actlr(actlr | 0x00000002); | ||
| 250 | } | ||
| 251 | |||
| 252 | mode = "ARMv7"; | ||
| 253 | } | ||
| 254 | #endif | ||
| 255 | |||
| 256 | if (mode == NULL) { | ||
| 257 | printk(KERN_CRIT "Tauros2: Unable to detect CPU mode.\n"); | ||
| 258 | return; | ||
| 259 | } | ||
| 260 | |||
| 261 | printk(KERN_INFO "Tauros2: L2 cache support initialised " | ||
| 262 | "in %s mode.\n", mode); | ||
| 263 | } | ||
diff --git a/arch/arm/mm/proc-v6.S b/arch/arm/mm/proc-v6.S index 70f75d2e3ead..5485c821101c 100644 --- a/arch/arm/mm/proc-v6.S +++ b/arch/arm/mm/proc-v6.S | |||
| @@ -130,9 +130,16 @@ ENTRY(cpu_v6_set_pte_ext) | |||
| 130 | 130 | ||
| 131 | 131 | ||
| 132 | 132 | ||
| 133 | 133 | .type cpu_v6_name, #object | |
| 134 | cpu_v6_name: | 134 | cpu_v6_name: |
| 135 | .asciz "ARMv6-compatible processor" | 135 | .asciz "ARMv6-compatible processor" |
| 136 | .size cpu_v6_name, . - cpu_v6_name | ||
| 137 | |||
| 138 | .type cpu_pj4_name, #object | ||
| 139 | cpu_pj4_name: | ||
| 140 | .asciz "Marvell PJ4 processor" | ||
| 141 | .size cpu_pj4_name, . - cpu_pj4_name | ||
| 142 | |||
| 136 | .align | 143 | .align |
| 137 | 144 | ||
| 138 | __INIT | 145 | __INIT |
| @@ -241,3 +248,27 @@ __v6_proc_info: | |||
| 241 | .long v6_user_fns | 248 | .long v6_user_fns |
| 242 | .long v6_cache_fns | 249 | .long v6_cache_fns |
| 243 | .size __v6_proc_info, . - __v6_proc_info | 250 | .size __v6_proc_info, . - __v6_proc_info |
| 251 | |||
| 252 | .type __pj4_v6_proc_info, #object | ||
| 253 | __pj4_v6_proc_info: | ||
| 254 | .long 0x560f5810 | ||
| 255 | .long 0xff0ffff0 | ||
| 256 | .long PMD_TYPE_SECT | \ | ||
| 257 | PMD_SECT_BUFFERABLE | \ | ||
| 258 | PMD_SECT_CACHEABLE | \ | ||
| 259 | PMD_SECT_AP_WRITE | \ | ||
| 260 | PMD_SECT_AP_READ | ||
| 261 | .long PMD_TYPE_SECT | \ | ||
| 262 | PMD_SECT_XN | \ | ||
| 263 | PMD_SECT_AP_WRITE | \ | ||
| 264 | PMD_SECT_AP_READ | ||
| 265 | b __v6_setup | ||
| 266 | .long cpu_arch_name | ||
| 267 | .long cpu_elf_name | ||
| 268 | .long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP | ||
| 269 | .long cpu_pj4_name | ||
| 270 | .long v6_processor_functions | ||
| 271 | .long v6wbi_tlb_fns | ||
| 272 | .long v6_user_fns | ||
| 273 | .long v6_cache_fns | ||
| 274 | .size __pj4_v6_proc_info, . - __pj4_v6_proc_info | ||
diff --git a/arch/arm/mm/proc-xsc3.S b/arch/arm/mm/proc-xsc3.S index 2028f3702881..fab134e29826 100644 --- a/arch/arm/mm/proc-xsc3.S +++ b/arch/arm/mm/proc-xsc3.S | |||
| @@ -396,7 +396,7 @@ __xsc3_setup: | |||
| 396 | orr r4, r4, #0x18 @ cache the page table in L2 | 396 | orr r4, r4, #0x18 @ cache the page table in L2 |
| 397 | mcr p15, 0, r4, c2, c0, 0 @ load page table pointer | 397 | mcr p15, 0, r4, c2, c0, 0 @ load page table pointer |
| 398 | 398 | ||
| 399 | mov r0, #0 @ don't allow CP access | 399 | mov r0, #1 << 6 @ cp6 access for early sched_clock |
| 400 | mcr p15, 0, r0, c15, c1, 0 @ write CP access register | 400 | mcr p15, 0, r0, c15, c1, 0 @ write CP access register |
| 401 | 401 | ||
| 402 | mrc p15, 0, r0, c1, c0, 1 @ get auxiliary control reg | 402 | mrc p15, 0, r0, c1, c0, 1 @ get auxiliary control reg |
diff --git a/arch/arm/plat-iop/time.c b/arch/arm/plat-iop/time.c index 8da95d57c21f..6c8a02ad98e3 100644 --- a/arch/arm/plat-iop/time.c +++ b/arch/arm/plat-iop/time.c | |||
| @@ -19,6 +19,8 @@ | |||
| 19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
| 20 | #include <linux/timex.h> | 20 | #include <linux/timex.h> |
| 21 | #include <linux/io.h> | 21 | #include <linux/io.h> |
| 22 | #include <linux/clocksource.h> | ||
| 23 | #include <linux/clockchips.h> | ||
| 22 | #include <mach/hardware.h> | 24 | #include <mach/hardware.h> |
| 23 | #include <asm/irq.h> | 25 | #include <asm/irq.h> |
| 24 | #include <asm/uaccess.h> | 26 | #include <asm/uaccess.h> |
| @@ -26,45 +28,136 @@ | |||
| 26 | #include <asm/mach/time.h> | 28 | #include <asm/mach/time.h> |
| 27 | #include <mach/time.h> | 29 | #include <mach/time.h> |
| 28 | 30 | ||
| 31 | /* | ||
| 32 | * IOP clocksource (free-running timer 1). | ||
| 33 | */ | ||
| 34 | static cycle_t iop_clocksource_read(struct clocksource *unused) | ||
| 35 | { | ||
| 36 | return 0xffffffffu - read_tcr1(); | ||
| 37 | } | ||
| 38 | |||
| 39 | static struct clocksource iop_clocksource = { | ||
| 40 | .name = "iop_timer1", | ||
| 41 | .rating = 300, | ||
| 42 | .read = iop_clocksource_read, | ||
| 43 | .mask = CLOCKSOURCE_MASK(32), | ||
| 44 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | ||
| 45 | }; | ||
| 46 | |||
| 47 | static void __init iop_clocksource_set_hz(struct clocksource *cs, unsigned int hz) | ||
| 48 | { | ||
| 49 | u64 temp; | ||
| 50 | u32 shift; | ||
| 51 | |||
| 52 | /* Find shift and mult values for hz. */ | ||
| 53 | shift = 32; | ||
| 54 | do { | ||
| 55 | temp = (u64) NSEC_PER_SEC << shift; | ||
| 56 | do_div(temp, hz); | ||
| 57 | if ((temp >> 32) == 0) | ||
| 58 | break; | ||
| 59 | } while (--shift != 0); | ||
| 60 | |||
| 61 | cs->shift = shift; | ||
| 62 | cs->mult = (u32) temp; | ||
| 63 | |||
| 64 | printk(KERN_INFO "clocksource: %s uses shift %u mult %#x\n", | ||
| 65 | cs->name, cs->shift, cs->mult); | ||
| 66 | } | ||
| 67 | |||
| 68 | /* | ||
| 69 | * IOP sched_clock() implementation via its clocksource. | ||
| 70 | */ | ||
| 71 | unsigned long long sched_clock(void) | ||
| 72 | { | ||
| 73 | cycle_t cyc = iop_clocksource_read(NULL); | ||
| 74 | struct clocksource *cs = &iop_clocksource; | ||
| 75 | |||
| 76 | return clocksource_cyc2ns(cyc, cs->mult, cs->shift); | ||
| 77 | } | ||
| 78 | |||
| 79 | /* | ||
| 80 | * IOP clockevents (interrupting timer 0). | ||
| 81 | */ | ||
| 82 | static int iop_set_next_event(unsigned long delta, | ||
| 83 | struct clock_event_device *unused) | ||
| 84 | { | ||
| 85 | u32 tmr = IOP_TMR_PRIVILEGED | IOP_TMR_RATIO_1_1; | ||
| 86 | |||
| 87 | BUG_ON(delta == 0); | ||
| 88 | write_tmr0(tmr & ~(IOP_TMR_EN | IOP_TMR_RELOAD)); | ||
| 89 | write_tcr0(delta); | ||
| 90 | write_tmr0((tmr & ~IOP_TMR_RELOAD) | IOP_TMR_EN); | ||
| 91 | |||
| 92 | return 0; | ||
| 93 | } | ||
| 94 | |||
| 29 | static unsigned long ticks_per_jiffy; | 95 | static unsigned long ticks_per_jiffy; |
| 30 | static unsigned long ticks_per_usec; | ||
| 31 | static unsigned long next_jiffy_time; | ||
| 32 | 96 | ||
| 33 | unsigned long iop_gettimeoffset(void) | 97 | static void iop_set_mode(enum clock_event_mode mode, |
| 98 | struct clock_event_device *unused) | ||
| 34 | { | 99 | { |
| 35 | unsigned long offset, temp; | 100 | u32 tmr = read_tmr0(); |
| 101 | |||
| 102 | switch (mode) { | ||
| 103 | case CLOCK_EVT_MODE_PERIODIC: | ||
| 104 | write_tmr0(tmr & ~IOP_TMR_EN); | ||
| 105 | write_tcr0(ticks_per_jiffy - 1); | ||
| 106 | tmr |= (IOP_TMR_RELOAD | IOP_TMR_EN); | ||
| 107 | break; | ||
| 108 | case CLOCK_EVT_MODE_ONESHOT: | ||
| 109 | /* ->set_next_event sets period and enables timer */ | ||
| 110 | tmr &= ~(IOP_TMR_RELOAD | IOP_TMR_EN); | ||
| 111 | break; | ||
| 112 | case CLOCK_EVT_MODE_RESUME: | ||
| 113 | tmr |= IOP_TMR_EN; | ||
| 114 | break; | ||
| 115 | case CLOCK_EVT_MODE_SHUTDOWN: | ||
| 116 | case CLOCK_EVT_MODE_UNUSED: | ||
| 117 | default: | ||
| 118 | tmr &= ~IOP_TMR_EN; | ||
| 119 | break; | ||
| 120 | } | ||
| 36 | 121 | ||
| 37 | /* enable cp6, if necessary, to avoid taking the overhead of an | 122 | write_tmr0(tmr); |
| 38 | * undefined instruction trap | 123 | } |
| 39 | */ | 124 | |
| 40 | asm volatile ( | 125 | static struct clock_event_device iop_clockevent = { |
| 41 | "mrc p15, 0, %0, c15, c1, 0\n\t" | 126 | .name = "iop_timer0", |
| 42 | "tst %0, #(1 << 6)\n\t" | 127 | .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT, |
| 43 | "orreq %0, %0, #(1 << 6)\n\t" | 128 | .rating = 300, |
| 44 | "mcreq p15, 0, %0, c15, c1, 0\n\t" | 129 | .set_next_event = iop_set_next_event, |
| 45 | #ifdef CONFIG_CPU_XSCALE | 130 | .set_mode = iop_set_mode, |
| 46 | "mrceq p15, 0, %0, c15, c1, 0\n\t" | 131 | }; |
| 47 | "moveq %0, %0\n\t" | 132 | |
| 48 | "subeq pc, pc, #4\n\t" | 133 | static void __init iop_clockevent_set_hz(struct clock_event_device *ce, unsigned int hz) |
| 49 | #endif | 134 | { |
| 50 | : "=r"(temp) : : "cc"); | 135 | u64 temp; |
| 51 | 136 | u32 shift; | |
| 52 | offset = next_jiffy_time - read_tcr1(); | 137 | |
| 53 | 138 | /* Find shift and mult values for hz. */ | |
| 54 | return offset / ticks_per_usec; | 139 | shift = 32; |
| 140 | do { | ||
| 141 | temp = (u64) hz << shift; | ||
| 142 | do_div(temp, NSEC_PER_SEC); | ||
| 143 | if ((temp >> 32) == 0) | ||
| 144 | break; | ||
| 145 | } while (--shift != 0); | ||
| 146 | |||
| 147 | ce->shift = shift; | ||
| 148 | ce->mult = (u32) temp; | ||
| 149 | |||
| 150 | printk(KERN_INFO "clockevent: %s uses shift %u mult %#lx\n", | ||
| 151 | ce->name, ce->shift, ce->mult); | ||
| 55 | } | 152 | } |
| 56 | 153 | ||
| 57 | static irqreturn_t | 154 | static irqreturn_t |
| 58 | iop_timer_interrupt(int irq, void *dev_id) | 155 | iop_timer_interrupt(int irq, void *dev_id) |
| 59 | { | 156 | { |
| 60 | write_tisr(1); | 157 | struct clock_event_device *evt = dev_id; |
| 61 | |||
| 62 | while ((signed long)(next_jiffy_time - read_tcr1()) | ||
| 63 | >= ticks_per_jiffy) { | ||
| 64 | timer_tick(); | ||
| 65 | next_jiffy_time -= ticks_per_jiffy; | ||
| 66 | } | ||
| 67 | 158 | ||
| 159 | write_tisr(1); | ||
| 160 | evt->event_handler(evt); | ||
| 68 | return IRQ_HANDLED; | 161 | return IRQ_HANDLED; |
| 69 | } | 162 | } |
| 70 | 163 | ||
| @@ -72,6 +165,7 @@ static struct irqaction iop_timer_irq = { | |||
| 72 | .name = "IOP Timer Tick", | 165 | .name = "IOP Timer Tick", |
| 73 | .handler = iop_timer_interrupt, | 166 | .handler = iop_timer_interrupt, |
| 74 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, | 167 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, |
| 168 | .dev_id = &iop_clockevent, | ||
| 75 | }; | 169 | }; |
| 76 | 170 | ||
| 77 | static unsigned long iop_tick_rate; | 171 | static unsigned long iop_tick_rate; |
| @@ -86,21 +180,33 @@ void __init iop_init_time(unsigned long tick_rate) | |||
| 86 | u32 timer_ctl; | 180 | u32 timer_ctl; |
| 87 | 181 | ||
| 88 | ticks_per_jiffy = DIV_ROUND_CLOSEST(tick_rate, HZ); | 182 | ticks_per_jiffy = DIV_ROUND_CLOSEST(tick_rate, HZ); |
| 89 | ticks_per_usec = tick_rate / 1000000; | ||
| 90 | next_jiffy_time = 0xffffffff; | ||
| 91 | iop_tick_rate = tick_rate; | 183 | iop_tick_rate = tick_rate; |
| 92 | 184 | ||
| 93 | timer_ctl = IOP_TMR_EN | IOP_TMR_PRIVILEGED | | 185 | timer_ctl = IOP_TMR_EN | IOP_TMR_PRIVILEGED | |
| 94 | IOP_TMR_RELOAD | IOP_TMR_RATIO_1_1; | 186 | IOP_TMR_RELOAD | IOP_TMR_RATIO_1_1; |
| 95 | 187 | ||
| 96 | /* | 188 | /* |
| 97 | * We use timer 0 for our timer interrupt, and timer 1 as | 189 | * Set up interrupting clockevent timer 0. |
| 98 | * monotonic counter for tracking missed jiffies. | ||
| 99 | */ | 190 | */ |
| 191 | write_tmr0(timer_ctl & ~IOP_TMR_EN); | ||
| 192 | setup_irq(IRQ_IOP_TIMER0, &iop_timer_irq); | ||
| 193 | iop_clockevent_set_hz(&iop_clockevent, tick_rate); | ||
| 194 | iop_clockevent.max_delta_ns = | ||
| 195 | clockevent_delta2ns(0xfffffffe, &iop_clockevent); | ||
| 196 | iop_clockevent.min_delta_ns = | ||
| 197 | clockevent_delta2ns(0xf, &iop_clockevent); | ||
| 198 | iop_clockevent.cpumask = cpumask_of(0); | ||
| 199 | clockevents_register_device(&iop_clockevent); | ||
| 100 | write_trr0(ticks_per_jiffy - 1); | 200 | write_trr0(ticks_per_jiffy - 1); |
| 201 | write_tcr0(ticks_per_jiffy - 1); | ||
| 101 | write_tmr0(timer_ctl); | 202 | write_tmr0(timer_ctl); |
| 203 | |||
| 204 | /* | ||
| 205 | * Set up free-running clocksource timer 1. | ||
| 206 | */ | ||
| 102 | write_trr1(0xffffffff); | 207 | write_trr1(0xffffffff); |
| 208 | write_tcr1(0xffffffff); | ||
| 103 | write_tmr1(timer_ctl); | 209 | write_tmr1(timer_ctl); |
| 104 | 210 | iop_clocksource_set_hz(&iop_clocksource, tick_rate); | |
| 105 | setup_irq(IRQ_IOP_TIMER0, &iop_timer_irq); | 211 | clocksource_register(&iop_clocksource); |
| 106 | } | 212 | } |
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index ca5c7c226341..8b0a1ee039fa 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
| @@ -69,10 +69,20 @@ config MXC_PWM | |||
| 69 | help | 69 | help |
| 70 | Enable support for the i.MX PWM controller(s). | 70 | Enable support for the i.MX PWM controller(s). |
| 71 | 71 | ||
| 72 | config MXC_ULPI | ||
| 73 | bool | ||
| 74 | |||
| 72 | config ARCH_HAS_RNGA | 75 | config ARCH_HAS_RNGA |
| 73 | bool | 76 | bool |
| 74 | depends on ARCH_MXC | 77 | depends on ARCH_MXC |
| 75 | 78 | ||
| 76 | config ARCH_MXC_IOMUX_V3 | 79 | config ARCH_MXC_IOMUX_V3 |
| 77 | bool | 80 | bool |
| 81 | |||
| 82 | config ARCH_MXC_AUDMUX_V1 | ||
| 83 | bool | ||
| 84 | |||
| 85 | config ARCH_MXC_AUDMUX_V2 | ||
| 86 | bool | ||
| 87 | |||
| 78 | endif | 88 | endif |
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile index e3212c8ff421..4cbca9da1505 100644 --- a/arch/arm/plat-mxc/Makefile +++ b/arch/arm/plat-mxc/Makefile | |||
| @@ -9,3 +9,6 @@ obj-$(CONFIG_ARCH_MX1) += iomux-mx1-mx2.o dma-mx1-mx2.o | |||
| 9 | obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o dma-mx1-mx2.o | 9 | obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o dma-mx1-mx2.o |
| 10 | obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o | 10 | obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o |
| 11 | obj-$(CONFIG_MXC_PWM) += pwm.o | 11 | obj-$(CONFIG_MXC_PWM) += pwm.o |
| 12 | obj-$(CONFIG_MXC_ULPI) += ulpi.o | ||
| 13 | obj-$(CONFIG_ARCH_MXC_AUDMUX_V1) += audmux-v1.o | ||
| 14 | obj-$(CONFIG_ARCH_MXC_AUDMUX_V2) += audmux-v2.o | ||
diff --git a/arch/arm/plat-mxc/audmux-v1.c b/arch/arm/plat-mxc/audmux-v1.c new file mode 100644 index 000000000000..70ab5aff2b9e --- /dev/null +++ b/arch/arm/plat-mxc/audmux-v1.c | |||
| @@ -0,0 +1,53 @@ | |||
| 1 | /* | ||
| 2 | * Copyright 2009 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de> | ||
| 3 | * | ||
| 4 | * Initial development of this code was funded by | ||
| 5 | * Phytec Messtechnik GmbH, http://www.phytec.de | ||
| 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 | * 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 | * You should have received a copy of the GNU General Public License | ||
| 18 | * along with this program; if not, write to the Free Software | ||
| 19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 20 | */ | ||
| 21 | |||
| 22 | #include <linux/module.h> | ||
| 23 | #include <linux/err.h> | ||
| 24 | #include <linux/io.h> | ||
| 25 | #include <linux/clk.h> | ||
| 26 | #include <mach/audmux.h> | ||
| 27 | #include <mach/hardware.h> | ||
| 28 | |||
| 29 | static void __iomem *audmux_base; | ||
| 30 | |||
| 31 | #define MXC_AUDMUX_V1_PCR(x) ((x) * 4) | ||
| 32 | |||
| 33 | int mxc_audmux_v1_configure_port(unsigned int port, unsigned int pcr) | ||
| 34 | { | ||
| 35 | if (!audmux_base) { | ||
| 36 | printk("%s: not configured\n", __func__); | ||
| 37 | return -ENOSYS; | ||
| 38 | } | ||
| 39 | |||
| 40 | writel(pcr, audmux_base + MXC_AUDMUX_V1_PCR(port)); | ||
| 41 | |||
| 42 | return 0; | ||
| 43 | } | ||
| 44 | EXPORT_SYMBOL_GPL(mxc_audmux_v1_configure_port); | ||
| 45 | |||
| 46 | static int mxc_audmux_v1_init(void) | ||
| 47 | { | ||
| 48 | if (cpu_is_mx27() || cpu_is_mx21()) | ||
| 49 | audmux_base = IO_ADDRESS(AUDMUX_BASE_ADDR); | ||
| 50 | return 0; | ||
| 51 | } | ||
| 52 | |||
| 53 | postcore_initcall(mxc_audmux_v1_init); | ||
diff --git a/arch/arm/plat-mxc/audmux-v2.c b/arch/arm/plat-mxc/audmux-v2.c new file mode 100644 index 000000000000..6f21096086fd --- /dev/null +++ b/arch/arm/plat-mxc/audmux-v2.c | |||
| @@ -0,0 +1,74 @@ | |||
| 1 | /* | ||
| 2 | * Copyright 2009 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de> | ||
| 3 | * | ||
| 4 | * Initial development of this code was funded by | ||
| 5 | * Phytec Messtechnik GmbH, http://www.phytec.de | ||
| 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 | * 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 | * You should have received a copy of the GNU General Public License | ||
| 18 | * along with this program; if not, write to the Free Software | ||
| 19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 20 | */ | ||
| 21 | |||
| 22 | #include <linux/module.h> | ||
| 23 | #include <linux/err.h> | ||
| 24 | #include <linux/io.h> | ||
| 25 | #include <linux/clk.h> | ||
| 26 | #include <mach/audmux.h> | ||
| 27 | #include <mach/hardware.h> | ||
| 28 | |||
| 29 | static struct clk *audmux_clk; | ||
| 30 | static void __iomem *audmux_base; | ||
| 31 | |||
| 32 | #define MXC_AUDMUX_V2_PTCR(x) ((x) * 8) | ||
| 33 | #define MXC_AUDMUX_V2_PDCR(x) ((x) * 8 + 4) | ||
| 34 | |||
| 35 | int mxc_audmux_v2_configure_port(unsigned int port, unsigned int ptcr, | ||
| 36 | unsigned int pdcr) | ||
| 37 | { | ||
| 38 | if (!audmux_base) | ||
| 39 | return -ENOSYS; | ||
| 40 | |||
| 41 | if (audmux_clk) | ||
| 42 | clk_enable(audmux_clk); | ||
| 43 | |||
| 44 | writel(ptcr, audmux_base + MXC_AUDMUX_V2_PTCR(port)); | ||
| 45 | writel(pdcr, audmux_base + MXC_AUDMUX_V2_PDCR(port)); | ||
| 46 | |||
| 47 | if (audmux_clk) | ||
| 48 | clk_disable(audmux_clk); | ||
| 49 | |||
| 50 | return 0; | ||
| 51 | } | ||
| 52 | EXPORT_SYMBOL_GPL(mxc_audmux_v2_configure_port); | ||
| 53 | |||
| 54 | static int mxc_audmux_v2_init(void) | ||
| 55 | { | ||
| 56 | int ret; | ||
| 57 | |||
| 58 | if (cpu_is_mx35()) { | ||
| 59 | audmux_clk = clk_get(NULL, "audmux"); | ||
| 60 | if (IS_ERR(audmux_clk)) { | ||
| 61 | ret = PTR_ERR(audmux_clk); | ||
| 62 | printk(KERN_ERR "%s: cannot get clock: %d\n", __func__, | ||
| 63 | ret); | ||
| 64 | return ret; | ||
| 65 | } | ||
| 66 | } | ||
| 67 | |||
| 68 | if (cpu_is_mx31() || cpu_is_mx35()) | ||
| 69 | audmux_base = IO_ADDRESS(AUDMUX_BASE_ADDR); | ||
| 70 | |||
| 71 | return 0; | ||
| 72 | } | ||
| 73 | |||
| 74 | postcore_initcall(mxc_audmux_v2_init); | ||
diff --git a/arch/arm/plat-mxc/dma-mx1-mx2.c b/arch/arm/plat-mxc/dma-mx1-mx2.c index 77646436c00e..9c1b3f9c4f4d 100644 --- a/arch/arm/plat-mxc/dma-mx1-mx2.c +++ b/arch/arm/plat-mxc/dma-mx1-mx2.c | |||
| @@ -156,7 +156,8 @@ static inline int imx_dma_sg_next(int channel, struct scatterlist *sg) | |||
| 156 | } | 156 | } |
| 157 | 157 | ||
| 158 | now = min(imxdma->resbytes, sg->length); | 158 | now = min(imxdma->resbytes, sg->length); |
| 159 | imxdma->resbytes -= now; | 159 | if (imxdma->resbytes != IMX_DMA_LENGTH_LOOP) |
| 160 | imxdma->resbytes -= now; | ||
| 160 | 161 | ||
| 161 | if ((imxdma->dma_mode & DMA_MODE_MASK) == DMA_MODE_READ) | 162 | if ((imxdma->dma_mode & DMA_MODE_MASK) == DMA_MODE_READ) |
| 162 | __raw_writel(sg->dma_address, DMA_BASE + DMA_DAR(channel)); | 163 | __raw_writel(sg->dma_address, DMA_BASE + DMA_DAR(channel)); |
diff --git a/arch/arm/plat-mxc/gpio.c b/arch/arm/plat-mxc/gpio.c index cfc4a8b43e6a..d65ebe303b9f 100644 --- a/arch/arm/plat-mxc/gpio.c +++ b/arch/arm/plat-mxc/gpio.c | |||
| @@ -282,7 +282,7 @@ int __init mxc_gpio_init(struct mxc_gpio_port *port, int cnt) | |||
| 282 | for (j = port[i].virtual_irq_start; | 282 | for (j = port[i].virtual_irq_start; |
| 283 | j < port[i].virtual_irq_start + 32; j++) { | 283 | j < port[i].virtual_irq_start + 32; j++) { |
| 284 | set_irq_chip(j, &gpio_irq_chip); | 284 | set_irq_chip(j, &gpio_irq_chip); |
| 285 | set_irq_handler(j, handle_edge_irq); | 285 | set_irq_handler(j, handle_level_irq); |
| 286 | set_irq_flags(j, IRQF_VALID); | 286 | set_irq_flags(j, IRQF_VALID); |
| 287 | } | 287 | } |
| 288 | 288 | ||
diff --git a/arch/arm/plat-mxc/include/mach/audmux.h b/arch/arm/plat-mxc/include/mach/audmux.h new file mode 100644 index 000000000000..5cd6466964af --- /dev/null +++ b/arch/arm/plat-mxc/include/mach/audmux.h | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | #ifndef __MACH_AUDMUX_H | ||
| 2 | #define __MACH_AUDMUX_H | ||
| 3 | |||
| 4 | #define MX27_AUDMUX_HPCR1_SSI0 0 | ||
| 5 | #define MX27_AUDMUX_HPCR2_SSI1 1 | ||
| 6 | #define MX27_AUDMUX_HPCR3_SSI_PINS_4 2 | ||
| 7 | #define MX27_AUDMUX_PPCR1_SSI_PINS_1 3 | ||
| 8 | #define MX27_AUDMUX_PPCR2_SSI_PINS_2 4 | ||
| 9 | #define MX27_AUDMUX_PPCR3_SSI_PINS_3 5 | ||
| 10 | |||
| 11 | #define MX31_AUDMUX_PORT1_SSI0 0 | ||
| 12 | #define MX31_AUDMUX_PORT2_SSI1 1 | ||
| 13 | #define MX31_AUDMUX_PORT3_SSI_PINS_3 2 | ||
| 14 | #define MX31_AUDMUX_PORT4_SSI_PINS_4 3 | ||
| 15 | #define MX31_AUDMUX_PORT5_SSI_PINS_5 4 | ||
| 16 | #define MX31_AUDMUX_PORT6_SSI_PINS_6 5 | ||
| 17 | |||
| 18 | /* Register definitions for the i.MX21/27 Digital Audio Multiplexer */ | ||
| 19 | #define MXC_AUDMUX_V1_PCR_INMMASK(x) ((x) & 0xff) | ||
| 20 | #define MXC_AUDMUX_V1_PCR_INMEN (1 << 8) | ||
| 21 | #define MXC_AUDMUX_V1_PCR_TXRXEN (1 << 10) | ||
| 22 | #define MXC_AUDMUX_V1_PCR_SYN (1 << 12) | ||
| 23 | #define MXC_AUDMUX_V1_PCR_RXDSEL(x) (((x) & 0x7) << 13) | ||
| 24 | #define MXC_AUDMUX_V1_PCR_RFCSEL(x) (((x) & 0xf) << 20) | ||
| 25 | #define MXC_AUDMUX_V1_PCR_RCLKDIR (1 << 24) | ||
| 26 | #define MXC_AUDMUX_V1_PCR_RFSDIR (1 << 25) | ||
| 27 | #define MXC_AUDMUX_V1_PCR_TFCSEL(x) (((x) & 0xf) << 26) | ||
| 28 | #define MXC_AUDMUX_V1_PCR_TCLKDIR (1 << 30) | ||
| 29 | #define MXC_AUDMUX_V1_PCR_TFSDIR (1 << 31) | ||
| 30 | |||
| 31 | /* Register definitions for the i.MX25/31/35 Digital Audio Multiplexer */ | ||
| 32 | #define MXC_AUDMUX_V2_PTCR_TFSDIR (1 << 31) | ||
| 33 | #define MXC_AUDMUX_V2_PTCR_TFSEL(x) (((x) & 0xf) << 27) | ||
| 34 | #define MXC_AUDMUX_V2_PTCR_TCLKDIR (1 << 26) | ||
| 35 | #define MXC_AUDMUX_V2_PTCR_TCSEL(x) (((x) & 0xf) << 22) | ||
| 36 | #define MXC_AUDMUX_V2_PTCR_RFSDIR (1 << 21) | ||
| 37 | #define MXC_AUDMUX_V2_PTCR_RFSEL(x) (((x) & 0xf) << 17) | ||
| 38 | #define MXC_AUDMUX_V2_PTCR_RCLKDIR (1 << 16) | ||
| 39 | #define MXC_AUDMUX_V2_PTCR_RCSEL(x) (((x) & 0xf) << 12) | ||
| 40 | #define MXC_AUDMUX_V2_PTCR_SYN (1 << 11) | ||
| 41 | |||
| 42 | #define MXC_AUDMUX_V2_PDCR_RXDSEL(x) (((x) & 0x7) << 13) | ||
| 43 | #define MXC_AUDMUX_V2_PDCR_TXRXEN (1 << 12) | ||
| 44 | #define MXC_AUDMUX_V2_PDCR_MODE(x) (((x) & 0x3) << 8) | ||
| 45 | #define MXC_AUDMUX_V2_PDCR_INMMASK(x) ((x) & 0xff) | ||
| 46 | |||
| 47 | int mxc_audmux_v1_configure_port(unsigned int port, unsigned int pcr); | ||
| 48 | |||
| 49 | int mxc_audmux_v2_configure_port(unsigned int port, unsigned int ptcr, | ||
| 50 | unsigned int pdcr); | ||
| 51 | |||
| 52 | #endif /* __MACH_AUDMUX_H */ | ||
diff --git a/arch/arm/plat-mxc/include/mach/board-mx31lite.h b/arch/arm/plat-mxc/include/mach/board-mx31lite.h index 8e64325d6905..0184b638c268 100644 --- a/arch/arm/plat-mxc/include/mach/board-mx31lite.h +++ b/arch/arm/plat-mxc/include/mach/board-mx31lite.h | |||
| @@ -1,15 +1,42 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright 2007 Freescale Semiconductor, Inc. All Rights Reserved. | 2 | * Copyright 2007 Freescale Semiconductor, Inc. All Rights Reserved. |
| 3 | * Copyright (C) 2009 Daniel Mack <daniel@caiaq.de> | ||
| 4 | * | ||
| 5 | * Based on code for mobots boards, | ||
| 6 | * Copyright (C) 2009 Valentin Longchamp, EPFL Mobots group | ||
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or | ||
| 9 | * modify it under the terms of the GNU General Public License | ||
| 10 | * as published by the Free Software Foundation; either version 2 | ||
| 11 | * of the License, or (at your option) any later version. | ||
| 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 | * You should have received a copy of the GNU General Public License | ||
| 18 | * along with this program; if not, write to the Free Software | ||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
| 20 | * MA 02110-1301, USA. | ||
| 3 | */ | 21 | */ |
| 4 | 22 | ||
| 23 | #ifndef __ASM_ARCH_MXC_BOARD_MX31LITE_H__ | ||
| 24 | #define __ASM_ARCH_MXC_BOARD_MX31LITE_H__ | ||
| 25 | |||
| 26 | #ifndef __ASSEMBLY__ | ||
| 27 | |||
| 28 | enum mx31lilly_boards { | ||
| 29 | MX31LITE_NOBOARD = 0, | ||
| 30 | MX31LITE_DB = 1, | ||
| 31 | }; | ||
| 32 | |||
| 5 | /* | 33 | /* |
| 6 | * This program is free software; you can redistribute it and/or modify | 34 | * This CPU module needs a baseboard to work. After basic initializing |
| 7 | * it under the terms of the GNU General Public License version 2 as | 35 | * its own devices, it calls baseboard's init function. |
| 8 | * published by the Free Software Foundation. | ||
| 9 | */ | 36 | */ |
| 10 | 37 | ||
| 11 | #ifndef __ASM_ARCH_MXC_BOARD_MX31LITE_H__ | 38 | extern void mx31lite_db_init(void); |
| 12 | #define __ASM_ARCH_MXC_BOARD_MX31LITE_H__ | ||
| 13 | 39 | ||
| 14 | #endif /* __ASM_ARCH_MXC_BOARD_MX31LITE_H__ */ | 40 | #endif |
| 15 | 41 | ||
| 42 | #endif /* __ASM_ARCH_MXC_BOARD_MX31LITE_H__ */ | ||
diff --git a/arch/arm/plat-mxc/include/mach/dma-mx1-mx2.h b/arch/arm/plat-mxc/include/mach/dma-mx1-mx2.h index b3876cc238ca..07be8ad7ec37 100644 --- a/arch/arm/plat-mxc/include/mach/dma-mx1-mx2.h +++ b/arch/arm/plat-mxc/include/mach/dma-mx1-mx2.h | |||
| @@ -58,6 +58,14 @@ imx_dma_setup_single(int channel, dma_addr_t dma_address, | |||
| 58 | unsigned int dma_length, unsigned int dev_addr, | 58 | unsigned int dma_length, unsigned int dev_addr, |
| 59 | unsigned int dmamode); | 59 | unsigned int dmamode); |
| 60 | 60 | ||
| 61 | |||
| 62 | /* | ||
| 63 | * Use this flag as the dma_length argument to imx_dma_setup_sg() | ||
| 64 | * to create an endless running dma loop. The end of the scatterlist | ||
| 65 | * must be linked to the beginning for this to work. | ||
| 66 | */ | ||
| 67 | #define IMX_DMA_LENGTH_LOOP ((unsigned int)-1) | ||
| 68 | |||
| 61 | int | 69 | int |
| 62 | imx_dma_setup_sg(int channel, struct scatterlist *sg, | 70 | imx_dma_setup_sg(int channel, struct scatterlist *sg, |
| 63 | unsigned int sgcount, unsigned int dma_length, | 71 | unsigned int sgcount, unsigned int dma_length, |
diff --git a/arch/arm/plat-mxc/include/mach/iomux-mx3.h b/arch/arm/plat-mxc/include/mach/iomux-mx3.h index 446f86763816..2f6583e185aa 100644 --- a/arch/arm/plat-mxc/include/mach/iomux-mx3.h +++ b/arch/arm/plat-mxc/include/mach/iomux-mx3.h | |||
| @@ -623,6 +623,8 @@ enum iomux_pins { | |||
| 623 | #define MX31_PIN_GPIO3_0__GPIO3_0 IOMUX_MODE(MX31_PIN_GPIO3_0, IOMUX_CONFIG_GPIO) | 623 | #define MX31_PIN_GPIO3_0__GPIO3_0 IOMUX_MODE(MX31_PIN_GPIO3_0, IOMUX_CONFIG_GPIO) |
| 624 | #define MX31_PIN_GPIO3_1__GPIO3_1 IOMUX_MODE(MX31_PIN_GPIO3_1, IOMUX_CONFIG_GPIO) | 624 | #define MX31_PIN_GPIO3_1__GPIO3_1 IOMUX_MODE(MX31_PIN_GPIO3_1, IOMUX_CONFIG_GPIO) |
| 625 | #define MX31_PIN_TXD2__GPIO1_28 IOMUX_MODE(MX31_PIN_TXD2, IOMUX_CONFIG_GPIO) | 625 | #define MX31_PIN_TXD2__GPIO1_28 IOMUX_MODE(MX31_PIN_TXD2, IOMUX_CONFIG_GPIO) |
| 626 | #define MX31_PIN_CSI_D4__GPIO3_4 IOMUX_MODE(MX31_PIN_CSI_D4, IOMUX_CONFIG_GPIO) | ||
| 627 | #define MX31_PIN_CSI_D5__GPIO3_5 IOMUX_MODE(MX31_PIN_CSI_D5, IOMUX_CONFIG_GPIO) | ||
| 626 | #define MX31_PIN_USBOTG_DATA0__USBOTG_DATA0 IOMUX_MODE(MX31_PIN_USBOTG_DATA0, IOMUX_CONFIG_FUNC) | 628 | #define MX31_PIN_USBOTG_DATA0__USBOTG_DATA0 IOMUX_MODE(MX31_PIN_USBOTG_DATA0, IOMUX_CONFIG_FUNC) |
| 627 | #define MX31_PIN_USBOTG_DATA1__USBOTG_DATA1 IOMUX_MODE(MX31_PIN_USBOTG_DATA1, IOMUX_CONFIG_FUNC) | 629 | #define MX31_PIN_USBOTG_DATA1__USBOTG_DATA1 IOMUX_MODE(MX31_PIN_USBOTG_DATA1, IOMUX_CONFIG_FUNC) |
| 628 | #define MX31_PIN_USBOTG_DATA2__USBOTG_DATA2 IOMUX_MODE(MX31_PIN_USBOTG_DATA2, IOMUX_CONFIG_FUNC) | 630 | #define MX31_PIN_USBOTG_DATA2__USBOTG_DATA2 IOMUX_MODE(MX31_PIN_USBOTG_DATA2, IOMUX_CONFIG_FUNC) |
| @@ -642,12 +644,22 @@ enum iomux_pins { | |||
| 642 | #define MX31_PIN_CSPI1_SS2__USBH1_RCV IOMUX_MODE(MX31_PIN_CSPI1_SS2, IOMUX_CONFIG_ALT1) | 644 | #define MX31_PIN_CSPI1_SS2__USBH1_RCV IOMUX_MODE(MX31_PIN_CSPI1_SS2, IOMUX_CONFIG_ALT1) |
| 643 | #define MX31_PIN_CSPI1_SCLK__USBH1_OEB IOMUX_MODE(MX31_PIN_CSPI1_SCLK, IOMUX_CONFIG_ALT1) | 645 | #define MX31_PIN_CSPI1_SCLK__USBH1_OEB IOMUX_MODE(MX31_PIN_CSPI1_SCLK, IOMUX_CONFIG_ALT1) |
| 644 | #define MX31_PIN_CSPI1_SPI_RDY__USBH1_FS IOMUX_MODE(MX31_PIN_CSPI1_SPI_RDY, IOMUX_CONFIG_ALT1) | 646 | #define MX31_PIN_CSPI1_SPI_RDY__USBH1_FS IOMUX_MODE(MX31_PIN_CSPI1_SPI_RDY, IOMUX_CONFIG_ALT1) |
| 647 | #define MX31_PIN_SFS6__USBH1_SUSPEND IOMUX_MODE(MX31_PIN_SFS6, IOMUX_CONFIG_FUNC) | ||
| 648 | #define MX31_PIN_NFRE_B__GPIO1_11 IOMUX_MODE(MX31_PIN_NFRE_B, IOMUX_CONFIG_GPIO) | ||
| 649 | #define MX31_PIN_NFALE__GPIO1_12 IOMUX_MODE(MX31_PIN_NFALE, IOMUX_CONFIG_GPIO) | ||
| 645 | #define MX31_PIN_USBH2_DATA0__USBH2_DATA0 IOMUX_MODE(MX31_PIN_USBH2_DATA0, IOMUX_CONFIG_FUNC) | 650 | #define MX31_PIN_USBH2_DATA0__USBH2_DATA0 IOMUX_MODE(MX31_PIN_USBH2_DATA0, IOMUX_CONFIG_FUNC) |
| 646 | #define MX31_PIN_USBH2_DATA1__USBH2_DATA1 IOMUX_MODE(MX31_PIN_USBH2_DATA1, IOMUX_CONFIG_FUNC) | 651 | #define MX31_PIN_USBH2_DATA1__USBH2_DATA1 IOMUX_MODE(MX31_PIN_USBH2_DATA1, IOMUX_CONFIG_FUNC) |
| 652 | #define MX31_PIN_STXD3__USBH2_DATA2 IOMUX_MODE(MX31_PIN_STXD3, IOMUX_CONFIG_FUNC) | ||
| 653 | #define MX31_PIN_SRXD3__USBH2_DATA3 IOMUX_MODE(MX31_PIN_SRXD3, IOMUX_CONFIG_FUNC) | ||
| 654 | #define MX31_PIN_SCK3__USBH2_DATA4 IOMUX_MODE(MX31_PIN_SCK3, IOMUX_CONFIG_FUNC) | ||
| 655 | #define MX31_PIN_SFS3__USBH2_DATA5 IOMUX_MODE(MX31_PIN_SFS3, IOMUX_CONFIG_FUNC) | ||
| 656 | #define MX31_PIN_STXD6__USBH2_DATA6 IOMUX_MODE(MX31_PIN_STXD6, IOMUX_CONFIG_FUNC) | ||
| 657 | #define MX31_PIN_SRXD6__USBH2_DATA7 IOMUX_MODE(MX31_PIN_SRXD6, IOMUX_CONFIG_FUNC) | ||
| 647 | #define MX31_PIN_USBH2_CLK__USBH2_CLK IOMUX_MODE(MX31_PIN_USBH2_CLK, IOMUX_CONFIG_FUNC) | 658 | #define MX31_PIN_USBH2_CLK__USBH2_CLK IOMUX_MODE(MX31_PIN_USBH2_CLK, IOMUX_CONFIG_FUNC) |
| 648 | #define MX31_PIN_USBH2_DIR__USBH2_DIR IOMUX_MODE(MX31_PIN_USBH2_DIR, IOMUX_CONFIG_FUNC) | 659 | #define MX31_PIN_USBH2_DIR__USBH2_DIR IOMUX_MODE(MX31_PIN_USBH2_DIR, IOMUX_CONFIG_FUNC) |
| 649 | #define MX31_PIN_USBH2_NXT__USBH2_NXT IOMUX_MODE(MX31_PIN_USBH2_NXT, IOMUX_CONFIG_FUNC) | 660 | #define MX31_PIN_USBH2_NXT__USBH2_NXT IOMUX_MODE(MX31_PIN_USBH2_NXT, IOMUX_CONFIG_FUNC) |
| 650 | #define MX31_PIN_USBH2_STP__USBH2_STP IOMUX_MODE(MX31_PIN_USBH2_STP, IOMUX_CONFIG_FUNC) | 661 | #define MX31_PIN_USBH2_STP__USBH2_STP IOMUX_MODE(MX31_PIN_USBH2_STP, IOMUX_CONFIG_FUNC) |
| 662 | #define MX31_PIN_SCK6__GPIO1_25 IOMUX_MODE(MX31_PIN_SCK6, IOMUX_CONFIG_GPIO) | ||
| 651 | #define MX31_PIN_USB_OC__GPIO1_30 IOMUX_MODE(MX31_PIN_USB_OC, IOMUX_CONFIG_GPIO) | 663 | #define MX31_PIN_USB_OC__GPIO1_30 IOMUX_MODE(MX31_PIN_USB_OC, IOMUX_CONFIG_GPIO) |
| 652 | #define MX31_PIN_I2C_DAT__I2C1_SDA IOMUX_MODE(MX31_PIN_I2C_DAT, IOMUX_CONFIG_FUNC) | 664 | #define MX31_PIN_I2C_DAT__I2C1_SDA IOMUX_MODE(MX31_PIN_I2C_DAT, IOMUX_CONFIG_FUNC) |
| 653 | #define MX31_PIN_I2C_CLK__I2C1_SCL IOMUX_MODE(MX31_PIN_I2C_CLK, IOMUX_CONFIG_FUNC) | 665 | #define MX31_PIN_I2C_CLK__I2C1_SCL IOMUX_MODE(MX31_PIN_I2C_CLK, IOMUX_CONFIG_FUNC) |
| @@ -693,7 +705,19 @@ enum iomux_pins { | |||
| 693 | #define MX31_PIN_DCD_DCE1__GPIO2_11 IOMUX_MODE(MX31_PIN_DCD_DCE1, IOMUX_CONFIG_GPIO) | 705 | #define MX31_PIN_DCD_DCE1__GPIO2_11 IOMUX_MODE(MX31_PIN_DCD_DCE1, IOMUX_CONFIG_GPIO) |
| 694 | #define MX31_PIN_STXD5__GPIO1_21 IOMUX_MODE(MX31_PIN_STXD5, IOMUX_CONFIG_GPIO) | 706 | #define MX31_PIN_STXD5__GPIO1_21 IOMUX_MODE(MX31_PIN_STXD5, IOMUX_CONFIG_GPIO) |
| 695 | #define MX31_PIN_SRXD5__GPIO1_22 IOMUX_MODE(MX31_PIN_SRXD5, IOMUX_CONFIG_GPIO) | 707 | #define MX31_PIN_SRXD5__GPIO1_22 IOMUX_MODE(MX31_PIN_SRXD5, IOMUX_CONFIG_GPIO) |
| 696 | 708 | #define MX31_PIN_GPIO1_3__GPIO1_3 IOMUX_MODE(MX31_PIN_GPIO1_3, IOMUX_CONFIG_GPIO) | |
| 709 | #define MX31_PIN_CSPI2_SS1__CSPI3_SS1 IOMUX_MODE(MX31_PIN_CSPI2_SS1, IOMUX_CONFIG_ALT1) | ||
| 710 | #define MX31_PIN_RTS1__GPIO2_6 IOMUX_MODE(MX31_PIN_RTS1, IOMUX_CONFIG_GPIO) | ||
| 711 | #define MX31_PIN_CTS1__GPIO2_7 IOMUX_MODE(MX31_PIN_CTS1, IOMUX_CONFIG_GPIO) | ||
| 712 | #define MX31_PIN_LCS0__GPIO3_23 IOMUX_MODE(MX31_PIN_LCS0, IOMUX_CONFIG_GPIO) | ||
| 713 | #define MX31_PIN_STXD4__STXD4 IOMUX_MODE(MX31_PIN_STXD4, IOMUX_CONFIG_FUNC) | ||
| 714 | #define MX31_PIN_SRXD4__SRXD4 IOMUX_MODE(MX31_PIN_SRXD4, IOMUX_CONFIG_FUNC) | ||
| 715 | #define MX31_PIN_SCK4__SCK4 IOMUX_MODE(MX31_PIN_SCK4, IOMUX_CONFIG_FUNC) | ||
| 716 | #define MX31_PIN_SFS4__SFS4 IOMUX_MODE(MX31_PIN_SFS4, IOMUX_CONFIG_FUNC) | ||
| 717 | #define MX31_PIN_STXD5__STXD5 IOMUX_MODE(MX31_PIN_STXD5, IOMUX_CONFIG_FUNC) | ||
| 718 | #define MX31_PIN_SRXD5__SRXD5 IOMUX_MODE(MX31_PIN_SRXD5, IOMUX_CONFIG_FUNC) | ||
| 719 | #define MX31_PIN_SCK5__SCK5 IOMUX_MODE(MX31_PIN_SCK5, IOMUX_CONFIG_FUNC) | ||
| 720 | #define MX31_PIN_SFS5__SFS5 IOMUX_MODE(MX31_PIN_SFS5, IOMUX_CONFIG_FUNC) | ||
| 697 | 721 | ||
| 698 | /*XXX: The SS0, SS1, SS2, SS3 lines of spi3 are multiplexed by cspi2_ss0, cspi2_ss1, cspi1_ss0 | 722 | /*XXX: The SS0, SS1, SS2, SS3 lines of spi3 are multiplexed by cspi2_ss0, cspi2_ss1, cspi1_ss0 |
| 699 | * cspi1_ss1*/ | 723 | * cspi1_ss1*/ |
diff --git a/arch/arm/plat-mxc/include/mach/iomux-v3.h b/arch/arm/plat-mxc/include/mach/iomux-v3.h index a0fa40265468..1deda0184892 100644 --- a/arch/arm/plat-mxc/include/mach/iomux-v3.h +++ b/arch/arm/plat-mxc/include/mach/iomux-v3.h | |||
| @@ -88,9 +88,7 @@ struct pad_desc { | |||
| 88 | #define PAD_CTL_SRE_FAST (1 << 0) | 88 | #define PAD_CTL_SRE_FAST (1 << 0) |
| 89 | 89 | ||
| 90 | /* | 90 | /* |
| 91 | * setups a single pad: | 91 | * setups a single pad in the iomuxer |
| 92 | * - reserves the pad so that it is not claimed by another driver | ||
| 93 | * - setups the iomux according to the configuration | ||
| 94 | */ | 92 | */ |
| 95 | int mxc_iomux_v3_setup_pad(struct pad_desc *pad); | 93 | int mxc_iomux_v3_setup_pad(struct pad_desc *pad); |
| 96 | 94 | ||
| @@ -101,19 +99,6 @@ int mxc_iomux_v3_setup_pad(struct pad_desc *pad); | |||
| 101 | int mxc_iomux_v3_setup_multiple_pads(struct pad_desc *pad_list, unsigned count); | 99 | int mxc_iomux_v3_setup_multiple_pads(struct pad_desc *pad_list, unsigned count); |
| 102 | 100 | ||
| 103 | /* | 101 | /* |
| 104 | * releases a single pad: | ||
| 105 | * - make it available for a future use by another driver | ||
| 106 | * - DOES NOT reconfigure the IOMUX in its reset state | ||
| 107 | */ | ||
| 108 | void mxc_iomux_v3_release_pad(struct pad_desc *pad); | ||
| 109 | |||
| 110 | /* | ||
| 111 | * releases multiple pads | ||
| 112 | * convenvient way to call the above function with tables | ||
| 113 | */ | ||
| 114 | void mxc_iomux_v3_release_multiple_pads(struct pad_desc *pad_list, int count); | ||
| 115 | |||
| 116 | /* | ||
| 117 | * Initialise the iomux controller | 102 | * Initialise the iomux controller |
| 118 | */ | 103 | */ |
| 119 | void mxc_iomux_v3_init(void __iomem *iomux_v3_base); | 104 | void mxc_iomux_v3_init(void __iomem *iomux_v3_base); |
diff --git a/arch/arm/plat-mxc/include/mach/mx21.h b/arch/arm/plat-mxc/include/mach/mx21.h index 21112c695ec5..bb297d8765a7 100644 --- a/arch/arm/plat-mxc/include/mach/mx21.h +++ b/arch/arm/plat-mxc/include/mach/mx21.h | |||
| @@ -25,46 +25,191 @@ | |||
| 25 | #ifndef __ASM_ARCH_MXC_MX21_H__ | 25 | #ifndef __ASM_ARCH_MXC_MX21_H__ |
| 26 | #define __ASM_ARCH_MXC_MX21_H__ | 26 | #define __ASM_ARCH_MXC_MX21_H__ |
| 27 | 27 | ||
| 28 | #define MX21_AIPI_BASE_ADDR 0x10000000 | ||
| 29 | #define MX21_AIPI_BASE_ADDR_VIRT 0xf4000000 | ||
| 30 | #define MX21_AIPI_SIZE SZ_1M | ||
| 31 | #define MX21_DMA_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x01000) | ||
| 32 | #define MX21_WDOG_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x02000) | ||
| 33 | #define MX21_GPT1_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x03000) | ||
| 34 | #define MX21_GPT2_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x04000) | ||
| 35 | #define MX21_GPT3_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x05000) | ||
| 36 | #define MX21_PWM_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x06000) | ||
| 37 | #define MX21_RTC_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x07000) | ||
| 38 | #define MX21_KPP_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x08000) | ||
| 39 | #define MX21_OWIRE_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x09000) | ||
| 40 | #define MX21_UART1_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x0a000) | ||
| 41 | #define MX21_UART2_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x0b000) | ||
| 42 | #define MX21_UART3_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x0c000) | ||
| 43 | #define MX21_UART4_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x0d000) | ||
| 44 | #define MX21_CSPI1_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x0e000) | ||
| 45 | #define MX21_CSPI2_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x0f000) | ||
| 46 | #define MX21_SSI1_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x10000) | ||
| 47 | #define MX21_SSI2_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x11000) | ||
| 48 | #define MX21_I2C_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x12000) | ||
| 49 | #define MX21_SDHC1_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x13000) | ||
| 50 | #define MX21_SDHC2_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x14000) | ||
| 51 | #define MX21_GPIO_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x15000) | ||
| 52 | #define MX21_AUDMUX_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x16000) | ||
| 53 | #define MX21_CSPI3_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x17000) | ||
| 54 | #define MX21_LCDC_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x21000) | ||
| 55 | #define MX21_SLCDC_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x22000) | ||
| 56 | #define MX21_USBOTG_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x24000) | ||
| 57 | #define MX21_EMMA_PP_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x26000) | ||
| 58 | #define MX21_EMMA_PRP_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x26400) | ||
| 59 | #define MX21_CCM_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x27000) | ||
| 60 | #define MX21_SYSCTRL_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x27800) | ||
| 61 | #define MX21_JAM_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x3e000) | ||
| 62 | #define MX21_MAX_BASE_ADDR (MX21_AIPI_BASE_ADDR + 0x3f000) | ||
| 63 | |||
| 64 | #define MX21_AVIC_BASE_ADDR 0x10040000 | ||
| 65 | |||
| 66 | #define MX21_SAHB1_BASE_ADDR 0x80000000 | ||
| 67 | #define MX21_SAHB1_BASE_ADDR_VIRT 0xf4100000 | ||
| 68 | #define MX21_SAHB1_SIZE SZ_1M | ||
| 69 | #define MX21_CSI_BASE_ADDR (MX2x_SAHB1_BASE_ADDR + 0x0000) | ||
| 70 | |||
| 28 | /* Memory regions and CS */ | 71 | /* Memory regions and CS */ |
| 29 | #define SDRAM_BASE_ADDR 0xC0000000 | 72 | #define MX21_SDRAM_BASE_ADDR 0xc0000000 |
| 30 | #define CSD1_BASE_ADDR 0xC4000000 | 73 | #define MX21_CSD1_BASE_ADDR 0xc4000000 |
| 31 | 74 | ||
| 32 | #define CS0_BASE_ADDR 0xC8000000 | 75 | #define MX21_CS0_BASE_ADDR 0xc8000000 |
| 33 | #define CS1_BASE_ADDR 0xCC000000 | 76 | #define MX21_CS1_BASE_ADDR 0xcc000000 |
| 34 | #define CS2_BASE_ADDR 0xD0000000 | 77 | #define MX21_CS2_BASE_ADDR 0xd0000000 |
| 35 | #define CS3_BASE_ADDR 0xD1000000 | 78 | #define MX21_CS3_BASE_ADDR 0xd1000000 |
| 36 | #define CS4_BASE_ADDR 0xD2000000 | 79 | #define MX21_CS4_BASE_ADDR 0xd2000000 |
| 37 | #define CS5_BASE_ADDR 0xDD000000 | 80 | #define MX21_PCMCIA_MEM_BASE_ADDR 0xd4000000 |
| 38 | #define PCMCIA_MEM_BASE_ADDR 0xD4000000 | 81 | #define MX21_CS5_BASE_ADDR 0xdd000000 |
| 39 | 82 | ||
| 40 | /* NAND, SDRAM, WEIM etc controllers */ | 83 | /* NAND, SDRAM, WEIM etc controllers */ |
| 41 | #define X_MEMC_BASE_ADDR 0xDF000000 | 84 | #define MX21_X_MEMC_BASE_ADDR 0xdf000000 |
| 42 | #define X_MEMC_BASE_ADDR_VIRT 0xF4200000 | 85 | #define MX21_X_MEMC_BASE_ADDR_VIRT 0xf4200000 |
| 43 | #define X_MEMC_SIZE SZ_256K | 86 | #define MX21_X_MEMC_SIZE SZ_256K |
| 44 | 87 | ||
| 45 | #define SDRAMC_BASE_ADDR (X_MEMC_BASE_ADDR + 0x0000) | 88 | #define MX21_SDRAMC_BASE_ADDR (MX21_X_MEMC_BASE_ADDR + 0x0000) |
| 46 | #define EIM_BASE_ADDR (X_MEMC_BASE_ADDR + 0x1000) | 89 | #define MX21_EIM_BASE_ADDR (MX21_X_MEMC_BASE_ADDR + 0x1000) |
| 47 | #define PCMCIA_CTL_BASE_ADDR (X_MEMC_BASE_ADDR + 0x2000) | 90 | #define MX21_PCMCIA_CTL_BASE_ADDR (MX21_X_MEMC_BASE_ADDR + 0x2000) |
| 48 | #define NFC_BASE_ADDR (X_MEMC_BASE_ADDR + 0x3000) | 91 | #define MX21_NFC_BASE_ADDR (MX21_X_MEMC_BASE_ADDR + 0x3000) |
| 49 | 92 | ||
| 50 | #define IRAM_BASE_ADDR 0xFFFFE800 /* internal ram */ | 93 | #define MX21_IRAM_BASE_ADDR 0xffffe800 /* internal ram */ |
| 51 | 94 | ||
| 52 | /* fixed interrupt numbers */ | 95 | /* fixed interrupt numbers */ |
| 53 | #define MXC_INT_USBCTRL 58 | 96 | #define MX21_INT_CSPI3 6 |
| 54 | #define MXC_INT_USBCTRL 58 | 97 | #define MX21_INT_GPIO 8 |
| 55 | #define MXC_INT_USBMNP 57 | 98 | #define MX21_INT_FIRI 9 |
| 56 | #define MXC_INT_USBFUNC 56 | 99 | #define MX21_INT_SDHC2 10 |
| 57 | #define MXC_INT_USBHOST 55 | 100 | #define MX21_INT_SDHC1 11 |
| 58 | #define MXC_INT_USBDMA 54 | 101 | #define MX21_INT_I2C 12 |
| 59 | #define MXC_INT_USBWKUP 53 | 102 | #define MX21_INT_SSI2 13 |
| 60 | #define MXC_INT_EMMADEC 50 | 103 | #define MX21_INT_SSI1 14 |
| 61 | #define MXC_INT_EMMAENC 49 | 104 | #define MX21_INT_CSPI2 15 |
| 62 | #define MXC_INT_BMI 30 | 105 | #define MX21_INT_CSPI1 16 |
| 63 | #define MXC_INT_FIRI 9 | 106 | #define MX21_INT_UART4 17 |
| 107 | #define MX21_INT_UART3 18 | ||
| 108 | #define MX21_INT_UART2 19 | ||
| 109 | #define MX21_INT_UART1 20 | ||
| 110 | #define MX21_INT_KPP 21 | ||
| 111 | #define MX21_INT_RTC 22 | ||
| 112 | #define MX21_INT_PWM 23 | ||
| 113 | #define MX21_INT_GPT3 24 | ||
| 114 | #define MX21_INT_GPT2 25 | ||
| 115 | #define MX21_INT_GPT1 26 | ||
| 116 | #define MX21_INT_WDOG 27 | ||
| 117 | #define MX21_INT_PCMCIA 28 | ||
| 118 | #define MX21_INT_NANDFC 29 | ||
| 119 | #define MX21_INT_BMI 30 | ||
| 120 | #define MX21_INT_CSI 31 | ||
| 121 | #define MX21_INT_DMACH0 32 | ||
| 122 | #define MX21_INT_DMACH1 33 | ||
| 123 | #define MX21_INT_DMACH2 34 | ||
| 124 | #define MX21_INT_DMACH3 35 | ||
| 125 | #define MX21_INT_DMACH4 36 | ||
| 126 | #define MX21_INT_DMACH5 37 | ||
| 127 | #define MX21_INT_DMACH6 38 | ||
| 128 | #define MX21_INT_DMACH7 39 | ||
| 129 | #define MX21_INT_DMACH8 40 | ||
| 130 | #define MX21_INT_DMACH9 41 | ||
| 131 | #define MX21_INT_DMACH10 42 | ||
| 132 | #define MX21_INT_DMACH11 43 | ||
| 133 | #define MX21_INT_DMACH12 44 | ||
| 134 | #define MX21_INT_DMACH13 45 | ||
| 135 | #define MX21_INT_DMACH14 46 | ||
| 136 | #define MX21_INT_DMACH15 47 | ||
| 137 | #define MX21_INT_EMMAENC 49 | ||
| 138 | #define MX21_INT_EMMADEC 50 | ||
| 139 | #define MX21_INT_EMMAPRP 51 | ||
| 140 | #define MX21_INT_EMMAPP 52 | ||
| 141 | #define MX21_INT_USBWKUP 53 | ||
| 142 | #define MX21_INT_USBDMA 54 | ||
| 143 | #define MX21_INT_USBHOST 55 | ||
| 144 | #define MX21_INT_USBFUNC 56 | ||
| 145 | #define MX21_INT_USBMNP 57 | ||
| 146 | #define MX21_INT_USBCTRL 58 | ||
| 147 | #define MX21_INT_SLCDC 60 | ||
| 148 | #define MX21_INT_LCDC 61 | ||
| 64 | 149 | ||
| 65 | /* fixed DMA request numbers */ | 150 | /* fixed DMA request numbers */ |
| 66 | #define DMA_REQ_BMI_RX 29 | 151 | #define MX21_DMA_REQ_CSPI3_RX 1 |
| 67 | #define DMA_REQ_BMI_TX 28 | 152 | #define MX21_DMA_REQ_CSPI3_TX 2 |
| 68 | #define DMA_REQ_FIRI_RX 4 | 153 | #define MX21_DMA_REQ_EXT 3 |
| 154 | #define MX21_DMA_REQ_FIRI_RX 4 | ||
| 155 | #define MX21_DMA_REQ_SDHC2 6 | ||
| 156 | #define MX21_DMA_REQ_SDHC1 7 | ||
| 157 | #define MX21_DMA_REQ_SSI2_RX0 8 | ||
| 158 | #define MX21_DMA_REQ_SSI2_TX0 9 | ||
| 159 | #define MX21_DMA_REQ_SSI2_RX1 10 | ||
| 160 | #define MX21_DMA_REQ_SSI2_TX1 11 | ||
| 161 | #define MX21_DMA_REQ_SSI1_RX0 12 | ||
| 162 | #define MX21_DMA_REQ_SSI1_TX0 13 | ||
| 163 | #define MX21_DMA_REQ_SSI1_RX1 14 | ||
| 164 | #define MX21_DMA_REQ_SSI1_TX1 15 | ||
| 165 | #define MX21_DMA_REQ_CSPI2_RX 16 | ||
| 166 | #define MX21_DMA_REQ_CSPI2_TX 17 | ||
| 167 | #define MX21_DMA_REQ_CSPI1_RX 18 | ||
| 168 | #define MX21_DMA_REQ_CSPI1_TX 19 | ||
| 169 | #define MX21_DMA_REQ_UART4_RX 20 | ||
| 170 | #define MX21_DMA_REQ_UART4_TX 21 | ||
| 171 | #define MX21_DMA_REQ_UART3_RX 22 | ||
| 172 | #define MX21_DMA_REQ_UART3_TX 23 | ||
| 173 | #define MX21_DMA_REQ_UART2_RX 24 | ||
| 174 | #define MX21_DMA_REQ_UART2_TX 25 | ||
| 175 | #define MX21_DMA_REQ_UART1_RX 26 | ||
| 176 | #define MX21_DMA_REQ_UART1_TX 27 | ||
| 177 | #define MX21_DMA_REQ_BMI_TX 28 | ||
| 178 | #define MX21_DMA_REQ_BMI_RX 29 | ||
| 179 | #define MX21_DMA_REQ_CSI_STAT 30 | ||
| 180 | #define MX21_DMA_REQ_CSI_RX 31 | ||
| 181 | |||
| 182 | /* these should go away */ | ||
| 183 | #define SDRAM_BASE_ADDR MX21_SDRAM_BASE_ADDR | ||
| 184 | #define CSD1_BASE_ADDR MX21_CSD1_BASE_ADDR | ||
| 185 | #define CS0_BASE_ADDR MX21_CS0_BASE_ADDR | ||
| 186 | #define CS1_BASE_ADDR MX21_CS1_BASE_ADDR | ||
| 187 | #define CS2_BASE_ADDR MX21_CS2_BASE_ADDR | ||
| 188 | #define CS3_BASE_ADDR MX21_CS3_BASE_ADDR | ||
| 189 | #define CS4_BASE_ADDR MX21_CS4_BASE_ADDR | ||
| 190 | #define PCMCIA_MEM_BASE_ADDR MX21_PCMCIA_MEM_BASE_ADDR | ||
| 191 | #define CS5_BASE_ADDR MX21_CS5_BASE_ADDR | ||
| 192 | #define X_MEMC_BASE_ADDR MX21_X_MEMC_BASE_ADDR | ||
| 193 | #define X_MEMC_BASE_ADDR_VIRT MX21_X_MEMC_BASE_ADDR_VIRT | ||
| 194 | #define X_MEMC_SIZE MX21_X_MEMC_SIZE | ||
| 195 | #define SDRAMC_BASE_ADDR MX21_SDRAMC_BASE_ADDR | ||
| 196 | #define EIM_BASE_ADDR MX21_EIM_BASE_ADDR | ||
| 197 | #define PCMCIA_CTL_BASE_ADDR MX21_PCMCIA_CTL_BASE_ADDR | ||
| 198 | #define NFC_BASE_ADDR MX21_NFC_BASE_ADDR | ||
| 199 | #define IRAM_BASE_ADDR MX21_IRAM_BASE_ADDR | ||
| 200 | #define MXC_INT_FIRI MX21_INT_FIRI | ||
| 201 | #define MXC_INT_BMI MX21_INT_BMI | ||
| 202 | #define MXC_INT_EMMAENC MX21_INT_EMMAENC | ||
| 203 | #define MXC_INT_EMMADEC MX21_INT_EMMADEC | ||
| 204 | #define MXC_INT_USBWKUP MX21_INT_USBWKUP | ||
| 205 | #define MXC_INT_USBDMA MX21_INT_USBDMA | ||
| 206 | #define MXC_INT_USBHOST MX21_INT_USBHOST | ||
| 207 | #define MXC_INT_USBFUNC MX21_INT_USBFUNC | ||
| 208 | #define MXC_INT_USBMNP MX21_INT_USBMNP | ||
| 209 | #define MXC_INT_USBCTRL MX21_INT_USBCTRL | ||
| 210 | #define MXC_INT_USBCTRL MX21_INT_USBCTRL | ||
| 211 | #define DMA_REQ_FIRI_RX MX21_DMA_REQ_FIRI_RX | ||
| 212 | #define DMA_REQ_BMI_TX MX21_DMA_REQ_BMI_TX | ||
| 213 | #define DMA_REQ_BMI_RX MX21_DMA_REQ_BMI_RX | ||
| 69 | 214 | ||
| 70 | #endif /* __ASM_ARCH_MXC_MX21_H__ */ | 215 | #endif /* __ASM_ARCH_MXC_MX21_H__ */ |
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index ec64bd9a8ab1..91e738144804 100644 --- a/arch/arm/plat-mxc/include/mach/mx25.h +++ b/arch/arm/plat-mxc/include/mach/mx25.h | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | #ifndef __MACH_MX25_H__ | 1 | #ifndef __MACH_MX25_H__ |
| 2 | #define __MACH_MX25_H__ | 2 | #define __MACH_MX25_H__ |
| 3 | 3 | ||
| 4 | #define MX25_AIPS1_BASE_ADDR 0x43F00000 | 4 | #define MX25_AIPS1_BASE_ADDR 0x43f00000 |
| 5 | #define MX25_AIPS1_BASE_ADDR_VIRT 0xFC000000 | 5 | #define MX25_AIPS1_BASE_ADDR_VIRT 0xfc000000 |
| 6 | #define MX25_AIPS1_SIZE SZ_1M | 6 | #define MX25_AIPS1_SIZE SZ_1M |
| 7 | #define MX25_AIPS2_BASE_ADDR 0x53F00000 | 7 | #define MX25_AIPS2_BASE_ADDR 0x53f00000 |
| 8 | #define MX25_AIPS2_BASE_ADDR_VIRT 0xFC200000 | 8 | #define MX25_AIPS2_BASE_ADDR_VIRT 0xfc200000 |
| 9 | #define MX25_AIPS2_SIZE SZ_1M | 9 | #define MX25_AIPS2_SIZE SZ_1M |
| 10 | #define MX25_AVIC_BASE_ADDR 0x68000000 | 10 | #define MX25_AVIC_BASE_ADDR 0x68000000 |
| 11 | #define MX25_AVIC_BASE_ADDR_VIRT 0xFC400000 | 11 | #define MX25_AVIC_BASE_ADDR_VIRT 0xfc400000 |
| 12 | #define MX25_AVIC_SIZE SZ_1M | 12 | #define MX25_AVIC_SIZE SZ_1M |
| 13 | 13 | ||
| 14 | #define MX25_IOMUXC_BASE_ADDR (MX25_AIPS1_BASE_ADDR + 0xac000) | 14 | #define MX25_IOMUXC_BASE_ADDR (MX25_AIPS1_BASE_ADDR + 0xac000) |
diff --git a/arch/arm/plat-mxc/include/mach/mx27.h b/arch/arm/plat-mxc/include/mach/mx27.h index dc3ad9aa952a..e2ae19f51710 100644 --- a/arch/arm/plat-mxc/include/mach/mx27.h +++ b/arch/arm/plat-mxc/include/mach/mx27.h | |||
| @@ -24,87 +24,198 @@ | |||
| 24 | #ifndef __ASM_ARCH_MXC_MX27_H__ | 24 | #ifndef __ASM_ARCH_MXC_MX27_H__ |
| 25 | #define __ASM_ARCH_MXC_MX27_H__ | 25 | #define __ASM_ARCH_MXC_MX27_H__ |
| 26 | 26 | ||
| 27 | /* IRAM */ | 27 | #define MX27_AIPI_BASE_ADDR 0x10000000 |
| 28 | #define IRAM_BASE_ADDR 0xFFFF4C00 /* internal ram */ | 28 | #define MX27_AIPI_BASE_ADDR_VIRT 0xf4000000 |
| 29 | 29 | #define MX27_AIPI_SIZE SZ_1M | |
| 30 | #define MSHC_BASE_ADDR (AIPI_BASE_ADDR + 0x18000) | 30 | #define MX27_DMA_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x01000) |
| 31 | #define GPT5_BASE_ADDR (AIPI_BASE_ADDR + 0x19000) | 31 | #define MX27_WDOG_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x02000) |
| 32 | #define GPT4_BASE_ADDR (AIPI_BASE_ADDR + 0x1A000) | 32 | #define MX27_GPT1_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x03000) |
| 33 | #define UART5_BASE_ADDR (AIPI_BASE_ADDR + 0x1B000) | 33 | #define MX27_GPT2_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x04000) |
| 34 | #define UART6_BASE_ADDR (AIPI_BASE_ADDR + 0x1C000) | 34 | #define MX27_GPT3_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x05000) |
| 35 | #define I2C2_BASE_ADDR (AIPI_BASE_ADDR + 0x1D000) | 35 | #define MX27_PWM_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x06000) |
| 36 | #define SDHC3_BASE_ADDR (AIPI_BASE_ADDR + 0x1E000) | 36 | #define MX27_RTC_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x07000) |
| 37 | #define GPT6_BASE_ADDR (AIPI_BASE_ADDR + 0x1F000) | 37 | #define MX27_KPP_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x08000) |
| 38 | #define VPU_BASE_ADDR (AIPI_BASE_ADDR + 0x23000) | 38 | #define MX27_OWIRE_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x09000) |
| 39 | #define OTG_BASE_ADDR USBOTG_BASE_ADDR | 39 | #define MX27_UART1_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x0a000) |
| 40 | #define SAHARA_BASE_ADDR (AIPI_BASE_ADDR + 0x25000) | 40 | #define MX27_UART2_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x0b000) |
| 41 | #define IIM_BASE_ADDR (AIPI_BASE_ADDR + 0x28000) | 41 | #define MX27_UART3_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x0c000) |
| 42 | #define RTIC_BASE_ADDR (AIPI_BASE_ADDR + 0x2A000) | 42 | #define MX27_UART4_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x0d000) |
| 43 | #define FEC_BASE_ADDR (AIPI_BASE_ADDR + 0x2B000) | 43 | #define MX27_CSPI1_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x0e000) |
| 44 | #define SCC_BASE_ADDR (AIPI_BASE_ADDR + 0x2C000) | 44 | #define MX27_CSPI2_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x0f000) |
| 45 | #define ETB_BASE_ADDR (AIPI_BASE_ADDR + 0x3B000) | 45 | #define MX27_SSI1_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x10000) |
| 46 | #define ETB_RAM_BASE_ADDR (AIPI_BASE_ADDR + 0x3C000) | 46 | #define MX27_SSI2_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x11000) |
| 47 | #define MX27_I2C_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x12000) | ||
| 48 | #define MX27_SDHC1_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x13000) | ||
| 49 | #define MX27_SDHC2_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x14000) | ||
| 50 | #define MX27_GPIO_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x15000) | ||
| 51 | #define MX27_AUDMUX_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x16000) | ||
| 52 | #define MX27_CSPI3_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x17000) | ||
| 53 | #define MX27_MSHC_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x18000) | ||
| 54 | #define MX27_GPT5_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x19000) | ||
| 55 | #define MX27_GPT4_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1a000) | ||
| 56 | #define MX27_UART5_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1b000) | ||
| 57 | #define MX27_UART6_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1c000) | ||
| 58 | #define MX27_I2C2_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1d000) | ||
| 59 | #define MX27_SDHC3_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1e000) | ||
| 60 | #define MX27_GPT6_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1f000) | ||
| 61 | #define MX27_LCDC_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x21000) | ||
| 62 | #define MX27_SLCDC_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x22000) | ||
| 63 | #define MX27_VPU_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x23000) | ||
| 64 | #define MX27_USBOTG_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x24000) | ||
| 65 | #define MX27_OTG_BASE_ADDR MX27_USBOTG_BASE_ADDR | ||
| 66 | #define MX27_SAHARA_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x25000) | ||
| 67 | #define MX27_EMMA_PP_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x26000) | ||
| 68 | #define MX27_EMMA_PRP_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x26400) | ||
| 69 | #define MX27_CCM_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x27000) | ||
| 70 | #define MX27_SYSCTRL_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x27800) | ||
| 71 | #define MX27_IIM_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x28000) | ||
| 72 | #define MX27_RTIC_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x2a000) | ||
| 73 | #define MX27_FEC_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x2b000) | ||
| 74 | #define MX27_SCC_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x2c000) | ||
| 75 | #define MX27_ETB_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x3b000) | ||
| 76 | #define MX27_ETB_RAM_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x3c000) | ||
| 77 | #define MX27_JAM_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x3e000) | ||
| 78 | #define MX27_MAX_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x3f000) | ||
| 79 | |||
| 80 | #define MX27_AVIC_BASE_ADDR 0x10040000 | ||
| 47 | 81 | ||
| 48 | /* ROM patch */ | 82 | /* ROM patch */ |
| 49 | #define ROMP_BASE_ADDR 0x10041000 | 83 | #define MX27_ROMP_BASE_ADDR 0x10041000 |
| 50 | 84 | ||
| 51 | #define ATA_BASE_ADDR (SAHB1_BASE_ADDR + 0x1000) | 85 | #define MX27_SAHB1_BASE_ADDR 0x80000000 |
| 86 | #define MX27_SAHB1_BASE_ADDR_VIRT 0xf4100000 | ||
| 87 | #define MX27_SAHB1_SIZE SZ_1M | ||
| 88 | #define MX27_CSI_BASE_ADDR (MX27_SAHB1_BASE_ADDR + 0x0000) | ||
| 89 | #define MX27_ATA_BASE_ADDR (MX27_SAHB1_BASE_ADDR + 0x1000) | ||
| 52 | 90 | ||
| 53 | /* Memory regions and CS */ | 91 | /* Memory regions and CS */ |
| 54 | #define SDRAM_BASE_ADDR 0xA0000000 | 92 | #define MX27_SDRAM_BASE_ADDR 0xa0000000 |
| 55 | #define CSD1_BASE_ADDR 0xB0000000 | 93 | #define MX27_CSD1_BASE_ADDR 0xb0000000 |
| 56 | 94 | ||
| 57 | #define CS0_BASE_ADDR 0xC0000000 | 95 | #define MX27_CS0_BASE_ADDR 0xc0000000 |
| 58 | #define CS1_BASE_ADDR 0xC8000000 | 96 | #define MX27_CS1_BASE_ADDR 0xc8000000 |
| 59 | #define CS2_BASE_ADDR 0xD0000000 | 97 | #define MX27_CS2_BASE_ADDR 0xd0000000 |
| 60 | #define CS3_BASE_ADDR 0xD2000000 | 98 | #define MX27_CS3_BASE_ADDR 0xd2000000 |
| 61 | #define CS4_BASE_ADDR 0xD4000000 | 99 | #define MX27_CS4_BASE_ADDR 0xd4000000 |
| 62 | #define CS5_BASE_ADDR 0xD6000000 | 100 | #define MX27_CS5_BASE_ADDR 0xd6000000 |
| 63 | #define PCMCIA_MEM_BASE_ADDR 0xDC000000 | ||
| 64 | 101 | ||
| 65 | /* NAND, SDRAM, WEIM, M3IF, EMI controllers */ | 102 | /* NAND, SDRAM, WEIM, M3IF, EMI controllers */ |
| 66 | #define X_MEMC_BASE_ADDR 0xD8000000 | 103 | #define MX27_X_MEMC_BASE_ADDR 0xd8000000 |
| 67 | #define X_MEMC_BASE_ADDR_VIRT 0xF4200000 | 104 | #define MX27_X_MEMC_BASE_ADDR_VIRT 0xf4200000 |
| 68 | #define X_MEMC_SIZE SZ_1M | 105 | #define MX27_X_MEMC_SIZE SZ_1M |
| 106 | #define MX27_NFC_BASE_ADDR (MX27_X_MEMC_BASE_ADDR) | ||
| 107 | #define MX27_SDRAMC_BASE_ADDR (MX27_X_MEMC_BASE_ADDR + 0x1000) | ||
| 108 | #define MX27_WEIM_BASE_ADDR (MX27_X_MEMC_BASE_ADDR + 0x2000) | ||
| 109 | #define MX27_M3IF_BASE_ADDR (MX27_X_MEMC_BASE_ADDR + 0x3000) | ||
| 110 | #define MX27_PCMCIA_CTL_BASE_ADDR (MX27_X_MEMC_BASE_ADDR + 0x4000) | ||
| 69 | 111 | ||
| 70 | #define NFC_BASE_ADDR (X_MEMC_BASE_ADDR) | 112 | #define MX27_PCMCIA_MEM_BASE_ADDR 0xdc000000 |
| 71 | #define SDRAMC_BASE_ADDR (X_MEMC_BASE_ADDR + 0x1000) | 113 | |
| 72 | #define WEIM_BASE_ADDR (X_MEMC_BASE_ADDR + 0x2000) | 114 | /* IRAM */ |
| 73 | #define M3IF_BASE_ADDR (X_MEMC_BASE_ADDR + 0x3000) | 115 | #define MX27_IRAM_BASE_ADDR 0xffff4c00 /* internal ram */ |
| 74 | #define PCMCIA_CTL_BASE_ADDR (X_MEMC_BASE_ADDR + 0x4000) | ||
| 75 | 116 | ||
| 76 | /* fixed interrupt numbers */ | 117 | /* fixed interrupt numbers */ |
| 77 | #define MXC_INT_CCM 63 | 118 | #define MX27_INT_I2C2 1 |
| 78 | #define MXC_INT_IIM 62 | 119 | #define MX27_INT_GPT6 2 |
| 79 | #define MXC_INT_SAHARA 59 | 120 | #define MX27_INT_GPT5 3 |
| 80 | #define MXC_INT_SCC_SCM 58 | 121 | #define MX27_INT_GPT4 4 |
| 81 | #define MXC_INT_SCC_SMN 57 | 122 | #define MX27_INT_RTIC 5 |
| 82 | #define MXC_INT_USB3 56 | 123 | #define MX27_INT_CSPI3 6 |
| 83 | #define MXC_INT_USB2 55 | 124 | #define MX27_INT_SDHC 7 |
| 84 | #define MXC_INT_USB1 54 | 125 | #define MX27_INT_GPIO 8 |
| 85 | #define MXC_INT_VPU 53 | 126 | #define MX27_INT_SDHC3 9 |
| 86 | #define MXC_INT_FEC 50 | 127 | #define MX27_INT_SDHC2 10 |
| 87 | #define MXC_INT_UART5 49 | 128 | #define MX27_INT_SDHC1 11 |
| 88 | #define MXC_INT_UART6 48 | 129 | #define MX27_INT_I2C 12 |
| 89 | #define MXC_INT_ATA 30 | 130 | #define MX27_INT_SSI2 13 |
| 90 | #define MXC_INT_SDHC3 9 | 131 | #define MX27_INT_SSI1 14 |
| 91 | #define MXC_INT_SDHC 7 | 132 | #define MX27_INT_CSPI2 15 |
| 92 | #define MXC_INT_RTIC 5 | 133 | #define MX27_INT_CSPI1 16 |
| 93 | #define MXC_INT_GPT4 4 | 134 | #define MX27_INT_UART4 17 |
| 94 | #define MXC_INT_GPT5 3 | 135 | #define MX27_INT_UART3 18 |
| 95 | #define MXC_INT_GPT6 2 | 136 | #define MX27_INT_UART2 19 |
| 96 | #define MXC_INT_I2C2 1 | 137 | #define MX27_INT_UART1 20 |
| 138 | #define MX27_INT_KPP 21 | ||
| 139 | #define MX27_INT_RTC 22 | ||
| 140 | #define MX27_INT_PWM 23 | ||
| 141 | #define MX27_INT_GPT3 24 | ||
| 142 | #define MX27_INT_GPT2 25 | ||
| 143 | #define MX27_INT_GPT1 26 | ||
| 144 | #define MX27_INT_WDOG 27 | ||
| 145 | #define MX27_INT_PCMCIA 28 | ||
| 146 | #define MX27_INT_NANDFC 29 | ||
| 147 | #define MX27_INT_ATA 30 | ||
| 148 | #define MX27_INT_CSI 31 | ||
| 149 | #define MX27_INT_DMACH0 32 | ||
| 150 | #define MX27_INT_DMACH1 33 | ||
| 151 | #define MX27_INT_DMACH2 34 | ||
| 152 | #define MX27_INT_DMACH3 35 | ||
| 153 | #define MX27_INT_DMACH4 36 | ||
| 154 | #define MX27_INT_DMACH5 37 | ||
| 155 | #define MX27_INT_DMACH6 38 | ||
| 156 | #define MX27_INT_DMACH7 39 | ||
| 157 | #define MX27_INT_DMACH8 40 | ||
| 158 | #define MX27_INT_DMACH9 41 | ||
| 159 | #define MX27_INT_DMACH10 42 | ||
| 160 | #define MX27_INT_DMACH11 43 | ||
| 161 | #define MX27_INT_DMACH12 44 | ||
| 162 | #define MX27_INT_DMACH13 45 | ||
| 163 | #define MX27_INT_DMACH14 46 | ||
| 164 | #define MX27_INT_DMACH15 47 | ||
| 165 | #define MX27_INT_UART6 48 | ||
| 166 | #define MX27_INT_UART5 49 | ||
| 167 | #define MX27_INT_FEC 50 | ||
| 168 | #define MX27_INT_EMMAPRP 51 | ||
| 169 | #define MX27_INT_EMMAPP 52 | ||
| 170 | #define MX27_INT_VPU 53 | ||
| 171 | #define MX27_INT_USB1 54 | ||
| 172 | #define MX27_INT_USB2 55 | ||
| 173 | #define MX27_INT_USB3 56 | ||
| 174 | #define MX27_INT_SCC_SMN 57 | ||
| 175 | #define MX27_INT_SCC_SCM 58 | ||
| 176 | #define MX27_INT_SAHARA 59 | ||
| 177 | #define MX27_INT_SLCDC 60 | ||
| 178 | #define MX27_INT_LCDC 61 | ||
| 179 | #define MX27_INT_IIM 62 | ||
| 180 | #define MX27_INT_CCM 63 | ||
| 97 | 181 | ||
| 98 | /* fixed DMA request numbers */ | 182 | /* fixed DMA request numbers */ |
| 99 | #define DMA_REQ_NFC 37 | 183 | #define MX27_DMA_REQ_CSPI3_RX 1 |
| 100 | #define DMA_REQ_SDHC3 36 | 184 | #define MX27_DMA_REQ_CSPI3_TX 2 |
| 101 | #define DMA_REQ_UART6_RX 35 | 185 | #define MX27_DMA_REQ_EXT 3 |
| 102 | #define DMA_REQ_UART6_TX 34 | 186 | #define MX27_DMA_REQ_MSHC 4 |
| 103 | #define DMA_REQ_UART5_RX 33 | 187 | #define MX27_DMA_REQ_SDHC2 6 |
| 104 | #define DMA_REQ_UART5_TX 32 | 188 | #define MX27_DMA_REQ_SDHC1 7 |
| 105 | #define DMA_REQ_ATA_RCV 29 | 189 | #define MX27_DMA_REQ_SSI2_RX0 8 |
| 106 | #define DMA_REQ_ATA_TX 28 | 190 | #define MX27_DMA_REQ_SSI2_TX0 9 |
| 107 | #define DMA_REQ_MSHC 4 | 191 | #define MX27_DMA_REQ_SSI2_RX1 10 |
| 192 | #define MX27_DMA_REQ_SSI2_TX1 11 | ||
| 193 | #define MX27_DMA_REQ_SSI1_RX0 12 | ||
| 194 | #define MX27_DMA_REQ_SSI1_TX0 13 | ||
| 195 | #define MX27_DMA_REQ_SSI1_RX1 14 | ||
| 196 | #define MX27_DMA_REQ_SSI1_TX1 15 | ||
| 197 | #define MX27_DMA_REQ_CSPI2_RX 16 | ||
| 198 | #define MX27_DMA_REQ_CSPI2_TX 17 | ||
| 199 | #define MX27_DMA_REQ_CSPI1_RX 18 | ||
| 200 | #define MX27_DMA_REQ_CSPI1_TX 19 | ||
| 201 | #define MX27_DMA_REQ_UART4_RX 20 | ||
| 202 | #define MX27_DMA_REQ_UART4_TX 21 | ||
| 203 | #define MX27_DMA_REQ_UART3_RX 22 | ||
| 204 | #define MX27_DMA_REQ_UART3_TX 23 | ||
| 205 | #define MX27_DMA_REQ_UART2_RX 24 | ||
| 206 | #define MX27_DMA_REQ_UART2_TX 25 | ||
| 207 | #define MX27_DMA_REQ_UART1_RX 26 | ||
| 208 | #define MX27_DMA_REQ_UART1_TX 27 | ||
| 209 | #define MX27_DMA_REQ_ATA_TX 28 | ||
| 210 | #define MX27_DMA_REQ_ATA_RCV 29 | ||
| 211 | #define MX27_DMA_REQ_CSI_STAT 30 | ||
| 212 | #define MX27_DMA_REQ_CSI_RX 31 | ||
| 213 | #define MX27_DMA_REQ_UART5_TX 32 | ||
| 214 | #define MX27_DMA_REQ_UART5_RX 33 | ||
| 215 | #define MX27_DMA_REQ_UART6_TX 34 | ||
| 216 | #define MX27_DMA_REQ_UART6_RX 35 | ||
| 217 | #define MX27_DMA_REQ_SDHC3 36 | ||
| 218 | #define MX27_DMA_REQ_NFC 37 | ||
| 108 | 219 | ||
| 109 | /* silicon revisions specific to i.MX27 */ | 220 | /* silicon revisions specific to i.MX27 */ |
| 110 | #define CHIP_REV_1_0 0x00 | 221 | #define CHIP_REV_1_0 0x00 |
| @@ -114,6 +225,72 @@ | |||
| 114 | extern int mx27_revision(void); | 225 | extern int mx27_revision(void); |
| 115 | #endif | 226 | #endif |
| 116 | 227 | ||
| 117 | /* Mandatory defines used globally */ | 228 | /* these should go away */ |
| 229 | #define MSHC_BASE_ADDR MX27_MSHC_BASE_ADDR | ||
| 230 | #define GPT5_BASE_ADDR MX27_GPT5_BASE_ADDR | ||
| 231 | #define GPT4_BASE_ADDR MX27_GPT4_BASE_ADDR | ||
| 232 | #define UART5_BASE_ADDR MX27_UART5_BASE_ADDR | ||
| 233 | #define UART6_BASE_ADDR MX27_UART6_BASE_ADDR | ||
| 234 | #define I2C2_BASE_ADDR MX27_I2C2_BASE_ADDR | ||
| 235 | #define SDHC3_BASE_ADDR MX27_SDHC3_BASE_ADDR | ||
| 236 | #define GPT6_BASE_ADDR MX27_GPT6_BASE_ADDR | ||
| 237 | #define VPU_BASE_ADDR MX27_VPU_BASE_ADDR | ||
| 238 | #define OTG_BASE_ADDR MX27_OTG_BASE_ADDR | ||
| 239 | #define SAHARA_BASE_ADDR MX27_SAHARA_BASE_ADDR | ||
| 240 | #define IIM_BASE_ADDR MX27_IIM_BASE_ADDR | ||
| 241 | #define RTIC_BASE_ADDR MX27_RTIC_BASE_ADDR | ||
| 242 | #define FEC_BASE_ADDR MX27_FEC_BASE_ADDR | ||
| 243 | #define SCC_BASE_ADDR MX27_SCC_BASE_ADDR | ||
| 244 | #define ETB_BASE_ADDR MX27_ETB_BASE_ADDR | ||
| 245 | #define ETB_RAM_BASE_ADDR MX27_ETB_RAM_BASE_ADDR | ||
| 246 | #define ROMP_BASE_ADDR MX27_ROMP_BASE_ADDR | ||
| 247 | #define ATA_BASE_ADDR MX27_ATA_BASE_ADDR | ||
| 248 | #define SDRAM_BASE_ADDR MX27_SDRAM_BASE_ADDR | ||
| 249 | #define CSD1_BASE_ADDR MX27_CSD1_BASE_ADDR | ||
| 250 | #define CS0_BASE_ADDR MX27_CS0_BASE_ADDR | ||
| 251 | #define CS1_BASE_ADDR MX27_CS1_BASE_ADDR | ||
| 252 | #define CS2_BASE_ADDR MX27_CS2_BASE_ADDR | ||
| 253 | #define CS3_BASE_ADDR MX27_CS3_BASE_ADDR | ||
| 254 | #define CS4_BASE_ADDR MX27_CS4_BASE_ADDR | ||
| 255 | #define CS5_BASE_ADDR MX27_CS5_BASE_ADDR | ||
| 256 | #define X_MEMC_BASE_ADDR MX27_X_MEMC_BASE_ADDR | ||
| 257 | #define X_MEMC_BASE_ADDR_VIRT MX27_X_MEMC_BASE_ADDR_VIRT | ||
| 258 | #define X_MEMC_SIZE MX27_X_MEMC_SIZE | ||
| 259 | #define NFC_BASE_ADDR MX27_NFC_BASE_ADDR | ||
| 260 | #define SDRAMC_BASE_ADDR MX27_SDRAMC_BASE_ADDR | ||
| 261 | #define WEIM_BASE_ADDR MX27_WEIM_BASE_ADDR | ||
| 262 | #define M3IF_BASE_ADDR MX27_M3IF_BASE_ADDR | ||
| 263 | #define PCMCIA_CTL_BASE_ADDR MX27_PCMCIA_CTL_BASE_ADDR | ||
| 264 | #define PCMCIA_MEM_BASE_ADDR MX27_PCMCIA_MEM_BASE_ADDR | ||
| 265 | #define IRAM_BASE_ADDR MX27_IRAM_BASE_ADDR | ||
| 266 | #define MXC_INT_I2C2 MX27_INT_I2C2 | ||
| 267 | #define MXC_INT_GPT6 MX27_INT_GPT6 | ||
| 268 | #define MXC_INT_GPT5 MX27_INT_GPT5 | ||
| 269 | #define MXC_INT_GPT4 MX27_INT_GPT4 | ||
| 270 | #define MXC_INT_RTIC MX27_INT_RTIC | ||
| 271 | #define MXC_INT_SDHC MX27_INT_SDHC | ||
| 272 | #define MXC_INT_SDHC3 MX27_INT_SDHC3 | ||
| 273 | #define MXC_INT_ATA MX27_INT_ATA | ||
| 274 | #define MXC_INT_UART6 MX27_INT_UART6 | ||
| 275 | #define MXC_INT_UART5 MX27_INT_UART5 | ||
| 276 | #define MXC_INT_FEC MX27_INT_FEC | ||
| 277 | #define MXC_INT_VPU MX27_INT_VPU | ||
| 278 | #define MXC_INT_USB1 MX27_INT_USB1 | ||
| 279 | #define MXC_INT_USB2 MX27_INT_USB2 | ||
| 280 | #define MXC_INT_USB3 MX27_INT_USB3 | ||
| 281 | #define MXC_INT_SCC_SMN MX27_INT_SCC_SMN | ||
| 282 | #define MXC_INT_SCC_SCM MX27_INT_SCC_SCM | ||
| 283 | #define MXC_INT_SAHARA MX27_INT_SAHARA | ||
| 284 | #define MXC_INT_IIM MX27_INT_IIM | ||
| 285 | #define MXC_INT_CCM MX27_INT_CCM | ||
| 286 | #define DMA_REQ_MSHC MX27_DMA_REQ_MSHC | ||
| 287 | #define DMA_REQ_ATA_TX MX27_DMA_REQ_ATA_TX | ||
| 288 | #define DMA_REQ_ATA_RCV MX27_DMA_REQ_ATA_RCV | ||
| 289 | #define DMA_REQ_UART5_TX MX27_DMA_REQ_UART5_TX | ||
| 290 | #define DMA_REQ_UART5_RX MX27_DMA_REQ_UART5_RX | ||
| 291 | #define DMA_REQ_UART6_TX MX27_DMA_REQ_UART6_TX | ||
| 292 | #define DMA_REQ_UART6_RX MX27_DMA_REQ_UART6_RX | ||
| 293 | #define DMA_REQ_SDHC3 MX27_DMA_REQ_SDHC3 | ||
| 294 | #define DMA_REQ_NFC MX27_DMA_REQ_NFC | ||
| 118 | 295 | ||
| 119 | #endif /* __ASM_ARCH_MXC_MX27_H__ */ | 296 | #endif /* __ASM_ARCH_MXC_MX27_H__ */ |
diff --git a/arch/arm/plat-mxc/include/mach/mx2x.h b/arch/arm/plat-mxc/include/mach/mx2x.h index db5d921e0fe6..f2eaf140ed02 100644 --- a/arch/arm/plat-mxc/include/mach/mx2x.h +++ b/arch/arm/plat-mxc/include/mach/mx2x.h | |||
| @@ -25,51 +25,49 @@ | |||
| 25 | 25 | ||
| 26 | /* The following addresses are common between i.MX21 and i.MX27 */ | 26 | /* The following addresses are common between i.MX21 and i.MX27 */ |
| 27 | 27 | ||
| 28 | /* Register offests */ | 28 | /* Register offsets */ |
| 29 | #define AIPI_BASE_ADDR 0x10000000 | 29 | #define MX2x_AIPI_BASE_ADDR 0x10000000 |
| 30 | #define AIPI_BASE_ADDR_VIRT 0xF4000000 | 30 | #define MX2x_AIPI_BASE_ADDR_VIRT 0xf4000000 |
| 31 | #define AIPI_SIZE SZ_1M | 31 | #define MX2x_AIPI_SIZE SZ_1M |
| 32 | 32 | #define MX2x_DMA_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x01000) | |
| 33 | #define DMA_BASE_ADDR (AIPI_BASE_ADDR + 0x01000) | 33 | #define MX2x_WDOG_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x02000) |
| 34 | #define WDOG_BASE_ADDR (AIPI_BASE_ADDR + 0x02000) | 34 | #define MX2x_GPT1_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x03000) |
| 35 | #define GPT1_BASE_ADDR (AIPI_BASE_ADDR + 0x03000) | 35 | #define MX2x_GPT2_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x04000) |
| 36 | #define GPT2_BASE_ADDR (AIPI_BASE_ADDR + 0x04000) | 36 | #define MX2x_GPT3_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x05000) |
| 37 | #define GPT3_BASE_ADDR (AIPI_BASE_ADDR + 0x05000) | 37 | #define MX2x_PWM_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x06000) |
| 38 | #define PWM_BASE_ADDR (AIPI_BASE_ADDR + 0x06000) | 38 | #define MX2x_RTC_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x07000) |
| 39 | #define RTC_BASE_ADDR (AIPI_BASE_ADDR + 0x07000) | 39 | #define MX2x_KPP_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x08000) |
| 40 | #define KPP_BASE_ADDR (AIPI_BASE_ADDR + 0x08000) | 40 | #define MX2x_OWIRE_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x09000) |
| 41 | #define OWIRE_BASE_ADDR (AIPI_BASE_ADDR + 0x09000) | 41 | #define MX2x_UART1_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x0a000) |
| 42 | #define UART1_BASE_ADDR (AIPI_BASE_ADDR + 0x0A000) | 42 | #define MX2x_UART2_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x0b000) |
| 43 | #define UART2_BASE_ADDR (AIPI_BASE_ADDR + 0x0B000) | 43 | #define MX2x_UART3_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x0c000) |
| 44 | #define UART3_BASE_ADDR (AIPI_BASE_ADDR + 0x0C000) | 44 | #define MX2x_UART4_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x0d000) |
| 45 | #define UART4_BASE_ADDR (AIPI_BASE_ADDR + 0x0D000) | 45 | #define MX2x_CSPI1_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x0e000) |
| 46 | #define CSPI1_BASE_ADDR (AIPI_BASE_ADDR + 0x0E000) | 46 | #define MX2x_CSPI2_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x0f000) |
| 47 | #define CSPI2_BASE_ADDR (AIPI_BASE_ADDR + 0x0F000) | 47 | #define MX2x_SSI1_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x10000) |
| 48 | #define SSI1_BASE_ADDR (AIPI_BASE_ADDR + 0x10000) | 48 | #define MX2x_SSI2_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x11000) |
| 49 | #define SSI2_BASE_ADDR (AIPI_BASE_ADDR + 0x11000) | 49 | #define MX2x_I2C_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x12000) |
| 50 | #define I2C_BASE_ADDR (AIPI_BASE_ADDR + 0x12000) | 50 | #define MX2x_SDHC1_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x13000) |
| 51 | #define SDHC1_BASE_ADDR (AIPI_BASE_ADDR + 0x13000) | 51 | #define MX2x_SDHC2_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x14000) |
| 52 | #define SDHC2_BASE_ADDR (AIPI_BASE_ADDR + 0x14000) | 52 | #define MX2x_GPIO_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x15000) |
| 53 | #define GPIO_BASE_ADDR (AIPI_BASE_ADDR + 0x15000) | 53 | #define MX2x_AUDMUX_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x16000) |
| 54 | #define AUDMUX_BASE_ADDR (AIPI_BASE_ADDR + 0x16000) | 54 | #define MX2x_CSPI3_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x17000) |
| 55 | #define CSPI3_BASE_ADDR (AIPI_BASE_ADDR + 0x17000) | 55 | #define MX2x_LCDC_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x21000) |
| 56 | #define LCDC_BASE_ADDR (AIPI_BASE_ADDR + 0x21000) | 56 | #define MX2x_SLCDC_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x22000) |
| 57 | #define SLCDC_BASE_ADDR (AIPI_BASE_ADDR + 0x22000) | 57 | #define MX2x_USBOTG_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x24000) |
| 58 | #define USBOTG_BASE_ADDR (AIPI_BASE_ADDR + 0x24000) | 58 | #define MX2x_EMMA_PP_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x26000) |
| 59 | #define EMMA_PP_BASE_ADDR (AIPI_BASE_ADDR + 0x26000) | 59 | #define MX2x_EMMA_PRP_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x26400) |
| 60 | #define EMMA_PRP_BASE_ADDR (AIPI_BASE_ADDR + 0x26400) | 60 | #define MX2x_CCM_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x27000) |
| 61 | #define CCM_BASE_ADDR (AIPI_BASE_ADDR + 0x27000) | 61 | #define MX2x_SYSCTRL_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x27800) |
| 62 | #define SYSCTRL_BASE_ADDR (AIPI_BASE_ADDR + 0x27800) | 62 | #define MX2x_JAM_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x3e000) |
| 63 | #define JAM_BASE_ADDR (AIPI_BASE_ADDR + 0x3E000) | 63 | #define MX2x_MAX_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x3f000) |
| 64 | #define MAX_BASE_ADDR (AIPI_BASE_ADDR + 0x3F000) | 64 | |
| 65 | 65 | #define MX2x_AVIC_BASE_ADDR 0x10040000 | |
| 66 | #define AVIC_BASE_ADDR 0x10040000 | 66 | |
| 67 | 67 | #define MX2x_SAHB1_BASE_ADDR 0x80000000 | |
| 68 | #define SAHB1_BASE_ADDR 0x80000000 | 68 | #define MX2x_SAHB1_BASE_ADDR_VIRT 0xf4100000 |
| 69 | #define SAHB1_BASE_ADDR_VIRT 0xF4100000 | 69 | #define MX2x_SAHB1_SIZE SZ_1M |
| 70 | #define SAHB1_SIZE SZ_1M | 70 | #define MX2x_CSI_BASE_ADDR (MX2x_SAHB1_BASE_ADDR + 0x0000) |
| 71 | |||
| 72 | #define CSI_BASE_ADDR (SAHB1_BASE_ADDR + 0x0000) | ||
| 73 | 71 | ||
| 74 | /* | 72 | /* |
| 75 | * This macro defines the physical to virtual address mapping for all the | 73 | * This macro defines the physical to virtual address mapping for all the |
| @@ -105,78 +103,189 @@ | |||
| 105 | (((x) - X_MEMC_BASE_ADDR) + X_MEMC_BASE_ADDR_VIRT) | 103 | (((x) - X_MEMC_BASE_ADDR) + X_MEMC_BASE_ADDR_VIRT) |
| 106 | 104 | ||
| 107 | /* fixed interrupt numbers */ | 105 | /* fixed interrupt numbers */ |
| 108 | #define MXC_INT_LCDC 61 | 106 | #define MX2x_INT_CSPI3 6 |
| 109 | #define MXC_INT_SLCDC 60 | 107 | #define MX2x_INT_GPIO 8 |
| 110 | #define MXC_INT_EMMAPP 52 | 108 | #define MX2x_INT_SDHC2 10 |
| 111 | #define MXC_INT_EMMAPRP 51 | 109 | #define MX2x_INT_SDHC1 11 |
| 112 | #define MXC_INT_DMACH15 47 | 110 | #define MX2x_INT_I2C 12 |
| 113 | #define MXC_INT_DMACH14 46 | 111 | #define MX2x_INT_SSI2 13 |
| 114 | #define MXC_INT_DMACH13 45 | 112 | #define MX2x_INT_SSI1 14 |
| 115 | #define MXC_INT_DMACH12 44 | 113 | #define MX2x_INT_CSPI2 15 |
| 116 | #define MXC_INT_DMACH11 43 | 114 | #define MX2x_INT_CSPI1 16 |
| 117 | #define MXC_INT_DMACH10 42 | 115 | #define MX2x_INT_UART4 17 |
| 118 | #define MXC_INT_DMACH9 41 | 116 | #define MX2x_INT_UART3 18 |
| 119 | #define MXC_INT_DMACH8 40 | 117 | #define MX2x_INT_UART2 19 |
| 120 | #define MXC_INT_DMACH7 39 | 118 | #define MX2x_INT_UART1 20 |
| 121 | #define MXC_INT_DMACH6 38 | 119 | #define MX2x_INT_KPP 21 |
| 122 | #define MXC_INT_DMACH5 37 | 120 | #define MX2x_INT_RTC 22 |
| 123 | #define MXC_INT_DMACH4 36 | 121 | #define MX2x_INT_PWM 23 |
| 124 | #define MXC_INT_DMACH3 35 | 122 | #define MX2x_INT_GPT3 24 |
| 125 | #define MXC_INT_DMACH2 34 | 123 | #define MX2x_INT_GPT2 25 |
| 126 | #define MXC_INT_DMACH1 33 | 124 | #define MX2x_INT_GPT1 26 |
| 127 | #define MXC_INT_DMACH0 32 | 125 | #define MX2x_INT_WDOG 27 |
| 128 | #define MXC_INT_CSI 31 | 126 | #define MX2x_INT_PCMCIA 28 |
| 129 | #define MXC_INT_NANDFC 29 | 127 | #define MX2x_INT_NANDFC 29 |
| 130 | #define MXC_INT_PCMCIA 28 | 128 | #define MX2x_INT_CSI 31 |
| 131 | #define MXC_INT_WDOG 27 | 129 | #define MX2x_INT_DMACH0 32 |
| 132 | #define MXC_INT_GPT1 26 | 130 | #define MX2x_INT_DMACH1 33 |
| 133 | #define MXC_INT_GPT2 25 | 131 | #define MX2x_INT_DMACH2 34 |
| 134 | #define MXC_INT_GPT3 24 | 132 | #define MX2x_INT_DMACH3 35 |
| 135 | #define MXC_INT_GPT INT_GPT1 | 133 | #define MX2x_INT_DMACH4 36 |
| 136 | #define MXC_INT_PWM 23 | 134 | #define MX2x_INT_DMACH5 37 |
| 137 | #define MXC_INT_RTC 22 | 135 | #define MX2x_INT_DMACH6 38 |
| 138 | #define MXC_INT_KPP 21 | 136 | #define MX2x_INT_DMACH7 39 |
| 139 | #define MXC_INT_UART1 20 | 137 | #define MX2x_INT_DMACH8 40 |
| 140 | #define MXC_INT_UART2 19 | 138 | #define MX2x_INT_DMACH9 41 |
| 141 | #define MXC_INT_UART3 18 | 139 | #define MX2x_INT_DMACH10 42 |
| 142 | #define MXC_INT_UART4 17 | 140 | #define MX2x_INT_DMACH11 43 |
| 143 | #define MXC_INT_CSPI1 16 | 141 | #define MX2x_INT_DMACH12 44 |
| 144 | #define MXC_INT_CSPI2 15 | 142 | #define MX2x_INT_DMACH13 45 |
| 145 | #define MXC_INT_SSI1 14 | 143 | #define MX2x_INT_DMACH14 46 |
| 146 | #define MXC_INT_SSI2 13 | 144 | #define MX2x_INT_DMACH15 47 |
| 147 | #define MXC_INT_I2C 12 | 145 | #define MX2x_INT_EMMAPRP 51 |
| 148 | #define MXC_INT_SDHC1 11 | 146 | #define MX2x_INT_EMMAPP 52 |
| 149 | #define MXC_INT_SDHC2 10 | 147 | #define MX2x_INT_SLCDC 60 |
| 150 | #define MXC_INT_GPIO 8 | 148 | #define MX2x_INT_LCDC 61 |
| 151 | #define MXC_INT_CSPI3 6 | ||
| 152 | 149 | ||
| 153 | /* fixed DMA request numbers */ | 150 | /* fixed DMA request numbers */ |
| 154 | #define DMA_REQ_CSI_RX 31 | 151 | #define MX2x_DMA_REQ_CSPI3_RX 1 |
| 155 | #define DMA_REQ_CSI_STAT 30 | 152 | #define MX2x_DMA_REQ_CSPI3_TX 2 |
| 156 | #define DMA_REQ_UART1_TX 27 | 153 | #define MX2x_DMA_REQ_EXT 3 |
| 157 | #define DMA_REQ_UART1_RX 26 | 154 | #define MX2x_DMA_REQ_SDHC2 6 |
| 158 | #define DMA_REQ_UART2_TX 25 | 155 | #define MX2x_DMA_REQ_SDHC1 7 |
| 159 | #define DMA_REQ_UART2_RX 24 | 156 | #define MX2x_DMA_REQ_SSI2_RX0 8 |
| 160 | #define DMA_REQ_UART3_TX 23 | 157 | #define MX2x_DMA_REQ_SSI2_TX0 9 |
| 161 | #define DMA_REQ_UART3_RX 22 | 158 | #define MX2x_DMA_REQ_SSI2_RX1 10 |
| 162 | #define DMA_REQ_UART4_TX 21 | 159 | #define MX2x_DMA_REQ_SSI2_TX1 11 |
| 163 | #define DMA_REQ_UART4_RX 20 | 160 | #define MX2x_DMA_REQ_SSI1_RX0 12 |
| 164 | #define DMA_REQ_CSPI1_TX 19 | 161 | #define MX2x_DMA_REQ_SSI1_TX0 13 |
| 165 | #define DMA_REQ_CSPI1_RX 18 | 162 | #define MX2x_DMA_REQ_SSI1_RX1 14 |
| 166 | #define DMA_REQ_CSPI2_TX 17 | 163 | #define MX2x_DMA_REQ_SSI1_TX1 15 |
| 167 | #define DMA_REQ_CSPI2_RX 16 | 164 | #define MX2x_DMA_REQ_CSPI2_RX 16 |
| 168 | #define DMA_REQ_SSI1_TX1 15 | 165 | #define MX2x_DMA_REQ_CSPI2_TX 17 |
| 169 | #define DMA_REQ_SSI1_RX1 14 | 166 | #define MX2x_DMA_REQ_CSPI1_RX 18 |
| 170 | #define DMA_REQ_SSI1_TX0 13 | 167 | #define MX2x_DMA_REQ_CSPI1_TX 19 |
| 171 | #define DMA_REQ_SSI1_RX0 12 | 168 | #define MX2x_DMA_REQ_UART4_RX 20 |
| 172 | #define DMA_REQ_SSI2_TX1 11 | 169 | #define MX2x_DMA_REQ_UART4_TX 21 |
| 173 | #define DMA_REQ_SSI2_RX1 10 | 170 | #define MX2x_DMA_REQ_UART3_RX 22 |
| 174 | #define DMA_REQ_SSI2_TX0 9 | 171 | #define MX2x_DMA_REQ_UART3_TX 23 |
| 175 | #define DMA_REQ_SSI2_RX0 8 | 172 | #define MX2x_DMA_REQ_UART2_RX 24 |
| 176 | #define DMA_REQ_SDHC1 7 | 173 | #define MX2x_DMA_REQ_UART2_TX 25 |
| 177 | #define DMA_REQ_SDHC2 6 | 174 | #define MX2x_DMA_REQ_UART1_RX 26 |
| 178 | #define DMA_REQ_EXT 3 | 175 | #define MX2x_DMA_REQ_UART1_TX 27 |
| 179 | #define DMA_REQ_CSPI3_TX 2 | 176 | #define MX2x_DMA_REQ_CSI_STAT 30 |
| 180 | #define DMA_REQ_CSPI3_RX 1 | 177 | #define MX2x_DMA_REQ_CSI_RX 31 |
| 178 | |||
| 179 | /* these should go away */ | ||
| 180 | #define AIPI_BASE_ADDR MX2x_AIPI_BASE_ADDR | ||
| 181 | #define AIPI_BASE_ADDR_VIRT MX2x_AIPI_BASE_ADDR_VIRT | ||
| 182 | #define AIPI_SIZE MX2x_AIPI_SIZE | ||
| 183 | #define DMA_BASE_ADDR MX2x_DMA_BASE_ADDR | ||
| 184 | #define WDOG_BASE_ADDR MX2x_WDOG_BASE_ADDR | ||
| 185 | #define GPT1_BASE_ADDR MX2x_GPT1_BASE_ADDR | ||
| 186 | #define GPT2_BASE_ADDR MX2x_GPT2_BASE_ADDR | ||
| 187 | #define GPT3_BASE_ADDR MX2x_GPT3_BASE_ADDR | ||
| 188 | #define PWM_BASE_ADDR MX2x_PWM_BASE_ADDR | ||
| 189 | #define RTC_BASE_ADDR MX2x_RTC_BASE_ADDR | ||
| 190 | #define KPP_BASE_ADDR MX2x_KPP_BASE_ADDR | ||
| 191 | #define OWIRE_BASE_ADDR MX2x_OWIRE_BASE_ADDR | ||
| 192 | #define UART1_BASE_ADDR MX2x_UART1_BASE_ADDR | ||
| 193 | #define UART2_BASE_ADDR MX2x_UART2_BASE_ADDR | ||
| 194 | #define UART3_BASE_ADDR MX2x_UART3_BASE_ADDR | ||
| 195 | #define UART4_BASE_ADDR MX2x_UART4_BASE_ADDR | ||
| 196 | #define CSPI1_BASE_ADDR MX2x_CSPI1_BASE_ADDR | ||
| 197 | #define CSPI2_BASE_ADDR MX2x_CSPI2_BASE_ADDR | ||
| 198 | #define SSI1_BASE_ADDR MX2x_SSI1_BASE_ADDR | ||
| 199 | #define SSI2_BASE_ADDR MX2x_SSI2_BASE_ADDR | ||
| 200 | #define I2C_BASE_ADDR MX2x_I2C_BASE_ADDR | ||
| 201 | #define SDHC1_BASE_ADDR MX2x_SDHC1_BASE_ADDR | ||
| 202 | #define SDHC2_BASE_ADDR MX2x_SDHC2_BASE_ADDR | ||
| 203 | #define GPIO_BASE_ADDR MX2x_GPIO_BASE_ADDR | ||
| 204 | #define AUDMUX_BASE_ADDR MX2x_AUDMUX_BASE_ADDR | ||
| 205 | #define CSPI3_BASE_ADDR MX2x_CSPI3_BASE_ADDR | ||
| 206 | #define LCDC_BASE_ADDR MX2x_LCDC_BASE_ADDR | ||
| 207 | #define SLCDC_BASE_ADDR MX2x_SLCDC_BASE_ADDR | ||
| 208 | #define USBOTG_BASE_ADDR MX2x_USBOTG_BASE_ADDR | ||
| 209 | #define EMMA_PP_BASE_ADDR MX2x_EMMA_PP_BASE_ADDR | ||
| 210 | #define EMMA_PRP_BASE_ADDR MX2x_EMMA_PRP_BASE_ADDR | ||
| 211 | #define CCM_BASE_ADDR MX2x_CCM_BASE_ADDR | ||
| 212 | #define SYSCTRL_BASE_ADDR MX2x_SYSCTRL_BASE_ADDR | ||
| 213 | #define JAM_BASE_ADDR MX2x_JAM_BASE_ADDR | ||
| 214 | #define MAX_BASE_ADDR MX2x_MAX_BASE_ADDR | ||
| 215 | #define AVIC_BASE_ADDR MX2x_AVIC_BASE_ADDR | ||
| 216 | #define SAHB1_BASE_ADDR MX2x_SAHB1_BASE_ADDR | ||
| 217 | #define SAHB1_BASE_ADDR_VIRT MX2x_SAHB1_BASE_ADDR_VIRT | ||
| 218 | #define SAHB1_SIZE MX2x_SAHB1_SIZE | ||
| 219 | #define CSI_BASE_ADDR MX2x_CSI_BASE_ADDR | ||
| 220 | #define MXC_INT_CSPI3 MX2x_INT_CSPI3 | ||
| 221 | #define MXC_INT_GPIO MX2x_INT_GPIO | ||
| 222 | #define MXC_INT_SDHC2 MX2x_INT_SDHC2 | ||
| 223 | #define MXC_INT_SDHC1 MX2x_INT_SDHC1 | ||
| 224 | #define MXC_INT_I2C MX2x_INT_I2C | ||
| 225 | #define MXC_INT_SSI2 MX2x_INT_SSI2 | ||
| 226 | #define MXC_INT_SSI1 MX2x_INT_SSI1 | ||
| 227 | #define MXC_INT_CSPI2 MX2x_INT_CSPI2 | ||
| 228 | #define MXC_INT_CSPI1 MX2x_INT_CSPI1 | ||
| 229 | #define MXC_INT_UART4 MX2x_INT_UART4 | ||
| 230 | #define MXC_INT_UART3 MX2x_INT_UART3 | ||
| 231 | #define MXC_INT_UART2 MX2x_INT_UART2 | ||
| 232 | #define MXC_INT_UART1 MX2x_INT_UART1 | ||
| 233 | #define MXC_INT_KPP MX2x_INT_KPP | ||
| 234 | #define MXC_INT_RTC MX2x_INT_RTC | ||
| 235 | #define MXC_INT_PWM MX2x_INT_PWM | ||
| 236 | #define MXC_INT_GPT3 MX2x_INT_GPT3 | ||
| 237 | #define MXC_INT_GPT2 MX2x_INT_GPT2 | ||
| 238 | #define MXC_INT_GPT1 MX2x_INT_GPT1 | ||
| 239 | #define MXC_INT_WDOG MX2x_INT_WDOG | ||
| 240 | #define MXC_INT_PCMCIA MX2x_INT_PCMCIA | ||
| 241 | #define MXC_INT_NANDFC MX2x_INT_NANDFC | ||
| 242 | #define MXC_INT_CSI MX2x_INT_CSI | ||
| 243 | #define MXC_INT_DMACH0 MX2x_INT_DMACH0 | ||
| 244 | #define MXC_INT_DMACH1 MX2x_INT_DMACH1 | ||
| 245 | #define MXC_INT_DMACH2 MX2x_INT_DMACH2 | ||
| 246 | #define MXC_INT_DMACH3 MX2x_INT_DMACH3 | ||
| 247 | #define MXC_INT_DMACH4 MX2x_INT_DMACH4 | ||
| 248 | #define MXC_INT_DMACH5 MX2x_INT_DMACH5 | ||
| 249 | #define MXC_INT_DMACH6 MX2x_INT_DMACH6 | ||
| 250 | #define MXC_INT_DMACH7 MX2x_INT_DMACH7 | ||
| 251 | #define MXC_INT_DMACH8 MX2x_INT_DMACH8 | ||
| 252 | #define MXC_INT_DMACH9 MX2x_INT_DMACH9 | ||
| 253 | #define MXC_INT_DMACH10 MX2x_INT_DMACH10 | ||
| 254 | #define MXC_INT_DMACH11 MX2x_INT_DMACH11 | ||
| 255 | #define MXC_INT_DMACH12 MX2x_INT_DMACH12 | ||
| 256 | #define MXC_INT_DMACH13 MX2x_INT_DMACH13 | ||
| 257 | #define MXC_INT_DMACH14 MX2x_INT_DMACH14 | ||
| 258 | #define MXC_INT_DMACH15 MX2x_INT_DMACH15 | ||
| 259 | #define MXC_INT_EMMAPRP MX2x_INT_EMMAPRP | ||
| 260 | #define MXC_INT_EMMAPP MX2x_INT_EMMAPP | ||
| 261 | #define MXC_INT_SLCDC MX2x_INT_SLCDC | ||
| 262 | #define MXC_INT_LCDC MX2x_INT_LCDC | ||
| 263 | #define DMA_REQ_CSPI3_RX MX2x_DMA_REQ_CSPI3_RX | ||
| 264 | #define DMA_REQ_CSPI3_TX MX2x_DMA_REQ_CSPI3_TX | ||
| 265 | #define DMA_REQ_EXT MX2x_DMA_REQ_EXT | ||
| 266 | #define DMA_REQ_SDHC2 MX2x_DMA_REQ_SDHC2 | ||
| 267 | #define DMA_REQ_SDHC1 MX2x_DMA_REQ_SDHC1 | ||
| 268 | #define DMA_REQ_SSI2_RX0 MX2x_DMA_REQ_SSI2_RX0 | ||
| 269 | #define DMA_REQ_SSI2_TX0 MX2x_DMA_REQ_SSI2_TX0 | ||
| 270 | #define DMA_REQ_SSI2_RX1 MX2x_DMA_REQ_SSI2_RX1 | ||
| 271 | #define DMA_REQ_SSI2_TX1 MX2x_DMA_REQ_SSI2_TX1 | ||
| 272 | #define DMA_REQ_SSI1_RX0 MX2x_DMA_REQ_SSI1_RX0 | ||
| 273 | #define DMA_REQ_SSI1_TX0 MX2x_DMA_REQ_SSI1_TX0 | ||
| 274 | #define DMA_REQ_SSI1_RX1 MX2x_DMA_REQ_SSI1_RX1 | ||
| 275 | #define DMA_REQ_SSI1_TX1 MX2x_DMA_REQ_SSI1_TX1 | ||
| 276 | #define DMA_REQ_CSPI2_RX MX2x_DMA_REQ_CSPI2_RX | ||
| 277 | #define DMA_REQ_CSPI2_TX MX2x_DMA_REQ_CSPI2_TX | ||
| 278 | #define DMA_REQ_CSPI1_RX MX2x_DMA_REQ_CSPI1_RX | ||
| 279 | #define DMA_REQ_CSPI1_TX MX2x_DMA_REQ_CSPI1_TX | ||
| 280 | #define DMA_REQ_UART4_RX MX2x_DMA_REQ_UART4_RX | ||
| 281 | #define DMA_REQ_UART4_TX MX2x_DMA_REQ_UART4_TX | ||
| 282 | #define DMA_REQ_UART3_RX MX2x_DMA_REQ_UART3_RX | ||
| 283 | #define DMA_REQ_UART3_TX MX2x_DMA_REQ_UART3_TX | ||
| 284 | #define DMA_REQ_UART2_RX MX2x_DMA_REQ_UART2_RX | ||
| 285 | #define DMA_REQ_UART2_TX MX2x_DMA_REQ_UART2_TX | ||
| 286 | #define DMA_REQ_UART1_RX MX2x_DMA_REQ_UART1_RX | ||
| 287 | #define DMA_REQ_UART1_TX MX2x_DMA_REQ_UART1_TX | ||
| 288 | #define DMA_REQ_CSI_STAT MX2x_DMA_REQ_CSI_STAT | ||
| 289 | #define DMA_REQ_CSI_RX MX2x_DMA_REQ_CSI_RX | ||
| 181 | 290 | ||
| 182 | #endif /* __ASM_ARCH_MXC_MX2x_H__ */ | 291 | #endif /* __ASM_ARCH_MXC_MX2x_H__ */ |
diff --git a/arch/arm/plat-mxc/include/mach/mx31.h b/arch/arm/plat-mxc/include/mach/mx31.h index 14ac0dcc82f4..b8b47d139eb5 100644 --- a/arch/arm/plat-mxc/include/mach/mx31.h +++ b/arch/arm/plat-mxc/include/mach/mx31.h | |||
| @@ -1,45 +1,218 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * IRAM | 2 | * IRAM |
| 3 | */ | 3 | */ |
| 4 | #define MX31_IRAM_BASE_ADDR 0x1FFC0000 /* internal ram */ | 4 | #define MX31_IRAM_BASE_ADDR 0x1ffc0000 /* internal ram */ |
| 5 | #define MX31_IRAM_SIZE SZ_16K | 5 | #define MX31_IRAM_SIZE SZ_16K |
| 6 | 6 | ||
| 7 | #define MX31_OTG_BASE_ADDR (AIPS1_BASE_ADDR + 0x00088000) | 7 | #define MX31_L2CC_BASE_ADDR 0x30000000 |
| 8 | #define ATA_BASE_ADDR (AIPS1_BASE_ADDR + 0x0008C000) | 8 | #define MX31_L2CC_SIZE SZ_1M |
| 9 | #define UART4_BASE_ADDR (AIPS1_BASE_ADDR + 0x000B0000) | ||
| 10 | #define UART5_BASE_ADDR (AIPS1_BASE_ADDR + 0x000B4000) | ||
| 11 | 9 | ||
| 12 | #define MMC_SDHC1_BASE_ADDR (SPBA0_BASE_ADDR + 0x00004000) | 10 | #define MX31_AIPS1_BASE_ADDR 0x43f00000 |
| 13 | #define MMC_SDHC2_BASE_ADDR (SPBA0_BASE_ADDR + 0x00008000) | 11 | #define MX31_AIPS1_BASE_ADDR_VIRT 0xfc000000 |
| 14 | #define SIM1_BASE_ADDR (SPBA0_BASE_ADDR + 0x00018000) | 12 | #define MX31_AIPS1_SIZE SZ_1M |
| 15 | #define IIM_BASE_ADDR (SPBA0_BASE_ADDR + 0x0001C000) | 13 | #define MX31_MAX_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x04000) |
| 14 | #define MX31_EVTMON_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x08000) | ||
| 15 | #define MX31_CLKCTL_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x0c000) | ||
| 16 | #define MX31_ETB_SLOT4_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x10000) | ||
| 17 | #define MX31_ETB_SLOT5_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x14000) | ||
| 18 | #define MX31_ECT_CTIO_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x18000) | ||
| 19 | #define MX31_I2C_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x80000) | ||
| 20 | #define MX31_I2C3_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x84000) | ||
| 21 | #define MX31_OTG_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x88000) | ||
| 22 | #define MX31_ATA_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x8c000) | ||
| 23 | #define MX31_UART1_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x90000) | ||
| 24 | #define MX31_UART2_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x94000) | ||
| 25 | #define MX31_I2C2_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x98000) | ||
| 26 | #define MX31_OWIRE_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0x9c000) | ||
| 27 | #define MX31_SSI1_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0xa0000) | ||
| 28 | #define MX31_CSPI1_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0xa4000) | ||
| 29 | #define MX31_KPP_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0xa8000) | ||
| 30 | #define MX31_IOMUXC_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0xac000) | ||
| 31 | #define MX31_UART4_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0xb0000) | ||
| 32 | #define MX31_UART5_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0xb4000) | ||
| 33 | #define MX31_ECT_IP1_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0xb8000) | ||
| 34 | #define MX31_ECT_IP2_BASE_ADDR (MX31_AIPS1_BASE_ADDR + 0xbc000) | ||
| 16 | 35 | ||
| 17 | #define CSPI3_BASE_ADDR (AIPS2_BASE_ADDR + 0x00084000) | 36 | #define MX31_SPBA0_BASE_ADDR 0x50000000 |
| 18 | #define FIRI_BASE_ADDR (AIPS2_BASE_ADDR + 0x0008C000) | 37 | #define MX31_SPBA0_BASE_ADDR_VIRT 0xfc100000 |
| 19 | #define SCM_BASE_ADDR (AIPS2_BASE_ADDR + 0x000AE000) | 38 | #define MX31_SPBA0_SIZE SZ_1M |
| 20 | #define SMN_BASE_ADDR (AIPS2_BASE_ADDR + 0x000AF000) | 39 | #define MX31_MMC_SDHC1_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x04000) |
| 21 | #define MPEG4_ENC_BASE_ADDR (AIPS2_BASE_ADDR + 0x000C8000) | 40 | #define MX31_MMC_SDHC2_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x08000) |
| 41 | #define MX31_UART3_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x0c000) | ||
| 42 | #define MX31_CSPI2_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x10000) | ||
| 43 | #define MX31_SSI2_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x14000) | ||
| 44 | #define MX31_SIM1_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x18000) | ||
| 45 | #define MX31_IIM_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x1c000) | ||
| 46 | #define MX31_ATA_DMA_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x20000) | ||
| 47 | #define MX31_MSHC1_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x24000) | ||
| 48 | #define MX31_SPBA_CTRL_BASE_ADDR (MX31_SPBA0_BASE_ADDR + 0x3c000) | ||
| 22 | 49 | ||
| 23 | #define MX31_NFC_BASE_ADDR (X_MEMC_BASE_ADDR + 0x0000) | 50 | #define MX31_AIPS2_BASE_ADDR 0x53f00000 |
| 51 | #define MX31_AIPS2_BASE_ADDR_VIRT 0xfc200000 | ||
| 52 | #define MX31_AIPS2_SIZE SZ_1M | ||
| 53 | #define MX31_CCM_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0x80000) | ||
| 54 | #define MX31_CSPI3_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0x84000) | ||
| 55 | #define MX31_FIRI_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0x8c000) | ||
| 56 | #define MX31_GPT1_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0x90000) | ||
| 57 | #define MX31_EPIT1_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0x94000) | ||
| 58 | #define MX31_EPIT2_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0x98000) | ||
| 59 | #define MX31_GPIO3_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xa4000) | ||
| 60 | #define MX31_SCC_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xac000) | ||
| 61 | #define MX31_SCM_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xae000) | ||
| 62 | #define MX31_SMN_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xaf000) | ||
| 63 | #define MX31_RNGA_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xb0000) | ||
| 64 | #define MX31_IPU_CTRL_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xc0000) | ||
| 65 | #define MX31_AUDMUX_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xc4000) | ||
| 66 | #define MX31_MPEG4_ENC_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xc8000) | ||
| 67 | #define MX31_GPIO1_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xcc000) | ||
| 68 | #define MX31_GPIO2_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xd0000) | ||
| 69 | #define MX31_SDMA_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xd4000) | ||
| 70 | #define MX31_RTC_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xd8000) | ||
| 71 | #define MX31_WDOG_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xdc000) | ||
| 72 | #define MX31_PWM_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xe0000) | ||
| 73 | #define MX31_RTIC_BASE_ADDR (MX31_AIPS2_BASE_ADDR + 0xec000) | ||
| 24 | 74 | ||
| 25 | #define MXC_INT_MPEG4_ENCODER 5 | 75 | #define MX31_ROMP_BASE_ADDR 0x60000000 |
| 26 | #define MXC_INT_FIRI 7 | 76 | #define MX31_ROMP_BASE_ADDR_VIRT 0xfc500000 |
| 77 | #define MX31_ROMP_SIZE SZ_1M | ||
| 78 | |||
| 79 | #define MX31_AVIC_BASE_ADDR 0x68000000 | ||
| 80 | #define MX31_AVIC_BASE_ADDR_VIRT 0xfc400000 | ||
| 81 | #define MX31_AVIC_SIZE SZ_1M | ||
| 82 | |||
| 83 | #define MX31_IPU_MEM_BASE_ADDR 0x70000000 | ||
| 84 | #define MX31_CSD0_BASE_ADDR 0x80000000 | ||
| 85 | #define MX31_CSD1_BASE_ADDR 0x90000000 | ||
| 86 | |||
| 87 | #define MX31_CS0_BASE_ADDR 0xa0000000 | ||
| 88 | #define MX31_CS1_BASE_ADDR 0xa8000000 | ||
| 89 | #define MX31_CS2_BASE_ADDR 0xb0000000 | ||
| 90 | #define MX31_CS3_BASE_ADDR 0xb2000000 | ||
| 91 | |||
| 92 | #define MX31_CS4_BASE_ADDR 0xb4000000 | ||
| 93 | #define MX31_CS4_BASE_ADDR_VIRT 0xf4000000 | ||
| 94 | #define MX31_CS4_SIZE SZ_32M | ||
| 95 | |||
| 96 | #define MX31_CS5_BASE_ADDR 0xb6000000 | ||
| 97 | #define MX31_CS5_BASE_ADDR_VIRT 0xf6000000 | ||
| 98 | #define MX31_CS5_SIZE SZ_32M | ||
| 99 | |||
| 100 | #define MX31_X_MEMC_BASE_ADDR 0xb8000000 | ||
| 101 | #define MX31_X_MEMC_BASE_ADDR_VIRT 0xfc320000 | ||
| 102 | #define MX31_X_MEMC_SIZE SZ_64K | ||
| 103 | #define MX31_NFC_BASE_ADDR (MX31_X_MEMC_BASE_ADDR + 0x0000) | ||
| 104 | #define MX31_ESDCTL_BASE_ADDR (MX31_X_MEMC_BASE_ADDR + 0x1000) | ||
| 105 | #define MX31_WEIM_BASE_ADDR (MX31_X_MEMC_BASE_ADDR + 0x2000) | ||
| 106 | #define MX31_M3IF_BASE_ADDR (MX31_X_MEMC_BASE_ADDR + 0x3000) | ||
| 107 | #define MX31_EMI_CTL_BASE_ADDR (MX31_X_MEMC_BASE_ADDR + 0x4000) | ||
| 108 | #define MX31_PCMCIA_CTL_BASE_ADDR MX31_EMI_CTL_BASE_ADDR | ||
| 109 | |||
| 110 | #define MX31_PCMCIA_MEM_BASE_ADDR 0xbc000000 | ||
| 111 | |||
| 112 | #define MX31_INT_I2C3 3 | ||
| 113 | #define MX31_INT_I2C2 4 | ||
| 114 | #define MX31_INT_MPEG4_ENCODER 5 | ||
| 115 | #define MX31_INT_RTIC 6 | ||
| 116 | #define MX31_INT_FIRI 7 | ||
| 27 | #define MX31_INT_MMC_SDHC2 8 | 117 | #define MX31_INT_MMC_SDHC2 8 |
| 28 | #define MXC_INT_MMC_SDHC1 9 | 118 | #define MX31_INT_MMC_SDHC1 9 |
| 119 | #define MX31_INT_I2C 10 | ||
| 29 | #define MX31_INT_SSI2 11 | 120 | #define MX31_INT_SSI2 11 |
| 30 | #define MX31_INT_SSI1 12 | 121 | #define MX31_INT_SSI1 12 |
| 31 | #define MXC_INT_MBX 16 | 122 | #define MX31_INT_CSPI2 13 |
| 32 | #define MXC_INT_CSPI3 17 | 123 | #define MX31_INT_CSPI1 14 |
| 33 | #define MXC_INT_SIM2 20 | 124 | #define MX31_INT_ATA 15 |
| 34 | #define MXC_INT_SIM1 21 | 125 | #define MX31_INT_MBX 16 |
| 35 | #define MXC_INT_CCM_DVFS 31 | 126 | #define MX31_INT_CSPI3 17 |
| 36 | #define MXC_INT_USB1 35 | 127 | #define MX31_INT_UART3 18 |
| 37 | #define MXC_INT_USB2 36 | 128 | #define MX31_INT_IIM 19 |
| 38 | #define MXC_INT_USB3 37 | 129 | #define MX31_INT_SIM2 20 |
| 39 | #define MXC_INT_USB4 38 | 130 | #define MX31_INT_SIM1 21 |
| 40 | #define MXC_INT_MSHC2 40 | 131 | #define MX31_INT_RNGA 22 |
| 41 | #define MXC_INT_UART4 46 | 132 | #define MX31_INT_EVTMON 23 |
| 42 | #define MXC_INT_UART5 47 | 133 | #define MX31_INT_KPP 24 |
| 43 | #define MXC_INT_CCM 53 | 134 | #define MX31_INT_RTC 25 |
| 44 | #define MXC_INT_PCMCIA 54 | 135 | #define MX31_INT_PWM 26 |
| 136 | #define MX31_INT_EPIT2 27 | ||
| 137 | #define MX31_INT_EPIT1 28 | ||
| 138 | #define MX31_INT_GPT 29 | ||
| 139 | #define MX31_INT_POWER_FAIL 30 | ||
| 140 | #define MX31_INT_CCM_DVFS 31 | ||
| 141 | #define MX31_INT_UART2 32 | ||
| 142 | #define MX31_INT_NANDFC 33 | ||
| 143 | #define MX31_INT_SDMA 34 | ||
| 144 | #define MX31_INT_USB1 35 | ||
| 145 | #define MX31_INT_USB2 36 | ||
| 146 | #define MX31_INT_USB3 37 | ||
| 147 | #define MX31_INT_USB4 38 | ||
| 148 | #define MX31_INT_MSHC1 39 | ||
| 149 | #define MX31_INT_MSHC2 40 | ||
| 150 | #define MX31_INT_IPU_ERR 41 | ||
| 151 | #define MX31_INT_IPU_SYN 42 | ||
| 152 | #define MX31_INT_UART1 45 | ||
| 153 | #define MX31_INT_UART4 46 | ||
| 154 | #define MX31_INT_UART5 47 | ||
| 155 | #define MX31_INT_ECT 48 | ||
| 156 | #define MX31_INT_SCC_SCM 49 | ||
| 157 | #define MX31_INT_SCC_SMN 50 | ||
| 158 | #define MX31_INT_GPIO2 51 | ||
| 159 | #define MX31_INT_GPIO1 52 | ||
| 160 | #define MX31_INT_CCM 53 | ||
| 161 | #define MX31_INT_PCMCIA 54 | ||
| 162 | #define MX31_INT_WDOG 55 | ||
| 163 | #define MX31_INT_GPIO3 56 | ||
| 164 | #define MX31_INT_EXT_POWER 58 | ||
| 165 | #define MX31_INT_EXT_TEMPER 59 | ||
| 166 | #define MX31_INT_EXT_SENSOR60 60 | ||
| 167 | #define MX31_INT_EXT_SENSOR61 61 | ||
| 168 | #define MX31_INT_EXT_WDOG 62 | ||
| 169 | #define MX31_INT_EXT_TV 63 | ||
| 170 | |||
| 171 | #define MX31_PROD_SIGNATURE 0x1 /* For MX31 */ | ||
| 172 | |||
| 173 | /* silicon revisions specific to i.MX31 */ | ||
| 174 | #define MX31_CHIP_REV_1_0 0x10 | ||
| 175 | #define MX31_CHIP_REV_1_1 0x11 | ||
| 176 | #define MX31_CHIP_REV_1_2 0x12 | ||
| 177 | #define MX31_CHIP_REV_1_3 0x13 | ||
| 178 | #define MX31_CHIP_REV_2_0 0x20 | ||
| 179 | #define MX31_CHIP_REV_2_1 0x21 | ||
| 180 | #define MX31_CHIP_REV_2_2 0x22 | ||
| 181 | #define MX31_CHIP_REV_2_3 0x23 | ||
| 182 | #define MX31_CHIP_REV_3_0 0x30 | ||
| 183 | #define MX31_CHIP_REV_3_1 0x31 | ||
| 184 | #define MX31_CHIP_REV_3_2 0x32 | ||
| 185 | |||
| 186 | #define MX31_SYSTEM_REV_MIN MX31_CHIP_REV_1_0 | ||
| 187 | #define MX31_SYSTEM_REV_NUM 3 | ||
| 45 | 188 | ||
| 189 | /* these should go away */ | ||
| 190 | #define ATA_BASE_ADDR MX31_ATA_BASE_ADDR | ||
| 191 | #define UART4_BASE_ADDR MX31_UART4_BASE_ADDR | ||
| 192 | #define UART5_BASE_ADDR MX31_UART5_BASE_ADDR | ||
| 193 | #define MMC_SDHC1_BASE_ADDR MX31_MMC_SDHC1_BASE_ADDR | ||
| 194 | #define MMC_SDHC2_BASE_ADDR MX31_MMC_SDHC2_BASE_ADDR | ||
| 195 | #define SIM1_BASE_ADDR MX31_SIM1_BASE_ADDR | ||
| 196 | #define IIM_BASE_ADDR MX31_IIM_BASE_ADDR | ||
| 197 | #define CSPI3_BASE_ADDR MX31_CSPI3_BASE_ADDR | ||
| 198 | #define FIRI_BASE_ADDR MX31_FIRI_BASE_ADDR | ||
| 199 | #define SCM_BASE_ADDR MX31_SCM_BASE_ADDR | ||
| 200 | #define SMN_BASE_ADDR MX31_SMN_BASE_ADDR | ||
| 201 | #define MPEG4_ENC_BASE_ADDR MX31_MPEG4_ENC_BASE_ADDR | ||
| 202 | #define MXC_INT_MPEG4_ENCODER MX31_INT_MPEG4_ENCODER | ||
| 203 | #define MXC_INT_FIRI MX31_INT_FIRI | ||
| 204 | #define MXC_INT_MMC_SDHC1 MX31_INT_MMC_SDHC1 | ||
| 205 | #define MXC_INT_MBX MX31_INT_MBX | ||
| 206 | #define MXC_INT_CSPI3 MX31_INT_CSPI3 | ||
| 207 | #define MXC_INT_SIM2 MX31_INT_SIM2 | ||
| 208 | #define MXC_INT_SIM1 MX31_INT_SIM1 | ||
| 209 | #define MXC_INT_CCM_DVFS MX31_INT_CCM_DVFS | ||
| 210 | #define MXC_INT_USB1 MX31_INT_USB1 | ||
| 211 | #define MXC_INT_USB2 MX31_INT_USB2 | ||
| 212 | #define MXC_INT_USB3 MX31_INT_USB3 | ||
| 213 | #define MXC_INT_USB4 MX31_INT_USB4 | ||
| 214 | #define MXC_INT_MSHC2 MX31_INT_MSHC2 | ||
| 215 | #define MXC_INT_UART4 MX31_INT_UART4 | ||
| 216 | #define MXC_INT_UART5 MX31_INT_UART5 | ||
| 217 | #define MXC_INT_CCM MX31_INT_CCM | ||
| 218 | #define MXC_INT_PCMCIA MX31_INT_PCMCIA | ||
diff --git a/arch/arm/plat-mxc/include/mach/mx35.h b/arch/arm/plat-mxc/include/mach/mx35.h index ab4cfec6c8ab..af871bce35b6 100644 --- a/arch/arm/plat-mxc/include/mach/mx35.h +++ b/arch/arm/plat-mxc/include/mach/mx35.h | |||
| @@ -2,29 +2,196 @@ | |||
| 2 | * IRAM | 2 | * IRAM |
| 3 | */ | 3 | */ |
| 4 | #define MX35_IRAM_BASE_ADDR 0x10000000 /* internal ram */ | 4 | #define MX35_IRAM_BASE_ADDR 0x10000000 /* internal ram */ |
| 5 | #define MX35_IRAM_SIZE SZ_128K | 5 | #define MX35_IRAM_SIZE SZ_128K |
| 6 | 6 | ||
| 7 | #define MXC_FEC_BASE_ADDR 0x50038000 | 7 | #define MX35_L2CC_BASE_ADDR 0x30000000 |
| 8 | #define MX35_OTG_BASE_ADDR 0x53ff4000 | 8 | #define MX35_L2CC_SIZE SZ_1M |
| 9 | #define MX35_NFC_BASE_ADDR 0xBB000000 | 9 | |
| 10 | #define MX35_AIPS1_BASE_ADDR 0x43f00000 | ||
| 11 | #define MX35_AIPS1_BASE_ADDR_VIRT 0xfc000000 | ||
| 12 | #define MX35_AIPS1_SIZE SZ_1M | ||
| 13 | #define MX35_MAX_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x04000) | ||
| 14 | #define MX35_EVTMON_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x08000) | ||
| 15 | #define MX35_CLKCTL_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x0c000) | ||
| 16 | #define MX35_ETB_SLOT4_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x10000) | ||
| 17 | #define MX35_ETB_SLOT5_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x14000) | ||
| 18 | #define MX35_ECT_CTIO_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x18000) | ||
| 19 | #define MX35_I2C_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x80000) | ||
| 20 | #define MX35_I2C3_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x84000) | ||
| 21 | #define MX35_UART1_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x90000) | ||
| 22 | #define MX35_UART2_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x94000) | ||
| 23 | #define MX35_I2C2_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x98000) | ||
| 24 | #define MX35_OWIRE_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0x9c000) | ||
| 25 | #define MX35_SSI1_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0xa0000) | ||
| 26 | #define MX35_CSPI1_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0xa4000) | ||
| 27 | #define MX35_KPP_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0xa8000) | ||
| 28 | #define MX35_IOMUXC_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0xac000) | ||
| 29 | #define MX35_ECT_IP1_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0xb8000) | ||
| 30 | #define MX35_ECT_IP2_BASE_ADDR (MX35_AIPS1_BASE_ADDR + 0xbc000) | ||
| 31 | |||
| 32 | #define MX35_SPBA0_BASE_ADDR 0x50000000 | ||
| 33 | #define MX35_SPBA0_BASE_ADDR_VIRT 0xfc100000 | ||
| 34 | #define MX35_SPBA0_SIZE SZ_1M | ||
| 35 | #define MX35_UART3_BASE_ADDR (MX35_SPBA0_BASE_ADDR + 0x0c000) | ||
| 36 | #define MX35_CSPI2_BASE_ADDR (MX35_SPBA0_BASE_ADDR + 0x10000) | ||
| 37 | #define MX35_SSI2_BASE_ADDR (MX35_SPBA0_BASE_ADDR + 0x14000) | ||
| 38 | #define MX35_ATA_DMA_BASE_ADDR (MX35_SPBA0_BASE_ADDR + 0x20000) | ||
| 39 | #define MX35_MSHC1_BASE_ADDR (MX35_SPBA0_BASE_ADDR + 0x24000) | ||
| 40 | #define MX35_FEC_BASE_ADDR 0x50038000 | ||
| 41 | #define MX35_SPBA_CTRL_BASE_ADDR (MX35_SPBA0_BASE_ADDR + 0x3c000) | ||
| 42 | |||
| 43 | #define MX35_AIPS2_BASE_ADDR 0x53f00000 | ||
| 44 | #define MX35_AIPS2_BASE_ADDR_VIRT 0xfc200000 | ||
| 45 | #define MX35_AIPS2_SIZE SZ_1M | ||
| 46 | #define MX35_CCM_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0x80000) | ||
| 47 | #define MX35_GPT1_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0x90000) | ||
| 48 | #define MX35_EPIT1_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0x94000) | ||
| 49 | #define MX35_EPIT2_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0x98000) | ||
| 50 | #define MX35_GPIO3_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xa4000) | ||
| 51 | #define MX35_SCC_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xac000) | ||
| 52 | #define MX35_RNGA_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xb0000) | ||
| 53 | #define MX35_IPU_CTRL_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xc0000) | ||
| 54 | #define MX35_AUDMUX_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xc4000) | ||
| 55 | #define MX35_GPIO1_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xcc000) | ||
| 56 | #define MX35_GPIO2_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xd0000) | ||
| 57 | #define MX35_SDMA_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xd4000) | ||
| 58 | #define MX35_RTC_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xd8000) | ||
| 59 | #define MX35_WDOG_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xdc000) | ||
| 60 | #define MX35_PWM_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xe0000) | ||
| 61 | #define MX35_RTIC_BASE_ADDR (MX35_AIPS2_BASE_ADDR + 0xec000) | ||
| 62 | #define MX35_OTG_BASE_ADDR 0x53ff4000 | ||
| 63 | |||
| 64 | #define MX35_ROMP_BASE_ADDR 0x60000000 | ||
| 65 | #define MX35_ROMP_BASE_ADDR_VIRT 0xfc500000 | ||
| 66 | #define MX35_ROMP_SIZE SZ_1M | ||
| 67 | |||
| 68 | #define MX35_AVIC_BASE_ADDR 0x68000000 | ||
| 69 | #define MX35_AVIC_BASE_ADDR_VIRT 0xfc400000 | ||
| 70 | #define MX35_AVIC_SIZE SZ_1M | ||
| 71 | |||
| 72 | /* | ||
| 73 | * Memory regions and CS | ||
| 74 | */ | ||
| 75 | #define MX35_IPU_MEM_BASE_ADDR 0x70000000 | ||
| 76 | #define MX35_CSD0_BASE_ADDR 0x80000000 | ||
| 77 | #define MX35_CSD1_BASE_ADDR 0x90000000 | ||
| 78 | |||
| 79 | #define MX35_CS0_BASE_ADDR 0xa0000000 | ||
| 80 | #define MX35_CS1_BASE_ADDR 0xa8000000 | ||
| 81 | #define MX35_CS2_BASE_ADDR 0xb0000000 | ||
| 82 | #define MX35_CS3_BASE_ADDR 0xb2000000 | ||
| 83 | |||
| 84 | #define MX35_CS4_BASE_ADDR 0xb4000000 | ||
| 85 | #define MX35_CS4_BASE_ADDR_VIRT 0xf4000000 | ||
| 86 | #define MX35_CS4_SIZE SZ_32M | ||
| 87 | |||
| 88 | #define MX35_CS5_BASE_ADDR 0xb6000000 | ||
| 89 | #define MX35_CS5_BASE_ADDR_VIRT 0xf6000000 | ||
| 90 | #define MX35_CS5_SIZE SZ_32M | ||
| 91 | |||
| 92 | /* | ||
| 93 | * NAND, SDRAM, WEIM, M3IF, EMI controllers | ||
| 94 | */ | ||
| 95 | #define MX35_X_MEMC_BASE_ADDR 0xb8000000 | ||
| 96 | #define MX35_X_MEMC_BASE_ADDR_VIRT 0xfc320000 | ||
| 97 | #define MX35_X_MEMC_SIZE SZ_64K | ||
| 98 | #define MX35_ESDCTL_BASE_ADDR (MX35_X_MEMC_BASE_ADDR + 0x1000) | ||
| 99 | #define MX35_WEIM_BASE_ADDR (MX35_X_MEMC_BASE_ADDR + 0x2000) | ||
| 100 | #define MX35_M3IF_BASE_ADDR (MX35_X_MEMC_BASE_ADDR + 0x3000) | ||
| 101 | #define MX35_EMI_CTL_BASE_ADDR (MX35_X_MEMC_BASE_ADDR + 0x4000) | ||
| 102 | #define MX35_PCMCIA_CTL_BASE_ADDR MX35_EMI_CTL_BASE_ADDR | ||
| 103 | |||
| 104 | #define MX35_NFC_BASE_ADDR 0xbb000000 | ||
| 105 | #define MX35_PCMCIA_MEM_BASE_ADDR 0xbc000000 | ||
| 10 | 106 | ||
| 11 | /* | 107 | /* |
| 12 | * Interrupt numbers | 108 | * Interrupt numbers |
| 13 | */ | 109 | */ |
| 14 | #define MXC_INT_OWIRE 2 | 110 | #define MX35_INT_OWIRE 2 |
| 111 | #define MX35_INT_I2C3 3 | ||
| 112 | #define MX35_INT_I2C2 4 | ||
| 113 | #define MX35_INT_RTIC 6 | ||
| 15 | #define MX35_INT_MMC_SDHC1 7 | 114 | #define MX35_INT_MMC_SDHC1 7 |
| 16 | #define MXC_INT_MMC_SDHC2 8 | 115 | #define MX35_INT_MMC_SDHC2 8 |
| 17 | #define MXC_INT_MMC_SDHC3 9 | 116 | #define MX35_INT_MMC_SDHC3 9 |
| 117 | #define MX35_INT_I2C 10 | ||
| 18 | #define MX35_INT_SSI1 11 | 118 | #define MX35_INT_SSI1 11 |
| 19 | #define MX35_INT_SSI2 12 | 119 | #define MX35_INT_SSI2 12 |
| 20 | #define MXC_INT_GPU2D 16 | 120 | #define MX35_INT_CSPI2 13 |
| 21 | #define MXC_INT_ASRC 17 | 121 | #define MX35_INT_CSPI1 14 |
| 22 | #define MXC_INT_USBHS 35 | 122 | #define MX35_INT_ATA 15 |
| 23 | #define MXC_INT_USBOTG 37 | 123 | #define MX35_INT_GPU2D 16 |
| 24 | #define MXC_INT_ESAI 40 | 124 | #define MX35_INT_ASRC 17 |
| 25 | #define MXC_INT_CAN1 43 | 125 | #define MX35_INT_UART3 18 |
| 26 | #define MXC_INT_CAN2 44 | 126 | #define MX35_INT_IIM 19 |
| 27 | #define MXC_INT_MLB 46 | 127 | #define MX35_INT_RNGA 22 |
| 28 | #define MXC_INT_SPDIF 47 | 128 | #define MX35_INT_EVTMON 23 |
| 29 | #define MXC_INT_FEC 57 | 129 | #define MX35_INT_KPP 24 |
| 130 | #define MX35_INT_RTC 25 | ||
| 131 | #define MX35_INT_PWM 26 | ||
| 132 | #define MX35_INT_EPIT2 27 | ||
| 133 | #define MX35_INT_EPIT1 28 | ||
| 134 | #define MX35_INT_GPT 29 | ||
| 135 | #define MX35_INT_POWER_FAIL 30 | ||
| 136 | #define MX35_INT_UART2 32 | ||
| 137 | #define MX35_INT_NANDFC 33 | ||
| 138 | #define MX35_INT_SDMA 34 | ||
| 139 | #define MX35_INT_USBHS 35 | ||
| 140 | #define MX35_INT_USBOTG 37 | ||
| 141 | #define MX35_INT_MSHC1 39 | ||
| 142 | #define MX35_INT_ESAI 40 | ||
| 143 | #define MX35_INT_IPU_ERR 41 | ||
| 144 | #define MX35_INT_IPU_SYN 42 | ||
| 145 | #define MX35_INT_CAN1 43 | ||
| 146 | #define MX35_INT_CAN2 44 | ||
| 147 | #define MX35_INT_UART1 45 | ||
| 148 | #define MX35_INT_MLB 46 | ||
| 149 | #define MX35_INT_SPDIF 47 | ||
| 150 | #define MX35_INT_ECT 48 | ||
| 151 | #define MX35_INT_SCC_SCM 49 | ||
| 152 | #define MX35_INT_SCC_SMN 50 | ||
| 153 | #define MX35_INT_GPIO2 51 | ||
| 154 | #define MX35_INT_GPIO1 52 | ||
| 155 | #define MX35_INT_WDOG 55 | ||
| 156 | #define MX35_INT_GPIO3 56 | ||
| 157 | #define MX35_INT_FEC 57 | ||
| 158 | #define MX35_INT_EXT_POWER 58 | ||
| 159 | #define MX35_INT_EXT_TEMPER 59 | ||
| 160 | #define MX35_INT_EXT_SENSOR60 60 | ||
| 161 | #define MX35_INT_EXT_SENSOR61 61 | ||
| 162 | #define MX35_INT_EXT_WDOG 62 | ||
| 163 | #define MX35_INT_EXT_TV 63 | ||
| 164 | |||
| 165 | #define MX35_PROD_SIGNATURE 0x1 /* For MX31 */ | ||
| 166 | |||
| 167 | /* silicon revisions specific to i.MX31 */ | ||
| 168 | #define MX35_CHIP_REV_1_0 0x10 | ||
| 169 | #define MX35_CHIP_REV_1_1 0x11 | ||
| 170 | #define MX35_CHIP_REV_1_2 0x12 | ||
| 171 | #define MX35_CHIP_REV_1_3 0x13 | ||
| 172 | #define MX35_CHIP_REV_2_0 0x20 | ||
| 173 | #define MX35_CHIP_REV_2_1 0x21 | ||
| 174 | #define MX35_CHIP_REV_2_2 0x22 | ||
| 175 | #define MX35_CHIP_REV_2_3 0x23 | ||
| 176 | #define MX35_CHIP_REV_3_0 0x30 | ||
| 177 | #define MX35_CHIP_REV_3_1 0x31 | ||
| 178 | #define MX35_CHIP_REV_3_2 0x32 | ||
| 179 | |||
| 180 | #define MX35_SYSTEM_REV_MIN MX35_CHIP_REV_1_0 | ||
| 181 | #define MX35_SYSTEM_REV_NUM 3 | ||
| 30 | 182 | ||
| 183 | /* these should go away */ | ||
| 184 | #define MXC_FEC_BASE_ADDR MX35_FEC_BASE_ADDR | ||
| 185 | #define MXC_INT_OWIRE MX35_INT_OWIRE | ||
| 186 | #define MXC_INT_MMC_SDHC2 MX35_INT_MMC_SDHC2 | ||
| 187 | #define MXC_INT_MMC_SDHC3 MX35_INT_MMC_SDHC3 | ||
| 188 | #define MXC_INT_GPU2D MX35_INT_GPU2D | ||
| 189 | #define MXC_INT_ASRC MX35_INT_ASRC | ||
| 190 | #define MXC_INT_USBHS MX35_INT_USBHS | ||
| 191 | #define MXC_INT_USBOTG MX35_INT_USBOTG | ||
| 192 | #define MXC_INT_ESAI MX35_INT_ESAI | ||
| 193 | #define MXC_INT_CAN1 MX35_INT_CAN1 | ||
| 194 | #define MXC_INT_CAN2 MX35_INT_CAN2 | ||
| 195 | #define MXC_INT_MLB MX35_INT_MLB | ||
| 196 | #define MXC_INT_SPDIF MX35_INT_SPDIF | ||
| 197 | #define MXC_INT_FEC MX35_INT_FEC | ||
diff --git a/arch/arm/plat-mxc/include/mach/mx3x.h b/arch/arm/plat-mxc/include/mach/mx3x.h index 009f4440276b..be69272407ad 100644 --- a/arch/arm/plat-mxc/include/mach/mx3x.h +++ b/arch/arm/plat-mxc/include/mach/mx3x.h | |||
| @@ -34,120 +34,117 @@ | |||
| 34 | * C0000000 64M PCMCIA/CF | 34 | * C0000000 64M PCMCIA/CF |
| 35 | */ | 35 | */ |
| 36 | 36 | ||
| 37 | #define CS0_BASE_ADDR 0xA0000000 | ||
| 38 | #define CS1_BASE_ADDR 0xA8000000 | ||
| 39 | #define CS2_BASE_ADDR 0xB0000000 | ||
| 40 | #define CS3_BASE_ADDR 0xB2000000 | ||
| 41 | |||
| 42 | #define CS4_BASE_ADDR 0xB4000000 | ||
| 43 | #define CS4_BASE_ADDR_VIRT 0xF4000000 | ||
| 44 | #define CS4_SIZE SZ_32M | ||
| 45 | |||
| 46 | #define CS5_BASE_ADDR 0xB6000000 | ||
| 47 | #define CS5_BASE_ADDR_VIRT 0xF6000000 | ||
| 48 | #define CS5_SIZE SZ_32M | ||
| 49 | |||
| 50 | #define PCMCIA_MEM_BASE_ADDR 0xBC000000 | ||
| 51 | |||
| 52 | /* | 37 | /* |
| 53 | * L2CC | 38 | * L2CC |
| 54 | */ | 39 | */ |
| 55 | #define L2CC_BASE_ADDR 0x30000000 | 40 | #define MX3x_L2CC_BASE_ADDR 0x30000000 |
| 56 | #define L2CC_SIZE SZ_1M | 41 | #define MX3x_L2CC_SIZE SZ_1M |
| 57 | 42 | ||
| 58 | /* | 43 | /* |
| 59 | * AIPS 1 | 44 | * AIPS 1 |
| 60 | */ | 45 | */ |
| 61 | #define AIPS1_BASE_ADDR 0x43F00000 | 46 | #define MX3x_AIPS1_BASE_ADDR 0x43f00000 |
| 62 | #define AIPS1_BASE_ADDR_VIRT 0xFC000000 | 47 | #define MX3x_AIPS1_BASE_ADDR_VIRT 0xfc000000 |
| 63 | #define AIPS1_SIZE SZ_1M | 48 | #define MX3x_AIPS1_SIZE SZ_1M |
| 64 | 49 | #define MX3x_MAX_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x04000) | |
| 65 | #define MAX_BASE_ADDR (AIPS1_BASE_ADDR + 0x00004000) | 50 | #define MX3x_EVTMON_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x08000) |
| 66 | #define EVTMON_BASE_ADDR (AIPS1_BASE_ADDR + 0x00008000) | 51 | #define MX3x_CLKCTL_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x0c000) |
| 67 | #define CLKCTL_BASE_ADDR (AIPS1_BASE_ADDR + 0x0000C000) | 52 | #define MX3x_ETB_SLOT4_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x10000) |
| 68 | #define ETB_SLOT4_BASE_ADDR (AIPS1_BASE_ADDR + 0x00010000) | 53 | #define MX3x_ETB_SLOT5_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x14000) |
| 69 | #define ETB_SLOT5_BASE_ADDR (AIPS1_BASE_ADDR + 0x00014000) | 54 | #define MX3x_ECT_CTIO_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x18000) |
| 70 | #define ECT_CTIO_BASE_ADDR (AIPS1_BASE_ADDR + 0x00018000) | 55 | #define MX3x_I2C_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x80000) |
| 71 | #define I2C_BASE_ADDR (AIPS1_BASE_ADDR + 0x00080000) | 56 | #define MX3x_I2C3_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x84000) |
| 72 | #define I2C3_BASE_ADDR (AIPS1_BASE_ADDR + 0x00084000) | 57 | #define MX3x_UART1_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x90000) |
| 73 | #define UART1_BASE_ADDR (AIPS1_BASE_ADDR + 0x00090000) | 58 | #define MX3x_UART2_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x94000) |
| 74 | #define UART2_BASE_ADDR (AIPS1_BASE_ADDR + 0x00094000) | 59 | #define MX3x_I2C2_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x98000) |
| 75 | #define I2C2_BASE_ADDR (AIPS1_BASE_ADDR + 0x00098000) | 60 | #define MX3x_OWIRE_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x9c000) |
| 76 | #define OWIRE_BASE_ADDR (AIPS1_BASE_ADDR + 0x0009C000) | 61 | #define MX3x_SSI1_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0xa0000) |
| 77 | #define SSI1_BASE_ADDR (AIPS1_BASE_ADDR + 0x000A0000) | 62 | #define MX3x_CSPI1_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0xa4000) |
| 78 | #define CSPI1_BASE_ADDR (AIPS1_BASE_ADDR + 0x000A4000) | 63 | #define MX3x_KPP_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0xa8000) |
| 79 | #define KPP_BASE_ADDR (AIPS1_BASE_ADDR + 0x000A8000) | 64 | #define MX3x_IOMUXC_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0xac000) |
| 80 | #define IOMUXC_BASE_ADDR (AIPS1_BASE_ADDR + 0x000AC000) | 65 | #define MX3x_ECT_IP1_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0xb8000) |
| 81 | #define ECT_IP1_BASE_ADDR (AIPS1_BASE_ADDR + 0x000B8000) | 66 | #define MX3x_ECT_IP2_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0xbc000) |
| 82 | #define ECT_IP2_BASE_ADDR (AIPS1_BASE_ADDR + 0x000BC000) | ||
| 83 | 67 | ||
| 84 | /* | 68 | /* |
| 85 | * SPBA global module enabled #0 | 69 | * SPBA global module enabled #0 |
| 86 | */ | 70 | */ |
| 87 | #define SPBA0_BASE_ADDR 0x50000000 | 71 | #define MX3x_SPBA0_BASE_ADDR 0x50000000 |
| 88 | #define SPBA0_BASE_ADDR_VIRT 0xFC100000 | 72 | #define MX3x_SPBA0_BASE_ADDR_VIRT 0xfc100000 |
| 89 | #define SPBA0_SIZE SZ_1M | 73 | #define MX3x_SPBA0_SIZE SZ_1M |
| 90 | 74 | #define MX3x_UART3_BASE_ADDR (MX3x_SPBA0_BASE_ADDR + 0x0c000) | |
| 91 | #define UART3_BASE_ADDR (SPBA0_BASE_ADDR + 0x0000C000) | 75 | #define MX3x_CSPI2_BASE_ADDR (MX3x_SPBA0_BASE_ADDR + 0x10000) |
| 92 | #define CSPI2_BASE_ADDR (SPBA0_BASE_ADDR + 0x00010000) | 76 | #define MX3x_SSI2_BASE_ADDR (MX3x_SPBA0_BASE_ADDR + 0x14000) |
| 93 | #define SSI2_BASE_ADDR (SPBA0_BASE_ADDR + 0x00014000) | 77 | #define MX3x_ATA_DMA_BASE_ADDR (MX3x_SPBA0_BASE_ADDR + 0x20000) |
| 94 | #define ATA_DMA_BASE_ADDR (SPBA0_BASE_ADDR + 0x00020000) | 78 | #define MX3x_MSHC1_BASE_ADDR (MX3x_SPBA0_BASE_ADDR + 0x24000) |
| 95 | #define MSHC1_BASE_ADDR (SPBA0_BASE_ADDR + 0x00024000) | 79 | #define MX3x_SPBA_CTRL_BASE_ADDR (MX3x_SPBA0_BASE_ADDR + 0x3c000) |
| 96 | #define SPBA_CTRL_BASE_ADDR (SPBA0_BASE_ADDR + 0x0003C000) | ||
| 97 | 80 | ||
| 98 | /* | 81 | /* |
| 99 | * AIPS 2 | 82 | * AIPS 2 |
| 100 | */ | 83 | */ |
| 101 | #define AIPS2_BASE_ADDR 0x53F00000 | 84 | #define MX3x_AIPS2_BASE_ADDR 0x53f00000 |
| 102 | #define AIPS2_BASE_ADDR_VIRT 0xFC200000 | 85 | #define MX3x_AIPS2_BASE_ADDR_VIRT 0xfc200000 |
| 103 | #define AIPS2_SIZE SZ_1M | 86 | #define MX3x_AIPS2_SIZE SZ_1M |
| 104 | #define CCM_BASE_ADDR (AIPS2_BASE_ADDR + 0x00080000) | 87 | #define MX3x_CCM_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0x80000) |
| 105 | #define GPT1_BASE_ADDR (AIPS2_BASE_ADDR + 0x00090000) | 88 | #define MX3x_GPT1_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0x90000) |
| 106 | #define EPIT1_BASE_ADDR (AIPS2_BASE_ADDR + 0x00094000) | 89 | #define MX3x_EPIT1_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0x94000) |
| 107 | #define EPIT2_BASE_ADDR (AIPS2_BASE_ADDR + 0x00098000) | 90 | #define MX3x_EPIT2_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0x98000) |
| 108 | #define GPIO3_BASE_ADDR (AIPS2_BASE_ADDR + 0x000A4000) | 91 | #define MX3x_GPIO3_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xa4000) |
| 109 | #define SCC_BASE_ADDR (AIPS2_BASE_ADDR + 0x000AC000) | 92 | #define MX3x_SCC_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xac000) |
| 110 | #define RNGA_BASE_ADDR (AIPS2_BASE_ADDR + 0x000B0000) | 93 | #define MX3x_RNGA_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xb0000) |
| 111 | #define IPU_CTRL_BASE_ADDR (AIPS2_BASE_ADDR + 0x000C0000) | 94 | #define MX3x_IPU_CTRL_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xc0000) |
| 112 | #define AUDMUX_BASE_ADDR (AIPS2_BASE_ADDR + 0x000C4000) | 95 | #define MX3x_AUDMUX_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xc4000) |
| 113 | #define GPIO1_BASE_ADDR (AIPS2_BASE_ADDR + 0x000CC000) | 96 | #define MX3x_GPIO1_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xcc000) |
| 114 | #define GPIO2_BASE_ADDR (AIPS2_BASE_ADDR + 0x000D0000) | 97 | #define MX3x_GPIO2_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xd0000) |
| 115 | #define SDMA_BASE_ADDR (AIPS2_BASE_ADDR + 0x000D4000) | 98 | #define MX3x_SDMA_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xd4000) |
| 116 | #define RTC_BASE_ADDR (AIPS2_BASE_ADDR + 0x000D8000) | 99 | #define MX3x_RTC_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xd8000) |
| 117 | #define WDOG_BASE_ADDR (AIPS2_BASE_ADDR + 0x000DC000) | 100 | #define MX3x_WDOG_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xdc000) |
| 118 | #define PWM_BASE_ADDR (AIPS2_BASE_ADDR + 0x000E0000) | 101 | #define MX3x_PWM_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xe0000) |
| 119 | #define RTIC_BASE_ADDR (AIPS2_BASE_ADDR + 0x000EC000) | 102 | #define MX3x_RTIC_BASE_ADDR (MX3x_AIPS2_BASE_ADDR + 0xec000) |
| 120 | 103 | ||
| 121 | /* | 104 | /* |
| 122 | * ROMP and AVIC | 105 | * ROMP and AVIC |
| 123 | */ | 106 | */ |
| 124 | #define ROMP_BASE_ADDR 0x60000000 | 107 | #define MX3x_ROMP_BASE_ADDR 0x60000000 |
| 125 | #define ROMP_BASE_ADDR_VIRT 0xFC500000 | 108 | #define MX3x_ROMP_BASE_ADDR_VIRT 0xfc500000 |
| 126 | #define ROMP_SIZE SZ_1M | 109 | #define MX3x_ROMP_SIZE SZ_1M |
| 127 | 110 | ||
| 128 | #define AVIC_BASE_ADDR 0x68000000 | 111 | #define MX3x_AVIC_BASE_ADDR 0x68000000 |
| 129 | #define AVIC_BASE_ADDR_VIRT 0xFC400000 | 112 | #define MX3x_AVIC_BASE_ADDR_VIRT 0xfc400000 |
| 130 | #define AVIC_SIZE SZ_1M | 113 | #define MX3x_AVIC_SIZE SZ_1M |
| 131 | 114 | ||
| 132 | /* | 115 | /* |
| 133 | * NAND, SDRAM, WEIM, M3IF, EMI controllers | 116 | * Memory regions and CS |
| 134 | */ | 117 | */ |
| 135 | #define X_MEMC_BASE_ADDR 0xB8000000 | 118 | #define MX3x_IPU_MEM_BASE_ADDR 0x70000000 |
| 136 | #define X_MEMC_BASE_ADDR_VIRT 0xFC320000 | 119 | #define MX3x_CSD0_BASE_ADDR 0x80000000 |
| 137 | #define X_MEMC_SIZE SZ_64K | 120 | #define MX3x_CSD1_BASE_ADDR 0x90000000 |
| 138 | 121 | ||
| 139 | #define ESDCTL_BASE_ADDR (X_MEMC_BASE_ADDR + 0x1000) | 122 | #define MX3x_CS0_BASE_ADDR 0xa0000000 |
| 140 | #define WEIM_BASE_ADDR (X_MEMC_BASE_ADDR + 0x2000) | 123 | #define MX3x_CS1_BASE_ADDR 0xa8000000 |
| 141 | #define M3IF_BASE_ADDR (X_MEMC_BASE_ADDR + 0x3000) | 124 | #define MX3x_CS2_BASE_ADDR 0xb0000000 |
| 142 | #define EMI_CTL_BASE_ADDR (X_MEMC_BASE_ADDR + 0x4000) | 125 | #define MX3x_CS3_BASE_ADDR 0xb2000000 |
| 143 | #define PCMCIA_CTL_BASE_ADDR EMI_CTL_BASE_ADDR | 126 | |
| 127 | #define MX3x_CS4_BASE_ADDR 0xb4000000 | ||
| 128 | #define MX3x_CS4_BASE_ADDR_VIRT 0xf4000000 | ||
| 129 | #define MX3x_CS4_SIZE SZ_32M | ||
| 130 | |||
| 131 | #define MX3x_CS5_BASE_ADDR 0xb6000000 | ||
| 132 | #define MX3x_CS5_BASE_ADDR_VIRT 0xf6000000 | ||
| 133 | #define MX3x_CS5_SIZE SZ_32M | ||
| 144 | 134 | ||
| 145 | /* | 135 | /* |
| 146 | * Memory regions and CS | 136 | * NAND, SDRAM, WEIM, M3IF, EMI controllers |
| 147 | */ | 137 | */ |
| 148 | #define IPU_MEM_BASE_ADDR 0x70000000 | 138 | #define MX3x_X_MEMC_BASE_ADDR 0xb8000000 |
| 149 | #define CSD0_BASE_ADDR 0x80000000 | 139 | #define MX3x_X_MEMC_BASE_ADDR_VIRT 0xfc320000 |
| 150 | #define CSD1_BASE_ADDR 0x90000000 | 140 | #define MX3x_X_MEMC_SIZE SZ_64K |
| 141 | #define MX3x_ESDCTL_BASE_ADDR (MX3x_X_MEMC_BASE_ADDR + 0x1000) | ||
| 142 | #define MX3x_WEIM_BASE_ADDR (MX3x_X_MEMC_BASE_ADDR + 0x2000) | ||
| 143 | #define MX3x_M3IF_BASE_ADDR (MX3x_X_MEMC_BASE_ADDR + 0x3000) | ||
| 144 | #define MX3x_EMI_CTL_BASE_ADDR (MX3x_X_MEMC_BASE_ADDR + 0x4000) | ||
| 145 | #define MX3x_PCMCIA_CTL_BASE_ADDR MX3x_EMI_CTL_BASE_ADDR | ||
| 146 | |||
| 147 | #define MX3x_PCMCIA_MEM_BASE_ADDR 0xbc000000 | ||
| 151 | 148 | ||
| 152 | /*! | 149 | /*! |
| 153 | * This macro defines the physical to virtual address mapping for all the | 150 | * This macro defines the physical to virtual address mapping for all the |
| @@ -202,74 +199,207 @@ | |||
| 202 | /* | 199 | /* |
| 203 | * Interrupt numbers | 200 | * Interrupt numbers |
| 204 | */ | 201 | */ |
| 205 | #define MXC_INT_I2C3 3 | 202 | #define MX3x_INT_I2C3 3 |
| 206 | #define MXC_INT_I2C2 4 | 203 | #define MX3x_INT_I2C2 4 |
| 207 | #define MXC_INT_RTIC 6 | 204 | #define MX3x_INT_RTIC 6 |
| 208 | #define MXC_INT_I2C 10 | 205 | #define MX3x_INT_I2C 10 |
| 209 | #define MXC_INT_CSPI2 13 | 206 | #define MX3x_INT_CSPI2 13 |
| 210 | #define MXC_INT_CSPI1 14 | 207 | #define MX3x_INT_CSPI1 14 |
| 211 | #define MXC_INT_ATA 15 | 208 | #define MX3x_INT_ATA 15 |
| 212 | #define MXC_INT_UART3 18 | 209 | #define MX3x_INT_UART3 18 |
| 213 | #define MXC_INT_IIM 19 | 210 | #define MX3x_INT_IIM 19 |
| 214 | #define MXC_INT_RNGA 22 | 211 | #define MX3x_INT_RNGA 22 |
| 215 | #define MXC_INT_EVTMON 23 | 212 | #define MX3x_INT_EVTMON 23 |
| 216 | #define MXC_INT_KPP 24 | 213 | #define MX3x_INT_KPP 24 |
| 217 | #define MXC_INT_RTC 25 | 214 | #define MX3x_INT_RTC 25 |
| 218 | #define MXC_INT_PWM 26 | 215 | #define MX3x_INT_PWM 26 |
| 219 | #define MXC_INT_EPIT2 27 | 216 | #define MX3x_INT_EPIT2 27 |
| 220 | #define MXC_INT_EPIT1 28 | 217 | #define MX3x_INT_EPIT1 28 |
| 221 | #define MXC_INT_GPT 29 | 218 | #define MX3x_INT_GPT 29 |
| 222 | #define MXC_INT_POWER_FAIL 30 | 219 | #define MX3x_INT_POWER_FAIL 30 |
| 223 | #define MXC_INT_UART2 32 | 220 | #define MX3x_INT_UART2 32 |
| 224 | #define MXC_INT_NANDFC 33 | 221 | #define MX3x_INT_NANDFC 33 |
| 225 | #define MXC_INT_SDMA 34 | 222 | #define MX3x_INT_SDMA 34 |
| 226 | #define MXC_INT_MSHC1 39 | 223 | #define MX3x_INT_MSHC1 39 |
| 227 | #define MXC_INT_IPU_ERR 41 | 224 | #define MX3x_INT_IPU_ERR 41 |
| 228 | #define MXC_INT_IPU_SYN 42 | 225 | #define MX3x_INT_IPU_SYN 42 |
| 229 | #define MXC_INT_UART1 45 | 226 | #define MX3x_INT_UART1 45 |
| 230 | #define MXC_INT_ECT 48 | 227 | #define MX3x_INT_ECT 48 |
| 231 | #define MXC_INT_SCC_SCM 49 | 228 | #define MX3x_INT_SCC_SCM 49 |
| 232 | #define MXC_INT_SCC_SMN 50 | 229 | #define MX3x_INT_SCC_SMN 50 |
| 233 | #define MXC_INT_GPIO2 51 | 230 | #define MX3x_INT_GPIO2 51 |
| 234 | #define MXC_INT_GPIO1 52 | 231 | #define MX3x_INT_GPIO1 52 |
| 235 | #define MXC_INT_WDOG 55 | 232 | #define MX3x_INT_WDOG 55 |
| 236 | #define MXC_INT_GPIO3 56 | 233 | #define MX3x_INT_GPIO3 56 |
| 237 | #define MXC_INT_EXT_POWER 58 | 234 | #define MX3x_INT_EXT_POWER 58 |
| 238 | #define MXC_INT_EXT_TEMPER 59 | 235 | #define MX3x_INT_EXT_TEMPER 59 |
| 239 | #define MXC_INT_EXT_SENSOR60 60 | 236 | #define MX3x_INT_EXT_SENSOR60 60 |
| 240 | #define MXC_INT_EXT_SENSOR61 61 | 237 | #define MX3x_INT_EXT_SENSOR61 61 |
| 241 | #define MXC_INT_EXT_WDOG 62 | 238 | #define MX3x_INT_EXT_WDOG 62 |
| 242 | #define MXC_INT_EXT_TV 63 | 239 | #define MX3x_INT_EXT_TV 63 |
| 243 | 240 | ||
| 244 | #define PROD_SIGNATURE 0x1 /* For MX31 */ | 241 | #define MX3x_PROD_SIGNATURE 0x1 /* For MX31 */ |
| 245 | 242 | ||
| 246 | /* silicon revisions specific to i.MX31 */ | 243 | /* silicon revisions specific to i.MX31 */ |
| 247 | #define CHIP_REV_1_0 0x10 | 244 | #define MX3x_CHIP_REV_1_0 0x10 |
| 248 | #define CHIP_REV_1_1 0x11 | 245 | #define MX3x_CHIP_REV_1_1 0x11 |
| 249 | #define CHIP_REV_1_2 0x12 | 246 | #define MX3x_CHIP_REV_1_2 0x12 |
| 250 | #define CHIP_REV_1_3 0x13 | 247 | #define MX3x_CHIP_REV_1_3 0x13 |
| 251 | #define CHIP_REV_2_0 0x20 | 248 | #define MX3x_CHIP_REV_2_0 0x20 |
| 252 | #define CHIP_REV_2_1 0x21 | 249 | #define MX3x_CHIP_REV_2_1 0x21 |
| 253 | #define CHIP_REV_2_2 0x22 | 250 | #define MX3x_CHIP_REV_2_2 0x22 |
| 254 | #define CHIP_REV_2_3 0x23 | 251 | #define MX3x_CHIP_REV_2_3 0x23 |
| 255 | #define CHIP_REV_3_0 0x30 | 252 | #define MX3x_CHIP_REV_3_0 0x30 |
| 256 | #define CHIP_REV_3_1 0x31 | 253 | #define MX3x_CHIP_REV_3_1 0x31 |
| 257 | #define CHIP_REV_3_2 0x32 | 254 | #define MX3x_CHIP_REV_3_2 0x32 |
| 258 | 255 | ||
| 259 | #define SYSTEM_REV_MIN CHIP_REV_1_0 | 256 | #define MX3x_SYSTEM_REV_MIN MX3x_CHIP_REV_1_0 |
| 260 | #define SYSTEM_REV_NUM 3 | 257 | #define MX3x_SYSTEM_REV_NUM 3 |
| 261 | 258 | ||
| 262 | /* Mandatory defines used globally */ | 259 | /* Mandatory defines used globally */ |
| 263 | 260 | ||
| 264 | #if !defined(__ASSEMBLY__) && !defined(__MXC_BOOT_UNCOMPRESS) | 261 | #if !defined(__ASSEMBLY__) && !defined(__MXC_BOOT_UNCOMPRESS) |
| 265 | 262 | ||
| 266 | extern unsigned int system_rev; | 263 | extern unsigned int mx31_cpu_rev; |
| 264 | extern void mx31_read_cpu_rev(void); | ||
| 267 | 265 | ||
| 268 | static inline int mx31_revision(void) | 266 | static inline int mx31_revision(void) |
| 269 | { | 267 | { |
| 270 | return system_rev; | 268 | return mx31_cpu_rev; |
| 271 | } | 269 | } |
| 272 | #endif | 270 | #endif |
| 273 | 271 | ||
| 274 | #endif /* __ASM_ARCH_MXC_MX31_H__ */ | 272 | /* these should go away */ |
| 273 | #define L2CC_BASE_ADDR MX3x_L2CC_BASE_ADDR | ||
| 274 | #define L2CC_SIZE MX3x_L2CC_SIZE | ||
| 275 | #define AIPS1_BASE_ADDR MX3x_AIPS1_BASE_ADDR | ||
| 276 | #define AIPS1_BASE_ADDR_VIRT MX3x_AIPS1_BASE_ADDR_VIRT | ||
| 277 | #define AIPS1_SIZE MX3x_AIPS1_SIZE | ||
| 278 | #define MAX_BASE_ADDR MX3x_MAX_BASE_ADDR | ||
| 279 | #define EVTMON_BASE_ADDR MX3x_EVTMON_BASE_ADDR | ||
| 280 | #define CLKCTL_BASE_ADDR MX3x_CLKCTL_BASE_ADDR | ||
| 281 | #define ETB_SLOT4_BASE_ADDR MX3x_ETB_SLOT4_BASE_ADDR | ||
| 282 | #define ETB_SLOT5_BASE_ADDR MX3x_ETB_SLOT5_BASE_ADDR | ||
| 283 | #define ECT_CTIO_BASE_ADDR MX3x_ECT_CTIO_BASE_ADDR | ||
| 284 | #define I2C_BASE_ADDR MX3x_I2C_BASE_ADDR | ||
| 285 | #define I2C3_BASE_ADDR MX3x_I2C3_BASE_ADDR | ||
| 286 | #define UART1_BASE_ADDR MX3x_UART1_BASE_ADDR | ||
| 287 | #define UART2_BASE_ADDR MX3x_UART2_BASE_ADDR | ||
| 288 | #define I2C2_BASE_ADDR MX3x_I2C2_BASE_ADDR | ||
| 289 | #define OWIRE_BASE_ADDR MX3x_OWIRE_BASE_ADDR | ||
| 290 | #define SSI1_BASE_ADDR MX3x_SSI1_BASE_ADDR | ||
| 291 | #define CSPI1_BASE_ADDR MX3x_CSPI1_BASE_ADDR | ||
| 292 | #define KPP_BASE_ADDR MX3x_KPP_BASE_ADDR | ||
| 293 | #define IOMUXC_BASE_ADDR MX3x_IOMUXC_BASE_ADDR | ||
| 294 | #define ECT_IP1_BASE_ADDR MX3x_ECT_IP1_BASE_ADDR | ||
| 295 | #define ECT_IP2_BASE_ADDR MX3x_ECT_IP2_BASE_ADDR | ||
| 296 | #define SPBA0_BASE_ADDR MX3x_SPBA0_BASE_ADDR | ||
| 297 | #define SPBA0_BASE_ADDR_VIRT MX3x_SPBA0_BASE_ADDR_VIRT | ||
| 298 | #define SPBA0_SIZE MX3x_SPBA0_SIZE | ||
| 299 | #define UART3_BASE_ADDR MX3x_UART3_BASE_ADDR | ||
| 300 | #define CSPI2_BASE_ADDR MX3x_CSPI2_BASE_ADDR | ||
| 301 | #define SSI2_BASE_ADDR MX3x_SSI2_BASE_ADDR | ||
| 302 | #define ATA_DMA_BASE_ADDR MX3x_ATA_DMA_BASE_ADDR | ||
| 303 | #define MSHC1_BASE_ADDR MX3x_MSHC1_BASE_ADDR | ||
| 304 | #define SPBA_CTRL_BASE_ADDR MX3x_SPBA_CTRL_BASE_ADDR | ||
| 305 | #define AIPS2_BASE_ADDR MX3x_AIPS2_BASE_ADDR | ||
| 306 | #define AIPS2_BASE_ADDR_VIRT MX3x_AIPS2_BASE_ADDR_VIRT | ||
| 307 | #define AIPS2_SIZE MX3x_AIPS2_SIZE | ||
| 308 | #define CCM_BASE_ADDR MX3x_CCM_BASE_ADDR | ||
| 309 | #define GPT1_BASE_ADDR MX3x_GPT1_BASE_ADDR | ||
| 310 | #define EPIT1_BASE_ADDR MX3x_EPIT1_BASE_ADDR | ||
| 311 | #define EPIT2_BASE_ADDR MX3x_EPIT2_BASE_ADDR | ||
| 312 | #define GPIO3_BASE_ADDR MX3x_GPIO3_BASE_ADDR | ||
| 313 | #define SCC_BASE_ADDR MX3x_SCC_BASE_ADDR | ||
| 314 | #define RNGA_BASE_ADDR MX3x_RNGA_BASE_ADDR | ||
| 315 | #define IPU_CTRL_BASE_ADDR MX3x_IPU_CTRL_BASE_ADDR | ||
| 316 | #define AUDMUX_BASE_ADDR MX3x_AUDMUX_BASE_ADDR | ||
| 317 | #define GPIO1_BASE_ADDR MX3x_GPIO1_BASE_ADDR | ||
| 318 | #define GPIO2_BASE_ADDR MX3x_GPIO2_BASE_ADDR | ||
| 319 | #define SDMA_BASE_ADDR MX3x_SDMA_BASE_ADDR | ||
| 320 | #define RTC_BASE_ADDR MX3x_RTC_BASE_ADDR | ||
| 321 | #define WDOG_BASE_ADDR MX3x_WDOG_BASE_ADDR | ||
| 322 | #define PWM_BASE_ADDR MX3x_PWM_BASE_ADDR | ||
| 323 | #define RTIC_BASE_ADDR MX3x_RTIC_BASE_ADDR | ||
| 324 | #define ROMP_BASE_ADDR MX3x_ROMP_BASE_ADDR | ||
| 325 | #define ROMP_BASE_ADDR_VIRT MX3x_ROMP_BASE_ADDR_VIRT | ||
| 326 | #define ROMP_SIZE MX3x_ROMP_SIZE | ||
| 327 | #define AVIC_BASE_ADDR MX3x_AVIC_BASE_ADDR | ||
| 328 | #define AVIC_BASE_ADDR_VIRT MX3x_AVIC_BASE_ADDR_VIRT | ||
| 329 | #define AVIC_SIZE MX3x_AVIC_SIZE | ||
| 330 | #define IPU_MEM_BASE_ADDR MX3x_IPU_MEM_BASE_ADDR | ||
| 331 | #define CSD0_BASE_ADDR MX3x_CSD0_BASE_ADDR | ||
| 332 | #define CSD1_BASE_ADDR MX3x_CSD1_BASE_ADDR | ||
| 333 | #define CS0_BASE_ADDR MX3x_CS0_BASE_ADDR | ||
| 334 | #define CS1_BASE_ADDR MX3x_CS1_BASE_ADDR | ||
| 335 | #define CS2_BASE_ADDR MX3x_CS2_BASE_ADDR | ||
| 336 | #define CS3_BASE_ADDR MX3x_CS3_BASE_ADDR | ||
| 337 | #define CS4_BASE_ADDR MX3x_CS4_BASE_ADDR | ||
| 338 | #define CS4_BASE_ADDR_VIRT MX3x_CS4_BASE_ADDR_VIRT | ||
| 339 | #define CS4_SIZE MX3x_CS4_SIZE | ||
| 340 | #define CS5_BASE_ADDR MX3x_CS5_BASE_ADDR | ||
| 341 | #define CS5_BASE_ADDR_VIRT MX3x_CS5_BASE_ADDR_VIRT | ||
| 342 | #define CS5_SIZE MX3x_CS5_SIZE | ||
| 343 | #define X_MEMC_BASE_ADDR MX3x_X_MEMC_BASE_ADDR | ||
| 344 | #define X_MEMC_BASE_ADDR_VIRT MX3x_X_MEMC_BASE_ADDR_VIRT | ||
| 345 | #define X_MEMC_SIZE MX3x_X_MEMC_SIZE | ||
| 346 | #define ESDCTL_BASE_ADDR MX3x_ESDCTL_BASE_ADDR | ||
| 347 | #define WEIM_BASE_ADDR MX3x_WEIM_BASE_ADDR | ||
| 348 | #define M3IF_BASE_ADDR MX3x_M3IF_BASE_ADDR | ||
| 349 | #define EMI_CTL_BASE_ADDR MX3x_EMI_CTL_BASE_ADDR | ||
| 350 | #define PCMCIA_CTL_BASE_ADDR MX3x_PCMCIA_CTL_BASE_ADDR | ||
| 351 | #define PCMCIA_MEM_BASE_ADDR MX3x_PCMCIA_MEM_BASE_ADDR | ||
| 352 | #define MXC_INT_I2C3 MX3x_INT_I2C3 | ||
| 353 | #define MXC_INT_I2C2 MX3x_INT_I2C2 | ||
| 354 | #define MXC_INT_RTIC MX3x_INT_RTIC | ||
| 355 | #define MXC_INT_I2C MX3x_INT_I2C | ||
| 356 | #define MXC_INT_CSPI2 MX3x_INT_CSPI2 | ||
| 357 | #define MXC_INT_CSPI1 MX3x_INT_CSPI1 | ||
| 358 | #define MXC_INT_ATA MX3x_INT_ATA | ||
| 359 | #define MXC_INT_UART3 MX3x_INT_UART3 | ||
| 360 | #define MXC_INT_IIM MX3x_INT_IIM | ||
| 361 | #define MXC_INT_RNGA MX3x_INT_RNGA | ||
| 362 | #define MXC_INT_EVTMON MX3x_INT_EVTMON | ||
| 363 | #define MXC_INT_KPP MX3x_INT_KPP | ||
| 364 | #define MXC_INT_RTC MX3x_INT_RTC | ||
| 365 | #define MXC_INT_PWM MX3x_INT_PWM | ||
| 366 | #define MXC_INT_EPIT2 MX3x_INT_EPIT2 | ||
| 367 | #define MXC_INT_EPIT1 MX3x_INT_EPIT1 | ||
| 368 | #define MXC_INT_GPT MX3x_INT_GPT | ||
| 369 | #define MXC_INT_POWER_FAIL MX3x_INT_POWER_FAIL | ||
| 370 | #define MXC_INT_UART2 MX3x_INT_UART2 | ||
| 371 | #define MXC_INT_NANDFC MX3x_INT_NANDFC | ||
| 372 | #define MXC_INT_SDMA MX3x_INT_SDMA | ||
| 373 | #define MXC_INT_MSHC1 MX3x_INT_MSHC1 | ||
| 374 | #define MXC_INT_IPU_ERR MX3x_INT_IPU_ERR | ||
| 375 | #define MXC_INT_IPU_SYN MX3x_INT_IPU_SYN | ||
| 376 | #define MXC_INT_UART1 MX3x_INT_UART1 | ||
| 377 | #define MXC_INT_ECT MX3x_INT_ECT | ||
| 378 | #define MXC_INT_SCC_SCM MX3x_INT_SCC_SCM | ||
| 379 | #define MXC_INT_SCC_SMN MX3x_INT_SCC_SMN | ||
| 380 | #define MXC_INT_GPIO2 MX3x_INT_GPIO2 | ||
| 381 | #define MXC_INT_GPIO1 MX3x_INT_GPIO1 | ||
| 382 | #define MXC_INT_WDOG MX3x_INT_WDOG | ||
| 383 | #define MXC_INT_GPIO3 MX3x_INT_GPIO3 | ||
| 384 | #define MXC_INT_EXT_POWER MX3x_INT_EXT_POWER | ||
| 385 | #define MXC_INT_EXT_TEMPER MX3x_INT_EXT_TEMPER | ||
| 386 | #define MXC_INT_EXT_SENSOR60 MX3x_INT_EXT_SENSOR60 | ||
| 387 | #define MXC_INT_EXT_SENSOR61 MX3x_INT_EXT_SENSOR61 | ||
| 388 | #define MXC_INT_EXT_WDOG MX3x_INT_EXT_WDOG | ||
| 389 | #define MXC_INT_EXT_TV MX3x_INT_EXT_TV | ||
| 390 | #define PROD_SIGNATURE MX3x_PROD_SIGNATURE | ||
| 391 | #define CHIP_REV_1_0 MX3x_CHIP_REV_1_0 | ||
| 392 | #define CHIP_REV_1_1 MX3x_CHIP_REV_1_1 | ||
| 393 | #define CHIP_REV_1_2 MX3x_CHIP_REV_1_2 | ||
| 394 | #define CHIP_REV_1_3 MX3x_CHIP_REV_1_3 | ||
| 395 | #define CHIP_REV_2_0 MX3x_CHIP_REV_2_0 | ||
| 396 | #define CHIP_REV_2_1 MX3x_CHIP_REV_2_1 | ||
| 397 | #define CHIP_REV_2_2 MX3x_CHIP_REV_2_2 | ||
| 398 | #define CHIP_REV_2_3 MX3x_CHIP_REV_2_3 | ||
| 399 | #define CHIP_REV_3_0 MX3x_CHIP_REV_3_0 | ||
| 400 | #define CHIP_REV_3_1 MX3x_CHIP_REV_3_1 | ||
| 401 | #define CHIP_REV_3_2 MX3x_CHIP_REV_3_2 | ||
| 402 | #define SYSTEM_REV_MIN MX3x_SYSTEM_REV_MIN | ||
| 403 | #define SYSTEM_REV_NUM MX3x_SYSTEM_REV_NUM | ||
| 275 | 404 | ||
| 405 | #endif /* __ASM_ARCH_MXC_MX31_H__ */ | ||
diff --git a/arch/arm/plat-mxc/include/mach/ulpi.h b/arch/arm/plat-mxc/include/mach/ulpi.h new file mode 100644 index 000000000000..96b6ab4c40c3 --- /dev/null +++ b/arch/arm/plat-mxc/include/mach/ulpi.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #ifndef __MACH_ULPI_H | ||
| 2 | #define __MACH_ULPI_H | ||
| 3 | |||
| 4 | extern struct otg_io_access_ops mxc_ulpi_access_ops; | ||
| 5 | |||
| 6 | #endif /* __MACH_ULPI_H */ | ||
| 7 | |||
diff --git a/arch/arm/plat-mxc/include/mach/uncompress.h b/arch/arm/plat-mxc/include/mach/uncompress.h index 082a3908256b..a41bf57fb3de 100644 --- a/arch/arm/plat-mxc/include/mach/uncompress.h +++ b/arch/arm/plat-mxc/include/mach/uncompress.h | |||
| @@ -83,6 +83,7 @@ static __inline__ void __arch_decomp_setup(unsigned long arch_id) | |||
| 83 | case MACH_TYPE_MX27ADS: | 83 | case MACH_TYPE_MX27ADS: |
| 84 | case MACH_TYPE_PCM038: | 84 | case MACH_TYPE_PCM038: |
| 85 | case MACH_TYPE_MX21ADS: | 85 | case MACH_TYPE_MX21ADS: |
| 86 | case MACH_TYPE_PCA100: | ||
| 86 | uart_base = MX2X_UART1_BASE_ADDR; | 87 | uart_base = MX2X_UART1_BASE_ADDR; |
| 87 | break; | 88 | break; |
| 88 | case MACH_TYPE_MX31LITE: | 89 | case MACH_TYPE_MX31LITE: |
| @@ -94,6 +95,7 @@ static __inline__ void __arch_decomp_setup(unsigned long arch_id) | |||
| 94 | case MACH_TYPE_MX31ADS: | 95 | case MACH_TYPE_MX31ADS: |
| 95 | case MACH_TYPE_MX35_3DS: | 96 | case MACH_TYPE_MX35_3DS: |
| 96 | case MACH_TYPE_PCM043: | 97 | case MACH_TYPE_PCM043: |
| 98 | case MACH_TYPE_LILLY1131: | ||
| 97 | uart_base = MX3X_UART1_BASE_ADDR; | 99 | uart_base = MX3X_UART1_BASE_ADDR; |
| 98 | break; | 100 | break; |
| 99 | case MACH_TYPE_MAGX_ZN5: | 101 | case MACH_TYPE_MAGX_ZN5: |
diff --git a/arch/arm/plat-mxc/iomux-v3.c b/arch/arm/plat-mxc/iomux-v3.c index 851ca99bf1b1..b318c6a222d5 100644 --- a/arch/arm/plat-mxc/iomux-v3.c +++ b/arch/arm/plat-mxc/iomux-v3.c | |||
| @@ -31,19 +31,11 @@ | |||
| 31 | 31 | ||
| 32 | static void __iomem *base; | 32 | static void __iomem *base; |
| 33 | 33 | ||
| 34 | static unsigned long iomux_v3_pad_alloc_map[0x200 / BITS_PER_LONG]; | ||
| 35 | |||
| 36 | /* | 34 | /* |
| 37 | * setups a single pin: | 35 | * setups a single pad in the iomuxer |
| 38 | * - reserves the pin so that it is not claimed by another driver | ||
| 39 | * - setups the iomux according to the configuration | ||
| 40 | */ | 36 | */ |
| 41 | int mxc_iomux_v3_setup_pad(struct pad_desc *pad) | 37 | int mxc_iomux_v3_setup_pad(struct pad_desc *pad) |
| 42 | { | 38 | { |
| 43 | unsigned int pad_ofs = pad->pad_ctrl_ofs; | ||
| 44 | |||
| 45 | if (test_and_set_bit(pad_ofs >> 2, iomux_v3_pad_alloc_map)) | ||
| 46 | return -EBUSY; | ||
| 47 | if (pad->mux_ctrl_ofs) | 39 | if (pad->mux_ctrl_ofs) |
| 48 | __raw_writel(pad->mux_mode, base + pad->mux_ctrl_ofs); | 40 | __raw_writel(pad->mux_mode, base + pad->mux_ctrl_ofs); |
| 49 | 41 | ||
| @@ -66,37 +58,13 @@ int mxc_iomux_v3_setup_multiple_pads(struct pad_desc *pad_list, unsigned count) | |||
| 66 | for (i = 0; i < count; i++) { | 58 | for (i = 0; i < count; i++) { |
| 67 | ret = mxc_iomux_v3_setup_pad(p); | 59 | ret = mxc_iomux_v3_setup_pad(p); |
| 68 | if (ret) | 60 | if (ret) |
| 69 | goto setup_error; | 61 | return ret; |
| 70 | p++; | 62 | p++; |
| 71 | } | 63 | } |
| 72 | return 0; | 64 | return 0; |
| 73 | |||
| 74 | setup_error: | ||
| 75 | mxc_iomux_v3_release_multiple_pads(pad_list, i); | ||
| 76 | return ret; | ||
| 77 | } | 65 | } |
| 78 | EXPORT_SYMBOL(mxc_iomux_v3_setup_multiple_pads); | 66 | EXPORT_SYMBOL(mxc_iomux_v3_setup_multiple_pads); |
| 79 | 67 | ||
| 80 | void mxc_iomux_v3_release_pad(struct pad_desc *pad) | ||
| 81 | { | ||
| 82 | unsigned int pad_ofs = pad->pad_ctrl_ofs; | ||
| 83 | |||
| 84 | clear_bit(pad_ofs >> 2, iomux_v3_pad_alloc_map); | ||
| 85 | } | ||
| 86 | EXPORT_SYMBOL(mxc_iomux_v3_release_pad); | ||
| 87 | |||
| 88 | void mxc_iomux_v3_release_multiple_pads(struct pad_desc *pad_list, int count) | ||
| 89 | { | ||
| 90 | struct pad_desc *p = pad_list; | ||
| 91 | int i; | ||
| 92 | |||
| 93 | for (i = 0; i < count; i++) { | ||
| 94 | mxc_iomux_v3_release_pad(p); | ||
| 95 | p++; | ||
| 96 | } | ||
| 97 | } | ||
| 98 | EXPORT_SYMBOL(mxc_iomux_v3_release_multiple_pads); | ||
| 99 | |||
| 100 | void mxc_iomux_v3_init(void __iomem *iomux_v3_base) | 68 | void mxc_iomux_v3_init(void __iomem *iomux_v3_base) |
| 101 | { | 69 | { |
| 102 | base = iomux_v3_base; | 70 | base = iomux_v3_base; |
diff --git a/arch/arm/plat-mxc/ulpi.c b/arch/arm/plat-mxc/ulpi.c new file mode 100644 index 000000000000..582c6dfaba4a --- /dev/null +++ b/arch/arm/plat-mxc/ulpi.c | |||
| @@ -0,0 +1,113 @@ | |||
| 1 | /* | ||
| 2 | * Copyright 2008 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de> | ||
| 3 | * Copyright 2009 Daniel Mack <daniel@caiaq.de> | ||
| 4 | * | ||
| 5 | * This program is free software; you can redistribute it and/or | ||
| 6 | * modify it under the terms of the GNU General Public License | ||
| 7 | * as published by the Free Software Foundation; either version 2 | ||
| 8 | * of the License, or (at your option) any later version. | ||
| 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 | * You should have received a copy of the GNU General Public License | ||
| 15 | * along with this program; if not, write to the Free Software | ||
| 16 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
| 17 | * MA 02110-1301, USA. | ||
| 18 | */ | ||
| 19 | |||
| 20 | #include <linux/module.h> | ||
| 21 | #include <linux/kernel.h> | ||
| 22 | #include <linux/io.h> | ||
| 23 | #include <linux/delay.h> | ||
| 24 | #include <linux/usb/otg.h> | ||
| 25 | |||
| 26 | #include <mach/ulpi.h> | ||
| 27 | |||
| 28 | /* ULPIVIEW register bits */ | ||
| 29 | #define ULPIVW_WU (1 << 31) /* Wakeup */ | ||
| 30 | #define ULPIVW_RUN (1 << 30) /* read/write run */ | ||
| 31 | #define ULPIVW_WRITE (1 << 29) /* 0 = read 1 = write */ | ||
| 32 | #define ULPIVW_SS (1 << 27) /* SyncState */ | ||
| 33 | #define ULPIVW_PORT_MASK 0x07 /* Port field */ | ||
| 34 | #define ULPIVW_PORT_SHIFT 24 | ||
| 35 | #define ULPIVW_ADDR_MASK 0xff /* data address field */ | ||
| 36 | #define ULPIVW_ADDR_SHIFT 16 | ||
| 37 | #define ULPIVW_RDATA_MASK 0xff /* read data field */ | ||
| 38 | #define ULPIVW_RDATA_SHIFT 8 | ||
| 39 | #define ULPIVW_WDATA_MASK 0xff /* write data field */ | ||
| 40 | #define ULPIVW_WDATA_SHIFT 0 | ||
| 41 | |||
| 42 | static int ulpi_poll(void __iomem *view, u32 bit) | ||
| 43 | { | ||
| 44 | int timeout = 10000; | ||
| 45 | |||
| 46 | while (timeout--) { | ||
| 47 | u32 data = __raw_readl(view); | ||
| 48 | |||
| 49 | if (!(data & bit)) | ||
| 50 | return 0; | ||
| 51 | |||
| 52 | cpu_relax(); | ||
| 53 | }; | ||
| 54 | |||
| 55 | printk(KERN_WARNING "timeout polling for ULPI device\n"); | ||
| 56 | |||
| 57 | return -ETIMEDOUT; | ||
| 58 | } | ||
| 59 | |||
| 60 | static int ulpi_read(struct otg_transceiver *otg, u32 reg) | ||
| 61 | { | ||
| 62 | int ret; | ||
| 63 | void __iomem *view = otg->io_priv; | ||
| 64 | |||
| 65 | /* make sure interface is running */ | ||
| 66 | if (!(__raw_readl(view) & ULPIVW_SS)) { | ||
| 67 | __raw_writel(ULPIVW_WU, view); | ||
| 68 | |||
| 69 | /* wait for wakeup */ | ||
| 70 | ret = ulpi_poll(view, ULPIVW_WU); | ||
| 71 | if (ret) | ||
| 72 | return ret; | ||
| 73 | } | ||
| 74 | |||
| 75 | /* read the register */ | ||
| 76 | __raw_writel((ULPIVW_RUN | (reg << ULPIVW_ADDR_SHIFT)), view); | ||
| 77 | |||
| 78 | /* wait for completion */ | ||
| 79 | ret = ulpi_poll(view, ULPIVW_RUN); | ||
| 80 | if (ret) | ||
| 81 | return ret; | ||
| 82 | |||
| 83 | return (__raw_readl(view) >> ULPIVW_RDATA_SHIFT) & ULPIVW_RDATA_MASK; | ||
| 84 | } | ||
| 85 | |||
| 86 | static int ulpi_write(struct otg_transceiver *otg, u32 val, u32 reg) | ||
| 87 | { | ||
| 88 | int ret; | ||
| 89 | void __iomem *view = otg->io_priv; | ||
| 90 | |||
| 91 | /* make sure the interface is running */ | ||
| 92 | if (!(__raw_readl(view) & ULPIVW_SS)) { | ||
| 93 | __raw_writel(ULPIVW_WU, view); | ||
| 94 | /* wait for wakeup */ | ||
| 95 | ret = ulpi_poll(view, ULPIVW_WU); | ||
| 96 | if (ret) | ||
| 97 | return ret; | ||
| 98 | } | ||
| 99 | |||
| 100 | __raw_writel((ULPIVW_RUN | ULPIVW_WRITE | | ||
| 101 | (reg << ULPIVW_ADDR_SHIFT) | | ||
| 102 | ((val & ULPIVW_WDATA_MASK) << ULPIVW_WDATA_SHIFT)), view); | ||
| 103 | |||
| 104 | /* wait for completion */ | ||
| 105 | return ulpi_poll(view, ULPIVW_RUN); | ||
| 106 | } | ||
| 107 | |||
| 108 | struct otg_io_access_ops mxc_ulpi_access_ops = { | ||
| 109 | .read = ulpi_read, | ||
| 110 | .write = ulpi_write, | ||
| 111 | }; | ||
| 112 | EXPORT_SYMBOL_GPL(mxc_ulpi_access_ops); | ||
| 113 | |||
diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c index 71ebd7fcfea1..7c345b757df1 100644 --- a/arch/arm/plat-omap/gpio.c +++ b/arch/arm/plat-omap/gpio.c | |||
| @@ -373,7 +373,7 @@ static inline int gpio_valid(int gpio) | |||
| 373 | 373 | ||
| 374 | static int check_gpio(int gpio) | 374 | static int check_gpio(int gpio) |
| 375 | { | 375 | { |
| 376 | if (unlikely(gpio_valid(gpio)) < 0) { | 376 | if (unlikely(gpio_valid(gpio) < 0)) { |
| 377 | printk(KERN_ERR "omap-gpio: invalid GPIO %d\n", gpio); | 377 | printk(KERN_ERR "omap-gpio: invalid GPIO %d\n", gpio); |
| 378 | dump_stack(); | 378 | dump_stack(); |
| 379 | return -1; | 379 | return -1; |
diff --git a/arch/arm/plat-pxa/include/plat/mfp.h b/arch/arm/plat-pxa/include/plat/mfp.h index 22086e696e8e..857a6839071c 100644 --- a/arch/arm/plat-pxa/include/plat/mfp.h +++ b/arch/arm/plat-pxa/include/plat/mfp.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | #ifndef __ASM_PLAT_MFP_H | 16 | #ifndef __ASM_PLAT_MFP_H |
| 17 | #define __ASM_PLAT_MFP_H | 17 | #define __ASM_PLAT_MFP_H |
| 18 | 18 | ||
| 19 | #define mfp_to_gpio(m) ((m) % 128) | 19 | #define mfp_to_gpio(m) ((m) % 256) |
| 20 | 20 | ||
| 21 | /* list of all the configurable MFP pins */ | 21 | /* list of all the configurable MFP pins */ |
| 22 | enum { | 22 | enum { |
diff --git a/arch/arm/plat-pxa/mfp.c b/arch/arm/plat-pxa/mfp.c index 9405d0379c85..be58f9fe65b0 100644 --- a/arch/arm/plat-pxa/mfp.c +++ b/arch/arm/plat-pxa/mfp.c | |||
| @@ -207,7 +207,7 @@ unsigned long mfp_read(int mfp) | |||
| 207 | { | 207 | { |
| 208 | unsigned long val, flags; | 208 | unsigned long val, flags; |
| 209 | 209 | ||
| 210 | BUG_ON(mfp >= MFP_PIN_MAX); | 210 | BUG_ON(mfp < 0 || mfp >= MFP_PIN_MAX); |
| 211 | 211 | ||
| 212 | spin_lock_irqsave(&mfp_spin_lock, flags); | 212 | spin_lock_irqsave(&mfp_spin_lock, flags); |
| 213 | val = mfpr_readl(mfp_table[mfp].mfpr_off); | 213 | val = mfpr_readl(mfp_table[mfp].mfpr_off); |
| @@ -220,7 +220,7 @@ void mfp_write(int mfp, unsigned long val) | |||
| 220 | { | 220 | { |
| 221 | unsigned long flags; | 221 | unsigned long flags; |
| 222 | 222 | ||
| 223 | BUG_ON(mfp >= MFP_PIN_MAX); | 223 | BUG_ON(mfp < 0 || mfp >= MFP_PIN_MAX); |
| 224 | 224 | ||
| 225 | spin_lock_irqsave(&mfp_spin_lock, flags); | 225 | spin_lock_irqsave(&mfp_spin_lock, flags); |
| 226 | mfpr_writel(mfp_table[mfp].mfpr_off, val); | 226 | mfpr_writel(mfp_table[mfp].mfpr_off, val); |
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 35e3bd9858df..d856354f4272 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
| @@ -92,6 +92,7 @@ config PLATFORM_AT32AP | |||
| 92 | select PERFORMANCE_COUNTERS | 92 | select PERFORMANCE_COUNTERS |
| 93 | select ARCH_REQUIRE_GPIOLIB | 93 | select ARCH_REQUIRE_GPIOLIB |
| 94 | select GENERIC_ALLOCATOR | 94 | select GENERIC_ALLOCATOR |
| 95 | select HAVE_FB_ATMEL | ||
| 95 | 96 | ||
| 96 | # | 97 | # |
| 97 | # CPU types | 98 | # CPU types |
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 03bd56a2fb6e..1aad0d9f5074 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | config MIPS | 1 | config MIPS |
| 2 | bool | 2 | bool |
| 3 | default y | 3 | default y |
| 4 | select HAVE_GENERIC_DMA_COHERENT | ||
| 4 | select HAVE_IDE | 5 | select HAVE_IDE |
| 5 | select HAVE_OPROFILE | 6 | select HAVE_OPROFILE |
| 6 | select HAVE_ARCH_KGDB | 7 | select HAVE_ARCH_KGDB |
diff --git a/arch/mips/bcm47xx/prom.c b/arch/mips/bcm47xx/prom.c index 079e33d52783..fb284c3b2cff 100644 --- a/arch/mips/bcm47xx/prom.c +++ b/arch/mips/bcm47xx/prom.c | |||
| @@ -100,7 +100,7 @@ static __init void prom_init_console(void) | |||
| 100 | 100 | ||
| 101 | static __init void prom_init_cmdline(void) | 101 | static __init void prom_init_cmdline(void) |
| 102 | { | 102 | { |
| 103 | char buf[CL_SIZE]; | 103 | static char buf[CL_SIZE] __initdata; |
| 104 | 104 | ||
| 105 | /* Get the kernel command line from CFE */ | 105 | /* Get the kernel command line from CFE */ |
| 106 | if (cfe_getenv("LINUX_CMDLINE", buf, CL_SIZE) >= 0) { | 106 | if (cfe_getenv("LINUX_CMDLINE", buf, CL_SIZE) >= 0) { |
diff --git a/arch/mips/configs/rbtx49xx_defconfig b/arch/mips/configs/rbtx49xx_defconfig index c69813b8488c..6c6a19aebe1f 100644 --- a/arch/mips/configs/rbtx49xx_defconfig +++ b/arch/mips/configs/rbtx49xx_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.29-rc7 | 3 | # Linux kernel version: 2.6.32-rc6 |
| 4 | # Wed Mar 4 23:08:06 2009 | 4 | # Sun Nov 8 22:59:47 2009 |
| 5 | # | 5 | # |
| 6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
| 7 | 7 | ||
| @@ -9,16 +9,18 @@ CONFIG_MIPS=y | |||
| 9 | # Machine selection | 9 | # Machine selection |
| 10 | # | 10 | # |
| 11 | # CONFIG_MACH_ALCHEMY is not set | 11 | # CONFIG_MACH_ALCHEMY is not set |
| 12 | # CONFIG_AR7 is not set | ||
| 12 | # CONFIG_BASLER_EXCITE is not set | 13 | # CONFIG_BASLER_EXCITE is not set |
| 13 | # CONFIG_BCM47XX is not set | 14 | # CONFIG_BCM47XX is not set |
| 15 | # CONFIG_BCM63XX is not set | ||
| 14 | # CONFIG_MIPS_COBALT is not set | 16 | # CONFIG_MIPS_COBALT is not set |
| 15 | # CONFIG_MACH_DECSTATION is not set | 17 | # CONFIG_MACH_DECSTATION is not set |
| 16 | # CONFIG_MACH_JAZZ is not set | 18 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LASAT is not set | 19 | # CONFIG_LASAT is not set |
| 18 | # CONFIG_LEMOTE_FULONG is not set | 20 | # CONFIG_MACH_LOONGSON is not set |
| 19 | # CONFIG_MIPS_MALTA is not set | 21 | # CONFIG_MIPS_MALTA is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 22 | # CONFIG_MIPS_SIM is not set |
| 21 | # CONFIG_MACH_EMMA is not set | 23 | # CONFIG_NEC_MARKEINS is not set |
| 22 | # CONFIG_MACH_VR41XX is not set | 24 | # CONFIG_MACH_VR41XX is not set |
| 23 | # CONFIG_NXP_STB220 is not set | 25 | # CONFIG_NXP_STB220 is not set |
| 24 | # CONFIG_NXP_STB225 is not set | 26 | # CONFIG_NXP_STB225 is not set |
| @@ -45,6 +47,7 @@ CONFIG_MACH_TX49XX=y | |||
| 45 | # CONFIG_WR_PPMC is not set | 47 | # CONFIG_WR_PPMC is not set |
| 46 | # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set | 48 | # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set |
| 47 | # CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set | 49 | # CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set |
| 50 | # CONFIG_ALCHEMY_GPIO_INDIRECT is not set | ||
| 48 | CONFIG_MACH_TXX9=y | 51 | CONFIG_MACH_TXX9=y |
| 49 | CONFIG_TOSHIBA_RBTX4927=y | 52 | CONFIG_TOSHIBA_RBTX4927=y |
| 50 | CONFIG_TOSHIBA_RBTX4938=y | 53 | CONFIG_TOSHIBA_RBTX4938=y |
| @@ -86,7 +89,6 @@ CONFIG_DMA_NONCOHERENT=y | |||
| 86 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 89 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
| 87 | CONFIG_EARLY_PRINTK=y | 90 | CONFIG_EARLY_PRINTK=y |
| 88 | CONFIG_SYS_HAS_EARLY_PRINTK=y | 91 | CONFIG_SYS_HAS_EARLY_PRINTK=y |
| 89 | # CONFIG_HOTPLUG_CPU is not set | ||
| 90 | # CONFIG_NO_IOPORT is not set | 92 | # CONFIG_NO_IOPORT is not set |
| 91 | CONFIG_GENERIC_GPIO=y | 93 | CONFIG_GENERIC_GPIO=y |
| 92 | CONFIG_CPU_BIG_ENDIAN=y | 94 | CONFIG_CPU_BIG_ENDIAN=y |
| @@ -101,7 +103,7 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
| 101 | # | 103 | # |
| 102 | # CPU selection | 104 | # CPU selection |
| 103 | # | 105 | # |
| 104 | # CONFIG_CPU_LOONGSON2 is not set | 106 | # CONFIG_CPU_LOONGSON2E is not set |
| 105 | # CONFIG_CPU_MIPS32_R1 is not set | 107 | # CONFIG_CPU_MIPS32_R1 is not set |
| 106 | # CONFIG_CPU_MIPS32_R2 is not set | 108 | # CONFIG_CPU_MIPS32_R2 is not set |
| 107 | # CONFIG_CPU_MIPS64_R1 is not set | 109 | # CONFIG_CPU_MIPS64_R1 is not set |
| @@ -137,6 +139,7 @@ CONFIG_32BIT=y | |||
| 137 | CONFIG_PAGE_SIZE_4KB=y | 139 | CONFIG_PAGE_SIZE_4KB=y |
| 138 | # CONFIG_PAGE_SIZE_8KB is not set | 140 | # CONFIG_PAGE_SIZE_8KB is not set |
| 139 | # CONFIG_PAGE_SIZE_16KB is not set | 141 | # CONFIG_PAGE_SIZE_16KB is not set |
| 142 | # CONFIG_PAGE_SIZE_32KB is not set | ||
| 140 | # CONFIG_PAGE_SIZE_64KB is not set | 143 | # CONFIG_PAGE_SIZE_64KB is not set |
| 141 | CONFIG_CPU_HAS_PREFETCH=y | 144 | CONFIG_CPU_HAS_PREFETCH=y |
| 142 | CONFIG_MIPS_MT_DISABLED=y | 145 | CONFIG_MIPS_MT_DISABLED=y |
| @@ -154,7 +157,10 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
| 154 | # CONFIG_PHYS_ADDR_T_64BIT is not set | 157 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
| 155 | CONFIG_ZONE_DMA_FLAG=0 | 158 | CONFIG_ZONE_DMA_FLAG=0 |
| 156 | CONFIG_VIRT_TO_BUS=y | 159 | CONFIG_VIRT_TO_BUS=y |
| 157 | CONFIG_UNEVICTABLE_LRU=y | 160 | CONFIG_HAVE_MLOCK=y |
| 161 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
| 162 | # CONFIG_KSM is not set | ||
| 163 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | ||
| 158 | CONFIG_TICK_ONESHOT=y | 164 | CONFIG_TICK_ONESHOT=y |
| 159 | CONFIG_NO_HZ=y | 165 | CONFIG_NO_HZ=y |
| 160 | CONFIG_HIGH_RES_TIMERS=y | 166 | CONFIG_HIGH_RES_TIMERS=y |
| @@ -175,6 +181,7 @@ CONFIG_PREEMPT_NONE=y | |||
| 175 | CONFIG_LOCKDEP_SUPPORT=y | 181 | CONFIG_LOCKDEP_SUPPORT=y |
| 176 | CONFIG_STACKTRACE_SUPPORT=y | 182 | CONFIG_STACKTRACE_SUPPORT=y |
| 177 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 183 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 184 | CONFIG_CONSTRUCTORS=y | ||
| 178 | 185 | ||
| 179 | # | 186 | # |
| 180 | # General setup | 187 | # General setup |
| @@ -194,11 +201,12 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
| 194 | # | 201 | # |
| 195 | # RCU Subsystem | 202 | # RCU Subsystem |
| 196 | # | 203 | # |
| 197 | CONFIG_CLASSIC_RCU=y | 204 | CONFIG_TREE_RCU=y |
| 198 | # CONFIG_TREE_RCU is not set | 205 | # CONFIG_TREE_PREEMPT_RCU is not set |
| 199 | # CONFIG_PREEMPT_RCU is not set | 206 | # CONFIG_RCU_TRACE is not set |
| 207 | CONFIG_RCU_FANOUT=32 | ||
| 208 | # CONFIG_RCU_FANOUT_EXACT is not set | ||
| 200 | # CONFIG_TREE_RCU_TRACE is not set | 209 | # CONFIG_TREE_RCU_TRACE is not set |
| 201 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
| 202 | CONFIG_IKCONFIG=y | 210 | CONFIG_IKCONFIG=y |
| 203 | CONFIG_IKCONFIG_PROC=y | 211 | CONFIG_IKCONFIG_PROC=y |
| 204 | CONFIG_LOG_BUF_SHIFT=14 | 212 | CONFIG_LOG_BUF_SHIFT=14 |
| @@ -209,8 +217,12 @@ CONFIG_SYSFS_DEPRECATED_V2=y | |||
| 209 | # CONFIG_NAMESPACES is not set | 217 | # CONFIG_NAMESPACES is not set |
| 210 | CONFIG_BLK_DEV_INITRD=y | 218 | CONFIG_BLK_DEV_INITRD=y |
| 211 | CONFIG_INITRAMFS_SOURCE="" | 219 | CONFIG_INITRAMFS_SOURCE="" |
| 220 | CONFIG_RD_GZIP=y | ||
| 221 | # CONFIG_RD_BZIP2 is not set | ||
| 222 | # CONFIG_RD_LZMA is not set | ||
| 212 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 223 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
| 213 | CONFIG_SYSCTL=y | 224 | CONFIG_SYSCTL=y |
| 225 | CONFIG_ANON_INODES=y | ||
| 214 | CONFIG_EMBEDDED=y | 226 | CONFIG_EMBEDDED=y |
| 215 | CONFIG_SYSCTL_SYSCALL=y | 227 | CONFIG_SYSCTL_SYSCALL=y |
| 216 | CONFIG_KALLSYMS=y | 228 | CONFIG_KALLSYMS=y |
| @@ -220,25 +232,35 @@ CONFIG_PRINTK=y | |||
| 220 | CONFIG_BUG=y | 232 | CONFIG_BUG=y |
| 221 | CONFIG_ELF_CORE=y | 233 | CONFIG_ELF_CORE=y |
| 222 | # CONFIG_PCSPKR_PLATFORM is not set | 234 | # CONFIG_PCSPKR_PLATFORM is not set |
| 223 | CONFIG_COMPAT_BRK=y | ||
| 224 | CONFIG_BASE_FULL=y | 235 | CONFIG_BASE_FULL=y |
| 225 | # CONFIG_FUTEX is not set | 236 | CONFIG_FUTEX=y |
| 226 | CONFIG_ANON_INODES=y | ||
| 227 | # CONFIG_EPOLL is not set | 237 | # CONFIG_EPOLL is not set |
| 228 | CONFIG_SIGNALFD=y | 238 | CONFIG_SIGNALFD=y |
| 229 | CONFIG_TIMERFD=y | 239 | CONFIG_TIMERFD=y |
| 230 | CONFIG_EVENTFD=y | 240 | CONFIG_EVENTFD=y |
| 231 | CONFIG_SHMEM=y | 241 | CONFIG_SHMEM=y |
| 232 | CONFIG_AIO=y | 242 | CONFIG_AIO=y |
| 243 | |||
| 244 | # | ||
| 245 | # Kernel Performance Events And Counters | ||
| 246 | # | ||
| 233 | CONFIG_VM_EVENT_COUNTERS=y | 247 | CONFIG_VM_EVENT_COUNTERS=y |
| 234 | CONFIG_PCI_QUIRKS=y | 248 | CONFIG_PCI_QUIRKS=y |
| 249 | CONFIG_COMPAT_BRK=y | ||
| 235 | CONFIG_SLAB=y | 250 | CONFIG_SLAB=y |
| 236 | # CONFIG_SLUB is not set | 251 | # CONFIG_SLUB is not set |
| 237 | # CONFIG_SLOB is not set | 252 | # CONFIG_SLOB is not set |
| 238 | # CONFIG_PROFILING is not set | 253 | # CONFIG_PROFILING is not set |
| 239 | CONFIG_HAVE_OPROFILE=y | 254 | CONFIG_HAVE_OPROFILE=y |
| 240 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 255 | |
| 256 | # | ||
| 257 | # GCOV-based kernel profiling | ||
| 258 | # | ||
| 259 | # CONFIG_GCOV_KERNEL is not set | ||
| 260 | # CONFIG_SLOW_WORK is not set | ||
| 261 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
| 241 | CONFIG_SLABINFO=y | 262 | CONFIG_SLABINFO=y |
| 263 | CONFIG_RT_MUTEXES=y | ||
| 242 | CONFIG_BASE_SMALL=0 | 264 | CONFIG_BASE_SMALL=0 |
| 243 | CONFIG_MODULES=y | 265 | CONFIG_MODULES=y |
| 244 | # CONFIG_MODULE_FORCE_LOAD is not set | 266 | # CONFIG_MODULE_FORCE_LOAD is not set |
| @@ -246,8 +268,8 @@ CONFIG_MODULE_UNLOAD=y | |||
| 246 | # CONFIG_MODVERSIONS is not set | 268 | # CONFIG_MODVERSIONS is not set |
| 247 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 269 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 248 | CONFIG_BLOCK=y | 270 | CONFIG_BLOCK=y |
| 249 | # CONFIG_LBD is not set | 271 | # CONFIG_LBDAF is not set |
| 250 | # CONFIG_BLK_DEV_IO_TRACE is not set | 272 | # CONFIG_BLK_DEV_BSG is not set |
| 251 | # CONFIG_BLK_DEV_INTEGRITY is not set | 273 | # CONFIG_BLK_DEV_INTEGRITY is not set |
| 252 | 274 | ||
| 253 | # | 275 | # |
| @@ -274,6 +296,7 @@ CONFIG_PCI_DOMAINS=y | |||
| 274 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 296 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
| 275 | # CONFIG_PCI_LEGACY is not set | 297 | # CONFIG_PCI_LEGACY is not set |
| 276 | # CONFIG_PCI_STUB is not set | 298 | # CONFIG_PCI_STUB is not set |
| 299 | # CONFIG_PCI_IOV is not set | ||
| 277 | CONFIG_MMU=y | 300 | CONFIG_MMU=y |
| 278 | 301 | ||
| 279 | # | 302 | # |
| @@ -288,6 +311,7 @@ CONFIG_TRAD_SIGNALS=y | |||
| 288 | # | 311 | # |
| 289 | # Power management options | 312 | # Power management options |
| 290 | # | 313 | # |
| 314 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 291 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | 315 | CONFIG_ARCH_SUSPEND_POSSIBLE=y |
| 292 | # CONFIG_PM is not set | 316 | # CONFIG_PM is not set |
| 293 | CONFIG_NET=y | 317 | CONFIG_NET=y |
| @@ -295,7 +319,6 @@ CONFIG_NET=y | |||
| 295 | # | 319 | # |
| 296 | # Networking options | 320 | # Networking options |
| 297 | # | 321 | # |
| 298 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
| 299 | CONFIG_PACKET=y | 322 | CONFIG_PACKET=y |
| 300 | # CONFIG_PACKET_MMAP is not set | 323 | # CONFIG_PACKET_MMAP is not set |
| 301 | CONFIG_UNIX=y | 324 | CONFIG_UNIX=y |
| @@ -311,6 +334,7 @@ CONFIG_IP_PNP=y | |||
| 311 | # CONFIG_NET_IPIP is not set | 334 | # CONFIG_NET_IPIP is not set |
| 312 | # CONFIG_NET_IPGRE is not set | 335 | # CONFIG_NET_IPGRE is not set |
| 313 | # CONFIG_IP_MROUTE is not set | 336 | # CONFIG_IP_MROUTE is not set |
| 337 | # CONFIG_ARPD is not set | ||
| 314 | # CONFIG_SYN_COOKIES is not set | 338 | # CONFIG_SYN_COOKIES is not set |
| 315 | # CONFIG_INET_AH is not set | 339 | # CONFIG_INET_AH is not set |
| 316 | # CONFIG_INET_ESP is not set | 340 | # CONFIG_INET_ESP is not set |
| @@ -336,6 +360,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 336 | # CONFIG_LLC2 is not set | 360 | # CONFIG_LLC2 is not set |
| 337 | # CONFIG_IPX is not set | 361 | # CONFIG_IPX is not set |
| 338 | # CONFIG_ATALK is not set | 362 | # CONFIG_ATALK is not set |
| 363 | # CONFIG_PHONET is not set | ||
| 339 | # CONFIG_NET_SCHED is not set | 364 | # CONFIG_NET_SCHED is not set |
| 340 | # CONFIG_DCB is not set | 365 | # CONFIG_DCB is not set |
| 341 | 366 | ||
| @@ -347,7 +372,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 347 | # CONFIG_CAN is not set | 372 | # CONFIG_CAN is not set |
| 348 | # CONFIG_IRDA is not set | 373 | # CONFIG_IRDA is not set |
| 349 | # CONFIG_BT is not set | 374 | # CONFIG_BT is not set |
| 350 | # CONFIG_PHONET is not set | ||
| 351 | # CONFIG_WIRELESS is not set | 375 | # CONFIG_WIRELESS is not set |
| 352 | # CONFIG_WIMAX is not set | 376 | # CONFIG_WIMAX is not set |
| 353 | # CONFIG_RFKILL is not set | 377 | # CONFIG_RFKILL is not set |
| @@ -365,9 +389,9 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
| 365 | # CONFIG_CONNECTOR is not set | 389 | # CONFIG_CONNECTOR is not set |
| 366 | CONFIG_MTD=y | 390 | CONFIG_MTD=y |
| 367 | # CONFIG_MTD_DEBUG is not set | 391 | # CONFIG_MTD_DEBUG is not set |
| 392 | # CONFIG_MTD_TESTS is not set | ||
| 368 | # CONFIG_MTD_CONCAT is not set | 393 | # CONFIG_MTD_CONCAT is not set |
| 369 | CONFIG_MTD_PARTITIONS=y | 394 | CONFIG_MTD_PARTITIONS=y |
| 370 | # CONFIG_MTD_TESTS is not set | ||
| 371 | # CONFIG_MTD_REDBOOT_PARTS is not set | 395 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 372 | CONFIG_MTD_CMDLINE_PARTS=y | 396 | CONFIG_MTD_CMDLINE_PARTS=y |
| 373 | # CONFIG_MTD_AR7_PARTS is not set | 397 | # CONFIG_MTD_AR7_PARTS is not set |
| @@ -376,9 +400,9 @@ CONFIG_MTD_CMDLINE_PARTS=y | |||
| 376 | # User Modules And Translation Layers | 400 | # User Modules And Translation Layers |
| 377 | # | 401 | # |
| 378 | CONFIG_MTD_CHAR=y | 402 | CONFIG_MTD_CHAR=y |
| 379 | # CONFIG_MTD_BLKDEVS is not set | 403 | CONFIG_MTD_BLKDEVS=m |
| 380 | # CONFIG_MTD_BLOCK is not set | 404 | CONFIG_MTD_BLOCK=m |
| 381 | # CONFIG_MTD_BLOCK_RO is not set | 405 | CONFIG_MTD_BLOCK_RO=m |
| 382 | # CONFIG_FTL is not set | 406 | # CONFIG_FTL is not set |
| 383 | # CONFIG_NFTL is not set | 407 | # CONFIG_NFTL is not set |
| 384 | # CONFIG_INFTL is not set | 408 | # CONFIG_INFTL is not set |
| @@ -414,16 +438,20 @@ CONFIG_MTD_CFI_UTIL=y | |||
| 414 | # | 438 | # |
| 415 | # Mapping drivers for chip access | 439 | # Mapping drivers for chip access |
| 416 | # | 440 | # |
| 417 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 441 | CONFIG_MTD_COMPLEX_MAPPINGS=y |
| 418 | CONFIG_MTD_PHYSMAP=y | 442 | CONFIG_MTD_PHYSMAP=y |
| 419 | # CONFIG_MTD_PHYSMAP_COMPAT is not set | 443 | # CONFIG_MTD_PHYSMAP_COMPAT is not set |
| 444 | # CONFIG_MTD_PCI is not set | ||
| 445 | # CONFIG_MTD_GPIO_ADDR is not set | ||
| 420 | # CONFIG_MTD_INTEL_VR_NOR is not set | 446 | # CONFIG_MTD_INTEL_VR_NOR is not set |
| 447 | CONFIG_MTD_RBTX4939=y | ||
| 421 | # CONFIG_MTD_PLATRAM is not set | 448 | # CONFIG_MTD_PLATRAM is not set |
| 422 | 449 | ||
| 423 | # | 450 | # |
| 424 | # Self-contained MTD device drivers | 451 | # Self-contained MTD device drivers |
| 425 | # | 452 | # |
| 426 | # CONFIG_MTD_PMC551 is not set | 453 | # CONFIG_MTD_PMC551 is not set |
| 454 | # CONFIG_MTD_SST25L is not set | ||
| 427 | # CONFIG_MTD_SLRAM is not set | 455 | # CONFIG_MTD_SLRAM is not set |
| 428 | # CONFIG_MTD_PHRAM is not set | 456 | # CONFIG_MTD_PHRAM is not set |
| 429 | # CONFIG_MTD_MTDRAM is not set | 457 | # CONFIG_MTD_MTDRAM is not set |
| @@ -435,7 +463,15 @@ CONFIG_MTD_PHYSMAP=y | |||
| 435 | # CONFIG_MTD_DOC2000 is not set | 463 | # CONFIG_MTD_DOC2000 is not set |
| 436 | # CONFIG_MTD_DOC2001 is not set | 464 | # CONFIG_MTD_DOC2001 is not set |
| 437 | # CONFIG_MTD_DOC2001PLUS is not set | 465 | # CONFIG_MTD_DOC2001PLUS is not set |
| 438 | # CONFIG_MTD_NAND is not set | 466 | CONFIG_MTD_NAND=m |
| 467 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
| 468 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
| 469 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
| 470 | CONFIG_MTD_NAND_IDS=m | ||
| 471 | # CONFIG_MTD_NAND_CAFE is not set | ||
| 472 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
| 473 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
| 474 | CONFIG_MTD_NAND_TXX9NDFMC=m | ||
| 439 | # CONFIG_MTD_ONENAND is not set | 475 | # CONFIG_MTD_ONENAND is not set |
| 440 | 476 | ||
| 441 | # | 477 | # |
| @@ -471,6 +507,7 @@ CONFIG_IDE=y | |||
| 471 | # | 507 | # |
| 472 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 508 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
| 473 | # | 509 | # |
| 510 | CONFIG_IDE_XFER_MODE=y | ||
| 474 | CONFIG_IDE_TIMINGS=y | 511 | CONFIG_IDE_TIMINGS=y |
| 475 | # CONFIG_BLK_DEV_IDE_SATA is not set | 512 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 476 | CONFIG_IDE_GD=y | 513 | CONFIG_IDE_GD=y |
| @@ -534,8 +571,13 @@ CONFIG_BLK_DEV_IDEDMA=y | |||
| 534 | # | 571 | # |
| 535 | 572 | ||
| 536 | # | 573 | # |
| 537 | # A new alternative FireWire stack is available with EXPERIMENTAL=y | 574 | # You can enable one or both FireWire driver stacks. |
| 538 | # | 575 | # |
| 576 | |||
| 577 | # | ||
| 578 | # See the help texts for more information. | ||
| 579 | # | ||
| 580 | # CONFIG_FIREWIRE is not set | ||
| 539 | # CONFIG_IEEE1394 is not set | 581 | # CONFIG_IEEE1394 is not set |
| 540 | # CONFIG_I2O is not set | 582 | # CONFIG_I2O is not set |
| 541 | CONFIG_NETDEVICES=y | 583 | CONFIG_NETDEVICES=y |
| @@ -574,6 +616,8 @@ CONFIG_MII=y | |||
| 574 | # CONFIG_NET_VENDOR_3COM is not set | 616 | # CONFIG_NET_VENDOR_3COM is not set |
| 575 | CONFIG_SMC91X=y | 617 | CONFIG_SMC91X=y |
| 576 | # CONFIG_DM9000 is not set | 618 | # CONFIG_DM9000 is not set |
| 619 | # CONFIG_ETHOC is not set | ||
| 620 | # CONFIG_DNET is not set | ||
| 577 | # CONFIG_NET_TULIP is not set | 621 | # CONFIG_NET_TULIP is not set |
| 578 | # CONFIG_HP100 is not set | 622 | # CONFIG_HP100 is not set |
| 579 | CONFIG_NE2000=y | 623 | CONFIG_NE2000=y |
| @@ -602,18 +646,15 @@ CONFIG_TC35815=y | |||
| 602 | # CONFIG_SMSC9420 is not set | 646 | # CONFIG_SMSC9420 is not set |
| 603 | # CONFIG_SUNDANCE is not set | 647 | # CONFIG_SUNDANCE is not set |
| 604 | # CONFIG_TLAN is not set | 648 | # CONFIG_TLAN is not set |
| 649 | # CONFIG_KS8842 is not set | ||
| 650 | # CONFIG_KS8851 is not set | ||
| 651 | # CONFIG_KS8851_MLL is not set | ||
| 605 | # CONFIG_VIA_RHINE is not set | 652 | # CONFIG_VIA_RHINE is not set |
| 606 | # CONFIG_ATL2 is not set | 653 | # CONFIG_ATL2 is not set |
| 607 | # CONFIG_NETDEV_1000 is not set | 654 | # CONFIG_NETDEV_1000 is not set |
| 608 | # CONFIG_NETDEV_10000 is not set | 655 | # CONFIG_NETDEV_10000 is not set |
| 609 | # CONFIG_TR is not set | 656 | # CONFIG_TR is not set |
| 610 | 657 | # CONFIG_WLAN is not set | |
| 611 | # | ||
| 612 | # Wireless LAN | ||
| 613 | # | ||
| 614 | # CONFIG_WLAN_PRE80211 is not set | ||
| 615 | # CONFIG_WLAN_80211 is not set | ||
| 616 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 617 | 658 | ||
| 618 | # | 659 | # |
| 619 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 660 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
| @@ -653,6 +694,7 @@ CONFIG_DEVKMEM=y | |||
| 653 | # | 694 | # |
| 654 | # Non-8250 serial port support | 695 | # Non-8250 serial port support |
| 655 | # | 696 | # |
| 697 | # CONFIG_SERIAL_MAX3100 is not set | ||
| 656 | CONFIG_SERIAL_CORE=y | 698 | CONFIG_SERIAL_CORE=y |
| 657 | CONFIG_SERIAL_CORE_CONSOLE=y | 699 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 658 | CONFIG_SERIAL_TXX9=y | 700 | CONFIG_SERIAL_TXX9=y |
| @@ -666,7 +708,9 @@ CONFIG_UNIX98_PTYS=y | |||
| 666 | CONFIG_LEGACY_PTYS=y | 708 | CONFIG_LEGACY_PTYS=y |
| 667 | CONFIG_LEGACY_PTY_COUNT=256 | 709 | CONFIG_LEGACY_PTY_COUNT=256 |
| 668 | # CONFIG_IPMI_HANDLER is not set | 710 | # CONFIG_IPMI_HANDLER is not set |
| 669 | # CONFIG_HW_RANDOM is not set | 711 | CONFIG_HW_RANDOM=m |
| 712 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||
| 713 | CONFIG_HW_RANDOM_TX4939=m | ||
| 670 | # CONFIG_R3964 is not set | 714 | # CONFIG_R3964 is not set |
| 671 | # CONFIG_APPLICOM is not set | 715 | # CONFIG_APPLICOM is not set |
| 672 | # CONFIG_RAW_DRIVER is not set | 716 | # CONFIG_RAW_DRIVER is not set |
| @@ -686,6 +730,10 @@ CONFIG_SPI_TXX9=y | |||
| 686 | # SPI Protocol Masters | 730 | # SPI Protocol Masters |
| 687 | # | 731 | # |
| 688 | # CONFIG_SPI_TLE62X0 is not set | 732 | # CONFIG_SPI_TLE62X0 is not set |
| 733 | |||
| 734 | # | ||
| 735 | # PPS support | ||
| 736 | # | ||
| 689 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | 737 | CONFIG_ARCH_REQUIRE_GPIOLIB=y |
| 690 | CONFIG_GPIOLIB=y | 738 | CONFIG_GPIOLIB=y |
| 691 | 739 | ||
| @@ -701,17 +749,22 @@ CONFIG_GPIOLIB=y | |||
| 701 | # PCI GPIO expanders: | 749 | # PCI GPIO expanders: |
| 702 | # | 750 | # |
| 703 | # CONFIG_GPIO_BT8XX is not set | 751 | # CONFIG_GPIO_BT8XX is not set |
| 752 | # CONFIG_GPIO_LANGWELL is not set | ||
| 704 | 753 | ||
| 705 | # | 754 | # |
| 706 | # SPI GPIO expanders: | 755 | # SPI GPIO expanders: |
| 707 | # | 756 | # |
| 708 | # CONFIG_GPIO_MAX7301 is not set | 757 | # CONFIG_GPIO_MAX7301 is not set |
| 709 | # CONFIG_GPIO_MCP23S08 is not set | 758 | # CONFIG_GPIO_MCP23S08 is not set |
| 759 | # CONFIG_GPIO_MC33880 is not set | ||
| 760 | |||
| 761 | # | ||
| 762 | # AC97 GPIO expanders: | ||
| 763 | # | ||
| 710 | # CONFIG_W1 is not set | 764 | # CONFIG_W1 is not set |
| 711 | # CONFIG_POWER_SUPPLY is not set | 765 | # CONFIG_POWER_SUPPLY is not set |
| 712 | # CONFIG_HWMON is not set | 766 | # CONFIG_HWMON is not set |
| 713 | # CONFIG_THERMAL is not set | 767 | # CONFIG_THERMAL is not set |
| 714 | # CONFIG_THERMAL_HWMON is not set | ||
| 715 | CONFIG_WATCHDOG=y | 768 | CONFIG_WATCHDOG=y |
| 716 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 769 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 717 | 770 | ||
| @@ -740,28 +793,17 @@ CONFIG_SSB_POSSIBLE=y | |||
| 740 | # CONFIG_MFD_CORE is not set | 793 | # CONFIG_MFD_CORE is not set |
| 741 | # CONFIG_MFD_SM501 is not set | 794 | # CONFIG_MFD_SM501 is not set |
| 742 | # CONFIG_HTC_PASIC3 is not set | 795 | # CONFIG_HTC_PASIC3 is not set |
| 796 | # CONFIG_UCB1400_CORE is not set | ||
| 743 | # CONFIG_MFD_TMIO is not set | 797 | # CONFIG_MFD_TMIO is not set |
| 798 | # CONFIG_MFD_MC13783 is not set | ||
| 799 | # CONFIG_EZX_PCAP is not set | ||
| 744 | # CONFIG_REGULATOR is not set | 800 | # CONFIG_REGULATOR is not set |
| 745 | 801 | # CONFIG_MEDIA_SUPPORT is not set | |
| 746 | # | ||
| 747 | # Multimedia devices | ||
| 748 | # | ||
| 749 | |||
| 750 | # | ||
| 751 | # Multimedia core support | ||
| 752 | # | ||
| 753 | # CONFIG_VIDEO_DEV is not set | ||
| 754 | # CONFIG_DVB_CORE is not set | ||
| 755 | # CONFIG_VIDEO_MEDIA is not set | ||
| 756 | |||
| 757 | # | ||
| 758 | # Multimedia drivers | ||
| 759 | # | ||
| 760 | # CONFIG_DAB is not set | ||
| 761 | 802 | ||
| 762 | # | 803 | # |
| 763 | # Graphics support | 804 | # Graphics support |
| 764 | # | 805 | # |
| 806 | # CONFIG_VGA_ARB is not set | ||
| 765 | # CONFIG_DRM is not set | 807 | # CONFIG_DRM is not set |
| 766 | # CONFIG_VGASTATE is not set | 808 | # CONFIG_VGASTATE is not set |
| 767 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | 809 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set |
| @@ -772,7 +814,42 @@ CONFIG_SSB_POSSIBLE=y | |||
| 772 | # Display device support | 814 | # Display device support |
| 773 | # | 815 | # |
| 774 | # CONFIG_DISPLAY_SUPPORT is not set | 816 | # CONFIG_DISPLAY_SUPPORT is not set |
| 775 | # CONFIG_SOUND is not set | 817 | CONFIG_SOUND=m |
| 818 | # CONFIG_SOUND_OSS_CORE is not set | ||
| 819 | CONFIG_SND=m | ||
| 820 | CONFIG_SND_TIMER=m | ||
| 821 | CONFIG_SND_PCM=m | ||
| 822 | # CONFIG_SND_SEQUENCER is not set | ||
| 823 | # CONFIG_SND_MIXER_OSS is not set | ||
| 824 | # CONFIG_SND_PCM_OSS is not set | ||
| 825 | # CONFIG_SND_HRTIMER is not set | ||
| 826 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
| 827 | # CONFIG_SND_SUPPORT_OLD_API is not set | ||
| 828 | # CONFIG_SND_VERBOSE_PROCFS is not set | ||
| 829 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
| 830 | # CONFIG_SND_DEBUG is not set | ||
| 831 | CONFIG_SND_VMASTER=y | ||
| 832 | # CONFIG_SND_RAWMIDI_SEQ is not set | ||
| 833 | # CONFIG_SND_OPL3_LIB_SEQ is not set | ||
| 834 | # CONFIG_SND_OPL4_LIB_SEQ is not set | ||
| 835 | # CONFIG_SND_SBAWE_SEQ is not set | ||
| 836 | # CONFIG_SND_EMU10K1_SEQ is not set | ||
| 837 | CONFIG_SND_AC97_CODEC=m | ||
| 838 | # CONFIG_SND_DRIVERS is not set | ||
| 839 | # CONFIG_SND_PCI is not set | ||
| 840 | # CONFIG_SND_SPI is not set | ||
| 841 | # CONFIG_SND_MIPS is not set | ||
| 842 | CONFIG_SND_SOC=m | ||
| 843 | CONFIG_SND_SOC_AC97_BUS=y | ||
| 844 | CONFIG_SND_SOC_TXX9ACLC=m | ||
| 845 | CONFIG_HAS_TXX9_ACLC=y | ||
| 846 | CONFIG_SND_SOC_TXX9ACLC_AC97=m | ||
| 847 | CONFIG_SND_SOC_TXX9ACLC_GENERIC=m | ||
| 848 | CONFIG_SND_SOC_I2C_AND_SPI=m | ||
| 849 | # CONFIG_SND_SOC_ALL_CODECS is not set | ||
| 850 | CONFIG_SND_SOC_AC97_CODEC=m | ||
| 851 | # CONFIG_SOUND_PRIME is not set | ||
| 852 | CONFIG_AC97_BUS=m | ||
| 776 | # CONFIG_USB_SUPPORT is not set | 853 | # CONFIG_USB_SUPPORT is not set |
| 777 | # CONFIG_MMC is not set | 854 | # CONFIG_MMC is not set |
| 778 | # CONFIG_MEMSTICK is not set | 855 | # CONFIG_MEMSTICK is not set |
| @@ -783,6 +860,8 @@ CONFIG_LEDS_CLASS=y | |||
| 783 | # LED drivers | 860 | # LED drivers |
| 784 | # | 861 | # |
| 785 | CONFIG_LEDS_GPIO=y | 862 | CONFIG_LEDS_GPIO=y |
| 863 | CONFIG_LEDS_GPIO_PLATFORM=y | ||
| 864 | # CONFIG_LEDS_DAC124S085 is not set | ||
| 786 | 865 | ||
| 787 | # | 866 | # |
| 788 | # LED Triggers | 867 | # LED Triggers |
| @@ -792,7 +871,12 @@ CONFIG_LEDS_TRIGGERS=y | |||
| 792 | CONFIG_LEDS_TRIGGER_IDE_DISK=y | 871 | CONFIG_LEDS_TRIGGER_IDE_DISK=y |
| 793 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | 872 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y |
| 794 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set | 873 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set |
| 874 | # CONFIG_LEDS_TRIGGER_GPIO is not set | ||
| 795 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set | 875 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set |
| 876 | |||
| 877 | # | ||
| 878 | # iptables trigger is under Netfilter config (LED target) | ||
| 879 | # | ||
| 796 | # CONFIG_ACCESSIBILITY is not set | 880 | # CONFIG_ACCESSIBILITY is not set |
| 797 | # CONFIG_INFINIBAND is not set | 881 | # CONFIG_INFINIBAND is not set |
| 798 | CONFIG_RTC_LIB=y | 882 | CONFIG_RTC_LIB=y |
| @@ -820,6 +904,7 @@ CONFIG_RTC_INTF_DEV_UIE_EMUL=y | |||
| 820 | # CONFIG_RTC_DRV_R9701 is not set | 904 | # CONFIG_RTC_DRV_R9701 is not set |
| 821 | CONFIG_RTC_DRV_RS5C348=y | 905 | CONFIG_RTC_DRV_RS5C348=y |
| 822 | # CONFIG_RTC_DRV_DS3234 is not set | 906 | # CONFIG_RTC_DRV_DS3234 is not set |
| 907 | # CONFIG_RTC_DRV_PCF2123 is not set | ||
| 823 | 908 | ||
| 824 | # | 909 | # |
| 825 | # Platform RTC drivers | 910 | # Platform RTC drivers |
| @@ -840,8 +925,26 @@ CONFIG_RTC_DRV_DS1742=y | |||
| 840 | # on-CPU RTC drivers | 925 | # on-CPU RTC drivers |
| 841 | # | 926 | # |
| 842 | CONFIG_RTC_DRV_TX4939=y | 927 | CONFIG_RTC_DRV_TX4939=y |
| 843 | # CONFIG_DMADEVICES is not set | 928 | CONFIG_DMADEVICES=y |
| 929 | |||
| 930 | # | ||
| 931 | # DMA Devices | ||
| 932 | # | ||
| 933 | CONFIG_TXX9_DMAC=m | ||
| 934 | CONFIG_DMA_ENGINE=y | ||
| 935 | |||
| 936 | # | ||
| 937 | # DMA Clients | ||
| 938 | # | ||
| 939 | # CONFIG_NET_DMA is not set | ||
| 940 | # CONFIG_ASYNC_TX_DMA is not set | ||
| 941 | # CONFIG_DMATEST is not set | ||
| 942 | # CONFIG_AUXDISPLAY is not set | ||
| 844 | # CONFIG_UIO is not set | 943 | # CONFIG_UIO is not set |
| 944 | |||
| 945 | # | ||
| 946 | # TI VLYNQ | ||
| 947 | # | ||
| 845 | # CONFIG_STAGING is not set | 948 | # CONFIG_STAGING is not set |
| 846 | 949 | ||
| 847 | # | 950 | # |
| @@ -853,9 +956,10 @@ CONFIG_RTC_DRV_TX4939=y | |||
| 853 | # CONFIG_REISERFS_FS is not set | 956 | # CONFIG_REISERFS_FS is not set |
| 854 | # CONFIG_JFS_FS is not set | 957 | # CONFIG_JFS_FS is not set |
| 855 | CONFIG_FS_POSIX_ACL=y | 958 | CONFIG_FS_POSIX_ACL=y |
| 856 | CONFIG_FILE_LOCKING=y | ||
| 857 | # CONFIG_XFS_FS is not set | 959 | # CONFIG_XFS_FS is not set |
| 858 | # CONFIG_OCFS2_FS is not set | 960 | # CONFIG_OCFS2_FS is not set |
| 961 | CONFIG_FILE_LOCKING=y | ||
| 962 | CONFIG_FSNOTIFY=y | ||
| 859 | # CONFIG_DNOTIFY is not set | 963 | # CONFIG_DNOTIFY is not set |
| 860 | CONFIG_INOTIFY=y | 964 | CONFIG_INOTIFY=y |
| 861 | CONFIG_INOTIFY_USER=y | 965 | CONFIG_INOTIFY_USER=y |
| @@ -866,6 +970,10 @@ CONFIG_INOTIFY_USER=y | |||
| 866 | CONFIG_GENERIC_ACL=y | 970 | CONFIG_GENERIC_ACL=y |
| 867 | 971 | ||
| 868 | # | 972 | # |
| 973 | # Caches | ||
| 974 | # | ||
| 975 | |||
| 976 | # | ||
| 869 | # CD-ROM/DVD Filesystems | 977 | # CD-ROM/DVD Filesystems |
| 870 | # | 978 | # |
| 871 | # CONFIG_ISO9660_FS is not set | 979 | # CONFIG_ISO9660_FS is not set |
| @@ -890,7 +998,27 @@ CONFIG_TMPFS=y | |||
| 890 | CONFIG_TMPFS_POSIX_ACL=y | 998 | CONFIG_TMPFS_POSIX_ACL=y |
| 891 | # CONFIG_HUGETLB_PAGE is not set | 999 | # CONFIG_HUGETLB_PAGE is not set |
| 892 | # CONFIG_CONFIGFS_FS is not set | 1000 | # CONFIG_CONFIGFS_FS is not set |
| 893 | # CONFIG_MISC_FILESYSTEMS is not set | 1001 | CONFIG_MISC_FILESYSTEMS=y |
| 1002 | # CONFIG_HFSPLUS_FS is not set | ||
| 1003 | CONFIG_JFFS2_FS=m | ||
| 1004 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 1005 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 1006 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
| 1007 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
| 1008 | CONFIG_JFFS2_ZLIB=y | ||
| 1009 | # CONFIG_JFFS2_LZO is not set | ||
| 1010 | CONFIG_JFFS2_RTIME=y | ||
| 1011 | # CONFIG_JFFS2_RUBIN is not set | ||
| 1012 | # CONFIG_CRAMFS is not set | ||
| 1013 | # CONFIG_SQUASHFS is not set | ||
| 1014 | # CONFIG_VXFS_FS is not set | ||
| 1015 | # CONFIG_MINIX_FS is not set | ||
| 1016 | # CONFIG_OMFS_FS is not set | ||
| 1017 | # CONFIG_HPFS_FS is not set | ||
| 1018 | # CONFIG_QNX4FS_FS is not set | ||
| 1019 | # CONFIG_ROMFS_FS is not set | ||
| 1020 | # CONFIG_SYSV_FS is not set | ||
| 1021 | # CONFIG_UFS_FS is not set | ||
| 894 | CONFIG_NETWORK_FILESYSTEMS=y | 1022 | CONFIG_NETWORK_FILESYSTEMS=y |
| 895 | CONFIG_NFS_FS=y | 1023 | CONFIG_NFS_FS=y |
| 896 | CONFIG_NFS_V3=y | 1024 | CONFIG_NFS_V3=y |
| @@ -922,6 +1050,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y | |||
| 922 | CONFIG_ENABLE_MUST_CHECK=y | 1050 | CONFIG_ENABLE_MUST_CHECK=y |
| 923 | CONFIG_FRAME_WARN=1024 | 1051 | CONFIG_FRAME_WARN=1024 |
| 924 | # CONFIG_MAGIC_SYSRQ is not set | 1052 | # CONFIG_MAGIC_SYSRQ is not set |
| 1053 | CONFIG_STRIP_ASM_SYMS=y | ||
| 925 | # CONFIG_UNUSED_SYMBOLS is not set | 1054 | # CONFIG_UNUSED_SYMBOLS is not set |
| 926 | CONFIG_DEBUG_FS=y | 1055 | CONFIG_DEBUG_FS=y |
| 927 | # CONFIG_HEADERS_CHECK is not set | 1056 | # CONFIG_HEADERS_CHECK is not set |
| @@ -929,11 +1058,9 @@ CONFIG_DEBUG_FS=y | |||
| 929 | # CONFIG_DEBUG_MEMORY_INIT is not set | 1058 | # CONFIG_DEBUG_MEMORY_INIT is not set |
| 930 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 1059 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
| 931 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1060 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
| 932 | 1061 | CONFIG_TRACING_SUPPORT=y | |
| 933 | # | 1062 | # CONFIG_FTRACE is not set |
| 934 | # Tracers | 1063 | # CONFIG_DYNAMIC_DEBUG is not set |
| 935 | # | ||
| 936 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
| 937 | # CONFIG_SAMPLES is not set | 1064 | # CONFIG_SAMPLES is not set |
| 938 | CONFIG_HAVE_ARCH_KGDB=y | 1065 | CONFIG_HAVE_ARCH_KGDB=y |
| 939 | CONFIG_CMDLINE="" | 1066 | CONFIG_CMDLINE="" |
| @@ -946,6 +1073,7 @@ CONFIG_CMDLINE="" | |||
| 946 | # CONFIG_SECURITYFS is not set | 1073 | # CONFIG_SECURITYFS is not set |
| 947 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1074 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 948 | # CONFIG_CRYPTO is not set | 1075 | # CONFIG_CRYPTO is not set |
| 1076 | # CONFIG_BINARY_PRINTF is not set | ||
| 949 | 1077 | ||
| 950 | # | 1078 | # |
| 951 | # Library routines | 1079 | # Library routines |
| @@ -959,6 +1087,10 @@ CONFIG_GENERIC_FIND_LAST_BIT=y | |||
| 959 | CONFIG_CRC32=y | 1087 | CONFIG_CRC32=y |
| 960 | # CONFIG_CRC7 is not set | 1088 | # CONFIG_CRC7 is not set |
| 961 | # CONFIG_LIBCRC32C is not set | 1089 | # CONFIG_LIBCRC32C is not set |
| 1090 | CONFIG_ZLIB_INFLATE=y | ||
| 1091 | CONFIG_ZLIB_DEFLATE=m | ||
| 1092 | CONFIG_DECOMPRESS_GZIP=y | ||
| 962 | CONFIG_HAS_IOMEM=y | 1093 | CONFIG_HAS_IOMEM=y |
| 963 | CONFIG_HAS_IOPORT=y | 1094 | CONFIG_HAS_IOPORT=y |
| 964 | CONFIG_HAS_DMA=y | 1095 | CONFIG_HAS_DMA=y |
| 1096 | CONFIG_NLATTR=y | ||
diff --git a/arch/mips/include/asm/dma-mapping.h b/arch/mips/include/asm/dma-mapping.h index d16afddb09a9..664ba53dc32a 100644 --- a/arch/mips/include/asm/dma-mapping.h +++ b/arch/mips/include/asm/dma-mapping.h | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #include <asm/scatterlist.h> | 4 | #include <asm/scatterlist.h> |
| 5 | #include <asm/cache.h> | 5 | #include <asm/cache.h> |
| 6 | #include <asm-generic/dma-coherent.h> | ||
| 6 | 7 | ||
| 7 | void *dma_alloc_noncoherent(struct device *dev, size_t size, | 8 | void *dma_alloc_noncoherent(struct device *dev, size_t size, |
| 8 | dma_addr_t *dma_handle, gfp_t flag); | 9 | dma_addr_t *dma_handle, gfp_t flag); |
| @@ -73,14 +74,4 @@ extern int dma_is_consistent(struct device *dev, dma_addr_t dma_addr); | |||
| 73 | extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size, | 74 | extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size, |
| 74 | enum dma_data_direction direction); | 75 | enum dma_data_direction direction); |
| 75 | 76 | ||
| 76 | #if 0 | ||
| 77 | #define ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY | ||
| 78 | |||
| 79 | extern int dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr, | ||
| 80 | dma_addr_t device_addr, size_t size, int flags); | ||
| 81 | extern void dma_release_declared_memory(struct device *dev); | ||
| 82 | extern void * dma_mark_declared_memory_occupied(struct device *dev, | ||
| 83 | dma_addr_t device_addr, size_t size); | ||
| 84 | #endif | ||
| 85 | |||
| 86 | #endif /* _ASM_DMA_MAPPING_H */ | 77 | #endif /* _ASM_DMA_MAPPING_H */ |
diff --git a/arch/mips/kernel/cevt-smtc.c b/arch/mips/kernel/cevt-smtc.c index 98bd7de75778..b102e4f1630e 100644 --- a/arch/mips/kernel/cevt-smtc.c +++ b/arch/mips/kernel/cevt-smtc.c | |||
| @@ -173,11 +173,12 @@ void smtc_distribute_timer(int vpe) | |||
| 173 | unsigned int mtflags; | 173 | unsigned int mtflags; |
| 174 | int cpu; | 174 | int cpu; |
| 175 | struct clock_event_device *cd; | 175 | struct clock_event_device *cd; |
| 176 | unsigned long nextstamp = 0L; | 176 | unsigned long nextstamp; |
| 177 | unsigned long reference; | 177 | unsigned long reference; |
| 178 | 178 | ||
| 179 | 179 | ||
| 180 | repeat: | 180 | repeat: |
| 181 | nextstamp = 0L; | ||
| 181 | for_each_online_cpu(cpu) { | 182 | for_each_online_cpu(cpu) { |
| 182 | /* | 183 | /* |
| 183 | * Find virtual CPUs within the current VPE who have | 184 | * Find virtual CPUs within the current VPE who have |
diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c index 890f77927d62..454b53924490 100644 --- a/arch/mips/math-emu/cp1emu.c +++ b/arch/mips/math-emu/cp1emu.c | |||
| @@ -163,33 +163,34 @@ static int isBranchInstr(mips_instruction * i) | |||
| 163 | 163 | ||
| 164 | /* | 164 | /* |
| 165 | * In the Linux kernel, we support selection of FPR format on the | 165 | * In the Linux kernel, we support selection of FPR format on the |
| 166 | * basis of the Status.FR bit. This does imply that, if a full 32 | 166 | * basis of the Status.FR bit. If an FPU is not present, the FR bit |
| 167 | * FPRs are desired, there needs to be a flip-flop that can be written | 167 | * is hardwired to zero, which would imply a 32-bit FPU even for |
| 168 | * to one at that bit position. In any case, O32 MIPS ABI uses | 168 | * 64-bit CPUs. For 64-bit kernels with no FPU we use TIF_32BIT_REGS |
| 169 | * only the even FPRs (Status.FR = 0). | 169 | * as a proxy for the FR bit so that a 64-bit FPU is emulated. In any |
| 170 | * case, for a 32-bit kernel which uses the O32 MIPS ABI, only the | ||
| 171 | * even FPRs are used (Status.FR = 0). | ||
| 170 | */ | 172 | */ |
| 171 | 173 | static inline int cop1_64bit(struct pt_regs *xcp) | |
| 172 | #define CP0_STATUS_FR_SUPPORT | 174 | { |
| 173 | 175 | if (cpu_has_fpu) | |
| 174 | #ifdef CP0_STATUS_FR_SUPPORT | 176 | return xcp->cp0_status & ST0_FR; |
| 175 | #define FR_BIT ST0_FR | 177 | #ifdef CONFIG_64BIT |
| 178 | return !test_thread_flag(TIF_32BIT_REGS); | ||
| 176 | #else | 179 | #else |
| 177 | #define FR_BIT 0 | 180 | return 0; |
| 178 | #endif | 181 | #endif |
| 182 | } | ||
| 183 | |||
| 184 | #define SIFROMREG(si, x) ((si) = cop1_64bit(xcp) || !(x & 1) ? \ | ||
| 185 | (int)ctx->fpr[x] : (int)(ctx->fpr[x & ~1] >> 32)) | ||
| 179 | 186 | ||
| 180 | #define SIFROMREG(si, x) ((si) = \ | 187 | #define SITOREG(si, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = \ |
| 181 | (xcp->cp0_status & FR_BIT) || !(x & 1) ? \ | 188 | cop1_64bit(xcp) || !(x & 1) ? \ |
| 182 | (int)ctx->fpr[x] : \ | ||
| 183 | (int)(ctx->fpr[x & ~1] >> 32 )) | ||
| 184 | #define SITOREG(si, x) (ctx->fpr[x & ~((xcp->cp0_status & FR_BIT) == 0)] = \ | ||
| 185 | (xcp->cp0_status & FR_BIT) || !(x & 1) ? \ | ||
| 186 | ctx->fpr[x & ~1] >> 32 << 32 | (u32)(si) : \ | 189 | ctx->fpr[x & ~1] >> 32 << 32 | (u32)(si) : \ |
| 187 | ctx->fpr[x & ~1] << 32 >> 32 | (u64)(si) << 32) | 190 | ctx->fpr[x & ~1] << 32 >> 32 | (u64)(si) << 32) |
| 188 | 191 | ||
| 189 | #define DIFROMREG(di, x) ((di) = \ | 192 | #define DIFROMREG(di, x) ((di) = ctx->fpr[x & ~(cop1_64bit(xcp) == 0)]) |
| 190 | ctx->fpr[x & ~((xcp->cp0_status & FR_BIT) == 0)]) | 193 | #define DITOREG(di, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = (di)) |
| 191 | #define DITOREG(di, x) (ctx->fpr[x & ~((xcp->cp0_status & FR_BIT) == 0)] \ | ||
| 192 | = (di)) | ||
| 193 | 194 | ||
| 194 | #define SPFROMREG(sp, x) SIFROMREG((sp).bits, x) | 195 | #define SPFROMREG(sp, x) SIFROMREG((sp).bits, x) |
| 195 | #define SPTOREG(sp, x) SITOREG((sp).bits, x) | 196 | #define SPTOREG(sp, x) SITOREG((sp).bits, x) |
diff --git a/arch/mips/mm/dma-default.c b/arch/mips/mm/dma-default.c index 7e48e76148aa..9367e33fbd18 100644 --- a/arch/mips/mm/dma-default.c +++ b/arch/mips/mm/dma-default.c | |||
| @@ -90,6 +90,9 @@ void *dma_alloc_coherent(struct device *dev, size_t size, | |||
| 90 | { | 90 | { |
| 91 | void *ret; | 91 | void *ret; |
| 92 | 92 | ||
| 93 | if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) | ||
| 94 | return ret; | ||
| 95 | |||
| 93 | gfp = massage_gfp_flags(dev, gfp); | 96 | gfp = massage_gfp_flags(dev, gfp); |
| 94 | 97 | ||
| 95 | ret = (void *) __get_free_pages(gfp, get_order(size)); | 98 | ret = (void *) __get_free_pages(gfp, get_order(size)); |
| @@ -122,6 +125,10 @@ void dma_free_coherent(struct device *dev, size_t size, void *vaddr, | |||
| 122 | dma_addr_t dma_handle) | 125 | dma_addr_t dma_handle) |
| 123 | { | 126 | { |
| 124 | unsigned long addr = (unsigned long) vaddr; | 127 | unsigned long addr = (unsigned long) vaddr; |
| 128 | int order = get_order(size); | ||
| 129 | |||
| 130 | if (dma_release_from_coherent(dev, order, vaddr)) | ||
| 131 | return; | ||
| 125 | 132 | ||
| 126 | plat_unmap_dma_mem(dev, dma_handle, size, DMA_BIDIRECTIONAL); | 133 | plat_unmap_dma_mem(dev, dma_handle, size, DMA_BIDIRECTIONAL); |
| 127 | 134 | ||
diff --git a/arch/mips/mti-malta/malta-memory.c b/arch/mips/mti-malta/malta-memory.c index 61888ff72c87..9035c64bc5ed 100644 --- a/arch/mips/mti-malta/malta-memory.c +++ b/arch/mips/mti-malta/malta-memory.c | |||
| @@ -54,7 +54,8 @@ static struct prom_pmemblock * __init prom_getmdesc(void) | |||
| 54 | { | 54 | { |
| 55 | char *memsize_str; | 55 | char *memsize_str; |
| 56 | unsigned int memsize; | 56 | unsigned int memsize; |
| 57 | char cmdline[CL_SIZE], *ptr; | 57 | char *ptr; |
| 58 | static char cmdline[CL_SIZE] __initdata; | ||
| 58 | 59 | ||
| 59 | /* otherwise look in the environment */ | 60 | /* otherwise look in the environment */ |
| 60 | memsize_str = prom_getenv("memsize"); | 61 | memsize_str = prom_getenv("memsize"); |
diff --git a/arch/mips/rb532/prom.c b/arch/mips/rb532/prom.c index 46ca24dbcc2d..ad5bd1097974 100644 --- a/arch/mips/rb532/prom.c +++ b/arch/mips/rb532/prom.c | |||
| @@ -69,7 +69,7 @@ static inline unsigned long tag2ul(char *arg, const char *tag) | |||
| 69 | 69 | ||
| 70 | void __init prom_setup_cmdline(void) | 70 | void __init prom_setup_cmdline(void) |
| 71 | { | 71 | { |
| 72 | char cmd_line[CL_SIZE]; | 72 | static char cmd_line[CL_SIZE] __initdata; |
| 73 | char *cp, *board; | 73 | char *cp, *board; |
| 74 | int prom_argc; | 74 | int prom_argc; |
| 75 | char **prom_argv, **prom_envp; | 75 | char **prom_argv, **prom_envp; |
diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index e10184c1b3e1..d66802edebb2 100644 --- a/arch/mips/txx9/generic/setup.c +++ b/arch/mips/txx9/generic/setup.c | |||
| @@ -160,7 +160,7 @@ static void __init prom_init_cmdline(void) | |||
| 160 | int argc; | 160 | int argc; |
| 161 | int *argv32; | 161 | int *argv32; |
| 162 | int i; /* Always ignore the "-c" at argv[0] */ | 162 | int i; /* Always ignore the "-c" at argv[0] */ |
| 163 | char builtin[CL_SIZE]; | 163 | static char builtin[CL_SIZE] __initdata; |
| 164 | 164 | ||
| 165 | if (fw_arg0 >= CKSEG0 || fw_arg1 < CKSEG0) { | 165 | if (fw_arg0 >= CKSEG0 || fw_arg1 < CKSEG0) { |
| 166 | /* | 166 | /* |
| @@ -315,7 +315,7 @@ static inline void txx9_cache_fixup(void) | |||
| 315 | 315 | ||
| 316 | static void __init preprocess_cmdline(void) | 316 | static void __init preprocess_cmdline(void) |
| 317 | { | 317 | { |
| 318 | char cmdline[CL_SIZE]; | 318 | static char cmdline[CL_SIZE] __initdata; |
| 319 | char *s; | 319 | char *s; |
| 320 | 320 | ||
| 321 | strcpy(cmdline, arcs_cmdline); | 321 | strcpy(cmdline, arcs_cmdline); |
diff --git a/arch/parisc/include/asm/fcntl.h b/arch/parisc/include/asm/fcntl.h index 5f39d5597ced..1e1c824764ee 100644 --- a/arch/parisc/include/asm/fcntl.h +++ b/arch/parisc/include/asm/fcntl.h | |||
| @@ -28,8 +28,6 @@ | |||
| 28 | #define F_SETOWN 12 /* for sockets. */ | 28 | #define F_SETOWN 12 /* for sockets. */ |
| 29 | #define F_SETSIG 13 /* for sockets. */ | 29 | #define F_SETSIG 13 /* for sockets. */ |
| 30 | #define F_GETSIG 14 /* for sockets. */ | 30 | #define F_GETSIG 14 /* for sockets. */ |
| 31 | #define F_GETOWN_EX 15 | ||
| 32 | #define F_SETOWN_EX 16 | ||
| 33 | 31 | ||
| 34 | /* for posix fcntl() and lockf() */ | 32 | /* for posix fcntl() and lockf() */ |
| 35 | #define F_RDLCK 01 | 33 | #define F_RDLCK 01 |
diff --git a/arch/powerpc/boot/addRamDisk.c b/arch/powerpc/boot/addRamDisk.c index c02a99952be7..893f446cbd22 100644 --- a/arch/powerpc/boot/addRamDisk.c +++ b/arch/powerpc/boot/addRamDisk.c | |||
| @@ -58,7 +58,7 @@ static int check_elf64(void *p, int size, struct addr_range *r) | |||
| 58 | 58 | ||
| 59 | return 64; | 59 | return 64; |
| 60 | } | 60 | } |
| 61 | void get4k(FILE *file, char *buf ) | 61 | static void get4k(FILE *file, char *buf ) |
| 62 | { | 62 | { |
| 63 | unsigned j; | 63 | unsigned j; |
| 64 | unsigned num = fread(buf, 1, 4096, file); | 64 | unsigned num = fread(buf, 1, 4096, file); |
| @@ -66,12 +66,12 @@ void get4k(FILE *file, char *buf ) | |||
| 66 | buf[j] = 0; | 66 | buf[j] = 0; |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | void put4k(FILE *file, char *buf ) | 69 | static void put4k(FILE *file, char *buf ) |
| 70 | { | 70 | { |
| 71 | fwrite(buf, 1, 4096, file); | 71 | fwrite(buf, 1, 4096, file); |
| 72 | } | 72 | } |
| 73 | 73 | ||
| 74 | void death(const char *msg, FILE *fdesc, const char *fname) | 74 | static void death(const char *msg, FILE *fdesc, const char *fname) |
| 75 | { | 75 | { |
| 76 | fprintf(stderr, msg); | 76 | fprintf(stderr, msg); |
| 77 | fclose(fdesc); | 77 | fclose(fdesc); |
diff --git a/arch/s390/kernel/early.c b/arch/s390/kernel/early.c index bf8b4ae7ff2d..e49e9e0c69fd 100644 --- a/arch/s390/kernel/early.c +++ b/arch/s390/kernel/early.c | |||
| @@ -55,6 +55,7 @@ static void __init reset_tod_clock(void) | |||
| 55 | disabled_wait(0); | 55 | disabled_wait(0); |
| 56 | 56 | ||
| 57 | sched_clock_base_cc = TOD_UNIX_EPOCH; | 57 | sched_clock_base_cc = TOD_UNIX_EPOCH; |
| 58 | S390_lowcore.last_update_clock = sched_clock_base_cc; | ||
| 58 | } | 59 | } |
| 59 | 60 | ||
| 60 | #ifdef CONFIG_SHARED_KERNEL | 61 | #ifdef CONFIG_SHARED_KERNEL |
| @@ -167,6 +168,14 @@ static noinline __init void create_kernel_nss(void) | |||
| 167 | return; | 168 | return; |
| 168 | } | 169 | } |
| 169 | 170 | ||
| 171 | /* re-initialize cputime accounting. */ | ||
| 172 | sched_clock_base_cc = get_clock(); | ||
| 173 | S390_lowcore.last_update_clock = sched_clock_base_cc; | ||
| 174 | S390_lowcore.last_update_timer = 0x7fffffffffffffffULL; | ||
| 175 | S390_lowcore.user_timer = 0; | ||
| 176 | S390_lowcore.system_timer = 0; | ||
| 177 | asm volatile("SPT 0(%0)" : : "a" (&S390_lowcore.last_update_timer)); | ||
| 178 | |||
| 170 | /* re-setup boot command line with new ipl vm parms */ | 179 | /* re-setup boot command line with new ipl vm parms */ |
| 171 | ipl_update_parameters(); | 180 | ipl_update_parameters(); |
| 172 | setup_boot_command_line(); | 181 | setup_boot_command_line(); |
diff --git a/arch/s390/kernel/entry.S b/arch/s390/kernel/entry.S index f43d2ee54464..48215d15762b 100644 --- a/arch/s390/kernel/entry.S +++ b/arch/s390/kernel/entry.S | |||
| @@ -565,10 +565,10 @@ pgm_svcper: | |||
| 565 | lh %r7,0x8a # get svc number from lowcore | 565 | lh %r7,0x8a # get svc number from lowcore |
| 566 | l %r9,__LC_THREAD_INFO # load pointer to thread_info struct | 566 | l %r9,__LC_THREAD_INFO # load pointer to thread_info struct |
| 567 | TRACE_IRQS_OFF | 567 | TRACE_IRQS_OFF |
| 568 | l %r1,__TI_task(%r9) | 568 | l %r8,__TI_task(%r9) |
| 569 | mvc __THREAD_per+__PER_atmid(2,%r1),__LC_PER_ATMID | 569 | mvc __THREAD_per+__PER_atmid(2,%r8),__LC_PER_ATMID |
| 570 | mvc __THREAD_per+__PER_address(4,%r1),__LC_PER_ADDRESS | 570 | mvc __THREAD_per+__PER_address(4,%r8),__LC_PER_ADDRESS |
| 571 | mvc __THREAD_per+__PER_access_id(1,%r1),__LC_PER_ACCESS_ID | 571 | mvc __THREAD_per+__PER_access_id(1,%r8),__LC_PER_ACCESS_ID |
| 572 | oi __TI_flags+3(%r9),_TIF_SINGLE_STEP # set TIF_SINGLE_STEP | 572 | oi __TI_flags+3(%r9),_TIF_SINGLE_STEP # set TIF_SINGLE_STEP |
| 573 | TRACE_IRQS_ON | 573 | TRACE_IRQS_ON |
| 574 | stosm __SF_EMPTY(%r15),0x03 # reenable interrupts | 574 | stosm __SF_EMPTY(%r15),0x03 # reenable interrupts |
diff --git a/arch/s390/kernel/entry64.S b/arch/s390/kernel/entry64.S index a6f7b20df616..9aff1d449b6e 100644 --- a/arch/s390/kernel/entry64.S +++ b/arch/s390/kernel/entry64.S | |||
| @@ -543,10 +543,10 @@ pgm_svcper: | |||
| 543 | mvc __LC_LAST_UPDATE_TIMER(8),__LC_SYNC_ENTER_TIMER | 543 | mvc __LC_LAST_UPDATE_TIMER(8),__LC_SYNC_ENTER_TIMER |
| 544 | llgh %r7,__LC_SVC_INT_CODE # get svc number from lowcore | 544 | llgh %r7,__LC_SVC_INT_CODE # get svc number from lowcore |
| 545 | lg %r9,__LC_THREAD_INFO # load pointer to thread_info struct | 545 | lg %r9,__LC_THREAD_INFO # load pointer to thread_info struct |
| 546 | lg %r1,__TI_task(%r9) | 546 | lg %r8,__TI_task(%r9) |
| 547 | mvc __THREAD_per+__PER_atmid(2,%r1),__LC_PER_ATMID | 547 | mvc __THREAD_per+__PER_atmid(2,%r8),__LC_PER_ATMID |
| 548 | mvc __THREAD_per+__PER_address(8,%r1),__LC_PER_ADDRESS | 548 | mvc __THREAD_per+__PER_address(8,%r8),__LC_PER_ADDRESS |
| 549 | mvc __THREAD_per+__PER_access_id(1,%r1),__LC_PER_ACCESS_ID | 549 | mvc __THREAD_per+__PER_access_id(1,%r8),__LC_PER_ACCESS_ID |
| 550 | oi __TI_flags+7(%r9),_TIF_SINGLE_STEP # set TIF_SINGLE_STEP | 550 | oi __TI_flags+7(%r9),_TIF_SINGLE_STEP # set TIF_SINGLE_STEP |
| 551 | TRACE_IRQS_ON | 551 | TRACE_IRQS_ON |
| 552 | stosm __SF_EMPTY(%r15),0x03 # reenable interrupts | 552 | stosm __SF_EMPTY(%r15),0x03 # reenable interrupts |
diff --git a/arch/sh/kernel/cpu/irq/imask.c b/arch/sh/kernel/cpu/irq/imask.c index 6b5d191eec3a..a351ed84eec5 100644 --- a/arch/sh/kernel/cpu/irq/imask.c +++ b/arch/sh/kernel/cpu/irq/imask.c | |||
| @@ -68,7 +68,7 @@ static void unmask_imask_irq(unsigned int irq) | |||
| 68 | } | 68 | } |
| 69 | 69 | ||
| 70 | static struct irq_chip imask_irq_chip = { | 70 | static struct irq_chip imask_irq_chip = { |
| 71 | .typename = "SR.IMASK", | 71 | .name = "SR.IMASK", |
| 72 | .mask = mask_imask_irq, | 72 | .mask = mask_imask_irq, |
| 73 | .unmask = unmask_imask_irq, | 73 | .unmask = unmask_imask_irq, |
| 74 | .mask_ack = mask_imask_irq, | 74 | .mask_ack = mask_imask_irq, |
diff --git a/arch/sh/kernel/cpu/irq/intc-sh5.c b/arch/sh/kernel/cpu/irq/intc-sh5.c index 6c092f1f5557..06e7e2959b54 100644 --- a/arch/sh/kernel/cpu/irq/intc-sh5.c +++ b/arch/sh/kernel/cpu/irq/intc-sh5.c | |||
| @@ -85,7 +85,7 @@ static void mask_and_ack_intc(unsigned int); | |||
| 85 | static void end_intc_irq(unsigned int irq); | 85 | static void end_intc_irq(unsigned int irq); |
| 86 | 86 | ||
| 87 | static struct irq_chip intc_irq_type = { | 87 | static struct irq_chip intc_irq_type = { |
| 88 | .typename = "INTC", | 88 | .name = "INTC", |
| 89 | .startup = startup_intc_irq, | 89 | .startup = startup_intc_irq, |
| 90 | .shutdown = shutdown_intc_irq, | 90 | .shutdown = shutdown_intc_irq, |
| 91 | .enable = enable_intc_irq, | 91 | .enable = enable_intc_irq, |
diff --git a/arch/sparc/boot/btfixupprep.c b/arch/sparc/boot/btfixupprep.c index 52a4208fe4f0..bbf91b9c3d39 100644 --- a/arch/sparc/boot/btfixupprep.c +++ b/arch/sparc/boot/btfixupprep.c | |||
| @@ -61,14 +61,14 @@ unsigned long lastfoffset = -1; | |||
| 61 | unsigned long lastfrelno; | 61 | unsigned long lastfrelno; |
| 62 | btfixup *lastf; | 62 | btfixup *lastf; |
| 63 | 63 | ||
| 64 | void fatal(void) __attribute__((noreturn)); | 64 | static void fatal(void) __attribute__((noreturn)); |
| 65 | void fatal(void) | 65 | static void fatal(void) |
| 66 | { | 66 | { |
| 67 | fprintf(stderr, "Malformed output from objdump\n%s\n", buffer); | 67 | fprintf(stderr, "Malformed output from objdump\n%s\n", buffer); |
| 68 | exit(1); | 68 | exit(1); |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | btfixup *find(int type, char *name) | 71 | static btfixup *find(int type, char *name) |
| 72 | { | 72 | { |
| 73 | int i; | 73 | int i; |
| 74 | for (i = 0; i < last; i++) { | 74 | for (i = 0; i < last; i++) { |
| @@ -88,7 +88,7 @@ btfixup *find(int type, char *name) | |||
| 88 | return array + last - 1; | 88 | return array + last - 1; |
| 89 | } | 89 | } |
| 90 | 90 | ||
| 91 | void set_mode (char *buffer) | 91 | static void set_mode (char *buffer) |
| 92 | { | 92 | { |
| 93 | for (mode = 0;; mode++) | 93 | for (mode = 0;; mode++) |
| 94 | if (buffer[mode] < '0' || buffer[mode] > '9') | 94 | if (buffer[mode] < '0' || buffer[mode] > '9') |
diff --git a/arch/sparc/boot/piggyback_32.c b/arch/sparc/boot/piggyback_32.c index e8dc9adfcd61..ac944aec7301 100644 --- a/arch/sparc/boot/piggyback_32.c +++ b/arch/sparc/boot/piggyback_32.c | |||
| @@ -35,17 +35,17 @@ | |||
| 35 | * as PROM looks for a.out image only. | 35 | * as PROM looks for a.out image only. |
| 36 | */ | 36 | */ |
| 37 | 37 | ||
| 38 | unsigned short ld2(char *p) | 38 | static unsigned short ld2(char *p) |
| 39 | { | 39 | { |
| 40 | return (p[0] << 8) | p[1]; | 40 | return (p[0] << 8) | p[1]; |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | unsigned int ld4(char *p) | 43 | static unsigned int ld4(char *p) |
| 44 | { | 44 | { |
| 45 | return (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]; | 45 | return (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]; |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | void st4(char *p, unsigned int x) | 48 | static void st4(char *p, unsigned int x) |
| 49 | { | 49 | { |
| 50 | p[0] = x >> 24; | 50 | p[0] = x >> 24; |
| 51 | p[1] = x >> 16; | 51 | p[1] = x >> 16; |
| @@ -53,7 +53,7 @@ void st4(char *p, unsigned int x) | |||
| 53 | p[3] = x; | 53 | p[3] = x; |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | void usage(void) | 56 | static void usage(void) |
| 57 | { | 57 | { |
| 58 | /* fs_img.gz is an image of initial ramdisk. */ | 58 | /* fs_img.gz is an image of initial ramdisk. */ |
| 59 | fprintf(stderr, "Usage: piggyback vmlinux.aout System.map fs_img.gz\n"); | 59 | fprintf(stderr, "Usage: piggyback vmlinux.aout System.map fs_img.gz\n"); |
| @@ -61,7 +61,7 @@ void usage(void) | |||
| 61 | exit(1); | 61 | exit(1); |
| 62 | } | 62 | } |
| 63 | 63 | ||
| 64 | void die(char *str) | 64 | static void die(char *str) |
| 65 | { | 65 | { |
| 66 | perror (str); | 66 | perror (str); |
| 67 | exit(1); | 67 | exit(1); |
diff --git a/arch/sparc/boot/piggyback_64.c b/arch/sparc/boot/piggyback_64.c index c63fd1b6bdd4..a26a686cb5aa 100644 --- a/arch/sparc/boot/piggyback_64.c +++ b/arch/sparc/boot/piggyback_64.c | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | /* Note: run this on an a.out kernel (use elftoaout for it), as PROM looks for a.out image onlly | 32 | /* Note: run this on an a.out kernel (use elftoaout for it), as PROM looks for a.out image onlly |
| 33 | usage: piggyback vmlinux System.map tail, where tail is gzipped fs of the initial ramdisk */ | 33 | usage: piggyback vmlinux System.map tail, where tail is gzipped fs of the initial ramdisk */ |
| 34 | 34 | ||
| 35 | void die(char *str) | 35 | static void die(char *str) |
| 36 | { | 36 | { |
| 37 | perror (str); | 37 | perror (str); |
| 38 | exit(1); | 38 | exit(1); |
diff --git a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c b/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c index 7d5c3b0ea8da..8b581d3905cb 100644 --- a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c +++ b/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | |||
| @@ -526,15 +526,21 @@ static const struct dmi_system_id sw_any_bug_dmi_table[] = { | |||
| 526 | 526 | ||
| 527 | static int acpi_cpufreq_blacklist(struct cpuinfo_x86 *c) | 527 | static int acpi_cpufreq_blacklist(struct cpuinfo_x86 *c) |
| 528 | { | 528 | { |
| 529 | /* http://www.intel.com/Assets/PDF/specupdate/314554.pdf | 529 | /* Intel Xeon Processor 7100 Series Specification Update |
| 530 | * http://www.intel.com/Assets/PDF/specupdate/314554.pdf | ||
| 530 | * AL30: A Machine Check Exception (MCE) Occurring during an | 531 | * AL30: A Machine Check Exception (MCE) Occurring during an |
| 531 | * Enhanced Intel SpeedStep Technology Ratio Change May Cause | 532 | * Enhanced Intel SpeedStep Technology Ratio Change May Cause |
| 532 | * Both Processor Cores to Lock Up when HT is enabled*/ | 533 | * Both Processor Cores to Lock Up. */ |
| 533 | if (c->x86_vendor == X86_VENDOR_INTEL) { | 534 | if (c->x86_vendor == X86_VENDOR_INTEL) { |
| 534 | if ((c->x86 == 15) && | 535 | if ((c->x86 == 15) && |
| 535 | (c->x86_model == 6) && | 536 | (c->x86_model == 6) && |
| 536 | (c->x86_mask == 8) && smt_capable()) | 537 | (c->x86_mask == 8)) { |
| 538 | printk(KERN_INFO "acpi-cpufreq: Intel(R) " | ||
| 539 | "Xeon(R) 7100 Errata AL30, processors may " | ||
| 540 | "lock up on frequency changes: disabling " | ||
| 541 | "acpi-cpufreq.\n"); | ||
| 537 | return -ENODEV; | 542 | return -ENODEV; |
| 543 | } | ||
| 538 | } | 544 | } |
| 539 | return 0; | 545 | return 0; |
| 540 | } | 546 | } |
| @@ -549,13 +555,18 @@ static int acpi_cpufreq_cpu_init(struct cpufreq_policy *policy) | |||
| 549 | unsigned int result = 0; | 555 | unsigned int result = 0; |
| 550 | struct cpuinfo_x86 *c = &cpu_data(policy->cpu); | 556 | struct cpuinfo_x86 *c = &cpu_data(policy->cpu); |
| 551 | struct acpi_processor_performance *perf; | 557 | struct acpi_processor_performance *perf; |
| 558 | #ifdef CONFIG_SMP | ||
| 559 | static int blacklisted; | ||
| 560 | #endif | ||
| 552 | 561 | ||
| 553 | dprintk("acpi_cpufreq_cpu_init\n"); | 562 | dprintk("acpi_cpufreq_cpu_init\n"); |
| 554 | 563 | ||
| 555 | #ifdef CONFIG_SMP | 564 | #ifdef CONFIG_SMP |
| 556 | result = acpi_cpufreq_blacklist(c); | 565 | if (blacklisted) |
| 557 | if (result) | 566 | return blacklisted; |
| 558 | return result; | 567 | blacklisted = acpi_cpufreq_blacklist(c); |
| 568 | if (blacklisted) | ||
| 569 | return blacklisted; | ||
| 559 | #endif | 570 | #endif |
| 560 | 571 | ||
| 561 | data = kzalloc(sizeof(struct acpi_cpufreq_data), GFP_KERNEL); | 572 | data = kzalloc(sizeof(struct acpi_cpufreq_data), GFP_KERNEL); |
diff --git a/arch/x86/kernel/cpu/cpufreq/longhaul.c b/arch/x86/kernel/cpu/cpufreq/longhaul.c index ce2ed3e4aad9..cabd2fa3fc93 100644 --- a/arch/x86/kernel/cpu/cpufreq/longhaul.c +++ b/arch/x86/kernel/cpu/cpufreq/longhaul.c | |||
| @@ -813,7 +813,7 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy) | |||
| 813 | memcpy(eblcr, samuel2_eblcr, sizeof(samuel2_eblcr)); | 813 | memcpy(eblcr, samuel2_eblcr, sizeof(samuel2_eblcr)); |
| 814 | break; | 814 | break; |
| 815 | case 1 ... 15: | 815 | case 1 ... 15: |
| 816 | longhaul_version = TYPE_LONGHAUL_V1; | 816 | longhaul_version = TYPE_LONGHAUL_V2; |
| 817 | if (c->x86_mask < 8) { | 817 | if (c->x86_mask < 8) { |
| 818 | cpu_model = CPU_SAMUEL2; | 818 | cpu_model = CPU_SAMUEL2; |
| 819 | cpuname = "C3 'Samuel 2' [C5B]"; | 819 | cpuname = "C3 'Samuel 2' [C5B]"; |
diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c index 6394aa5c7985..3f12dabeab52 100644 --- a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c +++ b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c | |||
| @@ -1022,7 +1022,7 @@ static int get_transition_latency(struct powernow_k8_data *data) | |||
| 1022 | * set it to 1 to avoid problems in the future. | 1022 | * set it to 1 to avoid problems in the future. |
| 1023 | * For all others it's a BIOS bug. | 1023 | * For all others it's a BIOS bug. |
| 1024 | */ | 1024 | */ |
| 1025 | if (!boot_cpu_data.x86 == 0x11) | 1025 | if (boot_cpu_data.x86 != 0x11) |
| 1026 | printk(KERN_ERR FW_WARN PFX "Invalid zero transition " | 1026 | printk(KERN_ERR FW_WARN PFX "Invalid zero transition " |
| 1027 | "latency\n"); | 1027 | "latency\n"); |
| 1028 | max_latency = 1; | 1028 | max_latency = 1; |
diff --git a/arch/x86/kernel/cpu/cpufreq/speedstep-ich.c b/arch/x86/kernel/cpu/cpufreq/speedstep-ich.c index 6911e91fb4f6..3ae5a7a3a500 100644 --- a/arch/x86/kernel/cpu/cpufreq/speedstep-ich.c +++ b/arch/x86/kernel/cpu/cpufreq/speedstep-ich.c | |||
| @@ -232,28 +232,23 @@ static unsigned int speedstep_detect_chipset(void) | |||
| 232 | return 0; | 232 | return 0; |
| 233 | } | 233 | } |
| 234 | 234 | ||
| 235 | struct get_freq_data { | 235 | static void get_freq_data(void *_speed) |
| 236 | unsigned int speed; | ||
| 237 | unsigned int processor; | ||
| 238 | }; | ||
| 239 | |||
| 240 | static void get_freq_data(void *_data) | ||
| 241 | { | 236 | { |
| 242 | struct get_freq_data *data = _data; | 237 | unsigned int *speed = _speed; |
| 243 | 238 | ||
| 244 | data->speed = speedstep_get_frequency(data->processor); | 239 | *speed = speedstep_get_frequency(speedstep_processor); |
| 245 | } | 240 | } |
| 246 | 241 | ||
| 247 | static unsigned int speedstep_get(unsigned int cpu) | 242 | static unsigned int speedstep_get(unsigned int cpu) |
| 248 | { | 243 | { |
| 249 | struct get_freq_data data = { .processor = cpu }; | 244 | unsigned int speed; |
| 250 | 245 | ||
| 251 | /* You're supposed to ensure CPU is online. */ | 246 | /* You're supposed to ensure CPU is online. */ |
| 252 | if (smp_call_function_single(cpu, get_freq_data, &data, 1) != 0) | 247 | if (smp_call_function_single(cpu, get_freq_data, &speed, 1) != 0) |
| 253 | BUG(); | 248 | BUG(); |
| 254 | 249 | ||
| 255 | dprintk("detected %u kHz as current frequency\n", data.speed); | 250 | dprintk("detected %u kHz as current frequency\n", speed); |
| 256 | return data.speed; | 251 | return speed; |
| 257 | } | 252 | } |
| 258 | 253 | ||
| 259 | /** | 254 | /** |
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 2fb38027f3bb..44bc8bbabf54 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
| @@ -600,11 +600,13 @@ static int btusb_close(struct hci_dev *hdev) | |||
| 600 | btusb_stop_traffic(data); | 600 | btusb_stop_traffic(data); |
| 601 | err = usb_autopm_get_interface(data->intf); | 601 | err = usb_autopm_get_interface(data->intf); |
| 602 | if (err < 0) | 602 | if (err < 0) |
| 603 | return 0; | 603 | goto failed; |
| 604 | 604 | ||
| 605 | data->intf->needs_remote_wakeup = 0; | 605 | data->intf->needs_remote_wakeup = 0; |
| 606 | usb_autopm_put_interface(data->intf); | 606 | usb_autopm_put_interface(data->intf); |
| 607 | 607 | ||
| 608 | failed: | ||
| 609 | usb_scuttle_anchored_urbs(&data->deferred); | ||
| 608 | return 0; | 610 | return 0; |
| 609 | } | 611 | } |
| 610 | 612 | ||
diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c index 4068467ce7b9..10e1f0390bbb 100644 --- a/drivers/char/agp/intel-agp.c +++ b/drivers/char/agp/intel-agp.c | |||
| @@ -1161,12 +1161,6 @@ static int intel_i915_configure(void) | |||
| 1161 | 1161 | ||
| 1162 | intel_i9xx_setup_flush(); | 1162 | intel_i9xx_setup_flush(); |
| 1163 | 1163 | ||
| 1164 | #ifdef USE_PCI_DMA_API | ||
| 1165 | if (pci_set_dma_mask(intel_private.pcidev, DMA_BIT_MASK(36))) | ||
| 1166 | dev_err(&intel_private.pcidev->dev, | ||
| 1167 | "set gfx device dma mask 36bit failed!\n"); | ||
| 1168 | #endif | ||
| 1169 | |||
| 1170 | return 0; | 1164 | return 0; |
| 1171 | } | 1165 | } |
| 1172 | 1166 | ||
| @@ -2456,6 +2450,11 @@ static int __devinit agp_intel_probe(struct pci_dev *pdev, | |||
| 2456 | &bridge->mode); | 2450 | &bridge->mode); |
| 2457 | } | 2451 | } |
| 2458 | 2452 | ||
| 2453 | if (bridge->driver->mask_memory == intel_i965_mask_memory) | ||
| 2454 | if (pci_set_dma_mask(intel_private.pcidev, DMA_BIT_MASK(36))) | ||
| 2455 | dev_err(&intel_private.pcidev->dev, | ||
| 2456 | "set gfx device dma mask 36bit failed!\n"); | ||
| 2457 | |||
| 2459 | pci_set_drvdata(pdev, bridge); | 2458 | pci_set_drvdata(pdev, bridge); |
| 2460 | return agp_add_bridge(bridge); | 2459 | return agp_add_bridge(bridge); |
| 2461 | } | 2460 | } |
diff --git a/drivers/char/tty_port.c b/drivers/char/tty_port.c index a4bbb28f10be..2e8552dc5eda 100644 --- a/drivers/char/tty_port.c +++ b/drivers/char/tty_port.c | |||
| @@ -221,6 +221,9 @@ int tty_port_block_til_ready(struct tty_port *port, | |||
| 221 | the port has just hung up or is in another error state */ | 221 | the port has just hung up or is in another error state */ |
| 222 | if ((filp->f_flags & O_NONBLOCK) || | 222 | if ((filp->f_flags & O_NONBLOCK) || |
| 223 | (tty->flags & (1 << TTY_IO_ERROR))) { | 223 | (tty->flags & (1 << TTY_IO_ERROR))) { |
| 224 | /* Indicate we are open */ | ||
| 225 | if (tty->termios->c_cflag & CBAUD) | ||
| 226 | tty_port_raise_dtr_rts(port); | ||
| 224 | port->flags |= ASYNC_NORMAL_ACTIVE; | 227 | port->flags |= ASYNC_NORMAL_ACTIVE; |
| 225 | return 0; | 228 | return 0; |
| 226 | } | 229 | } |
diff --git a/drivers/char/vt_ioctl.c b/drivers/char/vt_ioctl.c index ed86d3bf249a..6aa10284104a 100644 --- a/drivers/char/vt_ioctl.c +++ b/drivers/char/vt_ioctl.c | |||
| @@ -103,8 +103,8 @@ void vt_event_post(unsigned int event, unsigned int old, unsigned int new) | |||
| 103 | ve->event.event = event; | 103 | ve->event.event = event; |
| 104 | /* kernel view is consoles 0..n-1, user space view is | 104 | /* kernel view is consoles 0..n-1, user space view is |
| 105 | console 1..n with 0 meaning current, so we must bias */ | 105 | console 1..n with 0 meaning current, so we must bias */ |
| 106 | ve->event.old = old + 1; | 106 | ve->event.oldev = old + 1; |
| 107 | ve->event.new = new + 1; | 107 | ve->event.newev = new + 1; |
| 108 | wake = 1; | 108 | wake = 1; |
| 109 | ve->done = 1; | 109 | ve->done = 1; |
| 110 | } | 110 | } |
| @@ -186,7 +186,7 @@ int vt_waitactive(int n) | |||
| 186 | vt_event_wait(&vw); | 186 | vt_event_wait(&vw); |
| 187 | if (vw.done == 0) | 187 | if (vw.done == 0) |
| 188 | return -EINTR; | 188 | return -EINTR; |
| 189 | } while (vw.event.new != n); | 189 | } while (vw.event.newev != n); |
| 190 | return 0; | 190 | return 0; |
| 191 | } | 191 | } |
| 192 | 192 | ||
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 3938c7817095..ff57c40e9b8b 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
| @@ -41,7 +41,7 @@ static struct cpufreq_driver *cpufreq_driver; | |||
| 41 | static DEFINE_PER_CPU(struct cpufreq_policy *, cpufreq_cpu_data); | 41 | static DEFINE_PER_CPU(struct cpufreq_policy *, cpufreq_cpu_data); |
| 42 | #ifdef CONFIG_HOTPLUG_CPU | 42 | #ifdef CONFIG_HOTPLUG_CPU |
| 43 | /* This one keeps track of the previously set governor of a removed CPU */ | 43 | /* This one keeps track of the previously set governor of a removed CPU */ |
| 44 | static DEFINE_PER_CPU(struct cpufreq_governor *, cpufreq_cpu_governor); | 44 | static DEFINE_PER_CPU(char[CPUFREQ_NAME_LEN], cpufreq_cpu_governor); |
| 45 | #endif | 45 | #endif |
| 46 | static DEFINE_SPINLOCK(cpufreq_driver_lock); | 46 | static DEFINE_SPINLOCK(cpufreq_driver_lock); |
| 47 | 47 | ||
| @@ -774,10 +774,12 @@ int cpufreq_add_dev_policy(unsigned int cpu, struct cpufreq_policy *policy, | |||
| 774 | #ifdef CONFIG_SMP | 774 | #ifdef CONFIG_SMP |
| 775 | unsigned long flags; | 775 | unsigned long flags; |
| 776 | unsigned int j; | 776 | unsigned int j; |
| 777 | |||
| 778 | #ifdef CONFIG_HOTPLUG_CPU | 777 | #ifdef CONFIG_HOTPLUG_CPU |
| 779 | if (per_cpu(cpufreq_cpu_governor, cpu)) { | 778 | struct cpufreq_governor *gov; |
| 780 | policy->governor = per_cpu(cpufreq_cpu_governor, cpu); | 779 | |
| 780 | gov = __find_governor(per_cpu(cpufreq_cpu_governor, cpu)); | ||
| 781 | if (gov) { | ||
| 782 | policy->governor = gov; | ||
| 781 | dprintk("Restoring governor %s for cpu %d\n", | 783 | dprintk("Restoring governor %s for cpu %d\n", |
| 782 | policy->governor->name, cpu); | 784 | policy->governor->name, cpu); |
| 783 | } | 785 | } |
| @@ -949,10 +951,13 @@ err_out_kobj_put: | |||
| 949 | static int cpufreq_add_dev(struct sys_device *sys_dev) | 951 | static int cpufreq_add_dev(struct sys_device *sys_dev) |
| 950 | { | 952 | { |
| 951 | unsigned int cpu = sys_dev->id; | 953 | unsigned int cpu = sys_dev->id; |
| 952 | int ret = 0; | 954 | int ret = 0, found = 0; |
| 953 | struct cpufreq_policy *policy; | 955 | struct cpufreq_policy *policy; |
| 954 | unsigned long flags; | 956 | unsigned long flags; |
| 955 | unsigned int j; | 957 | unsigned int j; |
| 958 | #ifdef CONFIG_HOTPLUG_CPU | ||
| 959 | int sibling; | ||
| 960 | #endif | ||
| 956 | 961 | ||
| 957 | if (cpu_is_offline(cpu)) | 962 | if (cpu_is_offline(cpu)) |
| 958 | return 0; | 963 | return 0; |
| @@ -999,7 +1004,19 @@ static int cpufreq_add_dev(struct sys_device *sys_dev) | |||
| 999 | INIT_WORK(&policy->update, handle_update); | 1004 | INIT_WORK(&policy->update, handle_update); |
| 1000 | 1005 | ||
| 1001 | /* Set governor before ->init, so that driver could check it */ | 1006 | /* Set governor before ->init, so that driver could check it */ |
| 1002 | policy->governor = CPUFREQ_DEFAULT_GOVERNOR; | 1007 | #ifdef CONFIG_HOTPLUG_CPU |
| 1008 | for_each_online_cpu(sibling) { | ||
| 1009 | struct cpufreq_policy *cp = per_cpu(cpufreq_cpu_data, sibling); | ||
| 1010 | if (cp && cp->governor && | ||
| 1011 | (cpumask_test_cpu(cpu, cp->related_cpus))) { | ||
| 1012 | policy->governor = cp->governor; | ||
| 1013 | found = 1; | ||
| 1014 | break; | ||
| 1015 | } | ||
| 1016 | } | ||
| 1017 | #endif | ||
| 1018 | if (!found) | ||
| 1019 | policy->governor = CPUFREQ_DEFAULT_GOVERNOR; | ||
| 1003 | /* call driver. From then on the cpufreq must be able | 1020 | /* call driver. From then on the cpufreq must be able |
| 1004 | * to accept all calls to ->verify and ->setpolicy for this CPU | 1021 | * to accept all calls to ->verify and ->setpolicy for this CPU |
| 1005 | */ | 1022 | */ |
| @@ -1111,7 +1128,8 @@ static int __cpufreq_remove_dev(struct sys_device *sys_dev) | |||
| 1111 | #ifdef CONFIG_SMP | 1128 | #ifdef CONFIG_SMP |
| 1112 | 1129 | ||
| 1113 | #ifdef CONFIG_HOTPLUG_CPU | 1130 | #ifdef CONFIG_HOTPLUG_CPU |
| 1114 | per_cpu(cpufreq_cpu_governor, cpu) = data->governor; | 1131 | strncpy(per_cpu(cpufreq_cpu_governor, cpu), data->governor->name, |
| 1132 | CPUFREQ_NAME_LEN); | ||
| 1115 | #endif | 1133 | #endif |
| 1116 | 1134 | ||
| 1117 | /* if we have other CPUs still registered, we need to unlink them, | 1135 | /* if we have other CPUs still registered, we need to unlink them, |
| @@ -1135,7 +1153,8 @@ static int __cpufreq_remove_dev(struct sys_device *sys_dev) | |||
| 1135 | continue; | 1153 | continue; |
| 1136 | dprintk("removing link for cpu %u\n", j); | 1154 | dprintk("removing link for cpu %u\n", j); |
| 1137 | #ifdef CONFIG_HOTPLUG_CPU | 1155 | #ifdef CONFIG_HOTPLUG_CPU |
| 1138 | per_cpu(cpufreq_cpu_governor, j) = data->governor; | 1156 | strncpy(per_cpu(cpufreq_cpu_governor, j), |
| 1157 | data->governor->name, CPUFREQ_NAME_LEN); | ||
| 1139 | #endif | 1158 | #endif |
| 1140 | cpu_sys_dev = get_cpu_sysdev(j); | 1159 | cpu_sys_dev = get_cpu_sysdev(j); |
| 1141 | sysfs_remove_link(&cpu_sys_dev->kobj, "cpufreq"); | 1160 | sysfs_remove_link(&cpu_sys_dev->kobj, "cpufreq"); |
| @@ -1606,9 +1625,22 @@ EXPORT_SYMBOL_GPL(cpufreq_register_governor); | |||
| 1606 | 1625 | ||
| 1607 | void cpufreq_unregister_governor(struct cpufreq_governor *governor) | 1626 | void cpufreq_unregister_governor(struct cpufreq_governor *governor) |
| 1608 | { | 1627 | { |
| 1628 | #ifdef CONFIG_HOTPLUG_CPU | ||
| 1629 | int cpu; | ||
| 1630 | #endif | ||
| 1631 | |||
| 1609 | if (!governor) | 1632 | if (!governor) |
| 1610 | return; | 1633 | return; |
| 1611 | 1634 | ||
| 1635 | #ifdef CONFIG_HOTPLUG_CPU | ||
| 1636 | for_each_present_cpu(cpu) { | ||
| 1637 | if (cpu_online(cpu)) | ||
| 1638 | continue; | ||
| 1639 | if (!strcmp(per_cpu(cpufreq_cpu_governor, cpu), governor->name)) | ||
| 1640 | strcpy(per_cpu(cpufreq_cpu_governor, cpu), "\0"); | ||
| 1641 | } | ||
| 1642 | #endif | ||
| 1643 | |||
| 1612 | mutex_lock(&cpufreq_governor_mutex); | 1644 | mutex_lock(&cpufreq_governor_mutex); |
| 1613 | list_del(&governor->governor_list); | 1645 | list_del(&governor->governor_list); |
| 1614 | mutex_unlock(&cpufreq_governor_mutex); | 1646 | mutex_unlock(&cpufreq_governor_mutex); |
diff --git a/drivers/cpufreq/cpufreq_conservative.c b/drivers/cpufreq/cpufreq_conservative.c index bc33ddc9c97c..c7b081b839ff 100644 --- a/drivers/cpufreq/cpufreq_conservative.c +++ b/drivers/cpufreq/cpufreq_conservative.c | |||
| @@ -116,9 +116,9 @@ static inline cputime64_t get_cpu_idle_time_jiffy(unsigned int cpu, | |||
| 116 | 116 | ||
| 117 | idle_time = cputime64_sub(cur_wall_time, busy_time); | 117 | idle_time = cputime64_sub(cur_wall_time, busy_time); |
| 118 | if (wall) | 118 | if (wall) |
| 119 | *wall = cur_wall_time; | 119 | *wall = (cputime64_t)jiffies_to_usecs(cur_wall_time); |
| 120 | 120 | ||
| 121 | return idle_time; | 121 | return (cputime64_t)jiffies_to_usecs(idle_time);; |
| 122 | } | 122 | } |
| 123 | 123 | ||
| 124 | static inline cputime64_t get_cpu_idle_time(unsigned int cpu, cputime64_t *wall) | 124 | static inline cputime64_t get_cpu_idle_time(unsigned int cpu, cputime64_t *wall) |
diff --git a/drivers/cpufreq/cpufreq_ondemand.c b/drivers/cpufreq/cpufreq_ondemand.c index 071699de50ee..4b34ade2332b 100644 --- a/drivers/cpufreq/cpufreq_ondemand.c +++ b/drivers/cpufreq/cpufreq_ondemand.c | |||
| @@ -133,9 +133,9 @@ static inline cputime64_t get_cpu_idle_time_jiffy(unsigned int cpu, | |||
| 133 | 133 | ||
| 134 | idle_time = cputime64_sub(cur_wall_time, busy_time); | 134 | idle_time = cputime64_sub(cur_wall_time, busy_time); |
| 135 | if (wall) | 135 | if (wall) |
| 136 | *wall = cur_wall_time; | 136 | *wall = (cputime64_t)jiffies_to_usecs(cur_wall_time); |
| 137 | 137 | ||
| 138 | return idle_time; | 138 | return (cputime64_t)jiffies_to_usecs(idle_time); |
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | static inline cputime64_t get_cpu_idle_time(unsigned int cpu, cputime64_t *wall) | 141 | static inline cputime64_t get_cpu_idle_time(unsigned int cpu, cputime64_t *wall) |
diff --git a/drivers/gpu/drm/radeon/mkregtable.c b/drivers/gpu/drm/radeon/mkregtable.c index fb211e585dea..0d79577c1576 100644 --- a/drivers/gpu/drm/radeon/mkregtable.c +++ b/drivers/gpu/drm/radeon/mkregtable.c | |||
| @@ -561,7 +561,7 @@ struct table { | |||
| 561 | char *gpu_prefix; | 561 | char *gpu_prefix; |
| 562 | }; | 562 | }; |
| 563 | 563 | ||
| 564 | struct offset *offset_new(unsigned o) | 564 | static struct offset *offset_new(unsigned o) |
| 565 | { | 565 | { |
| 566 | struct offset *offset; | 566 | struct offset *offset; |
| 567 | 567 | ||
| @@ -573,12 +573,12 @@ struct offset *offset_new(unsigned o) | |||
| 573 | return offset; | 573 | return offset; |
| 574 | } | 574 | } |
| 575 | 575 | ||
| 576 | void table_offset_add(struct table *t, struct offset *offset) | 576 | static void table_offset_add(struct table *t, struct offset *offset) |
| 577 | { | 577 | { |
| 578 | list_add_tail(&offset->list, &t->offsets); | 578 | list_add_tail(&offset->list, &t->offsets); |
| 579 | } | 579 | } |
| 580 | 580 | ||
| 581 | void table_init(struct table *t) | 581 | static void table_init(struct table *t) |
| 582 | { | 582 | { |
| 583 | INIT_LIST_HEAD(&t->offsets); | 583 | INIT_LIST_HEAD(&t->offsets); |
| 584 | t->offset_max = 0; | 584 | t->offset_max = 0; |
| @@ -586,7 +586,7 @@ void table_init(struct table *t) | |||
| 586 | t->table = NULL; | 586 | t->table = NULL; |
| 587 | } | 587 | } |
| 588 | 588 | ||
| 589 | void table_print(struct table *t) | 589 | static void table_print(struct table *t) |
| 590 | { | 590 | { |
| 591 | unsigned nlloop, i, j, n, c, id; | 591 | unsigned nlloop, i, j, n, c, id; |
| 592 | 592 | ||
| @@ -611,7 +611,7 @@ void table_print(struct table *t) | |||
| 611 | printf("};\n"); | 611 | printf("};\n"); |
| 612 | } | 612 | } |
| 613 | 613 | ||
| 614 | int table_build(struct table *t) | 614 | static int table_build(struct table *t) |
| 615 | { | 615 | { |
| 616 | struct offset *offset; | 616 | struct offset *offset; |
| 617 | unsigned i, m; | 617 | unsigned i, m; |
| @@ -631,7 +631,7 @@ int table_build(struct table *t) | |||
| 631 | } | 631 | } |
| 632 | 632 | ||
| 633 | static char gpu_name[10]; | 633 | static char gpu_name[10]; |
| 634 | int parser_auth(struct table *t, const char *filename) | 634 | static int parser_auth(struct table *t, const char *filename) |
| 635 | { | 635 | { |
| 636 | FILE *file; | 636 | FILE *file; |
| 637 | regex_t mask_rex; | 637 | regex_t mask_rex; |
diff --git a/drivers/hwmon/adt7475.c b/drivers/hwmon/adt7475.c index d39877a7da63..b5a95193c694 100644 --- a/drivers/hwmon/adt7475.c +++ b/drivers/hwmon/adt7475.c | |||
| @@ -350,8 +350,7 @@ static ssize_t show_temp(struct device *dev, struct device_attribute *attr, | |||
| 350 | 350 | ||
| 351 | case FAULT: | 351 | case FAULT: |
| 352 | /* Note - only for remote1 and remote2 */ | 352 | /* Note - only for remote1 and remote2 */ |
| 353 | out = data->alarms & (sattr->index ? 0x8000 : 0x4000); | 353 | out = !!(data->alarms & (sattr->index ? 0x8000 : 0x4000)); |
| 354 | out = out ? 0 : 1; | ||
| 355 | break; | 354 | break; |
| 356 | 355 | ||
| 357 | default: | 356 | default: |
| @@ -863,7 +862,7 @@ static SENSOR_DEVICE_ATTR_2(pwm1_freq, S_IRUGO | S_IWUSR, show_pwmfreq, | |||
| 863 | set_pwmfreq, INPUT, 0); | 862 | set_pwmfreq, INPUT, 0); |
| 864 | static SENSOR_DEVICE_ATTR_2(pwm1_enable, S_IRUGO | S_IWUSR, show_pwmctrl, | 863 | static SENSOR_DEVICE_ATTR_2(pwm1_enable, S_IRUGO | S_IWUSR, show_pwmctrl, |
| 865 | set_pwmctrl, INPUT, 0); | 864 | set_pwmctrl, INPUT, 0); |
| 866 | static SENSOR_DEVICE_ATTR_2(pwm1_auto_channel_temp, S_IRUGO | S_IWUSR, | 865 | static SENSOR_DEVICE_ATTR_2(pwm1_auto_channels_temp, S_IRUGO | S_IWUSR, |
| 867 | show_pwmchan, set_pwmchan, INPUT, 0); | 866 | show_pwmchan, set_pwmchan, INPUT, 0); |
| 868 | static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_pwm, S_IRUGO | S_IWUSR, show_pwm, | 867 | static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_pwm, S_IRUGO | S_IWUSR, show_pwm, |
| 869 | set_pwm, MIN, 0); | 868 | set_pwm, MIN, 0); |
| @@ -875,7 +874,7 @@ static SENSOR_DEVICE_ATTR_2(pwm2_freq, S_IRUGO | S_IWUSR, show_pwmfreq, | |||
| 875 | set_pwmfreq, INPUT, 1); | 874 | set_pwmfreq, INPUT, 1); |
| 876 | static SENSOR_DEVICE_ATTR_2(pwm2_enable, S_IRUGO | S_IWUSR, show_pwmctrl, | 875 | static SENSOR_DEVICE_ATTR_2(pwm2_enable, S_IRUGO | S_IWUSR, show_pwmctrl, |
| 877 | set_pwmctrl, INPUT, 1); | 876 | set_pwmctrl, INPUT, 1); |
| 878 | static SENSOR_DEVICE_ATTR_2(pwm2_auto_channel_temp, S_IRUGO | S_IWUSR, | 877 | static SENSOR_DEVICE_ATTR_2(pwm2_auto_channels_temp, S_IRUGO | S_IWUSR, |
| 879 | show_pwmchan, set_pwmchan, INPUT, 1); | 878 | show_pwmchan, set_pwmchan, INPUT, 1); |
| 880 | static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_pwm, S_IRUGO | S_IWUSR, show_pwm, | 879 | static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_pwm, S_IRUGO | S_IWUSR, show_pwm, |
| 881 | set_pwm, MIN, 1); | 880 | set_pwm, MIN, 1); |
| @@ -887,7 +886,7 @@ static SENSOR_DEVICE_ATTR_2(pwm3_freq, S_IRUGO | S_IWUSR, show_pwmfreq, | |||
| 887 | set_pwmfreq, INPUT, 2); | 886 | set_pwmfreq, INPUT, 2); |
| 888 | static SENSOR_DEVICE_ATTR_2(pwm3_enable, S_IRUGO | S_IWUSR, show_pwmctrl, | 887 | static SENSOR_DEVICE_ATTR_2(pwm3_enable, S_IRUGO | S_IWUSR, show_pwmctrl, |
| 889 | set_pwmctrl, INPUT, 2); | 888 | set_pwmctrl, INPUT, 2); |
| 890 | static SENSOR_DEVICE_ATTR_2(pwm3_auto_channel_temp, S_IRUGO | S_IWUSR, | 889 | static SENSOR_DEVICE_ATTR_2(pwm3_auto_channels_temp, S_IRUGO | S_IWUSR, |
| 891 | show_pwmchan, set_pwmchan, INPUT, 2); | 890 | show_pwmchan, set_pwmchan, INPUT, 2); |
| 892 | static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_pwm, S_IRUGO | S_IWUSR, show_pwm, | 891 | static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_pwm, S_IRUGO | S_IWUSR, show_pwm, |
| 893 | set_pwm, MIN, 2); | 892 | set_pwm, MIN, 2); |
| @@ -947,19 +946,19 @@ static struct attribute *adt7475_attrs[] = { | |||
| 947 | &sensor_dev_attr_pwm1.dev_attr.attr, | 946 | &sensor_dev_attr_pwm1.dev_attr.attr, |
| 948 | &sensor_dev_attr_pwm1_freq.dev_attr.attr, | 947 | &sensor_dev_attr_pwm1_freq.dev_attr.attr, |
| 949 | &sensor_dev_attr_pwm1_enable.dev_attr.attr, | 948 | &sensor_dev_attr_pwm1_enable.dev_attr.attr, |
| 950 | &sensor_dev_attr_pwm1_auto_channel_temp.dev_attr.attr, | 949 | &sensor_dev_attr_pwm1_auto_channels_temp.dev_attr.attr, |
| 951 | &sensor_dev_attr_pwm1_auto_point1_pwm.dev_attr.attr, | 950 | &sensor_dev_attr_pwm1_auto_point1_pwm.dev_attr.attr, |
| 952 | &sensor_dev_attr_pwm1_auto_point2_pwm.dev_attr.attr, | 951 | &sensor_dev_attr_pwm1_auto_point2_pwm.dev_attr.attr, |
| 953 | &sensor_dev_attr_pwm2.dev_attr.attr, | 952 | &sensor_dev_attr_pwm2.dev_attr.attr, |
| 954 | &sensor_dev_attr_pwm2_freq.dev_attr.attr, | 953 | &sensor_dev_attr_pwm2_freq.dev_attr.attr, |
| 955 | &sensor_dev_attr_pwm2_enable.dev_attr.attr, | 954 | &sensor_dev_attr_pwm2_enable.dev_attr.attr, |
| 956 | &sensor_dev_attr_pwm2_auto_channel_temp.dev_attr.attr, | 955 | &sensor_dev_attr_pwm2_auto_channels_temp.dev_attr.attr, |
| 957 | &sensor_dev_attr_pwm2_auto_point1_pwm.dev_attr.attr, | 956 | &sensor_dev_attr_pwm2_auto_point1_pwm.dev_attr.attr, |
| 958 | &sensor_dev_attr_pwm2_auto_point2_pwm.dev_attr.attr, | 957 | &sensor_dev_attr_pwm2_auto_point2_pwm.dev_attr.attr, |
| 959 | &sensor_dev_attr_pwm3.dev_attr.attr, | 958 | &sensor_dev_attr_pwm3.dev_attr.attr, |
| 960 | &sensor_dev_attr_pwm3_freq.dev_attr.attr, | 959 | &sensor_dev_attr_pwm3_freq.dev_attr.attr, |
| 961 | &sensor_dev_attr_pwm3_enable.dev_attr.attr, | 960 | &sensor_dev_attr_pwm3_enable.dev_attr.attr, |
| 962 | &sensor_dev_attr_pwm3_auto_channel_temp.dev_attr.attr, | 961 | &sensor_dev_attr_pwm3_auto_channels_temp.dev_attr.attr, |
| 963 | &sensor_dev_attr_pwm3_auto_point1_pwm.dev_attr.attr, | 962 | &sensor_dev_attr_pwm3_auto_point1_pwm.dev_attr.attr, |
| 964 | &sensor_dev_attr_pwm3_auto_point2_pwm.dev_attr.attr, | 963 | &sensor_dev_attr_pwm3_auto_point2_pwm.dev_attr.attr, |
| 965 | NULL, | 964 | NULL, |
| @@ -1152,7 +1151,7 @@ static struct adt7475_data *adt7475_update_device(struct device *dev) | |||
| 1152 | } | 1151 | } |
| 1153 | 1152 | ||
| 1154 | /* Limits and settings, should never change update every 60 seconds */ | 1153 | /* Limits and settings, should never change update every 60 seconds */ |
| 1155 | if (time_after(jiffies, data->limits_updated + HZ * 2) || | 1154 | if (time_after(jiffies, data->limits_updated + HZ * 60) || |
| 1156 | !data->valid) { | 1155 | !data->valid) { |
| 1157 | data->config5 = adt7475_read(REG_CONFIG5); | 1156 | data->config5 = adt7475_read(REG_CONFIG5); |
| 1158 | 1157 | ||
diff --git a/drivers/hwmon/s3c-hwmon.c b/drivers/hwmon/s3c-hwmon.c index 3a524f2fe493..71835412529f 100644 --- a/drivers/hwmon/s3c-hwmon.c +++ b/drivers/hwmon/s3c-hwmon.c | |||
| @@ -323,14 +323,21 @@ static int __devinit s3c_hwmon_probe(struct platform_device *dev) | |||
| 323 | } | 323 | } |
| 324 | 324 | ||
| 325 | for (i = 0; i < ARRAY_SIZE(pdata->in); i++) { | 325 | for (i = 0; i < ARRAY_SIZE(pdata->in); i++) { |
| 326 | if (!pdata->in[i]) | 326 | struct s3c24xx_adc_hwmon_incfg *cfg = pdata->in[i]; |
| 327 | |||
| 328 | if (!cfg) | ||
| 327 | continue; | 329 | continue; |
| 328 | 330 | ||
| 329 | if (pdata->in[i]->mult >= 0x10000) | 331 | if (cfg->mult >= 0x10000) |
| 330 | dev_warn(&dev->dev, | 332 | dev_warn(&dev->dev, |
| 331 | "channel %d multiplier too large\n", | 333 | "channel %d multiplier too large\n", |
| 332 | i); | 334 | i); |
| 333 | 335 | ||
| 336 | if (cfg->divider == 0) { | ||
| 337 | dev_err(&dev->dev, "channel %d divider zero\n", i); | ||
| 338 | continue; | ||
| 339 | } | ||
| 340 | |||
| 334 | ret = s3c_hwmon_create_attr(&dev->dev, pdata->in[i], | 341 | ret = s3c_hwmon_create_attr(&dev->dev, pdata->in[i], |
| 335 | &hwmon->attrs[i], i); | 342 | &hwmon->attrs[i], i); |
| 336 | if (ret) { | 343 | if (ret) { |
diff --git a/drivers/i2c/busses/i2c-pnx.c b/drivers/i2c/busses/i2c-pnx.c index 6ff6c20f1e78..1fca59077949 100644 --- a/drivers/i2c/busses/i2c-pnx.c +++ b/drivers/i2c/busses/i2c-pnx.c | |||
| @@ -19,7 +19,9 @@ | |||
| 19 | #include <linux/completion.h> | 19 | #include <linux/completion.h> |
| 20 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
| 21 | #include <linux/i2c-pnx.h> | 21 | #include <linux/i2c-pnx.h> |
| 22 | #include <linux/io.h> | ||
| 22 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
| 24 | #include <mach/i2c.h> | ||
| 23 | #include <asm/irq.h> | 25 | #include <asm/irq.h> |
| 24 | #include <asm/uaccess.h> | 26 | #include <asm/uaccess.h> |
| 25 | 27 | ||
| @@ -54,6 +56,9 @@ static inline void i2c_pnx_arm_timer(struct i2c_adapter *adap) | |||
| 54 | struct timer_list *timer = &data->mif.timer; | 56 | struct timer_list *timer = &data->mif.timer; |
| 55 | int expires = I2C_PNX_TIMEOUT / (1000 / HZ); | 57 | int expires = I2C_PNX_TIMEOUT / (1000 / HZ); |
| 56 | 58 | ||
| 59 | if (expires <= 1) | ||
| 60 | expires = 2; | ||
| 61 | |||
| 57 | del_timer_sync(timer); | 62 | del_timer_sync(timer); |
| 58 | 63 | ||
| 59 | dev_dbg(&adap->dev, "Timer armed at %lu plus %u jiffies.\n", | 64 | dev_dbg(&adap->dev, "Timer armed at %lu plus %u jiffies.\n", |
diff --git a/drivers/input/ff-core.c b/drivers/input/ff-core.c index 72c63e5dd630..38df81fcdc3a 100644 --- a/drivers/input/ff-core.c +++ b/drivers/input/ff-core.c | |||
| @@ -337,16 +337,16 @@ int input_ff_create(struct input_dev *dev, int max_effects) | |||
| 337 | dev->ff = ff; | 337 | dev->ff = ff; |
| 338 | dev->flush = flush_effects; | 338 | dev->flush = flush_effects; |
| 339 | dev->event = input_ff_event; | 339 | dev->event = input_ff_event; |
| 340 | set_bit(EV_FF, dev->evbit); | 340 | __set_bit(EV_FF, dev->evbit); |
| 341 | 341 | ||
| 342 | /* Copy "true" bits into ff device bitmap */ | 342 | /* Copy "true" bits into ff device bitmap */ |
| 343 | for (i = 0; i <= FF_MAX; i++) | 343 | for (i = 0; i <= FF_MAX; i++) |
| 344 | if (test_bit(i, dev->ffbit)) | 344 | if (test_bit(i, dev->ffbit)) |
| 345 | set_bit(i, ff->ffbit); | 345 | __set_bit(i, ff->ffbit); |
| 346 | 346 | ||
| 347 | /* we can emulate RUMBLE with periodic effects */ | 347 | /* we can emulate RUMBLE with periodic effects */ |
| 348 | if (test_bit(FF_PERIODIC, ff->ffbit)) | 348 | if (test_bit(FF_PERIODIC, ff->ffbit)) |
| 349 | set_bit(FF_RUMBLE, dev->ffbit); | 349 | __set_bit(FF_RUMBLE, dev->ffbit); |
| 350 | 350 | ||
| 351 | return 0; | 351 | return 0; |
| 352 | } | 352 | } |
| @@ -362,12 +362,14 @@ EXPORT_SYMBOL_GPL(input_ff_create); | |||
| 362 | */ | 362 | */ |
| 363 | void input_ff_destroy(struct input_dev *dev) | 363 | void input_ff_destroy(struct input_dev *dev) |
| 364 | { | 364 | { |
| 365 | clear_bit(EV_FF, dev->evbit); | 365 | struct ff_device *ff = dev->ff; |
| 366 | if (dev->ff) { | 366 | |
| 367 | if (dev->ff->destroy) | 367 | __clear_bit(EV_FF, dev->evbit); |
| 368 | dev->ff->destroy(dev->ff); | 368 | if (ff) { |
| 369 | kfree(dev->ff->private); | 369 | if (ff->destroy) |
| 370 | kfree(dev->ff); | 370 | ff->destroy(ff); |
| 371 | kfree(ff->private); | ||
| 372 | kfree(ff); | ||
| 371 | dev->ff = NULL; | 373 | dev->ff = NULL; |
| 372 | } | 374 | } |
| 373 | } | 375 | } |
diff --git a/drivers/input/ff-memless.c b/drivers/input/ff-memless.c index 2d1415e16834..b483b2995fa9 100644 --- a/drivers/input/ff-memless.c +++ b/drivers/input/ff-memless.c | |||
| @@ -61,7 +61,6 @@ struct ml_device { | |||
| 61 | struct ml_effect_state states[FF_MEMLESS_EFFECTS]; | 61 | struct ml_effect_state states[FF_MEMLESS_EFFECTS]; |
| 62 | int gain; | 62 | int gain; |
| 63 | struct timer_list timer; | 63 | struct timer_list timer; |
| 64 | spinlock_t timer_lock; | ||
| 65 | struct input_dev *dev; | 64 | struct input_dev *dev; |
| 66 | 65 | ||
| 67 | int (*play_effect)(struct input_dev *dev, void *data, | 66 | int (*play_effect)(struct input_dev *dev, void *data, |
| @@ -368,38 +367,38 @@ static void ml_effect_timer(unsigned long timer_data) | |||
| 368 | { | 367 | { |
| 369 | struct input_dev *dev = (struct input_dev *)timer_data; | 368 | struct input_dev *dev = (struct input_dev *)timer_data; |
| 370 | struct ml_device *ml = dev->ff->private; | 369 | struct ml_device *ml = dev->ff->private; |
| 370 | unsigned long flags; | ||
| 371 | 371 | ||
| 372 | debug("timer: updating effects"); | 372 | debug("timer: updating effects"); |
| 373 | 373 | ||
| 374 | spin_lock(&ml->timer_lock); | 374 | spin_lock_irqsave(&dev->event_lock, flags); |
| 375 | ml_play_effects(ml); | 375 | ml_play_effects(ml); |
| 376 | spin_unlock(&ml->timer_lock); | 376 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 377 | } | 377 | } |
| 378 | 378 | ||
| 379 | /* | ||
| 380 | * Sets requested gain for FF effects. Called with dev->event_lock held. | ||
| 381 | */ | ||
| 379 | static void ml_ff_set_gain(struct input_dev *dev, u16 gain) | 382 | static void ml_ff_set_gain(struct input_dev *dev, u16 gain) |
| 380 | { | 383 | { |
| 381 | struct ml_device *ml = dev->ff->private; | 384 | struct ml_device *ml = dev->ff->private; |
| 382 | int i; | 385 | int i; |
| 383 | 386 | ||
| 384 | spin_lock_bh(&ml->timer_lock); | ||
| 385 | |||
| 386 | ml->gain = gain; | 387 | ml->gain = gain; |
| 387 | 388 | ||
| 388 | for (i = 0; i < FF_MEMLESS_EFFECTS; i++) | 389 | for (i = 0; i < FF_MEMLESS_EFFECTS; i++) |
| 389 | __clear_bit(FF_EFFECT_PLAYING, &ml->states[i].flags); | 390 | __clear_bit(FF_EFFECT_PLAYING, &ml->states[i].flags); |
| 390 | 391 | ||
| 391 | ml_play_effects(ml); | 392 | ml_play_effects(ml); |
| 392 | |||
| 393 | spin_unlock_bh(&ml->timer_lock); | ||
| 394 | } | 393 | } |
| 395 | 394 | ||
| 395 | /* | ||
| 396 | * Start/stop specified FF effect. Called with dev->event_lock held. | ||
| 397 | */ | ||
| 396 | static int ml_ff_playback(struct input_dev *dev, int effect_id, int value) | 398 | static int ml_ff_playback(struct input_dev *dev, int effect_id, int value) |
| 397 | { | 399 | { |
| 398 | struct ml_device *ml = dev->ff->private; | 400 | struct ml_device *ml = dev->ff->private; |
| 399 | struct ml_effect_state *state = &ml->states[effect_id]; | 401 | struct ml_effect_state *state = &ml->states[effect_id]; |
| 400 | unsigned long flags; | ||
| 401 | |||
| 402 | spin_lock_irqsave(&ml->timer_lock, flags); | ||
| 403 | 402 | ||
| 404 | if (value > 0) { | 403 | if (value > 0) { |
| 405 | debug("initiated play"); | 404 | debug("initiated play"); |
| @@ -425,8 +424,6 @@ static int ml_ff_playback(struct input_dev *dev, int effect_id, int value) | |||
| 425 | ml_play_effects(ml); | 424 | ml_play_effects(ml); |
| 426 | } | 425 | } |
| 427 | 426 | ||
| 428 | spin_unlock_irqrestore(&ml->timer_lock, flags); | ||
| 429 | |||
| 430 | return 0; | 427 | return 0; |
| 431 | } | 428 | } |
| 432 | 429 | ||
| @@ -436,7 +433,7 @@ static int ml_ff_upload(struct input_dev *dev, | |||
| 436 | struct ml_device *ml = dev->ff->private; | 433 | struct ml_device *ml = dev->ff->private; |
| 437 | struct ml_effect_state *state = &ml->states[effect->id]; | 434 | struct ml_effect_state *state = &ml->states[effect->id]; |
| 438 | 435 | ||
| 439 | spin_lock_bh(&ml->timer_lock); | 436 | spin_lock_irq(&dev->event_lock); |
| 440 | 437 | ||
| 441 | if (test_bit(FF_EFFECT_STARTED, &state->flags)) { | 438 | if (test_bit(FF_EFFECT_STARTED, &state->flags)) { |
| 442 | __clear_bit(FF_EFFECT_PLAYING, &state->flags); | 439 | __clear_bit(FF_EFFECT_PLAYING, &state->flags); |
| @@ -448,7 +445,7 @@ static int ml_ff_upload(struct input_dev *dev, | |||
| 448 | ml_schedule_timer(ml); | 445 | ml_schedule_timer(ml); |
| 449 | } | 446 | } |
| 450 | 447 | ||
| 451 | spin_unlock_bh(&ml->timer_lock); | 448 | spin_unlock_irq(&dev->event_lock); |
| 452 | 449 | ||
| 453 | return 0; | 450 | return 0; |
| 454 | } | 451 | } |
| @@ -482,7 +479,6 @@ int input_ff_create_memless(struct input_dev *dev, void *data, | |||
| 482 | ml->private = data; | 479 | ml->private = data; |
| 483 | ml->play_effect = play_effect; | 480 | ml->play_effect = play_effect; |
| 484 | ml->gain = 0xffff; | 481 | ml->gain = 0xffff; |
| 485 | spin_lock_init(&ml->timer_lock); | ||
| 486 | setup_timer(&ml->timer, ml_effect_timer, (unsigned long)dev); | 482 | setup_timer(&ml->timer, ml_effect_timer, (unsigned long)dev); |
| 487 | 483 | ||
| 488 | set_bit(FF_GAIN, dev->ffbit); | 484 | set_bit(FF_GAIN, dev->ffbit); |
diff --git a/drivers/input/input.c b/drivers/input/input.c index cc763c96fada..2266ecbfbc01 100644 --- a/drivers/input/input.c +++ b/drivers/input/input.c | |||
| @@ -1292,17 +1292,24 @@ static int input_dev_uevent(struct device *device, struct kobj_uevent_env *env) | |||
| 1292 | return 0; | 1292 | return 0; |
| 1293 | } | 1293 | } |
| 1294 | 1294 | ||
| 1295 | #define INPUT_DO_TOGGLE(dev, type, bits, on) \ | 1295 | #define INPUT_DO_TOGGLE(dev, type, bits, on) \ |
| 1296 | do { \ | 1296 | do { \ |
| 1297 | int i; \ | 1297 | int i; \ |
| 1298 | if (!test_bit(EV_##type, dev->evbit)) \ | 1298 | bool active; \ |
| 1299 | break; \ | 1299 | \ |
| 1300 | for (i = 0; i < type##_MAX; i++) { \ | 1300 | if (!test_bit(EV_##type, dev->evbit)) \ |
| 1301 | if (!test_bit(i, dev->bits##bit) || \ | 1301 | break; \ |
| 1302 | !test_bit(i, dev->bits)) \ | 1302 | \ |
| 1303 | continue; \ | 1303 | for (i = 0; i < type##_MAX; i++) { \ |
| 1304 | dev->event(dev, EV_##type, i, on); \ | 1304 | if (!test_bit(i, dev->bits##bit)) \ |
| 1305 | } \ | 1305 | continue; \ |
| 1306 | \ | ||
| 1307 | active = test_bit(i, dev->bits); \ | ||
| 1308 | if (!active && !on) \ | ||
| 1309 | continue; \ | ||
| 1310 | \ | ||
| 1311 | dev->event(dev, EV_##type, i, on ? active : 0); \ | ||
| 1312 | } \ | ||
| 1306 | } while (0) | 1313 | } while (0) |
| 1307 | 1314 | ||
| 1308 | #ifdef CONFIG_PM | 1315 | #ifdef CONFIG_PM |
diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c index 4452eabbee6d..28e6110d1ff8 100644 --- a/drivers/input/keyboard/atkbd.c +++ b/drivers/input/keyboard/atkbd.c | |||
| @@ -1174,6 +1174,18 @@ static int atkbd_reconnect(struct serio *serio) | |||
| 1174 | return -1; | 1174 | return -1; |
| 1175 | 1175 | ||
| 1176 | atkbd_activate(atkbd); | 1176 | atkbd_activate(atkbd); |
| 1177 | |||
| 1178 | /* | ||
| 1179 | * Restore LED state and repeat rate. While input core | ||
| 1180 | * will do this for us at resume time reconnect may happen | ||
| 1181 | * because user requested it via sysfs or simply because | ||
| 1182 | * keyboard was unplugged and plugged in again so we need | ||
| 1183 | * to do it ourselves here. | ||
| 1184 | */ | ||
| 1185 | atkbd_set_leds(atkbd); | ||
| 1186 | if (!atkbd->softrepeat) | ||
| 1187 | atkbd_set_repeat_rate(atkbd); | ||
| 1188 | |||
| 1177 | } | 1189 | } |
| 1178 | 1190 | ||
| 1179 | atkbd_enable(atkbd); | 1191 | atkbd_enable(atkbd); |
| @@ -1422,6 +1434,7 @@ static ssize_t atkbd_set_set(struct atkbd *atkbd, const char *buf, size_t count) | |||
| 1422 | 1434 | ||
| 1423 | atkbd->dev = new_dev; | 1435 | atkbd->dev = new_dev; |
| 1424 | atkbd->set = atkbd_select_set(atkbd, value, atkbd->extra); | 1436 | atkbd->set = atkbd_select_set(atkbd, value, atkbd->extra); |
| 1437 | atkbd_reset_state(atkbd); | ||
| 1425 | atkbd_activate(atkbd); | 1438 | atkbd_activate(atkbd); |
| 1426 | atkbd_set_keycode_table(atkbd); | 1439 | atkbd_set_keycode_table(atkbd); |
| 1427 | atkbd_set_device_attrs(atkbd); | 1440 | atkbd_set_device_attrs(atkbd); |
diff --git a/drivers/input/mouse/lifebook.c b/drivers/input/mouse/lifebook.c index 5e6308694408..82811558ec33 100644 --- a/drivers/input/mouse/lifebook.c +++ b/drivers/input/mouse/lifebook.c | |||
| @@ -107,8 +107,7 @@ static const struct dmi_system_id lifebook_dmi_table[] = { | |||
| 107 | .matches = { | 107 | .matches = { |
| 108 | DMI_MATCH(DMI_PRODUCT_NAME, "CF-72"), | 108 | DMI_MATCH(DMI_PRODUCT_NAME, "CF-72"), |
| 109 | }, | 109 | }, |
| 110 | .callback = lifebook_set_serio_phys, | 110 | .callback = lifebook_set_6byte_proto, |
| 111 | .driver_data = "isa0060/serio3", | ||
| 112 | }, | 111 | }, |
| 113 | { | 112 | { |
| 114 | .ident = "Lifebook B142", | 113 | .ident = "Lifebook B142", |
diff --git a/drivers/input/mouse/psmouse-base.c b/drivers/input/mouse/psmouse-base.c index 690aed905436..07c53798301a 100644 --- a/drivers/input/mouse/psmouse-base.c +++ b/drivers/input/mouse/psmouse-base.c | |||
| @@ -581,7 +581,7 @@ static int cortron_detect(struct psmouse *psmouse, bool set_properties) | |||
| 581 | static int psmouse_extensions(struct psmouse *psmouse, | 581 | static int psmouse_extensions(struct psmouse *psmouse, |
| 582 | unsigned int max_proto, bool set_properties) | 582 | unsigned int max_proto, bool set_properties) |
| 583 | { | 583 | { |
| 584 | bool synaptics_hardware = true; | 584 | bool synaptics_hardware = false; |
| 585 | 585 | ||
| 586 | /* | 586 | /* |
| 587 | * We always check for lifebook because it does not disturb mouse | 587 | * We always check for lifebook because it does not disturb mouse |
| @@ -1673,7 +1673,7 @@ static int psmouse_get_maxproto(char *buffer, struct kernel_param *kp) | |||
| 1673 | { | 1673 | { |
| 1674 | int type = *((unsigned int *)kp->arg); | 1674 | int type = *((unsigned int *)kp->arg); |
| 1675 | 1675 | ||
| 1676 | return sprintf(buffer, "%s\n", psmouse_protocol_by_type(type)->name); | 1676 | return sprintf(buffer, "%s", psmouse_protocol_by_type(type)->name); |
| 1677 | } | 1677 | } |
| 1678 | 1678 | ||
| 1679 | static int __init psmouse_init(void) | 1679 | static int __init psmouse_init(void) |
diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c index faed794cf75a..a6624ad252c5 100644 --- a/drivers/isdn/hardware/mISDN/hfcmulti.c +++ b/drivers/isdn/hardware/mISDN/hfcmulti.c | |||
| @@ -5481,7 +5481,7 @@ HFCmulti_init(void) | |||
| 5481 | if (err) { | 5481 | if (err) { |
| 5482 | printk(KERN_ERR "error registering embedded driver: " | 5482 | printk(KERN_ERR "error registering embedded driver: " |
| 5483 | "%x\n", err); | 5483 | "%x\n", err); |
| 5484 | return -err; | 5484 | return err; |
| 5485 | } | 5485 | } |
| 5486 | HFC_cnt++; | 5486 | HFC_cnt++; |
| 5487 | printk(KERN_INFO "%d devices registered\n", HFC_cnt); | 5487 | printk(KERN_INFO "%d devices registered\n", HFC_cnt); |
diff --git a/drivers/isdn/i4l/isdn_ppp.c b/drivers/isdn/i4l/isdn_ppp.c index 2d14b64202a3..642d5aaf53ce 100644 --- a/drivers/isdn/i4l/isdn_ppp.c +++ b/drivers/isdn/i4l/isdn_ppp.c | |||
| @@ -1535,10 +1535,8 @@ static int isdn_ppp_mp_bundle_array_init(void) | |||
| 1535 | int sz = ISDN_MAX_CHANNELS*sizeof(ippp_bundle); | 1535 | int sz = ISDN_MAX_CHANNELS*sizeof(ippp_bundle); |
| 1536 | if( (isdn_ppp_bundle_arr = kzalloc(sz, GFP_KERNEL)) == NULL ) | 1536 | if( (isdn_ppp_bundle_arr = kzalloc(sz, GFP_KERNEL)) == NULL ) |
| 1537 | return -ENOMEM; | 1537 | return -ENOMEM; |
| 1538 | for (i = 0; i < ISDN_MAX_CHANNELS; i++) { | 1538 | for( i = 0; i < ISDN_MAX_CHANNELS; i++ ) |
| 1539 | spin_lock_init(&isdn_ppp_bundle_arr[i].lock); | 1539 | spin_lock_init(&isdn_ppp_bundle_arr[i].lock); |
| 1540 | skb_queue_head_init(&isdn_ppp_bundle_arr[i].frags); | ||
| 1541 | } | ||
| 1542 | return 0; | 1540 | return 0; |
| 1543 | } | 1541 | } |
| 1544 | 1542 | ||
| @@ -1571,7 +1569,7 @@ static int isdn_ppp_mp_init( isdn_net_local * lp, ippp_bundle * add_to ) | |||
| 1571 | if ((lp->netdev->pb = isdn_ppp_mp_bundle_alloc()) == NULL) | 1569 | if ((lp->netdev->pb = isdn_ppp_mp_bundle_alloc()) == NULL) |
| 1572 | return -ENOMEM; | 1570 | return -ENOMEM; |
| 1573 | lp->next = lp->last = lp; /* nobody else in a queue */ | 1571 | lp->next = lp->last = lp; /* nobody else in a queue */ |
| 1574 | skb_queue_head_init(&lp->netdev->pb->frags); | 1572 | lp->netdev->pb->frags = NULL; |
| 1575 | lp->netdev->pb->frames = 0; | 1573 | lp->netdev->pb->frames = 0; |
| 1576 | lp->netdev->pb->seq = UINT_MAX; | 1574 | lp->netdev->pb->seq = UINT_MAX; |
| 1577 | } | 1575 | } |
| @@ -1583,29 +1581,28 @@ static int isdn_ppp_mp_init( isdn_net_local * lp, ippp_bundle * add_to ) | |||
| 1583 | 1581 | ||
| 1584 | static u32 isdn_ppp_mp_get_seq( int short_seq, | 1582 | static u32 isdn_ppp_mp_get_seq( int short_seq, |
| 1585 | struct sk_buff * skb, u32 last_seq ); | 1583 | struct sk_buff * skb, u32 last_seq ); |
| 1586 | static void isdn_ppp_mp_discard(ippp_bundle *mp, struct sk_buff *from, | 1584 | static struct sk_buff * isdn_ppp_mp_discard( ippp_bundle * mp, |
| 1587 | struct sk_buff *to); | 1585 | struct sk_buff * from, struct sk_buff * to ); |
| 1588 | static void isdn_ppp_mp_reassembly(isdn_net_dev *net_dev, isdn_net_local *lp, | 1586 | static void isdn_ppp_mp_reassembly( isdn_net_dev * net_dev, isdn_net_local * lp, |
| 1589 | struct sk_buff *from, struct sk_buff *to, | 1587 | struct sk_buff * from, struct sk_buff * to ); |
| 1590 | u32 lastseq); | 1588 | static void isdn_ppp_mp_free_skb( ippp_bundle * mp, struct sk_buff * skb ); |
| 1591 | static void isdn_ppp_mp_free_skb(ippp_bundle *mp, struct sk_buff *skb); | ||
| 1592 | static void isdn_ppp_mp_print_recv_pkt( int slot, struct sk_buff * skb ); | 1589 | static void isdn_ppp_mp_print_recv_pkt( int slot, struct sk_buff * skb ); |
| 1593 | 1590 | ||
| 1594 | static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp, | 1591 | static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp, |
| 1595 | struct sk_buff *skb) | 1592 | struct sk_buff *skb) |
| 1596 | { | 1593 | { |
| 1597 | struct sk_buff *newfrag, *frag, *start, *nextf; | ||
| 1598 | u32 newseq, minseq, thisseq; | ||
| 1599 | isdn_mppp_stats *stats; | ||
| 1600 | struct ippp_struct *is; | 1594 | struct ippp_struct *is; |
| 1595 | isdn_net_local * lpq; | ||
| 1596 | ippp_bundle * mp; | ||
| 1597 | isdn_mppp_stats * stats; | ||
| 1598 | struct sk_buff * newfrag, * frag, * start, *nextf; | ||
| 1599 | u32 newseq, minseq, thisseq; | ||
| 1601 | unsigned long flags; | 1600 | unsigned long flags; |
| 1602 | isdn_net_local *lpq; | ||
| 1603 | ippp_bundle *mp; | ||
| 1604 | int slot; | 1601 | int slot; |
| 1605 | 1602 | ||
| 1606 | spin_lock_irqsave(&net_dev->pb->lock, flags); | 1603 | spin_lock_irqsave(&net_dev->pb->lock, flags); |
| 1607 | mp = net_dev->pb; | 1604 | mp = net_dev->pb; |
| 1608 | stats = &mp->stats; | 1605 | stats = &mp->stats; |
| 1609 | slot = lp->ppp_slot; | 1606 | slot = lp->ppp_slot; |
| 1610 | if (slot < 0 || slot >= ISDN_MAX_CHANNELS) { | 1607 | if (slot < 0 || slot >= ISDN_MAX_CHANNELS) { |
| 1611 | printk(KERN_ERR "%s: lp->ppp_slot(%d)\n", | 1608 | printk(KERN_ERR "%s: lp->ppp_slot(%d)\n", |
| @@ -1616,19 +1613,20 @@ static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp, | |||
| 1616 | return; | 1613 | return; |
| 1617 | } | 1614 | } |
| 1618 | is = ippp_table[slot]; | 1615 | is = ippp_table[slot]; |
| 1619 | if (++mp->frames > stats->max_queue_len) | 1616 | if( ++mp->frames > stats->max_queue_len ) |
| 1620 | stats->max_queue_len = mp->frames; | 1617 | stats->max_queue_len = mp->frames; |
| 1621 | 1618 | ||
| 1622 | if (is->debug & 0x8) | 1619 | if (is->debug & 0x8) |
| 1623 | isdn_ppp_mp_print_recv_pkt(lp->ppp_slot, skb); | 1620 | isdn_ppp_mp_print_recv_pkt(lp->ppp_slot, skb); |
| 1624 | 1621 | ||
| 1625 | newseq = isdn_ppp_mp_get_seq(is->mpppcfg & SC_IN_SHORT_SEQ, | 1622 | newseq = isdn_ppp_mp_get_seq(is->mpppcfg & SC_IN_SHORT_SEQ, |
| 1626 | skb, is->last_link_seqno); | 1623 | skb, is->last_link_seqno); |
| 1624 | |||
| 1627 | 1625 | ||
| 1628 | /* if this packet seq # is less than last already processed one, | 1626 | /* if this packet seq # is less than last already processed one, |
| 1629 | * toss it right away, but check for sequence start case first | 1627 | * toss it right away, but check for sequence start case first |
| 1630 | */ | 1628 | */ |
| 1631 | if (mp->seq > MP_LONGSEQ_MAX && (newseq & MP_LONGSEQ_MAXBIT)) { | 1629 | if( mp->seq > MP_LONGSEQ_MAX && (newseq & MP_LONGSEQ_MAXBIT) ) { |
| 1632 | mp->seq = newseq; /* the first packet: required for | 1630 | mp->seq = newseq; /* the first packet: required for |
| 1633 | * rfc1990 non-compliant clients -- | 1631 | * rfc1990 non-compliant clients -- |
| 1634 | * prevents constant packet toss */ | 1632 | * prevents constant packet toss */ |
| @@ -1638,7 +1636,7 @@ static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp, | |||
| 1638 | spin_unlock_irqrestore(&mp->lock, flags); | 1636 | spin_unlock_irqrestore(&mp->lock, flags); |
| 1639 | return; | 1637 | return; |
| 1640 | } | 1638 | } |
| 1641 | 1639 | ||
| 1642 | /* find the minimum received sequence number over all links */ | 1640 | /* find the minimum received sequence number over all links */ |
| 1643 | is->last_link_seqno = minseq = newseq; | 1641 | is->last_link_seqno = minseq = newseq; |
| 1644 | for (lpq = net_dev->queue;;) { | 1642 | for (lpq = net_dev->queue;;) { |
| @@ -1659,31 +1657,22 @@ static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp, | |||
| 1659 | * packets */ | 1657 | * packets */ |
| 1660 | newfrag = skb; | 1658 | newfrag = skb; |
| 1661 | 1659 | ||
| 1662 | /* Insert new fragment into the proper sequence slot. */ | 1660 | /* if this new fragment is before the first one, then enqueue it now. */ |
| 1663 | skb_queue_walk(&mp->frags, frag) { | 1661 | if ((frag = mp->frags) == NULL || MP_LT(newseq, MP_SEQ(frag))) { |
| 1664 | if (MP_SEQ(frag) == newseq) { | 1662 | newfrag->next = frag; |
| 1665 | isdn_ppp_mp_free_skb(mp, newfrag); | 1663 | mp->frags = frag = newfrag; |
| 1666 | newfrag = NULL; | 1664 | newfrag = NULL; |
| 1667 | break; | 1665 | } |
| 1668 | } | ||
| 1669 | if (MP_LT(newseq, MP_SEQ(frag))) { | ||
| 1670 | __skb_queue_before(&mp->frags, frag, newfrag); | ||
| 1671 | newfrag = NULL; | ||
| 1672 | break; | ||
| 1673 | } | ||
| 1674 | } | ||
| 1675 | if (newfrag) | ||
| 1676 | __skb_queue_tail(&mp->frags, newfrag); | ||
| 1677 | 1666 | ||
| 1678 | frag = skb_peek(&mp->frags); | 1667 | start = MP_FLAGS(frag) & MP_BEGIN_FRAG && |
| 1679 | start = ((MP_FLAGS(frag) & MP_BEGIN_FRAG) && | 1668 | MP_SEQ(frag) == mp->seq ? frag : NULL; |
| 1680 | (MP_SEQ(frag) == mp->seq)) ? frag : NULL; | ||
| 1681 | if (!start) | ||
| 1682 | goto check_overflow; | ||
| 1683 | 1669 | ||
| 1684 | /* main fragment traversing loop | 1670 | /* |
| 1671 | * main fragment traversing loop | ||
| 1685 | * | 1672 | * |
| 1686 | * try to accomplish several tasks: | 1673 | * try to accomplish several tasks: |
| 1674 | * - insert new fragment into the proper sequence slot (once that's done | ||
| 1675 | * newfrag will be set to NULL) | ||
| 1687 | * - reassemble any complete fragment sequence (non-null 'start' | 1676 | * - reassemble any complete fragment sequence (non-null 'start' |
| 1688 | * indicates there is a continguous sequence present) | 1677 | * indicates there is a continguous sequence present) |
| 1689 | * - discard any incomplete sequences that are below minseq -- due | 1678 | * - discard any incomplete sequences that are below minseq -- due |
| @@ -1692,46 +1681,71 @@ static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp, | |||
| 1692 | * come to complete such sequence and it should be discarded | 1681 | * come to complete such sequence and it should be discarded |
| 1693 | * | 1682 | * |
| 1694 | * loop completes when we accomplished the following tasks: | 1683 | * loop completes when we accomplished the following tasks: |
| 1684 | * - new fragment is inserted in the proper sequence ('newfrag' is | ||
| 1685 | * set to NULL) | ||
| 1695 | * - we hit a gap in the sequence, so no reassembly/processing is | 1686 | * - we hit a gap in the sequence, so no reassembly/processing is |
| 1696 | * possible ('start' would be set to NULL) | 1687 | * possible ('start' would be set to NULL) |
| 1697 | * | 1688 | * |
| 1698 | * algorithm for this code is derived from code in the book | 1689 | * algorithm for this code is derived from code in the book |
| 1699 | * 'PPP Design And Debugging' by James Carlson (Addison-Wesley) | 1690 | * 'PPP Design And Debugging' by James Carlson (Addison-Wesley) |
| 1700 | */ | 1691 | */ |
| 1701 | skb_queue_walk_safe(&mp->frags, frag, nextf) { | 1692 | while (start != NULL || newfrag != NULL) { |
| 1702 | thisseq = MP_SEQ(frag); | 1693 | |
| 1703 | 1694 | thisseq = MP_SEQ(frag); | |
| 1704 | /* check for misplaced start */ | 1695 | nextf = frag->next; |
| 1705 | if (start != frag && (MP_FLAGS(frag) & MP_BEGIN_FRAG)) { | 1696 | |
| 1706 | printk(KERN_WARNING"isdn_mppp(seq %d): new " | 1697 | /* drop any duplicate fragments */ |
| 1707 | "BEGIN flag with no prior END", thisseq); | 1698 | if (newfrag != NULL && thisseq == newseq) { |
| 1708 | stats->seqerrs++; | 1699 | isdn_ppp_mp_free_skb(mp, newfrag); |
| 1709 | stats->frame_drops++; | 1700 | newfrag = NULL; |
| 1710 | isdn_ppp_mp_discard(mp, start, frag); | 1701 | } |
| 1711 | start = frag; | 1702 | |
| 1712 | } else if (MP_LE(thisseq, minseq)) { | 1703 | /* insert new fragment before next element if possible. */ |
| 1713 | if (MP_FLAGS(frag) & MP_BEGIN_FRAG) | 1704 | if (newfrag != NULL && (nextf == NULL || |
| 1705 | MP_LT(newseq, MP_SEQ(nextf)))) { | ||
| 1706 | newfrag->next = nextf; | ||
| 1707 | frag->next = nextf = newfrag; | ||
| 1708 | newfrag = NULL; | ||
| 1709 | } | ||
| 1710 | |||
| 1711 | if (start != NULL) { | ||
| 1712 | /* check for misplaced start */ | ||
| 1713 | if (start != frag && (MP_FLAGS(frag) & MP_BEGIN_FRAG)) { | ||
| 1714 | printk(KERN_WARNING"isdn_mppp(seq %d): new " | ||
| 1715 | "BEGIN flag with no prior END", thisseq); | ||
| 1716 | stats->seqerrs++; | ||
| 1717 | stats->frame_drops++; | ||
| 1718 | start = isdn_ppp_mp_discard(mp, start,frag); | ||
| 1719 | nextf = frag->next; | ||
| 1720 | } | ||
| 1721 | } else if (MP_LE(thisseq, minseq)) { | ||
| 1722 | if (MP_FLAGS(frag) & MP_BEGIN_FRAG) | ||
| 1714 | start = frag; | 1723 | start = frag; |
| 1715 | else { | 1724 | else { |
| 1716 | if (MP_FLAGS(frag) & MP_END_FRAG) | 1725 | if (MP_FLAGS(frag) & MP_END_FRAG) |
| 1717 | stats->frame_drops++; | 1726 | stats->frame_drops++; |
| 1718 | __skb_unlink(skb, &mp->frags); | 1727 | if( mp->frags == frag ) |
| 1728 | mp->frags = nextf; | ||
| 1719 | isdn_ppp_mp_free_skb(mp, frag); | 1729 | isdn_ppp_mp_free_skb(mp, frag); |
| 1730 | frag = nextf; | ||
| 1720 | continue; | 1731 | continue; |
| 1721 | } | 1732 | } |
| 1722 | } | 1733 | } |
| 1723 | 1734 | ||
| 1724 | /* if we have end fragment, then we have full reassembly | 1735 | /* if start is non-null and we have end fragment, then |
| 1725 | * sequence -- reassemble and process packet now | 1736 | * we have full reassembly sequence -- reassemble |
| 1737 | * and process packet now | ||
| 1726 | */ | 1738 | */ |
| 1727 | if (MP_FLAGS(frag) & MP_END_FRAG) { | 1739 | if (start != NULL && (MP_FLAGS(frag) & MP_END_FRAG)) { |
| 1728 | minseq = mp->seq = (thisseq+1) & MP_LONGSEQ_MASK; | 1740 | minseq = mp->seq = (thisseq+1) & MP_LONGSEQ_MASK; |
| 1729 | /* Reassemble the packet then dispatch it */ | 1741 | /* Reassemble the packet then dispatch it */ |
| 1730 | isdn_ppp_mp_reassembly(net_dev, lp, start, frag, thisseq); | 1742 | isdn_ppp_mp_reassembly(net_dev, lp, start, nextf); |
| 1743 | |||
| 1744 | start = NULL; | ||
| 1745 | frag = NULL; | ||
| 1731 | 1746 | ||
| 1732 | start = NULL; | 1747 | mp->frags = nextf; |
| 1733 | frag = NULL; | 1748 | } |
| 1734 | } | ||
| 1735 | 1749 | ||
| 1736 | /* check if need to update start pointer: if we just | 1750 | /* check if need to update start pointer: if we just |
| 1737 | * reassembled the packet and sequence is contiguous | 1751 | * reassembled the packet and sequence is contiguous |
| @@ -1742,25 +1756,26 @@ static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp, | |||
| 1742 | * below low watermark and set start to the next frag or | 1756 | * below low watermark and set start to the next frag or |
| 1743 | * clear start ptr. | 1757 | * clear start ptr. |
| 1744 | */ | 1758 | */ |
| 1745 | if (nextf != (struct sk_buff *)&mp->frags && | 1759 | if (nextf != NULL && |
| 1746 | ((thisseq+1) & MP_LONGSEQ_MASK) == MP_SEQ(nextf)) { | 1760 | ((thisseq+1) & MP_LONGSEQ_MASK) == MP_SEQ(nextf)) { |
| 1747 | /* if we just reassembled and the next one is here, | 1761 | /* if we just reassembled and the next one is here, |
| 1748 | * then start another reassembly. | 1762 | * then start another reassembly. */ |
| 1749 | */ | 1763 | |
| 1750 | if (frag == NULL) { | 1764 | if (frag == NULL) { |
| 1751 | if (MP_FLAGS(nextf) & MP_BEGIN_FRAG) | 1765 | if (MP_FLAGS(nextf) & MP_BEGIN_FRAG) |
| 1752 | start = nextf; | 1766 | start = nextf; |
| 1753 | else { | 1767 | else |
| 1754 | printk(KERN_WARNING"isdn_mppp(seq %d):" | 1768 | { |
| 1755 | " END flag with no following " | 1769 | printk(KERN_WARNING"isdn_mppp(seq %d):" |
| 1756 | "BEGIN", thisseq); | 1770 | " END flag with no following " |
| 1771 | "BEGIN", thisseq); | ||
| 1757 | stats->seqerrs++; | 1772 | stats->seqerrs++; |
| 1758 | } | 1773 | } |
| 1759 | } | 1774 | } |
| 1760 | } else { | 1775 | |
| 1761 | if (nextf != (struct sk_buff *)&mp->frags && | 1776 | } else { |
| 1762 | frag != NULL && | 1777 | if ( nextf != NULL && frag != NULL && |
| 1763 | MP_LT(thisseq, minseq)) { | 1778 | MP_LT(thisseq, minseq)) { |
| 1764 | /* we've got a break in the sequence | 1779 | /* we've got a break in the sequence |
| 1765 | * and we not at the end yet | 1780 | * and we not at the end yet |
| 1766 | * and we did not just reassembled | 1781 | * and we did not just reassembled |
| @@ -1769,39 +1784,41 @@ static void isdn_ppp_mp_receive(isdn_net_dev * net_dev, isdn_net_local * lp, | |||
| 1769 | * discard all the frames below low watermark | 1784 | * discard all the frames below low watermark |
| 1770 | * and start over */ | 1785 | * and start over */ |
| 1771 | stats->frame_drops++; | 1786 | stats->frame_drops++; |
| 1772 | isdn_ppp_mp_discard(mp, start, nextf); | 1787 | mp->frags = isdn_ppp_mp_discard(mp,start,nextf); |
| 1773 | } | 1788 | } |
| 1774 | /* break in the sequence, no reassembly */ | 1789 | /* break in the sequence, no reassembly */ |
| 1775 | start = NULL; | 1790 | start = NULL; |
| 1776 | } | 1791 | } |
| 1777 | if (!start) | 1792 | |
| 1778 | break; | 1793 | frag = nextf; |
| 1779 | } | 1794 | } /* while -- main loop */ |
| 1780 | 1795 | ||
| 1781 | check_overflow: | 1796 | if (mp->frags == NULL) |
| 1797 | mp->frags = frag; | ||
| 1798 | |||
| 1782 | /* rather straighforward way to deal with (not very) possible | 1799 | /* rather straighforward way to deal with (not very) possible |
| 1783 | * queue overflow | 1800 | * queue overflow */ |
| 1784 | */ | ||
| 1785 | if (mp->frames > MP_MAX_QUEUE_LEN) { | 1801 | if (mp->frames > MP_MAX_QUEUE_LEN) { |
| 1786 | stats->overflows++; | 1802 | stats->overflows++; |
| 1787 | skb_queue_walk_safe(&mp->frags, frag, nextf) { | 1803 | while (mp->frames > MP_MAX_QUEUE_LEN) { |
| 1788 | if (mp->frames <= MP_MAX_QUEUE_LEN) | 1804 | frag = mp->frags->next; |
| 1789 | break; | 1805 | isdn_ppp_mp_free_skb(mp, mp->frags); |
| 1790 | __skb_unlink(frag, &mp->frags); | 1806 | mp->frags = frag; |
| 1791 | isdn_ppp_mp_free_skb(mp, frag); | ||
| 1792 | } | 1807 | } |
| 1793 | } | 1808 | } |
| 1794 | spin_unlock_irqrestore(&mp->lock, flags); | 1809 | spin_unlock_irqrestore(&mp->lock, flags); |
| 1795 | } | 1810 | } |
| 1796 | 1811 | ||
| 1797 | static void isdn_ppp_mp_cleanup(isdn_net_local *lp) | 1812 | static void isdn_ppp_mp_cleanup( isdn_net_local * lp ) |
| 1798 | { | 1813 | { |
| 1799 | struct sk_buff *skb, *tmp; | 1814 | struct sk_buff * frag = lp->netdev->pb->frags; |
| 1800 | 1815 | struct sk_buff * nextfrag; | |
| 1801 | skb_queue_walk_safe(&lp->netdev->pb->frags, skb, tmp) { | 1816 | while( frag ) { |
| 1802 | __skb_unlink(skb, &lp->netdev->pb->frags); | 1817 | nextfrag = frag->next; |
| 1803 | isdn_ppp_mp_free_skb(lp->netdev->pb, skb); | 1818 | isdn_ppp_mp_free_skb(lp->netdev->pb, frag); |
| 1804 | } | 1819 | frag = nextfrag; |
| 1820 | } | ||
| 1821 | lp->netdev->pb->frags = NULL; | ||
| 1805 | } | 1822 | } |
| 1806 | 1823 | ||
| 1807 | static u32 isdn_ppp_mp_get_seq( int short_seq, | 1824 | static u32 isdn_ppp_mp_get_seq( int short_seq, |
| @@ -1838,115 +1855,72 @@ static u32 isdn_ppp_mp_get_seq( int short_seq, | |||
| 1838 | return seq; | 1855 | return seq; |
| 1839 | } | 1856 | } |
| 1840 | 1857 | ||
| 1841 | static void isdn_ppp_mp_discard(ippp_bundle *mp, struct sk_buff *from, | 1858 | struct sk_buff * isdn_ppp_mp_discard( ippp_bundle * mp, |
| 1842 | struct sk_buff *to) | 1859 | struct sk_buff * from, struct sk_buff * to ) |
| 1843 | { | 1860 | { |
| 1844 | if (from) { | 1861 | if( from ) |
| 1845 | struct sk_buff *skb, *tmp; | 1862 | while (from != to) { |
| 1846 | int freeing = 0; | 1863 | struct sk_buff * next = from->next; |
| 1847 | 1864 | isdn_ppp_mp_free_skb(mp, from); | |
| 1848 | skb_queue_walk_safe(&mp->frags, skb, tmp) { | 1865 | from = next; |
| 1849 | if (skb == to) | ||
| 1850 | break; | ||
| 1851 | if (skb == from) | ||
| 1852 | freeing = 1; | ||
| 1853 | if (!freeing) | ||
| 1854 | continue; | ||
| 1855 | __skb_unlink(skb, &mp->frags); | ||
| 1856 | isdn_ppp_mp_free_skb(mp, skb); | ||
| 1857 | } | 1866 | } |
| 1858 | } | 1867 | return from; |
| 1859 | } | ||
| 1860 | |||
| 1861 | static unsigned int calc_tot_len(struct sk_buff_head *queue, | ||
| 1862 | struct sk_buff *from, struct sk_buff *to) | ||
| 1863 | { | ||
| 1864 | unsigned int tot_len = 0; | ||
| 1865 | struct sk_buff *skb; | ||
| 1866 | int found_start = 0; | ||
| 1867 | |||
| 1868 | skb_queue_walk(queue, skb) { | ||
| 1869 | if (skb == from) | ||
| 1870 | found_start = 1; | ||
| 1871 | if (!found_start) | ||
| 1872 | continue; | ||
| 1873 | tot_len += skb->len - MP_HEADER_LEN; | ||
| 1874 | if (skb == to) | ||
| 1875 | break; | ||
| 1876 | } | ||
| 1877 | return tot_len; | ||
| 1878 | } | 1868 | } |
| 1879 | 1869 | ||
| 1880 | /* Reassemble packet using fragments in the reassembly queue from | 1870 | void isdn_ppp_mp_reassembly( isdn_net_dev * net_dev, isdn_net_local * lp, |
| 1881 | * 'from' until 'to', inclusive. | 1871 | struct sk_buff * from, struct sk_buff * to ) |
| 1882 | */ | ||
| 1883 | static void isdn_ppp_mp_reassembly(isdn_net_dev *net_dev, isdn_net_local *lp, | ||
| 1884 | struct sk_buff *from, struct sk_buff *to, | ||
| 1885 | u32 lastseq) | ||
| 1886 | { | 1872 | { |
| 1887 | ippp_bundle *mp = net_dev->pb; | 1873 | ippp_bundle * mp = net_dev->pb; |
| 1888 | unsigned int tot_len; | ||
| 1889 | struct sk_buff *skb; | ||
| 1890 | int proto; | 1874 | int proto; |
| 1875 | struct sk_buff * skb; | ||
| 1876 | unsigned int tot_len; | ||
| 1891 | 1877 | ||
| 1892 | if (lp->ppp_slot < 0 || lp->ppp_slot >= ISDN_MAX_CHANNELS) { | 1878 | if (lp->ppp_slot < 0 || lp->ppp_slot >= ISDN_MAX_CHANNELS) { |
| 1893 | printk(KERN_ERR "%s: lp->ppp_slot(%d) out of range\n", | 1879 | printk(KERN_ERR "%s: lp->ppp_slot(%d) out of range\n", |
| 1894 | __func__, lp->ppp_slot); | 1880 | __func__, lp->ppp_slot); |
| 1895 | return; | 1881 | return; |
| 1896 | } | 1882 | } |
| 1897 | 1883 | if( MP_FLAGS(from) == (MP_BEGIN_FRAG | MP_END_FRAG) ) { | |
| 1898 | tot_len = calc_tot_len(&mp->frags, from, to); | 1884 | if( ippp_table[lp->ppp_slot]->debug & 0x40 ) |
| 1899 | |||
| 1900 | if (MP_FLAGS(from) == (MP_BEGIN_FRAG | MP_END_FRAG)) { | ||
| 1901 | if (ippp_table[lp->ppp_slot]->debug & 0x40) | ||
| 1902 | printk(KERN_DEBUG "isdn_mppp: reassembly: frame %d, " | 1885 | printk(KERN_DEBUG "isdn_mppp: reassembly: frame %d, " |
| 1903 | "len %d\n", MP_SEQ(from), from->len); | 1886 | "len %d\n", MP_SEQ(from), from->len ); |
| 1904 | skb = from; | 1887 | skb = from; |
| 1905 | skb_pull(skb, MP_HEADER_LEN); | 1888 | skb_pull(skb, MP_HEADER_LEN); |
| 1906 | __skb_unlink(skb, &mp->frags); | ||
| 1907 | mp->frames--; | 1889 | mp->frames--; |
| 1908 | } else { | 1890 | } else { |
| 1909 | struct sk_buff *walk, *tmp; | 1891 | struct sk_buff * frag; |
| 1910 | int found_start = 0; | 1892 | int n; |
| 1911 | 1893 | ||
| 1912 | if (ippp_table[lp->ppp_slot]->debug & 0x40) | 1894 | for(tot_len=n=0, frag=from; frag != to; frag=frag->next, n++) |
| 1913 | printk(KERN_DEBUG"isdn_mppp: reassembling frames %d " | 1895 | tot_len += frag->len - MP_HEADER_LEN; |
| 1914 | "to %d, len %d\n", MP_SEQ(from), lastseq, | ||
| 1915 | tot_len); | ||
| 1916 | 1896 | ||
| 1917 | skb = dev_alloc_skb(tot_len); | 1897 | if( ippp_table[lp->ppp_slot]->debug & 0x40 ) |
| 1918 | if (!skb) | 1898 | printk(KERN_DEBUG"isdn_mppp: reassembling frames %d " |
| 1899 | "to %d, len %d\n", MP_SEQ(from), | ||
| 1900 | (MP_SEQ(from)+n-1) & MP_LONGSEQ_MASK, tot_len ); | ||
| 1901 | if( (skb = dev_alloc_skb(tot_len)) == NULL ) { | ||
| 1919 | printk(KERN_ERR "isdn_mppp: cannot allocate sk buff " | 1902 | printk(KERN_ERR "isdn_mppp: cannot allocate sk buff " |
| 1920 | "of size %d\n", tot_len); | 1903 | "of size %d\n", tot_len); |
| 1921 | 1904 | isdn_ppp_mp_discard(mp, from, to); | |
| 1922 | found_start = 0; | 1905 | return; |
| 1923 | skb_queue_walk_safe(&mp->frags, walk, tmp) { | 1906 | } |
| 1924 | if (walk == from) | ||
| 1925 | found_start = 1; | ||
| 1926 | if (!found_start) | ||
| 1927 | continue; | ||
| 1928 | 1907 | ||
| 1929 | if (skb) { | 1908 | while( from != to ) { |
| 1930 | unsigned int len = walk->len - MP_HEADER_LEN; | 1909 | unsigned int len = from->len - MP_HEADER_LEN; |
| 1931 | skb_copy_from_linear_data_offset(walk, MP_HEADER_LEN, | ||
| 1932 | skb_put(skb, len), | ||
| 1933 | len); | ||
| 1934 | } | ||
| 1935 | __skb_unlink(walk, &mp->frags); | ||
| 1936 | isdn_ppp_mp_free_skb(mp, walk); | ||
| 1937 | 1910 | ||
| 1938 | if (walk == to) | 1911 | skb_copy_from_linear_data_offset(from, MP_HEADER_LEN, |
| 1939 | break; | 1912 | skb_put(skb,len), |
| 1913 | len); | ||
| 1914 | frag = from->next; | ||
| 1915 | isdn_ppp_mp_free_skb(mp, from); | ||
| 1916 | from = frag; | ||
| 1940 | } | 1917 | } |
| 1941 | } | 1918 | } |
| 1942 | if (!skb) | ||
| 1943 | return; | ||
| 1944 | |||
| 1945 | proto = isdn_ppp_strip_proto(skb); | 1919 | proto = isdn_ppp_strip_proto(skb); |
| 1946 | isdn_ppp_push_higher(net_dev, lp, skb, proto); | 1920 | isdn_ppp_push_higher(net_dev, lp, skb, proto); |
| 1947 | } | 1921 | } |
| 1948 | 1922 | ||
| 1949 | static void isdn_ppp_mp_free_skb(ippp_bundle *mp, struct sk_buff *skb) | 1923 | static void isdn_ppp_mp_free_skb(ippp_bundle * mp, struct sk_buff * skb) |
| 1950 | { | 1924 | { |
| 1951 | dev_kfree_skb(skb); | 1925 | dev_kfree_skb(skb); |
| 1952 | mp->frames--; | 1926 | mp->frames--; |
diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c index 7467980b8cf9..e5225d28f392 100644 --- a/drivers/leds/leds-gpio.c +++ b/drivers/leds/leds-gpio.c | |||
| @@ -78,6 +78,8 @@ static int __devinit create_gpio_led(const struct gpio_led *template, | |||
| 78 | { | 78 | { |
| 79 | int ret, state; | 79 | int ret, state; |
| 80 | 80 | ||
| 81 | led_dat->gpio = -1; | ||
| 82 | |||
| 81 | /* skip leds that aren't available */ | 83 | /* skip leds that aren't available */ |
| 82 | if (!gpio_is_valid(template->gpio)) { | 84 | if (!gpio_is_valid(template->gpio)) { |
| 83 | printk(KERN_INFO "Skipping unavailable LED gpio %d (%s)\n", | 85 | printk(KERN_INFO "Skipping unavailable LED gpio %d (%s)\n", |
diff --git a/drivers/md/md.c b/drivers/md/md.c index e64c971038d1..b182f86a19dd 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
| @@ -944,6 +944,14 @@ static int super_90_validate(mddev_t *mddev, mdk_rdev_t *rdev) | |||
| 944 | desc->raid_disk < mddev->raid_disks */) { | 944 | desc->raid_disk < mddev->raid_disks */) { |
| 945 | set_bit(In_sync, &rdev->flags); | 945 | set_bit(In_sync, &rdev->flags); |
| 946 | rdev->raid_disk = desc->raid_disk; | 946 | rdev->raid_disk = desc->raid_disk; |
| 947 | } else if (desc->state & (1<<MD_DISK_ACTIVE)) { | ||
| 948 | /* active but not in sync implies recovery up to | ||
| 949 | * reshape position. We don't know exactly where | ||
| 950 | * that is, so set to zero for now */ | ||
| 951 | if (mddev->minor_version >= 91) { | ||
| 952 | rdev->recovery_offset = 0; | ||
| 953 | rdev->raid_disk = desc->raid_disk; | ||
| 954 | } | ||
| 947 | } | 955 | } |
| 948 | if (desc->state & (1<<MD_DISK_WRITEMOSTLY)) | 956 | if (desc->state & (1<<MD_DISK_WRITEMOSTLY)) |
| 949 | set_bit(WriteMostly, &rdev->flags); | 957 | set_bit(WriteMostly, &rdev->flags); |
| @@ -1032,8 +1040,19 @@ static void super_90_sync(mddev_t *mddev, mdk_rdev_t *rdev) | |||
| 1032 | list_for_each_entry(rdev2, &mddev->disks, same_set) { | 1040 | list_for_each_entry(rdev2, &mddev->disks, same_set) { |
| 1033 | mdp_disk_t *d; | 1041 | mdp_disk_t *d; |
| 1034 | int desc_nr; | 1042 | int desc_nr; |
| 1035 | if (rdev2->raid_disk >= 0 && test_bit(In_sync, &rdev2->flags) | 1043 | int is_active = test_bit(In_sync, &rdev2->flags); |
| 1036 | && !test_bit(Faulty, &rdev2->flags)) | 1044 | |
| 1045 | if (rdev2->raid_disk >= 0 && | ||
| 1046 | sb->minor_version >= 91) | ||
| 1047 | /* we have nowhere to store the recovery_offset, | ||
| 1048 | * but if it is not below the reshape_position, | ||
| 1049 | * we can piggy-back on that. | ||
| 1050 | */ | ||
| 1051 | is_active = 1; | ||
| 1052 | if (rdev2->raid_disk < 0 || | ||
| 1053 | test_bit(Faulty, &rdev2->flags)) | ||
| 1054 | is_active = 0; | ||
| 1055 | if (is_active) | ||
| 1037 | desc_nr = rdev2->raid_disk; | 1056 | desc_nr = rdev2->raid_disk; |
| 1038 | else | 1057 | else |
| 1039 | desc_nr = next_spare++; | 1058 | desc_nr = next_spare++; |
| @@ -1043,16 +1062,16 @@ static void super_90_sync(mddev_t *mddev, mdk_rdev_t *rdev) | |||
| 1043 | d->number = rdev2->desc_nr; | 1062 | d->number = rdev2->desc_nr; |
| 1044 | d->major = MAJOR(rdev2->bdev->bd_dev); | 1063 | d->major = MAJOR(rdev2->bdev->bd_dev); |
| 1045 | d->minor = MINOR(rdev2->bdev->bd_dev); | 1064 | d->minor = MINOR(rdev2->bdev->bd_dev); |
| 1046 | if (rdev2->raid_disk >= 0 && test_bit(In_sync, &rdev2->flags) | 1065 | if (is_active) |
| 1047 | && !test_bit(Faulty, &rdev2->flags)) | ||
| 1048 | d->raid_disk = rdev2->raid_disk; | 1066 | d->raid_disk = rdev2->raid_disk; |
| 1049 | else | 1067 | else |
| 1050 | d->raid_disk = rdev2->desc_nr; /* compatibility */ | 1068 | d->raid_disk = rdev2->desc_nr; /* compatibility */ |
| 1051 | if (test_bit(Faulty, &rdev2->flags)) | 1069 | if (test_bit(Faulty, &rdev2->flags)) |
| 1052 | d->state = (1<<MD_DISK_FAULTY); | 1070 | d->state = (1<<MD_DISK_FAULTY); |
| 1053 | else if (test_bit(In_sync, &rdev2->flags)) { | 1071 | else if (is_active) { |
| 1054 | d->state = (1<<MD_DISK_ACTIVE); | 1072 | d->state = (1<<MD_DISK_ACTIVE); |
| 1055 | d->state |= (1<<MD_DISK_SYNC); | 1073 | if (test_bit(In_sync, &rdev2->flags)) |
| 1074 | d->state |= (1<<MD_DISK_SYNC); | ||
| 1056 | active++; | 1075 | active++; |
| 1057 | working++; | 1076 | working++; |
| 1058 | } else { | 1077 | } else { |
| @@ -1382,8 +1401,6 @@ static void super_1_sync(mddev_t *mddev, mdk_rdev_t *rdev) | |||
| 1382 | 1401 | ||
| 1383 | if (rdev->raid_disk >= 0 && | 1402 | if (rdev->raid_disk >= 0 && |
| 1384 | !test_bit(In_sync, &rdev->flags)) { | 1403 | !test_bit(In_sync, &rdev->flags)) { |
| 1385 | if (mddev->curr_resync_completed > rdev->recovery_offset) | ||
| 1386 | rdev->recovery_offset = mddev->curr_resync_completed; | ||
| 1387 | if (rdev->recovery_offset > 0) { | 1404 | if (rdev->recovery_offset > 0) { |
| 1388 | sb->feature_map |= | 1405 | sb->feature_map |= |
| 1389 | cpu_to_le32(MD_FEATURE_RECOVERY_OFFSET); | 1406 | cpu_to_le32(MD_FEATURE_RECOVERY_OFFSET); |
| @@ -1917,6 +1934,14 @@ static void sync_sbs(mddev_t * mddev, int nospares) | |||
| 1917 | */ | 1934 | */ |
| 1918 | mdk_rdev_t *rdev; | 1935 | mdk_rdev_t *rdev; |
| 1919 | 1936 | ||
| 1937 | /* First make sure individual recovery_offsets are correct */ | ||
| 1938 | list_for_each_entry(rdev, &mddev->disks, same_set) { | ||
| 1939 | if (rdev->raid_disk >= 0 && | ||
| 1940 | !test_bit(In_sync, &rdev->flags) && | ||
| 1941 | mddev->curr_resync_completed > rdev->recovery_offset) | ||
| 1942 | rdev->recovery_offset = mddev->curr_resync_completed; | ||
| 1943 | |||
| 1944 | } | ||
| 1920 | list_for_each_entry(rdev, &mddev->disks, same_set) { | 1945 | list_for_each_entry(rdev, &mddev->disks, same_set) { |
| 1921 | if (rdev->sb_events == mddev->events || | 1946 | if (rdev->sb_events == mddev->events || |
| 1922 | (nospares && | 1947 | (nospares && |
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index dcce204b6c73..d29215d966da 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
| @@ -4823,11 +4823,40 @@ static raid5_conf_t *setup_conf(mddev_t *mddev) | |||
| 4823 | return ERR_PTR(-ENOMEM); | 4823 | return ERR_PTR(-ENOMEM); |
| 4824 | } | 4824 | } |
| 4825 | 4825 | ||
| 4826 | |||
| 4827 | static int only_parity(int raid_disk, int algo, int raid_disks, int max_degraded) | ||
| 4828 | { | ||
| 4829 | switch (algo) { | ||
| 4830 | case ALGORITHM_PARITY_0: | ||
| 4831 | if (raid_disk < max_degraded) | ||
| 4832 | return 1; | ||
| 4833 | break; | ||
| 4834 | case ALGORITHM_PARITY_N: | ||
| 4835 | if (raid_disk >= raid_disks - max_degraded) | ||
| 4836 | return 1; | ||
| 4837 | break; | ||
| 4838 | case ALGORITHM_PARITY_0_6: | ||
| 4839 | if (raid_disk == 0 || | ||
| 4840 | raid_disk == raid_disks - 1) | ||
| 4841 | return 1; | ||
| 4842 | break; | ||
| 4843 | case ALGORITHM_LEFT_ASYMMETRIC_6: | ||
| 4844 | case ALGORITHM_RIGHT_ASYMMETRIC_6: | ||
| 4845 | case ALGORITHM_LEFT_SYMMETRIC_6: | ||
| 4846 | case ALGORITHM_RIGHT_SYMMETRIC_6: | ||
| 4847 | if (raid_disk == raid_disks - 1) | ||
| 4848 | return 1; | ||
| 4849 | } | ||
| 4850 | return 0; | ||
| 4851 | } | ||
| 4852 | |||
| 4826 | static int run(mddev_t *mddev) | 4853 | static int run(mddev_t *mddev) |
| 4827 | { | 4854 | { |
| 4828 | raid5_conf_t *conf; | 4855 | raid5_conf_t *conf; |
| 4829 | int working_disks = 0, chunk_size; | 4856 | int working_disks = 0, chunk_size; |
| 4857 | int dirty_parity_disks = 0; | ||
| 4830 | mdk_rdev_t *rdev; | 4858 | mdk_rdev_t *rdev; |
| 4859 | sector_t reshape_offset = 0; | ||
| 4831 | 4860 | ||
| 4832 | if (mddev->recovery_cp != MaxSector) | 4861 | if (mddev->recovery_cp != MaxSector) |
| 4833 | printk(KERN_NOTICE "raid5: %s is not clean" | 4862 | printk(KERN_NOTICE "raid5: %s is not clean" |
| @@ -4861,6 +4890,7 @@ static int run(mddev_t *mddev) | |||
| 4861 | "on a stripe boundary\n"); | 4890 | "on a stripe boundary\n"); |
| 4862 | return -EINVAL; | 4891 | return -EINVAL; |
| 4863 | } | 4892 | } |
| 4893 | reshape_offset = here_new * mddev->new_chunk_sectors; | ||
| 4864 | /* here_new is the stripe we will write to */ | 4894 | /* here_new is the stripe we will write to */ |
| 4865 | here_old = mddev->reshape_position; | 4895 | here_old = mddev->reshape_position; |
| 4866 | sector_div(here_old, mddev->chunk_sectors * | 4896 | sector_div(here_old, mddev->chunk_sectors * |
| @@ -4916,10 +4946,51 @@ static int run(mddev_t *mddev) | |||
| 4916 | /* | 4946 | /* |
| 4917 | * 0 for a fully functional array, 1 or 2 for a degraded array. | 4947 | * 0 for a fully functional array, 1 or 2 for a degraded array. |
| 4918 | */ | 4948 | */ |
| 4919 | list_for_each_entry(rdev, &mddev->disks, same_set) | 4949 | list_for_each_entry(rdev, &mddev->disks, same_set) { |
| 4920 | if (rdev->raid_disk >= 0 && | 4950 | if (rdev->raid_disk < 0) |
| 4921 | test_bit(In_sync, &rdev->flags)) | 4951 | continue; |
| 4952 | if (test_bit(In_sync, &rdev->flags)) | ||
| 4922 | working_disks++; | 4953 | working_disks++; |
| 4954 | /* This disc is not fully in-sync. However if it | ||
| 4955 | * just stored parity (beyond the recovery_offset), | ||
| 4956 | * when we don't need to be concerned about the | ||
| 4957 | * array being dirty. | ||
| 4958 | * When reshape goes 'backwards', we never have | ||
| 4959 | * partially completed devices, so we only need | ||
| 4960 | * to worry about reshape going forwards. | ||
| 4961 | */ | ||
| 4962 | /* Hack because v0.91 doesn't store recovery_offset properly. */ | ||
| 4963 | if (mddev->major_version == 0 && | ||
| 4964 | mddev->minor_version > 90) | ||
| 4965 | rdev->recovery_offset = reshape_offset; | ||
| 4966 | |||
| 4967 | printk("%d: w=%d pa=%d pr=%d m=%d a=%d r=%d op1=%d op2=%d\n", | ||
| 4968 | rdev->raid_disk, working_disks, conf->prev_algo, | ||
| 4969 | conf->previous_raid_disks, conf->max_degraded, | ||
| 4970 | conf->algorithm, conf->raid_disks, | ||
| 4971 | only_parity(rdev->raid_disk, | ||
| 4972 | conf->prev_algo, | ||
| 4973 | conf->previous_raid_disks, | ||
| 4974 | conf->max_degraded), | ||
| 4975 | only_parity(rdev->raid_disk, | ||
| 4976 | conf->algorithm, | ||
| 4977 | conf->raid_disks, | ||
| 4978 | conf->max_degraded)); | ||
| 4979 | if (rdev->recovery_offset < reshape_offset) { | ||
| 4980 | /* We need to check old and new layout */ | ||
| 4981 | if (!only_parity(rdev->raid_disk, | ||
| 4982 | conf->algorithm, | ||
| 4983 | conf->raid_disks, | ||
| 4984 | conf->max_degraded)) | ||
| 4985 | continue; | ||
| 4986 | } | ||
| 4987 | if (!only_parity(rdev->raid_disk, | ||
| 4988 | conf->prev_algo, | ||
| 4989 | conf->previous_raid_disks, | ||
| 4990 | conf->max_degraded)) | ||
| 4991 | continue; | ||
| 4992 | dirty_parity_disks++; | ||
| 4993 | } | ||
| 4923 | 4994 | ||
| 4924 | mddev->degraded = (max(conf->raid_disks, conf->previous_raid_disks) | 4995 | mddev->degraded = (max(conf->raid_disks, conf->previous_raid_disks) |
| 4925 | - working_disks); | 4996 | - working_disks); |
| @@ -4935,7 +5006,7 @@ static int run(mddev_t *mddev) | |||
| 4935 | mddev->dev_sectors &= ~(mddev->chunk_sectors - 1); | 5006 | mddev->dev_sectors &= ~(mddev->chunk_sectors - 1); |
| 4936 | mddev->resync_max_sectors = mddev->dev_sectors; | 5007 | mddev->resync_max_sectors = mddev->dev_sectors; |
| 4937 | 5008 | ||
| 4938 | if (mddev->degraded > 0 && | 5009 | if (mddev->degraded > dirty_parity_disks && |
| 4939 | mddev->recovery_cp != MaxSector) { | 5010 | mddev->recovery_cp != MaxSector) { |
| 4940 | if (mddev->ok_start_degraded) | 5011 | if (mddev->ok_start_degraded) |
| 4941 | printk(KERN_WARNING | 5012 | printk(KERN_WARNING |
| @@ -5361,9 +5432,11 @@ static int raid5_start_reshape(mddev_t *mddev) | |||
| 5361 | !test_bit(Faulty, &rdev->flags)) { | 5432 | !test_bit(Faulty, &rdev->flags)) { |
| 5362 | if (raid5_add_disk(mddev, rdev) == 0) { | 5433 | if (raid5_add_disk(mddev, rdev) == 0) { |
| 5363 | char nm[20]; | 5434 | char nm[20]; |
| 5364 | set_bit(In_sync, &rdev->flags); | 5435 | if (rdev->raid_disk >= conf->previous_raid_disks) |
| 5436 | set_bit(In_sync, &rdev->flags); | ||
| 5437 | else | ||
| 5438 | rdev->recovery_offset = 0; | ||
| 5365 | added_devices++; | 5439 | added_devices++; |
| 5366 | rdev->recovery_offset = 0; | ||
| 5367 | sprintf(nm, "rd%d", rdev->raid_disk); | 5440 | sprintf(nm, "rd%d", rdev->raid_disk); |
| 5368 | if (sysfs_create_link(&mddev->kobj, | 5441 | if (sysfs_create_link(&mddev->kobj, |
| 5369 | &rdev->kobj, nm)) | 5442 | &rdev->kobj, nm)) |
diff --git a/drivers/mtd/maps/sa1100-flash.c b/drivers/mtd/maps/sa1100-flash.c index fdb97f3d30e9..d7a47574d21e 100644 --- a/drivers/mtd/maps/sa1100-flash.c +++ b/drivers/mtd/maps/sa1100-flash.c | |||
| @@ -209,8 +209,8 @@ static int sa1100_probe_subdev(struct sa_subdev_info *subdev, struct resource *r | |||
| 209 | } | 209 | } |
| 210 | subdev->mtd->owner = THIS_MODULE; | 210 | subdev->mtd->owner = THIS_MODULE; |
| 211 | 211 | ||
| 212 | printk(KERN_INFO "SA1100 flash: CFI device at 0x%08lx, %dMiB, " | 212 | printk(KERN_INFO "SA1100 flash: CFI device at 0x%08lx, %uMiB, %d-bit\n", |
| 213 | "%d-bit\n", phys, subdev->mtd->size >> 20, | 213 | phys, (unsigned)(subdev->mtd->size >> 20), |
| 214 | subdev->map.bankwidth * 8); | 214 | subdev->map.bankwidth * 8); |
| 215 | 215 | ||
| 216 | return 0; | 216 | return 0; |
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index df32c109b7ac..772f6d2489ce 100644 --- a/drivers/net/can/Kconfig +++ b/drivers/net/can/Kconfig | |||
| @@ -35,66 +35,16 @@ config CAN_CALC_BITTIMING | |||
| 35 | arguments "tq", "prop_seg", "phase_seg1", "phase_seg2" and "sjw". | 35 | arguments "tq", "prop_seg", "phase_seg1", "phase_seg2" and "sjw". |
| 36 | If unsure, say Y. | 36 | If unsure, say Y. |
| 37 | 37 | ||
| 38 | config CAN_SJA1000 | ||
| 39 | depends on CAN_DEV && HAS_IOMEM | ||
| 40 | tristate "Philips SJA1000" | ||
| 41 | ---help--- | ||
| 42 | Driver for the SJA1000 CAN controllers from Philips or NXP | ||
| 43 | |||
| 44 | config CAN_SJA1000_ISA | ||
| 45 | depends on CAN_SJA1000 && ISA | ||
| 46 | tristate "ISA Bus based legacy SJA1000 driver" | ||
| 47 | ---help--- | ||
| 48 | This driver adds legacy support for SJA1000 chips connected to | ||
| 49 | the ISA bus using I/O port, memory mapped or indirect access. | ||
| 50 | |||
| 51 | config CAN_SJA1000_PLATFORM | ||
| 52 | depends on CAN_SJA1000 | ||
| 53 | tristate "Generic Platform Bus based SJA1000 driver" | ||
| 54 | ---help--- | ||
| 55 | This driver adds support for the SJA1000 chips connected to | ||
| 56 | the "platform bus" (Linux abstraction for directly to the | ||
| 57 | processor attached devices). Which can be found on various | ||
| 58 | boards from Phytec (http://www.phytec.de) like the PCM027, | ||
| 59 | PCM038. | ||
| 60 | |||
| 61 | config CAN_SJA1000_OF_PLATFORM | ||
| 62 | depends on CAN_SJA1000 && PPC_OF | ||
| 63 | tristate "Generic OF Platform Bus based SJA1000 driver" | ||
| 64 | ---help--- | ||
| 65 | This driver adds support for the SJA1000 chips connected to | ||
| 66 | the OpenFirmware "platform bus" found on embedded systems with | ||
| 67 | OpenFirmware bindings, e.g. if you have a PowerPC based system | ||
| 68 | you may want to enable this option. | ||
| 69 | |||
| 70 | config CAN_EMS_PCI | ||
| 71 | tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" | ||
| 72 | depends on PCI && CAN_SJA1000 | ||
| 73 | ---help--- | ||
| 74 | This driver is for the one, two or four channel CPC-PCI, | ||
| 75 | CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche | ||
| 76 | (http://www.ems-wuensche.de). | ||
| 77 | |||
| 78 | config CAN_EMS_USB | ||
| 79 | tristate "EMS CPC-USB/ARM7 CAN/USB interface" | ||
| 80 | depends on USB && CAN_DEV | ||
| 81 | ---help--- | ||
| 82 | This driver is for the one channel CPC-USB/ARM7 CAN/USB interface | ||
| 83 | from from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). | ||
| 84 | |||
| 85 | config CAN_KVASER_PCI | ||
| 86 | tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" | ||
| 87 | depends on PCI && CAN_SJA1000 | ||
| 88 | ---help--- | ||
| 89 | This driver is for the the PCIcanx and PCIcan cards (1, 2 or | ||
| 90 | 4 channel) from Kvaser (http://www.kvaser.com). | ||
| 91 | |||
| 92 | config CAN_AT91 | 38 | config CAN_AT91 |
| 93 | tristate "Atmel AT91 onchip CAN controller" | 39 | tristate "Atmel AT91 onchip CAN controller" |
| 94 | depends on CAN && CAN_DEV && ARCH_AT91SAM9263 | 40 | depends on CAN_DEV && ARCH_AT91SAM9263 |
| 95 | ---help--- | 41 | ---help--- |
| 96 | This is a driver for the SoC CAN controller in Atmel's AT91SAM9263. | 42 | This is a driver for the SoC CAN controller in Atmel's AT91SAM9263. |
| 97 | 43 | ||
| 44 | source "drivers/net/can/sja1000/Kconfig" | ||
| 45 | |||
| 46 | source "drivers/net/can/usb/Kconfig" | ||
| 47 | |||
| 98 | config CAN_DEBUG_DEVICES | 48 | config CAN_DEBUG_DEVICES |
| 99 | bool "CAN devices debugging messages" | 49 | bool "CAN devices debugging messages" |
| 100 | depends on CAN | 50 | depends on CAN |
diff --git a/drivers/net/can/dev.c b/drivers/net/can/dev.c index 564e31c9fee4..2868fe842a41 100644 --- a/drivers/net/can/dev.c +++ b/drivers/net/can/dev.c | |||
| @@ -629,6 +629,11 @@ nla_put_failure: | |||
| 629 | return -EMSGSIZE; | 629 | return -EMSGSIZE; |
| 630 | } | 630 | } |
| 631 | 631 | ||
| 632 | static size_t can_get_xstats_size(const struct net_device *dev) | ||
| 633 | { | ||
| 634 | return sizeof(struct can_device_stats); | ||
| 635 | } | ||
| 636 | |||
| 632 | static int can_fill_xstats(struct sk_buff *skb, const struct net_device *dev) | 637 | static int can_fill_xstats(struct sk_buff *skb, const struct net_device *dev) |
| 633 | { | 638 | { |
| 634 | struct can_priv *priv = netdev_priv(dev); | 639 | struct can_priv *priv = netdev_priv(dev); |
| @@ -657,6 +662,7 @@ static struct rtnl_link_ops can_link_ops __read_mostly = { | |||
| 657 | .changelink = can_changelink, | 662 | .changelink = can_changelink, |
| 658 | .get_size = can_get_size, | 663 | .get_size = can_get_size, |
| 659 | .fill_info = can_fill_info, | 664 | .fill_info = can_fill_info, |
| 665 | .get_xstats_size = can_get_xstats_size, | ||
| 660 | .fill_xstats = can_fill_xstats, | 666 | .fill_xstats = can_fill_xstats, |
| 661 | }; | 667 | }; |
| 662 | 668 | ||
diff --git a/drivers/net/can/sja1000/Kconfig b/drivers/net/can/sja1000/Kconfig new file mode 100644 index 000000000000..4c674927f247 --- /dev/null +++ b/drivers/net/can/sja1000/Kconfig | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | menuconfig CAN_SJA1000 | ||
| 2 | tristate "Philips/NXP SJA1000 devices" | ||
| 3 | depends on CAN_DEV && HAS_IOMEM | ||
| 4 | |||
| 5 | if CAN_SJA1000 | ||
| 6 | |||
| 7 | config CAN_SJA1000_ISA | ||
| 8 | tristate "ISA Bus based legacy SJA1000 driver" | ||
| 9 | depends on ISA | ||
| 10 | ---help--- | ||
| 11 | This driver adds legacy support for SJA1000 chips connected to | ||
| 12 | the ISA bus using I/O port, memory mapped or indirect access. | ||
| 13 | |||
| 14 | config CAN_SJA1000_PLATFORM | ||
| 15 | tristate "Generic Platform Bus based SJA1000 driver" | ||
| 16 | ---help--- | ||
| 17 | This driver adds support for the SJA1000 chips connected to | ||
| 18 | the "platform bus" (Linux abstraction for directly to the | ||
| 19 | processor attached devices). Which can be found on various | ||
| 20 | boards from Phytec (http://www.phytec.de) like the PCM027, | ||
| 21 | PCM038. | ||
| 22 | |||
| 23 | config CAN_SJA1000_OF_PLATFORM | ||
| 24 | tristate "Generic OF Platform Bus based SJA1000 driver" | ||
| 25 | depends on PPC_OF | ||
| 26 | ---help--- | ||
| 27 | This driver adds support for the SJA1000 chips connected to | ||
| 28 | the OpenFirmware "platform bus" found on embedded systems with | ||
| 29 | OpenFirmware bindings, e.g. if you have a PowerPC based system | ||
| 30 | you may want to enable this option. | ||
| 31 | |||
| 32 | config CAN_EMS_PCI | ||
| 33 | tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" | ||
| 34 | depends on PCI | ||
| 35 | ---help--- | ||
| 36 | This driver is for the one, two or four channel CPC-PCI, | ||
| 37 | CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche | ||
| 38 | (http://www.ems-wuensche.de). | ||
| 39 | |||
| 40 | config CAN_KVASER_PCI | ||
| 41 | tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" | ||
| 42 | depends on PCI | ||
| 43 | ---help--- | ||
| 44 | This driver is for the the PCIcanx and PCIcan cards (1, 2 or | ||
| 45 | 4 channel) from Kvaser (http://www.kvaser.com). | ||
| 46 | |||
| 47 | endif | ||
diff --git a/drivers/net/can/usb/Kconfig b/drivers/net/can/usb/Kconfig new file mode 100644 index 000000000000..bbc78e0b8a15 --- /dev/null +++ b/drivers/net/can/usb/Kconfig | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | menu "CAN USB interfaces" | ||
| 2 | depends on USB && CAN_DEV | ||
| 3 | |||
| 4 | config CAN_EMS_USB | ||
| 5 | tristate "EMS CPC-USB/ARM7 CAN/USB interface" | ||
| 6 | ---help--- | ||
| 7 | This driver is for the one channel CPC-USB/ARM7 CAN/USB interface | ||
| 8 | from from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). | ||
| 9 | |||
| 10 | endmenu | ||
diff --git a/drivers/net/can/usb/Makefile b/drivers/net/can/usb/Makefile index c3f75ba701b1..0afd51d4c7a5 100644 --- a/drivers/net/can/usb/Makefile +++ b/drivers/net/can/usb/Makefile | |||
| @@ -3,3 +3,5 @@ | |||
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o | 5 | obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o |
| 6 | |||
| 7 | ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG | ||
diff --git a/drivers/net/cxgb3/sge.c b/drivers/net/cxgb3/sge.c index f86612857a73..6366061712f4 100644 --- a/drivers/net/cxgb3/sge.c +++ b/drivers/net/cxgb3/sge.c | |||
| @@ -879,7 +879,7 @@ recycle: | |||
| 879 | pci_dma_sync_single_for_cpu(adap->pdev, dma_addr, len, | 879 | pci_dma_sync_single_for_cpu(adap->pdev, dma_addr, len, |
| 880 | PCI_DMA_FROMDEVICE); | 880 | PCI_DMA_FROMDEVICE); |
| 881 | (*sd->pg_chunk.p_cnt)--; | 881 | (*sd->pg_chunk.p_cnt)--; |
| 882 | if (!*sd->pg_chunk.p_cnt) | 882 | if (!*sd->pg_chunk.p_cnt && sd->pg_chunk.page != fl->pg_chunk.page) |
| 883 | pci_unmap_page(adap->pdev, | 883 | pci_unmap_page(adap->pdev, |
| 884 | sd->pg_chunk.mapping, | 884 | sd->pg_chunk.mapping, |
| 885 | fl->alloc_size, | 885 | fl->alloc_size, |
| @@ -2088,7 +2088,7 @@ static void lro_add_page(struct adapter *adap, struct sge_qset *qs, | |||
| 2088 | PCI_DMA_FROMDEVICE); | 2088 | PCI_DMA_FROMDEVICE); |
| 2089 | 2089 | ||
| 2090 | (*sd->pg_chunk.p_cnt)--; | 2090 | (*sd->pg_chunk.p_cnt)--; |
| 2091 | if (!*sd->pg_chunk.p_cnt) | 2091 | if (!*sd->pg_chunk.p_cnt && sd->pg_chunk.page != fl->pg_chunk.page) |
| 2092 | pci_unmap_page(adap->pdev, | 2092 | pci_unmap_page(adap->pdev, |
| 2093 | sd->pg_chunk.mapping, | 2093 | sd->pg_chunk.mapping, |
| 2094 | fl->alloc_size, | 2094 | fl->alloc_size, |
diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c index 3179521aee90..db6380379478 100644 --- a/drivers/net/davinci_emac.c +++ b/drivers/net/davinci_emac.c | |||
| @@ -2140,9 +2140,6 @@ static int emac_poll(struct napi_struct *napi, int budget) | |||
| 2140 | u32 status = 0; | 2140 | u32 status = 0; |
| 2141 | u32 num_pkts = 0; | 2141 | u32 num_pkts = 0; |
| 2142 | 2142 | ||
| 2143 | if (!netif_running(ndev)) | ||
| 2144 | return 0; | ||
| 2145 | |||
| 2146 | /* Check interrupt vectors and call packet processing */ | 2143 | /* Check interrupt vectors and call packet processing */ |
| 2147 | status = emac_read(EMAC_MACINVECTOR); | 2144 | status = emac_read(EMAC_MACINVECTOR); |
| 2148 | 2145 | ||
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c index e1da4666f204..3116601dbfea 100644 --- a/drivers/net/forcedeth.c +++ b/drivers/net/forcedeth.c | |||
| @@ -5821,10 +5821,7 @@ static int __devinit nv_probe(struct pci_dev *pci_dev, const struct pci_device_i | |||
| 5821 | dev->dev_addr); | 5821 | dev->dev_addr); |
| 5822 | dev_printk(KERN_ERR, &pci_dev->dev, | 5822 | dev_printk(KERN_ERR, &pci_dev->dev, |
| 5823 | "Please complain to your hardware vendor. Switching to a random MAC.\n"); | 5823 | "Please complain to your hardware vendor. Switching to a random MAC.\n"); |
| 5824 | dev->dev_addr[0] = 0x00; | 5824 | random_ether_addr(dev->dev_addr); |
| 5825 | dev->dev_addr[1] = 0x00; | ||
| 5826 | dev->dev_addr[2] = 0x6c; | ||
| 5827 | get_random_bytes(&dev->dev_addr[3], 3); | ||
| 5828 | } | 5825 | } |
| 5829 | 5826 | ||
| 5830 | dprintk(KERN_DEBUG "%s: MAC Address %pM\n", | 5827 | dprintk(KERN_DEBUG "%s: MAC Address %pM\n", |
diff --git a/drivers/net/ibm_newemac/emac.h b/drivers/net/ibm_newemac/emac.h index d34adf99fc6a..8a61b597a169 100644 --- a/drivers/net/ibm_newemac/emac.h +++ b/drivers/net/ibm_newemac/emac.h | |||
| @@ -263,8 +263,8 @@ struct emac_regs { | |||
| 263 | 263 | ||
| 264 | 264 | ||
| 265 | /* EMACx_TRTR */ | 265 | /* EMACx_TRTR */ |
| 266 | #define EMAC_TRTR_SHIFT_EMAC4 27 | 266 | #define EMAC_TRTR_SHIFT_EMAC4 24 |
| 267 | #define EMAC_TRTR_SHIFT 24 | 267 | #define EMAC_TRTR_SHIFT 27 |
| 268 | 268 | ||
| 269 | /* EMAC specific TX descriptor control fields (write access) */ | 269 | /* EMAC specific TX descriptor control fields (write access) */ |
| 270 | #define EMAC_TX_CTRL_GFCS 0x0200 | 270 | #define EMAC_TX_CTRL_GFCS 0x0200 |
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 5bd9e6bf6f2f..a5036f7c1923 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
| @@ -5994,6 +5994,7 @@ static pci_ers_result_t ixgbe_io_slot_reset(struct pci_dev *pdev) | |||
| 5994 | } else { | 5994 | } else { |
| 5995 | pci_set_master(pdev); | 5995 | pci_set_master(pdev); |
| 5996 | pci_restore_state(pdev); | 5996 | pci_restore_state(pdev); |
| 5997 | pci_save_state(pdev); | ||
| 5997 | 5998 | ||
| 5998 | pci_wake_from_d3(pdev, false); | 5999 | pci_wake_from_d3(pdev, false); |
| 5999 | 6000 | ||
diff --git a/drivers/net/phy/mdio-gpio.c b/drivers/net/phy/mdio-gpio.c index 8659d341e769..35897134a5dd 100644 --- a/drivers/net/phy/mdio-gpio.c +++ b/drivers/net/phy/mdio-gpio.c | |||
| @@ -139,7 +139,7 @@ out: | |||
| 139 | return NULL; | 139 | return NULL; |
| 140 | } | 140 | } |
| 141 | 141 | ||
| 142 | static void __devinit mdio_gpio_bus_deinit(struct device *dev) | 142 | static void mdio_gpio_bus_deinit(struct device *dev) |
| 143 | { | 143 | { |
| 144 | struct mii_bus *bus = dev_get_drvdata(dev); | 144 | struct mii_bus *bus = dev_get_drvdata(dev); |
| 145 | struct mdio_gpio_info *bitbang = bus->priv; | 145 | struct mdio_gpio_info *bitbang = bus->priv; |
diff --git a/drivers/net/ppp_generic.c b/drivers/net/ppp_generic.c index 9bf2a6be9031..965adb6174c3 100644 --- a/drivers/net/ppp_generic.c +++ b/drivers/net/ppp_generic.c | |||
| @@ -1944,8 +1944,15 @@ ppp_receive_mp_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) | |||
| 1944 | } | 1944 | } |
| 1945 | 1945 | ||
| 1946 | /* Pull completed packets off the queue and receive them. */ | 1946 | /* Pull completed packets off the queue and receive them. */ |
| 1947 | while ((skb = ppp_mp_reconstruct(ppp))) | 1947 | while ((skb = ppp_mp_reconstruct(ppp))) { |
| 1948 | ppp_receive_nonmp_frame(ppp, skb); | 1948 | if (pskb_may_pull(skb, 2)) |
| 1949 | ppp_receive_nonmp_frame(ppp, skb); | ||
| 1950 | else { | ||
| 1951 | ++ppp->dev->stats.rx_length_errors; | ||
| 1952 | kfree_skb(skb); | ||
| 1953 | ppp_receive_error(ppp); | ||
| 1954 | } | ||
| 1955 | } | ||
| 1949 | 1956 | ||
| 1950 | return; | 1957 | return; |
| 1951 | 1958 | ||
diff --git a/drivers/net/r6040.c b/drivers/net/r6040.c index 7dfcb58b0eb4..8b14c6eda7c3 100644 --- a/drivers/net/r6040.c +++ b/drivers/net/r6040.c | |||
| @@ -1085,7 +1085,7 @@ static int __devinit r6040_init_one(struct pci_dev *pdev, | |||
| 1085 | int bar = 0; | 1085 | int bar = 0; |
| 1086 | u16 *adrp; | 1086 | u16 *adrp; |
| 1087 | 1087 | ||
| 1088 | printk(KERN_INFO "%s\n", version); | 1088 | printk("%s\n", version); |
| 1089 | 1089 | ||
| 1090 | err = pci_enable_device(pdev); | 1090 | err = pci_enable_device(pdev); |
| 1091 | if (err) | 1091 | if (err) |
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index fa4935678488..b9221bdc7184 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c | |||
| @@ -3243,9 +3243,9 @@ static void __devexit rtl8169_remove_one(struct pci_dev *pdev) | |||
| 3243 | static void rtl8169_set_rxbufsize(struct rtl8169_private *tp, | 3243 | static void rtl8169_set_rxbufsize(struct rtl8169_private *tp, |
| 3244 | struct net_device *dev) | 3244 | struct net_device *dev) |
| 3245 | { | 3245 | { |
| 3246 | unsigned int mtu = dev->mtu; | 3246 | unsigned int max_frame = dev->mtu + VLAN_ETH_HLEN + ETH_FCS_LEN; |
| 3247 | 3247 | ||
| 3248 | tp->rx_buf_sz = (mtu > RX_BUF_SIZE) ? mtu + ETH_HLEN + 8 : RX_BUF_SIZE; | 3248 | tp->rx_buf_sz = (max_frame > RX_BUF_SIZE) ? max_frame : RX_BUF_SIZE; |
| 3249 | } | 3249 | } |
| 3250 | 3250 | ||
| 3251 | static int rtl8169_open(struct net_device *dev) | 3251 | static int rtl8169_open(struct net_device *dev) |
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c index ddccf5fa56b6..0dd7839322bc 100644 --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c | |||
| @@ -3494,6 +3494,7 @@ static void s2io_reset(struct s2io_nic *sp) | |||
| 3494 | 3494 | ||
| 3495 | /* Restore the PCI state saved during initialization. */ | 3495 | /* Restore the PCI state saved during initialization. */ |
| 3496 | pci_restore_state(sp->pdev); | 3496 | pci_restore_state(sp->pdev); |
| 3497 | pci_save_state(sp->pdev); | ||
| 3497 | pci_read_config_word(sp->pdev, 0x2, &val16); | 3498 | pci_read_config_word(sp->pdev, 0x2, &val16); |
| 3498 | if (check_pci_device_id(val16) != (u16)PCI_ANY_ID) | 3499 | if (check_pci_device_id(val16) != (u16)PCI_ANY_ID) |
| 3499 | break; | 3500 | break; |
diff --git a/drivers/net/smsc911x.c b/drivers/net/smsc911x.c index ccdd196f5297..f9cdcbcb77d4 100644 --- a/drivers/net/smsc911x.c +++ b/drivers/net/smsc911x.c | |||
| @@ -986,7 +986,7 @@ static int smsc911x_poll(struct napi_struct *napi, int budget) | |||
| 986 | struct net_device *dev = pdata->dev; | 986 | struct net_device *dev = pdata->dev; |
| 987 | int npackets = 0; | 987 | int npackets = 0; |
| 988 | 988 | ||
| 989 | while (likely(netif_running(dev)) && (npackets < budget)) { | 989 | while (npackets < budget) { |
| 990 | unsigned int pktlength; | 990 | unsigned int pktlength; |
| 991 | unsigned int pktwords; | 991 | unsigned int pktwords; |
| 992 | struct sk_buff *skb; | 992 | struct sk_buff *skb; |
diff --git a/drivers/net/sungem.c b/drivers/net/sungem.c index 7019a0d1a82b..61640b99b705 100644 --- a/drivers/net/sungem.c +++ b/drivers/net/sungem.c | |||
| @@ -2063,7 +2063,15 @@ static int gem_check_invariants(struct gem *gp) | |||
| 2063 | mif_cfg &= ~MIF_CFG_PSELECT; | 2063 | mif_cfg &= ~MIF_CFG_PSELECT; |
| 2064 | writel(mif_cfg, gp->regs + MIF_CFG); | 2064 | writel(mif_cfg, gp->regs + MIF_CFG); |
| 2065 | } else { | 2065 | } else { |
| 2066 | gp->phy_type = phy_serialink; | 2066 | #ifdef CONFIG_SPARC |
| 2067 | const char *p; | ||
| 2068 | |||
| 2069 | p = of_get_property(gp->of_node, "shared-pins", NULL); | ||
| 2070 | if (p && !strcmp(p, "serdes")) | ||
| 2071 | gp->phy_type = phy_serdes; | ||
| 2072 | else | ||
| 2073 | #endif | ||
| 2074 | gp->phy_type = phy_serialink; | ||
| 2067 | } | 2075 | } |
| 2068 | if (gp->phy_type == phy_mii_mdio1 || | 2076 | if (gp->phy_type == phy_mii_mdio1 || |
| 2069 | gp->phy_type == phy_mii_mdio0) { | 2077 | gp->phy_type == phy_mii_mdio0) { |
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c index 9c6ab5378f6e..95a8e232b58f 100644 --- a/drivers/net/wireless/ath/ath5k/base.c +++ b/drivers/net/wireless/ath/ath5k/base.c | |||
| @@ -1125,7 +1125,6 @@ ath5k_mode_setup(struct ath5k_softc *sc) | |||
| 1125 | /* configure operational mode */ | 1125 | /* configure operational mode */ |
| 1126 | ath5k_hw_set_opmode(ah); | 1126 | ath5k_hw_set_opmode(ah); |
| 1127 | 1127 | ||
| 1128 | ath5k_hw_set_mcast_filter(ah, 0, 0); | ||
| 1129 | ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt); | 1128 | ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt); |
| 1130 | } | 1129 | } |
| 1131 | 1130 | ||
diff --git a/drivers/net/wireless/ath/ath5k/led.c b/drivers/net/wireless/ath/ath5k/led.c index b767c3b67b24..b548c8eaaae1 100644 --- a/drivers/net/wireless/ath/ath5k/led.c +++ b/drivers/net/wireless/ath/ath5k/led.c | |||
| @@ -63,12 +63,16 @@ static const struct pci_device_id ath5k_led_devices[] = { | |||
| 63 | { ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0422), ATH_LED(1, 1) }, | 63 | { ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0422), ATH_LED(1, 1) }, |
| 64 | /* E-machines E510 (tuliom@gmail.com) */ | 64 | /* E-machines E510 (tuliom@gmail.com) */ |
| 65 | { ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0428), ATH_LED(3, 0) }, | 65 | { ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0428), ATH_LED(3, 0) }, |
| 66 | /* BenQ Joybook R55v (nowymarluk@wp.pl) */ | ||
| 67 | { ATH_SDEVICE(PCI_VENDOR_ID_QMI, 0x0100), ATH_LED(1, 0) }, | ||
| 66 | /* Acer Extensa 5620z (nekoreeve@gmail.com) */ | 68 | /* Acer Extensa 5620z (nekoreeve@gmail.com) */ |
| 67 | { ATH_SDEVICE(PCI_VENDOR_ID_QMI, 0x0105), ATH_LED(3, 0) }, | 69 | { ATH_SDEVICE(PCI_VENDOR_ID_QMI, 0x0105), ATH_LED(3, 0) }, |
| 68 | /* Fukato Datacask Jupiter 1014a (mrb74@gmx.at) */ | 70 | /* Fukato Datacask Jupiter 1014a (mrb74@gmx.at) */ |
| 69 | { ATH_SDEVICE(PCI_VENDOR_ID_AZWAVE, 0x1026), ATH_LED(3, 0) }, | 71 | { ATH_SDEVICE(PCI_VENDOR_ID_AZWAVE, 0x1026), ATH_LED(3, 0) }, |
| 70 | /* IBM ThinkPad AR5BXB6 (legovini@spiro.fisica.unipd.it) */ | 72 | /* IBM ThinkPad AR5BXB6 (legovini@spiro.fisica.unipd.it) */ |
| 71 | { ATH_SDEVICE(PCI_VENDOR_ID_IBM, 0x058a), ATH_LED(1, 0) }, | 73 | { ATH_SDEVICE(PCI_VENDOR_ID_IBM, 0x058a), ATH_LED(1, 0) }, |
| 74 | /* HP Compaq CQ60-206US (ddreggors@jumptv.com) */ | ||
| 75 | { ATH_SDEVICE(PCI_VENDOR_ID_HP, 0x0137a), ATH_LED(3, 1) }, | ||
| 72 | /* HP Compaq C700 (nitrousnrg@gmail.com) */ | 76 | /* HP Compaq C700 (nitrousnrg@gmail.com) */ |
| 73 | { ATH_SDEVICE(PCI_VENDOR_ID_HP, 0x0137b), ATH_LED(3, 1) }, | 77 | { ATH_SDEVICE(PCI_VENDOR_ID_HP, 0x0137b), ATH_LED(3, 1) }, |
| 74 | /* IBM-specific AR5212 (all others) */ | 78 | /* IBM-specific AR5212 (all others) */ |
diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c index 86f35827f008..098dda1a67c1 100644 --- a/drivers/net/wireless/b43/main.c +++ b/drivers/net/wireless/b43/main.c | |||
| @@ -4521,9 +4521,8 @@ static int b43_op_beacon_set_tim(struct ieee80211_hw *hw, | |||
| 4521 | { | 4521 | { |
| 4522 | struct b43_wl *wl = hw_to_b43_wl(hw); | 4522 | struct b43_wl *wl = hw_to_b43_wl(hw); |
| 4523 | 4523 | ||
| 4524 | mutex_lock(&wl->mutex); | 4524 | /* FIXME: add locking */ |
| 4525 | b43_update_templates(wl); | 4525 | b43_update_templates(wl); |
| 4526 | mutex_unlock(&wl->mutex); | ||
| 4527 | 4526 | ||
| 4528 | return 0; | 4527 | return 0; |
| 4529 | } | 4528 | } |
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 240cff1e6979..6e2fc0cb6f8a 100644 --- a/drivers/net/wireless/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/ipw2x00/ipw2100.c | |||
| @@ -6029,7 +6029,7 @@ static struct net_device *ipw2100_alloc_device(struct pci_dev *pci_dev, | |||
| 6029 | struct ipw2100_priv *priv; | 6029 | struct ipw2100_priv *priv; |
| 6030 | struct net_device *dev; | 6030 | struct net_device *dev; |
| 6031 | 6031 | ||
| 6032 | dev = alloc_ieee80211(sizeof(struct ipw2100_priv), 0); | 6032 | dev = alloc_ieee80211(sizeof(struct ipw2100_priv)); |
| 6033 | if (!dev) | 6033 | if (!dev) |
| 6034 | return NULL; | 6034 | return NULL; |
| 6035 | priv = libipw_priv(dev); | 6035 | priv = libipw_priv(dev); |
| @@ -6342,7 +6342,7 @@ static int ipw2100_pci_init_one(struct pci_dev *pci_dev, | |||
| 6342 | sysfs_remove_group(&pci_dev->dev.kobj, | 6342 | sysfs_remove_group(&pci_dev->dev.kobj, |
| 6343 | &ipw2100_attribute_group); | 6343 | &ipw2100_attribute_group); |
| 6344 | 6344 | ||
| 6345 | free_ieee80211(dev, 0); | 6345 | free_ieee80211(dev); |
| 6346 | pci_set_drvdata(pci_dev, NULL); | 6346 | pci_set_drvdata(pci_dev, NULL); |
| 6347 | } | 6347 | } |
| 6348 | 6348 | ||
| @@ -6400,7 +6400,7 @@ static void __devexit ipw2100_pci_remove_one(struct pci_dev *pci_dev) | |||
| 6400 | if (dev->base_addr) | 6400 | if (dev->base_addr) |
| 6401 | iounmap((void __iomem *)dev->base_addr); | 6401 | iounmap((void __iomem *)dev->base_addr); |
| 6402 | 6402 | ||
| 6403 | free_ieee80211(dev, 0); | 6403 | free_ieee80211(dev); |
| 6404 | } | 6404 | } |
| 6405 | 6405 | ||
| 6406 | pci_release_regions(pci_dev); | 6406 | pci_release_regions(pci_dev); |
diff --git a/drivers/net/wireless/ipw2x00/ipw2200.c b/drivers/net/wireless/ipw2x00/ipw2200.c index 827824d45de9..a6ca536e44f8 100644 --- a/drivers/net/wireless/ipw2x00/ipw2200.c +++ b/drivers/net/wireless/ipw2x00/ipw2200.c | |||
| @@ -104,25 +104,6 @@ static int antenna = CFG_SYS_ANTENNA_BOTH; | |||
| 104 | static int rtap_iface = 0; /* def: 0 -- do not create rtap interface */ | 104 | static int rtap_iface = 0; /* def: 0 -- do not create rtap interface */ |
| 105 | #endif | 105 | #endif |
| 106 | 106 | ||
| 107 | static struct ieee80211_rate ipw2200_rates[] = { | ||
| 108 | { .bitrate = 10 }, | ||
| 109 | { .bitrate = 20, .flags = IEEE80211_RATE_SHORT_PREAMBLE }, | ||
| 110 | { .bitrate = 55, .flags = IEEE80211_RATE_SHORT_PREAMBLE }, | ||
| 111 | { .bitrate = 110, .flags = IEEE80211_RATE_SHORT_PREAMBLE }, | ||
| 112 | { .bitrate = 60 }, | ||
| 113 | { .bitrate = 90 }, | ||
| 114 | { .bitrate = 120 }, | ||
| 115 | { .bitrate = 180 }, | ||
| 116 | { .bitrate = 240 }, | ||
| 117 | { .bitrate = 360 }, | ||
| 118 | { .bitrate = 480 }, | ||
| 119 | { .bitrate = 540 } | ||
| 120 | }; | ||
| 121 | |||
| 122 | #define ipw2200_a_rates (ipw2200_rates + 4) | ||
| 123 | #define ipw2200_num_a_rates 8 | ||
| 124 | #define ipw2200_bg_rates (ipw2200_rates + 0) | ||
| 125 | #define ipw2200_num_bg_rates 12 | ||
| 126 | 107 | ||
| 127 | #ifdef CONFIG_IPW2200_QOS | 108 | #ifdef CONFIG_IPW2200_QOS |
| 128 | static int qos_enable = 0; | 109 | static int qos_enable = 0; |
| @@ -8674,6 +8655,24 @@ static int ipw_sw_reset(struct ipw_priv *priv, int option) | |||
| 8674 | * | 8655 | * |
| 8675 | */ | 8656 | */ |
| 8676 | 8657 | ||
| 8658 | static int ipw_wx_get_name(struct net_device *dev, | ||
| 8659 | struct iw_request_info *info, | ||
| 8660 | union iwreq_data *wrqu, char *extra) | ||
| 8661 | { | ||
| 8662 | struct ipw_priv *priv = libipw_priv(dev); | ||
| 8663 | mutex_lock(&priv->mutex); | ||
| 8664 | if (priv->status & STATUS_RF_KILL_MASK) | ||
| 8665 | strcpy(wrqu->name, "radio off"); | ||
| 8666 | else if (!(priv->status & STATUS_ASSOCIATED)) | ||
| 8667 | strcpy(wrqu->name, "unassociated"); | ||
| 8668 | else | ||
| 8669 | snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11%c", | ||
| 8670 | ipw_modes[priv->assoc_request.ieee_mode]); | ||
| 8671 | IPW_DEBUG_WX("Name: %s\n", wrqu->name); | ||
| 8672 | mutex_unlock(&priv->mutex); | ||
| 8673 | return 0; | ||
| 8674 | } | ||
| 8675 | |||
| 8677 | static int ipw_set_channel(struct ipw_priv *priv, u8 channel) | 8676 | static int ipw_set_channel(struct ipw_priv *priv, u8 channel) |
| 8678 | { | 8677 | { |
| 8679 | if (channel == 0) { | 8678 | if (channel == 0) { |
| @@ -9973,7 +9972,7 @@ static int ipw_wx_sw_reset(struct net_device *dev, | |||
| 9973 | /* Rebase the WE IOCTLs to zero for the handler array */ | 9972 | /* Rebase the WE IOCTLs to zero for the handler array */ |
| 9974 | #define IW_IOCTL(x) [(x)-SIOCSIWCOMMIT] | 9973 | #define IW_IOCTL(x) [(x)-SIOCSIWCOMMIT] |
| 9975 | static iw_handler ipw_wx_handlers[] = { | 9974 | static iw_handler ipw_wx_handlers[] = { |
| 9976 | IW_IOCTL(SIOCGIWNAME) = (iw_handler) cfg80211_wext_giwname, | 9975 | IW_IOCTL(SIOCGIWNAME) = ipw_wx_get_name, |
| 9977 | IW_IOCTL(SIOCSIWFREQ) = ipw_wx_set_freq, | 9976 | IW_IOCTL(SIOCSIWFREQ) = ipw_wx_set_freq, |
| 9978 | IW_IOCTL(SIOCGIWFREQ) = ipw_wx_get_freq, | 9977 | IW_IOCTL(SIOCGIWFREQ) = ipw_wx_get_freq, |
| 9979 | IW_IOCTL(SIOCSIWMODE) = ipw_wx_set_mode, | 9978 | IW_IOCTL(SIOCSIWMODE) = ipw_wx_set_mode, |
| @@ -11417,100 +11416,16 @@ static void ipw_bg_down(struct work_struct *work) | |||
| 11417 | /* Called by register_netdev() */ | 11416 | /* Called by register_netdev() */ |
| 11418 | static int ipw_net_init(struct net_device *dev) | 11417 | static int ipw_net_init(struct net_device *dev) |
| 11419 | { | 11418 | { |
| 11420 | int i, rc = 0; | ||
| 11421 | struct ipw_priv *priv = libipw_priv(dev); | 11419 | struct ipw_priv *priv = libipw_priv(dev); |
| 11422 | const struct libipw_geo *geo = libipw_get_geo(priv->ieee); | ||
| 11423 | struct wireless_dev *wdev = &priv->ieee->wdev; | ||
| 11424 | mutex_lock(&priv->mutex); | 11420 | mutex_lock(&priv->mutex); |
| 11425 | 11421 | ||
| 11426 | if (ipw_up(priv)) { | 11422 | if (ipw_up(priv)) { |
| 11427 | rc = -EIO; | 11423 | mutex_unlock(&priv->mutex); |
| 11428 | goto out; | 11424 | return -EIO; |
| 11429 | } | ||
| 11430 | |||
| 11431 | memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); | ||
| 11432 | |||
| 11433 | /* fill-out priv->ieee->bg_band */ | ||
| 11434 | if (geo->bg_channels) { | ||
| 11435 | struct ieee80211_supported_band *bg_band = &priv->ieee->bg_band; | ||
| 11436 | |||
| 11437 | bg_band->band = IEEE80211_BAND_2GHZ; | ||
| 11438 | bg_band->n_channels = geo->bg_channels; | ||
| 11439 | bg_band->channels = | ||
| 11440 | kzalloc(geo->bg_channels * | ||
| 11441 | sizeof(struct ieee80211_channel), GFP_KERNEL); | ||
| 11442 | /* translate geo->bg to bg_band.channels */ | ||
| 11443 | for (i = 0; i < geo->bg_channels; i++) { | ||
| 11444 | bg_band->channels[i].band = IEEE80211_BAND_2GHZ; | ||
| 11445 | bg_band->channels[i].center_freq = geo->bg[i].freq; | ||
| 11446 | bg_band->channels[i].hw_value = geo->bg[i].channel; | ||
| 11447 | bg_band->channels[i].max_power = geo->bg[i].max_power; | ||
| 11448 | if (geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY) | ||
| 11449 | bg_band->channels[i].flags |= | ||
| 11450 | IEEE80211_CHAN_PASSIVE_SCAN; | ||
| 11451 | if (geo->bg[i].flags & LIBIPW_CH_NO_IBSS) | ||
| 11452 | bg_band->channels[i].flags |= | ||
| 11453 | IEEE80211_CHAN_NO_IBSS; | ||
| 11454 | if (geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT) | ||
| 11455 | bg_band->channels[i].flags |= | ||
| 11456 | IEEE80211_CHAN_RADAR; | ||
| 11457 | /* No equivalent for LIBIPW_CH_80211H_RULES, | ||
| 11458 | LIBIPW_CH_UNIFORM_SPREADING, or | ||
| 11459 | LIBIPW_CH_B_ONLY... */ | ||
| 11460 | } | ||
| 11461 | /* point at bitrate info */ | ||
| 11462 | bg_band->bitrates = ipw2200_bg_rates; | ||
| 11463 | bg_band->n_bitrates = ipw2200_num_bg_rates; | ||
| 11464 | |||
| 11465 | wdev->wiphy->bands[IEEE80211_BAND_2GHZ] = bg_band; | ||
| 11466 | } | ||
| 11467 | |||
| 11468 | /* fill-out priv->ieee->a_band */ | ||
| 11469 | if (geo->a_channels) { | ||
| 11470 | struct ieee80211_supported_band *a_band = &priv->ieee->a_band; | ||
| 11471 | |||
| 11472 | a_band->band = IEEE80211_BAND_5GHZ; | ||
| 11473 | a_band->n_channels = geo->a_channels; | ||
| 11474 | a_band->channels = | ||
| 11475 | kzalloc(geo->a_channels * | ||
| 11476 | sizeof(struct ieee80211_channel), GFP_KERNEL); | ||
| 11477 | /* translate geo->bg to a_band.channels */ | ||
| 11478 | for (i = 0; i < geo->a_channels; i++) { | ||
| 11479 | a_band->channels[i].band = IEEE80211_BAND_2GHZ; | ||
| 11480 | a_band->channels[i].center_freq = geo->a[i].freq; | ||
| 11481 | a_band->channels[i].hw_value = geo->a[i].channel; | ||
| 11482 | a_band->channels[i].max_power = geo->a[i].max_power; | ||
| 11483 | if (geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY) | ||
| 11484 | a_band->channels[i].flags |= | ||
| 11485 | IEEE80211_CHAN_PASSIVE_SCAN; | ||
| 11486 | if (geo->a[i].flags & LIBIPW_CH_NO_IBSS) | ||
| 11487 | a_band->channels[i].flags |= | ||
| 11488 | IEEE80211_CHAN_NO_IBSS; | ||
| 11489 | if (geo->a[i].flags & LIBIPW_CH_RADAR_DETECT) | ||
| 11490 | a_band->channels[i].flags |= | ||
| 11491 | IEEE80211_CHAN_RADAR; | ||
| 11492 | /* No equivalent for LIBIPW_CH_80211H_RULES, | ||
| 11493 | LIBIPW_CH_UNIFORM_SPREADING, or | ||
| 11494 | LIBIPW_CH_B_ONLY... */ | ||
| 11495 | } | ||
| 11496 | /* point at bitrate info */ | ||
| 11497 | a_band->bitrates = ipw2200_a_rates; | ||
| 11498 | a_band->n_bitrates = ipw2200_num_a_rates; | ||
| 11499 | |||
| 11500 | wdev->wiphy->bands[IEEE80211_BAND_5GHZ] = a_band; | ||
| 11501 | } | ||
| 11502 | |||
| 11503 | set_wiphy_dev(wdev->wiphy, &priv->pci_dev->dev); | ||
| 11504 | |||
| 11505 | /* With that information in place, we can now register the wiphy... */ | ||
| 11506 | if (wiphy_register(wdev->wiphy)) { | ||
| 11507 | rc = -EIO; | ||
| 11508 | goto out; | ||
| 11509 | } | 11425 | } |
| 11510 | 11426 | ||
| 11511 | out: | ||
| 11512 | mutex_unlock(&priv->mutex); | 11427 | mutex_unlock(&priv->mutex); |
| 11513 | return rc; | 11428 | return 0; |
| 11514 | } | 11429 | } |
| 11515 | 11430 | ||
| 11516 | /* PCI driver stuff */ | 11431 | /* PCI driver stuff */ |
| @@ -11641,7 +11556,7 @@ static int ipw_prom_alloc(struct ipw_priv *priv) | |||
| 11641 | if (priv->prom_net_dev) | 11556 | if (priv->prom_net_dev) |
| 11642 | return -EPERM; | 11557 | return -EPERM; |
| 11643 | 11558 | ||
| 11644 | priv->prom_net_dev = alloc_ieee80211(sizeof(struct ipw_prom_priv), 1); | 11559 | priv->prom_net_dev = alloc_ieee80211(sizeof(struct ipw_prom_priv)); |
| 11645 | if (priv->prom_net_dev == NULL) | 11560 | if (priv->prom_net_dev == NULL) |
| 11646 | return -ENOMEM; | 11561 | return -ENOMEM; |
| 11647 | 11562 | ||
| @@ -11660,7 +11575,7 @@ static int ipw_prom_alloc(struct ipw_priv *priv) | |||
| 11660 | 11575 | ||
| 11661 | rc = register_netdev(priv->prom_net_dev); | 11576 | rc = register_netdev(priv->prom_net_dev); |
| 11662 | if (rc) { | 11577 | if (rc) { |
| 11663 | free_ieee80211(priv->prom_net_dev, 1); | 11578 | free_ieee80211(priv->prom_net_dev); |
| 11664 | priv->prom_net_dev = NULL; | 11579 | priv->prom_net_dev = NULL; |
| 11665 | return rc; | 11580 | return rc; |
| 11666 | } | 11581 | } |
| @@ -11674,7 +11589,7 @@ static void ipw_prom_free(struct ipw_priv *priv) | |||
| 11674 | return; | 11589 | return; |
| 11675 | 11590 | ||
| 11676 | unregister_netdev(priv->prom_net_dev); | 11591 | unregister_netdev(priv->prom_net_dev); |
| 11677 | free_ieee80211(priv->prom_net_dev, 1); | 11592 | free_ieee80211(priv->prom_net_dev); |
| 11678 | 11593 | ||
| 11679 | priv->prom_net_dev = NULL; | 11594 | priv->prom_net_dev = NULL; |
| 11680 | } | 11595 | } |
| @@ -11702,7 +11617,7 @@ static int __devinit ipw_pci_probe(struct pci_dev *pdev, | |||
| 11702 | struct ipw_priv *priv; | 11617 | struct ipw_priv *priv; |
| 11703 | int i; | 11618 | int i; |
| 11704 | 11619 | ||
| 11705 | net_dev = alloc_ieee80211(sizeof(struct ipw_priv), 0); | 11620 | net_dev = alloc_ieee80211(sizeof(struct ipw_priv)); |
| 11706 | if (net_dev == NULL) { | 11621 | if (net_dev == NULL) { |
| 11707 | err = -ENOMEM; | 11622 | err = -ENOMEM; |
| 11708 | goto out; | 11623 | goto out; |
| @@ -11850,7 +11765,7 @@ static int __devinit ipw_pci_probe(struct pci_dev *pdev, | |||
| 11850 | pci_disable_device(pdev); | 11765 | pci_disable_device(pdev); |
| 11851 | pci_set_drvdata(pdev, NULL); | 11766 | pci_set_drvdata(pdev, NULL); |
| 11852 | out_free_ieee80211: | 11767 | out_free_ieee80211: |
| 11853 | free_ieee80211(priv->net_dev, 0); | 11768 | free_ieee80211(priv->net_dev); |
| 11854 | out: | 11769 | out: |
| 11855 | return err; | 11770 | return err; |
| 11856 | } | 11771 | } |
| @@ -11917,7 +11832,7 @@ static void __devexit ipw_pci_remove(struct pci_dev *pdev) | |||
| 11917 | pci_release_regions(pdev); | 11832 | pci_release_regions(pdev); |
| 11918 | pci_disable_device(pdev); | 11833 | pci_disable_device(pdev); |
| 11919 | pci_set_drvdata(pdev, NULL); | 11834 | pci_set_drvdata(pdev, NULL); |
| 11920 | free_ieee80211(priv->net_dev, 0); | 11835 | free_ieee80211(priv->net_dev); |
| 11921 | free_firmware(); | 11836 | free_firmware(); |
| 11922 | } | 11837 | } |
| 11923 | 11838 | ||
diff --git a/drivers/net/wireless/ipw2x00/libipw.h b/drivers/net/wireless/ipw2x00/libipw.h index bf45391172f3..1e334ff6bd52 100644 --- a/drivers/net/wireless/ipw2x00/libipw.h +++ b/drivers/net/wireless/ipw2x00/libipw.h | |||
| @@ -31,7 +31,6 @@ | |||
| 31 | #include <linux/ieee80211.h> | 31 | #include <linux/ieee80211.h> |
| 32 | 32 | ||
| 33 | #include <net/lib80211.h> | 33 | #include <net/lib80211.h> |
| 34 | #include <net/cfg80211.h> | ||
| 35 | 34 | ||
| 36 | #define LIBIPW_VERSION "git-1.1.13" | 35 | #define LIBIPW_VERSION "git-1.1.13" |
| 37 | 36 | ||
| @@ -784,15 +783,12 @@ struct libipw_geo { | |||
| 784 | 783 | ||
| 785 | struct libipw_device { | 784 | struct libipw_device { |
| 786 | struct net_device *dev; | 785 | struct net_device *dev; |
| 787 | struct wireless_dev wdev; | ||
| 788 | struct libipw_security sec; | 786 | struct libipw_security sec; |
| 789 | 787 | ||
| 790 | /* Bookkeeping structures */ | 788 | /* Bookkeeping structures */ |
| 791 | struct libipw_stats ieee_stats; | 789 | struct libipw_stats ieee_stats; |
| 792 | 790 | ||
| 793 | struct libipw_geo geo; | 791 | struct libipw_geo geo; |
| 794 | struct ieee80211_supported_band bg_band; | ||
| 795 | struct ieee80211_supported_band a_band; | ||
| 796 | 792 | ||
| 797 | /* Probe / Beacon management */ | 793 | /* Probe / Beacon management */ |
| 798 | struct list_head network_free_list; | 794 | struct list_head network_free_list; |
| @@ -1018,8 +1014,8 @@ static inline int libipw_is_cck_rate(u8 rate) | |||
| 1018 | } | 1014 | } |
| 1019 | 1015 | ||
| 1020 | /* ieee80211.c */ | 1016 | /* ieee80211.c */ |
| 1021 | extern void free_ieee80211(struct net_device *dev, int monitor); | 1017 | extern void free_ieee80211(struct net_device *dev); |
| 1022 | extern struct net_device *alloc_ieee80211(int sizeof_priv, int monitor); | 1018 | extern struct net_device *alloc_ieee80211(int sizeof_priv); |
| 1023 | extern int libipw_change_mtu(struct net_device *dev, int new_mtu); | 1019 | extern int libipw_change_mtu(struct net_device *dev, int new_mtu); |
| 1024 | 1020 | ||
| 1025 | extern void libipw_networks_age(struct libipw_device *ieee, | 1021 | extern void libipw_networks_age(struct libipw_device *ieee, |
diff --git a/drivers/net/wireless/ipw2x00/libipw_module.c b/drivers/net/wireless/ipw2x00/libipw_module.c index a0e9f6aed7da..eb2b60834c17 100644 --- a/drivers/net/wireless/ipw2x00/libipw_module.c +++ b/drivers/net/wireless/ipw2x00/libipw_module.c | |||
| @@ -62,9 +62,6 @@ MODULE_DESCRIPTION(DRV_DESCRIPTION); | |||
| 62 | MODULE_AUTHOR(DRV_COPYRIGHT); | 62 | MODULE_AUTHOR(DRV_COPYRIGHT); |
| 63 | MODULE_LICENSE("GPL"); | 63 | MODULE_LICENSE("GPL"); |
| 64 | 64 | ||
| 65 | struct cfg80211_ops libipw_config_ops = { }; | ||
| 66 | void *libipw_wiphy_privid = &libipw_wiphy_privid; | ||
| 67 | |||
| 68 | static int libipw_networks_allocate(struct libipw_device *ieee) | 65 | static int libipw_networks_allocate(struct libipw_device *ieee) |
| 69 | { | 66 | { |
| 70 | if (ieee->networks) | 67 | if (ieee->networks) |
| @@ -143,7 +140,7 @@ int libipw_change_mtu(struct net_device *dev, int new_mtu) | |||
| 143 | } | 140 | } |
| 144 | EXPORT_SYMBOL(libipw_change_mtu); | 141 | EXPORT_SYMBOL(libipw_change_mtu); |
| 145 | 142 | ||
| 146 | struct net_device *alloc_ieee80211(int sizeof_priv, int monitor) | 143 | struct net_device *alloc_ieee80211(int sizeof_priv) |
| 147 | { | 144 | { |
| 148 | struct libipw_device *ieee; | 145 | struct libipw_device *ieee; |
| 149 | struct net_device *dev; | 146 | struct net_device *dev; |
| @@ -160,31 +157,10 @@ struct net_device *alloc_ieee80211(int sizeof_priv, int monitor) | |||
| 160 | 157 | ||
| 161 | ieee->dev = dev; | 158 | ieee->dev = dev; |
| 162 | 159 | ||
| 163 | if (!monitor) { | ||
| 164 | ieee->wdev.wiphy = wiphy_new(&libipw_config_ops, 0); | ||
| 165 | if (!ieee->wdev.wiphy) { | ||
| 166 | LIBIPW_ERROR("Unable to allocate wiphy.\n"); | ||
| 167 | goto failed_free_netdev; | ||
| 168 | } | ||
| 169 | |||
| 170 | ieee->dev->ieee80211_ptr = &ieee->wdev; | ||
| 171 | ieee->wdev.iftype = NL80211_IFTYPE_STATION; | ||
| 172 | |||
| 173 | /* Fill-out wiphy structure bits we know... Not enough info | ||
| 174 | here to call set_wiphy_dev or set MAC address or channel info | ||
| 175 | -- have to do that in ->ndo_init... */ | ||
| 176 | ieee->wdev.wiphy->privid = libipw_wiphy_privid; | ||
| 177 | |||
| 178 | ieee->wdev.wiphy->max_scan_ssids = 1; | ||
| 179 | ieee->wdev.wiphy->max_scan_ie_len = 0; | ||
| 180 | ieee->wdev.wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) | ||
| 181 | | BIT(NL80211_IFTYPE_ADHOC); | ||
| 182 | } | ||
| 183 | |||
| 184 | err = libipw_networks_allocate(ieee); | 160 | err = libipw_networks_allocate(ieee); |
| 185 | if (err) { | 161 | if (err) { |
| 186 | LIBIPW_ERROR("Unable to allocate beacon storage: %d\n", err); | 162 | LIBIPW_ERROR("Unable to allocate beacon storage: %d\n", err); |
| 187 | goto failed_free_wiphy; | 163 | goto failed_free_netdev; |
| 188 | } | 164 | } |
| 189 | libipw_networks_initialize(ieee); | 165 | libipw_networks_initialize(ieee); |
| 190 | 166 | ||
| @@ -217,31 +193,19 @@ struct net_device *alloc_ieee80211(int sizeof_priv, int monitor) | |||
| 217 | 193 | ||
| 218 | return dev; | 194 | return dev; |
| 219 | 195 | ||
| 220 | failed_free_wiphy: | ||
| 221 | if (!monitor) | ||
| 222 | wiphy_free(ieee->wdev.wiphy); | ||
| 223 | failed_free_netdev: | 196 | failed_free_netdev: |
| 224 | free_netdev(dev); | 197 | free_netdev(dev); |
| 225 | failed: | 198 | failed: |
| 226 | return NULL; | 199 | return NULL; |
| 227 | } | 200 | } |
| 228 | 201 | ||
| 229 | void free_ieee80211(struct net_device *dev, int monitor) | 202 | void free_ieee80211(struct net_device *dev) |
| 230 | { | 203 | { |
| 231 | struct libipw_device *ieee = netdev_priv(dev); | 204 | struct libipw_device *ieee = netdev_priv(dev); |
| 232 | 205 | ||
| 233 | lib80211_crypt_info_free(&ieee->crypt_info); | 206 | lib80211_crypt_info_free(&ieee->crypt_info); |
| 234 | 207 | ||
| 235 | libipw_networks_free(ieee); | 208 | libipw_networks_free(ieee); |
| 236 | |||
| 237 | /* free cfg80211 resources */ | ||
| 238 | if (!monitor) { | ||
| 239 | wiphy_unregister(ieee->wdev.wiphy); | ||
| 240 | kfree(ieee->a_band.channels); | ||
| 241 | kfree(ieee->bg_band.channels); | ||
| 242 | wiphy_free(ieee->wdev.wiphy); | ||
| 243 | } | ||
| 244 | |||
| 245 | free_netdev(dev); | 209 | free_netdev(dev); |
| 246 | } | 210 | } |
| 247 | 211 | ||
diff --git a/drivers/net/wireless/iwlwifi/iwl-1000.c b/drivers/net/wireless/iwlwifi/iwl-1000.c index 2716b91ba9fa..950267ab556a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-1000.c +++ b/drivers/net/wireless/iwlwifi/iwl-1000.c | |||
| @@ -161,5 +161,6 @@ struct iwl_cfg iwl1000_bgn_cfg = { | |||
| 161 | .max_ll_items = OTP_MAX_LL_ITEMS_1000, | 161 | .max_ll_items = OTP_MAX_LL_ITEMS_1000, |
| 162 | .shadow_ram_support = false, | 162 | .shadow_ram_support = false, |
| 163 | .ht_greenfield_support = true, | 163 | .ht_greenfield_support = true, |
| 164 | .use_rts_for_ht = true, /* use rts/cts protection */ | ||
| 164 | }; | 165 | }; |
| 165 | 166 | ||
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index c295b8ee9228..1473452ba22f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
| @@ -175,6 +175,7 @@ struct iwl_cfg iwl6000h_2agn_cfg = { | |||
| 175 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, | 175 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, |
| 176 | .shadow_ram_support = true, | 176 | .shadow_ram_support = true, |
| 177 | .ht_greenfield_support = true, | 177 | .ht_greenfield_support = true, |
| 178 | .use_rts_for_ht = true, /* use rts/cts protection */ | ||
| 178 | }; | 179 | }; |
| 179 | 180 | ||
| 180 | /* | 181 | /* |
| @@ -198,6 +199,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = { | |||
| 198 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, | 199 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, |
| 199 | .shadow_ram_support = true, | 200 | .shadow_ram_support = true, |
| 200 | .ht_greenfield_support = true, | 201 | .ht_greenfield_support = true, |
| 202 | .use_rts_for_ht = true, /* use rts/cts protection */ | ||
| 201 | }; | 203 | }; |
| 202 | 204 | ||
| 203 | struct iwl_cfg iwl6050_2agn_cfg = { | 205 | struct iwl_cfg iwl6050_2agn_cfg = { |
| @@ -218,6 +220,7 @@ struct iwl_cfg iwl6050_2agn_cfg = { | |||
| 218 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, | 220 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, |
| 219 | .shadow_ram_support = true, | 221 | .shadow_ram_support = true, |
| 220 | .ht_greenfield_support = true, | 222 | .ht_greenfield_support = true, |
| 223 | .use_rts_for_ht = true, /* use rts/cts protection */ | ||
| 221 | }; | 224 | }; |
| 222 | 225 | ||
| 223 | struct iwl_cfg iwl6000_3agn_cfg = { | 226 | struct iwl_cfg iwl6000_3agn_cfg = { |
| @@ -238,6 +241,7 @@ struct iwl_cfg iwl6000_3agn_cfg = { | |||
| 238 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, | 241 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, |
| 239 | .shadow_ram_support = true, | 242 | .shadow_ram_support = true, |
| 240 | .ht_greenfield_support = true, | 243 | .ht_greenfield_support = true, |
| 244 | .use_rts_for_ht = true, /* use rts/cts protection */ | ||
| 241 | }; | 245 | }; |
| 242 | 246 | ||
| 243 | struct iwl_cfg iwl6050_3agn_cfg = { | 247 | struct iwl_cfg iwl6050_3agn_cfg = { |
| @@ -258,6 +262,7 @@ struct iwl_cfg iwl6050_3agn_cfg = { | |||
| 258 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, | 262 | .max_ll_items = OTP_MAX_LL_ITEMS_6x00, |
| 259 | .shadow_ram_support = true, | 263 | .shadow_ram_support = true, |
| 260 | .ht_greenfield_support = true, | 264 | .ht_greenfield_support = true, |
| 265 | .use_rts_for_ht = true, /* use rts/cts protection */ | ||
| 261 | }; | 266 | }; |
| 262 | 267 | ||
| 263 | MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX)); | 268 | MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX)); |
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-rs.c b/drivers/net/wireless/iwlwifi/iwl-agn-rs.c index 346dc06fa7b7..81726ee32858 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-rs.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn-rs.c | |||
| @@ -418,6 +418,15 @@ static void rs_tl_turn_on_agg(struct iwl_priv *priv, u8 tid, | |||
| 418 | else if (tid == IWL_AGG_ALL_TID) | 418 | else if (tid == IWL_AGG_ALL_TID) |
| 419 | for (tid = 0; tid < TID_MAX_LOAD_COUNT; tid++) | 419 | for (tid = 0; tid < TID_MAX_LOAD_COUNT; tid++) |
| 420 | rs_tl_turn_on_agg_for_tid(priv, lq_data, tid, sta); | 420 | rs_tl_turn_on_agg_for_tid(priv, lq_data, tid, sta); |
| 421 | if (priv->cfg->use_rts_for_ht) { | ||
| 422 | /* | ||
| 423 | * switch to RTS/CTS if it is the prefer protection method | ||
| 424 | * for HT traffic | ||
| 425 | */ | ||
| 426 | IWL_DEBUG_HT(priv, "use RTS/CTS protection for HT\n"); | ||
| 427 | priv->staging_rxon.flags &= ~RXON_FLG_SELF_CTS_EN; | ||
| 428 | iwlcore_commit_rxon(priv); | ||
| 429 | } | ||
| 421 | } | 430 | } |
| 422 | 431 | ||
| 423 | static inline int get_num_of_ant_from_rate(u32 rate_n_flags) | 432 | static inline int get_num_of_ant_from_rate(u32 rate_n_flags) |
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c index eaafae091f5b..921dc4a26fe2 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c | |||
| @@ -116,9 +116,6 @@ int iwl_commit_rxon(struct iwl_priv *priv) | |||
| 116 | 116 | ||
| 117 | /* always get timestamp with Rx frame */ | 117 | /* always get timestamp with Rx frame */ |
| 118 | priv->staging_rxon.flags |= RXON_FLG_TSF2HOST_MSK; | 118 | priv->staging_rxon.flags |= RXON_FLG_TSF2HOST_MSK; |
| 119 | /* allow CTS-to-self if possible. this is relevant only for | ||
| 120 | * 5000, but will not damage 4965 */ | ||
| 121 | priv->staging_rxon.flags |= RXON_FLG_SELF_CTS_EN; | ||
| 122 | 119 | ||
| 123 | ret = iwl_check_rxon_cmd(priv); | 120 | ret = iwl_check_rxon_cmd(priv); |
| 124 | if (ret) { | 121 | if (ret) { |
| @@ -218,6 +215,13 @@ int iwl_commit_rxon(struct iwl_priv *priv) | |||
| 218 | "Could not send WEP static key.\n"); | 215 | "Could not send WEP static key.\n"); |
| 219 | } | 216 | } |
| 220 | 217 | ||
| 218 | /* | ||
| 219 | * allow CTS-to-self if possible for new association. | ||
| 220 | * this is relevant only for 5000 series and up, | ||
| 221 | * but will not damage 4965 | ||
| 222 | */ | ||
| 223 | priv->staging_rxon.flags |= RXON_FLG_SELF_CTS_EN; | ||
| 224 | |||
| 221 | /* Apply the new configuration | 225 | /* Apply the new configuration |
| 222 | * RXON assoc doesn't clear the station table in uCode, | 226 | * RXON assoc doesn't clear the station table in uCode, |
| 223 | */ | 227 | */ |
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index e50103a956b1..7754538c2194 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
| @@ -213,6 +213,7 @@ struct iwl_mod_params { | |||
| 213 | * @pa_type: used by 6000 series only to identify the type of Power Amplifier | 213 | * @pa_type: used by 6000 series only to identify the type of Power Amplifier |
| 214 | * @max_ll_items: max number of OTP blocks | 214 | * @max_ll_items: max number of OTP blocks |
| 215 | * @shadow_ram_support: shadow support for OTP memory | 215 | * @shadow_ram_support: shadow support for OTP memory |
| 216 | * @use_rts_for_ht: use rts/cts protection for HT traffic | ||
| 216 | * | 217 | * |
| 217 | * We enable the driver to be backward compatible wrt API version. The | 218 | * We enable the driver to be backward compatible wrt API version. The |
| 218 | * driver specifies which APIs it supports (with @ucode_api_max being the | 219 | * driver specifies which APIs it supports (with @ucode_api_max being the |
| @@ -255,6 +256,7 @@ struct iwl_cfg { | |||
| 255 | const bool shadow_ram_support; | 256 | const bool shadow_ram_support; |
| 256 | const bool ht_greenfield_support; | 257 | const bool ht_greenfield_support; |
| 257 | const bool broken_powersave; | 258 | const bool broken_powersave; |
| 259 | bool use_rts_for_ht; | ||
| 258 | }; | 260 | }; |
| 259 | 261 | ||
| 260 | /*************************** | 262 | /*************************** |
diff --git a/drivers/net/wireless/libertas/ethtool.c b/drivers/net/wireless/libertas/ethtool.c index 039b555e4d76..53d56ab83c03 100644 --- a/drivers/net/wireless/libertas/ethtool.c +++ b/drivers/net/wireless/libertas/ethtool.c | |||
| @@ -169,16 +169,19 @@ static int lbs_ethtool_set_wol(struct net_device *dev, | |||
| 169 | struct lbs_private *priv = dev->ml_priv; | 169 | struct lbs_private *priv = dev->ml_priv; |
| 170 | uint32_t criteria = 0; | 170 | uint32_t criteria = 0; |
| 171 | 171 | ||
| 172 | if (priv->wol_criteria == 0xffffffff && wol->wolopts) | ||
| 173 | return -EOPNOTSUPP; | ||
| 174 | |||
| 175 | if (wol->wolopts & ~(WAKE_UCAST|WAKE_MCAST|WAKE_BCAST|WAKE_PHY)) | 172 | if (wol->wolopts & ~(WAKE_UCAST|WAKE_MCAST|WAKE_BCAST|WAKE_PHY)) |
| 176 | return -EOPNOTSUPP; | 173 | return -EOPNOTSUPP; |
| 177 | 174 | ||
| 178 | if (wol->wolopts & WAKE_UCAST) criteria |= EHS_WAKE_ON_UNICAST_DATA; | 175 | if (wol->wolopts & WAKE_UCAST) |
| 179 | if (wol->wolopts & WAKE_MCAST) criteria |= EHS_WAKE_ON_MULTICAST_DATA; | 176 | criteria |= EHS_WAKE_ON_UNICAST_DATA; |
| 180 | if (wol->wolopts & WAKE_BCAST) criteria |= EHS_WAKE_ON_BROADCAST_DATA; | 177 | if (wol->wolopts & WAKE_MCAST) |
| 181 | if (wol->wolopts & WAKE_PHY) criteria |= EHS_WAKE_ON_MAC_EVENT; | 178 | criteria |= EHS_WAKE_ON_MULTICAST_DATA; |
| 179 | if (wol->wolopts & WAKE_BCAST) | ||
| 180 | criteria |= EHS_WAKE_ON_BROADCAST_DATA; | ||
| 181 | if (wol->wolopts & WAKE_PHY) | ||
| 182 | criteria |= EHS_WAKE_ON_MAC_EVENT; | ||
| 183 | if (wol->wolopts == 0) | ||
| 184 | criteria |= EHS_REMOVE_WAKEUP; | ||
| 182 | 185 | ||
| 183 | return lbs_host_sleep_cfg(priv, criteria, (struct wol_config *)NULL); | 186 | return lbs_host_sleep_cfg(priv, criteria, (struct wol_config *)NULL); |
| 184 | } | 187 | } |
diff --git a/drivers/net/wireless/p54/p54usb.c b/drivers/net/wireless/p54/p54usb.c index 17e199546eeb..92af9b96bb7a 100644 --- a/drivers/net/wireless/p54/p54usb.c +++ b/drivers/net/wireless/p54/p54usb.c | |||
| @@ -426,12 +426,16 @@ static const char p54u_romboot_3887[] = "~~~~"; | |||
| 426 | static int p54u_firmware_reset_3887(struct ieee80211_hw *dev) | 426 | static int p54u_firmware_reset_3887(struct ieee80211_hw *dev) |
| 427 | { | 427 | { |
| 428 | struct p54u_priv *priv = dev->priv; | 428 | struct p54u_priv *priv = dev->priv; |
| 429 | u8 buf[4]; | 429 | u8 *buf; |
| 430 | int ret; | 430 | int ret; |
| 431 | 431 | ||
| 432 | memcpy(&buf, p54u_romboot_3887, sizeof(buf)); | 432 | buf = kmalloc(4, GFP_KERNEL); |
| 433 | if (!buf) | ||
| 434 | return -ENOMEM; | ||
| 435 | memcpy(buf, p54u_romboot_3887, 4); | ||
| 433 | ret = p54u_bulk_msg(priv, P54U_PIPE_DATA, | 436 | ret = p54u_bulk_msg(priv, P54U_PIPE_DATA, |
| 434 | buf, sizeof(buf)); | 437 | buf, 4); |
| 438 | kfree(buf); | ||
| 435 | if (ret) | 439 | if (ret) |
| 436 | dev_err(&priv->udev->dev, "(p54usb) unable to jump to " | 440 | dev_err(&priv->udev->dev, "(p54usb) unable to jump to " |
| 437 | "boot ROM (%d)!\n", ret); | 441 | "boot ROM (%d)!\n", ret); |
diff --git a/drivers/net/wireless/rtl818x/rtl8187_rfkill.c b/drivers/net/wireless/rtl818x/rtl8187_rfkill.c index 9fab13e4004e..cad8037ab2af 100644 --- a/drivers/net/wireless/rtl818x/rtl8187_rfkill.c +++ b/drivers/net/wireless/rtl818x/rtl8187_rfkill.c | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | #include <net/mac80211.h> | 18 | #include <net/mac80211.h> |
| 19 | 19 | ||
| 20 | #include "rtl8187.h" | 20 | #include "rtl8187.h" |
| 21 | #include "rtl8187_rfkill.h" | ||
| 21 | 22 | ||
| 22 | static bool rtl8187_is_radio_enabled(struct rtl8187_priv *priv) | 23 | static bool rtl8187_is_radio_enabled(struct rtl8187_priv *priv) |
| 23 | { | 24 | { |
diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c index 22b02c6df854..b952ebc7a78b 100644 --- a/drivers/pci/dmar.c +++ b/drivers/pci/dmar.c | |||
| @@ -175,15 +175,6 @@ dmar_parse_one_drhd(struct acpi_dmar_header *header) | |||
| 175 | int ret = 0; | 175 | int ret = 0; |
| 176 | 176 | ||
| 177 | drhd = (struct acpi_dmar_hardware_unit *)header; | 177 | drhd = (struct acpi_dmar_hardware_unit *)header; |
| 178 | if (!drhd->address) { | ||
| 179 | /* Promote an attitude of violence to a BIOS engineer today */ | ||
| 180 | WARN(1, "Your BIOS is broken; DMAR reported at address zero!\n" | ||
| 181 | "BIOS vendor: %s; Ver: %s; Product Version: %s\n", | ||
| 182 | dmi_get_system_info(DMI_BIOS_VENDOR), | ||
| 183 | dmi_get_system_info(DMI_BIOS_VERSION), | ||
| 184 | dmi_get_system_info(DMI_PRODUCT_VERSION)); | ||
| 185 | return -ENODEV; | ||
| 186 | } | ||
| 187 | dmaru = kzalloc(sizeof(*dmaru), GFP_KERNEL); | 178 | dmaru = kzalloc(sizeof(*dmaru), GFP_KERNEL); |
| 188 | if (!dmaru) | 179 | if (!dmaru) |
| 189 | return -ENOMEM; | 180 | return -ENOMEM; |
| @@ -591,12 +582,53 @@ int __init dmar_table_init(void) | |||
| 591 | return 0; | 582 | return 0; |
| 592 | } | 583 | } |
| 593 | 584 | ||
| 585 | int __init check_zero_address(void) | ||
| 586 | { | ||
| 587 | struct acpi_table_dmar *dmar; | ||
| 588 | struct acpi_dmar_header *entry_header; | ||
| 589 | struct acpi_dmar_hardware_unit *drhd; | ||
| 590 | |||
| 591 | dmar = (struct acpi_table_dmar *)dmar_tbl; | ||
| 592 | entry_header = (struct acpi_dmar_header *)(dmar + 1); | ||
| 593 | |||
| 594 | while (((unsigned long)entry_header) < | ||
| 595 | (((unsigned long)dmar) + dmar_tbl->length)) { | ||
| 596 | /* Avoid looping forever on bad ACPI tables */ | ||
| 597 | if (entry_header->length == 0) { | ||
| 598 | printk(KERN_WARNING PREFIX | ||
| 599 | "Invalid 0-length structure\n"); | ||
| 600 | return 0; | ||
| 601 | } | ||
| 602 | |||
| 603 | if (entry_header->type == ACPI_DMAR_TYPE_HARDWARE_UNIT) { | ||
| 604 | drhd = (void *)entry_header; | ||
| 605 | if (!drhd->address) { | ||
| 606 | /* Promote an attitude of violence to a BIOS engineer today */ | ||
| 607 | WARN(1, "Your BIOS is broken; DMAR reported at address zero!\n" | ||
| 608 | "BIOS vendor: %s; Ver: %s; Product Version: %s\n", | ||
| 609 | dmi_get_system_info(DMI_BIOS_VENDOR), | ||
| 610 | dmi_get_system_info(DMI_BIOS_VERSION), | ||
| 611 | dmi_get_system_info(DMI_PRODUCT_VERSION)); | ||
| 612 | #ifdef CONFIG_DMAR | ||
| 613 | dmar_disabled = 1; | ||
| 614 | #endif | ||
| 615 | return 0; | ||
| 616 | } | ||
| 617 | break; | ||
| 618 | } | ||
| 619 | |||
| 620 | entry_header = ((void *)entry_header + entry_header->length); | ||
| 621 | } | ||
| 622 | return 1; | ||
| 623 | } | ||
| 624 | |||
| 594 | void __init detect_intel_iommu(void) | 625 | void __init detect_intel_iommu(void) |
| 595 | { | 626 | { |
| 596 | int ret; | 627 | int ret; |
| 597 | 628 | ||
| 598 | ret = dmar_table_detect(); | 629 | ret = dmar_table_detect(); |
| 599 | 630 | if (ret) | |
| 631 | ret = check_zero_address(); | ||
| 600 | { | 632 | { |
| 601 | #ifdef CONFIG_INTR_REMAP | 633 | #ifdef CONFIG_INTR_REMAP |
| 602 | struct acpi_table_dmar *dmar; | 634 | struct acpi_table_dmar *dmar; |
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index b1e97e682500..1840a0578a42 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c | |||
| @@ -2767,7 +2767,15 @@ static void *intel_alloc_coherent(struct device *hwdev, size_t size, | |||
| 2767 | 2767 | ||
| 2768 | size = PAGE_ALIGN(size); | 2768 | size = PAGE_ALIGN(size); |
| 2769 | order = get_order(size); | 2769 | order = get_order(size); |
| 2770 | flags &= ~(GFP_DMA | GFP_DMA32); | 2770 | |
| 2771 | if (!iommu_no_mapping(hwdev)) | ||
| 2772 | flags &= ~(GFP_DMA | GFP_DMA32); | ||
| 2773 | else if (hwdev->coherent_dma_mask < dma_get_required_mask(hwdev)) { | ||
| 2774 | if (hwdev->coherent_dma_mask < DMA_BIT_MASK(32)) | ||
| 2775 | flags |= GFP_DMA; | ||
| 2776 | else | ||
| 2777 | flags |= GFP_DMA32; | ||
| 2778 | } | ||
| 2771 | 2779 | ||
| 2772 | vaddr = (void *)__get_free_pages(flags, order); | 2780 | vaddr = (void *)__get_free_pages(flags, order); |
| 2773 | if (!vaddr) | 2781 | if (!vaddr) |
| @@ -3207,6 +3215,33 @@ static int __init init_iommu_sysfs(void) | |||
| 3207 | } | 3215 | } |
| 3208 | #endif /* CONFIG_PM */ | 3216 | #endif /* CONFIG_PM */ |
| 3209 | 3217 | ||
| 3218 | /* | ||
| 3219 | * Here we only respond to action of unbound device from driver. | ||
| 3220 | * | ||
| 3221 | * Added device is not attached to its DMAR domain here yet. That will happen | ||
| 3222 | * when mapping the device to iova. | ||
| 3223 | */ | ||
| 3224 | static int device_notifier(struct notifier_block *nb, | ||
| 3225 | unsigned long action, void *data) | ||
| 3226 | { | ||
| 3227 | struct device *dev = data; | ||
| 3228 | struct pci_dev *pdev = to_pci_dev(dev); | ||
| 3229 | struct dmar_domain *domain; | ||
| 3230 | |||
| 3231 | domain = find_domain(pdev); | ||
| 3232 | if (!domain) | ||
| 3233 | return 0; | ||
| 3234 | |||
| 3235 | if (action == BUS_NOTIFY_UNBOUND_DRIVER && !iommu_pass_through) | ||
| 3236 | domain_remove_one_dev_info(domain, pdev); | ||
| 3237 | |||
| 3238 | return 0; | ||
| 3239 | } | ||
| 3240 | |||
| 3241 | static struct notifier_block device_nb = { | ||
| 3242 | .notifier_call = device_notifier, | ||
| 3243 | }; | ||
| 3244 | |||
| 3210 | int __init intel_iommu_init(void) | 3245 | int __init intel_iommu_init(void) |
| 3211 | { | 3246 | { |
| 3212 | int ret = 0; | 3247 | int ret = 0; |
| @@ -3259,6 +3294,8 @@ int __init intel_iommu_init(void) | |||
| 3259 | 3294 | ||
| 3260 | register_iommu(&intel_iommu_ops); | 3295 | register_iommu(&intel_iommu_ops); |
| 3261 | 3296 | ||
| 3297 | bus_register_notifier(&pci_bus_type, &device_nb); | ||
| 3298 | |||
| 3262 | return 0; | 3299 | return 0; |
| 3263 | } | 3300 | } |
| 3264 | 3301 | ||
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 744ea1d0b59b..efe568deda12 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
| @@ -1283,7 +1283,8 @@ static int _regulator_disable(struct regulator_dev *rdev) | |||
| 1283 | return -EIO; | 1283 | return -EIO; |
| 1284 | 1284 | ||
| 1285 | /* are we the last user and permitted to disable ? */ | 1285 | /* are we the last user and permitted to disable ? */ |
| 1286 | if (rdev->use_count == 1 && !rdev->constraints->always_on) { | 1286 | if (rdev->use_count == 1 && |
| 1287 | (rdev->constraints && !rdev->constraints->always_on)) { | ||
| 1287 | 1288 | ||
| 1288 | /* we are last user */ | 1289 | /* we are last user */ |
| 1289 | if (_regulator_can_change_status(rdev) && | 1290 | if (_regulator_can_change_status(rdev) && |
diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index f8b295700d7d..f9f516a3028a 100644 --- a/drivers/regulator/fixed.c +++ b/drivers/regulator/fixed.c | |||
| @@ -196,11 +196,10 @@ static int regulator_fixed_voltage_remove(struct platform_device *pdev) | |||
| 196 | struct fixed_voltage_data *drvdata = platform_get_drvdata(pdev); | 196 | struct fixed_voltage_data *drvdata = platform_get_drvdata(pdev); |
| 197 | 197 | ||
| 198 | regulator_unregister(drvdata->dev); | 198 | regulator_unregister(drvdata->dev); |
| 199 | kfree(drvdata->desc.name); | ||
| 200 | kfree(drvdata); | ||
| 201 | |||
| 202 | if (gpio_is_valid(drvdata->gpio)) | 199 | if (gpio_is_valid(drvdata->gpio)) |
| 203 | gpio_free(drvdata->gpio); | 200 | gpio_free(drvdata->gpio); |
| 201 | kfree(drvdata->desc.name); | ||
| 202 | kfree(drvdata); | ||
| 204 | 203 | ||
| 205 | return 0; | 204 | return 0; |
| 206 | } | 205 | } |
diff --git a/drivers/regulator/wm831x-ldo.c b/drivers/regulator/wm831x-ldo.c index bb61aede4801..902db56ce099 100644 --- a/drivers/regulator/wm831x-ldo.c +++ b/drivers/regulator/wm831x-ldo.c | |||
| @@ -175,18 +175,18 @@ static unsigned int wm831x_gp_ldo_get_mode(struct regulator_dev *rdev) | |||
| 175 | struct wm831x *wm831x = ldo->wm831x; | 175 | struct wm831x *wm831x = ldo->wm831x; |
| 176 | int ctrl_reg = ldo->base + WM831X_LDO_CONTROL; | 176 | int ctrl_reg = ldo->base + WM831X_LDO_CONTROL; |
| 177 | int on_reg = ldo->base + WM831X_LDO_ON_CONTROL; | 177 | int on_reg = ldo->base + WM831X_LDO_ON_CONTROL; |
| 178 | unsigned int ret; | 178 | int ret; |
| 179 | 179 | ||
| 180 | ret = wm831x_reg_read(wm831x, on_reg); | 180 | ret = wm831x_reg_read(wm831x, on_reg); |
| 181 | if (ret < 0) | 181 | if (ret < 0) |
| 182 | return 0; | 182 | return ret; |
| 183 | 183 | ||
| 184 | if (!(ret & WM831X_LDO1_ON_MODE)) | 184 | if (!(ret & WM831X_LDO1_ON_MODE)) |
| 185 | return REGULATOR_MODE_NORMAL; | 185 | return REGULATOR_MODE_NORMAL; |
| 186 | 186 | ||
| 187 | ret = wm831x_reg_read(wm831x, ctrl_reg); | 187 | ret = wm831x_reg_read(wm831x, ctrl_reg); |
| 188 | if (ret < 0) | 188 | if (ret < 0) |
| 189 | return 0; | 189 | return ret; |
| 190 | 190 | ||
| 191 | if (ret & WM831X_LDO1_LP_MODE) | 191 | if (ret & WM831X_LDO1_LP_MODE) |
| 192 | return REGULATOR_MODE_STANDBY; | 192 | return REGULATOR_MODE_STANDBY; |
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 3c20dae43ce2..e11e1cda4ba2 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -780,7 +780,7 @@ config RTC_DRV_TX4939 | |||
| 780 | 780 | ||
| 781 | config RTC_DRV_MV | 781 | config RTC_DRV_MV |
| 782 | tristate "Marvell SoC RTC" | 782 | tristate "Marvell SoC RTC" |
| 783 | depends on ARCH_KIRKWOOD | 783 | depends on ARCH_KIRKWOOD || ARCH_DOVE |
| 784 | help | 784 | help |
| 785 | If you say yes here you will get support for the in-chip RTC | 785 | If you say yes here you will get support for the in-chip RTC |
| 786 | that can be found in some of Marvell's SoC devices, such as | 786 | that can be found in some of Marvell's SoC devices, such as |
diff --git a/drivers/rtc/rtc-coh901331.c b/drivers/rtc/rtc-coh901331.c index 7fe1fa26c52c..03ea530981d1 100644 --- a/drivers/rtc/rtc-coh901331.c +++ b/drivers/rtc/rtc-coh901331.c | |||
| @@ -58,7 +58,16 @@ static irqreturn_t coh901331_interrupt(int irq, void *data) | |||
| 58 | clk_enable(rtap->clk); | 58 | clk_enable(rtap->clk); |
| 59 | /* Ack IRQ */ | 59 | /* Ack IRQ */ |
| 60 | writel(1, rtap->virtbase + COH901331_IRQ_EVENT); | 60 | writel(1, rtap->virtbase + COH901331_IRQ_EVENT); |
| 61 | /* | ||
| 62 | * Disable the interrupt. This is necessary because | ||
| 63 | * the RTC lives on a lower-clocked line and will | ||
| 64 | * not release the IRQ line until after a few (slower) | ||
| 65 | * clock cycles. The interrupt will be re-enabled when | ||
| 66 | * a new alarm is set anyway. | ||
| 67 | */ | ||
| 68 | writel(0, rtap->virtbase + COH901331_IRQ_MASK); | ||
| 61 | clk_disable(rtap->clk); | 69 | clk_disable(rtap->clk); |
| 70 | |||
| 62 | /* Set alarm flag */ | 71 | /* Set alarm flag */ |
| 63 | rtc_update_irq(rtap->rtc, 1, RTC_AF); | 72 | rtc_update_irq(rtap->rtc, 1, RTC_AF); |
| 64 | 73 | ||
| @@ -128,6 +137,8 @@ static int coh901331_alarm_irq_enable(struct device *dev, unsigned int enabled) | |||
| 128 | else | 137 | else |
| 129 | writel(0, rtap->virtbase + COH901331_IRQ_MASK); | 138 | writel(0, rtap->virtbase + COH901331_IRQ_MASK); |
| 130 | clk_disable(rtap->clk); | 139 | clk_disable(rtap->clk); |
| 140 | |||
| 141 | return 0; | ||
| 131 | } | 142 | } |
| 132 | 143 | ||
| 133 | static struct rtc_class_ops coh901331_ops = { | 144 | static struct rtc_class_ops coh901331_ops = { |
diff --git a/drivers/s390/char/monreader.c b/drivers/s390/char/monreader.c index 89ece1c235aa..66e21dd23154 100644 --- a/drivers/s390/char/monreader.c +++ b/drivers/s390/char/monreader.c | |||
| @@ -357,6 +357,7 @@ static int mon_close(struct inode *inode, struct file *filp) | |||
| 357 | atomic_set(&monpriv->msglim_count, 0); | 357 | atomic_set(&monpriv->msglim_count, 0); |
| 358 | monpriv->write_index = 0; | 358 | monpriv->write_index = 0; |
| 359 | monpriv->read_index = 0; | 359 | monpriv->read_index = 0; |
| 360 | dev_set_drvdata(monreader_device, NULL); | ||
| 360 | 361 | ||
| 361 | for (i = 0; i < MON_MSGLIM; i++) | 362 | for (i = 0; i < MON_MSGLIM; i++) |
| 362 | kfree(monpriv->msg_array[i]); | 363 | kfree(monpriv->msg_array[i]); |
diff --git a/drivers/s390/char/sclp_quiesce.c b/drivers/s390/char/sclp_quiesce.c index 84c191c1cd62..05909a7df8b3 100644 --- a/drivers/s390/char/sclp_quiesce.c +++ b/drivers/s390/char/sclp_quiesce.c | |||
| @@ -20,9 +20,12 @@ | |||
| 20 | 20 | ||
| 21 | #include "sclp.h" | 21 | #include "sclp.h" |
| 22 | 22 | ||
| 23 | static void (*old_machine_restart)(char *); | ||
| 24 | static void (*old_machine_halt)(void); | ||
| 25 | static void (*old_machine_power_off)(void); | ||
| 26 | |||
| 23 | /* Shutdown handler. Signal completion of shutdown by loading special PSW. */ | 27 | /* Shutdown handler. Signal completion of shutdown by loading special PSW. */ |
| 24 | static void | 28 | static void do_machine_quiesce(void) |
| 25 | do_machine_quiesce(void) | ||
| 26 | { | 29 | { |
| 27 | psw_t quiesce_psw; | 30 | psw_t quiesce_psw; |
| 28 | 31 | ||
| @@ -33,23 +36,48 @@ do_machine_quiesce(void) | |||
| 33 | } | 36 | } |
| 34 | 37 | ||
| 35 | /* Handler for quiesce event. Start shutdown procedure. */ | 38 | /* Handler for quiesce event. Start shutdown procedure. */ |
| 36 | static void | 39 | static void sclp_quiesce_handler(struct evbuf_header *evbuf) |
| 37 | sclp_quiesce_handler(struct evbuf_header *evbuf) | ||
| 38 | { | 40 | { |
| 39 | _machine_restart = (void *) do_machine_quiesce; | 41 | if (_machine_restart != (void *) do_machine_quiesce) { |
| 40 | _machine_halt = do_machine_quiesce; | 42 | old_machine_restart = _machine_restart; |
| 41 | _machine_power_off = do_machine_quiesce; | 43 | old_machine_halt = _machine_halt; |
| 44 | old_machine_power_off = _machine_power_off; | ||
| 45 | _machine_restart = (void *) do_machine_quiesce; | ||
| 46 | _machine_halt = do_machine_quiesce; | ||
| 47 | _machine_power_off = do_machine_quiesce; | ||
| 48 | } | ||
| 42 | ctrl_alt_del(); | 49 | ctrl_alt_del(); |
| 43 | } | 50 | } |
| 44 | 51 | ||
| 52 | /* Undo machine restart/halt/power_off modification on resume */ | ||
| 53 | static void sclp_quiesce_pm_event(struct sclp_register *reg, | ||
| 54 | enum sclp_pm_event sclp_pm_event) | ||
| 55 | { | ||
| 56 | switch (sclp_pm_event) { | ||
| 57 | case SCLP_PM_EVENT_RESTORE: | ||
| 58 | if (old_machine_restart) { | ||
| 59 | _machine_restart = old_machine_restart; | ||
| 60 | _machine_halt = old_machine_halt; | ||
| 61 | _machine_power_off = old_machine_power_off; | ||
| 62 | old_machine_restart = NULL; | ||
| 63 | old_machine_halt = NULL; | ||
| 64 | old_machine_power_off = NULL; | ||
| 65 | } | ||
| 66 | break; | ||
| 67 | case SCLP_PM_EVENT_FREEZE: | ||
| 68 | case SCLP_PM_EVENT_THAW: | ||
| 69 | break; | ||
| 70 | } | ||
| 71 | } | ||
| 72 | |||
| 45 | static struct sclp_register sclp_quiesce_event = { | 73 | static struct sclp_register sclp_quiesce_event = { |
| 46 | .receive_mask = EVTYP_SIGQUIESCE_MASK, | 74 | .receive_mask = EVTYP_SIGQUIESCE_MASK, |
| 47 | .receiver_fn = sclp_quiesce_handler | 75 | .receiver_fn = sclp_quiesce_handler, |
| 76 | .pm_event_fn = sclp_quiesce_pm_event | ||
| 48 | }; | 77 | }; |
| 49 | 78 | ||
| 50 | /* Initialize quiesce driver. */ | 79 | /* Initialize quiesce driver. */ |
| 51 | static int __init | 80 | static int __init sclp_quiesce_init(void) |
| 52 | sclp_quiesce_init(void) | ||
| 53 | { | 81 | { |
| 54 | return sclp_register(&sclp_quiesce_event); | 82 | return sclp_register(&sclp_quiesce_event); |
| 55 | } | 83 | } |
diff --git a/drivers/scsi/bfa/bfad_fwimg.c b/drivers/scsi/bfa/bfad_fwimg.c index b2f6949bc8d3..bd34b0db2d6b 100644 --- a/drivers/scsi/bfa/bfad_fwimg.c +++ b/drivers/scsi/bfa/bfad_fwimg.c | |||
| @@ -41,6 +41,8 @@ u32 *bfi_image_cb; | |||
| 41 | 41 | ||
| 42 | #define BFAD_FW_FILE_CT "ctfw.bin" | 42 | #define BFAD_FW_FILE_CT "ctfw.bin" |
| 43 | #define BFAD_FW_FILE_CB "cbfw.bin" | 43 | #define BFAD_FW_FILE_CB "cbfw.bin" |
| 44 | MODULE_FIRMWARE(BFAD_FW_FILE_CT); | ||
| 45 | MODULE_FIRMWARE(BFAD_FW_FILE_CB); | ||
| 44 | 46 | ||
| 45 | u32 * | 47 | u32 * |
| 46 | bfad_read_firmware(struct pci_dev *pdev, u32 **bfi_image, | 48 | bfad_read_firmware(struct pci_dev *pdev, u32 **bfi_image, |
diff --git a/drivers/scsi/bfa/bfad_im.c b/drivers/scsi/bfa/bfad_im.c index 158c99243c08..55d012a9a668 100644 --- a/drivers/scsi/bfa/bfad_im.c +++ b/drivers/scsi/bfa/bfad_im.c | |||
| @@ -948,7 +948,7 @@ bfad_os_fc_host_init(struct bfad_im_port_s *im_port) | |||
| 948 | if (bfad_supported_fc4s & (BFA_PORT_ROLE_FCP_IM | BFA_PORT_ROLE_FCP_TM)) | 948 | if (bfad_supported_fc4s & (BFA_PORT_ROLE_FCP_IM | BFA_PORT_ROLE_FCP_TM)) |
| 949 | /* For FCP type 0x08 */ | 949 | /* For FCP type 0x08 */ |
| 950 | fc_host_supported_fc4s(host)[2] = 1; | 950 | fc_host_supported_fc4s(host)[2] = 1; |
| 951 | if (bfad_supported_fc4s | BFA_PORT_ROLE_FCP_IPFC) | 951 | if (bfad_supported_fc4s & BFA_PORT_ROLE_FCP_IPFC) |
| 952 | /* For LLC/SNAP type 0x05 */ | 952 | /* For LLC/SNAP type 0x05 */ |
| 953 | fc_host_supported_fc4s(host)[3] = 0x20; | 953 | fc_host_supported_fc4s(host)[3] = 0x20; |
| 954 | /* For fibre channel services type 0x20 */ | 954 | /* For fibre channel services type 0x20 */ |
diff --git a/drivers/scsi/gdth.c b/drivers/scsi/gdth.c index 185e6bc4dd40..9e8fce0f0c1b 100644 --- a/drivers/scsi/gdth.c +++ b/drivers/scsi/gdth.c | |||
| @@ -2900,7 +2900,7 @@ static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr) | |||
| 2900 | eindex = handle; | 2900 | eindex = handle; |
| 2901 | estr->event_source = 0; | 2901 | estr->event_source = 0; |
| 2902 | 2902 | ||
| 2903 | if (eindex >= MAX_EVENTS) { | 2903 | if (eindex < 0 || eindex >= MAX_EVENTS) { |
| 2904 | spin_unlock_irqrestore(&ha->smp_lock, flags); | 2904 | spin_unlock_irqrestore(&ha->smp_lock, flags); |
| 2905 | return eindex; | 2905 | return eindex; |
| 2906 | } | 2906 | } |
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index 5f045505a1f4..76d294fc7846 100644 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c | |||
| @@ -4189,6 +4189,25 @@ static irqreturn_t ipr_handle_other_interrupt(struct ipr_ioa_cfg *ioa_cfg, | |||
| 4189 | } | 4189 | } |
| 4190 | 4190 | ||
| 4191 | /** | 4191 | /** |
| 4192 | * ipr_isr_eh - Interrupt service routine error handler | ||
| 4193 | * @ioa_cfg: ioa config struct | ||
| 4194 | * @msg: message to log | ||
| 4195 | * | ||
| 4196 | * Return value: | ||
| 4197 | * none | ||
| 4198 | **/ | ||
| 4199 | static void ipr_isr_eh(struct ipr_ioa_cfg *ioa_cfg, char *msg) | ||
| 4200 | { | ||
| 4201 | ioa_cfg->errors_logged++; | ||
| 4202 | dev_err(&ioa_cfg->pdev->dev, "%s\n", msg); | ||
| 4203 | |||
| 4204 | if (WAIT_FOR_DUMP == ioa_cfg->sdt_state) | ||
| 4205 | ioa_cfg->sdt_state = GET_DUMP; | ||
| 4206 | |||
| 4207 | ipr_initiate_ioa_reset(ioa_cfg, IPR_SHUTDOWN_NONE); | ||
| 4208 | } | ||
| 4209 | |||
| 4210 | /** | ||
| 4192 | * ipr_isr - Interrupt service routine | 4211 | * ipr_isr - Interrupt service routine |
| 4193 | * @irq: irq number | 4212 | * @irq: irq number |
| 4194 | * @devp: pointer to ioa config struct | 4213 | * @devp: pointer to ioa config struct |
| @@ -4203,6 +4222,7 @@ static irqreturn_t ipr_isr(int irq, void *devp) | |||
| 4203 | volatile u32 int_reg, int_mask_reg; | 4222 | volatile u32 int_reg, int_mask_reg; |
| 4204 | u32 ioasc; | 4223 | u32 ioasc; |
| 4205 | u16 cmd_index; | 4224 | u16 cmd_index; |
| 4225 | int num_hrrq = 0; | ||
| 4206 | struct ipr_cmnd *ipr_cmd; | 4226 | struct ipr_cmnd *ipr_cmd; |
| 4207 | irqreturn_t rc = IRQ_NONE; | 4227 | irqreturn_t rc = IRQ_NONE; |
| 4208 | 4228 | ||
| @@ -4233,13 +4253,7 @@ static irqreturn_t ipr_isr(int irq, void *devp) | |||
| 4233 | IPR_HRRQ_REQ_RESP_HANDLE_MASK) >> IPR_HRRQ_REQ_RESP_HANDLE_SHIFT; | 4253 | IPR_HRRQ_REQ_RESP_HANDLE_MASK) >> IPR_HRRQ_REQ_RESP_HANDLE_SHIFT; |
| 4234 | 4254 | ||
| 4235 | if (unlikely(cmd_index >= IPR_NUM_CMD_BLKS)) { | 4255 | if (unlikely(cmd_index >= IPR_NUM_CMD_BLKS)) { |
| 4236 | ioa_cfg->errors_logged++; | 4256 | ipr_isr_eh(ioa_cfg, "Invalid response handle from IOA"); |
| 4237 | dev_err(&ioa_cfg->pdev->dev, "Invalid response handle from IOA\n"); | ||
| 4238 | |||
| 4239 | if (WAIT_FOR_DUMP == ioa_cfg->sdt_state) | ||
| 4240 | ioa_cfg->sdt_state = GET_DUMP; | ||
| 4241 | |||
| 4242 | ipr_initiate_ioa_reset(ioa_cfg, IPR_SHUTDOWN_NONE); | ||
| 4243 | spin_unlock_irqrestore(ioa_cfg->host->host_lock, lock_flags); | 4257 | spin_unlock_irqrestore(ioa_cfg->host->host_lock, lock_flags); |
| 4244 | return IRQ_HANDLED; | 4258 | return IRQ_HANDLED; |
| 4245 | } | 4259 | } |
| @@ -4266,8 +4280,18 @@ static irqreturn_t ipr_isr(int irq, void *devp) | |||
| 4266 | 4280 | ||
| 4267 | if (ipr_cmd != NULL) { | 4281 | if (ipr_cmd != NULL) { |
| 4268 | /* Clear the PCI interrupt */ | 4282 | /* Clear the PCI interrupt */ |
| 4269 | writel(IPR_PCII_HRRQ_UPDATED, ioa_cfg->regs.clr_interrupt_reg); | 4283 | do { |
| 4270 | int_reg = readl(ioa_cfg->regs.sense_interrupt_reg) & ~int_mask_reg; | 4284 | writel(IPR_PCII_HRRQ_UPDATED, ioa_cfg->regs.clr_interrupt_reg); |
| 4285 | int_reg = readl(ioa_cfg->regs.sense_interrupt_reg) & ~int_mask_reg; | ||
| 4286 | } while (int_reg & IPR_PCII_HRRQ_UPDATED && | ||
| 4287 | num_hrrq++ < IPR_MAX_HRRQ_RETRIES); | ||
| 4288 | |||
| 4289 | if (int_reg & IPR_PCII_HRRQ_UPDATED) { | ||
| 4290 | ipr_isr_eh(ioa_cfg, "Error clearing HRRQ"); | ||
| 4291 | spin_unlock_irqrestore(ioa_cfg->host->host_lock, lock_flags); | ||
| 4292 | return IRQ_HANDLED; | ||
| 4293 | } | ||
| 4294 | |||
| 4271 | } else | 4295 | } else |
| 4272 | break; | 4296 | break; |
| 4273 | } | 4297 | } |
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index 163245a1c3e5..19bbcf39f0c9 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h | |||
| @@ -144,6 +144,7 @@ | |||
| 144 | #define IPR_IOA_MAX_SECTORS 32767 | 144 | #define IPR_IOA_MAX_SECTORS 32767 |
| 145 | #define IPR_VSET_MAX_SECTORS 512 | 145 | #define IPR_VSET_MAX_SECTORS 512 |
| 146 | #define IPR_MAX_CDB_LEN 16 | 146 | #define IPR_MAX_CDB_LEN 16 |
| 147 | #define IPR_MAX_HRRQ_RETRIES 3 | ||
| 147 | 148 | ||
| 148 | #define IPR_DEFAULT_BUS_WIDTH 16 | 149 | #define IPR_DEFAULT_BUS_WIDTH 16 |
| 149 | #define IPR_80MBs_SCSI_RATE ((80 * 10) / (IPR_DEFAULT_BUS_WIDTH / 8)) | 150 | #define IPR_80MBs_SCSI_RATE ((80 * 10) / (IPR_DEFAULT_BUS_WIDTH / 8)) |
diff --git a/drivers/scsi/libsas/sas_expander.c b/drivers/scsi/libsas/sas_expander.c index b3381959acce..33cf988c8c8a 100644 --- a/drivers/scsi/libsas/sas_expander.c +++ b/drivers/scsi/libsas/sas_expander.c | |||
| @@ -960,7 +960,6 @@ static int sas_ex_discover_dev(struct domain_device *dev, int phy_id) | |||
| 960 | 960 | ||
| 961 | } | 961 | } |
| 962 | } | 962 | } |
| 963 | res = 0; | ||
| 964 | } | 963 | } |
| 965 | 964 | ||
| 966 | return res; | 965 | return res; |
diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index f7c70e2a8224..0a97bc9074bb 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c | |||
| @@ -1071,7 +1071,7 @@ static struct pmcraid_cmd *pmcraid_init_hcam | |||
| 1071 | 1071 | ||
| 1072 | ioarcb->data_transfer_length = cpu_to_le32(rcb_size); | 1072 | ioarcb->data_transfer_length = cpu_to_le32(rcb_size); |
| 1073 | 1073 | ||
| 1074 | ioadl[0].flags |= cpu_to_le32(IOADL_FLAGS_READ_LAST); | 1074 | ioadl[0].flags |= IOADL_FLAGS_READ_LAST; |
| 1075 | ioadl[0].data_len = cpu_to_le32(rcb_size); | 1075 | ioadl[0].data_len = cpu_to_le32(rcb_size); |
| 1076 | ioadl[0].address = cpu_to_le32(dma); | 1076 | ioadl[0].address = cpu_to_le32(dma); |
| 1077 | 1077 | ||
| @@ -2251,7 +2251,7 @@ static void pmcraid_request_sense(struct pmcraid_cmd *cmd) | |||
| 2251 | 2251 | ||
| 2252 | ioadl->address = cpu_to_le64(cmd->sense_buffer_dma); | 2252 | ioadl->address = cpu_to_le64(cmd->sense_buffer_dma); |
| 2253 | ioadl->data_len = cpu_to_le32(SCSI_SENSE_BUFFERSIZE); | 2253 | ioadl->data_len = cpu_to_le32(SCSI_SENSE_BUFFERSIZE); |
| 2254 | ioadl->flags = cpu_to_le32(IOADL_FLAGS_LAST_DESC); | 2254 | ioadl->flags = IOADL_FLAGS_LAST_DESC; |
| 2255 | 2255 | ||
| 2256 | /* request sense might be called as part of error response processing | 2256 | /* request sense might be called as part of error response processing |
| 2257 | * which runs in tasklets context. It is possible that mid-layer might | 2257 | * which runs in tasklets context. It is possible that mid-layer might |
| @@ -3017,7 +3017,7 @@ static int pmcraid_build_ioadl( | |||
| 3017 | ioadl[i].flags = 0; | 3017 | ioadl[i].flags = 0; |
| 3018 | } | 3018 | } |
| 3019 | /* setup last descriptor */ | 3019 | /* setup last descriptor */ |
| 3020 | ioadl[i - 1].flags = cpu_to_le32(IOADL_FLAGS_LAST_DESC); | 3020 | ioadl[i - 1].flags = IOADL_FLAGS_LAST_DESC; |
| 3021 | 3021 | ||
| 3022 | return 0; | 3022 | return 0; |
| 3023 | } | 3023 | } |
| @@ -3387,7 +3387,7 @@ static int pmcraid_build_passthrough_ioadls( | |||
| 3387 | } | 3387 | } |
| 3388 | 3388 | ||
| 3389 | /* setup the last descriptor */ | 3389 | /* setup the last descriptor */ |
| 3390 | ioadl[i - 1].flags = cpu_to_le32(IOADL_FLAGS_LAST_DESC); | 3390 | ioadl[i - 1].flags = IOADL_FLAGS_LAST_DESC; |
| 3391 | 3391 | ||
| 3392 | return 0; | 3392 | return 0; |
| 3393 | } | 3393 | } |
| @@ -5314,7 +5314,7 @@ static void pmcraid_querycfg(struct pmcraid_cmd *cmd) | |||
| 5314 | cpu_to_le32(sizeof(struct pmcraid_config_table)); | 5314 | cpu_to_le32(sizeof(struct pmcraid_config_table)); |
| 5315 | 5315 | ||
| 5316 | ioadl = &(ioarcb->add_data.u.ioadl[0]); | 5316 | ioadl = &(ioarcb->add_data.u.ioadl[0]); |
| 5317 | ioadl->flags = cpu_to_le32(IOADL_FLAGS_LAST_DESC); | 5317 | ioadl->flags = IOADL_FLAGS_LAST_DESC; |
| 5318 | ioadl->address = cpu_to_le64(pinstance->cfg_table_bus_addr); | 5318 | ioadl->address = cpu_to_le64(pinstance->cfg_table_bus_addr); |
| 5319 | ioadl->data_len = cpu_to_le32(sizeof(struct pmcraid_config_table)); | 5319 | ioadl->data_len = cpu_to_le32(sizeof(struct pmcraid_config_table)); |
| 5320 | 5320 | ||
diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c index a67fed10598a..c6f70dae9b2e 100644 --- a/drivers/scsi/scsi_transport_fc.c +++ b/drivers/scsi/scsi_transport_fc.c | |||
| @@ -3656,6 +3656,7 @@ fc_bsg_host_dispatch(struct request_queue *q, struct Scsi_Host *shost, | |||
| 3656 | fail_host_msg: | 3656 | fail_host_msg: |
| 3657 | /* return the errno failure code as the only status */ | 3657 | /* return the errno failure code as the only status */ |
| 3658 | BUG_ON(job->reply_len < sizeof(uint32_t)); | 3658 | BUG_ON(job->reply_len < sizeof(uint32_t)); |
| 3659 | job->reply->reply_payload_rcv_len = 0; | ||
| 3659 | job->reply->result = ret; | 3660 | job->reply->result = ret; |
| 3660 | job->reply_len = sizeof(uint32_t); | 3661 | job->reply_len = sizeof(uint32_t); |
| 3661 | fc_bsg_jobdone(job); | 3662 | fc_bsg_jobdone(job); |
| @@ -3741,6 +3742,7 @@ check_bidi: | |||
| 3741 | fail_rport_msg: | 3742 | fail_rport_msg: |
| 3742 | /* return the errno failure code as the only status */ | 3743 | /* return the errno failure code as the only status */ |
| 3743 | BUG_ON(job->reply_len < sizeof(uint32_t)); | 3744 | BUG_ON(job->reply_len < sizeof(uint32_t)); |
| 3745 | job->reply->reply_payload_rcv_len = 0; | ||
| 3744 | job->reply->result = ret; | 3746 | job->reply->result = ret; |
| 3745 | job->reply_len = sizeof(uint32_t); | 3747 | job->reply_len = sizeof(uint32_t); |
| 3746 | fc_bsg_jobdone(job); | 3748 | fc_bsg_jobdone(job); |
| @@ -3797,6 +3799,7 @@ fc_bsg_request_handler(struct request_queue *q, struct Scsi_Host *shost, | |||
| 3797 | /* check if we have the msgcode value at least */ | 3799 | /* check if we have the msgcode value at least */ |
| 3798 | if (job->request_len < sizeof(uint32_t)) { | 3800 | if (job->request_len < sizeof(uint32_t)) { |
| 3799 | BUG_ON(job->reply_len < sizeof(uint32_t)); | 3801 | BUG_ON(job->reply_len < sizeof(uint32_t)); |
| 3802 | job->reply->reply_payload_rcv_len = 0; | ||
| 3800 | job->reply->result = -ENOMSG; | 3803 | job->reply->result = -ENOMSG; |
| 3801 | job->reply_len = sizeof(uint32_t); | 3804 | job->reply_len = sizeof(uint32_t); |
| 3802 | fc_bsg_jobdone(job); | 3805 | fc_bsg_jobdone(job); |
diff --git a/drivers/spi/spi_stmp.c b/drivers/spi/spi_stmp.c index d871dc23909c..2552bb364005 100644 --- a/drivers/spi/spi_stmp.c +++ b/drivers/spi/spi_stmp.c | |||
| @@ -242,7 +242,7 @@ static int stmp_spi_txrx_dma(struct stmp_spi *ss, int cs, | |||
| 242 | wait_for_completion(&ss->done); | 242 | wait_for_completion(&ss->done); |
| 243 | 243 | ||
| 244 | if (!busy_wait(readl(ss->regs + HW_SSP_CTRL0) & BM_SSP_CTRL0_RUN)) | 244 | if (!busy_wait(readl(ss->regs + HW_SSP_CTRL0) & BM_SSP_CTRL0_RUN)) |
| 245 | status = ETIMEDOUT; | 245 | status = -ETIMEDOUT; |
| 246 | 246 | ||
| 247 | if (!dma_buf) | 247 | if (!dma_buf) |
| 248 | dma_unmap_single(ss->master_dev, spi_buf_dma, len, dir); | 248 | dma_unmap_single(ss->master_dev, spi_buf_dma, len, dir); |
diff --git a/drivers/ssb/scan.c b/drivers/ssb/scan.c index b74212d698c7..e8b89e8ac9bd 100644 --- a/drivers/ssb/scan.c +++ b/drivers/ssb/scan.c | |||
| @@ -162,6 +162,8 @@ static u8 chipid_to_nrcores(u16 chipid) | |||
| 162 | static u32 scan_read32(struct ssb_bus *bus, u8 current_coreidx, | 162 | static u32 scan_read32(struct ssb_bus *bus, u8 current_coreidx, |
| 163 | u16 offset) | 163 | u16 offset) |
| 164 | { | 164 | { |
| 165 | u32 lo, hi; | ||
| 166 | |||
| 165 | switch (bus->bustype) { | 167 | switch (bus->bustype) { |
| 166 | case SSB_BUSTYPE_SSB: | 168 | case SSB_BUSTYPE_SSB: |
| 167 | offset += current_coreidx * SSB_CORE_SIZE; | 169 | offset += current_coreidx * SSB_CORE_SIZE; |
| @@ -174,7 +176,9 @@ static u32 scan_read32(struct ssb_bus *bus, u8 current_coreidx, | |||
| 174 | offset -= 0x800; | 176 | offset -= 0x800; |
| 175 | } else | 177 | } else |
| 176 | ssb_pcmcia_switch_segment(bus, 0); | 178 | ssb_pcmcia_switch_segment(bus, 0); |
| 177 | break; | 179 | lo = readw(bus->mmio + offset); |
| 180 | hi = readw(bus->mmio + offset + 2); | ||
| 181 | return lo | (hi << 16); | ||
| 178 | case SSB_BUSTYPE_SDIO: | 182 | case SSB_BUSTYPE_SDIO: |
| 179 | offset += current_coreidx * SSB_CORE_SIZE; | 183 | offset += current_coreidx * SSB_CORE_SIZE; |
| 180 | return ssb_sdio_scan_read32(bus, offset); | 184 | return ssb_sdio_scan_read32(bus, offset); |
diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio/uio_pdrv_genirq.c index 02347c57357d..aa53db9f2e88 100644 --- a/drivers/uio/uio_pdrv_genirq.c +++ b/drivers/uio/uio_pdrv_genirq.c | |||
| @@ -178,6 +178,7 @@ static int uio_pdrv_genirq_probe(struct platform_device *pdev) | |||
| 178 | return 0; | 178 | return 0; |
| 179 | bad1: | 179 | bad1: |
| 180 | kfree(priv); | 180 | kfree(priv); |
| 181 | pm_runtime_disable(&pdev->dev); | ||
| 181 | bad0: | 182 | bad0: |
| 182 | return ret; | 183 | return ret; |
| 183 | } | 184 | } |
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index e3861b21e776..e4eca7810bcf 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c | |||
| @@ -609,9 +609,9 @@ static int acm_tty_open(struct tty_struct *tty, struct file *filp) | |||
| 609 | 609 | ||
| 610 | acm->throttle = 0; | 610 | acm->throttle = 0; |
| 611 | 611 | ||
| 612 | tasklet_schedule(&acm->urb_task); | ||
| 613 | set_bit(ASYNCB_INITIALIZED, &acm->port.flags); | 612 | set_bit(ASYNCB_INITIALIZED, &acm->port.flags); |
| 614 | rv = tty_port_block_til_ready(&acm->port, tty, filp); | 613 | rv = tty_port_block_til_ready(&acm->port, tty, filp); |
| 614 | tasklet_schedule(&acm->urb_task); | ||
| 615 | done: | 615 | done: |
| 616 | mutex_unlock(&acm->mutex); | 616 | mutex_unlock(&acm->mutex); |
| 617 | err_out: | 617 | err_out: |
| @@ -686,15 +686,21 @@ static void acm_tty_close(struct tty_struct *tty, struct file *filp) | |||
| 686 | 686 | ||
| 687 | /* Perform the closing process and see if we need to do the hardware | 687 | /* Perform the closing process and see if we need to do the hardware |
| 688 | shutdown */ | 688 | shutdown */ |
| 689 | if (!acm || tty_port_close_start(&acm->port, tty, filp) == 0) | 689 | if (!acm) |
| 690 | return; | ||
| 691 | if (tty_port_close_start(&acm->port, tty, filp) == 0) { | ||
| 692 | mutex_lock(&open_mutex); | ||
| 693 | if (!acm->dev) { | ||
| 694 | tty_port_tty_set(&acm->port, NULL); | ||
| 695 | acm_tty_unregister(acm); | ||
| 696 | tty->driver_data = NULL; | ||
| 697 | } | ||
| 698 | mutex_unlock(&open_mutex); | ||
| 690 | return; | 699 | return; |
| 700 | } | ||
| 691 | acm_port_down(acm, 0); | 701 | acm_port_down(acm, 0); |
| 692 | tty_port_close_end(&acm->port, tty); | 702 | tty_port_close_end(&acm->port, tty); |
| 693 | mutex_lock(&open_mutex); | ||
| 694 | tty_port_tty_set(&acm->port, NULL); | 703 | tty_port_tty_set(&acm->port, NULL); |
| 695 | if (!acm->dev) | ||
| 696 | acm_tty_unregister(acm); | ||
| 697 | mutex_unlock(&open_mutex); | ||
| 698 | } | 704 | } |
| 699 | 705 | ||
| 700 | static int acm_tty_write(struct tty_struct *tty, | 706 | static int acm_tty_write(struct tty_struct *tty, |
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 78bb7710f36d..24eb74781919 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
| @@ -87,6 +87,7 @@ static int ohci_restart (struct ohci_hcd *ohci); | |||
| 87 | #ifdef CONFIG_PCI | 87 | #ifdef CONFIG_PCI |
| 88 | static void quirk_amd_pll(int state); | 88 | static void quirk_amd_pll(int state); |
| 89 | static void amd_iso_dev_put(void); | 89 | static void amd_iso_dev_put(void); |
| 90 | static void sb800_prefetch(struct ohci_hcd *ohci, int on); | ||
| 90 | #else | 91 | #else |
| 91 | static inline void quirk_amd_pll(int state) | 92 | static inline void quirk_amd_pll(int state) |
| 92 | { | 93 | { |
| @@ -96,6 +97,10 @@ static inline void amd_iso_dev_put(void) | |||
| 96 | { | 97 | { |
| 97 | return; | 98 | return; |
| 98 | } | 99 | } |
| 100 | static inline void sb800_prefetch(struct ohci_hcd *ohci, int on) | ||
| 101 | { | ||
| 102 | return; | ||
| 103 | } | ||
| 99 | #endif | 104 | #endif |
| 100 | 105 | ||
| 101 | 106 | ||
diff --git a/drivers/usb/host/ohci-pci.c b/drivers/usb/host/ohci-pci.c index d2ba04dd785e..b8a1148f248e 100644 --- a/drivers/usb/host/ohci-pci.c +++ b/drivers/usb/host/ohci-pci.c | |||
| @@ -177,6 +177,13 @@ static int ohci_quirk_amd700(struct usb_hcd *hcd) | |||
| 177 | return 0; | 177 | return 0; |
| 178 | 178 | ||
| 179 | pci_read_config_byte(amd_smbus_dev, PCI_REVISION_ID, &rev); | 179 | pci_read_config_byte(amd_smbus_dev, PCI_REVISION_ID, &rev); |
| 180 | |||
| 181 | /* SB800 needs pre-fetch fix */ | ||
| 182 | if ((rev >= 0x40) && (rev <= 0x4f)) { | ||
| 183 | ohci->flags |= OHCI_QUIRK_AMD_PREFETCH; | ||
| 184 | ohci_dbg(ohci, "enabled AMD prefetch quirk\n"); | ||
| 185 | } | ||
| 186 | |||
| 180 | if ((rev > 0x3b) || (rev < 0x30)) { | 187 | if ((rev > 0x3b) || (rev < 0x30)) { |
| 181 | pci_dev_put(amd_smbus_dev); | 188 | pci_dev_put(amd_smbus_dev); |
| 182 | amd_smbus_dev = NULL; | 189 | amd_smbus_dev = NULL; |
| @@ -262,6 +269,19 @@ static void amd_iso_dev_put(void) | |||
| 262 | 269 | ||
| 263 | } | 270 | } |
| 264 | 271 | ||
| 272 | static void sb800_prefetch(struct ohci_hcd *ohci, int on) | ||
| 273 | { | ||
| 274 | struct pci_dev *pdev; | ||
| 275 | u16 misc; | ||
| 276 | |||
| 277 | pdev = to_pci_dev(ohci_to_hcd(ohci)->self.controller); | ||
| 278 | pci_read_config_word(pdev, 0x50, &misc); | ||
| 279 | if (on == 0) | ||
| 280 | pci_write_config_word(pdev, 0x50, misc & 0xfcff); | ||
| 281 | else | ||
| 282 | pci_write_config_word(pdev, 0x50, misc | 0x0300); | ||
| 283 | } | ||
| 284 | |||
| 265 | /* List of quirks for OHCI */ | 285 | /* List of quirks for OHCI */ |
| 266 | static const struct pci_device_id ohci_pci_quirks[] = { | 286 | static const struct pci_device_id ohci_pci_quirks[] = { |
| 267 | { | 287 | { |
diff --git a/drivers/usb/host/ohci-q.c b/drivers/usb/host/ohci-q.c index 16fecb8ecc39..35288bcae0db 100644 --- a/drivers/usb/host/ohci-q.c +++ b/drivers/usb/host/ohci-q.c | |||
| @@ -49,9 +49,12 @@ __acquires(ohci->lock) | |||
| 49 | switch (usb_pipetype (urb->pipe)) { | 49 | switch (usb_pipetype (urb->pipe)) { |
| 50 | case PIPE_ISOCHRONOUS: | 50 | case PIPE_ISOCHRONOUS: |
| 51 | ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--; | 51 | ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--; |
| 52 | if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0 | 52 | if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) { |
| 53 | && quirk_amdiso(ohci)) | 53 | if (quirk_amdiso(ohci)) |
| 54 | quirk_amd_pll(1); | 54 | quirk_amd_pll(1); |
| 55 | if (quirk_amdprefetch(ohci)) | ||
| 56 | sb800_prefetch(ohci, 0); | ||
| 57 | } | ||
| 55 | break; | 58 | break; |
| 56 | case PIPE_INTERRUPT: | 59 | case PIPE_INTERRUPT: |
| 57 | ohci_to_hcd(ohci)->self.bandwidth_int_reqs--; | 60 | ohci_to_hcd(ohci)->self.bandwidth_int_reqs--; |
| @@ -680,9 +683,12 @@ static void td_submit_urb ( | |||
| 680 | data + urb->iso_frame_desc [cnt].offset, | 683 | data + urb->iso_frame_desc [cnt].offset, |
| 681 | urb->iso_frame_desc [cnt].length, urb, cnt); | 684 | urb->iso_frame_desc [cnt].length, urb, cnt); |
| 682 | } | 685 | } |
| 683 | if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0 | 686 | if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) { |
| 684 | && quirk_amdiso(ohci)) | 687 | if (quirk_amdiso(ohci)) |
| 685 | quirk_amd_pll(0); | 688 | quirk_amd_pll(0); |
| 689 | if (quirk_amdprefetch(ohci)) | ||
| 690 | sb800_prefetch(ohci, 1); | ||
| 691 | } | ||
| 686 | periodic = ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs++ == 0 | 692 | periodic = ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs++ == 0 |
| 687 | && ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0; | 693 | && ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0; |
| 688 | break; | 694 | break; |
diff --git a/drivers/usb/host/ohci.h b/drivers/usb/host/ohci.h index 222011f6172c..5bf15fed0d9f 100644 --- a/drivers/usb/host/ohci.h +++ b/drivers/usb/host/ohci.h | |||
| @@ -402,6 +402,7 @@ struct ohci_hcd { | |||
| 402 | #define OHCI_QUIRK_FRAME_NO 0x80 /* no big endian frame_no shift */ | 402 | #define OHCI_QUIRK_FRAME_NO 0x80 /* no big endian frame_no shift */ |
| 403 | #define OHCI_QUIRK_HUB_POWER 0x100 /* distrust firmware power/oc setup */ | 403 | #define OHCI_QUIRK_HUB_POWER 0x100 /* distrust firmware power/oc setup */ |
| 404 | #define OHCI_QUIRK_AMD_ISO 0x200 /* ISO transfers*/ | 404 | #define OHCI_QUIRK_AMD_ISO 0x200 /* ISO transfers*/ |
| 405 | #define OHCI_QUIRK_AMD_PREFETCH 0x400 /* pre-fetch for ISO transfer */ | ||
| 405 | // there are also chip quirks/bugs in init logic | 406 | // there are also chip quirks/bugs in init logic |
| 406 | 407 | ||
| 407 | struct work_struct nec_work; /* Worker for NEC quirk */ | 408 | struct work_struct nec_work; /* Worker for NEC quirk */ |
| @@ -433,6 +434,10 @@ static inline int quirk_amdiso(struct ohci_hcd *ohci) | |||
| 433 | { | 434 | { |
| 434 | return ohci->flags & OHCI_QUIRK_AMD_ISO; | 435 | return ohci->flags & OHCI_QUIRK_AMD_ISO; |
| 435 | } | 436 | } |
| 437 | static inline int quirk_amdprefetch(struct ohci_hcd *ohci) | ||
| 438 | { | ||
| 439 | return ohci->flags & OHCI_QUIRK_AMD_PREFETCH; | ||
| 440 | } | ||
| 436 | #else | 441 | #else |
| 437 | static inline int quirk_nec(struct ohci_hcd *ohci) | 442 | static inline int quirk_nec(struct ohci_hcd *ohci) |
| 438 | { | 443 | { |
| @@ -446,6 +451,10 @@ static inline int quirk_amdiso(struct ohci_hcd *ohci) | |||
| 446 | { | 451 | { |
| 447 | return 0; | 452 | return 0; |
| 448 | } | 453 | } |
| 454 | static inline int quirk_amdprefetch(struct ohci_hcd *ohci) | ||
| 455 | { | ||
| 456 | return 0; | ||
| 457 | } | ||
| 449 | #endif | 458 | #endif |
| 450 | 459 | ||
| 451 | /* convert between an hcd pointer and the corresponding ohci_hcd */ | 460 | /* convert between an hcd pointer and the corresponding ohci_hcd */ |
diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index 1db4fea8c170..b8fd270a8b0d 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c | |||
| @@ -802,9 +802,11 @@ void xhci_mem_cleanup(struct xhci_hcd *xhci) | |||
| 802 | int i; | 802 | int i; |
| 803 | 803 | ||
| 804 | /* Free the Event Ring Segment Table and the actual Event Ring */ | 804 | /* Free the Event Ring Segment Table and the actual Event Ring */ |
| 805 | xhci_writel(xhci, 0, &xhci->ir_set->erst_size); | 805 | if (xhci->ir_set) { |
| 806 | xhci_write_64(xhci, 0, &xhci->ir_set->erst_base); | 806 | xhci_writel(xhci, 0, &xhci->ir_set->erst_size); |
| 807 | xhci_write_64(xhci, 0, &xhci->ir_set->erst_dequeue); | 807 | xhci_write_64(xhci, 0, &xhci->ir_set->erst_base); |
| 808 | xhci_write_64(xhci, 0, &xhci->ir_set->erst_dequeue); | ||
| 809 | } | ||
| 808 | size = sizeof(struct xhci_erst_entry)*(xhci->erst.num_entries); | 810 | size = sizeof(struct xhci_erst_entry)*(xhci->erst.num_entries); |
| 809 | if (xhci->erst.entries) | 811 | if (xhci->erst.entries) |
| 810 | pci_free_consistent(pdev, size, | 812 | pci_free_consistent(pdev, size, |
| @@ -841,9 +843,9 @@ void xhci_mem_cleanup(struct xhci_hcd *xhci) | |||
| 841 | xhci->dcbaa, xhci->dcbaa->dma); | 843 | xhci->dcbaa, xhci->dcbaa->dma); |
| 842 | xhci->dcbaa = NULL; | 844 | xhci->dcbaa = NULL; |
| 843 | 845 | ||
| 846 | scratchpad_free(xhci); | ||
| 844 | xhci->page_size = 0; | 847 | xhci->page_size = 0; |
| 845 | xhci->page_shift = 0; | 848 | xhci->page_shift = 0; |
| 846 | scratchpad_free(xhci); | ||
| 847 | } | 849 | } |
| 848 | 850 | ||
| 849 | int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags) | 851 | int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags) |
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 173c39c76489..821b7b4709de 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c | |||
| @@ -864,9 +864,11 @@ static struct xhci_segment *trb_in_td( | |||
| 864 | cur_seg = start_seg; | 864 | cur_seg = start_seg; |
| 865 | 865 | ||
| 866 | do { | 866 | do { |
| 867 | if (start_dma == 0) | ||
| 868 | return 0; | ||
| 867 | /* We may get an event for a Link TRB in the middle of a TD */ | 869 | /* We may get an event for a Link TRB in the middle of a TD */ |
| 868 | end_seg_dma = xhci_trb_virt_to_dma(cur_seg, | 870 | end_seg_dma = xhci_trb_virt_to_dma(cur_seg, |
| 869 | &start_seg->trbs[TRBS_PER_SEGMENT - 1]); | 871 | &cur_seg->trbs[TRBS_PER_SEGMENT - 1]); |
| 870 | /* If the end TRB isn't in this segment, this is set to 0 */ | 872 | /* If the end TRB isn't in this segment, this is set to 0 */ |
| 871 | end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); | 873 | end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); |
| 872 | 874 | ||
| @@ -893,8 +895,9 @@ static struct xhci_segment *trb_in_td( | |||
| 893 | } | 895 | } |
| 894 | cur_seg = cur_seg->next; | 896 | cur_seg = cur_seg->next; |
| 895 | start_dma = xhci_trb_virt_to_dma(cur_seg, &cur_seg->trbs[0]); | 897 | start_dma = xhci_trb_virt_to_dma(cur_seg, &cur_seg->trbs[0]); |
| 896 | } while (1); | 898 | } while (cur_seg != start_seg); |
| 897 | 899 | ||
| 900 | return 0; | ||
| 898 | } | 901 | } |
| 899 | 902 | ||
| 900 | /* | 903 | /* |
diff --git a/drivers/usb/mon/mon_bin.c b/drivers/usb/mon/mon_bin.c index 9ed3e741bee1..10f3205798e8 100644 --- a/drivers/usb/mon/mon_bin.c +++ b/drivers/usb/mon/mon_bin.c | |||
| @@ -348,12 +348,12 @@ static unsigned int mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, | |||
| 348 | 348 | ||
| 349 | /* | 349 | /* |
| 350 | * Return a few (kilo-)bytes to the head of the buffer. | 350 | * Return a few (kilo-)bytes to the head of the buffer. |
| 351 | * This is used if a DMA fetch fails. | 351 | * This is used if a data fetch fails. |
| 352 | */ | 352 | */ |
| 353 | static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) | 353 | static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) |
| 354 | { | 354 | { |
| 355 | 355 | ||
| 356 | size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); | 356 | /* size &= ~(PKT_ALIGN-1); -- we're called with aligned size */ |
| 357 | rp->b_cnt -= size; | 357 | rp->b_cnt -= size; |
| 358 | if (rp->b_in < size) | 358 | if (rp->b_in < size) |
| 359 | rp->b_in += rp->b_size; | 359 | rp->b_in += rp->b_size; |
| @@ -433,6 +433,7 @@ static void mon_bin_event(struct mon_reader_bin *rp, struct urb *urb, | |||
| 433 | unsigned int urb_length; | 433 | unsigned int urb_length; |
| 434 | unsigned int offset; | 434 | unsigned int offset; |
| 435 | unsigned int length; | 435 | unsigned int length; |
| 436 | unsigned int delta; | ||
| 436 | unsigned int ndesc, lendesc; | 437 | unsigned int ndesc, lendesc; |
| 437 | unsigned char dir; | 438 | unsigned char dir; |
| 438 | struct mon_bin_hdr *ep; | 439 | struct mon_bin_hdr *ep; |
| @@ -537,8 +538,10 @@ static void mon_bin_event(struct mon_reader_bin *rp, struct urb *urb, | |||
| 537 | if (length != 0) { | 538 | if (length != 0) { |
| 538 | ep->flag_data = mon_bin_get_data(rp, offset, urb, length); | 539 | ep->flag_data = mon_bin_get_data(rp, offset, urb, length); |
| 539 | if (ep->flag_data != 0) { /* Yes, it's 0x00, not '0' */ | 540 | if (ep->flag_data != 0) { /* Yes, it's 0x00, not '0' */ |
| 540 | ep->len_cap = 0; | 541 | delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); |
| 541 | mon_buff_area_shrink(rp, length); | 542 | ep->len_cap -= length; |
| 543 | delta -= (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); | ||
| 544 | mon_buff_area_shrink(rp, delta); | ||
| 542 | } | 545 | } |
| 543 | } else { | 546 | } else { |
| 544 | ep->flag_data = data_tag; | 547 | ep->flag_data = data_tag; |
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 698252a4dc5d..bd254ec97d14 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c | |||
| @@ -50,6 +50,8 @@ static int cp210x_tiocmset_port(struct usb_serial_port *port, struct file *, | |||
| 50 | static void cp210x_break_ctl(struct tty_struct *, int); | 50 | static void cp210x_break_ctl(struct tty_struct *, int); |
| 51 | static int cp210x_startup(struct usb_serial *); | 51 | static int cp210x_startup(struct usb_serial *); |
| 52 | static void cp210x_disconnect(struct usb_serial *); | 52 | static void cp210x_disconnect(struct usb_serial *); |
| 53 | static void cp210x_dtr_rts(struct usb_serial_port *p, int on); | ||
| 54 | static int cp210x_carrier_raised(struct usb_serial_port *p); | ||
| 53 | 55 | ||
| 54 | static int debug; | 56 | static int debug; |
| 55 | 57 | ||
| @@ -143,6 +145,8 @@ static struct usb_serial_driver cp210x_device = { | |||
| 143 | .tiocmset = cp210x_tiocmset, | 145 | .tiocmset = cp210x_tiocmset, |
| 144 | .attach = cp210x_startup, | 146 | .attach = cp210x_startup, |
| 145 | .disconnect = cp210x_disconnect, | 147 | .disconnect = cp210x_disconnect, |
| 148 | .dtr_rts = cp210x_dtr_rts, | ||
| 149 | .carrier_raised = cp210x_carrier_raised | ||
| 146 | }; | 150 | }; |
| 147 | 151 | ||
| 148 | /* Config request types */ | 152 | /* Config request types */ |
| @@ -746,6 +750,14 @@ static int cp210x_tiocmset_port(struct usb_serial_port *port, struct file *file, | |||
| 746 | return cp210x_set_config(port, CP210X_SET_MHS, &control, 2); | 750 | return cp210x_set_config(port, CP210X_SET_MHS, &control, 2); |
| 747 | } | 751 | } |
| 748 | 752 | ||
| 753 | static void cp210x_dtr_rts(struct usb_serial_port *p, int on) | ||
| 754 | { | ||
| 755 | if (on) | ||
| 756 | cp210x_tiocmset_port(p, NULL, TIOCM_DTR|TIOCM_RTS, 0); | ||
| 757 | else | ||
| 758 | cp210x_tiocmset_port(p, NULL, 0, TIOCM_DTR|TIOCM_RTS); | ||
| 759 | } | ||
| 760 | |||
| 749 | static int cp210x_tiocmget (struct tty_struct *tty, struct file *file) | 761 | static int cp210x_tiocmget (struct tty_struct *tty, struct file *file) |
| 750 | { | 762 | { |
| 751 | struct usb_serial_port *port = tty->driver_data; | 763 | struct usb_serial_port *port = tty->driver_data; |
| @@ -768,6 +780,15 @@ static int cp210x_tiocmget (struct tty_struct *tty, struct file *file) | |||
| 768 | return result; | 780 | return result; |
| 769 | } | 781 | } |
| 770 | 782 | ||
| 783 | static int cp210x_carrier_raised(struct usb_serial_port *p) | ||
| 784 | { | ||
| 785 | unsigned int control; | ||
| 786 | cp210x_get_config(p, CP210X_GET_MDMSTS, &control, 1); | ||
| 787 | if (control & CONTROL_DCD) | ||
| 788 | return 1; | ||
| 789 | return 0; | ||
| 790 | } | ||
| 791 | |||
| 771 | static void cp210x_break_ctl (struct tty_struct *tty, int break_state) | 792 | static void cp210x_break_ctl (struct tty_struct *tty, int break_state) |
| 772 | { | 793 | { |
| 773 | struct usb_serial_port *port = tty->driver_data; | 794 | struct usb_serial_port *port = tty->driver_data; |
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index cd44c68954df..319aaf9725b3 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
| @@ -308,6 +308,7 @@ static int option_resume(struct usb_serial *serial); | |||
| 308 | 308 | ||
| 309 | #define DLINK_VENDOR_ID 0x1186 | 309 | #define DLINK_VENDOR_ID 0x1186 |
| 310 | #define DLINK_PRODUCT_DWM_652 0x3e04 | 310 | #define DLINK_PRODUCT_DWM_652 0x3e04 |
| 311 | #define DLINK_PRODUCT_DWM_652_U5 0xce16 | ||
| 311 | 312 | ||
| 312 | #define QISDA_VENDOR_ID 0x1da5 | 313 | #define QISDA_VENDOR_ID 0x1da5 |
| 313 | #define QISDA_PRODUCT_H21_4512 0x4512 | 314 | #define QISDA_PRODUCT_H21_4512 0x4512 |
| @@ -586,6 +587,7 @@ static struct usb_device_id option_ids[] = { | |||
| 586 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC2726, 0xff, 0xff, 0xff) }, | 587 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC2726, 0xff, 0xff, 0xff) }, |
| 587 | { USB_DEVICE(BENQ_VENDOR_ID, BENQ_PRODUCT_H10) }, | 588 | { USB_DEVICE(BENQ_VENDOR_ID, BENQ_PRODUCT_H10) }, |
| 588 | { USB_DEVICE(DLINK_VENDOR_ID, DLINK_PRODUCT_DWM_652) }, | 589 | { USB_DEVICE(DLINK_VENDOR_ID, DLINK_PRODUCT_DWM_652) }, |
| 590 | { USB_DEVICE(ALINK_VENDOR_ID, DLINK_PRODUCT_DWM_652_U5) }, /* Yes, ALINK_VENDOR_ID */ | ||
| 589 | { USB_DEVICE(QISDA_VENDOR_ID, QISDA_PRODUCT_H21_4512) }, | 591 | { USB_DEVICE(QISDA_VENDOR_ID, QISDA_PRODUCT_H21_4512) }, |
| 590 | { USB_DEVICE(QISDA_VENDOR_ID, QISDA_PRODUCT_H21_4523) }, | 592 | { USB_DEVICE(QISDA_VENDOR_ID, QISDA_PRODUCT_H21_4523) }, |
| 591 | { USB_DEVICE(QISDA_VENDOR_ID, QISDA_PRODUCT_H20_4515) }, | 593 | { USB_DEVICE(QISDA_VENDOR_ID, QISDA_PRODUCT_H20_4515) }, |
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 188e1ba3b69f..6b89eb55ed32 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | menu "Graphics support" | 5 | menu "Graphics support" |
| 6 | depends on HAS_IOMEM | 6 | depends on HAS_IOMEM |
| 7 | 7 | ||
| 8 | config HAVE_FB_ATMEL | ||
| 9 | bool | ||
| 10 | |||
| 8 | source "drivers/char/agp/Kconfig" | 11 | source "drivers/char/agp/Kconfig" |
| 9 | 12 | ||
| 10 | source "drivers/gpu/vga/Kconfig" | 13 | source "drivers/gpu/vga/Kconfig" |
| @@ -937,7 +940,7 @@ config FB_S1D13XXX | |||
| 937 | 940 | ||
| 938 | config FB_ATMEL | 941 | config FB_ATMEL |
| 939 | tristate "AT91/AT32 LCD Controller support" | 942 | tristate "AT91/AT32 LCD Controller support" |
| 940 | depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9G10 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 || ARCH_AT91CAP9 || AVR32) | 943 | depends on FB && HAVE_FB_ATMEL |
| 941 | select FB_CFB_FILLRECT | 944 | select FB_CFB_FILLRECT |
| 942 | select FB_CFB_COPYAREA | 945 | select FB_CFB_COPYAREA |
| 943 | select FB_CFB_IMAGEBLIT | 946 | select FB_CFB_IMAGEBLIT |
diff --git a/drivers/video/backlight/corgi_lcd.c b/drivers/video/backlight/corgi_lcd.c index 2211a852af9c..96774949cd30 100644 --- a/drivers/video/backlight/corgi_lcd.c +++ b/drivers/video/backlight/corgi_lcd.c | |||
| @@ -433,8 +433,9 @@ static int corgi_bl_update_status(struct backlight_device *bd) | |||
| 433 | 433 | ||
| 434 | if (corgibl_flags & CORGIBL_SUSPENDED) | 434 | if (corgibl_flags & CORGIBL_SUSPENDED) |
| 435 | intensity = 0; | 435 | intensity = 0; |
| 436 | if (corgibl_flags & CORGIBL_BATTLOW) | 436 | |
| 437 | intensity &= lcd->limit_mask; | 437 | if ((corgibl_flags & CORGIBL_BATTLOW) && intensity > lcd->limit_mask) |
| 438 | intensity = lcd->limit_mask; | ||
| 438 | 439 | ||
| 439 | return corgi_bl_set_intensity(lcd, intensity); | 440 | return corgi_bl_set_intensity(lcd, intensity); |
| 440 | } | 441 | } |
diff --git a/drivers/video/backlight/lcd.c b/drivers/video/backlight/lcd.c index b6449470106c..a482dd7b0311 100644 --- a/drivers/video/backlight/lcd.c +++ b/drivers/video/backlight/lcd.c | |||
| @@ -56,7 +56,7 @@ static int fb_notifier_callback(struct notifier_block *self, | |||
| 56 | 56 | ||
| 57 | static int lcd_register_fb(struct lcd_device *ld) | 57 | static int lcd_register_fb(struct lcd_device *ld) |
| 58 | { | 58 | { |
| 59 | memset(&ld->fb_notif, 0, sizeof(&ld->fb_notif)); | 59 | memset(&ld->fb_notif, 0, sizeof(ld->fb_notif)); |
| 60 | ld->fb_notif.notifier_call = fb_notifier_callback; | 60 | ld->fb_notif.notifier_call = fb_notifier_callback; |
| 61 | return fb_register_client(&ld->fb_notif); | 61 | return fb_register_client(&ld->fb_notif); |
| 62 | } | 62 | } |
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index d065894ce38f..035d56835b75 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c | |||
| @@ -704,7 +704,7 @@ static int __init fb_probe(struct platform_device *device) | |||
| 704 | 704 | ||
| 705 | if (i == ARRAY_SIZE(known_lcd_panels)) { | 705 | if (i == ARRAY_SIZE(known_lcd_panels)) { |
| 706 | dev_err(&device->dev, "GLCD: No valid panel found\n"); | 706 | dev_err(&device->dev, "GLCD: No valid panel found\n"); |
| 707 | ret = ENODEV; | 707 | ret = -ENODEV; |
| 708 | goto err_clk_disable; | 708 | goto err_clk_disable; |
| 709 | } else | 709 | } else |
| 710 | dev_info(&device->dev, "GLCD: Found %s panel\n", | 710 | dev_info(&device->dev, "GLCD: Found %s panel\n", |
diff --git a/drivers/watchdog/pnx4008_wdt.c b/drivers/watchdog/pnx4008_wdt.c index f24d04132eda..4d227b152001 100644 --- a/drivers/watchdog/pnx4008_wdt.c +++ b/drivers/watchdog/pnx4008_wdt.c | |||
| @@ -317,7 +317,7 @@ static int __devexit pnx4008_wdt_remove(struct platform_device *pdev) | |||
| 317 | 317 | ||
| 318 | static struct platform_driver platform_wdt_driver = { | 318 | static struct platform_driver platform_wdt_driver = { |
| 319 | .driver = { | 319 | .driver = { |
| 320 | .name = "watchdog", | 320 | .name = "pnx4008-watchdog", |
| 321 | .owner = THIS_MODULE, | 321 | .owner = THIS_MODULE, |
| 322 | }, | 322 | }, |
| 323 | .probe = pnx4008_wdt_probe, | 323 | .probe = pnx4008_wdt_probe, |
| @@ -352,4 +352,4 @@ MODULE_PARM_DESC(nowayout, | |||
| 352 | 352 | ||
| 353 | MODULE_LICENSE("GPL"); | 353 | MODULE_LICENSE("GPL"); |
| 354 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | 354 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); |
| 355 | MODULE_ALIAS("platform:watchdog"); | 355 | MODULE_ALIAS("platform:pnx4008-watchdog"); |
diff --git a/fs/cifs/misc.c b/fs/cifs/misc.c index 1e25efcb55c8..d27d4ec6579b 100644 --- a/fs/cifs/misc.c +++ b/fs/cifs/misc.c | |||
| @@ -720,7 +720,7 @@ void | |||
| 720 | cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb) | 720 | cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb) |
| 721 | { | 721 | { |
| 722 | if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_SERVER_INUM) { | 722 | if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_SERVER_INUM) { |
| 723 | cifs_sb->mnt_cifs_flags &= CIFS_MOUNT_SERVER_INUM; | 723 | cifs_sb->mnt_cifs_flags &= ~CIFS_MOUNT_SERVER_INUM; |
| 724 | cERROR(1, ("Autodisabling the use of server inode numbers on " | 724 | cERROR(1, ("Autodisabling the use of server inode numbers on " |
| 725 | "%s. This server doesn't seem to support them " | 725 | "%s. This server doesn't seem to support them " |
| 726 | "properly. Hardlinks will not be recognized on this " | 726 | "properly. Hardlinks will not be recognized on this " |
diff --git a/fs/fcntl.c b/fs/fcntl.c index fc089f2f7f56..2cf93ec40a67 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c | |||
| @@ -284,7 +284,7 @@ static int f_setown_ex(struct file *filp, unsigned long arg) | |||
| 284 | type = PIDTYPE_PID; | 284 | type = PIDTYPE_PID; |
| 285 | break; | 285 | break; |
| 286 | 286 | ||
| 287 | case F_OWNER_GID: | 287 | case F_OWNER_PGRP: |
| 288 | type = PIDTYPE_PGID; | 288 | type = PIDTYPE_PGID; |
| 289 | break; | 289 | break; |
| 290 | 290 | ||
| @@ -321,7 +321,7 @@ static int f_getown_ex(struct file *filp, unsigned long arg) | |||
| 321 | break; | 321 | break; |
| 322 | 322 | ||
| 323 | case PIDTYPE_PGID: | 323 | case PIDTYPE_PGID: |
| 324 | owner.type = F_OWNER_GID; | 324 | owner.type = F_OWNER_PGRP; |
| 325 | break; | 325 | break; |
| 326 | 326 | ||
| 327 | default: | 327 | default: |
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index ff37454fa783..741a562177fc 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
| @@ -2767,7 +2767,7 @@ static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, | |||
| 2767 | .pages = &page, | 2767 | .pages = &page, |
| 2768 | .pgbase = 0, | 2768 | .pgbase = 0, |
| 2769 | .count = count, | 2769 | .count = count, |
| 2770 | .bitmask = NFS_SERVER(dentry->d_inode)->cache_consistency_bitmask, | 2770 | .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask, |
| 2771 | }; | 2771 | }; |
| 2772 | struct nfs4_readdir_res res; | 2772 | struct nfs4_readdir_res res; |
| 2773 | struct rpc_message msg = { | 2773 | struct rpc_message msg = { |
diff --git a/fs/nfsd/nfs3xdr.c b/fs/nfsd/nfs3xdr.c index edf926e1062f..d0a2ce1b4324 100644 --- a/fs/nfsd/nfs3xdr.c +++ b/fs/nfsd/nfs3xdr.c | |||
| @@ -958,7 +958,7 @@ encode_entry(struct readdir_cd *ccd, const char *name, int namlen, | |||
| 958 | p1 = encode_entry_baggage(cd, p1, name, namlen, ino); | 958 | p1 = encode_entry_baggage(cd, p1, name, namlen, ino); |
| 959 | 959 | ||
| 960 | if (plus) | 960 | if (plus) |
| 961 | p = encode_entryplus_baggage(cd, p1, name, namlen); | 961 | p1 = encode_entryplus_baggage(cd, p1, name, namlen); |
| 962 | 962 | ||
| 963 | /* determine entry word length and lengths to go in pages */ | 963 | /* determine entry word length and lengths to go in pages */ |
| 964 | num_entry_words = p1 - tmp; | 964 | num_entry_words = p1 - tmp; |
diff --git a/fs/nilfs2/cpfile.c b/fs/nilfs2/cpfile.c index 1c6cfb59128d..3f5d5d06f53c 100644 --- a/fs/nilfs2/cpfile.c +++ b/fs/nilfs2/cpfile.c | |||
| @@ -871,7 +871,6 @@ int nilfs_cpfile_change_cpmode(struct inode *cpfile, __u64 cno, int mode) | |||
| 871 | * exclusive with a new mount job. Though it doesn't cover | 871 | * exclusive with a new mount job. Though it doesn't cover |
| 872 | * umount, it's enough for the purpose. | 872 | * umount, it's enough for the purpose. |
| 873 | */ | 873 | */ |
| 874 | mutex_lock(&nilfs->ns_mount_mutex); | ||
| 875 | if (nilfs_checkpoint_is_mounted(nilfs, cno, 1)) { | 874 | if (nilfs_checkpoint_is_mounted(nilfs, cno, 1)) { |
| 876 | /* Current implementation does not have to protect | 875 | /* Current implementation does not have to protect |
| 877 | plain read-only mounts since they are exclusive | 876 | plain read-only mounts since they are exclusive |
| @@ -880,7 +879,6 @@ int nilfs_cpfile_change_cpmode(struct inode *cpfile, __u64 cno, int mode) | |||
| 880 | ret = -EBUSY; | 879 | ret = -EBUSY; |
| 881 | } else | 880 | } else |
| 882 | ret = nilfs_cpfile_clear_snapshot(cpfile, cno); | 881 | ret = nilfs_cpfile_clear_snapshot(cpfile, cno); |
| 883 | mutex_unlock(&nilfs->ns_mount_mutex); | ||
| 884 | return ret; | 882 | return ret; |
| 885 | case NILFS_SNAPSHOT: | 883 | case NILFS_SNAPSHOT: |
| 886 | return nilfs_cpfile_set_snapshot(cpfile, cno); | 884 | return nilfs_cpfile_set_snapshot(cpfile, cno); |
diff --git a/fs/nilfs2/inode.c b/fs/nilfs2/inode.c index 5040220c3732..2a0a5a3ac134 100644 --- a/fs/nilfs2/inode.c +++ b/fs/nilfs2/inode.c | |||
| @@ -664,7 +664,6 @@ int nilfs_load_inode_block(struct nilfs_sb_info *sbi, struct inode *inode, | |||
| 664 | int err; | 664 | int err; |
| 665 | 665 | ||
| 666 | spin_lock(&sbi->s_inode_lock); | 666 | spin_lock(&sbi->s_inode_lock); |
| 667 | /* Caller of this function MUST lock s_inode_lock */ | ||
| 668 | if (ii->i_bh == NULL) { | 667 | if (ii->i_bh == NULL) { |
| 669 | spin_unlock(&sbi->s_inode_lock); | 668 | spin_unlock(&sbi->s_inode_lock); |
| 670 | err = nilfs_ifile_get_inode_block(sbi->s_ifile, inode->i_ino, | 669 | err = nilfs_ifile_get_inode_block(sbi->s_ifile, inode->i_ino, |
diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/ioctl.c index d24057d58f17..f6af76042d80 100644 --- a/fs/nilfs2/ioctl.c +++ b/fs/nilfs2/ioctl.c | |||
| @@ -99,7 +99,8 @@ static int nilfs_ioctl_wrap_copy(struct the_nilfs *nilfs, | |||
| 99 | static int nilfs_ioctl_change_cpmode(struct inode *inode, struct file *filp, | 99 | static int nilfs_ioctl_change_cpmode(struct inode *inode, struct file *filp, |
| 100 | unsigned int cmd, void __user *argp) | 100 | unsigned int cmd, void __user *argp) |
| 101 | { | 101 | { |
| 102 | struct inode *cpfile = NILFS_SB(inode->i_sb)->s_nilfs->ns_cpfile; | 102 | struct the_nilfs *nilfs = NILFS_SB(inode->i_sb)->s_nilfs; |
| 103 | struct inode *cpfile = nilfs->ns_cpfile; | ||
| 103 | struct nilfs_transaction_info ti; | 104 | struct nilfs_transaction_info ti; |
| 104 | struct nilfs_cpmode cpmode; | 105 | struct nilfs_cpmode cpmode; |
| 105 | int ret; | 106 | int ret; |
| @@ -109,14 +110,17 @@ static int nilfs_ioctl_change_cpmode(struct inode *inode, struct file *filp, | |||
| 109 | if (copy_from_user(&cpmode, argp, sizeof(cpmode))) | 110 | if (copy_from_user(&cpmode, argp, sizeof(cpmode))) |
| 110 | return -EFAULT; | 111 | return -EFAULT; |
| 111 | 112 | ||
| 113 | mutex_lock(&nilfs->ns_mount_mutex); | ||
| 112 | nilfs_transaction_begin(inode->i_sb, &ti, 0); | 114 | nilfs_transaction_begin(inode->i_sb, &ti, 0); |
| 113 | ret = nilfs_cpfile_change_cpmode( | 115 | ret = nilfs_cpfile_change_cpmode( |
| 114 | cpfile, cpmode.cm_cno, cpmode.cm_mode); | 116 | cpfile, cpmode.cm_cno, cpmode.cm_mode); |
| 115 | if (unlikely(ret < 0)) { | 117 | if (unlikely(ret < 0)) { |
| 116 | nilfs_transaction_abort(inode->i_sb); | 118 | nilfs_transaction_abort(inode->i_sb); |
| 119 | mutex_unlock(&nilfs->ns_mount_mutex); | ||
| 117 | return ret; | 120 | return ret; |
| 118 | } | 121 | } |
| 119 | nilfs_transaction_commit(inode->i_sb); /* never fails */ | 122 | nilfs_transaction_commit(inode->i_sb); /* never fails */ |
| 123 | mutex_unlock(&nilfs->ns_mount_mutex); | ||
| 120 | return ret; | 124 | return ret; |
| 121 | } | 125 | } |
| 122 | 126 | ||
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 89fc8ee1f5a5..de059f490586 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c | |||
| @@ -1712,7 +1712,8 @@ int ocfs2_check_range_for_refcount(struct inode *inode, loff_t pos, | |||
| 1712 | struct super_block *sb = inode->i_sb; | 1712 | struct super_block *sb = inode->i_sb; |
| 1713 | 1713 | ||
| 1714 | if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || | 1714 | if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || |
| 1715 | !(OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)) | 1715 | !(OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL) || |
| 1716 | OCFS2_I(inode)->ip_dyn_features & OCFS2_INLINE_DATA_FL) | ||
| 1716 | return 0; | 1717 | return 0; |
| 1717 | 1718 | ||
| 1718 | cpos = pos >> OCFS2_SB(sb)->s_clustersize_bits; | 1719 | cpos = pos >> OCFS2_SB(sb)->s_clustersize_bits; |
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index eae404602424..d963d8638709 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h | |||
| @@ -35,12 +35,7 @@ | |||
| 35 | #include <linux/kref.h> | 35 | #include <linux/kref.h> |
| 36 | #include <linux/mutex.h> | 36 | #include <linux/mutex.h> |
| 37 | #include <linux/lockdep.h> | 37 | #include <linux/lockdep.h> |
| 38 | #ifndef CONFIG_OCFS2_COMPAT_JBD | 38 | #include <linux/jbd2.h> |
| 39 | # include <linux/jbd2.h> | ||
| 40 | #else | ||
| 41 | # include <linux/jbd.h> | ||
| 42 | # include "ocfs2_jbd_compat.h" | ||
| 43 | #endif | ||
| 44 | 39 | ||
| 45 | /* For union ocfs2_dlm_lksb */ | 40 | /* For union ocfs2_dlm_lksb */ |
| 46 | #include "stackglue.h" | 41 | #include "stackglue.h" |
diff --git a/fs/ocfs2/refcounttree.c b/fs/ocfs2/refcounttree.c index 60287fc56bcb..3a0df7a1b810 100644 --- a/fs/ocfs2/refcounttree.c +++ b/fs/ocfs2/refcounttree.c | |||
| @@ -3743,6 +3743,9 @@ static int ocfs2_attach_refcount_tree(struct inode *inode, | |||
| 3743 | goto out; | 3743 | goto out; |
| 3744 | } | 3744 | } |
| 3745 | 3745 | ||
| 3746 | if (oi->ip_dyn_features & OCFS2_INLINE_DATA_FL) | ||
| 3747 | goto attach_xattr; | ||
| 3748 | |||
| 3746 | ocfs2_init_dinode_extent_tree(&di_et, INODE_CACHE(inode), di_bh); | 3749 | ocfs2_init_dinode_extent_tree(&di_et, INODE_CACHE(inode), di_bh); |
| 3747 | 3750 | ||
| 3748 | size = i_size_read(inode); | 3751 | size = i_size_read(inode); |
| @@ -3769,6 +3772,7 @@ static int ocfs2_attach_refcount_tree(struct inode *inode, | |||
| 3769 | cpos += num_clusters; | 3772 | cpos += num_clusters; |
| 3770 | } | 3773 | } |
| 3771 | 3774 | ||
| 3775 | attach_xattr: | ||
| 3772 | if (oi->ip_dyn_features & OCFS2_HAS_XATTR_FL) { | 3776 | if (oi->ip_dyn_features & OCFS2_HAS_XATTR_FL) { |
| 3773 | ret = ocfs2_xattr_attach_refcount_tree(inode, di_bh, | 3777 | ret = ocfs2_xattr_attach_refcount_tree(inode, di_bh, |
| 3774 | &ref_tree->rf_ci, | 3778 | &ref_tree->rf_ci, |
| @@ -3858,6 +3862,49 @@ out: | |||
| 3858 | return ret; | 3862 | return ret; |
| 3859 | } | 3863 | } |
| 3860 | 3864 | ||
| 3865 | static int ocfs2_duplicate_inline_data(struct inode *s_inode, | ||
| 3866 | struct buffer_head *s_bh, | ||
| 3867 | struct inode *t_inode, | ||
| 3868 | struct buffer_head *t_bh) | ||
| 3869 | { | ||
| 3870 | int ret; | ||
| 3871 | handle_t *handle; | ||
| 3872 | struct ocfs2_super *osb = OCFS2_SB(s_inode->i_sb); | ||
| 3873 | struct ocfs2_dinode *s_di = (struct ocfs2_dinode *)s_bh->b_data; | ||
| 3874 | struct ocfs2_dinode *t_di = (struct ocfs2_dinode *)t_bh->b_data; | ||
| 3875 | |||
| 3876 | BUG_ON(!(OCFS2_I(s_inode)->ip_dyn_features & OCFS2_INLINE_DATA_FL)); | ||
| 3877 | |||
| 3878 | handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDITS); | ||
| 3879 | if (IS_ERR(handle)) { | ||
| 3880 | ret = PTR_ERR(handle); | ||
| 3881 | mlog_errno(ret); | ||
| 3882 | goto out; | ||
| 3883 | } | ||
| 3884 | |||
| 3885 | ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh, | ||
| 3886 | OCFS2_JOURNAL_ACCESS_WRITE); | ||
| 3887 | if (ret) { | ||
| 3888 | mlog_errno(ret); | ||
| 3889 | goto out_commit; | ||
| 3890 | } | ||
| 3891 | |||
| 3892 | t_di->id2.i_data.id_count = s_di->id2.i_data.id_count; | ||
| 3893 | memcpy(t_di->id2.i_data.id_data, s_di->id2.i_data.id_data, | ||
| 3894 | le16_to_cpu(s_di->id2.i_data.id_count)); | ||
| 3895 | spin_lock(&OCFS2_I(t_inode)->ip_lock); | ||
| 3896 | OCFS2_I(t_inode)->ip_dyn_features |= OCFS2_INLINE_DATA_FL; | ||
| 3897 | t_di->i_dyn_features = cpu_to_le16(OCFS2_I(t_inode)->ip_dyn_features); | ||
| 3898 | spin_unlock(&OCFS2_I(t_inode)->ip_lock); | ||
| 3899 | |||
| 3900 | ocfs2_journal_dirty(handle, t_bh); | ||
| 3901 | |||
| 3902 | out_commit: | ||
| 3903 | ocfs2_commit_trans(osb, handle); | ||
| 3904 | out: | ||
| 3905 | return ret; | ||
| 3906 | } | ||
| 3907 | |||
| 3861 | static int ocfs2_duplicate_extent_list(struct inode *s_inode, | 3908 | static int ocfs2_duplicate_extent_list(struct inode *s_inode, |
| 3862 | struct inode *t_inode, | 3909 | struct inode *t_inode, |
| 3863 | struct buffer_head *t_bh, | 3910 | struct buffer_head *t_bh, |
| @@ -3997,6 +4044,14 @@ static int ocfs2_create_reflink_node(struct inode *s_inode, | |||
| 3997 | goto out; | 4044 | goto out; |
| 3998 | } | 4045 | } |
| 3999 | 4046 | ||
| 4047 | if (OCFS2_I(s_inode)->ip_dyn_features & OCFS2_INLINE_DATA_FL) { | ||
| 4048 | ret = ocfs2_duplicate_inline_data(s_inode, s_bh, | ||
| 4049 | t_inode, t_bh); | ||
| 4050 | if (ret) | ||
| 4051 | mlog_errno(ret); | ||
| 4052 | goto out; | ||
| 4053 | } | ||
| 4054 | |||
| 4000 | ret = ocfs2_lock_refcount_tree(osb, le64_to_cpu(di->i_refcount_loc), | 4055 | ret = ocfs2_lock_refcount_tree(osb, le64_to_cpu(di->i_refcount_loc), |
| 4001 | 1, &ref_tree, &ref_root_bh); | 4056 | 1, &ref_tree, &ref_root_bh); |
| 4002 | if (ret) { | 4057 | if (ret) { |
| @@ -4013,10 +4068,6 @@ static int ocfs2_create_reflink_node(struct inode *s_inode, | |||
| 4013 | goto out_unlock_refcount; | 4068 | goto out_unlock_refcount; |
| 4014 | } | 4069 | } |
| 4015 | 4070 | ||
| 4016 | ret = ocfs2_complete_reflink(s_inode, s_bh, t_inode, t_bh, preserve); | ||
| 4017 | if (ret) | ||
| 4018 | mlog_errno(ret); | ||
| 4019 | |||
| 4020 | out_unlock_refcount: | 4071 | out_unlock_refcount: |
| 4021 | ocfs2_unlock_refcount_tree(osb, ref_tree, 1); | 4072 | ocfs2_unlock_refcount_tree(osb, ref_tree, 1); |
| 4022 | brelse(ref_root_bh); | 4073 | brelse(ref_root_bh); |
| @@ -4068,9 +4119,17 @@ static int __ocfs2_reflink(struct dentry *old_dentry, | |||
| 4068 | ret = ocfs2_reflink_xattrs(inode, old_bh, | 4119 | ret = ocfs2_reflink_xattrs(inode, old_bh, |
| 4069 | new_inode, new_bh, | 4120 | new_inode, new_bh, |
| 4070 | preserve); | 4121 | preserve); |
| 4071 | if (ret) | 4122 | if (ret) { |
| 4072 | mlog_errno(ret); | 4123 | mlog_errno(ret); |
| 4124 | goto inode_unlock; | ||
| 4125 | } | ||
| 4073 | } | 4126 | } |
| 4127 | |||
| 4128 | ret = ocfs2_complete_reflink(inode, old_bh, | ||
| 4129 | new_inode, new_bh, preserve); | ||
| 4130 | if (ret) | ||
| 4131 | mlog_errno(ret); | ||
| 4132 | |||
| 4074 | inode_unlock: | 4133 | inode_unlock: |
| 4075 | ocfs2_inode_unlock(new_inode, 1); | 4134 | ocfs2_inode_unlock(new_inode, 1); |
| 4076 | brelse(new_bh); | 4135 | brelse(new_bh); |
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index c0e48aeebb1c..14f47d2bfe02 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
| @@ -773,18 +773,20 @@ static int ocfs2_sb_probe(struct super_block *sb, | |||
| 773 | if (tmpstat < 0) { | 773 | if (tmpstat < 0) { |
| 774 | status = tmpstat; | 774 | status = tmpstat; |
| 775 | mlog_errno(status); | 775 | mlog_errno(status); |
| 776 | goto bail; | 776 | break; |
| 777 | } | 777 | } |
| 778 | di = (struct ocfs2_dinode *) (*bh)->b_data; | 778 | di = (struct ocfs2_dinode *) (*bh)->b_data; |
| 779 | memset(stats, 0, sizeof(struct ocfs2_blockcheck_stats)); | 779 | memset(stats, 0, sizeof(struct ocfs2_blockcheck_stats)); |
| 780 | spin_lock_init(&stats->b_lock); | 780 | spin_lock_init(&stats->b_lock); |
| 781 | status = ocfs2_verify_volume(di, *bh, blksize, stats); | 781 | tmpstat = ocfs2_verify_volume(di, *bh, blksize, stats); |
| 782 | if (status >= 0) | 782 | if (tmpstat < 0) { |
| 783 | goto bail; | 783 | brelse(*bh); |
| 784 | brelse(*bh); | 784 | *bh = NULL; |
| 785 | *bh = NULL; | 785 | } |
| 786 | if (status != -EAGAIN) | 786 | if (tmpstat != -EAGAIN) { |
| 787 | status = tmpstat; | ||
| 787 | break; | 788 | break; |
| 789 | } | ||
| 788 | } | 790 | } |
| 789 | 791 | ||
| 790 | bail: | 792 | bail: |
| @@ -1645,6 +1647,10 @@ static int ocfs2_statfs(struct dentry *dentry, struct kstatfs *buf) | |||
| 1645 | buf->f_bavail = buf->f_bfree; | 1647 | buf->f_bavail = buf->f_bfree; |
| 1646 | buf->f_files = numbits; | 1648 | buf->f_files = numbits; |
| 1647 | buf->f_ffree = freebits; | 1649 | buf->f_ffree = freebits; |
| 1650 | buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) | ||
| 1651 | & 0xFFFFFFFFUL; | ||
| 1652 | buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, | ||
| 1653 | OCFS2_VOL_UUID_LEN) & 0xFFFFFFFFUL; | ||
| 1648 | 1654 | ||
| 1649 | brelse(bh); | 1655 | brelse(bh); |
| 1650 | 1656 | ||
diff --git a/fs/ocfs2/uptodate.c b/fs/ocfs2/uptodate.c index b6284f235d2f..c61369342a27 100644 --- a/fs/ocfs2/uptodate.c +++ b/fs/ocfs2/uptodate.c | |||
| @@ -53,11 +53,6 @@ | |||
| 53 | #include <linux/highmem.h> | 53 | #include <linux/highmem.h> |
| 54 | #include <linux/buffer_head.h> | 54 | #include <linux/buffer_head.h> |
| 55 | #include <linux/rbtree.h> | 55 | #include <linux/rbtree.h> |
| 56 | #ifndef CONFIG_OCFS2_COMPAT_JBD | ||
| 57 | # include <linux/jbd2.h> | ||
| 58 | #else | ||
| 59 | # include <linux/jbd.h> | ||
| 60 | #endif | ||
| 61 | 56 | ||
| 62 | #define MLOG_MASK_PREFIX ML_UPTODATE | 57 | #define MLOG_MASK_PREFIX ML_UPTODATE |
| 63 | 58 | ||
diff --git a/fs/proc/array.c b/fs/proc/array.c index 07f77a7945c3..822c2d506518 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c | |||
| @@ -571,7 +571,7 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, | |||
| 571 | rsslim, | 571 | rsslim, |
| 572 | mm ? mm->start_code : 0, | 572 | mm ? mm->start_code : 0, |
| 573 | mm ? mm->end_code : 0, | 573 | mm ? mm->end_code : 0, |
| 574 | (permitted) ? task->stack_start : 0, | 574 | (permitted && mm) ? task->stack_start : 0, |
| 575 | esp, | 575 | esp, |
| 576 | eip, | 576 | eip, |
| 577 | /* The signal information here is obsolete. | 577 | /* The signal information here is obsolete. |
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 1099395d7d6c..fb17f8226b09 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
| @@ -1980,7 +1980,7 @@ xlog_recover_do_reg_buffer( | |||
| 1980 | "XFS: NULL dquot in %s.", __func__); | 1980 | "XFS: NULL dquot in %s.", __func__); |
| 1981 | goto next; | 1981 | goto next; |
| 1982 | } | 1982 | } |
| 1983 | if (item->ri_buf[i].i_len < sizeof(xfs_dqblk_t)) { | 1983 | if (item->ri_buf[i].i_len < sizeof(xfs_disk_dquot_t)) { |
| 1984 | cmn_err(CE_ALERT, | 1984 | cmn_err(CE_ALERT, |
| 1985 | "XFS: dquot too small (%d) in %s.", | 1985 | "XFS: dquot too small (%d) in %s.", |
| 1986 | item->ri_buf[i].i_len, __func__); | 1986 | item->ri_buf[i].i_len, __func__); |
| @@ -2635,7 +2635,7 @@ xlog_recover_do_dquot_trans( | |||
| 2635 | "XFS: NULL dquot in %s.", __func__); | 2635 | "XFS: NULL dquot in %s.", __func__); |
| 2636 | return XFS_ERROR(EIO); | 2636 | return XFS_ERROR(EIO); |
| 2637 | } | 2637 | } |
| 2638 | if (item->ri_buf[1].i_len < sizeof(xfs_dqblk_t)) { | 2638 | if (item->ri_buf[1].i_len < sizeof(xfs_disk_dquot_t)) { |
| 2639 | cmn_err(CE_ALERT, | 2639 | cmn_err(CE_ALERT, |
| 2640 | "XFS: dquot too small (%d) in %s.", | 2640 | "XFS: dquot too small (%d) in %s.", |
| 2641 | item->ri_buf[1].i_len, __func__); | 2641 | item->ri_buf[1].i_len, __func__); |
diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c index f31271c30de9..2ffc570679be 100644 --- a/fs/xfs/xfs_trans_ail.c +++ b/fs/xfs/xfs_trans_ail.c | |||
| @@ -467,6 +467,7 @@ xfs_trans_ail_update( | |||
| 467 | { | 467 | { |
| 468 | xfs_log_item_t *dlip = NULL; | 468 | xfs_log_item_t *dlip = NULL; |
| 469 | xfs_log_item_t *mlip; /* ptr to minimum lip */ | 469 | xfs_log_item_t *mlip; /* ptr to minimum lip */ |
| 470 | xfs_lsn_t tail_lsn; | ||
| 470 | 471 | ||
| 471 | mlip = xfs_ail_min(ailp); | 472 | mlip = xfs_ail_min(ailp); |
| 472 | 473 | ||
| @@ -483,8 +484,16 @@ xfs_trans_ail_update( | |||
| 483 | 484 | ||
| 484 | if (mlip == dlip) { | 485 | if (mlip == dlip) { |
| 485 | mlip = xfs_ail_min(ailp); | 486 | mlip = xfs_ail_min(ailp); |
| 487 | /* | ||
| 488 | * It is not safe to access mlip after the AIL lock is | ||
| 489 | * dropped, so we must get a copy of li_lsn before we do | ||
| 490 | * so. This is especially important on 32-bit platforms | ||
| 491 | * where accessing and updating 64-bit values like li_lsn | ||
| 492 | * is not atomic. | ||
| 493 | */ | ||
| 494 | tail_lsn = mlip->li_lsn; | ||
| 486 | spin_unlock(&ailp->xa_lock); | 495 | spin_unlock(&ailp->xa_lock); |
| 487 | xfs_log_move_tail(ailp->xa_mount, mlip->li_lsn); | 496 | xfs_log_move_tail(ailp->xa_mount, tail_lsn); |
| 488 | } else { | 497 | } else { |
| 489 | spin_unlock(&ailp->xa_lock); | 498 | spin_unlock(&ailp->xa_lock); |
| 490 | } | 499 | } |
| @@ -514,6 +523,7 @@ xfs_trans_ail_delete( | |||
| 514 | { | 523 | { |
| 515 | xfs_log_item_t *dlip; | 524 | xfs_log_item_t *dlip; |
| 516 | xfs_log_item_t *mlip; | 525 | xfs_log_item_t *mlip; |
| 526 | xfs_lsn_t tail_lsn; | ||
| 517 | 527 | ||
| 518 | if (lip->li_flags & XFS_LI_IN_AIL) { | 528 | if (lip->li_flags & XFS_LI_IN_AIL) { |
| 519 | mlip = xfs_ail_min(ailp); | 529 | mlip = xfs_ail_min(ailp); |
| @@ -527,9 +537,16 @@ xfs_trans_ail_delete( | |||
| 527 | 537 | ||
| 528 | if (mlip == dlip) { | 538 | if (mlip == dlip) { |
| 529 | mlip = xfs_ail_min(ailp); | 539 | mlip = xfs_ail_min(ailp); |
| 540 | /* | ||
| 541 | * It is not safe to access mlip after the AIL lock | ||
| 542 | * is dropped, so we must get a copy of li_lsn | ||
| 543 | * before we do so. This is especially important | ||
| 544 | * on 32-bit platforms where accessing and updating | ||
| 545 | * 64-bit values like li_lsn is not atomic. | ||
| 546 | */ | ||
| 547 | tail_lsn = mlip ? mlip->li_lsn : 0; | ||
| 530 | spin_unlock(&ailp->xa_lock); | 548 | spin_unlock(&ailp->xa_lock); |
| 531 | xfs_log_move_tail(ailp->xa_mount, | 549 | xfs_log_move_tail(ailp->xa_mount, tail_lsn); |
| 532 | (mlip ? mlip->li_lsn : 0)); | ||
| 533 | } else { | 550 | } else { |
| 534 | spin_unlock(&ailp->xa_lock); | 551 | spin_unlock(&ailp->xa_lock); |
| 535 | } | 552 | } |
diff --git a/include/asm-generic/fcntl.h b/include/asm-generic/fcntl.h index cd2d7896e34b..495dc8af4044 100644 --- a/include/asm-generic/fcntl.h +++ b/include/asm-generic/fcntl.h | |||
| @@ -89,7 +89,7 @@ | |||
| 89 | 89 | ||
| 90 | #define F_OWNER_TID 0 | 90 | #define F_OWNER_TID 0 |
| 91 | #define F_OWNER_PID 1 | 91 | #define F_OWNER_PID 1 |
| 92 | #define F_OWNER_GID 2 | 92 | #define F_OWNER_PGRP 2 |
| 93 | 93 | ||
| 94 | struct f_owner_ex { | 94 | struct f_owner_ex { |
| 95 | int type; | 95 | int type; |
diff --git a/include/linux/i2c-pnx.h b/include/linux/i2c-pnx.h index f13255e06406..9eb07bbc6522 100644 --- a/include/linux/i2c-pnx.h +++ b/include/linux/i2c-pnx.h | |||
| @@ -21,7 +21,7 @@ struct i2c_pnx_mif { | |||
| 21 | int mode; /* Interface mode */ | 21 | int mode; /* Interface mode */ |
| 22 | struct completion complete; /* I/O completion */ | 22 | struct completion complete; /* I/O completion */ |
| 23 | struct timer_list timer; /* Timeout */ | 23 | struct timer_list timer; /* Timeout */ |
| 24 | char * buf; /* Data buffer */ | 24 | u8 * buf; /* Data buffer */ |
| 25 | int len; /* Length of data buffer */ | 25 | int len; /* Length of data buffer */ |
| 26 | }; | 26 | }; |
| 27 | 27 | ||
diff --git a/include/linux/input.h b/include/linux/input.h index 0ccfc30cd40f..c2b1a7d244d9 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
| @@ -1377,6 +1377,10 @@ extern struct class input_class; | |||
| 1377 | * methods; erase() is optional. set_gain() and set_autocenter() need | 1377 | * methods; erase() is optional. set_gain() and set_autocenter() need |
| 1378 | * only be implemented if driver sets up FF_GAIN and FF_AUTOCENTER | 1378 | * only be implemented if driver sets up FF_GAIN and FF_AUTOCENTER |
| 1379 | * bits. | 1379 | * bits. |
| 1380 | * | ||
| 1381 | * Note that playback(), set_gain() and set_autocenter() are called with | ||
| 1382 | * dev->event_lock spinlock held and interrupts off and thus may not | ||
| 1383 | * sleep. | ||
| 1380 | */ | 1384 | */ |
| 1381 | struct ff_device { | 1385 | struct ff_device { |
| 1382 | int (*upload)(struct input_dev *dev, struct ff_effect *effect, | 1386 | int (*upload)(struct input_dev *dev, struct ff_effect *effect, |
diff --git a/include/linux/isdn_ppp.h b/include/linux/isdn_ppp.h index 4c218ee7587a..8687a7dc0632 100644 --- a/include/linux/isdn_ppp.h +++ b/include/linux/isdn_ppp.h | |||
| @@ -157,7 +157,7 @@ typedef struct { | |||
| 157 | 157 | ||
| 158 | typedef struct { | 158 | typedef struct { |
| 159 | int mp_mrru; /* unused */ | 159 | int mp_mrru; /* unused */ |
| 160 | struct sk_buff_head frags; /* fragments sl list */ | 160 | struct sk_buff * frags; /* fragments sl list -- use skb->next */ |
| 161 | long frames; /* number of frames in the frame list */ | 161 | long frames; /* number of frames in the frame list */ |
| 162 | unsigned int seq; /* last processed packet seq #: any packets | 162 | unsigned int seq; /* last processed packet seq #: any packets |
| 163 | * with smaller seq # will be dropped | 163 | * with smaller seq # will be dropped |
diff --git a/include/linux/nilfs2_fs.h b/include/linux/nilfs2_fs.h index 79fec6af3f9f..ce520402e840 100644 --- a/include/linux/nilfs2_fs.h +++ b/include/linux/nilfs2_fs.h | |||
| @@ -425,15 +425,6 @@ struct nilfs_dat_entry { | |||
| 425 | }; | 425 | }; |
| 426 | 426 | ||
| 427 | /** | 427 | /** |
| 428 | * struct nilfs_dat_group_desc - block group descriptor | ||
| 429 | * @dg_nfrees: number of free virtual block numbers in block group | ||
| 430 | */ | ||
| 431 | struct nilfs_dat_group_desc { | ||
| 432 | __le32 dg_nfrees; | ||
| 433 | }; | ||
| 434 | |||
| 435 | |||
| 436 | /** | ||
| 437 | * struct nilfs_snapshot_list - snapshot list | 428 | * struct nilfs_snapshot_list - snapshot list |
| 438 | * @ssl_next: next checkpoint number on snapshot list | 429 | * @ssl_next: next checkpoint number on snapshot list |
| 439 | * @ssl_prev: previous checkpoint number on snapshot list | 430 | * @ssl_prev: previous checkpoint number on snapshot list |
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index cd15df6c63cd..5e781d824e6d 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
| @@ -301,6 +301,8 @@ static inline int unregister_pm_notifier(struct notifier_block *nb) | |||
| 301 | #define pm_notifier(fn, pri) do { (void)(fn); } while (0) | 301 | #define pm_notifier(fn, pri) do { (void)(fn); } while (0) |
| 302 | #endif /* !CONFIG_PM_SLEEP */ | 302 | #endif /* !CONFIG_PM_SLEEP */ |
| 303 | 303 | ||
| 304 | extern struct mutex pm_mutex; | ||
| 305 | |||
| 304 | #ifndef CONFIG_HIBERNATION | 306 | #ifndef CONFIG_HIBERNATION |
| 305 | static inline void register_nosave_region(unsigned long b, unsigned long e) | 307 | static inline void register_nosave_region(unsigned long b, unsigned long e) |
| 306 | { | 308 | { |
| @@ -308,8 +310,23 @@ static inline void register_nosave_region(unsigned long b, unsigned long e) | |||
| 308 | static inline void register_nosave_region_late(unsigned long b, unsigned long e) | 310 | static inline void register_nosave_region_late(unsigned long b, unsigned long e) |
| 309 | { | 311 | { |
| 310 | } | 312 | } |
| 311 | #endif | ||
| 312 | 313 | ||
| 313 | extern struct mutex pm_mutex; | 314 | static inline void lock_system_sleep(void) {} |
| 315 | static inline void unlock_system_sleep(void) {} | ||
| 316 | |||
| 317 | #else | ||
| 318 | |||
| 319 | /* Let some subsystems like memory hotadd exclude hibernation */ | ||
| 320 | |||
| 321 | static inline void lock_system_sleep(void) | ||
| 322 | { | ||
| 323 | mutex_lock(&pm_mutex); | ||
| 324 | } | ||
| 325 | |||
| 326 | static inline void unlock_system_sleep(void) | ||
| 327 | { | ||
| 328 | mutex_unlock(&pm_mutex); | ||
| 329 | } | ||
| 330 | #endif | ||
| 314 | 331 | ||
| 315 | #endif /* _LINUX_SUSPEND_H */ | 332 | #endif /* _LINUX_SUSPEND_H */ |
diff --git a/include/linux/vt.h b/include/linux/vt.h index 7afca0d72139..7ffa11f06232 100644 --- a/include/linux/vt.h +++ b/include/linux/vt.h | |||
| @@ -70,8 +70,8 @@ struct vt_event { | |||
| 70 | #define VT_EVENT_UNBLANK 0x0004 /* Screen unblank */ | 70 | #define VT_EVENT_UNBLANK 0x0004 /* Screen unblank */ |
| 71 | #define VT_EVENT_RESIZE 0x0008 /* Resize display */ | 71 | #define VT_EVENT_RESIZE 0x0008 /* Resize display */ |
| 72 | #define VT_MAX_EVENT 0x000F | 72 | #define VT_MAX_EVENT 0x000F |
| 73 | unsigned int old; /* Old console */ | 73 | unsigned int oldev; /* Old console */ |
| 74 | unsigned int new; /* New console (if changing) */ | 74 | unsigned int newev; /* New console (if changing) */ |
| 75 | unsigned int pad[4]; /* Padding for expansion */ | 75 | unsigned int pad[4]; /* Padding for expansion */ |
| 76 | }; | 76 | }; |
| 77 | 77 | ||
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 6e5f0e0c7967..cd2e18778f81 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
| @@ -1980,7 +1980,7 @@ void sctp_assoc_set_primary(struct sctp_association *, | |||
| 1980 | void sctp_assoc_del_nonprimary_peers(struct sctp_association *, | 1980 | void sctp_assoc_del_nonprimary_peers(struct sctp_association *, |
| 1981 | struct sctp_transport *); | 1981 | struct sctp_transport *); |
| 1982 | int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *, | 1982 | int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *, |
| 1983 | gfp_t); | 1983 | sctp_scope_t, gfp_t); |
| 1984 | int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *, | 1984 | int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *, |
| 1985 | struct sctp_cookie*, | 1985 | struct sctp_cookie*, |
| 1986 | gfp_t gfp); | 1986 | gfp_t gfp); |
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index 6e728b176904..47941fc5aba7 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h | |||
| @@ -797,30 +797,23 @@ static inline unsigned int scsi_host_get_prot(struct Scsi_Host *shost) | |||
| 797 | 797 | ||
| 798 | static inline unsigned int scsi_host_dif_capable(struct Scsi_Host *shost, unsigned int target_type) | 798 | static inline unsigned int scsi_host_dif_capable(struct Scsi_Host *shost, unsigned int target_type) |
| 799 | { | 799 | { |
| 800 | switch (target_type) { | 800 | static unsigned char cap[] = { 0, |
| 801 | case 1: | 801 | SHOST_DIF_TYPE1_PROTECTION, |
| 802 | if (shost->prot_capabilities & SHOST_DIF_TYPE1_PROTECTION) | 802 | SHOST_DIF_TYPE2_PROTECTION, |
| 803 | return target_type; | 803 | SHOST_DIF_TYPE3_PROTECTION }; |
| 804 | case 2: | ||
| 805 | if (shost->prot_capabilities & SHOST_DIF_TYPE2_PROTECTION) | ||
| 806 | return target_type; | ||
| 807 | case 3: | ||
| 808 | if (shost->prot_capabilities & SHOST_DIF_TYPE3_PROTECTION) | ||
| 809 | return target_type; | ||
| 810 | } | ||
| 811 | 804 | ||
| 812 | return 0; | 805 | return shost->prot_capabilities & cap[target_type] ? target_type : 0; |
| 813 | } | 806 | } |
| 814 | 807 | ||
| 815 | static inline unsigned int scsi_host_dix_capable(struct Scsi_Host *shost, unsigned int target_type) | 808 | static inline unsigned int scsi_host_dix_capable(struct Scsi_Host *shost, unsigned int target_type) |
| 816 | { | 809 | { |
| 817 | #if defined(CONFIG_BLK_DEV_INTEGRITY) | 810 | #if defined(CONFIG_BLK_DEV_INTEGRITY) |
| 818 | switch (target_type) { | 811 | static unsigned char cap[] = { SHOST_DIX_TYPE0_PROTECTION, |
| 819 | case 0: return shost->prot_capabilities & SHOST_DIX_TYPE0_PROTECTION; | 812 | SHOST_DIX_TYPE1_PROTECTION, |
| 820 | case 1: return shost->prot_capabilities & SHOST_DIX_TYPE1_PROTECTION; | 813 | SHOST_DIX_TYPE2_PROTECTION, |
| 821 | case 2: return shost->prot_capabilities & SHOST_DIX_TYPE2_PROTECTION; | 814 | SHOST_DIX_TYPE3_PROTECTION }; |
| 822 | case 3: return shost->prot_capabilities & SHOST_DIX_TYPE3_PROTECTION; | 815 | |
| 823 | } | 816 | return shost->prot_capabilities & cap[target_type]; |
| 824 | #endif | 817 | #endif |
| 825 | return 0; | 818 | return 0; |
| 826 | } | 819 | } |
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 12328147132c..67e526b6ae81 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
| @@ -692,31 +692,29 @@ int schedule_on_each_cpu(work_func_t func) | |||
| 692 | if (!works) | 692 | if (!works) |
| 693 | return -ENOMEM; | 693 | return -ENOMEM; |
| 694 | 694 | ||
| 695 | get_online_cpus(); | ||
| 696 | |||
| 695 | /* | 697 | /* |
| 696 | * when running in keventd don't schedule a work item on itself. | 698 | * When running in keventd don't schedule a work item on |
| 697 | * Can just call directly because the work queue is already bound. | 699 | * itself. Can just call directly because the work queue is |
| 698 | * This also is faster. | 700 | * already bound. This also is faster. |
| 699 | * Make this a generic parameter for other workqueues? | ||
| 700 | */ | 701 | */ |
| 701 | if (current_is_keventd()) { | 702 | if (current_is_keventd()) |
| 702 | orig = raw_smp_processor_id(); | 703 | orig = raw_smp_processor_id(); |
| 703 | INIT_WORK(per_cpu_ptr(works, orig), func); | ||
| 704 | func(per_cpu_ptr(works, orig)); | ||
| 705 | } | ||
| 706 | 704 | ||
| 707 | get_online_cpus(); | ||
| 708 | for_each_online_cpu(cpu) { | 705 | for_each_online_cpu(cpu) { |
| 709 | struct work_struct *work = per_cpu_ptr(works, cpu); | 706 | struct work_struct *work = per_cpu_ptr(works, cpu); |
| 710 | 707 | ||
| 711 | if (cpu == orig) | ||
| 712 | continue; | ||
| 713 | INIT_WORK(work, func); | 708 | INIT_WORK(work, func); |
| 714 | schedule_work_on(cpu, work); | ||
| 715 | } | ||
| 716 | for_each_online_cpu(cpu) { | ||
| 717 | if (cpu != orig) | 709 | if (cpu != orig) |
| 718 | flush_work(per_cpu_ptr(works, cpu)); | 710 | schedule_work_on(cpu, work); |
| 719 | } | 711 | } |
| 712 | if (orig >= 0) | ||
| 713 | func(per_cpu_ptr(works, orig)); | ||
| 714 | |||
| 715 | for_each_online_cpu(cpu) | ||
| 716 | flush_work(per_cpu_ptr(works, cpu)); | ||
| 717 | |||
| 720 | put_online_cpus(); | 718 | put_online_cpus(); |
| 721 | free_percpu(works); | 719 | free_percpu(works); |
| 722 | return 0; | 720 | return 0; |
diff --git a/lib/string.c b/lib/string.c index b19b87af65a3..e96421ab9a9a 100644 --- a/lib/string.c +++ b/lib/string.c | |||
| @@ -246,13 +246,17 @@ EXPORT_SYMBOL(strlcat); | |||
| 246 | #undef strcmp | 246 | #undef strcmp |
| 247 | int strcmp(const char *cs, const char *ct) | 247 | int strcmp(const char *cs, const char *ct) |
| 248 | { | 248 | { |
| 249 | signed char __res; | 249 | unsigned char c1, c2; |
| 250 | 250 | ||
| 251 | while (1) { | 251 | while (1) { |
| 252 | if ((__res = *cs - *ct++) != 0 || !*cs++) | 252 | c1 = *cs++; |
| 253 | c2 = *ct++; | ||
| 254 | if (c1 != c2) | ||
| 255 | return c1 < c2 ? -1 : 1; | ||
| 256 | if (!c1) | ||
| 253 | break; | 257 | break; |
| 254 | } | 258 | } |
| 255 | return __res; | 259 | return 0; |
| 256 | } | 260 | } |
| 257 | EXPORT_SYMBOL(strcmp); | 261 | EXPORT_SYMBOL(strcmp); |
| 258 | #endif | 262 | #endif |
| @@ -266,14 +270,18 @@ EXPORT_SYMBOL(strcmp); | |||
| 266 | */ | 270 | */ |
| 267 | int strncmp(const char *cs, const char *ct, size_t count) | 271 | int strncmp(const char *cs, const char *ct, size_t count) |
| 268 | { | 272 | { |
| 269 | signed char __res = 0; | 273 | unsigned char c1, c2; |
| 270 | 274 | ||
| 271 | while (count) { | 275 | while (count) { |
| 272 | if ((__res = *cs - *ct++) != 0 || !*cs++) | 276 | c1 = *cs++; |
| 277 | c2 = *ct++; | ||
| 278 | if (c1 != c2) | ||
| 279 | return c1 < c2 ? -1 : 1; | ||
| 280 | if (!c1) | ||
| 273 | break; | 281 | break; |
| 274 | count--; | 282 | count--; |
| 275 | } | 283 | } |
| 276 | return __res; | 284 | return 0; |
| 277 | } | 285 | } |
| 278 | EXPORT_SYMBOL(strncmp); | 286 | EXPORT_SYMBOL(strncmp); |
| 279 | #endif | 287 | #endif |
diff --git a/mm/Kconfig b/mm/Kconfig index fd3386242cf0..44cf6f0a3a6d 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
| @@ -128,12 +128,9 @@ config SPARSEMEM_VMEMMAP | |||
| 128 | config MEMORY_HOTPLUG | 128 | config MEMORY_HOTPLUG |
| 129 | bool "Allow for memory hot-add" | 129 | bool "Allow for memory hot-add" |
| 130 | depends on SPARSEMEM || X86_64_ACPI_NUMA | 130 | depends on SPARSEMEM || X86_64_ACPI_NUMA |
| 131 | depends on HOTPLUG && !(HIBERNATION && !S390) && ARCH_ENABLE_MEMORY_HOTPLUG | 131 | depends on HOTPLUG && ARCH_ENABLE_MEMORY_HOTPLUG |
| 132 | depends on (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390) | 132 | depends on (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390) |
| 133 | 133 | ||
| 134 | comment "Memory hotplug is currently incompatible with Software Suspend" | ||
| 135 | depends on SPARSEMEM && HOTPLUG && HIBERNATION && !S390 | ||
| 136 | |||
| 137 | config MEMORY_HOTPLUG_SPARSE | 134 | config MEMORY_HOTPLUG_SPARSE |
| 138 | def_bool y | 135 | def_bool y |
| 139 | depends on SPARSEMEM && MEMORY_HOTPLUG | 136 | depends on SPARSEMEM && MEMORY_HOTPLUG |
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 821dee596377..2047465cd27c 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/migrate.h> | 26 | #include <linux/migrate.h> |
| 27 | #include <linux/page-isolation.h> | 27 | #include <linux/page-isolation.h> |
| 28 | #include <linux/pfn.h> | 28 | #include <linux/pfn.h> |
| 29 | #include <linux/suspend.h> | ||
| 29 | 30 | ||
| 30 | #include <asm/tlbflush.h> | 31 | #include <asm/tlbflush.h> |
| 31 | 32 | ||
| @@ -447,7 +448,8 @@ int online_pages(unsigned long pfn, unsigned long nr_pages) | |||
| 447 | } | 448 | } |
| 448 | #endif /* CONFIG_MEMORY_HOTPLUG_SPARSE */ | 449 | #endif /* CONFIG_MEMORY_HOTPLUG_SPARSE */ |
| 449 | 450 | ||
| 450 | static pg_data_t *hotadd_new_pgdat(int nid, u64 start) | 451 | /* we are OK calling __meminit stuff here - we have CONFIG_MEMORY_HOTPLUG */ |
| 452 | static pg_data_t __ref *hotadd_new_pgdat(int nid, u64 start) | ||
| 451 | { | 453 | { |
| 452 | struct pglist_data *pgdat; | 454 | struct pglist_data *pgdat; |
| 453 | unsigned long zones_size[MAX_NR_ZONES] = {0}; | 455 | unsigned long zones_size[MAX_NR_ZONES] = {0}; |
| @@ -484,14 +486,18 @@ int __ref add_memory(int nid, u64 start, u64 size) | |||
| 484 | struct resource *res; | 486 | struct resource *res; |
| 485 | int ret; | 487 | int ret; |
| 486 | 488 | ||
| 489 | lock_system_sleep(); | ||
| 490 | |||
| 487 | res = register_memory_resource(start, size); | 491 | res = register_memory_resource(start, size); |
| 492 | ret = -EEXIST; | ||
| 488 | if (!res) | 493 | if (!res) |
| 489 | return -EEXIST; | 494 | goto out; |
| 490 | 495 | ||
| 491 | if (!node_online(nid)) { | 496 | if (!node_online(nid)) { |
| 492 | pgdat = hotadd_new_pgdat(nid, start); | 497 | pgdat = hotadd_new_pgdat(nid, start); |
| 498 | ret = -ENOMEM; | ||
| 493 | if (!pgdat) | 499 | if (!pgdat) |
| 494 | return -ENOMEM; | 500 | goto out; |
| 495 | new_pgdat = 1; | 501 | new_pgdat = 1; |
| 496 | } | 502 | } |
| 497 | 503 | ||
| @@ -514,7 +520,8 @@ int __ref add_memory(int nid, u64 start, u64 size) | |||
| 514 | BUG_ON(ret); | 520 | BUG_ON(ret); |
| 515 | } | 521 | } |
| 516 | 522 | ||
| 517 | return ret; | 523 | goto out; |
| 524 | |||
| 518 | error: | 525 | error: |
| 519 | /* rollback pgdat allocation and others */ | 526 | /* rollback pgdat allocation and others */ |
| 520 | if (new_pgdat) | 527 | if (new_pgdat) |
| @@ -522,6 +529,8 @@ error: | |||
| 522 | if (res) | 529 | if (res) |
| 523 | release_memory_resource(res); | 530 | release_memory_resource(res); |
| 524 | 531 | ||
| 532 | out: | ||
| 533 | unlock_system_sleep(); | ||
| 525 | return ret; | 534 | return ret; |
| 526 | } | 535 | } |
| 527 | EXPORT_SYMBOL_GPL(add_memory); | 536 | EXPORT_SYMBOL_GPL(add_memory); |
| @@ -758,6 +767,8 @@ int offline_pages(unsigned long start_pfn, | |||
| 758 | if (!test_pages_in_a_zone(start_pfn, end_pfn)) | 767 | if (!test_pages_in_a_zone(start_pfn, end_pfn)) |
| 759 | return -EINVAL; | 768 | return -EINVAL; |
| 760 | 769 | ||
| 770 | lock_system_sleep(); | ||
| 771 | |||
| 761 | zone = page_zone(pfn_to_page(start_pfn)); | 772 | zone = page_zone(pfn_to_page(start_pfn)); |
| 762 | node = zone_to_nid(zone); | 773 | node = zone_to_nid(zone); |
| 763 | nr_pages = end_pfn - start_pfn; | 774 | nr_pages = end_pfn - start_pfn; |
| @@ -765,7 +776,7 @@ int offline_pages(unsigned long start_pfn, | |||
| 765 | /* set above range as isolated */ | 776 | /* set above range as isolated */ |
| 766 | ret = start_isolate_page_range(start_pfn, end_pfn); | 777 | ret = start_isolate_page_range(start_pfn, end_pfn); |
| 767 | if (ret) | 778 | if (ret) |
| 768 | return ret; | 779 | goto out; |
| 769 | 780 | ||
| 770 | arg.start_pfn = start_pfn; | 781 | arg.start_pfn = start_pfn; |
| 771 | arg.nr_pages = nr_pages; | 782 | arg.nr_pages = nr_pages; |
| @@ -843,6 +854,7 @@ repeat: | |||
| 843 | writeback_set_ratelimit(); | 854 | writeback_set_ratelimit(); |
| 844 | 855 | ||
| 845 | memory_notify(MEM_OFFLINE, &arg); | 856 | memory_notify(MEM_OFFLINE, &arg); |
| 857 | unlock_system_sleep(); | ||
| 846 | return 0; | 858 | return 0; |
| 847 | 859 | ||
| 848 | failed_removal: | 860 | failed_removal: |
| @@ -852,6 +864,8 @@ failed_removal: | |||
| 852 | /* pushback to free area */ | 864 | /* pushback to free area */ |
| 853 | undo_isolate_page_range(start_pfn, end_pfn); | 865 | undo_isolate_page_range(start_pfn, end_pfn); |
| 854 | 866 | ||
| 867 | out: | ||
| 868 | unlock_system_sleep(); | ||
| 855 | return ret; | 869 | return ret; |
| 856 | } | 870 | } |
| 857 | 871 | ||
diff --git a/mm/percpu.c b/mm/percpu.c index d90797160c2a..5adfc268b408 100644 --- a/mm/percpu.c +++ b/mm/percpu.c | |||
| @@ -355,62 +355,86 @@ static struct pcpu_chunk *pcpu_chunk_addr_search(void *addr) | |||
| 355 | } | 355 | } |
| 356 | 356 | ||
| 357 | /** | 357 | /** |
| 358 | * pcpu_extend_area_map - extend area map for allocation | 358 | * pcpu_need_to_extend - determine whether chunk area map needs to be extended |
| 359 | * @chunk: target chunk | 359 | * @chunk: chunk of interest |
| 360 | * | 360 | * |
| 361 | * Extend area map of @chunk so that it can accomodate an allocation. | 361 | * Determine whether area map of @chunk needs to be extended to |
| 362 | * A single allocation can split an area into three areas, so this | 362 | * accomodate a new allocation. |
| 363 | * function makes sure that @chunk->map has at least two extra slots. | ||
| 364 | * | 363 | * |
| 365 | * CONTEXT: | 364 | * CONTEXT: |
| 366 | * pcpu_alloc_mutex, pcpu_lock. pcpu_lock is released and reacquired | 365 | * pcpu_lock. |
| 367 | * if area map is extended. | ||
| 368 | * | 366 | * |
| 369 | * RETURNS: | 367 | * RETURNS: |
| 370 | * 0 if noop, 1 if successfully extended, -errno on failure. | 368 | * New target map allocation length if extension is necessary, 0 |
| 369 | * otherwise. | ||
| 371 | */ | 370 | */ |
| 372 | static int pcpu_extend_area_map(struct pcpu_chunk *chunk, unsigned long *flags) | 371 | static int pcpu_need_to_extend(struct pcpu_chunk *chunk) |
| 373 | { | 372 | { |
| 374 | int new_alloc; | 373 | int new_alloc; |
| 375 | int *new; | ||
| 376 | size_t size; | ||
| 377 | 374 | ||
| 378 | /* has enough? */ | ||
| 379 | if (chunk->map_alloc >= chunk->map_used + 2) | 375 | if (chunk->map_alloc >= chunk->map_used + 2) |
| 380 | return 0; | 376 | return 0; |
| 381 | 377 | ||
| 382 | spin_unlock_irqrestore(&pcpu_lock, *flags); | ||
| 383 | |||
| 384 | new_alloc = PCPU_DFL_MAP_ALLOC; | 378 | new_alloc = PCPU_DFL_MAP_ALLOC; |
| 385 | while (new_alloc < chunk->map_used + 2) | 379 | while (new_alloc < chunk->map_used + 2) |
| 386 | new_alloc *= 2; | 380 | new_alloc *= 2; |
| 387 | 381 | ||
| 388 | new = pcpu_mem_alloc(new_alloc * sizeof(new[0])); | 382 | return new_alloc; |
| 389 | if (!new) { | 383 | } |
| 390 | spin_lock_irqsave(&pcpu_lock, *flags); | 384 | |
| 385 | /** | ||
| 386 | * pcpu_extend_area_map - extend area map of a chunk | ||
| 387 | * @chunk: chunk of interest | ||
| 388 | * @new_alloc: new target allocation length of the area map | ||
| 389 | * | ||
| 390 | * Extend area map of @chunk to have @new_alloc entries. | ||
| 391 | * | ||
| 392 | * CONTEXT: | ||
| 393 | * Does GFP_KERNEL allocation. Grabs and releases pcpu_lock. | ||
| 394 | * | ||
| 395 | * RETURNS: | ||
| 396 | * 0 on success, -errno on failure. | ||
| 397 | */ | ||
| 398 | static int pcpu_extend_area_map(struct pcpu_chunk *chunk, int new_alloc) | ||
| 399 | { | ||
| 400 | int *old = NULL, *new = NULL; | ||
| 401 | size_t old_size = 0, new_size = new_alloc * sizeof(new[0]); | ||
| 402 | unsigned long flags; | ||
| 403 | |||
| 404 | new = pcpu_mem_alloc(new_size); | ||
| 405 | if (!new) | ||
| 391 | return -ENOMEM; | 406 | return -ENOMEM; |
| 392 | } | ||
| 393 | 407 | ||
| 394 | /* | 408 | /* acquire pcpu_lock and switch to new area map */ |
| 395 | * Acquire pcpu_lock and switch to new area map. Only free | 409 | spin_lock_irqsave(&pcpu_lock, flags); |
| 396 | * could have happened inbetween, so map_used couldn't have | 410 | |
| 397 | * grown. | 411 | if (new_alloc <= chunk->map_alloc) |
| 398 | */ | 412 | goto out_unlock; |
| 399 | spin_lock_irqsave(&pcpu_lock, *flags); | ||
| 400 | BUG_ON(new_alloc < chunk->map_used + 2); | ||
| 401 | 413 | ||
| 402 | size = chunk->map_alloc * sizeof(chunk->map[0]); | 414 | old_size = chunk->map_alloc * sizeof(chunk->map[0]); |
| 403 | memcpy(new, chunk->map, size); | 415 | memcpy(new, chunk->map, old_size); |
| 404 | 416 | ||
| 405 | /* | 417 | /* |
| 406 | * map_alloc < PCPU_DFL_MAP_ALLOC indicates that the chunk is | 418 | * map_alloc < PCPU_DFL_MAP_ALLOC indicates that the chunk is |
| 407 | * one of the first chunks and still using static map. | 419 | * one of the first chunks and still using static map. |
| 408 | */ | 420 | */ |
| 409 | if (chunk->map_alloc >= PCPU_DFL_MAP_ALLOC) | 421 | if (chunk->map_alloc >= PCPU_DFL_MAP_ALLOC) |
| 410 | pcpu_mem_free(chunk->map, size); | 422 | old = chunk->map; |
| 411 | 423 | ||
| 412 | chunk->map_alloc = new_alloc; | 424 | chunk->map_alloc = new_alloc; |
| 413 | chunk->map = new; | 425 | chunk->map = new; |
| 426 | new = NULL; | ||
| 427 | |||
| 428 | out_unlock: | ||
| 429 | spin_unlock_irqrestore(&pcpu_lock, flags); | ||
| 430 | |||
| 431 | /* | ||
| 432 | * pcpu_mem_free() might end up calling vfree() which uses | ||
| 433 | * IRQ-unsafe lock and thus can't be called under pcpu_lock. | ||
| 434 | */ | ||
| 435 | pcpu_mem_free(old, old_size); | ||
| 436 | pcpu_mem_free(new, new_size); | ||
| 437 | |||
| 414 | return 0; | 438 | return 0; |
| 415 | } | 439 | } |
| 416 | 440 | ||
| @@ -1049,7 +1073,7 @@ static void *pcpu_alloc(size_t size, size_t align, bool reserved) | |||
| 1049 | static int warn_limit = 10; | 1073 | static int warn_limit = 10; |
| 1050 | struct pcpu_chunk *chunk; | 1074 | struct pcpu_chunk *chunk; |
| 1051 | const char *err; | 1075 | const char *err; |
| 1052 | int slot, off; | 1076 | int slot, off, new_alloc; |
| 1053 | unsigned long flags; | 1077 | unsigned long flags; |
| 1054 | 1078 | ||
| 1055 | if (unlikely(!size || size > PCPU_MIN_UNIT_SIZE || align > PAGE_SIZE)) { | 1079 | if (unlikely(!size || size > PCPU_MIN_UNIT_SIZE || align > PAGE_SIZE)) { |
| @@ -1064,14 +1088,25 @@ static void *pcpu_alloc(size_t size, size_t align, bool reserved) | |||
| 1064 | /* serve reserved allocations from the reserved chunk if available */ | 1088 | /* serve reserved allocations from the reserved chunk if available */ |
| 1065 | if (reserved && pcpu_reserved_chunk) { | 1089 | if (reserved && pcpu_reserved_chunk) { |
| 1066 | chunk = pcpu_reserved_chunk; | 1090 | chunk = pcpu_reserved_chunk; |
| 1067 | if (size > chunk->contig_hint || | 1091 | |
| 1068 | pcpu_extend_area_map(chunk, &flags) < 0) { | 1092 | if (size > chunk->contig_hint) { |
| 1069 | err = "failed to extend area map of reserved chunk"; | 1093 | err = "alloc from reserved chunk failed"; |
| 1070 | goto fail_unlock; | 1094 | goto fail_unlock; |
| 1071 | } | 1095 | } |
| 1096 | |||
| 1097 | while ((new_alloc = pcpu_need_to_extend(chunk))) { | ||
| 1098 | spin_unlock_irqrestore(&pcpu_lock, flags); | ||
| 1099 | if (pcpu_extend_area_map(chunk, new_alloc) < 0) { | ||
| 1100 | err = "failed to extend area map of reserved chunk"; | ||
| 1101 | goto fail_unlock_mutex; | ||
| 1102 | } | ||
| 1103 | spin_lock_irqsave(&pcpu_lock, flags); | ||
| 1104 | } | ||
| 1105 | |||
| 1072 | off = pcpu_alloc_area(chunk, size, align); | 1106 | off = pcpu_alloc_area(chunk, size, align); |
| 1073 | if (off >= 0) | 1107 | if (off >= 0) |
| 1074 | goto area_found; | 1108 | goto area_found; |
| 1109 | |||
| 1075 | err = "alloc from reserved chunk failed"; | 1110 | err = "alloc from reserved chunk failed"; |
| 1076 | goto fail_unlock; | 1111 | goto fail_unlock; |
| 1077 | } | 1112 | } |
| @@ -1083,14 +1118,20 @@ restart: | |||
| 1083 | if (size > chunk->contig_hint) | 1118 | if (size > chunk->contig_hint) |
| 1084 | continue; | 1119 | continue; |
| 1085 | 1120 | ||
| 1086 | switch (pcpu_extend_area_map(chunk, &flags)) { | 1121 | new_alloc = pcpu_need_to_extend(chunk); |
| 1087 | case 0: | 1122 | if (new_alloc) { |
| 1088 | break; | 1123 | spin_unlock_irqrestore(&pcpu_lock, flags); |
| 1089 | case 1: | 1124 | if (pcpu_extend_area_map(chunk, |
| 1090 | goto restart; /* pcpu_lock dropped, restart */ | 1125 | new_alloc) < 0) { |
| 1091 | default: | 1126 | err = "failed to extend area map"; |
| 1092 | err = "failed to extend area map"; | 1127 | goto fail_unlock_mutex; |
| 1093 | goto fail_unlock; | 1128 | } |
| 1129 | spin_lock_irqsave(&pcpu_lock, flags); | ||
| 1130 | /* | ||
| 1131 | * pcpu_lock has been dropped, need to | ||
| 1132 | * restart cpu_slot list walking. | ||
| 1133 | */ | ||
| 1134 | goto restart; | ||
| 1094 | } | 1135 | } |
| 1095 | 1136 | ||
| 1096 | off = pcpu_alloc_area(chunk, size, align); | 1137 | off = pcpu_alloc_area(chunk, size, align); |
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 8836575f9d79..a29c5ab5815c 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c | |||
| @@ -281,8 +281,11 @@ out_uninit_applicant: | |||
| 281 | if (ngrp) | 281 | if (ngrp) |
| 282 | vlan_gvrp_uninit_applicant(real_dev); | 282 | vlan_gvrp_uninit_applicant(real_dev); |
| 283 | out_free_group: | 283 | out_free_group: |
| 284 | if (ngrp) | 284 | if (ngrp) { |
| 285 | vlan_group_free(ngrp); | 285 | hlist_del_rcu(&ngrp->hlist); |
| 286 | /* Free the group, after all cpu's are done. */ | ||
| 287 | call_rcu(&ngrp->rcu, vlan_rcu_free); | ||
| 288 | } | ||
| 286 | return err; | 289 | return err; |
| 287 | } | 290 | } |
| 288 | 291 | ||
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index a9750984f772..b7c4224f4e7d 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c | |||
| @@ -211,6 +211,7 @@ struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst) | |||
| 211 | conn->type = type; | 211 | conn->type = type; |
| 212 | conn->mode = HCI_CM_ACTIVE; | 212 | conn->mode = HCI_CM_ACTIVE; |
| 213 | conn->state = BT_OPEN; | 213 | conn->state = BT_OPEN; |
| 214 | conn->auth_type = HCI_AT_GENERAL_BONDING; | ||
| 214 | 215 | ||
| 215 | conn->power_save = 1; | 216 | conn->power_save = 1; |
| 216 | conn->disc_timeout = HCI_DISCONN_TIMEOUT; | 217 | conn->disc_timeout = HCI_DISCONN_TIMEOUT; |
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c index 77e9fb130adb..947f8bbb4bb3 100644 --- a/net/bluetooth/l2cap.c +++ b/net/bluetooth/l2cap.c | |||
| @@ -2205,7 +2205,7 @@ static int l2cap_build_conf_req(struct sock *sk, void *data) | |||
| 2205 | { | 2205 | { |
| 2206 | struct l2cap_pinfo *pi = l2cap_pi(sk); | 2206 | struct l2cap_pinfo *pi = l2cap_pi(sk); |
| 2207 | struct l2cap_conf_req *req = data; | 2207 | struct l2cap_conf_req *req = data; |
| 2208 | struct l2cap_conf_rfc rfc = { .mode = L2CAP_MODE_ERTM }; | 2208 | struct l2cap_conf_rfc rfc = { .mode = L2CAP_MODE_BASIC }; |
| 2209 | void *ptr = req->data; | 2209 | void *ptr = req->data; |
| 2210 | 2210 | ||
| 2211 | BT_DBG("sk %p", sk); | 2211 | BT_DBG("sk %p", sk); |
| @@ -2394,6 +2394,10 @@ done: | |||
| 2394 | rfc.monitor_timeout = L2CAP_DEFAULT_MONITOR_TO; | 2394 | rfc.monitor_timeout = L2CAP_DEFAULT_MONITOR_TO; |
| 2395 | 2395 | ||
| 2396 | pi->conf_state |= L2CAP_CONF_MODE_DONE; | 2396 | pi->conf_state |= L2CAP_CONF_MODE_DONE; |
| 2397 | |||
| 2398 | l2cap_add_conf_opt(&ptr, L2CAP_CONF_RFC, | ||
| 2399 | sizeof(rfc), (unsigned long) &rfc); | ||
| 2400 | |||
| 2397 | break; | 2401 | break; |
| 2398 | 2402 | ||
| 2399 | case L2CAP_MODE_STREAMING: | 2403 | case L2CAP_MODE_STREAMING: |
| @@ -2401,6 +2405,10 @@ done: | |||
| 2401 | pi->max_pdu_size = rfc.max_pdu_size; | 2405 | pi->max_pdu_size = rfc.max_pdu_size; |
| 2402 | 2406 | ||
| 2403 | pi->conf_state |= L2CAP_CONF_MODE_DONE; | 2407 | pi->conf_state |= L2CAP_CONF_MODE_DONE; |
| 2408 | |||
| 2409 | l2cap_add_conf_opt(&ptr, L2CAP_CONF_RFC, | ||
| 2410 | sizeof(rfc), (unsigned long) &rfc); | ||
| 2411 | |||
| 2404 | break; | 2412 | break; |
| 2405 | 2413 | ||
| 2406 | default: | 2414 | default: |
| @@ -2410,9 +2418,6 @@ done: | |||
| 2410 | rfc.mode = pi->mode; | 2418 | rfc.mode = pi->mode; |
| 2411 | } | 2419 | } |
| 2412 | 2420 | ||
| 2413 | l2cap_add_conf_opt(&ptr, L2CAP_CONF_RFC, | ||
| 2414 | sizeof(rfc), (unsigned long) &rfc); | ||
| 2415 | |||
| 2416 | if (result == L2CAP_CONF_SUCCESS) | 2421 | if (result == L2CAP_CONF_SUCCESS) |
| 2417 | pi->conf_state |= L2CAP_CONF_OUTPUT_DONE; | 2422 | pi->conf_state |= L2CAP_CONF_OUTPUT_DONE; |
| 2418 | } | 2423 | } |
diff --git a/net/core/dev.c b/net/core/dev.c index b8f74cfb1bfd..fe10551d3671 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
| @@ -942,14 +942,15 @@ rollback: | |||
| 942 | ret = notifier_to_errno(ret); | 942 | ret = notifier_to_errno(ret); |
| 943 | 943 | ||
| 944 | if (ret) { | 944 | if (ret) { |
| 945 | if (err) { | 945 | /* err >= 0 after dev_alloc_name() or stores the first errno */ |
| 946 | printk(KERN_ERR | 946 | if (err >= 0) { |
| 947 | "%s: name change rollback failed: %d.\n", | ||
| 948 | dev->name, ret); | ||
| 949 | } else { | ||
| 950 | err = ret; | 947 | err = ret; |
| 951 | memcpy(dev->name, oldname, IFNAMSIZ); | 948 | memcpy(dev->name, oldname, IFNAMSIZ); |
| 952 | goto rollback; | 949 | goto rollback; |
| 950 | } else { | ||
| 951 | printk(KERN_ERR | ||
| 952 | "%s: name change rollback failed: %d.\n", | ||
| 953 | dev->name, ret); | ||
| 953 | } | 954 | } |
| 954 | } | 955 | } |
| 955 | 956 | ||
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 80a96166df39..ec85681a7dd8 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
| @@ -2701,7 +2701,8 @@ int skb_gro_receive(struct sk_buff **head, struct sk_buff *skb) | |||
| 2701 | 2701 | ||
| 2702 | NAPI_GRO_CB(skb)->free = 1; | 2702 | NAPI_GRO_CB(skb)->free = 1; |
| 2703 | goto done; | 2703 | goto done; |
| 2704 | } | 2704 | } else if (skb_gro_len(p) != pinfo->gso_size) |
| 2705 | return -E2BIG; | ||
| 2705 | 2706 | ||
| 2706 | headroom = skb_headroom(p); | 2707 | headroom = skb_headroom(p); |
| 2707 | nskb = netdev_alloc_skb(p->dev, headroom + skb_gro_offset(p)); | 2708 | nskb = netdev_alloc_skb(p->dev, headroom + skb_gro_offset(p)); |
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index 630a56df7b47..99508d66a642 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c | |||
| @@ -483,8 +483,10 @@ static int vif_add(struct net *net, struct vifctl *vifc, int mrtsock) | |||
| 483 | return -EINVAL; | 483 | return -EINVAL; |
| 484 | } | 484 | } |
| 485 | 485 | ||
| 486 | if ((in_dev = __in_dev_get_rtnl(dev)) == NULL) | 486 | if ((in_dev = __in_dev_get_rtnl(dev)) == NULL) { |
| 487 | dev_put(dev); | ||
| 487 | return -EADDRNOTAVAIL; | 488 | return -EADDRNOTAVAIL; |
| 489 | } | ||
| 488 | IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)++; | 490 | IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)++; |
| 489 | ip_rt_multicast_event(in_dev); | 491 | ip_rt_multicast_event(in_dev); |
| 490 | 492 | ||
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 98440ad82558..f1813bc71088 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
| @@ -1183,7 +1183,9 @@ void tcp_cleanup_rbuf(struct sock *sk, int copied) | |||
| 1183 | #if TCP_DEBUG | 1183 | #if TCP_DEBUG |
| 1184 | struct sk_buff *skb = skb_peek(&sk->sk_receive_queue); | 1184 | struct sk_buff *skb = skb_peek(&sk->sk_receive_queue); |
| 1185 | 1185 | ||
| 1186 | WARN_ON(skb && !before(tp->copied_seq, TCP_SKB_CB(skb)->end_seq)); | 1186 | WARN(skb && !before(tp->copied_seq, TCP_SKB_CB(skb)->end_seq), |
| 1187 | KERN_INFO "cleanup rbuf bug: copied %X seq %X rcvnxt %X\n", | ||
| 1188 | tp->copied_seq, TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt); | ||
| 1187 | #endif | 1189 | #endif |
| 1188 | 1190 | ||
| 1189 | if (inet_csk_ack_scheduled(sk)) { | 1191 | if (inet_csk_ack_scheduled(sk)) { |
| @@ -1430,11 +1432,13 @@ int tcp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, | |||
| 1430 | /* Now that we have two receive queues this | 1432 | /* Now that we have two receive queues this |
| 1431 | * shouldn't happen. | 1433 | * shouldn't happen. |
| 1432 | */ | 1434 | */ |
| 1433 | if (before(*seq, TCP_SKB_CB(skb)->seq)) { | 1435 | if (WARN(before(*seq, TCP_SKB_CB(skb)->seq), |
| 1434 | printk(KERN_INFO "recvmsg bug: copied %X " | 1436 | KERN_INFO "recvmsg bug: copied %X " |
| 1435 | "seq %X\n", *seq, TCP_SKB_CB(skb)->seq); | 1437 | "seq %X rcvnxt %X fl %X\n", *seq, |
| 1438 | TCP_SKB_CB(skb)->seq, tp->rcv_nxt, | ||
| 1439 | flags)) | ||
| 1436 | break; | 1440 | break; |
| 1437 | } | 1441 | |
| 1438 | offset = *seq - TCP_SKB_CB(skb)->seq; | 1442 | offset = *seq - TCP_SKB_CB(skb)->seq; |
| 1439 | if (tcp_hdr(skb)->syn) | 1443 | if (tcp_hdr(skb)->syn) |
| 1440 | offset--; | 1444 | offset--; |
| @@ -1443,8 +1447,9 @@ int tcp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, | |||
| 1443 | if (tcp_hdr(skb)->fin) | 1447 | if (tcp_hdr(skb)->fin) |
| 1444 | goto found_fin_ok; | 1448 | goto found_fin_ok; |
| 1445 | WARN(!(flags & MSG_PEEK), KERN_INFO "recvmsg bug 2: " | 1449 | WARN(!(flags & MSG_PEEK), KERN_INFO "recvmsg bug 2: " |
| 1446 | "copied %X seq %X\n", *seq, | 1450 | "copied %X seq %X rcvnxt %X fl %X\n", |
| 1447 | TCP_SKB_CB(skb)->seq); | 1451 | *seq, TCP_SKB_CB(skb)->seq, |
| 1452 | tp->rcv_nxt, flags); | ||
| 1448 | } | 1453 | } |
| 1449 | 1454 | ||
| 1450 | /* Well, if we have backlog, try to process it now yet. */ | 1455 | /* Well, if we have backlog, try to process it now yet. */ |
diff --git a/net/sctp/associola.c b/net/sctp/associola.c index 8450960df24f..7eed77a39d0d 100644 --- a/net/sctp/associola.c +++ b/net/sctp/associola.c | |||
| @@ -1485,15 +1485,13 @@ void sctp_assoc_rwnd_decrease(struct sctp_association *asoc, unsigned len) | |||
| 1485 | * local endpoint and the remote peer. | 1485 | * local endpoint and the remote peer. |
| 1486 | */ | 1486 | */ |
| 1487 | int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *asoc, | 1487 | int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *asoc, |
| 1488 | gfp_t gfp) | 1488 | sctp_scope_t scope, gfp_t gfp) |
| 1489 | { | 1489 | { |
| 1490 | sctp_scope_t scope; | ||
| 1491 | int flags; | 1490 | int flags; |
| 1492 | 1491 | ||
| 1493 | /* Use scoping rules to determine the subset of addresses from | 1492 | /* Use scoping rules to determine the subset of addresses from |
| 1494 | * the endpoint. | 1493 | * the endpoint. |
| 1495 | */ | 1494 | */ |
| 1496 | scope = sctp_scope(&asoc->peer.active_path->ipaddr); | ||
| 1497 | flags = (PF_INET6 == asoc->base.sk->sk_family) ? SCTP_ADDR6_ALLOWED : 0; | 1495 | flags = (PF_INET6 == asoc->base.sk->sk_family) ? SCTP_ADDR6_ALLOWED : 0; |
| 1498 | if (asoc->peer.ipv4_address) | 1496 | if (asoc->peer.ipv4_address) |
| 1499 | flags |= SCTP_ADDR4_PEERSUPP; | 1497 | flags |= SCTP_ADDR4_PEERSUPP; |
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c index c8fae1983dd1..d4df45022ffa 100644 --- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c | |||
| @@ -384,6 +384,11 @@ sctp_disposition_t sctp_sf_do_5_1B_init(const struct sctp_endpoint *ep, | |||
| 384 | if (!new_asoc) | 384 | if (!new_asoc) |
| 385 | goto nomem; | 385 | goto nomem; |
| 386 | 386 | ||
| 387 | if (sctp_assoc_set_bind_addr_from_ep(new_asoc, | ||
| 388 | sctp_scope(sctp_source(chunk)), | ||
| 389 | GFP_ATOMIC) < 0) | ||
| 390 | goto nomem_init; | ||
| 391 | |||
| 387 | /* The call, sctp_process_init(), can fail on memory allocation. */ | 392 | /* The call, sctp_process_init(), can fail on memory allocation. */ |
| 388 | if (!sctp_process_init(new_asoc, chunk->chunk_hdr->type, | 393 | if (!sctp_process_init(new_asoc, chunk->chunk_hdr->type, |
| 389 | sctp_source(chunk), | 394 | sctp_source(chunk), |
| @@ -401,9 +406,6 @@ sctp_disposition_t sctp_sf_do_5_1B_init(const struct sctp_endpoint *ep, | |||
| 401 | len = ntohs(err_chunk->chunk_hdr->length) - | 406 | len = ntohs(err_chunk->chunk_hdr->length) - |
| 402 | sizeof(sctp_chunkhdr_t); | 407 | sizeof(sctp_chunkhdr_t); |
| 403 | 408 | ||
| 404 | if (sctp_assoc_set_bind_addr_from_ep(new_asoc, GFP_ATOMIC) < 0) | ||
| 405 | goto nomem_init; | ||
| 406 | |||
| 407 | repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); | 409 | repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); |
| 408 | if (!repl) | 410 | if (!repl) |
| 409 | goto nomem_init; | 411 | goto nomem_init; |
| @@ -1452,6 +1454,10 @@ static sctp_disposition_t sctp_sf_do_unexpected_init( | |||
| 1452 | if (!new_asoc) | 1454 | if (!new_asoc) |
| 1453 | goto nomem; | 1455 | goto nomem; |
| 1454 | 1456 | ||
| 1457 | if (sctp_assoc_set_bind_addr_from_ep(new_asoc, | ||
| 1458 | sctp_scope(sctp_source(chunk)), GFP_ATOMIC) < 0) | ||
| 1459 | goto nomem; | ||
| 1460 | |||
| 1455 | /* In the outbound INIT ACK the endpoint MUST copy its current | 1461 | /* In the outbound INIT ACK the endpoint MUST copy its current |
| 1456 | * Verification Tag and Peers Verification tag into a reserved | 1462 | * Verification Tag and Peers Verification tag into a reserved |
| 1457 | * place (local tie-tag and per tie-tag) within the state cookie. | 1463 | * place (local tie-tag and per tie-tag) within the state cookie. |
| @@ -1488,9 +1494,6 @@ static sctp_disposition_t sctp_sf_do_unexpected_init( | |||
| 1488 | sizeof(sctp_chunkhdr_t); | 1494 | sizeof(sctp_chunkhdr_t); |
| 1489 | } | 1495 | } |
| 1490 | 1496 | ||
| 1491 | if (sctp_assoc_set_bind_addr_from_ep(new_asoc, GFP_ATOMIC) < 0) | ||
| 1492 | goto nomem; | ||
| 1493 | |||
| 1494 | repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); | 1497 | repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); |
| 1495 | if (!repl) | 1498 | if (!repl) |
| 1496 | goto nomem; | 1499 | goto nomem; |
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index c8d05758661d..3a95fcb17a9e 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c | |||
| @@ -1080,6 +1080,13 @@ static int __sctp_connect(struct sock* sk, | |||
| 1080 | err = -ENOMEM; | 1080 | err = -ENOMEM; |
| 1081 | goto out_free; | 1081 | goto out_free; |
| 1082 | } | 1082 | } |
| 1083 | |||
| 1084 | err = sctp_assoc_set_bind_addr_from_ep(asoc, scope, | ||
| 1085 | GFP_KERNEL); | ||
| 1086 | if (err < 0) { | ||
| 1087 | goto out_free; | ||
| 1088 | } | ||
| 1089 | |||
| 1083 | } | 1090 | } |
| 1084 | 1091 | ||
| 1085 | /* Prime the peer's transport structures. */ | 1092 | /* Prime the peer's transport structures. */ |
| @@ -1095,11 +1102,6 @@ static int __sctp_connect(struct sock* sk, | |||
| 1095 | walk_size += af->sockaddr_len; | 1102 | walk_size += af->sockaddr_len; |
| 1096 | } | 1103 | } |
| 1097 | 1104 | ||
| 1098 | err = sctp_assoc_set_bind_addr_from_ep(asoc, GFP_KERNEL); | ||
| 1099 | if (err < 0) { | ||
| 1100 | goto out_free; | ||
| 1101 | } | ||
| 1102 | |||
| 1103 | /* In case the user of sctp_connectx() wants an association | 1105 | /* In case the user of sctp_connectx() wants an association |
| 1104 | * id back, assign one now. | 1106 | * id back, assign one now. |
| 1105 | */ | 1107 | */ |
| @@ -1274,22 +1276,30 @@ SCTP_STATIC int sctp_setsockopt_connectx(struct sock* sk, | |||
| 1274 | } | 1276 | } |
| 1275 | 1277 | ||
| 1276 | /* | 1278 | /* |
| 1277 | * New (hopefully final) interface for the API. The option buffer is used | 1279 | * New (hopefully final) interface for the API. |
| 1278 | * both for the returned association id and the addresses. | 1280 | * We use the sctp_getaddrs_old structure so that use-space library |
| 1281 | * can avoid any unnecessary allocations. The only defferent part | ||
| 1282 | * is that we store the actual length of the address buffer into the | ||
| 1283 | * addrs_num structure member. That way we can re-use the existing | ||
| 1284 | * code. | ||
| 1279 | */ | 1285 | */ |
| 1280 | SCTP_STATIC int sctp_getsockopt_connectx3(struct sock* sk, int len, | 1286 | SCTP_STATIC int sctp_getsockopt_connectx3(struct sock* sk, int len, |
| 1281 | char __user *optval, | 1287 | char __user *optval, |
| 1282 | int __user *optlen) | 1288 | int __user *optlen) |
| 1283 | { | 1289 | { |
| 1290 | struct sctp_getaddrs_old param; | ||
| 1284 | sctp_assoc_t assoc_id = 0; | 1291 | sctp_assoc_t assoc_id = 0; |
| 1285 | int err = 0; | 1292 | int err = 0; |
| 1286 | 1293 | ||
| 1287 | if (len < sizeof(assoc_id)) | 1294 | if (len < sizeof(param)) |
| 1288 | return -EINVAL; | 1295 | return -EINVAL; |
| 1289 | 1296 | ||
| 1297 | if (copy_from_user(¶m, optval, sizeof(param))) | ||
| 1298 | return -EFAULT; | ||
| 1299 | |||
| 1290 | err = __sctp_setsockopt_connectx(sk, | 1300 | err = __sctp_setsockopt_connectx(sk, |
| 1291 | (struct sockaddr __user *)(optval + sizeof(assoc_id)), | 1301 | (struct sockaddr __user *)param.addrs, |
| 1292 | len - sizeof(assoc_id), &assoc_id); | 1302 | param.addr_num, &assoc_id); |
| 1293 | 1303 | ||
| 1294 | if (err == 0 || err == -EINPROGRESS) { | 1304 | if (err == 0 || err == -EINPROGRESS) { |
| 1295 | if (copy_to_user(optval, &assoc_id, sizeof(assoc_id))) | 1305 | if (copy_to_user(optval, &assoc_id, sizeof(assoc_id))) |
| @@ -1689,6 +1699,11 @@ SCTP_STATIC int sctp_sendmsg(struct kiocb *iocb, struct sock *sk, | |||
| 1689 | goto out_unlock; | 1699 | goto out_unlock; |
| 1690 | } | 1700 | } |
| 1691 | asoc = new_asoc; | 1701 | asoc = new_asoc; |
| 1702 | err = sctp_assoc_set_bind_addr_from_ep(asoc, scope, GFP_KERNEL); | ||
| 1703 | if (err < 0) { | ||
| 1704 | err = -ENOMEM; | ||
| 1705 | goto out_free; | ||
| 1706 | } | ||
| 1692 | 1707 | ||
| 1693 | /* If the SCTP_INIT ancillary data is specified, set all | 1708 | /* If the SCTP_INIT ancillary data is specified, set all |
| 1694 | * the association init values accordingly. | 1709 | * the association init values accordingly. |
| @@ -1718,11 +1733,6 @@ SCTP_STATIC int sctp_sendmsg(struct kiocb *iocb, struct sock *sk, | |||
| 1718 | err = -ENOMEM; | 1733 | err = -ENOMEM; |
| 1719 | goto out_free; | 1734 | goto out_free; |
| 1720 | } | 1735 | } |
| 1721 | err = sctp_assoc_set_bind_addr_from_ep(asoc, GFP_KERNEL); | ||
| 1722 | if (err < 0) { | ||
| 1723 | err = -ENOMEM; | ||
| 1724 | goto out_free; | ||
| 1725 | } | ||
| 1726 | } | 1736 | } |
| 1727 | 1737 | ||
| 1728 | /* ASSERT: we have a valid association at this point. */ | 1738 | /* ASSERT: we have a valid association at this point. */ |
diff --git a/net/sctp/transport.c b/net/sctp/transport.c index c256e4839316..3b141bb32faf 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c | |||
| @@ -308,7 +308,8 @@ void sctp_transport_route(struct sctp_transport *transport, | |||
| 308 | /* Initialize sk->sk_rcv_saddr, if the transport is the | 308 | /* Initialize sk->sk_rcv_saddr, if the transport is the |
| 309 | * association's active path for getsockname(). | 309 | * association's active path for getsockname(). |
| 310 | */ | 310 | */ |
| 311 | if (asoc && (transport == asoc->peer.active_path)) | 311 | if (asoc && (!asoc->peer.primary_path || |
| 312 | (transport == asoc->peer.active_path))) | ||
| 312 | opt->pf->af->to_sk_saddr(&transport->saddr, | 313 | opt->pf->af->to_sk_saddr(&transport->saddr, |
| 313 | asoc->base.sk); | 314 | asoc->base.sk); |
| 314 | } else | 315 | } else |
diff --git a/net/sunrpc/addr.c b/net/sunrpc/addr.c index 22e8fd89477f..c7450c8f0a7c 100644 --- a/net/sunrpc/addr.c +++ b/net/sunrpc/addr.c | |||
| @@ -306,24 +306,25 @@ EXPORT_SYMBOL_GPL(rpc_sockaddr2uaddr); | |||
| 306 | * @sap: buffer into which to plant socket address | 306 | * @sap: buffer into which to plant socket address |
| 307 | * @salen: size of buffer | 307 | * @salen: size of buffer |
| 308 | * | 308 | * |
| 309 | * @uaddr does not have to be '\0'-terminated, but strict_strtoul() and | ||
| 310 | * rpc_pton() require proper string termination to be successful. | ||
| 311 | * | ||
| 309 | * Returns the size of the socket address if successful; otherwise | 312 | * Returns the size of the socket address if successful; otherwise |
| 310 | * zero is returned. | 313 | * zero is returned. |
| 311 | */ | 314 | */ |
| 312 | size_t rpc_uaddr2sockaddr(const char *uaddr, const size_t uaddr_len, | 315 | size_t rpc_uaddr2sockaddr(const char *uaddr, const size_t uaddr_len, |
| 313 | struct sockaddr *sap, const size_t salen) | 316 | struct sockaddr *sap, const size_t salen) |
| 314 | { | 317 | { |
| 315 | char *c, buf[RPCBIND_MAXUADDRLEN]; | 318 | char *c, buf[RPCBIND_MAXUADDRLEN + sizeof('\0')]; |
| 316 | unsigned long portlo, porthi; | 319 | unsigned long portlo, porthi; |
| 317 | unsigned short port; | 320 | unsigned short port; |
| 318 | 321 | ||
| 319 | if (uaddr_len > sizeof(buf)) | 322 | if (uaddr_len > RPCBIND_MAXUADDRLEN) |
| 320 | return 0; | 323 | return 0; |
| 321 | 324 | ||
| 322 | memcpy(buf, uaddr, uaddr_len); | 325 | memcpy(buf, uaddr, uaddr_len); |
| 323 | 326 | ||
| 324 | buf[uaddr_len] = '\n'; | 327 | buf[uaddr_len] = '\0'; |
| 325 | buf[uaddr_len + 1] = '\0'; | ||
| 326 | |||
| 327 | c = strrchr(buf, '.'); | 328 | c = strrchr(buf, '.'); |
| 328 | if (unlikely(c == NULL)) | 329 | if (unlikely(c == NULL)) |
| 329 | return 0; | 330 | return 0; |
| @@ -332,9 +333,7 @@ size_t rpc_uaddr2sockaddr(const char *uaddr, const size_t uaddr_len, | |||
| 332 | if (unlikely(portlo > 255)) | 333 | if (unlikely(portlo > 255)) |
| 333 | return 0; | 334 | return 0; |
| 334 | 335 | ||
| 335 | c[0] = '\n'; | 336 | *c = '\0'; |
| 336 | c[1] = '\0'; | ||
| 337 | |||
| 338 | c = strrchr(buf, '.'); | 337 | c = strrchr(buf, '.'); |
| 339 | if (unlikely(c == NULL)) | 338 | if (unlikely(c == NULL)) |
| 340 | return 0; | 339 | return 0; |
| @@ -345,8 +344,7 @@ size_t rpc_uaddr2sockaddr(const char *uaddr, const size_t uaddr_len, | |||
| 345 | 344 | ||
| 346 | port = (unsigned short)((porthi << 8) | portlo); | 345 | port = (unsigned short)((porthi << 8) | portlo); |
| 347 | 346 | ||
| 348 | c[0] = '\0'; | 347 | *c = '\0'; |
| 349 | |||
| 350 | if (rpc_pton(buf, strlen(buf), sap, salen) == 0) | 348 | if (rpc_pton(buf, strlen(buf), sap, salen) == 0) |
| 351 | return 0; | 349 | return 0; |
| 352 | 350 | ||
diff --git a/scripts/dtc/data.c b/scripts/dtc/data.c index dd2e3d39d4c1..fe555e819bf8 100644 --- a/scripts/dtc/data.c +++ b/scripts/dtc/data.c | |||
| @@ -217,7 +217,7 @@ struct data data_insert_at_marker(struct data d, struct marker *m, | |||
| 217 | return d; | 217 | return d; |
| 218 | } | 218 | } |
| 219 | 219 | ||
| 220 | struct data data_append_markers(struct data d, struct marker *m) | 220 | static struct data data_append_markers(struct data d, struct marker *m) |
| 221 | { | 221 | { |
| 222 | struct marker **mp = &d.markers; | 222 | struct marker **mp = &d.markers; |
| 223 | 223 | ||
diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l index 44dbfd3f0976..a627bbee91d4 100644 --- a/scripts/dtc/dtc-lexer.l +++ b/scripts/dtc/dtc-lexer.l | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | * USA | 18 | * USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | %option noyywrap nounput yylineno | 21 | %option noyywrap noinput nounput yylineno |
| 22 | 22 | ||
| 23 | %x INCLUDE | 23 | %x INCLUDE |
| 24 | %x BYTESTRING | 24 | %x BYTESTRING |
diff --git a/scripts/dtc/dtc-lexer.lex.c_shipped b/scripts/dtc/dtc-lexer.lex.c_shipped index ac392cb040f6..e27cc636e326 100644 --- a/scripts/dtc/dtc-lexer.lex.c_shipped +++ b/scripts/dtc/dtc-lexer.lex.c_shipped | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | #define FLEX_SCANNER | 9 | #define FLEX_SCANNER |
| 10 | #define YY_FLEX_MAJOR_VERSION 2 | 10 | #define YY_FLEX_MAJOR_VERSION 2 |
| 11 | #define YY_FLEX_MINOR_VERSION 5 | 11 | #define YY_FLEX_MINOR_VERSION 5 |
| 12 | #define YY_FLEX_SUBMINOR_VERSION 34 | 12 | #define YY_FLEX_SUBMINOR_VERSION 35 |
| 13 | #if YY_FLEX_SUBMINOR_VERSION > 0 | 13 | #if YY_FLEX_SUBMINOR_VERSION > 0 |
| 14 | #define FLEX_BETA | 14 | #define FLEX_BETA |
| 15 | #endif | 15 | #endif |
| @@ -54,7 +54,6 @@ typedef int flex_int32_t; | |||
| 54 | typedef unsigned char flex_uint8_t; | 54 | typedef unsigned char flex_uint8_t; |
| 55 | typedef unsigned short int flex_uint16_t; | 55 | typedef unsigned short int flex_uint16_t; |
| 56 | typedef unsigned int flex_uint32_t; | 56 | typedef unsigned int flex_uint32_t; |
| 57 | #endif /* ! C99 */ | ||
| 58 | 57 | ||
| 59 | /* Limits of integral types. */ | 58 | /* Limits of integral types. */ |
| 60 | #ifndef INT8_MIN | 59 | #ifndef INT8_MIN |
| @@ -85,6 +84,8 @@ typedef unsigned int flex_uint32_t; | |||
| 85 | #define UINT32_MAX (4294967295U) | 84 | #define UINT32_MAX (4294967295U) |
| 86 | #endif | 85 | #endif |
| 87 | 86 | ||
| 87 | #endif /* ! C99 */ | ||
| 88 | |||
| 88 | #endif /* ! FLEXINT_H */ | 89 | #endif /* ! FLEXINT_H */ |
| 89 | 90 | ||
| 90 | #ifdef __cplusplus | 91 | #ifdef __cplusplus |
| @@ -141,7 +142,15 @@ typedef unsigned int flex_uint32_t; | |||
| 141 | 142 | ||
| 142 | /* Size of default input buffer. */ | 143 | /* Size of default input buffer. */ |
| 143 | #ifndef YY_BUF_SIZE | 144 | #ifndef YY_BUF_SIZE |
| 145 | #ifdef __ia64__ | ||
| 146 | /* On IA-64, the buffer size is 16k, not 8k. | ||
| 147 | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | ||
| 148 | * Ditto for the __ia64__ case accordingly. | ||
| 149 | */ | ||
| 150 | #define YY_BUF_SIZE 32768 | ||
| 151 | #else | ||
| 144 | #define YY_BUF_SIZE 16384 | 152 | #define YY_BUF_SIZE 16384 |
| 153 | #endif /* __ia64__ */ | ||
| 145 | #endif | 154 | #endif |
| 146 | 155 | ||
| 147 | /* The state buf must be large enough to hold one state per character in the main buffer. | 156 | /* The state buf must be large enough to hold one state per character in the main buffer. |
| @@ -192,13 +201,6 @@ extern FILE *yyin, *yyout; | |||
| 192 | 201 | ||
| 193 | #define unput(c) yyunput( c, (yytext_ptr) ) | 202 | #define unput(c) yyunput( c, (yytext_ptr) ) |
| 194 | 203 | ||
| 195 | /* The following is because we cannot portably get our hands on size_t | ||
| 196 | * (without autoconf's help, which isn't available because we want | ||
| 197 | * flex-generated scanners to compile on their own). | ||
| 198 | * Given that the standard has decreed that size_t exists since 1989, | ||
| 199 | * I guess we can afford to depend on it. Manoj. | ||
| 200 | */ | ||
| 201 | |||
| 202 | #ifndef YY_TYPEDEF_YY_SIZE_T | 204 | #ifndef YY_TYPEDEF_YY_SIZE_T |
| 203 | #define YY_TYPEDEF_YY_SIZE_T | 205 | #define YY_TYPEDEF_YY_SIZE_T |
| 204 | typedef size_t yy_size_t; | 206 | typedef size_t yy_size_t; |
| @@ -604,6 +606,7 @@ char *yytext; | |||
| 604 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | 606 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
| 605 | * USA | 607 | * USA |
| 606 | */ | 608 | */ |
| 609 | #define YY_NO_INPUT 1 | ||
| 607 | 610 | ||
| 608 | 611 | ||
| 609 | 612 | ||
| @@ -634,7 +637,7 @@ static int dts_version; /* = 0 */ | |||
| 634 | 637 | ||
| 635 | static void push_input_file(const char *filename); | 638 | static void push_input_file(const char *filename); |
| 636 | static int pop_input_file(void); | 639 | static int pop_input_file(void); |
| 637 | #line 638 "dtc-lexer.lex.c" | 640 | #line 641 "dtc-lexer.lex.c" |
| 638 | 641 | ||
| 639 | #define INITIAL 0 | 642 | #define INITIAL 0 |
| 640 | #define INCLUDE 1 | 643 | #define INCLUDE 1 |
| @@ -656,6 +659,35 @@ static int pop_input_file(void); | |||
| 656 | 659 | ||
| 657 | static int yy_init_globals (void ); | 660 | static int yy_init_globals (void ); |
| 658 | 661 | ||
| 662 | /* Accessor methods to globals. | ||
| 663 | These are made visible to non-reentrant scanners for convenience. */ | ||
| 664 | |||
| 665 | int yylex_destroy (void ); | ||
| 666 | |||
| 667 | int yyget_debug (void ); | ||
| 668 | |||
| 669 | void yyset_debug (int debug_flag ); | ||
| 670 | |||
| 671 | YY_EXTRA_TYPE yyget_extra (void ); | ||
| 672 | |||
| 673 | void yyset_extra (YY_EXTRA_TYPE user_defined ); | ||
| 674 | |||
| 675 | FILE *yyget_in (void ); | ||
| 676 | |||
| 677 | void yyset_in (FILE * in_str ); | ||
| 678 | |||
| 679 | FILE *yyget_out (void ); | ||
| 680 | |||
| 681 | void yyset_out (FILE * out_str ); | ||
| 682 | |||
| 683 | int yyget_leng (void ); | ||
| 684 | |||
| 685 | char *yyget_text (void ); | ||
| 686 | |||
| 687 | int yyget_lineno (void ); | ||
| 688 | |||
| 689 | void yyset_lineno (int line_number ); | ||
| 690 | |||
| 659 | /* Macros after this point can all be overridden by user definitions in | 691 | /* Macros after this point can all be overridden by user definitions in |
| 660 | * section 1. | 692 | * section 1. |
| 661 | */ | 693 | */ |
| @@ -688,7 +720,12 @@ static int input (void ); | |||
| 688 | 720 | ||
| 689 | /* Amount of stuff to slurp up with each read. */ | 721 | /* Amount of stuff to slurp up with each read. */ |
| 690 | #ifndef YY_READ_BUF_SIZE | 722 | #ifndef YY_READ_BUF_SIZE |
| 723 | #ifdef __ia64__ | ||
| 724 | /* On IA-64, the buffer size is 16k, not 8k */ | ||
| 725 | #define YY_READ_BUF_SIZE 16384 | ||
| 726 | #else | ||
| 691 | #define YY_READ_BUF_SIZE 8192 | 727 | #define YY_READ_BUF_SIZE 8192 |
| 728 | #endif /* __ia64__ */ | ||
| 692 | #endif | 729 | #endif |
| 693 | 730 | ||
| 694 | /* Copy whatever the last rule matched to the standard output. */ | 731 | /* Copy whatever the last rule matched to the standard output. */ |
| @@ -696,7 +733,7 @@ static int input (void ); | |||
| 696 | /* This used to be an fputs(), but since the string might contain NUL's, | 733 | /* This used to be an fputs(), but since the string might contain NUL's, |
| 697 | * we now use fwrite(). | 734 | * we now use fwrite(). |
| 698 | */ | 735 | */ |
| 699 | #define ECHO fwrite( yytext, yyleng, 1, yyout ) | 736 | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) |
| 700 | #endif | 737 | #endif |
| 701 | 738 | ||
| 702 | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | 739 | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, |
| @@ -707,7 +744,7 @@ static int input (void ); | |||
| 707 | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | 744 | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ |
| 708 | { \ | 745 | { \ |
| 709 | int c = '*'; \ | 746 | int c = '*'; \ |
| 710 | int n; \ | 747 | size_t n; \ |
| 711 | for ( n = 0; n < max_size && \ | 748 | for ( n = 0; n < max_size && \ |
| 712 | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | 749 | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ |
| 713 | buf[n] = (char) c; \ | 750 | buf[n] = (char) c; \ |
| @@ -791,7 +828,7 @@ YY_DECL | |||
| 791 | 828 | ||
| 792 | #line 64 "dtc-lexer.l" | 829 | #line 64 "dtc-lexer.l" |
| 793 | 830 | ||
| 794 | #line 795 "dtc-lexer.lex.c" | 831 | #line 832 "dtc-lexer.lex.c" |
| 795 | 832 | ||
| 796 | if ( !(yy_init) ) | 833 | if ( !(yy_init) ) |
| 797 | { | 834 | { |
| @@ -1116,7 +1153,7 @@ YY_RULE_SETUP | |||
| 1116 | #line 222 "dtc-lexer.l" | 1153 | #line 222 "dtc-lexer.l" |
| 1117 | ECHO; | 1154 | ECHO; |
| 1118 | YY_BREAK | 1155 | YY_BREAK |
| 1119 | #line 1120 "dtc-lexer.lex.c" | 1156 | #line 1157 "dtc-lexer.lex.c" |
| 1120 | 1157 | ||
| 1121 | case YY_END_OF_BUFFER: | 1158 | case YY_END_OF_BUFFER: |
| 1122 | { | 1159 | { |
| @@ -1840,8 +1877,8 @@ YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | |||
| 1840 | 1877 | ||
| 1841 | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | 1878 | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will |
| 1842 | * scan from a @e copy of @a bytes. | 1879 | * scan from a @e copy of @a bytes. |
| 1843 | * @param bytes the byte buffer to scan | 1880 | * @param yybytes the byte buffer to scan |
| 1844 | * @param len the number of bytes in the buffer pointed to by @a bytes. | 1881 | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. |
| 1845 | * | 1882 | * |
| 1846 | * @return the newly allocated buffer state object. | 1883 | * @return the newly allocated buffer state object. |
| 1847 | */ | 1884 | */ |
diff --git a/scripts/dtc/libfdt/fdt_ro.c b/scripts/dtc/libfdt/fdt_ro.c index fbbba44fcd0d..22e692919ff9 100644 --- a/scripts/dtc/libfdt/fdt_ro.c +++ b/scripts/dtc/libfdt/fdt_ro.c | |||
| @@ -411,7 +411,7 @@ int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) | |||
| 411 | &phandle, sizeof(phandle)); | 411 | &phandle, sizeof(phandle)); |
| 412 | } | 412 | } |
| 413 | 413 | ||
| 414 | int _stringlist_contains(const char *strlist, int listlen, const char *str) | 414 | static int _stringlist_contains(const char *strlist, int listlen, const char *str) |
| 415 | { | 415 | { |
| 416 | int len = strlen(str); | 416 | int len = strlen(str); |
| 417 | const char *p; | 417 | const char *p; |
diff --git a/scripts/dtc/treesource.c b/scripts/dtc/treesource.c index ebeb6eb27907..1521ff11bb97 100644 --- a/scripts/dtc/treesource.c +++ b/scripts/dtc/treesource.c | |||
| @@ -52,7 +52,7 @@ static void write_prefix(FILE *f, int level) | |||
| 52 | fputc('\t', f); | 52 | fputc('\t', f); |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | int isstring(char c) | 55 | static int isstring(char c) |
| 56 | { | 56 | { |
| 57 | return (isprint(c) | 57 | return (isprint(c) |
| 58 | || (c == '\0') | 58 | || (c == '\0') |
diff --git a/scripts/genksyms/keywords.c_shipped b/scripts/genksyms/keywords.c_shipped index 971e0113ae7a..287467a2e8c7 100644 --- a/scripts/genksyms/keywords.c_shipped +++ b/scripts/genksyms/keywords.c_shipped | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* ANSI-C code produced by gperf version 3.0.2 */ | 1 | /* ANSI-C code produced by gperf version 3.0.3 */ |
| 2 | /* Command-line: gperf -L ANSI-C -a -C -E -g -H is_reserved_hash -k '1,3,$' -N is_reserved_word -p -t scripts/genksyms/keywords.gperf */ | 2 | /* Command-line: gperf -L ANSI-C -a -C -E -g -H is_reserved_hash -k '1,3,$' -N is_reserved_word -p -t scripts/genksyms/keywords.gperf */ |
| 3 | 3 | ||
| 4 | #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ | 4 | #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ |
| @@ -30,7 +30,9 @@ | |||
| 30 | 30 | ||
| 31 | #line 1 "scripts/genksyms/keywords.gperf" | 31 | #line 1 "scripts/genksyms/keywords.gperf" |
| 32 | 32 | ||
| 33 | #line 3 "scripts/genksyms/keywords.gperf" | 33 | struct resword; |
| 34 | static const struct resword *is_reserved_word(register const char *str, register unsigned int len); | ||
| 35 | #line 5 "scripts/genksyms/keywords.gperf" | ||
| 34 | struct resword { const char *name; int token; }; | 36 | struct resword { const char *name; int token; }; |
| 35 | /* maximum key range = 62, duplicates = 0 */ | 37 | /* maximum key range = 62, duplicates = 0 */ |
| 36 | 38 | ||
| @@ -78,6 +80,9 @@ is_reserved_hash (register const char *str, register unsigned int len) | |||
| 78 | 80 | ||
| 79 | #ifdef __GNUC__ | 81 | #ifdef __GNUC__ |
| 80 | __inline | 82 | __inline |
| 83 | #ifdef __GNUC_STDC_INLINE__ | ||
| 84 | __attribute__ ((__gnu_inline__)) | ||
| 85 | #endif | ||
| 81 | #endif | 86 | #endif |
| 82 | const struct resword * | 87 | const struct resword * |
| 83 | is_reserved_word (register const char *str, register unsigned int len) | 88 | is_reserved_word (register const char *str, register unsigned int len) |
| @@ -94,105 +99,105 @@ is_reserved_word (register const char *str, register unsigned int len) | |||
| 94 | static const struct resword wordlist[] = | 99 | static const struct resword wordlist[] = |
| 95 | { | 100 | { |
| 96 | {""}, {""}, {""}, | 101 | {""}, {""}, {""}, |
| 97 | #line 26 "scripts/genksyms/keywords.gperf" | 102 | #line 28 "scripts/genksyms/keywords.gperf" |
| 98 | {"asm", ASM_KEYW}, | 103 | {"asm", ASM_KEYW}, |
| 99 | {""}, | 104 | {""}, |
| 100 | #line 8 "scripts/genksyms/keywords.gperf" | 105 | #line 10 "scripts/genksyms/keywords.gperf" |
| 101 | {"__asm", ASM_KEYW}, | 106 | {"__asm", ASM_KEYW}, |
| 102 | {""}, | 107 | {""}, |
| 103 | #line 9 "scripts/genksyms/keywords.gperf" | 108 | #line 11 "scripts/genksyms/keywords.gperf" |
| 104 | {"__asm__", ASM_KEYW}, | 109 | {"__asm__", ASM_KEYW}, |
| 105 | {""}, {""}, | 110 | {""}, {""}, |
| 106 | #line 52 "scripts/genksyms/keywords.gperf" | 111 | #line 54 "scripts/genksyms/keywords.gperf" |
| 107 | {"__typeof__", TYPEOF_KEYW}, | 112 | {"__typeof__", TYPEOF_KEYW}, |
| 108 | {""}, | 113 | {""}, |
| 109 | #line 12 "scripts/genksyms/keywords.gperf" | 114 | #line 14 "scripts/genksyms/keywords.gperf" |
| 110 | {"__const", CONST_KEYW}, | 115 | {"__const", CONST_KEYW}, |
| 111 | #line 11 "scripts/genksyms/keywords.gperf" | ||
| 112 | {"__attribute__", ATTRIBUTE_KEYW}, | ||
| 113 | #line 13 "scripts/genksyms/keywords.gperf" | 116 | #line 13 "scripts/genksyms/keywords.gperf" |
| 117 | {"__attribute__", ATTRIBUTE_KEYW}, | ||
| 118 | #line 15 "scripts/genksyms/keywords.gperf" | ||
| 114 | {"__const__", CONST_KEYW}, | 119 | {"__const__", CONST_KEYW}, |
| 115 | #line 18 "scripts/genksyms/keywords.gperf" | 120 | #line 20 "scripts/genksyms/keywords.gperf" |
| 116 | {"__signed__", SIGNED_KEYW}, | 121 | {"__signed__", SIGNED_KEYW}, |
| 117 | #line 44 "scripts/genksyms/keywords.gperf" | 122 | #line 46 "scripts/genksyms/keywords.gperf" |
| 118 | {"static", STATIC_KEYW}, | 123 | {"static", STATIC_KEYW}, |
| 119 | #line 20 "scripts/genksyms/keywords.gperf" | 124 | #line 22 "scripts/genksyms/keywords.gperf" |
| 120 | {"__volatile__", VOLATILE_KEYW}, | 125 | {"__volatile__", VOLATILE_KEYW}, |
| 121 | #line 39 "scripts/genksyms/keywords.gperf" | 126 | #line 41 "scripts/genksyms/keywords.gperf" |
| 122 | {"int", INT_KEYW}, | 127 | {"int", INT_KEYW}, |
| 123 | #line 32 "scripts/genksyms/keywords.gperf" | 128 | #line 34 "scripts/genksyms/keywords.gperf" |
| 124 | {"char", CHAR_KEYW}, | 129 | {"char", CHAR_KEYW}, |
| 125 | #line 33 "scripts/genksyms/keywords.gperf" | 130 | #line 35 "scripts/genksyms/keywords.gperf" |
| 126 | {"const", CONST_KEYW}, | 131 | {"const", CONST_KEYW}, |
| 127 | #line 45 "scripts/genksyms/keywords.gperf" | 132 | #line 47 "scripts/genksyms/keywords.gperf" |
| 128 | {"struct", STRUCT_KEYW}, | 133 | {"struct", STRUCT_KEYW}, |
| 129 | #line 24 "scripts/genksyms/keywords.gperf" | 134 | #line 26 "scripts/genksyms/keywords.gperf" |
| 130 | {"__restrict__", RESTRICT_KEYW}, | 135 | {"__restrict__", RESTRICT_KEYW}, |
| 131 | #line 25 "scripts/genksyms/keywords.gperf" | 136 | #line 27 "scripts/genksyms/keywords.gperf" |
| 132 | {"restrict", RESTRICT_KEYW}, | 137 | {"restrict", RESTRICT_KEYW}, |
| 133 | #line 23 "scripts/genksyms/keywords.gperf" | 138 | #line 25 "scripts/genksyms/keywords.gperf" |
| 134 | {"_restrict", RESTRICT_KEYW}, | 139 | {"_restrict", RESTRICT_KEYW}, |
| 135 | #line 16 "scripts/genksyms/keywords.gperf" | 140 | #line 18 "scripts/genksyms/keywords.gperf" |
| 136 | {"__inline__", INLINE_KEYW}, | 141 | {"__inline__", INLINE_KEYW}, |
| 137 | #line 10 "scripts/genksyms/keywords.gperf" | 142 | #line 12 "scripts/genksyms/keywords.gperf" |
| 138 | {"__attribute", ATTRIBUTE_KEYW}, | 143 | {"__attribute", ATTRIBUTE_KEYW}, |
| 139 | {""}, | 144 | {""}, |
| 140 | #line 14 "scripts/genksyms/keywords.gperf" | 145 | #line 16 "scripts/genksyms/keywords.gperf" |
| 141 | {"__extension__", EXTENSION_KEYW}, | 146 | {"__extension__", EXTENSION_KEYW}, |
| 142 | #line 35 "scripts/genksyms/keywords.gperf" | 147 | #line 37 "scripts/genksyms/keywords.gperf" |
| 143 | {"enum", ENUM_KEYW}, | 148 | {"enum", ENUM_KEYW}, |
| 144 | #line 19 "scripts/genksyms/keywords.gperf" | 149 | #line 21 "scripts/genksyms/keywords.gperf" |
| 145 | {"__volatile", VOLATILE_KEYW}, | 150 | {"__volatile", VOLATILE_KEYW}, |
| 146 | #line 36 "scripts/genksyms/keywords.gperf" | 151 | #line 38 "scripts/genksyms/keywords.gperf" |
| 147 | {"extern", EXTERN_KEYW}, | 152 | {"extern", EXTERN_KEYW}, |
| 148 | {""}, | 153 | {""}, |
| 149 | #line 17 "scripts/genksyms/keywords.gperf" | 154 | #line 19 "scripts/genksyms/keywords.gperf" |
| 150 | {"__signed", SIGNED_KEYW}, | 155 | {"__signed", SIGNED_KEYW}, |
| 151 | #line 7 "scripts/genksyms/keywords.gperf" | 156 | #line 9 "scripts/genksyms/keywords.gperf" |
| 152 | {"EXPORT_SYMBOL_GPL_FUTURE", EXPORT_SYMBOL_KEYW}, | 157 | {"EXPORT_SYMBOL_GPL_FUTURE", EXPORT_SYMBOL_KEYW}, |
| 153 | {""}, | 158 | {""}, |
| 154 | #line 51 "scripts/genksyms/keywords.gperf" | 159 | #line 53 "scripts/genksyms/keywords.gperf" |
| 155 | {"typeof", TYPEOF_KEYW}, | 160 | {"typeof", TYPEOF_KEYW}, |
| 156 | #line 46 "scripts/genksyms/keywords.gperf" | 161 | #line 48 "scripts/genksyms/keywords.gperf" |
| 157 | {"typedef", TYPEDEF_KEYW}, | 162 | {"typedef", TYPEDEF_KEYW}, |
| 158 | #line 15 "scripts/genksyms/keywords.gperf" | 163 | #line 17 "scripts/genksyms/keywords.gperf" |
| 159 | {"__inline", INLINE_KEYW}, | 164 | {"__inline", INLINE_KEYW}, |
| 160 | #line 31 "scripts/genksyms/keywords.gperf" | 165 | #line 33 "scripts/genksyms/keywords.gperf" |
| 161 | {"auto", AUTO_KEYW}, | 166 | {"auto", AUTO_KEYW}, |
| 162 | #line 47 "scripts/genksyms/keywords.gperf" | 167 | #line 49 "scripts/genksyms/keywords.gperf" |
| 163 | {"union", UNION_KEYW}, | 168 | {"union", UNION_KEYW}, |
| 164 | {""}, {""}, | 169 | {""}, {""}, |
| 165 | #line 48 "scripts/genksyms/keywords.gperf" | 170 | #line 50 "scripts/genksyms/keywords.gperf" |
| 166 | {"unsigned", UNSIGNED_KEYW}, | 171 | {"unsigned", UNSIGNED_KEYW}, |
| 167 | #line 49 "scripts/genksyms/keywords.gperf" | 172 | #line 51 "scripts/genksyms/keywords.gperf" |
| 168 | {"void", VOID_KEYW}, | 173 | {"void", VOID_KEYW}, |
| 169 | #line 42 "scripts/genksyms/keywords.gperf" | 174 | #line 44 "scripts/genksyms/keywords.gperf" |
| 170 | {"short", SHORT_KEYW}, | 175 | {"short", SHORT_KEYW}, |
| 171 | {""}, {""}, | 176 | {""}, {""}, |
| 172 | #line 50 "scripts/genksyms/keywords.gperf" | 177 | #line 52 "scripts/genksyms/keywords.gperf" |
| 173 | {"volatile", VOLATILE_KEYW}, | 178 | {"volatile", VOLATILE_KEYW}, |
| 174 | {""}, | 179 | {""}, |
| 175 | #line 37 "scripts/genksyms/keywords.gperf" | 180 | #line 39 "scripts/genksyms/keywords.gperf" |
| 176 | {"float", FLOAT_KEYW}, | 181 | {"float", FLOAT_KEYW}, |
| 177 | #line 34 "scripts/genksyms/keywords.gperf" | 182 | #line 36 "scripts/genksyms/keywords.gperf" |
| 178 | {"double", DOUBLE_KEYW}, | 183 | {"double", DOUBLE_KEYW}, |
| 179 | {""}, | 184 | {""}, |
| 180 | #line 5 "scripts/genksyms/keywords.gperf" | 185 | #line 7 "scripts/genksyms/keywords.gperf" |
| 181 | {"EXPORT_SYMBOL", EXPORT_SYMBOL_KEYW}, | 186 | {"EXPORT_SYMBOL", EXPORT_SYMBOL_KEYW}, |
| 182 | {""}, {""}, | 187 | {""}, {""}, |
| 183 | #line 38 "scripts/genksyms/keywords.gperf" | 188 | #line 40 "scripts/genksyms/keywords.gperf" |
| 184 | {"inline", INLINE_KEYW}, | 189 | {"inline", INLINE_KEYW}, |
| 185 | #line 6 "scripts/genksyms/keywords.gperf" | 190 | #line 8 "scripts/genksyms/keywords.gperf" |
| 186 | {"EXPORT_SYMBOL_GPL", EXPORT_SYMBOL_KEYW}, | 191 | {"EXPORT_SYMBOL_GPL", EXPORT_SYMBOL_KEYW}, |
| 187 | #line 41 "scripts/genksyms/keywords.gperf" | 192 | #line 43 "scripts/genksyms/keywords.gperf" |
| 188 | {"register", REGISTER_KEYW}, | 193 | {"register", REGISTER_KEYW}, |
| 189 | {""}, | 194 | {""}, |
| 190 | #line 22 "scripts/genksyms/keywords.gperf" | 195 | #line 24 "scripts/genksyms/keywords.gperf" |
| 191 | {"_Bool", BOOL_KEYW}, | 196 | {"_Bool", BOOL_KEYW}, |
| 192 | #line 43 "scripts/genksyms/keywords.gperf" | 197 | #line 45 "scripts/genksyms/keywords.gperf" |
| 193 | {"signed", SIGNED_KEYW}, | 198 | {"signed", SIGNED_KEYW}, |
| 194 | {""}, {""}, | 199 | {""}, {""}, |
| 195 | #line 40 "scripts/genksyms/keywords.gperf" | 200 | #line 42 "scripts/genksyms/keywords.gperf" |
| 196 | {"long", LONG_KEYW} | 201 | {"long", LONG_KEYW} |
| 197 | }; | 202 | }; |
| 198 | 203 | ||
diff --git a/scripts/genksyms/keywords.gperf b/scripts/genksyms/keywords.gperf index 5ef3733225fb..8fe977a4d57b 100644 --- a/scripts/genksyms/keywords.gperf +++ b/scripts/genksyms/keywords.gperf | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | %{ | 1 | %{ |
| 2 | struct resword; | ||
| 3 | static const struct resword *is_reserved_word(register const char *str, register unsigned int len); | ||
| 2 | %} | 4 | %} |
| 3 | struct resword { const char *name; int token; } | 5 | struct resword { const char *name; int token; } |
| 4 | %% | 6 | %% |
diff --git a/scripts/kconfig/lex.zconf.c_shipped b/scripts/kconfig/lex.zconf.c_shipped index dc3e81807d13..fdc7113b08d1 100644 --- a/scripts/kconfig/lex.zconf.c_shipped +++ b/scripts/kconfig/lex.zconf.c_shipped | |||
| @@ -160,7 +160,15 @@ typedef unsigned int flex_uint32_t; | |||
| 160 | 160 | ||
| 161 | /* Size of default input buffer. */ | 161 | /* Size of default input buffer. */ |
| 162 | #ifndef YY_BUF_SIZE | 162 | #ifndef YY_BUF_SIZE |
| 163 | #ifdef __ia64__ | ||
| 164 | /* On IA-64, the buffer size is 16k, not 8k. | ||
| 165 | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | ||
| 166 | * Ditto for the __ia64__ case accordingly. | ||
| 167 | */ | ||
| 168 | #define YY_BUF_SIZE 32768 | ||
| 169 | #else | ||
| 163 | #define YY_BUF_SIZE 16384 | 170 | #define YY_BUF_SIZE 16384 |
| 171 | #endif /* __ia64__ */ | ||
| 164 | #endif | 172 | #endif |
| 165 | 173 | ||
| 166 | /* The state buf must be large enough to hold one state per character in the main buffer. | 174 | /* The state buf must be large enough to hold one state per character in the main buffer. |
| @@ -802,7 +810,7 @@ static int last_ts, first_ts; | |||
| 802 | static void zconf_endhelp(void); | 810 | static void zconf_endhelp(void); |
| 803 | static void zconf_endfile(void); | 811 | static void zconf_endfile(void); |
| 804 | 812 | ||
| 805 | void new_string(void) | 813 | static void new_string(void) |
| 806 | { | 814 | { |
| 807 | text = malloc(START_STRSIZE); | 815 | text = malloc(START_STRSIZE); |
| 808 | text_asize = START_STRSIZE; | 816 | text_asize = START_STRSIZE; |
| @@ -810,7 +818,7 @@ void new_string(void) | |||
| 810 | *text = 0; | 818 | *text = 0; |
| 811 | } | 819 | } |
| 812 | 820 | ||
| 813 | void append_string(const char *str, int size) | 821 | static void append_string(const char *str, int size) |
| 814 | { | 822 | { |
| 815 | int new_size = text_size + size + 1; | 823 | int new_size = text_size + size + 1; |
| 816 | if (new_size > text_asize) { | 824 | if (new_size > text_asize) { |
| @@ -824,7 +832,7 @@ void append_string(const char *str, int size) | |||
| 824 | text[text_size] = 0; | 832 | text[text_size] = 0; |
| 825 | } | 833 | } |
| 826 | 834 | ||
| 827 | void alloc_string(const char *str, int size) | 835 | static void alloc_string(const char *str, int size) |
| 828 | { | 836 | { |
| 829 | text = malloc(size + 1); | 837 | text = malloc(size + 1); |
| 830 | memcpy(text, str, size); | 838 | memcpy(text, str, size); |
| @@ -914,7 +922,12 @@ static int input (void ); | |||
| 914 | 922 | ||
| 915 | /* Amount of stuff to slurp up with each read. */ | 923 | /* Amount of stuff to slurp up with each read. */ |
| 916 | #ifndef YY_READ_BUF_SIZE | 924 | #ifndef YY_READ_BUF_SIZE |
| 925 | #ifdef __ia64__ | ||
| 926 | /* On IA-64, the buffer size is 16k, not 8k */ | ||
| 927 | #define YY_READ_BUF_SIZE 16384 | ||
| 928 | #else | ||
| 917 | #define YY_READ_BUF_SIZE 8192 | 929 | #define YY_READ_BUF_SIZE 8192 |
| 930 | #endif /* __ia64__ */ | ||
| 918 | #endif | 931 | #endif |
| 919 | 932 | ||
| 920 | /* Copy whatever the last rule matched to the standard output. */ | 933 | /* Copy whatever the last rule matched to the standard output. */ |
| @@ -922,7 +935,7 @@ static int input (void ); | |||
| 922 | /* This used to be an fputs(), but since the string might contain NUL's, | 935 | /* This used to be an fputs(), but since the string might contain NUL's, |
| 923 | * we now use fwrite(). | 936 | * we now use fwrite(). |
| 924 | */ | 937 | */ |
| 925 | #define ECHO fwrite( zconftext, zconfleng, 1, zconfout ) | 938 | #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0) |
| 926 | #endif | 939 | #endif |
| 927 | 940 | ||
| 928 | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | 941 | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, |
| @@ -2060,8 +2073,8 @@ YY_BUFFER_STATE zconf_scan_string (yyconst char * yystr ) | |||
| 2060 | 2073 | ||
| 2061 | /** Setup the input buffer state to scan the given bytes. The next call to zconflex() will | 2074 | /** Setup the input buffer state to scan the given bytes. The next call to zconflex() will |
| 2062 | * scan from a @e copy of @a bytes. | 2075 | * scan from a @e copy of @a bytes. |
| 2063 | * @param bytes the byte buffer to scan | 2076 | * @param yybytes the byte buffer to scan |
| 2064 | * @param len the number of bytes in the buffer pointed to by @a bytes. | 2077 | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. |
| 2065 | * | 2078 | * |
| 2066 | * @return the newly allocated buffer state object. | 2079 | * @return the newly allocated buffer state object. |
| 2067 | */ | 2080 | */ |
diff --git a/scripts/kconfig/zconf.gperf b/scripts/kconfig/zconf.gperf index 25ef5d01c0af..d8bc74249622 100644 --- a/scripts/kconfig/zconf.gperf +++ b/scripts/kconfig/zconf.gperf | |||
| @@ -9,6 +9,8 @@ | |||
| 9 | 9 | ||
| 10 | struct kconf_id; | 10 | struct kconf_id; |
| 11 | 11 | ||
| 12 | static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); | ||
| 13 | |||
| 12 | %% | 14 | %% |
| 13 | mainmenu, T_MAINMENU, TF_COMMAND | 15 | mainmenu, T_MAINMENU, TF_COMMAND |
| 14 | menu, T_MENU, TF_COMMAND | 16 | menu, T_MENU, TF_COMMAND |
diff --git a/scripts/kconfig/zconf.hash.c_shipped b/scripts/kconfig/zconf.hash.c_shipped index 5c73d51339d8..c1748faf4634 100644 --- a/scripts/kconfig/zconf.hash.c_shipped +++ b/scripts/kconfig/zconf.hash.c_shipped | |||
| @@ -30,6 +30,8 @@ | |||
| 30 | #endif | 30 | #endif |
| 31 | 31 | ||
| 32 | struct kconf_id; | 32 | struct kconf_id; |
| 33 | |||
| 34 | static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); | ||
| 33 | /* maximum key range = 47, duplicates = 0 */ | 35 | /* maximum key range = 47, duplicates = 0 */ |
| 34 | 36 | ||
| 35 | #ifdef __GNUC__ | 37 | #ifdef __GNUC__ |
diff --git a/scripts/kconfig/zconf.l b/scripts/kconfig/zconf.l index 21ff69c9ad4e..d8f7236cb0a3 100644 --- a/scripts/kconfig/zconf.l +++ b/scripts/kconfig/zconf.l | |||
| @@ -39,7 +39,7 @@ static int last_ts, first_ts; | |||
| 39 | static void zconf_endhelp(void); | 39 | static void zconf_endhelp(void); |
| 40 | static void zconf_endfile(void); | 40 | static void zconf_endfile(void); |
| 41 | 41 | ||
| 42 | void new_string(void) | 42 | static void new_string(void) |
| 43 | { | 43 | { |
| 44 | text = malloc(START_STRSIZE); | 44 | text = malloc(START_STRSIZE); |
| 45 | text_asize = START_STRSIZE; | 45 | text_asize = START_STRSIZE; |
| @@ -47,7 +47,7 @@ void new_string(void) | |||
| 47 | *text = 0; | 47 | *text = 0; |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | void append_string(const char *str, int size) | 50 | static void append_string(const char *str, int size) |
| 51 | { | 51 | { |
| 52 | int new_size = text_size + size + 1; | 52 | int new_size = text_size + size + 1; |
| 53 | if (new_size > text_asize) { | 53 | if (new_size > text_asize) { |
| @@ -61,7 +61,7 @@ void append_string(const char *str, int size) | |||
| 61 | text[text_size] = 0; | 61 | text[text_size] = 0; |
| 62 | } | 62 | } |
| 63 | 63 | ||
| 64 | void alloc_string(const char *str, int size) | 64 | static void alloc_string(const char *str, int size) |
| 65 | { | 65 | { |
| 66 | text = malloc(size + 1); | 66 | text = malloc(size + 1); |
| 67 | memcpy(text, str, size); | 67 | memcpy(text, str, size); |
diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped index 95df833b5a9d..6e9dcd59aa87 100644 --- a/scripts/kconfig/zconf.tab.c_shipped +++ b/scripts/kconfig/zconf.tab.c_shipped | |||
| @@ -1,24 +1,23 @@ | |||
| 1 | /* A Bison parser, made by GNU Bison 2.3. */ | ||
| 2 | 1 | ||
| 3 | /* Skeleton implementation for Bison's Yacc-like parsers in C | 2 | /* A Bison parser, made by GNU Bison 2.4.1. */ |
| 4 | 3 | ||
| 5 | Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 | 4 | /* Skeleton implementation for Bison's Yacc-like parsers in C |
| 5 | |||
| 6 | Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 | ||
| 6 | Free Software Foundation, Inc. | 7 | Free Software Foundation, Inc. |
| 7 | 8 | ||
| 8 | This program is free software; you can redistribute it and/or modify | 9 | 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 | it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 2, or (at your option) | 11 | the Free Software Foundation, either version 3 of the License, or |
| 11 | any later version. | 12 | (at your option) any later version. |
| 12 | 13 | ||
| 13 | This program is distributed in the hope that it will be useful, | 14 | This program is distributed in the hope that it will be useful, |
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 17 | 18 | ||
| 18 | You should have received a copy of the GNU General Public License | 19 | 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 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 21 | ||
| 23 | /* As a special exception, you may create a larger work that contains | 22 | /* As a special exception, you may create a larger work that contains |
| 24 | part or all of the Bison parser skeleton and distribute that work | 23 | part or all of the Bison parser skeleton and distribute that work |
| @@ -29,7 +28,7 @@ | |||
| 29 | special exception, which will cause the skeleton and the resulting | 28 | special exception, which will cause the skeleton and the resulting |
| 30 | Bison output files to be licensed under the GNU General Public | 29 | Bison output files to be licensed under the GNU General Public |
| 31 | License without this special exception. | 30 | License without this special exception. |
| 32 | 31 | ||
| 33 | This special exception was added by the Free Software Foundation in | 32 | This special exception was added by the Free Software Foundation in |
| 34 | version 2.2 of Bison. */ | 33 | version 2.2 of Bison. */ |
| 35 | 34 | ||
| @@ -47,7 +46,7 @@ | |||
| 47 | #define YYBISON 1 | 46 | #define YYBISON 1 |
| 48 | 47 | ||
| 49 | /* Bison version. */ | 48 | /* Bison version. */ |
| 50 | #define YYBISON_VERSION "2.3" | 49 | #define YYBISON_VERSION "2.4.1" |
| 51 | 50 | ||
| 52 | /* Skeleton name. */ | 51 | /* Skeleton name. */ |
| 53 | #define YYSKELETON_NAME "yacc.c" | 52 | #define YYSKELETON_NAME "yacc.c" |
| @@ -55,94 +54,23 @@ | |||
| 55 | /* Pure parsers. */ | 54 | /* Pure parsers. */ |
| 56 | #define YYPURE 0 | 55 | #define YYPURE 0 |
| 57 | 56 | ||
| 57 | /* Push parsers. */ | ||
| 58 | #define YYPUSH 0 | ||
| 59 | |||
| 60 | /* Pull parsers. */ | ||
| 61 | #define YYPULL 1 | ||
| 62 | |||
| 58 | /* Using locations. */ | 63 | /* Using locations. */ |
| 59 | #define YYLSP_NEEDED 0 | 64 | #define YYLSP_NEEDED 0 |
| 60 | 65 | ||
| 61 | /* Substitute the variable and function names. */ | 66 | /* Substitute the variable and function names. */ |
| 62 | #define yyparse zconfparse | 67 | #define yyparse zconfparse |
| 63 | #define yylex zconflex | 68 | #define yylex zconflex |
| 64 | #define yyerror zconferror | 69 | #define yyerror zconferror |
| 65 | #define yylval zconflval | 70 | #define yylval zconflval |
| 66 | #define yychar zconfchar | 71 | #define yychar zconfchar |
| 67 | #define yydebug zconfdebug | 72 | #define yydebug zconfdebug |
| 68 | #define yynerrs zconfnerrs | 73 | #define yynerrs zconfnerrs |
| 69 | |||
| 70 | |||
| 71 | /* Tokens. */ | ||
| 72 | #ifndef YYTOKENTYPE | ||
| 73 | # define YYTOKENTYPE | ||
| 74 | /* Put the tokens into the symbol table, so that GDB and other debuggers | ||
| 75 | know about them. */ | ||
| 76 | enum yytokentype { | ||
| 77 | T_MAINMENU = 258, | ||
| 78 | T_MENU = 259, | ||
| 79 | T_ENDMENU = 260, | ||
| 80 | T_SOURCE = 261, | ||
| 81 | T_CHOICE = 262, | ||
| 82 | T_ENDCHOICE = 263, | ||
| 83 | T_COMMENT = 264, | ||
| 84 | T_CONFIG = 265, | ||
| 85 | T_MENUCONFIG = 266, | ||
| 86 | T_HELP = 267, | ||
| 87 | T_HELPTEXT = 268, | ||
| 88 | T_IF = 269, | ||
| 89 | T_ENDIF = 270, | ||
| 90 | T_DEPENDS = 271, | ||
| 91 | T_OPTIONAL = 272, | ||
| 92 | T_PROMPT = 273, | ||
| 93 | T_TYPE = 274, | ||
| 94 | T_DEFAULT = 275, | ||
| 95 | T_SELECT = 276, | ||
| 96 | T_RANGE = 277, | ||
| 97 | T_OPTION = 278, | ||
| 98 | T_ON = 279, | ||
| 99 | T_WORD = 280, | ||
| 100 | T_WORD_QUOTE = 281, | ||
| 101 | T_UNEQUAL = 282, | ||
| 102 | T_CLOSE_PAREN = 283, | ||
| 103 | T_OPEN_PAREN = 284, | ||
| 104 | T_EOL = 285, | ||
| 105 | T_OR = 286, | ||
| 106 | T_AND = 287, | ||
| 107 | T_EQUAL = 288, | ||
| 108 | T_NOT = 289 | ||
| 109 | }; | ||
| 110 | #endif | ||
| 111 | /* Tokens. */ | ||
| 112 | #define T_MAINMENU 258 | ||
| 113 | #define T_MENU 259 | ||
| 114 | #define T_ENDMENU 260 | ||
| 115 | #define T_SOURCE 261 | ||
| 116 | #define T_CHOICE 262 | ||
| 117 | #define T_ENDCHOICE 263 | ||
| 118 | #define T_COMMENT 264 | ||
| 119 | #define T_CONFIG 265 | ||
| 120 | #define T_MENUCONFIG 266 | ||
| 121 | #define T_HELP 267 | ||
| 122 | #define T_HELPTEXT 268 | ||
| 123 | #define T_IF 269 | ||
| 124 | #define T_ENDIF 270 | ||
| 125 | #define T_DEPENDS 271 | ||
| 126 | #define T_OPTIONAL 272 | ||
| 127 | #define T_PROMPT 273 | ||
| 128 | #define T_TYPE 274 | ||
| 129 | #define T_DEFAULT 275 | ||
| 130 | #define T_SELECT 276 | ||
| 131 | #define T_RANGE 277 | ||
| 132 | #define T_OPTION 278 | ||
| 133 | #define T_ON 279 | ||
| 134 | #define T_WORD 280 | ||
| 135 | #define T_WORD_QUOTE 281 | ||
| 136 | #define T_UNEQUAL 282 | ||
| 137 | #define T_CLOSE_PAREN 283 | ||
| 138 | #define T_OPEN_PAREN 284 | ||
| 139 | #define T_EOL 285 | ||
| 140 | #define T_OR 286 | ||
| 141 | #define T_AND 287 | ||
| 142 | #define T_EQUAL 288 | ||
| 143 | #define T_NOT 289 | ||
| 144 | |||
| 145 | |||
| 146 | 74 | ||
| 147 | 75 | ||
| 148 | /* Copy the first part of user declarations. */ | 76 | /* Copy the first part of user declarations. */ |
| @@ -163,8 +91,6 @@ | |||
| 163 | #define LKC_DIRECT_LINK | 91 | #define LKC_DIRECT_LINK |
| 164 | #include "lkc.h" | 92 | #include "lkc.h" |
| 165 | 93 | ||
| 166 | #include "zconf.hash.c" | ||
| 167 | |||
| 168 | #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) | 94 | #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) |
| 169 | 95 | ||
| 170 | #define PRINTD 0x0001 | 96 | #define PRINTD 0x0001 |
| @@ -188,6 +114,7 @@ static struct menu *current_menu, *current_entry; | |||
| 188 | #endif | 114 | #endif |
| 189 | 115 | ||
| 190 | 116 | ||
| 117 | |||
| 191 | /* Enabling traces. */ | 118 | /* Enabling traces. */ |
| 192 | #ifndef YYDEBUG | 119 | #ifndef YYDEBUG |
| 193 | # define YYDEBUG 0 | 120 | # define YYDEBUG 0 |
| @@ -206,31 +133,77 @@ static struct menu *current_menu, *current_entry; | |||
| 206 | # define YYTOKEN_TABLE 0 | 133 | # define YYTOKEN_TABLE 0 |
| 207 | #endif | 134 | #endif |
| 208 | 135 | ||
| 136 | |||
| 137 | /* Tokens. */ | ||
| 138 | #ifndef YYTOKENTYPE | ||
| 139 | # define YYTOKENTYPE | ||
| 140 | /* Put the tokens into the symbol table, so that GDB and other debuggers | ||
| 141 | know about them. */ | ||
| 142 | enum yytokentype { | ||
| 143 | T_MAINMENU = 258, | ||
| 144 | T_MENU = 259, | ||
| 145 | T_ENDMENU = 260, | ||
| 146 | T_SOURCE = 261, | ||
| 147 | T_CHOICE = 262, | ||
| 148 | T_ENDCHOICE = 263, | ||
| 149 | T_COMMENT = 264, | ||
| 150 | T_CONFIG = 265, | ||
| 151 | T_MENUCONFIG = 266, | ||
| 152 | T_HELP = 267, | ||
| 153 | T_HELPTEXT = 268, | ||
| 154 | T_IF = 269, | ||
| 155 | T_ENDIF = 270, | ||
| 156 | T_DEPENDS = 271, | ||
| 157 | T_OPTIONAL = 272, | ||
| 158 | T_PROMPT = 273, | ||
| 159 | T_TYPE = 274, | ||
| 160 | T_DEFAULT = 275, | ||
| 161 | T_SELECT = 276, | ||
| 162 | T_RANGE = 277, | ||
| 163 | T_OPTION = 278, | ||
| 164 | T_ON = 279, | ||
| 165 | T_WORD = 280, | ||
| 166 | T_WORD_QUOTE = 281, | ||
| 167 | T_UNEQUAL = 282, | ||
| 168 | T_CLOSE_PAREN = 283, | ||
| 169 | T_OPEN_PAREN = 284, | ||
| 170 | T_EOL = 285, | ||
| 171 | T_OR = 286, | ||
| 172 | T_AND = 287, | ||
| 173 | T_EQUAL = 288, | ||
| 174 | T_NOT = 289 | ||
| 175 | }; | ||
| 176 | #endif | ||
| 177 | |||
| 178 | |||
| 179 | |||
| 209 | #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED | 180 | #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED |
| 210 | typedef union YYSTYPE | 181 | typedef union YYSTYPE |
| 211 | |||
| 212 | { | 182 | { |
| 183 | |||
| 184 | |||
| 213 | char *string; | 185 | char *string; |
| 214 | struct file *file; | 186 | struct file *file; |
| 215 | struct symbol *symbol; | 187 | struct symbol *symbol; |
| 216 | struct expr *expr; | 188 | struct expr *expr; |
| 217 | struct menu *menu; | 189 | struct menu *menu; |
| 218 | struct kconf_id *id; | 190 | struct kconf_id *id; |
| 219 | } | ||
| 220 | /* Line 187 of yacc.c. */ | ||
| 221 | 191 | ||
| 222 | YYSTYPE; | 192 | |
| 193 | |||
| 194 | } YYSTYPE; | ||
| 195 | # define YYSTYPE_IS_TRIVIAL 1 | ||
| 223 | # define yystype YYSTYPE /* obsolescent; will be withdrawn */ | 196 | # define yystype YYSTYPE /* obsolescent; will be withdrawn */ |
| 224 | # define YYSTYPE_IS_DECLARED 1 | 197 | # define YYSTYPE_IS_DECLARED 1 |
| 225 | # define YYSTYPE_IS_TRIVIAL 1 | ||
| 226 | #endif | 198 | #endif |
| 227 | 199 | ||
| 228 | 200 | ||
| 229 | |||
| 230 | /* Copy the second part of user declarations. */ | 201 | /* Copy the second part of user declarations. */ |
| 231 | 202 | ||
| 232 | 203 | ||
| 233 | /* Line 216 of yacc.c. */ | 204 | /* Include zconf.hash.c here so it can see the token constants. */ |
| 205 | #include "zconf.hash.c" | ||
| 206 | |||
| 234 | 207 | ||
| 235 | 208 | ||
| 236 | #ifdef short | 209 | #ifdef short |
| @@ -306,14 +279,14 @@ typedef short int yytype_int16; | |||
| 306 | #if (defined __STDC__ || defined __C99__FUNC__ \ | 279 | #if (defined __STDC__ || defined __C99__FUNC__ \ |
| 307 | || defined __cplusplus || defined _MSC_VER) | 280 | || defined __cplusplus || defined _MSC_VER) |
| 308 | static int | 281 | static int |
| 309 | YYID (int i) | 282 | YYID (int yyi) |
| 310 | #else | 283 | #else |
| 311 | static int | 284 | static int |
| 312 | YYID (i) | 285 | YYID (yyi) |
| 313 | int i; | 286 | int yyi; |
| 314 | #endif | 287 | #endif |
| 315 | { | 288 | { |
| 316 | return i; | 289 | return yyi; |
| 317 | } | 290 | } |
| 318 | #endif | 291 | #endif |
| 319 | 292 | ||
| @@ -394,9 +367,9 @@ void free (void *); /* INFRINGES ON USER NAME SPACE */ | |||
| 394 | /* A type that is properly aligned for any stack member. */ | 367 | /* A type that is properly aligned for any stack member. */ |
| 395 | union yyalloc | 368 | union yyalloc |
| 396 | { | 369 | { |
| 397 | yytype_int16 yyss; | 370 | yytype_int16 yyss_alloc; |
| 398 | YYSTYPE yyvs; | 371 | YYSTYPE yyvs_alloc; |
| 399 | }; | 372 | }; |
| 400 | 373 | ||
| 401 | /* The size of the maximum gap between one aligned stack and the next. */ | 374 | /* The size of the maximum gap between one aligned stack and the next. */ |
| 402 | # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) | 375 | # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
| @@ -430,12 +403,12 @@ union yyalloc | |||
| 430 | elements in the stack, and YYPTR gives the new location of the | 403 | elements in the stack, and YYPTR gives the new location of the |
| 431 | stack. Advance YYPTR to a properly aligned location for the next | 404 | stack. Advance YYPTR to a properly aligned location for the next |
| 432 | stack. */ | 405 | stack. */ |
| 433 | # define YYSTACK_RELOCATE(Stack) \ | 406 | # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ |
| 434 | do \ | 407 | do \ |
| 435 | { \ | 408 | { \ |
| 436 | YYSIZE_T yynewbytes; \ | 409 | YYSIZE_T yynewbytes; \ |
| 437 | YYCOPY (&yyptr->Stack, Stack, yysize); \ | 410 | YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ |
| 438 | Stack = &yyptr->Stack; \ | 411 | Stack = &yyptr->Stack_alloc; \ |
| 439 | yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ | 412 | yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ |
| 440 | yyptr += yynewbytes / sizeof (*yyptr); \ | 413 | yyptr += yynewbytes / sizeof (*yyptr); \ |
| 441 | } \ | 414 | } \ |
| @@ -558,18 +531,18 @@ static const yytype_int8 yyrhs[] = | |||
| 558 | /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ | 531 | /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ |
| 559 | static const yytype_uint16 yyrline[] = | 532 | static const yytype_uint16 yyrline[] = |
| 560 | { | 533 | { |
| 561 | 0, 104, 104, 106, 108, 109, 110, 111, 112, 113, | 534 | 0, 107, 107, 109, 111, 112, 113, 114, 115, 116, |
| 562 | 114, 118, 122, 122, 122, 122, 122, 122, 122, 126, | 535 | 117, 121, 125, 125, 125, 125, 125, 125, 125, 129, |
| 563 | 127, 128, 129, 130, 131, 135, 136, 142, 150, 156, | 536 | 130, 131, 132, 133, 134, 138, 139, 145, 153, 159, |
| 564 | 164, 174, 176, 177, 178, 179, 180, 181, 184, 192, | 537 | 167, 177, 179, 180, 181, 182, 183, 184, 187, 195, |
| 565 | 198, 208, 214, 220, 223, 225, 236, 237, 242, 251, | 538 | 201, 211, 217, 223, 226, 228, 239, 240, 245, 254, |
| 566 | 256, 264, 267, 269, 270, 271, 272, 273, 276, 282, | 539 | 259, 267, 270, 272, 273, 274, 275, 276, 279, 285, |
| 567 | 293, 299, 309, 311, 316, 324, 332, 335, 337, 338, | 540 | 296, 302, 312, 314, 319, 327, 335, 338, 340, 341, |
| 568 | 339, 344, 351, 356, 364, 367, 369, 370, 371, 374, | 541 | 342, 347, 354, 359, 367, 370, 372, 373, 374, 377, |
| 569 | 382, 389, 396, 402, 409, 411, 412, 413, 416, 424, | 542 | 385, 392, 399, 405, 412, 414, 415, 416, 419, 427, |
| 570 | 426, 431, 432, 435, 436, 437, 441, 442, 445, 446, | 543 | 429, 434, 435, 438, 439, 440, 444, 445, 448, 449, |
| 571 | 449, 450, 451, 452, 453, 454, 455, 458, 459, 462, | 544 | 452, 453, 454, 455, 456, 457, 458, 461, 462, 465, |
| 572 | 463 | 545 | 466 |
| 573 | }; | 546 | }; |
| 574 | #endif | 547 | #endif |
| 575 | 548 | ||
| @@ -985,17 +958,20 @@ yy_symbol_print (yyoutput, yytype, yyvaluep) | |||
| 985 | #if (defined __STDC__ || defined __C99__FUNC__ \ | 958 | #if (defined __STDC__ || defined __C99__FUNC__ \ |
| 986 | || defined __cplusplus || defined _MSC_VER) | 959 | || defined __cplusplus || defined _MSC_VER) |
| 987 | static void | 960 | static void |
| 988 | yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) | 961 | yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) |
| 989 | #else | 962 | #else |
| 990 | static void | 963 | static void |
| 991 | yy_stack_print (bottom, top) | 964 | yy_stack_print (yybottom, yytop) |
| 992 | yytype_int16 *bottom; | 965 | yytype_int16 *yybottom; |
| 993 | yytype_int16 *top; | 966 | yytype_int16 *yytop; |
| 994 | #endif | 967 | #endif |
| 995 | { | 968 | { |
| 996 | YYFPRINTF (stderr, "Stack now"); | 969 | YYFPRINTF (stderr, "Stack now"); |
| 997 | for (; bottom <= top; ++bottom) | 970 | for (; yybottom <= yytop; yybottom++) |
| 998 | YYFPRINTF (stderr, " %d", *bottom); | 971 | { |
| 972 | int yybot = *yybottom; | ||
| 973 | YYFPRINTF (stderr, " %d", yybot); | ||
| 974 | } | ||
| 999 | YYFPRINTF (stderr, "\n"); | 975 | YYFPRINTF (stderr, "\n"); |
| 1000 | } | 976 | } |
| 1001 | 977 | ||
| @@ -1029,11 +1005,11 @@ yy_reduce_print (yyvsp, yyrule) | |||
| 1029 | /* The symbols being reduced. */ | 1005 | /* The symbols being reduced. */ |
| 1030 | for (yyi = 0; yyi < yynrhs; yyi++) | 1006 | for (yyi = 0; yyi < yynrhs; yyi++) |
| 1031 | { | 1007 | { |
| 1032 | fprintf (stderr, " $%d = ", yyi + 1); | 1008 | YYFPRINTF (stderr, " $%d = ", yyi + 1); |
| 1033 | yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], | 1009 | yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], |
| 1034 | &(yyvsp[(yyi + 1) - (yynrhs)]) | 1010 | &(yyvsp[(yyi + 1) - (yynrhs)]) |
| 1035 | ); | 1011 | ); |
| 1036 | fprintf (stderr, "\n"); | 1012 | YYFPRINTF (stderr, "\n"); |
| 1037 | } | 1013 | } |
| 1038 | } | 1014 | } |
| 1039 | 1015 | ||
| @@ -1343,10 +1319,8 @@ yydestruct (yymsg, yytype, yyvaluep) | |||
| 1343 | break; | 1319 | break; |
| 1344 | } | 1320 | } |
| 1345 | } | 1321 | } |
| 1346 | |||
| 1347 | 1322 | ||
| 1348 | /* Prevent warnings from -Wmissing-prototypes. */ | 1323 | /* Prevent warnings from -Wmissing-prototypes. */ |
| 1349 | |||
| 1350 | #ifdef YYPARSE_PARAM | 1324 | #ifdef YYPARSE_PARAM |
| 1351 | #if defined __STDC__ || defined __cplusplus | 1325 | #if defined __STDC__ || defined __cplusplus |
| 1352 | int yyparse (void *YYPARSE_PARAM); | 1326 | int yyparse (void *YYPARSE_PARAM); |
| @@ -1362,11 +1336,10 @@ int yyparse (); | |||
| 1362 | #endif /* ! YYPARSE_PARAM */ | 1336 | #endif /* ! YYPARSE_PARAM */ |
| 1363 | 1337 | ||
| 1364 | 1338 | ||
| 1365 | 1339 | /* The lookahead symbol. */ | |
| 1366 | /* The look-ahead symbol. */ | ||
| 1367 | int yychar; | 1340 | int yychar; |
| 1368 | 1341 | ||
| 1369 | /* The semantic value of the look-ahead symbol. */ | 1342 | /* The semantic value of the lookahead symbol. */ |
| 1370 | YYSTYPE yylval; | 1343 | YYSTYPE yylval; |
| 1371 | 1344 | ||
| 1372 | /* Number of syntax errors so far. */ | 1345 | /* Number of syntax errors so far. */ |
| @@ -1374,9 +1347,9 @@ int yynerrs; | |||
| 1374 | 1347 | ||
| 1375 | 1348 | ||
| 1376 | 1349 | ||
| 1377 | /*----------. | 1350 | /*-------------------------. |
| 1378 | | yyparse. | | 1351 | | yyparse or yypush_parse. | |
| 1379 | `----------*/ | 1352 | `-------------------------*/ |
| 1380 | 1353 | ||
| 1381 | #ifdef YYPARSE_PARAM | 1354 | #ifdef YYPARSE_PARAM |
| 1382 | #if (defined __STDC__ || defined __C99__FUNC__ \ | 1355 | #if (defined __STDC__ || defined __C99__FUNC__ \ |
| @@ -1400,66 +1373,68 @@ yyparse () | |||
| 1400 | #endif | 1373 | #endif |
| 1401 | #endif | 1374 | #endif |
| 1402 | { | 1375 | { |
| 1403 | |||
| 1404 | int yystate; | ||
| 1405 | int yyn; | ||
| 1406 | int yyresult; | ||
| 1407 | /* Number of tokens to shift before error messages enabled. */ | ||
| 1408 | int yyerrstatus; | ||
| 1409 | /* Look-ahead token as an internal (translated) token number. */ | ||
| 1410 | int yytoken = 0; | ||
| 1411 | #if YYERROR_VERBOSE | ||
| 1412 | /* Buffer for error messages, and its allocated size. */ | ||
| 1413 | char yymsgbuf[128]; | ||
| 1414 | char *yymsg = yymsgbuf; | ||
| 1415 | YYSIZE_T yymsg_alloc = sizeof yymsgbuf; | ||
| 1416 | #endif | ||
| 1417 | |||
| 1418 | /* Three stacks and their tools: | ||
| 1419 | `yyss': related to states, | ||
| 1420 | `yyvs': related to semantic values, | ||
| 1421 | `yyls': related to locations. | ||
| 1422 | 1376 | ||
| 1423 | Refer to the stacks thru separate pointers, to allow yyoverflow | ||
| 1424 | to reallocate them elsewhere. */ | ||
| 1425 | 1377 | ||
| 1426 | /* The state stack. */ | 1378 | int yystate; |
| 1427 | yytype_int16 yyssa[YYINITDEPTH]; | 1379 | /* Number of tokens to shift before error messages enabled. */ |
| 1428 | yytype_int16 *yyss = yyssa; | 1380 | int yyerrstatus; |
| 1429 | yytype_int16 *yyssp; | ||
| 1430 | 1381 | ||
| 1431 | /* The semantic value stack. */ | 1382 | /* The stacks and their tools: |
| 1432 | YYSTYPE yyvsa[YYINITDEPTH]; | 1383 | `yyss': related to states. |
| 1433 | YYSTYPE *yyvs = yyvsa; | 1384 | `yyvs': related to semantic values. |
| 1434 | YYSTYPE *yyvsp; | ||
| 1435 | 1385 | ||
| 1386 | Refer to the stacks thru separate pointers, to allow yyoverflow | ||
| 1387 | to reallocate them elsewhere. */ | ||
| 1436 | 1388 | ||
| 1389 | /* The state stack. */ | ||
| 1390 | yytype_int16 yyssa[YYINITDEPTH]; | ||
| 1391 | yytype_int16 *yyss; | ||
| 1392 | yytype_int16 *yyssp; | ||
| 1437 | 1393 | ||
| 1438 | #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) | 1394 | /* The semantic value stack. */ |
| 1395 | YYSTYPE yyvsa[YYINITDEPTH]; | ||
| 1396 | YYSTYPE *yyvs; | ||
| 1397 | YYSTYPE *yyvsp; | ||
| 1439 | 1398 | ||
| 1440 | YYSIZE_T yystacksize = YYINITDEPTH; | 1399 | YYSIZE_T yystacksize; |
| 1441 | 1400 | ||
| 1401 | int yyn; | ||
| 1402 | int yyresult; | ||
| 1403 | /* Lookahead token as an internal (translated) token number. */ | ||
| 1404 | int yytoken; | ||
| 1442 | /* The variables used to return semantic value and location from the | 1405 | /* The variables used to return semantic value and location from the |
| 1443 | action routines. */ | 1406 | action routines. */ |
| 1444 | YYSTYPE yyval; | 1407 | YYSTYPE yyval; |
| 1445 | 1408 | ||
| 1409 | #if YYERROR_VERBOSE | ||
| 1410 | /* Buffer for error messages, and its allocated size. */ | ||
| 1411 | char yymsgbuf[128]; | ||
| 1412 | char *yymsg = yymsgbuf; | ||
| 1413 | YYSIZE_T yymsg_alloc = sizeof yymsgbuf; | ||
| 1414 | #endif | ||
| 1415 | |||
| 1416 | #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) | ||
| 1446 | 1417 | ||
| 1447 | /* The number of symbols on the RHS of the reduced rule. | 1418 | /* The number of symbols on the RHS of the reduced rule. |
| 1448 | Keep to zero when no symbol should be popped. */ | 1419 | Keep to zero when no symbol should be popped. */ |
| 1449 | int yylen = 0; | 1420 | int yylen = 0; |
| 1450 | 1421 | ||
| 1422 | yytoken = 0; | ||
| 1423 | yyss = yyssa; | ||
| 1424 | yyvs = yyvsa; | ||
| 1425 | yystacksize = YYINITDEPTH; | ||
| 1426 | |||
| 1451 | YYDPRINTF ((stderr, "Starting parse\n")); | 1427 | YYDPRINTF ((stderr, "Starting parse\n")); |
| 1452 | 1428 | ||
| 1453 | yystate = 0; | 1429 | yystate = 0; |
| 1454 | yyerrstatus = 0; | 1430 | yyerrstatus = 0; |
| 1455 | yynerrs = 0; | 1431 | yynerrs = 0; |
| 1456 | yychar = YYEMPTY; /* Cause a token to be read. */ | 1432 | yychar = YYEMPTY; /* Cause a token to be read. */ |
| 1457 | 1433 | ||
| 1458 | /* Initialize stack pointers. | 1434 | /* Initialize stack pointers. |
| 1459 | Waste one element of value and location stack | 1435 | Waste one element of value and location stack |
| 1460 | so that they stay on the same level as the state stack. | 1436 | so that they stay on the same level as the state stack. |
| 1461 | The wasted elements are never initialized. */ | 1437 | The wasted elements are never initialized. */ |
| 1462 | |||
| 1463 | yyssp = yyss; | 1438 | yyssp = yyss; |
| 1464 | yyvsp = yyvs; | 1439 | yyvsp = yyvs; |
| 1465 | 1440 | ||
| @@ -1489,7 +1464,6 @@ yyparse () | |||
| 1489 | YYSTYPE *yyvs1 = yyvs; | 1464 | YYSTYPE *yyvs1 = yyvs; |
| 1490 | yytype_int16 *yyss1 = yyss; | 1465 | yytype_int16 *yyss1 = yyss; |
| 1491 | 1466 | ||
| 1492 | |||
| 1493 | /* Each stack pointer address is followed by the size of the | 1467 | /* Each stack pointer address is followed by the size of the |
| 1494 | data in use in that stack, in bytes. This used to be a | 1468 | data in use in that stack, in bytes. This used to be a |
| 1495 | conditional around just the two extra args, but that might | 1469 | conditional around just the two extra args, but that might |
| @@ -1497,7 +1471,6 @@ yyparse () | |||
| 1497 | yyoverflow (YY_("memory exhausted"), | 1471 | yyoverflow (YY_("memory exhausted"), |
| 1498 | &yyss1, yysize * sizeof (*yyssp), | 1472 | &yyss1, yysize * sizeof (*yyssp), |
| 1499 | &yyvs1, yysize * sizeof (*yyvsp), | 1473 | &yyvs1, yysize * sizeof (*yyvsp), |
| 1500 | |||
| 1501 | &yystacksize); | 1474 | &yystacksize); |
| 1502 | 1475 | ||
| 1503 | yyss = yyss1; | 1476 | yyss = yyss1; |
| @@ -1520,9 +1493,8 @@ yyparse () | |||
| 1520 | (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); | 1493 | (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); |
| 1521 | if (! yyptr) | 1494 | if (! yyptr) |
| 1522 | goto yyexhaustedlab; | 1495 | goto yyexhaustedlab; |
| 1523 | YYSTACK_RELOCATE (yyss); | 1496 | YYSTACK_RELOCATE (yyss_alloc, yyss); |
| 1524 | YYSTACK_RELOCATE (yyvs); | 1497 | YYSTACK_RELOCATE (yyvs_alloc, yyvs); |
| 1525 | |||
| 1526 | # undef YYSTACK_RELOCATE | 1498 | # undef YYSTACK_RELOCATE |
| 1527 | if (yyss1 != yyssa) | 1499 | if (yyss1 != yyssa) |
| 1528 | YYSTACK_FREE (yyss1); | 1500 | YYSTACK_FREE (yyss1); |
| @@ -1533,7 +1505,6 @@ yyparse () | |||
| 1533 | yyssp = yyss + yysize - 1; | 1505 | yyssp = yyss + yysize - 1; |
| 1534 | yyvsp = yyvs + yysize - 1; | 1506 | yyvsp = yyvs + yysize - 1; |
| 1535 | 1507 | ||
| 1536 | |||
| 1537 | YYDPRINTF ((stderr, "Stack size increased to %lu\n", | 1508 | YYDPRINTF ((stderr, "Stack size increased to %lu\n", |
| 1538 | (unsigned long int) yystacksize)); | 1509 | (unsigned long int) yystacksize)); |
| 1539 | 1510 | ||
| @@ -1543,6 +1514,9 @@ yyparse () | |||
| 1543 | 1514 | ||
| 1544 | YYDPRINTF ((stderr, "Entering state %d\n", yystate)); | 1515 | YYDPRINTF ((stderr, "Entering state %d\n", yystate)); |
| 1545 | 1516 | ||
| 1517 | if (yystate == YYFINAL) | ||
| 1518 | YYACCEPT; | ||
| 1519 | |||
| 1546 | goto yybackup; | 1520 | goto yybackup; |
| 1547 | 1521 | ||
| 1548 | /*-----------. | 1522 | /*-----------. |
| @@ -1551,16 +1525,16 @@ yyparse () | |||
| 1551 | yybackup: | 1525 | yybackup: |
| 1552 | 1526 | ||
| 1553 | /* Do appropriate processing given the current state. Read a | 1527 | /* Do appropriate processing given the current state. Read a |
| 1554 | look-ahead token if we need one and don't already have one. */ | 1528 | lookahead token if we need one and don't already have one. */ |
| 1555 | 1529 | ||
| 1556 | /* First try to decide what to do without reference to look-ahead token. */ | 1530 | /* First try to decide what to do without reference to lookahead token. */ |
| 1557 | yyn = yypact[yystate]; | 1531 | yyn = yypact[yystate]; |
| 1558 | if (yyn == YYPACT_NINF) | 1532 | if (yyn == YYPACT_NINF) |
| 1559 | goto yydefault; | 1533 | goto yydefault; |
| 1560 | 1534 | ||
| 1561 | /* Not known => get a look-ahead token if don't already have one. */ | 1535 | /* Not known => get a lookahead token if don't already have one. */ |
| 1562 | 1536 | ||
| 1563 | /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */ | 1537 | /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ |
| 1564 | if (yychar == YYEMPTY) | 1538 | if (yychar == YYEMPTY) |
| 1565 | { | 1539 | { |
| 1566 | YYDPRINTF ((stderr, "Reading a token: ")); | 1540 | YYDPRINTF ((stderr, "Reading a token: ")); |
| @@ -1592,20 +1566,16 @@ yybackup: | |||
| 1592 | goto yyreduce; | 1566 | goto yyreduce; |
| 1593 | } | 1567 | } |
| 1594 | 1568 | ||
| 1595 | if (yyn == YYFINAL) | ||
| 1596 | YYACCEPT; | ||
| 1597 | |||
| 1598 | /* Count tokens shifted since error; after three, turn off error | 1569 | /* Count tokens shifted since error; after three, turn off error |
| 1599 | status. */ | 1570 | status. */ |
| 1600 | if (yyerrstatus) | 1571 | if (yyerrstatus) |
| 1601 | yyerrstatus--; | 1572 | yyerrstatus--; |
| 1602 | 1573 | ||
| 1603 | /* Shift the look-ahead token. */ | 1574 | /* Shift the lookahead token. */ |
| 1604 | YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); | 1575 | YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); |
| 1605 | 1576 | ||
| 1606 | /* Discard the shifted token unless it is eof. */ | 1577 | /* Discard the shifted token. */ |
| 1607 | if (yychar != YYEOF) | 1578 | yychar = YYEMPTY; |
| 1608 | yychar = YYEMPTY; | ||
| 1609 | 1579 | ||
| 1610 | yystate = yyn; | 1580 | yystate = yyn; |
| 1611 | *++yyvsp = yylval; | 1581 | *++yyvsp = yylval; |
| @@ -2029,7 +1999,6 @@ yyreduce: | |||
| 2029 | break; | 1999 | break; |
| 2030 | 2000 | ||
| 2031 | 2001 | ||
| 2032 | /* Line 1267 of yacc.c. */ | ||
| 2033 | 2002 | ||
| 2034 | default: break; | 2003 | default: break; |
| 2035 | } | 2004 | } |
| @@ -2041,7 +2010,6 @@ yyreduce: | |||
| 2041 | 2010 | ||
| 2042 | *++yyvsp = yyval; | 2011 | *++yyvsp = yyval; |
| 2043 | 2012 | ||
| 2044 | |||
| 2045 | /* Now `shift' the result of the reduction. Determine what state | 2013 | /* Now `shift' the result of the reduction. Determine what state |
| 2046 | that goes to, based on the state we popped back to and the rule | 2014 | that goes to, based on the state we popped back to and the rule |
| 2047 | number reduced by. */ | 2015 | number reduced by. */ |
| @@ -2106,7 +2074,7 @@ yyerrlab: | |||
| 2106 | 2074 | ||
| 2107 | if (yyerrstatus == 3) | 2075 | if (yyerrstatus == 3) |
| 2108 | { | 2076 | { |
| 2109 | /* If just tried and failed to reuse look-ahead token after an | 2077 | /* If just tried and failed to reuse lookahead token after an |
| 2110 | error, discard it. */ | 2078 | error, discard it. */ |
| 2111 | 2079 | ||
| 2112 | if (yychar <= YYEOF) | 2080 | if (yychar <= YYEOF) |
| @@ -2123,7 +2091,7 @@ yyerrlab: | |||
| 2123 | } | 2091 | } |
| 2124 | } | 2092 | } |
| 2125 | 2093 | ||
| 2126 | /* Else will try to reuse look-ahead token after shifting the error | 2094 | /* Else will try to reuse lookahead token after shifting the error |
| 2127 | token. */ | 2095 | token. */ |
| 2128 | goto yyerrlab1; | 2096 | goto yyerrlab1; |
| 2129 | 2097 | ||
| @@ -2180,9 +2148,6 @@ yyerrlab1: | |||
| 2180 | YY_STACK_PRINT (yyss, yyssp); | 2148 | YY_STACK_PRINT (yyss, yyssp); |
| 2181 | } | 2149 | } |
| 2182 | 2150 | ||
| 2183 | if (yyn == YYFINAL) | ||
| 2184 | YYACCEPT; | ||
| 2185 | |||
| 2186 | *++yyvsp = yylval; | 2151 | *++yyvsp = yylval; |
| 2187 | 2152 | ||
| 2188 | 2153 | ||
| @@ -2207,7 +2172,7 @@ yyabortlab: | |||
| 2207 | yyresult = 1; | 2172 | yyresult = 1; |
| 2208 | goto yyreturn; | 2173 | goto yyreturn; |
| 2209 | 2174 | ||
| 2210 | #ifndef yyoverflow | 2175 | #if !defined(yyoverflow) || YYERROR_VERBOSE |
| 2211 | /*-------------------------------------------------. | 2176 | /*-------------------------------------------------. |
| 2212 | | yyexhaustedlab -- memory exhaustion comes here. | | 2177 | | yyexhaustedlab -- memory exhaustion comes here. | |
| 2213 | `-------------------------------------------------*/ | 2178 | `-------------------------------------------------*/ |
| @@ -2218,7 +2183,7 @@ yyexhaustedlab: | |||
| 2218 | #endif | 2183 | #endif |
| 2219 | 2184 | ||
| 2220 | yyreturn: | 2185 | yyreturn: |
| 2221 | if (yychar != YYEOF && yychar != YYEMPTY) | 2186 | if (yychar != YYEMPTY) |
| 2222 | yydestruct ("Cleanup: discarding lookahead", | 2187 | yydestruct ("Cleanup: discarding lookahead", |
| 2223 | yytoken, &yylval); | 2188 | yytoken, &yylval); |
| 2224 | /* Do not reclaim the symbols of the rule which action triggered | 2189 | /* Do not reclaim the symbols of the rule which action triggered |
| @@ -2284,7 +2249,7 @@ void conf_parse(const char *name) | |||
| 2284 | sym_set_change_count(1); | 2249 | sym_set_change_count(1); |
| 2285 | } | 2250 | } |
| 2286 | 2251 | ||
| 2287 | const char *zconf_tokenname(int token) | 2252 | static const char *zconf_tokenname(int token) |
| 2288 | { | 2253 | { |
| 2289 | switch (token) { | 2254 | switch (token) { |
| 2290 | case T_MENU: return "menu"; | 2255 | case T_MENU: return "menu"; |
| @@ -2348,7 +2313,7 @@ static void zconferror(const char *err) | |||
| 2348 | #endif | 2313 | #endif |
| 2349 | } | 2314 | } |
| 2350 | 2315 | ||
| 2351 | void print_quoted_string(FILE *out, const char *str) | 2316 | static void print_quoted_string(FILE *out, const char *str) |
| 2352 | { | 2317 | { |
| 2353 | const char *p; | 2318 | const char *p; |
| 2354 | int len; | 2319 | int len; |
| @@ -2365,7 +2330,7 @@ void print_quoted_string(FILE *out, const char *str) | |||
| 2365 | putc('"', out); | 2330 | putc('"', out); |
| 2366 | } | 2331 | } |
| 2367 | 2332 | ||
| 2368 | void print_symbol(FILE *out, struct menu *menu) | 2333 | static void print_symbol(FILE *out, struct menu *menu) |
| 2369 | { | 2334 | { |
| 2370 | struct symbol *sym = menu->sym; | 2335 | struct symbol *sym = menu->sym; |
| 2371 | struct property *prop; | 2336 | struct property *prop; |
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index 9710b82466f2..8c43491f8cc9 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y | |||
| @@ -14,8 +14,6 @@ | |||
| 14 | #define LKC_DIRECT_LINK | 14 | #define LKC_DIRECT_LINK |
| 15 | #include "lkc.h" | 15 | #include "lkc.h" |
| 16 | 16 | ||
| 17 | #include "zconf.hash.c" | ||
| 18 | |||
| 19 | #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) | 17 | #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) |
| 20 | 18 | ||
| 21 | #define PRINTD 0x0001 | 19 | #define PRINTD 0x0001 |
| @@ -100,6 +98,11 @@ static struct menu *current_menu, *current_entry; | |||
| 100 | menu_end_menu(); | 98 | menu_end_menu(); |
| 101 | } if_entry menu_entry choice_entry | 99 | } if_entry menu_entry choice_entry |
| 102 | 100 | ||
| 101 | %{ | ||
| 102 | /* Include zconf.hash.c here so it can see the token constants. */ | ||
| 103 | #include "zconf.hash.c" | ||
| 104 | %} | ||
| 105 | |||
| 103 | %% | 106 | %% |
| 104 | input: stmt_list; | 107 | input: stmt_list; |
| 105 | 108 | ||
| @@ -501,7 +504,7 @@ void conf_parse(const char *name) | |||
| 501 | sym_set_change_count(1); | 504 | sym_set_change_count(1); |
| 502 | } | 505 | } |
| 503 | 506 | ||
| 504 | const char *zconf_tokenname(int token) | 507 | static const char *zconf_tokenname(int token) |
| 505 | { | 508 | { |
| 506 | switch (token) { | 509 | switch (token) { |
| 507 | case T_MENU: return "menu"; | 510 | case T_MENU: return "menu"; |
| @@ -565,7 +568,7 @@ static void zconferror(const char *err) | |||
| 565 | #endif | 568 | #endif |
| 566 | } | 569 | } |
| 567 | 570 | ||
| 568 | void print_quoted_string(FILE *out, const char *str) | 571 | static void print_quoted_string(FILE *out, const char *str) |
| 569 | { | 572 | { |
| 570 | const char *p; | 573 | const char *p; |
| 571 | int len; | 574 | int len; |
| @@ -582,7 +585,7 @@ void print_quoted_string(FILE *out, const char *str) | |||
| 582 | putc('"', out); | 585 | putc('"', out); |
| 583 | } | 586 | } |
| 584 | 587 | ||
| 585 | void print_symbol(FILE *out, struct menu *menu) | 588 | static void print_symbol(FILE *out, struct menu *menu) |
| 586 | { | 589 | { |
| 587 | struct symbol *sym = menu->sym; | 590 | struct symbol *sym = menu->sym; |
| 588 | struct property *prop; | 591 | struct property *prop; |
diff --git a/security/integrity/ima/ima_iint.c b/security/integrity/ima/ima_iint.c index b8dd693f8790..a4e2b1dac943 100644 --- a/security/integrity/ima/ima_iint.c +++ b/security/integrity/ima/ima_iint.c | |||
| @@ -58,11 +58,11 @@ struct ima_iint_cache *ima_iint_insert(struct inode *inode) | |||
| 58 | 58 | ||
| 59 | if (!ima_initialized) | 59 | if (!ima_initialized) |
| 60 | return iint; | 60 | return iint; |
| 61 | iint = kmem_cache_alloc(iint_cache, GFP_KERNEL); | 61 | iint = kmem_cache_alloc(iint_cache, GFP_NOFS); |
| 62 | if (!iint) | 62 | if (!iint) |
| 63 | return iint; | 63 | return iint; |
| 64 | 64 | ||
| 65 | rc = radix_tree_preload(GFP_KERNEL); | 65 | rc = radix_tree_preload(GFP_NOFS); |
| 66 | if (rc < 0) | 66 | if (rc < 0) |
| 67 | goto out; | 67 | goto out; |
| 68 | 68 | ||
diff --git a/sound/oss/hex2hex.c b/sound/oss/hex2hex.c index 5460faae98c9..041ef5c52bc2 100644 --- a/sound/oss/hex2hex.c +++ b/sound/oss/hex2hex.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | #define MAX_SIZE (256*1024) | 12 | #define MAX_SIZE (256*1024) |
| 13 | unsigned char buf[MAX_SIZE]; | 13 | unsigned char buf[MAX_SIZE]; |
| 14 | 14 | ||
| 15 | int loadhex(FILE *inf, unsigned char *buf) | 15 | static int loadhex(FILE *inf, unsigned char *buf) |
| 16 | { | 16 | { |
| 17 | int l=0, c, i; | 17 | int l=0, c, i; |
| 18 | 18 | ||
diff --git a/sound/pci/hda/patch_nvhdmi.c b/sound/pci/hda/patch_nvhdmi.c index 9fb60276f5c9..6afdab09bab7 100644 --- a/sound/pci/hda/patch_nvhdmi.c +++ b/sound/pci/hda/patch_nvhdmi.c | |||
| @@ -397,6 +397,7 @@ static int patch_nvhdmi_2ch(struct hda_codec *codec) | |||
| 397 | static struct hda_codec_preset snd_hda_preset_nvhdmi[] = { | 397 | static struct hda_codec_preset snd_hda_preset_nvhdmi[] = { |
| 398 | { .id = 0x10de0002, .name = "MCP78 HDMI", .patch = patch_nvhdmi_8ch }, | 398 | { .id = 0x10de0002, .name = "MCP78 HDMI", .patch = patch_nvhdmi_8ch }, |
| 399 | { .id = 0x10de0003, .name = "MCP78 HDMI", .patch = patch_nvhdmi_8ch }, | 399 | { .id = 0x10de0003, .name = "MCP78 HDMI", .patch = patch_nvhdmi_8ch }, |
| 400 | { .id = 0x10de0005, .name = "MCP78 HDMI", .patch = patch_nvhdmi_8ch }, | ||
| 400 | { .id = 0x10de0006, .name = "MCP78 HDMI", .patch = patch_nvhdmi_8ch }, | 401 | { .id = 0x10de0006, .name = "MCP78 HDMI", .patch = patch_nvhdmi_8ch }, |
| 401 | { .id = 0x10de0007, .name = "MCP7A HDMI", .patch = patch_nvhdmi_8ch }, | 402 | { .id = 0x10de0007, .name = "MCP7A HDMI", .patch = patch_nvhdmi_8ch }, |
| 402 | { .id = 0x10de0067, .name = "MCP67 HDMI", .patch = patch_nvhdmi_2ch }, | 403 | { .id = 0x10de0067, .name = "MCP67 HDMI", .patch = patch_nvhdmi_2ch }, |
| @@ -406,6 +407,7 @@ static struct hda_codec_preset snd_hda_preset_nvhdmi[] = { | |||
| 406 | 407 | ||
| 407 | MODULE_ALIAS("snd-hda-codec-id:10de0002"); | 408 | MODULE_ALIAS("snd-hda-codec-id:10de0002"); |
| 408 | MODULE_ALIAS("snd-hda-codec-id:10de0003"); | 409 | MODULE_ALIAS("snd-hda-codec-id:10de0003"); |
| 410 | MODULE_ALIAS("snd-hda-codec-id:10de0005"); | ||
| 409 | MODULE_ALIAS("snd-hda-codec-id:10de0006"); | 411 | MODULE_ALIAS("snd-hda-codec-id:10de0006"); |
| 410 | MODULE_ALIAS("snd-hda-codec-id:10de0007"); | 412 | MODULE_ALIAS("snd-hda-codec-id:10de0007"); |
| 411 | MODULE_ALIAS("snd-hda-codec-id:10de0067"); | 413 | MODULE_ALIAS("snd-hda-codec-id:10de0067"); |
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index daf6975b0c2e..70583719282b 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
| @@ -8911,10 +8911,11 @@ static struct snd_pci_quirk alc882_ssid_cfg_tbl[] = { | |||
| 8911 | SND_PCI_QUIRK(0x106b, 0x3800, "MacbookPro 4,1", ALC885_MBP3), | 8911 | SND_PCI_QUIRK(0x106b, 0x3800, "MacbookPro 4,1", ALC885_MBP3), |
| 8912 | SND_PCI_QUIRK(0x106b, 0x3e00, "iMac 24 Aluminum", ALC885_IMAC24), | 8912 | SND_PCI_QUIRK(0x106b, 0x3e00, "iMac 24 Aluminum", ALC885_IMAC24), |
| 8913 | SND_PCI_QUIRK(0x106b, 0x3f00, "Macbook 5,1", ALC885_MB5), | 8913 | SND_PCI_QUIRK(0x106b, 0x3f00, "Macbook 5,1", ALC885_MB5), |
| 8914 | /* FIXME: HP jack sense seems not working for MBP 5,1, so apparently | 8914 | /* FIXME: HP jack sense seems not working for MBP 5,1 or 5,2, |
| 8915 | * no perfect solution yet | 8915 | * so apparently no perfect solution yet |
| 8916 | */ | 8916 | */ |
| 8917 | SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC885_MB5), | 8917 | SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC885_MB5), |
| 8918 | SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC885_MB5), | ||
| 8918 | {} /* terminator */ | 8919 | {} /* terminator */ |
| 8919 | }; | 8920 | }; |
| 8920 | 8921 | ||
| @@ -11461,6 +11462,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = { | |||
| 11461 | SND_PCI_QUIRK(0x104d, 0x9016, "Sony VAIO", ALC262_AUTO), /* dig-only */ | 11462 | SND_PCI_QUIRK(0x104d, 0x9016, "Sony VAIO", ALC262_AUTO), /* dig-only */ |
| 11462 | SND_PCI_QUIRK(0x104d, 0x9025, "Sony VAIO Z21MN", ALC262_TOSHIBA_S06), | 11463 | SND_PCI_QUIRK(0x104d, 0x9025, "Sony VAIO Z21MN", ALC262_TOSHIBA_S06), |
| 11463 | SND_PCI_QUIRK(0x104d, 0x9035, "Sony VAIO VGN-FW170J", ALC262_AUTO), | 11464 | SND_PCI_QUIRK(0x104d, 0x9035, "Sony VAIO VGN-FW170J", ALC262_AUTO), |
| 11465 | SND_PCI_QUIRK(0x104d, 0x9047, "Sony VAIO Type G", ALC262_AUTO), | ||
| 11464 | SND_PCI_QUIRK_MASK(0x104d, 0xff00, 0x9000, "Sony VAIO", | 11466 | SND_PCI_QUIRK_MASK(0x104d, 0xff00, 0x9000, "Sony VAIO", |
| 11465 | ALC262_SONY_ASSAMD), | 11467 | ALC262_SONY_ASSAMD), |
| 11466 | SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1", | 11468 | SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1", |
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 8eb6508cd991..86de305fc9f2 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
| @@ -1590,6 +1590,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = { | |||
| 1590 | "Dell Studio 17", STAC_DELL_M6_DMIC), | 1590 | "Dell Studio 17", STAC_DELL_M6_DMIC), |
| 1591 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be, | 1591 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be, |
| 1592 | "Dell Studio 1555", STAC_DELL_M6_DMIC), | 1592 | "Dell Studio 1555", STAC_DELL_M6_DMIC), |
| 1593 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd, | ||
| 1594 | "Dell Studio 1557", STAC_DELL_M6_DMIC), | ||
| 1593 | {} /* terminator */ | 1595 | {} /* terminator */ |
| 1594 | }; | 1596 | }; |
| 1595 | 1597 | ||
diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index 9da2dae64c5b..d063149e7047 100644 --- a/sound/pci/ice1712/ice1712.h +++ b/sound/pci/ice1712/ice1712.h | |||
| @@ -382,8 +382,8 @@ struct snd_ice1712 { | |||
| 382 | #ifdef CONFIG_PM | 382 | #ifdef CONFIG_PM |
| 383 | int (*pm_suspend)(struct snd_ice1712 *); | 383 | int (*pm_suspend)(struct snd_ice1712 *); |
| 384 | int (*pm_resume)(struct snd_ice1712 *); | 384 | int (*pm_resume)(struct snd_ice1712 *); |
| 385 | int pm_suspend_enabled:1; | 385 | unsigned int pm_suspend_enabled:1; |
| 386 | int pm_saved_is_spdif_master:1; | 386 | unsigned int pm_saved_is_spdif_master:1; |
| 387 | unsigned int pm_saved_spdif_ctrl; | 387 | unsigned int pm_saved_spdif_ctrl; |
| 388 | unsigned char pm_saved_spdif_cfg; | 388 | unsigned char pm_saved_spdif_cfg; |
| 389 | unsigned int pm_saved_route; | 389 | unsigned int pm_saved_route; |
diff --git a/sound/pci/ice1712/prodigy_hifi.c b/sound/pci/ice1712/prodigy_hifi.c index c75515f5be6f..6a9fee3ee78f 100644 --- a/sound/pci/ice1712/prodigy_hifi.c +++ b/sound/pci/ice1712/prodigy_hifi.c | |||
| @@ -1100,7 +1100,7 @@ static void ak4396_init(struct snd_ice1712 *ice) | |||
| 1100 | } | 1100 | } |
| 1101 | 1101 | ||
| 1102 | #ifdef CONFIG_PM | 1102 | #ifdef CONFIG_PM |
| 1103 | static int __devinit prodigy_hd2_resume(struct snd_ice1712 *ice) | 1103 | static int prodigy_hd2_resume(struct snd_ice1712 *ice) |
| 1104 | { | 1104 | { |
| 1105 | /* initialize ak4396 codec and restore previous mixer volumes */ | 1105 | /* initialize ak4396 codec and restore previous mixer volumes */ |
| 1106 | struct prodigy_hifi_spec *spec = ice->spec; | 1106 | struct prodigy_hifi_spec *spec = ice->spec; |
diff --git a/sound/soc/codecs/tlv320aic23.c b/sound/soc/codecs/tlv320aic23.c index 0b8dcb5cd729..6b24d8bb02bb 100644 --- a/sound/soc/codecs/tlv320aic23.c +++ b/sound/soc/codecs/tlv320aic23.c | |||
| @@ -265,8 +265,8 @@ static const int bosr_usb_divisor_table[] = { | |||
| 265 | #define UPPER_GROUP ((1<<8) | (1<<9) | (1<<10) | (1<<11) | (1<<15)) | 265 | #define UPPER_GROUP ((1<<8) | (1<<9) | (1<<10) | (1<<11) | (1<<15)) |
| 266 | static const unsigned short sr_valid_mask[] = { | 266 | static const unsigned short sr_valid_mask[] = { |
| 267 | LOWER_GROUP|UPPER_GROUP, /* Normal, bosr - 0*/ | 267 | LOWER_GROUP|UPPER_GROUP, /* Normal, bosr - 0*/ |
| 268 | LOWER_GROUP|UPPER_GROUP, /* Normal, bosr - 1*/ | ||
| 269 | LOWER_GROUP, /* Usb, bosr - 0*/ | 268 | LOWER_GROUP, /* Usb, bosr - 0*/ |
| 269 | LOWER_GROUP|UPPER_GROUP, /* Normal, bosr - 1*/ | ||
| 270 | UPPER_GROUP, /* Usb, bosr - 1*/ | 270 | UPPER_GROUP, /* Usb, bosr - 1*/ |
| 271 | }; | 271 | }; |
| 272 | /* | 272 | /* |
diff --git a/sound/soc/omap/omap3evm.c b/sound/soc/omap/omap3evm.c index 9114c263077b..13aa380de162 100644 --- a/sound/soc/omap/omap3evm.c +++ b/sound/soc/omap/omap3evm.c | |||
| @@ -144,4 +144,4 @@ module_exit(omap3evm_soc_exit); | |||
| 144 | 144 | ||
| 145 | MODULE_AUTHOR("Anuj Aggarwal <anuj.aggarwal@ti.com>"); | 145 | MODULE_AUTHOR("Anuj Aggarwal <anuj.aggarwal@ti.com>"); |
| 146 | MODULE_DESCRIPTION("ALSA SoC OMAP3 EVM"); | 146 | MODULE_DESCRIPTION("ALSA SoC OMAP3 EVM"); |
| 147 | MODULE_LICENSE("GPLv2"); | 147 | MODULE_LICENSE("GPL v2"); |
diff --git a/sound/soc/omap/omap3pandora.c b/sound/soc/omap/omap3pandora.c index ad219aaf7cb8..0cd06f5dd356 100644 --- a/sound/soc/omap/omap3pandora.c +++ b/sound/soc/omap/omap3pandora.c | |||
| @@ -134,7 +134,7 @@ static int omap3pandora_hp_event(struct snd_soc_dapm_widget *w, | |||
| 134 | * |P| <--- TWL4030 <--------- Line In and MICs | 134 | * |P| <--- TWL4030 <--------- Line In and MICs |
| 135 | */ | 135 | */ |
| 136 | static const struct snd_soc_dapm_widget omap3pandora_out_dapm_widgets[] = { | 136 | static const struct snd_soc_dapm_widget omap3pandora_out_dapm_widgets[] = { |
| 137 | SND_SOC_DAPM_DAC("PCM DAC", "Playback", SND_SOC_NOPM, 0, 0), | 137 | SND_SOC_DAPM_DAC("PCM DAC", "HiFi Playback", SND_SOC_NOPM, 0, 0), |
| 138 | SND_SOC_DAPM_PGA_E("Headphone Amplifier", SND_SOC_NOPM, | 138 | SND_SOC_DAPM_PGA_E("Headphone Amplifier", SND_SOC_NOPM, |
| 139 | 0, 0, NULL, 0, omap3pandora_hp_event, | 139 | 0, 0, NULL, 0, omap3pandora_hp_event, |
| 140 | SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD), | 140 | SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD), |
| @@ -181,6 +181,7 @@ static int omap3pandora_out_init(struct snd_soc_codec *codec) | |||
| 181 | snd_soc_dapm_nc_pin(codec, "CARKITR"); | 181 | snd_soc_dapm_nc_pin(codec, "CARKITR"); |
| 182 | snd_soc_dapm_nc_pin(codec, "HFL"); | 182 | snd_soc_dapm_nc_pin(codec, "HFL"); |
| 183 | snd_soc_dapm_nc_pin(codec, "HFR"); | 183 | snd_soc_dapm_nc_pin(codec, "HFR"); |
| 184 | snd_soc_dapm_nc_pin(codec, "VIBRA"); | ||
| 184 | 185 | ||
| 185 | ret = snd_soc_dapm_new_controls(codec, omap3pandora_out_dapm_widgets, | 186 | ret = snd_soc_dapm_new_controls(codec, omap3pandora_out_dapm_widgets, |
| 186 | ARRAY_SIZE(omap3pandora_out_dapm_widgets)); | 187 | ARRAY_SIZE(omap3pandora_out_dapm_widgets)); |
diff --git a/sound/usb/usbmixer.c b/sound/usb/usbmixer.c index 9efcfd08d747..c998220b99c6 100644 --- a/sound/usb/usbmixer.c +++ b/sound/usb/usbmixer.c | |||
| @@ -1071,6 +1071,15 @@ static int parse_audio_feature_unit(struct mixer_build *state, int unitid, unsig | |||
| 1071 | channels = (ftr[0] - 7) / csize - 1; | 1071 | channels = (ftr[0] - 7) / csize - 1; |
| 1072 | 1072 | ||
| 1073 | master_bits = snd_usb_combine_bytes(ftr + 6, csize); | 1073 | master_bits = snd_usb_combine_bytes(ftr + 6, csize); |
| 1074 | /* master configuration quirks */ | ||
| 1075 | switch (state->chip->usb_id) { | ||
| 1076 | case USB_ID(0x08bb, 0x2702): | ||
| 1077 | snd_printk(KERN_INFO | ||
| 1078 | "usbmixer: master volume quirk for PCM2702 chip\n"); | ||
| 1079 | /* disable non-functional volume control */ | ||
| 1080 | master_bits &= ~(1 << (USB_FEATURE_VOLUME - 1)); | ||
| 1081 | break; | ||
| 1082 | } | ||
| 1074 | if (channels > 0) | 1083 | if (channels > 0) |
| 1075 | first_ch_bits = snd_usb_combine_bytes(ftr + 6 + csize, csize); | 1084 | first_ch_bits = snd_usb_combine_bytes(ftr + 6 + csize, csize); |
| 1076 | else | 1085 | else |
