2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-01 10:13:58 +08:00
linux-next/drivers/staging/mt7621-pci
Sergio Paracuellos 7c106cbb2b staging: mt7621-pci: use PCI definitions instead of hardcode values
Seting up ports to enable PCI_COMMAND_MASTER is using '0x4' as a
hardcore value and '0x4' also for PCI_COMMAND register instead
of use definitions from linux pci system headers. Replace both.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-01-15 16:08:36 +01:00
..
Kconfig staging: mt7621-pci: use generic kernel pci subsystem read and write 2018-08-08 14:08:40 +02:00
Makefile
mediatek,mt7621-pci.txt staging: mt7621-pci: dt-bindings: update bindings doc removing sysctls registers 2018-11-26 20:59:05 +01:00
pci-mt7621.c staging: mt7621-pci: use PCI definitions instead of hardcode values 2019-01-15 16:08:36 +01:00
TODO