aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2016-01-02 16:44:57 +0000
committerBen Hutchings <ben@decadent.org.uk>2016-01-02 16:44:57 +0000
commit1309260f3068939c134cf91160346dbbc7d0df03 (patch)
treebf2355cd749641c96a5f3ac1a7befcd2ceea927b
parent0a702d57f3e48810d4f0d0032f7418dcad892d0d (diff)
downloadkernel_replicant_linux-1309260f3068939c134cf91160346dbbc7d0df03.tar.gz
kernel_replicant_linux-1309260f3068939c134cf91160346dbbc7d0df03.tar.bz2
kernel_replicant_linux-1309260f3068939c134cf91160346dbbc7d0df03.zip
udeb: Add USB PHY drivers to usb-modules and delete duplicates in core-modules
This leaves only PCIe PHYs in core-modules.
-rw-r--r--debian/changelog3
-rw-r--r--debian/installer/armhf/modules/armhf-armmp/core-modules15
-rw-r--r--debian/installer/armhf/modules/armhf-armmp/sata-modules2
-rw-r--r--debian/installer/armhf/modules/armhf-armmp/usb-modules15
4 files changed, 18 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog
index 1941b16e151a..2d9f0bb47213 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ linux (4.3.3-3) UNRELEASED; urgency=medium
* ptrace: being capable wrt a process requires mapped uids/gids
(CVE-2015-8709)
* KEYS: Fix race between read and revoke (CVE-2015-7550)
- * [armhf] udeb: Add modular clock, GPIO, PHY and regulator drivers to
+ * [armhf] udeb: Add modular clock, GPIO, PCIe PHY and regulator drivers to
core-modules (Closes: #809521)
+ * [armhf] udeb: Add more USB PHY drivers to usb-modules
* drm/nouveau/pmu: do not assume a PMU is present (Closes: #809481)
* [x86] drm/i915: Don't compare has_drrs strictly in pipe config
(Closes: #808720)
diff --git a/debian/installer/armhf/modules/armhf-armmp/core-modules b/debian/installer/armhf/modules/armhf-armmp/core-modules
index 0f439dccfe57..4d0f6014625a 100644
--- a/debian/installer/armhf/modules/armhf-armmp/core-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/core-modules
@@ -10,22 +10,9 @@ gpio-da9052 ?
gpio-pca953x ?
gpio-viperboard ?
-# PHY
-phy-am335x ?
-phy-am335x-control ?
-phy-exynos-usb2 ?
-phy-exynos5-usbdrd ?
-phy-exynos5250-sata ?
-phy-generic ?
-phy-mxs-usb ?
+# PCIe PHYs
phy-omap-control ?
-phy-omap-usb2k ?
-phy-sun4i-usb ?
-phy-sun9i-usb ?
-phy-tegra-usb ?
phy-ti-pipe3 ?
-phy-twl4030-usb ?
-phy-twl6030-usb ?
# Regulators
anatop-regulator ?
diff --git a/debian/installer/armhf/modules/armhf-armmp/sata-modules b/debian/installer/armhf/modules/armhf-armmp/sata-modules
index 2adb57f8921d..70d5e3674f66 100644
--- a/debian/installer/armhf/modules/armhf-armmp/sata-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/sata-modules
@@ -4,4 +4,6 @@ ahci_imx
ahci_sunxi
ahci_tegra
sata_highbank
+
+# SATA PHYs
phy-exynos5250-sata
diff --git a/debian/installer/armhf/modules/armhf-armmp/usb-modules b/debian/installer/armhf/modules/armhf-armmp/usb-modules
index c16fab6935e9..0be12dd08a00 100644
--- a/debian/installer/armhf/modules/armhf-armmp/usb-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/usb-modules
@@ -8,7 +8,18 @@ ehci-exynos
ehci-omap
ehci-orion
ehci-tegra
-phy-exynos-usb2
-phy-omap-usb2
ci_hdrc_imx
+
+# USB PHYs
+phy-am335x ?
+phy-am335x-control ?
+phy-exynos-usb2
+phy-exynos5-usbdrd ?
+phy-generic ?
phy-mxs-usb
+phy-omap-usb2
+phy-sun4i-usb ?
+phy-sun9i-usb ?
+phy-tegra-usb ?
+phy-twl4030-usb ?
+phy-twl6030-usb ?