From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DBAEC433E1 for ; Mon, 20 Jul 2020 06:34:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5974E22B4D for ; Mon, 20 Jul 2020 06:34:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595226842; bh=ZwOeL3EPgtxnw9BleSgHpslrspXGbH6eZ9G5FUI9tNI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=EyEkImYJxOA/qtdQcnlyP4cRVKNXwSjC8RLPJH+Gn+y6fLT61a4+WPMDndv/qPqfd 0ae5TH5J+nbfJHeCgt4bwFH2NDp9JDMQTMOw+uJactSz9RNre8watWa1W4AqbnenJ6 QZul6F3jvOeybPyZZUOUrSyH0a0NtuNnq57OIz/A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726867AbgGTGeB (ORCPT ); Mon, 20 Jul 2020 02:34:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:50440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725805AbgGTGeA (ORCPT ); Mon, 20 Jul 2020 02:34:00 -0400 Received: from localhost (unknown [122.171.202.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7D6FE21775; Mon, 20 Jul 2020 06:33:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595226840; bh=ZwOeL3EPgtxnw9BleSgHpslrspXGbH6eZ9G5FUI9tNI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uLi390TykNl3+X/IzwX6uYWWyFfmdB/yK++H3Yb8EF2QDrxBB8NxGJRddyZrHve3U W4S/i4ojU6STz9UX2p2HufluJHs6oQCjowBhfLO28jAm6CGtOES1/bnigmZaRg+JUo XALHEvdS+mgaApCcPDcaYbh5Hi/JeKWXDKQlso+s= Date: Mon, 20 Jul 2020 12:03:56 +0530 From: Vinod Koul To: Yoshihiro Shimoda Cc: kishon@ti.com, wsa+renesas@sang-engineering.com, geert+renesas@glider.be, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/2] phy: renesas: rcar-gen3-usb2: fix an issue and minor update Message-ID: <20200720063356.GD12965@vkoul-mobl> References: <1594986297-12434-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1594986297-12434-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17-07-20, 20:44, Yoshihiro Shimoda wrote: > 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. Applied, thanks -- ~Vinod