linux/drivers/staging/mt7621-pci
Sergio Paracuellos 2f5496d878 staging: mt7621-pci: avoid using clk_* operations
There is no clock driver for ralink mips and clk_enable
are no-ops for this architecture. This has been also tested
without using clocks and seems to work so avoid to use them
in this driver.

Fixes: ad9c87e129: "staging: mt7621-pci: parse and init
port data from device tree"
Reported-by: NeilBrown <neil@brown.name>

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Tested-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-26 20:59:05 +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: avoid using clk_* operations 2018-11-26 20:59:05 +01:00
TODO