Skip to content
  • Magnus Damm's avatar
    PM: Rename device_power_down/up() · e39a71ef
    Magnus Damm authored
    
    
    Rename the functions performing "_noirq" dev_pm_ops
    operations from device_power_down() and device_power_up()
    to device_suspend_noirq() and device_resume_noirq().
    
    The new function names are chosen to show that the functions
    are responsible for calling the _noirq() versions to finalize
    the suspend/resume operation. The current function names do
    not perform power down/up anymore so the names may be misleading.
    
    Global function renames:
    - device_power_down() -> device_suspend_noirq()
    - device_power_up() -> device_resume_noirq()
    
    Static function renames:
    - suspend_device_noirq() -> __device_suspend_noirq()
    - resume_device_noirq() -> __device_resume_noirq()
    
    Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
    Acked-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    Acked-by: default avatarLen Brown <lenb@kernel.org>
    Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
    e39a71ef