aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorThomas Richard <[email protected]>2024-03-04 16:35:45 +0100
committerLinus Walleij <[email protected]>2024-03-28 22:05:31 +0100
commit85dfe458376c01282261bb3555f623f2afb1b203 (patch)
tree2969a690b1959e82379f696e32b8c4f5bf7e9a85 /net/unix/af_unix.c
parentb5658c7ab942cc9c49a164dd8e027096b3e3c0f4 (diff)
pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
The goal is to extend the active period of pinctrl. Some devices may need active pinctrl after suspend() and/or before resume(). So move suspend()/resume() to suspend_noirq()/resume_noirq() in order to have active pinctrl until suspend_noirq() (included), and from resume_noirq() (included). The deprecated API has been removed to use the new one (dev_pm_ops struct). No need to check the pointer returned by dev_get_drvdata(), as platform_set_drvdata() is called during the probe. Reviewed-by: Linus Walleij <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Thomas Richard <[email protected]> Reviewed-by: Tony Lindgren <[email protected]> Reviewed-by: Dhruva Gole <[email protected]> Message-ID: <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions