]> git.itanic.dy.fi Git - linux-stable/commit
mips: ralink: remove reset related code
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 19 Jun 2023 04:09:39 +0000 (06:09 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 21 Jun 2023 12:50:23 +0000 (14:50 +0200)
commit201ddc05777cd8e084b508bcdda22214bfe2895e
tree4a0799b994e622902699b0f5a05e530cbe66861b
parent04b153abdfcbaba70ceef5a846067d4447fd0078
mips: ralink: remove reset related code

A proper clock driver for ralink SoCs has been added. This driver is also
a reset provider for the SoC. Hence there is no need to have reset related
code in 'arch/mips/ralink' folder anymore. The only code that remains is
the one related with mips_reboot_setup where a PCI reset is performed.
We maintain this because I cannot test old ralink board with PCI to be
sure all works if we remove also this code.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/ralink/common.h
arch/mips/ralink/of.c
arch/mips/ralink/reset.c