rtase: Implement pci_driver suspend and resume function
authorJustin Lai <justinlai0215@realtek.com>
Wed, 4 Sep 2024 03:21:10 +0000 (11:21 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 6 Sep 2024 05:02:38 +0000 (22:02 -0700)
commita25a0b070c5160b44707fa1dfbf32d3d84e4224f
tree8686510fb9d5e25acad7a01b3149a1baaf1120b8
parent0796004899601249e26c3fa474e7c248e4d2568f
rtase: Implement pci_driver suspend and resume function

Implement the pci_driver suspend function to enable the device
to sleep, and implement the resume function to enable the device
to resume operation.

Signed-off-by: Justin Lai <justinlai0215@realtek.com>
Link: https://patch.msgid.link/20240904032114.247117-10-justinlai0215@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/rtase/rtase_main.c