diff --git a/debian/changelog b/debian/changelog index 7bee8c095..b42dbd88d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ linux (4.15~rc5-1~exp1) UNRELEASED; urgency=medium * New upstream release candidate + [ Riku Voipio ] + * [arm64] udeb: add multifunction devices + * [arm64] udeb: add mvebu comphy for armada 8K + [ Ben Hutchings ] * aufs: Update support patchset to aufs4.x-rcN-20171218 * lockdown: Update patchset to 2017-11-10 version diff --git a/debian/installer/arm64/modules/arm64/kernel-image b/debian/installer/arm64/modules/arm64/kernel-image index d1fb5e8ac..415e620ee 100644 --- a/debian/installer/arm64/modules/arm64/kernel-image +++ b/debian/installer/arm64/modules/arm64/kernel-image @@ -1,8 +1,14 @@ #include +# Multifunction devices +drivers/mfd/** + # Regulators drivers/regulator/** +# NIC,sata, and USB on Armada 8K +phy-mvebu-cp110-comphy ? + # SoC modules drivers/soc/**