diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2016-01-01 18:22:31 +0000 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2016-01-01 18:22:31 +0000 |
commit | d9ebd7436512e9cd0aaab50fc40b33d08322bd3b (patch) | |
tree | cdd19210304ddb2ae6eacf47d287d48a57fd3f7b | |
parent | 9e020405e9a640988e96432a0c55c4d25e2dbd2a (diff) | |
download | kernel_replicant_linux-d9ebd7436512e9cd0aaab50fc40b33d08322bd3b.tar.gz kernel_replicant_linux-d9ebd7436512e9cd0aaab50fc40b33d08322bd3b.tar.bz2 kernel_replicant_linux-d9ebd7436512e9cd0aaab50fc40b33d08322bd3b.zip |
[armhf] udeb: Add modular clock, GPIO, PHY and regulator drivers to core-modules (Closes: #809521)
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/installer/armhf/modules/armhf-armmp/core-modules | 42 |
2 files changed, 44 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 76ca7e5da415..f1347f70e247 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ 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 + core-modules (Closes: #809521) [ Salvatore Bonaccorso ] * ovl: fix permission checking for setattr (CVE-2015-8660) diff --git a/debian/installer/armhf/modules/armhf-armmp/core-modules b/debian/installer/armhf/modules/armhf-armmp/core-modules index f05d06298400..0f439dccfe57 100644 --- a/debian/installer/armhf/modules/armhf-armmp/core-modules +++ b/debian/installer/armhf/modules/armhf-armmp/core-modules @@ -1 +1,43 @@ #include <core-modules> + +# Clocks +clk-palmas ? +clk-s2mps11 ? +clk-twl6040 ? + +# GPIO +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 ? +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 ? +axp20x-regulator ? +da9052-regulator ? +gpio-regulator ? +mc13783-regulator ? +mc13892-regulator ? +pbias-regulator ? +pfuze100-regulator ? +s2mpa01 ? +s2mps11 ? +s5m8767 ? +ti-abb-regulator ? +vexpress ? |