diff options
author | Piyush Mehta <piyush.mehta@amd.com> | 2023-06-13 19:32:49 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-07-12 22:27:42 +0530 |
commit | b3db66f624468ab4a0385586bc7f4221e477d6b2 (patch) | |
tree | 4e5bc41bc3176a047ae266b07548c74e435f3f95 /scripts/gdb/linux/modules.py | |
parent | bd36b1ba2010714b5f1e77e6648973392939e1d6 (diff) |
phy: xilinx: add runtime PM support
Added Runtime power management support to the xilinx phy driver and using
DEFINE_RUNTIME_DEV_PM_OPS new macros allows the compiler to remove the
unused dev_pm_ops structure and related functions if !CONFIG_PM without
the need to mark the functions __maybe_unused.
Signed-off-by: Piyush Mehta <piyush.mehta@amd.com>
Link: https://lore.kernel.org/r/20230613140250.3018947-2-piyush.mehta@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions