W dniu 05.06.2019 o 16:31, Tomasz Maciej Nowak pisze: > From: Marko Ratkaj <marko.rat...@sartura.hr> > > Cc: Vladimir Vid <vladimir....@sartura.hr> > Signed-off-by: Marko Ratkaj <marko.rat...@sartura.hr> > [added sfp related patches from Russell King] > Signed-off-by: Marek Behún <marek.be...@nic.cz> > [rebase; rework patches; separate and cleanup kernel configs; > add espessobin dts; adjust venom dts] > Signed-off-by: Tomasz Maciej Nowak <tome...@o2.pl> > --- > target/linux/mvebu/Makefile | 1 + > target/linux/mvebu/config-4.19 | 501 ++++++++++++ > .../cortexa53/{config-default => config-4.14} | 0 > target/linux/mvebu/cortexa53/config-4.19 | 114 +++ > .../cortexa72/{config-default => config-4.14} | 0 > target/linux/mvebu/cortexa72/config-4.19 | 122 +++ > .../arm/boot/dts/armada-385-linksys-venom.dts | 213 +++++ > .../marvell/armada-3720-espressobin-emmc.dts | 28 + > .../armada-3720-espressobin-v7-emmc.dts | 43 + > .../marvell/armada-3720-espressobin-v7.dts | 31 + > .../patches-4.19/002-add_powertables.patch | 770 ++++++++++++++++++ > .../patches-4.19/003-add_switch_nodes.patch | 40 + > .../004-add_sata_disk_activity_trigger.patch | 39 + > ...5-linksys_hardcode_nand_ecc_settings.patch | 17 + > ...Mangle-bootloader-s-kernel-arguments.patch | 201 +++++ > .../patches-4.19/100-find_active_root.patch | 60 ++ > .../patches-4.19/102-revert_i2c_delay.patch | 15 + > .../205-armada-385-rd-mtd-partitions.patch | 19 + > .../206-ARM-mvebu-385-ap-Add-partitions.patch | 35 + > .../210-clearfog_switch_node.patch | 21 + > .../220-disable-untested-dsa-boards.patch | 30 + > ...-armada-xp-linksys-mamba-broken-idle.patch | 10 + > .../300-mvneta-tx-queue-workaround.patch | 35 + > ...dicate-failure-to-enter-deeper-sleep.patch | 40 + > ...-pci-mvebu-time-out-reset-on-link-up.patch | 60 ++ > ...-call-mac_config-during-resolve-when.patch | 44 + > ...ink-ensure-inband-AN-works-correctly.patch | 59 ++ > ...etdev-sfp_bus-and-use-for-start-stop.patch | 39 + > ...5-net-phy-marvell10g-add-SFP-support.patch | 155 ++++ > .../406-sfp-add-sfp-compatible.patch | 24 + > ...7-sfp-display-SFP-module-information.patch | 297 +++++++ > .../408-sfp-more-cotsworks-fixes.patch | 44 + > ...da388-clearfog-emmc-on-clearfog-base.patch | 87 ++ > ...rmada388-clearfog-document-MPP-usage.patch | 124 +++ > .../patches-4.19/450-reprobe_sfp_phy.patch | 94 +++ > ...l-armada37xx-Add-emmc-sdio-pinctrl-d.patch | 40 + > ...l-armada-37xx-Enable-emmc-on-espress.patch | 49 ++ > ...ts-marvell-armada37xx-Add-eth0-alias.patch | 20 + > ...da-3720-espressobin-correct-spi-node.patch | 58 ++ > ...l-armada-3720-espressobin-add-ports-.patch | 26 + > ...rdvark-Convert-to-use-pci_host_probe.patch | 44 + > ...-device-to-the-same-MAX-payload-size.patch | 138 ++++ > ...ardvark-disable-LOS-state-by-default.patch | 55 ++ > ...ark-allow-to-specify-link-capability.patch | 43 + > ...-3720-espressobin-set-max-link-to-ge.patch | 73 ++ > 45 files changed, 3958 insertions(+) > create mode 100644 target/linux/mvebu/config-4.19 > rename target/linux/mvebu/cortexa53/{config-default => config-4.14} (100%) > create mode 100644 target/linux/mvebu/cortexa53/config-4.19 > rename target/linux/mvebu/cortexa72/{config-default => config-4.14} (100%) > create mode 100644 target/linux/mvebu/cortexa72/config-4.19 > create mode 100644 > target/linux/mvebu/files-4.19/arch/arm/boot/dts/armada-385-linksys-venom.dts > create mode 100644 > target/linux/mvebu/files-4.19/arch/arm64/boot/dts/marvell/armada-3720-espressobin-emmc.dts > create mode 100644 > target/linux/mvebu/files-4.19/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts > create mode 100644 > target/linux/mvebu/files-4.19/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts > create mode 100644 target/linux/mvebu/patches-4.19/002-add_powertables.patch > create mode 100644 target/linux/mvebu/patches-4.19/003-add_switch_nodes.patch > create mode 100644 > target/linux/mvebu/patches-4.19/004-add_sata_disk_activity_trigger.patch > create mode 100644 > target/linux/mvebu/patches-4.19/005-linksys_hardcode_nand_ecc_settings.patch > create mode 100644 > target/linux/mvebu/patches-4.19/006-mvebu-Mangle-bootloader-s-kernel-arguments.patch > create mode 100644 target/linux/mvebu/patches-4.19/100-find_active_root.patch > create mode 100644 target/linux/mvebu/patches-4.19/102-revert_i2c_delay.patch > create mode 100644 > target/linux/mvebu/patches-4.19/205-armada-385-rd-mtd-partitions.patch > create mode 100644 > target/linux/mvebu/patches-4.19/206-ARM-mvebu-385-ap-Add-partitions.patch > create mode 100644 > target/linux/mvebu/patches-4.19/210-clearfog_switch_node.patch > create mode 100644 > target/linux/mvebu/patches-4.19/220-disable-untested-dsa-boards.patch > create mode 100644 > target/linux/mvebu/patches-4.19/230-armada-xp-linksys-mamba-broken-idle.patch > create mode 100644 > target/linux/mvebu/patches-4.19/300-mvneta-tx-queue-workaround.patch > create mode 100644 > target/linux/mvebu/patches-4.19/400-cpuidle-mvebu-indicate-failure-to-enter-deeper-sleep.patch > create mode 100644 > target/linux/mvebu/patches-4.19/401-pci-mvebu-time-out-reset-on-link-up.patch > create mode 100644 > target/linux/mvebu/patches-4.19/402-net-phylink-only-call-mac_config-during-resolve-when.patch > create mode 100644 > target/linux/mvebu/patches-4.19/403-net-phylink-ensure-inband-AN-works-correctly.patch > create mode 100644 > target/linux/mvebu/patches-4.19/404-sfp-provide-netdev-sfp_bus-and-use-for-start-stop.patch > create mode 100644 > target/linux/mvebu/patches-4.19/405-net-phy-marvell10g-add-SFP-support.patch > create mode 100644 > target/linux/mvebu/patches-4.19/406-sfp-add-sfp-compatible.patch > create mode 100644 > target/linux/mvebu/patches-4.19/407-sfp-display-SFP-module-information.patch > create mode 100644 > target/linux/mvebu/patches-4.19/408-sfp-more-cotsworks-fixes.patch > create mode 100644 > target/linux/mvebu/patches-4.19/412-ARM-dts-armada388-clearfog-emmc-on-clearfog-base.patch > create mode 100644 > target/linux/mvebu/patches-4.19/415-ARM-dts-armada388-clearfog-document-MPP-usage.patch > create mode 100644 target/linux/mvebu/patches-4.19/450-reprobe_sfp_phy.patch > create mode 100644 > target/linux/mvebu/patches-4.19/513-arm64-dts-marvell-armada37xx-Add-emmc-sdio-pinctrl-d.patch > create mode 100644 > target/linux/mvebu/patches-4.19/514-arm64-dts-marvell-armada-37xx-Enable-emmc-on-espress.patch > create mode 100644 > target/linux/mvebu/patches-4.19/520-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch > create mode 100644 > target/linux/mvebu/patches-4.19/521-arm64-dts-armada-3720-espressobin-correct-spi-node.patch > create mode 100644 > target/linux/mvebu/patches-4.19/522-arm64-dts-marvell-armada-3720-espressobin-add-ports-.patch > create mode 100644 > target/linux/mvebu/patches-4.19/523-Revert-PCI-aardvark-Convert-to-use-pci_host_probe.patch > create mode 100644 > target/linux/mvebu/patches-4.19/524-PCI-aardvark-set-host-and-device-to-the-same-MAX-payload-size.patch > create mode 100644 > target/linux/mvebu/patches-4.19/526-PCI-aardvark-disable-LOS-state-by-default.patch > create mode 100644 > target/linux/mvebu/patches-4.19/527-PCI-aardvark-allow-to-specify-link-capability.patch > create mode 100644 > target/linux/mvebu/patches-4.19/528-arm64-dts-armada-3720-espressobin-set-max-link-to-ge.patch
Sorry, this was meant to be sent as v2 of https://patchwork.ozlabs.org/patch/1100700 should mention that, since Marek is occupied now, I'm sending it on his behalf. -- TMN _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel