Home
last modified time | relevance | path

Searched hist:b3db66f624468ab4a0385586bc7f4221e477d6b2 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/phy/xilinx/
H A Dphy-zynqmp.cdiff b3db66f624468ab4a0385586bc7f4221e477d6b2 Tue Jun 13 16:02:49 CEST 2023 Piyush Mehta <piyush.mehta@amd.com> 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>