forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/g…
…it/soc/soc Pull ARM SoC platform updates from Arnd Bergmann: "The main change this time around is a cleanup of some of the oldest platforms based on the XScale and ARM9 CPU cores, which are between 10 and 20 years old. The Kendin/Micrel/Microchip KS8695, Winbond/Nuvoton W90x900 and Intel IOP33x/IOP13xx platforms are removed after we determined that nobody is using them any more. The TI Davinci and NXP LPC32xx platforms on the other hand are still in active use and are converted to the ARCH_MULTIPLATFORM build, meaning that we can compile a kernel that works on these along with most other ARMv5 platforms. Changes toward that goal are also merged for IOP32x, but additional work is needed to complete this. Patches for the remaining ARMv5 platforms have started but need more work and some testing. Support for the new ASpeed AST2600 gets added, this is based on the Cortex-A7 ARMv7 core, and is a newer version of the existing ARMv5 and ARMv6 chips in the same family. Other changes include a cleanup of the ST-Ericsson ux500 platform and the move of the TI Davinci platform to a new clocksource driver" [ The changes had marked INTEL_IOP_ADMA and USB_LPC32XX as being buildable on other platforms through COMPILE_TEST, but that causes new warnings that I most definitely do not want to see during the merge window as that could hide other issues. So the COMPILE_TEST option got disabled for them again - Linus ] * tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (61 commits) ARM: multi_v5_defconfig: make DaVinci part of the ARM v5 multiplatform build ARM: davinci: support multiplatform build for ARM v5 arm64: exynos: Enable exynos-chipid driver ARM: OMAP2+: Delete an unnecessary kfree() call in omap_hsmmc_pdata_init() ARM: OMAP2+: move platform-specific asm-offset.h to arch/arm/mach-omap2 ARM: davinci: dm646x: Fix a typo in the comment ARM: davinci: dm646x: switch to using the clocksource driver ARM: davinci: dm644x: switch to using the clocksource driver ARM: aspeed: Enable SMP boot ARM: aspeed: Add ASPEED AST2600 architecture ARM: aspeed: Select timer in each SoC dt-bindings: arm: cpus: Add ASPEED SMP ARM: imx: stop adjusting ar8031 phy tx delay mailmap: map old company name to new one @microchip.com MAINTAINERS: at91: remove the TC entry MAINTAINERS: at91: Collect all pinctrl/gpio drivers in same entry ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91 MAINTAINERS: Extend patterns for Samsung SoC, Security Subsystem and clock drivers ARM: s3c64xx: squash samsung_usb_phy.h into setup-usb-phy.c ARM: debug-ll: Add support for r7s9210 ...
- Loading branch information
Showing
238 changed files
with
602 additions
and
12,476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,6 +178,7 @@ Morten Welinder <[email protected]> | |
Morten Welinder <[email protected]> | ||
Mythri P K <[email protected]> | ||
Nguyen Anh Quynh <[email protected]> | ||
Nicolas Ferre <[email protected]> <[email protected]> | ||
Nicolas Pitre <[email protected]> <[email protected]> | ||
Nicolas Pitre <[email protected]> <[email protected]> | ||
Paolo 'Blaisorblade' Giarrusso <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1740,20 +1740,11 @@ L: [email protected] (moderated for non-subscribers) | |
S: Maintained | ||
F: arch/arm/mach-pxa/colibri-pxa270-income.c | ||
|
||
ARM/INTEL IOP13XX ARM ARCHITECTURE | ||
M: Lennert Buytenhek <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
||
ARM/INTEL IOP32X ARM ARCHITECTURE | ||
M: Lennert Buytenhek <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
||
ARM/INTEL IOP33X ARM ARCHITECTURE | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Orphan | ||
|
||
ARM/INTEL IQ81342EX MACHINE SUPPORT | ||
M: Lennert Buytenhek <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -1912,12 +1903,6 @@ S: Maintained | |
F: drivers/phy/mediatek/ | ||
F: Documentation/devicetree/bindings/phy/phy-mtk-* | ||
|
||
ARM/MICREL KS8695 ARCHITECTURE | ||
M: Greg Ungerer <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
F: arch/arm/mach-ks8695/ | ||
S: Odd Fixes | ||
|
||
ARM/Microchip (AT91) SoC support | ||
M: Nicolas Ferre <[email protected]> | ||
M: Alexandre Belloni <[email protected]> | ||
|
@@ -1959,6 +1944,7 @@ F: Documentation/devicetree/bindings/i2c/i2c-stu300.txt | |
F: arch/arm/mach-nomadik/ | ||
F: arch/arm/mach-u300/ | ||
F: arch/arm/mach-ux500/ | ||
F: drivers/soc/ux500/ | ||
F: arch/arm/boot/dts/ste-* | ||
F: drivers/clk/clk-nomadik.c | ||
F: drivers/clk/clk-u300.c | ||
|
@@ -2002,22 +1988,6 @@ F: drivers/*/*npcm* | |
F: Documentation/devicetree/bindings/*/*npcm* | ||
F: Documentation/devicetree/bindings/*/*/*npcm* | ||
|
||
ARM/NUVOTON W90X900 ARM ARCHITECTURE | ||
M: Wan ZongShun <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://www.mcuos.com | ||
S: Maintained | ||
F: arch/arm/mach-w90x900/ | ||
F: drivers/input/keyboard/w90p910_keypad.c | ||
F: drivers/input/touchscreen/w90p910_ts.c | ||
F: drivers/watchdog/nuc900_wdt.c | ||
F: drivers/net/ethernet/nuvoton/w90p910_ether.c | ||
F: drivers/mtd/nand/raw/nuc900_nand.c | ||
F: drivers/rtc/rtc-nuc900.c | ||
F: drivers/spi/spi-nuc900.c | ||
F: drivers/usb/host/ehci-w90x900.c | ||
F: drivers/video/fbdev/nuc900fb.c | ||
|
||
ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT | ||
L: [email protected] (subscribers-only) | ||
W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | ||
|
@@ -2210,8 +2180,9 @@ F: drivers/*/*s3c24* | |
F: drivers/*/*/*s3c24* | ||
F: drivers/*/*s3c64xx* | ||
F: drivers/*/*s5pv210* | ||
F: drivers/memory/samsung/* | ||
F: drivers/soc/samsung/* | ||
F: drivers/memory/samsung/ | ||
F: drivers/soc/samsung/ | ||
F: include/linux/soc/samsung/ | ||
F: Documentation/arm/samsung/ | ||
F: Documentation/devicetree/bindings/arm/samsung/ | ||
F: Documentation/devicetree/bindings/sram/samsung-sram.txt | ||
|
@@ -10628,12 +10599,6 @@ M: Nicolas Ferre <[email protected]> | |
S: Supported | ||
F: drivers/power/reset/at91-sama5d2_shdwc.c | ||
|
||
MICROCHIP SAMA5D2-COMPATIBLE PIOBU GPIO | ||
M: Andrei Stefanescu <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
F: drivers/gpio/gpio-sama5d2-piobu.c | ||
|
||
MICROCHIP SPI DRIVER | ||
M: Nicolas Ferre <[email protected]> | ||
S: Supported | ||
|
@@ -10646,13 +10611,6 @@ S: Supported | |
F: drivers/misc/atmel-ssc.c | ||
F: include/linux/atmel-ssc.h | ||
|
||
MICROCHIP TIMER COUNTER (TC) AND CLOCKSOURCE DRIVERS | ||
M: Nicolas Ferre <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
F: drivers/misc/atmel_tclib.c | ||
F: drivers/clocksource/tcb_clksrc.c | ||
|
||
MICROCHIP USBA UDC DRIVER | ||
M: Cristian Birsan <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -12694,6 +12652,7 @@ L: [email protected] (moderated for non-subscribers) | |
L: [email protected] | ||
S: Supported | ||
F: drivers/pinctrl/pinctrl-at91* | ||
F: drivers/gpio/gpio-sama5d2-piobu.c | ||
|
||
PIN CONTROLLER - FREESCALE | ||
M: Dong Aisheng <[email protected]> | ||
|
@@ -14127,6 +14086,8 @@ M: Kamil Konieczny <[email protected]> | |
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/crypto/samsung-slimsss.txt | ||
F: Documentation/devicetree/bindings/crypto/samsung-sss.txt | ||
F: drivers/crypto/s5p-sss.c | ||
|
||
SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS | ||
|
@@ -14147,6 +14108,8 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git | |
F: drivers/clk/samsung/ | ||
F: include/dt-bindings/clock/exynos*.h | ||
F: Documentation/devicetree/bindings/clock/exynos*.txt | ||
F: Documentation/devicetree/bindings/clock/samsung,s3c* | ||
F: Documentation/devicetree/bindings/clock/samsung,s5p* | ||
|
||
SAMSUNG SPI DRIVERS | ||
M: Kukjin Kim <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.