[PATCH v2 1/7] staging: mt7621-pci: avoid mapping sysctls registers

2018-11-24 Thread Sergio Paracuellos
The sysctl register are already claimed by palmbus, so pci fails to claim it. The best way to access the sysc registers is to use rt_sysc_[rwm]32(). Fixes: 89e9f6e6adfc: staging: mt7621-pci: remap and use sysctl from device tree Reported-by: NeilBrown Signed-off-by: Sergio Paracuellos ---

[PATCH v2 1/7] staging: mt7621-pci: avoid mapping sysctls registers

2018-11-24 Thread Sergio Paracuellos
The sysctl register are already claimed by palmbus, so pci fails to claim it. The best way to access the sysc registers is to use rt_sysc_[rwm]32(). Fixes: 89e9f6e6adfc: staging: mt7621-pci: remap and use sysctl from device tree Reported-by: NeilBrown Signed-off-by: Sergio Paracuellos ---