mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-04 04:23:47 +00:00
This branch contains mostly additions and changes to platform enablement
and SoC-level drivers. Since there's sometimes a dependency on device-tree
changes, there's also a fair amount of those in this branch.
Pieces worth mentioning are:
- Mbus driver for Marvell platforms, allowing kernel configuration
and resource allocation of on-chip peripherals.
- Enablement of the mbus infrastructure from Marvell PCI-e drivers.
- Preparation of MSI support for Marvell platforms.
- Addition of new PCI-e host controller driver for Tegra platforms
- Some churn caused by sharing of macro names between i.MX 6Q and 6DL
platforms in the device tree sources and header files.
- Various suspend/PM updates for Tegra, including LP1 support.
- Versatile Express support for MCPM, part of big little support.
- Allwinner platform support for A20 and A31 SoCs (dual and quad Cortex-A7)
- OMAP2+ support for DRA7, a new Cortex-A15-based SoC.
The code that touches other architectures are patches moving
MSI arch-specific functions over to weak symbols and removal of
ARCH_SUPPORTS_MSI, acked by PCI maintainers.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAABAgAGBQJSKhYmAAoJEIwa5zzehBx322AP/1ONYs8o8f7/Gzq6lZvTN6T3
0pBTApg6Jfioi3lwKvUAEIcsW82YKQ+UZkbW66GQH6+Ri4aZJKZHuz0+JPU67OJ4
LtSLuzVWrymy2VOOUvAnS/SXkOZw/pHhU4cLNHn1dMndhUL1Uqp9/XwuiHEQyFsP
uOkpcBtIu0EWElov0PKKZ5SWBg8JJs2vy5ydiViGelWHCrZvDDZkWzIsDcBQxJLQ
juzT4+JE+KOu7vKmfw78o6iHoCS2TBRAN9YUCajRb8Wl+out1hrTahHnDWaZ5Mce
EskcQNkJROqFbjD4k3ABN4XGTv2VDmrztIwFe0SEQ7Dz/9ypCrBGT69uI9xIqTXr
GwVRIwAUFTpMupK0gy93z1ajV3N0CXV79out9+jQNUQybYE+czp8QOyhmuc1tZx0
8fn9jlBQe9Vy6yrs39gEcE7nUwrayeyQ+6UvqqwsE2pWZabNAnCMSPX5+QIu+T/3
tQ7+jYmfFeserp1sIDOHOnxfhtW9EI6U9d1h/DUCwrsuFdkL9ha4M/vh9Pwgye98
tBdz0T4yE39AJQwwFWRkv1jcQKcGu6WqJanmvS4KRBksGwuLWxy+ewOnkz2ifS25
ZYSyxAryZRBvQRqlOK11rXPfRcbGcY0MG9lkKX96rGcyWEizgE1DdjxXD8HoIleN
R8heV6GX5OzlFLGX2tKK
=fJ5x
-----END PGP SIGNATURE-----
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC platform changes from Olof Johansson:
"This branch contains mostly additions and changes to platform
enablement and SoC-level drivers. Since there's sometimes a
dependency on device-tree changes, there's also a fair amount of
those in this branch.
Pieces worth mentioning are:
- Mbus driver for Marvell platforms, allowing kernel configuration
and resource allocation of on-chip peripherals.
- Enablement of the mbus infrastructure from Marvell PCI-e drivers.
- Preparation of MSI support for Marvell platforms.
- Addition of new PCI-e host controller driver for Tegra platforms
- Some churn caused by sharing of macro names between i.MX 6Q and 6DL
platforms in the device tree sources and header files.
- Various suspend/PM updates for Tegra, including LP1 support.
- Versatile Express support for MCPM, part of big little support.
- Allwinner platform support for A20 and A31 SoCs (dual and quad
Cortex-A7)
- OMAP2+ support for DRA7, a new Cortex-A15-based SoC.
The code that touches other architectures are patches moving MSI
arch-specific functions over to weak symbols and removal of
ARCH_SUPPORTS_MSI, acked by PCI maintainers"
* tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (266 commits)
tegra-cpuidle: provide stub when !CONFIG_CPU_IDLE
PCI: tegra: replace devm_request_and_ioremap by devm_ioremap_resource
ARM: tegra: Drop ARCH_SUPPORTS_MSI and sort list
ARM: dts: vf610-twr: enable i2c0 device
ARM: dts: i.MX51: Add one more I2C2 pinmux entry
ARM: dts: i.MX51: Move pins configuration under "iomuxc" label
ARM: dtsi: imx6qdl-sabresd: Add USB OTG vbus pin to pinctrl_hog
ARM: dtsi: imx6qdl-sabresd: Add USB host 1 VBUS regulator
ARM: dts: imx27-phytec-phycore-som: Enable AUDMUX
ARM: dts: i.MX27: Disable AUDMUX in the template
ARM: dts: wandboard: Add support for SDIO bcm4329
ARM: i.MX5 clocks: Remove optional clock setup (CKIH1) from i.MX51 template
ARM: dts: imx53-qsb: Make USBH1 functional
ARM i.MX6Q: dts: Enable I2C1 with EEPROM and PMIC on Phytec phyFLEX-i.MX6 Ouad module
ARM i.MX6Q: dts: Enable SPI NOR flash on Phytec phyFLEX-i.MX6 Ouad module
ARM: dts: imx6qdl-sabresd: Add touchscreen support
ARM: imx: add ocram clock for imx53
ARM: dts: imx: ocram size is different between imx6q and imx6dl
ARM: dts: imx27-phytec-phycore-som: Fix regulator settings
ARM: dts: i.MX27: Remove clock name from CPU node
...
|
||
|---|---|---|
| .. | ||
| include/mach | ||
| at91_aic.h | ||
| at91_rstc.h | ||
| at91_shdwc.h | ||
| at91_tc.h | ||
| at91rm9200_devices.c | ||
| at91rm9200_time.c | ||
| at91rm9200.c | ||
| at91sam9_alt_reset.S | ||
| at91sam9g45_devices.c | ||
| at91sam9g45_reset.S | ||
| at91sam9g45.c | ||
| at91sam9n12.c | ||
| at91sam9rl_devices.c | ||
| at91sam9rl.c | ||
| at91sam9x5.c | ||
| at91sam926x_time.c | ||
| at91sam9260_devices.c | ||
| at91sam9260.c | ||
| at91sam9261_devices.c | ||
| at91sam9261.c | ||
| at91sam9263_devices.c | ||
| at91sam9263.c | ||
| at91x40_time.c | ||
| at91x40.c | ||
| board-1arm.c | ||
| board-afeb-9260v1.c | ||
| board-cam60.c | ||
| board-carmeva.c | ||
| board-cpu9krea.c | ||
| board-cpuat91.c | ||
| board-csb337.c | ||
| board-csb637.c | ||
| board-dt-rm9200.c | ||
| board-dt-sam9.c | ||
| board-dt-sama5.c | ||
| board-eb01.c | ||
| board-eb9200.c | ||
| board-ecbat91.c | ||
| board-eco920.c | ||
| board-flexibity.c | ||
| board-foxg20.c | ||
| board-gsia18s.c | ||
| board-kafa.c | ||
| board-kb9202.c | ||
| board-pcontrol-g20.c | ||
| board-picotux200.c | ||
| board-qil-a9260.c | ||
| board-rm9200ek.c | ||
| board-rsi-ews.c | ||
| board-sam9-l9260.c | ||
| board-sam9g20ek.c | ||
| board-sam9m10g45ek.c | ||
| board-sam9rlek.c | ||
| board-sam9260ek.c | ||
| board-sam9261ek.c | ||
| board-sam9263ek.c | ||
| board-snapper9260.c | ||
| board-stamp9g20.c | ||
| board-yl-9200.c | ||
| board.h | ||
| clock.c | ||
| clock.h | ||
| cpuidle.c | ||
| generic.h | ||
| gpio.c | ||
| gsia18s.h | ||
| irq.c | ||
| Kconfig | ||
| Kconfig.non_dt | ||
| leds.c | ||
| Makefile | ||
| Makefile.boot | ||
| pm_slowclock.S | ||
| pm.c | ||
| pm.h | ||
| sam9_smc.c | ||
| sam9_smc.h | ||
| sama5d3.c | ||
| setup.c | ||
| soc.h | ||
| stamp9g20.h | ||