From: Linus Torvalds Date: Tue, 27 Mar 2012 23:03:32 +0000 (-0700) Subject: Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc X-Git-Tag: v3.4-rc1~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d61b7a572b292e2be409e13b4b3adf475f18fb29;p=profile%2Fcommon%2Fkernel-common.git Merge tag 'cleanup' of git://git./linux/kernel/git/arm/arm-soc Pull "ARM: global cleanups" from Arnd Bergmann: "Quite a bit of code gets removed, and some stuff moved around, mostly the old samsung s3c24xx stuff. There should be no functional changes in this series otherwise. Some cleanups have dependencies on other arm-soc branches and will be sent in the second round. Signed-off-by: Arnd Bergmann " Fixed up trivial conflicts mainly due to #include's being changes on both sides. * tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (121 commits) ep93xx: Remove unnecessary includes of ep93xx-regs.h ep93xx: Move EP93XX_SYSCON defines to SoC private header ep93xx: Move crunch code to mach-ep93xx directory ep93xx: Make syscon access functions private to SoC ep93xx: Configure GPIO ports in core code ep93xx: Move peripheral defines to local SoC header ep93xx: Convert the watchdog driver into a platform device. ep93xx: Use ioremap for backlight driver ep93xx: Move GPIO defines to gpio-ep93xx.h ep93xx: Don't use system controller defines in audio drivers ep93xx: Move PHYS_BASE defines to local SoC header file ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driver ARM: EXYNOS: add clock registers for exynos4x12-cpufreq PM / devfreq: update the name of EXYNOS clock registers that were omitted PM / devfreq: update the name of EXYNOS clock register ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clock ARM: EXYNOS: use static declaration on regarding clock ARM: EXYNOS: replace clock.c for other new EXYNOS SoCs ARM: OMAP2+: Fix build error after merge ARM: S3C24XX: remove call to s3c24xx_setup_clocks ... --- d61b7a572b292e2be409e13b4b3adf475f18fb29 diff --cc Documentation/feature-removal-schedule.txt index 4bfd982,1bea46a..0cad480 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@@ -510,36 -510,3 +510,22 @@@ Why: The pci_scan_bus_parented() interf convert to using pci_scan_root_bus() so they can supply a list of bus resources when the bus is created. Who: Bjorn Helgaas + +---------------------------- + - What: The CAP9 SoC family will be removed - When: 3.4 - Files: arch/arm/mach-at91/at91cap9.c - arch/arm/mach-at91/at91cap9_devices.c - arch/arm/mach-at91/include/mach/at91cap9.h - arch/arm/mach-at91/include/mach/at91cap9_matrix.h - arch/arm/mach-at91/include/mach/at91cap9_ddrsdr.h - arch/arm/mach-at91/board-cap9adk.c - Why: The code is not actively maintained and platforms are now hard to find. - Who: Nicolas Ferre - Jean-Christophe PLAGNIOL-VILLARD - - ---------------------------- - +What: Low Performance USB Block driver ("CONFIG_BLK_DEV_UB") +When: 3.6 +Why: This driver provides support for USB storage devices like "USB + sticks". As of now, it is deactivated in Debian, Fedora and + Ubuntu. All current users can switch over to usb-storage + (CONFIG_USB_STORAGE) which only drawback is the additional SCSI + stack. +Who: Sebastian Andrzej Siewior + +---------------------------- + +What: kmap_atomic(page, km_type) +When: 3.5 +Why: The old kmap_atomic() with two arguments is deprecated, we only + keep it for backward compatibility for few cycles and then drop it. +Who: Cong Wang diff --cc arch/arm/mach-omap1/board-ams-delta.c index e0e8245,ac65d7d..83eac74 --- a/arch/arm/mach-omap1/board-ams-delta.c +++ b/arch/arm/mach-omap1/board-ams-delta.c @@@ -20,7 -20,7 +20,8 @@@ #include #include #include +#include + #include #include diff --cc arch/arm/mach-omap1/board-fsample.c index 7afaf3c,079292c..80bd43c --- a/arch/arm/mach-omap1/board-fsample.c +++ b/arch/arm/mach-omap1/board-fsample.c @@@ -21,9 -21,7 +21,8 @@@ #include #include #include +#include - #include #include #include #include diff --cc arch/arm/mach-omap1/board-h2.c index af2be8c,03e0050..c306862 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c @@@ -30,10 -30,7 +30,8 @@@ #include #include #include +#include - #include - #include #include #include diff --cc arch/arm/mach-omap1/board-innovator.c index 1d5ab66,74de3e3..6121918 --- a/arch/arm/mach-omap1/board-innovator.c +++ b/arch/arm/mach-omap1/board-innovator.c @@@ -25,9 -25,7 +25,8 @@@ #include #include #include +#include - #include #include #include #include diff --cc arch/arm/mach-omap1/board-nokia770.c index 9b6332a,abdbdb0..fe95ec5 --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c @@@ -30,7 -29,7 +29,6 @@@ #include #include #include - #include "common.h" -#include #include #include #include diff --cc arch/arm/mach-omap1/board-osk.c index ef87465,e2d7ae4..1fe3473 --- a/arch/arm/mach-omap1/board-osk.c +++ b/arch/arm/mach-omap1/board-osk.c @@@ -34,8 -34,6 +34,7 @@@ #include #include #include +#include - #include #include #include diff --cc arch/arm/mach-omap1/board-palmte.c index 612342c,04efa7e..0863d8e --- a/arch/arm/mach-omap1/board-palmte.c +++ b/arch/arm/mach-omap1/board-palmte.c @@@ -27,9 -27,7 +27,8 @@@ #include #include #include +#include - #include #include #include #include diff --cc arch/arm/mach-omap1/board-palmtt.c index b63350b,acd1f36..4ff699c --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c @@@ -24,9 -24,9 +24,10 @@@ #include #include #include +#include + #include + #include - #include #include #include #include diff --cc arch/arm/mach-omap1/board-palmz71.c index 9924c70,c1cd0f2..abcbbd3 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c @@@ -27,9 -27,9 +27,10 @@@ #include #include #include +#include + #include + #include - #include #include #include #include diff --cc arch/arm/mach-omap1/board-perseus2.c index 8e01534,83f5b76..76d4ee0 --- a/arch/arm/mach-omap1/board-perseus2.c +++ b/arch/arm/mach-omap1/board-perseus2.c @@@ -21,9 -21,7 +21,8 @@@ #include #include #include +#include - #include #include #include #include diff --cc arch/arm/mach-omap1/board-sx1.c index 0c76e12,fed4435..f34cb74 --- a/arch/arm/mach-omap1/board-sx1.c +++ b/arch/arm/mach-omap1/board-sx1.c @@@ -27,9 -27,7 +27,8 @@@ #include #include #include +#include - #include #include #include #include diff --cc arch/arm/mach-omap1/devices.c index 187b2fe,d06c714..dcd8ddb --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c @@@ -28,7 -24,12 +24,11 @@@ #include #include #include -#include + #include + #include + + #include "common.h" #include "clock.h" /*-------------------------------------------------------------------------*/ diff --cc arch/arm/mach-omap2/devices.c index 881dab6,71e7df8..e433603 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@@ -25,8 -24,9 +25,8 @@@ #include #include - #include + #include "iomap.h" #include -#include #include #include #include diff --cc arch/arm/mach-omap2/io.c index 2d19efb,0b73d31..cd47a71 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@@ -21,9 -21,9 +21,8 @@@ #include #include #include -#include #include - #include #include diff --cc drivers/input/touchscreen/Kconfig index 97b31a0,b306168..2a21419 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@@ -243,24 -213,9 +243,24 @@@ config TOUCHSCREEN_FUJITS To compile this driver as a module, choose M here: the module will be called fujitsu-ts. +config TOUCHSCREEN_ILI210X + tristate "Ilitek ILI210X based touchscreen" + depends on I2C + help + Say Y here if you have a ILI210X based touchscreen + controller. This driver supports models ILI2102, + ILI2102s, ILI2103, ILI2103s and ILI2105. + Such kind of chipsets can be found in Amazon Kindle Fire + touchscreens. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called ili210x. + config TOUCHSCREEN_S3C2410 tristate "Samsung S3C2410/generic touchscreen input driver" - depends on ARCH_S3C2410 || SAMSUNG_DEV_TS + depends on ARCH_S3C24XX || SAMSUNG_DEV_TS select S3C_ADC help Say Y here if you have the s3c2410 touchscreen. diff --cc drivers/spi/Kconfig index 0b06e36,ac92194..3ed7483 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@@ -285,15 -279,9 +285,15 @@@ config SPI_PXA2X config SPI_PXA2XX_PCI def_bool SPI_PXA2XX && X86_32 && PCI +config SPI_RSPI + tristate "Renesas RSPI controller" + depends on SUPERH + help + SPI driver for Renesas RSPI blocks. + config SPI_S3C24XX tristate "Samsung S3C24XX series SPI" - depends on ARCH_S3C2410 && EXPERIMENTAL + depends on ARCH_S3C24XX && EXPERIMENTAL select SPI_BITBANG help SPI driver for Samsung S3C24XX series ARM SoCs