[armhf] Backport sunxi AHCI and GMAC drivers from v3.15-rc1

svn path=/dists/trunk/linux/; revision=21258
This commit is contained in:
Ian Campbell 2014-04-21 15:52:21 +00:00
parent 7050896aac
commit 5c8f84221c
6 changed files with 2557 additions and 0 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ linux (3.14.1-1~exp2) UNRELEASED; urgency=medium
[ Ian Campbell ]
* [armhf] Drop suffix from kernel udeb.
* [armhf] Backport sunxi AHCI and GMAC drivers from v3.15-rc1
[ Ben Hutchings ]
* [x86] Enable X86_INTEL_LPSS (Closes: #745331)

View File

@ -118,6 +118,7 @@ CONFIG_OMAP_PM_NOOP=y
##
CONFIG_SATA_AHCI_PLATFORM=m
CONFIG_AHCI_IMX=m
CONFIG_AHCI_SUNXI=m
CONFIG_SATA_HIGHBANK=m
CONFIG_PATA_IMX=m
CONFIG_PATA_PLATFORM=m
@ -431,6 +432,11 @@ CONFIG_SMC91X=m
CONFIG_SMC911X=m
CONFIG_SMSC911X=m
##
## file: drivers/net/ethernet/stmicro/stmmac/Kconfig
##
CONFIG_STMMAC_ETH=m
##
## file: drivers/net/ethernet/ti/Kconfig
##

View File

@ -2,5 +2,6 @@
mvneta
mvmdio
smsc911x
stmmac
sun4i-emac
xgmac

View File

@ -1,5 +1,6 @@
#include <sata-modules>
ahci_platform
ahci_imx
ahci_sunxi
sata_highbank

File diff suppressed because it is too large Load Diff

View File

@ -73,3 +73,4 @@ features/all/mvsas-Recognise-device-subsystem-9485-9485-as-88SE94.patch
bugfix/arm/bfa-Replace-large-udelay-with-mdelay.patch
features/all/support-Thinkpad-X1-Carbon-2nd-generation-s-adaptive.patch
features/all/save-and-restore-adaptive-keyboard-mode-for-suspend-.patch
features/all/ARM-sunxi-ahci-and-gmac.patch