You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 81424d0 ("MIPS: ath79: Use the reset controller to restart
OF machines") removed setup of _machine_restart on OF machines to use
reset handler in reset controller driver.
While removing remnants of non-OF machines in commit 3a77e0d
("MIPS: ath79: drop machfiles"), this was introduced again, making it
impossible to use additional restart handlers registered through device
tree. Drop setting _machine_restart altogether, and ath79_restart
function, which is no longer used after this.
Fixes: 3a77e0d ("MIPS: ath79: drop machfiles")
Cc: John Crispin <[email protected]>
Cc: Florian Fainelli <[email protected]>
Signed-off-by: Lech Perczak <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
0 commit comments