[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251207124742.96526-1-biju.das.jz@bp.renesas.com>
Date: Sun, 7 Dec 2025 12:47:25 +0000
From: Biju <biju.das.au@...il.com>
To: Alan Stern <stern@...land.harvard.edu>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Philipp Zabel <p.zabel@...gutronix.de>
Cc: Biju Das <biju.das.jz@...renesas.com>,
Claudiu Beznea <claudiu.beznea.uj@...renesas.com>,
linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>,
Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@...renesas.com>,
Biju Das <biju.das.au@...il.com>,
linux-renesas-soc@...r.kernel.org
Subject: [PATCH 0/2] usb: host: Drop resume calls on {e,o}hci_platform_suspend()
From: Biju Das <biju.das.jz@...renesas.com>
As per the suspend_devices_and_enter() [1], if .suspend() fails, it invoke
the .resume() callback. This patch series drops redundant resume() from
{e,o}hci_platform_suspend()
[1]
https://elixir.bootlin.com/linux/v6.18-rc7/source/kernel/power/suspend.c#L519
Biju Das (2):
usb: host: ehci-platform: Drop ehci_resume from
ehci_platform_suspend()
usb: host: ohci-platform: Drop ohci_resume from
ohci_platform_suspend()
drivers/usb/host/ehci-platform.c | 13 +------------
drivers/usb/host/ohci-platform.c | 10 +---------
2 files changed, 2 insertions(+), 21 deletions(-)
--
2.43.0
Powered by blists - more mailing lists