]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
ravb: Remove obsolete explicit clock handling for WoL
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 12 Feb 2018 13:40:00 +0000 (14:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2018 16:45:59 +0000 (11:45 -0500)
commitdd62c236c0fe1166d037485494ec5ff6545480eb
tree1ba1361cd6f10b2613f467cc883c5c2766a0b6b6
parent18a5b052bb1ae77453c5e50fffe3470ced9ed82f
ravb: Remove obsolete explicit clock handling for WoL

Currently, if Wake-on-LAN is enabled, the EtherAVB device's module clock
is manually kept running during system suspend, to make sure the device
stays active.

Since commit 91c719f5ec6671f7 ("soc: renesas: rcar-sysc: Keep wakeup
sources active during system suspend") , this workaround is no longer
needed.  Hence remove all explicit clock handling to keep the device
active.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/ravb_main.c