All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] phy: renesas: rcar-gen3-usb2: fix an issue and minor update
@ 2020-07-17 11:44 Yoshihiro Shimoda
  2020-07-17 11:44 ` [PATCH v3 1/2] phy: renesas: rcar-gen3-usb2: move irq registration to init Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2020-07-17 11:44 UTC (permalink / raw)
  To: kishon, vkoul
  Cc: wsa+renesas, geert+renesas, linux-renesas-soc, linux-kernel,
	Yoshihiro Shimoda

The patch 1 can fix an issue which SError happen if CONFIG_DEBUG_SHIRQ
is enabled.
The patch 2 is a incremental patch from patch 1. It's better to avoid
unexpected behaviors if request_irq() failed.

 Changes from v2:
 - [update] Minor fixes in patch 1.
 - [new] Exit if request_irq() failed in patch 2.
 https://patchwork.kernel.org/patch/11659547/

 Changes from v1:
 - Move the irq registration to rcar_gen3_phy_usb2_init() instead of
   add a condition into the irq handler.
 https://patchwork.kernel.org/patch/11654097/


Yoshihiro Shimoda (2):
  phy: renesas: rcar-gen3-usb2: move irq registration to init
  phy: renesas: rcar-gen3-usb2: exit if request_irq() failed

 drivers/phy/renesas/phy-rcar-gen3-usb2.c | 63 ++++++++++++++++++--------------
 1 file changed, 35 insertions(+), 28 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-22  8:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-17 11:44 [PATCH v3 0/2] phy: renesas: rcar-gen3-usb2: fix an issue and minor update Yoshihiro Shimoda
2020-07-17 11:44 ` [PATCH v3 1/2] phy: renesas: rcar-gen3-usb2: move irq registration to init Yoshihiro Shimoda
2020-07-22  8:27   ` Wolfram Sang
2020-07-17 11:44 ` [PATCH v3 2/2] phy: renesas: rcar-gen3-usb2: exit if request_irq() failed Yoshihiro Shimoda
2020-07-22  8:28   ` Wolfram Sang
2020-07-20  6:33 ` [PATCH v3 0/2] phy: renesas: rcar-gen3-usb2: fix an issue and minor update Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.