]> git.ipfire.org Git - thirdparty/openwrt.git/commit
lantiq: move pcie driver from patch to files 24190/head
authorRosen Penev <rosenp@gmail.com>
Sat, 11 Jul 2026 22:24:53 +0000 (15:24 -0700)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Tue, 14 Jul 2026 21:23:32 +0000 (23:23 +0200)
commitc8839a94d730f2118279ea3f424e6f706ae8bbfd
treed6accb571a721c0b653bbd6a9a636484bb9dafc1
parent0745de60f4172a04f32c42021ad509aea591b7dd
lantiq: move pcie driver from patch to files

This driver is quite huge and local only. Never seems to have been
submitted upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/24190
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
16 files changed:
target/linux/lantiq/files/arch/mips/pci/fixup-lantiq-pcie.c [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pci_common.h [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie.c [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie.h [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_ar10.h [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_msi.c [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_phy.c [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_pm.c [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_pm.h [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_reg.h [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_vr9.h [new file with mode: 0644]
target/linux/lantiq/files/arch/mips/pci/pcie-lantiq.h [new file with mode: 0644]
target/linux/lantiq/patches-6.12/001-MIPS-lantiq-add-pcie-driver.patch
target/linux/lantiq/patches-6.12/151-lantiq-ifxmips_pcie-use-of.patch [deleted file]
target/linux/lantiq/patches-6.18/001-MIPS-lantiq-add-pcie-driver.patch
target/linux/lantiq/patches-6.18/151-lantiq-ifxmips_pcie-use-of.patch [deleted file]