F: fs/coda/
F: include/linux/coda*.h
+ COMMON CLK FRAMEWORK
+ T: git git://git.linaro.org/people/mturquette/linux.git
+ S: Maintained
+ F: drivers/clk/clk.c
+ F: drivers/clk/clk-*
+ F: include/linux/clk-pr*
+
COMMON INTERNET FILE SYSTEM (CIFS)
F: drivers/net/ethernet/ti/cpmac.c
CPU FREQUENCY DRIVERS
-W: http://www.codemonkey.org.uk/projects/cpufreq/
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
S: Maintained
F: drivers/cpufreq/
F: include/linux/cpufreq.h
F: drivers/net/wireless/iwlegacy/
INTEL WIRELESS WIFI LINK (iwlwifi)
F: drivers/scsi/53c700*
LED SUBSYSTEM
S: Maintained
F: drivers/leds/
S: Maintained
F: drivers/pinctrl/
+ PIN CONTROLLER - ST SPEAR
+ W: http://www.st.com/spear
+ S: Maintained
+ F: driver/pinctrl/spear/
+
PKTCDVD DRIVER
S: Maintained
F: drivers/scsi/st*
SCTP PROTOCOL
-M: Vlad Yasevich <vladislav.yasevich@hp.com>
+M: Vlad Yasevich <vyasevich@gmail.com>
W: http://lksctp.sourceforge.net
-S: Supported
+S: Maintained
F: Documentation/networking/sctp.txt
F: include/linux/sctp.h
F: include/net/sctp/
SPEAR PLATFORM SUPPORT
W: http://www.st.com/spear
S: Maintained
F: arch/arm/plat-spear/
- SPEAR3XX MACHINE SUPPORT
+ SPEAR13XX MACHINE SUPPORT
W: http://www.st.com/spear
S: Maintained
- F: arch/arm/mach-spear3xx/
+ F: arch/arm/mach-spear13xx/
- SPEAR6XX MACHINE SUPPORT
+ SPEAR3XX MACHINE SUPPORT
W: http://www.st.com/spear
S: Maintained
- F: arch/arm/mach-spear6xx/
+ F: arch/arm/mach-spear3xx/
- SPEAR CLOCK FRAMEWORK SUPPORT
+ SPEAR6XX MACHINE SUPPORT
W: http://www.st.com/spear
S: Maintained
- F: arch/arm/mach-spear*/clock.c
- F: arch/arm/plat-spear/clock.c
- F: arch/arm/plat-spear/include/plat/clock.h
+ F: arch/arm/mach-spear6xx/
- SPEAR PAD MULTIPLEXING SUPPORT
+ SPEAR CLOCK FRAMEWORK SUPPORT
W: http://www.st.com/spear
S: Maintained
- F: arch/arm/plat-spear/include/plat/padmux.h
- F: arch/arm/plat-spear/padmux.c
- F: arch/arm/mach-spear*/spear*xx.c
- F: arch/arm/mach-spear*/include/mach/generic.h
- F: arch/arm/mach-spear3xx/spear3*0.c
- F: arch/arm/mach-spear3xx/spear3*0_evb.c
- F: arch/arm/mach-spear6xx/spear600.c
- F: arch/arm/mach-spear6xx/spear600_evb.c
+ F: drivers/clk/spear/
SPI SUBSYSTEM
F: fs/xfs/
XILINX AXI ETHERNET DRIVER
S: Maintained
F: drivers/net/ethernet/xilinx/xilinx_axienet*
select ARM_AMBA
select ARCH_REQUIRE_GPIOLIB
select CLKDEV_LOOKUP
+ select COMMON_CLK
select CLKSRC_MMIO
select GENERIC_CLOCKEVENTS
select HAVE_CLK
source "arch/arm/Kconfig-nommu"
endif
+config ARM_ERRATA_326103
+ bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory"
+ depends on CPU_V6
+ help
+ Executing a SWP instruction to read-only memory does not set bit 11
+ of the FSR on the ARM 1136 prior to r1p0. This causes the kernel to
+ treat the access as a read, preventing a COW from occurring and
+ causing the faulting task to livelock.
+
config ARM_ERRATA_411920
bool "ARM errata: Invalidation of the Instruction Cache operation can fail"
depends on CPU_V6 || CPU_V6K