Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752881AbdCFFsK (ORCPT ); Mon, 6 Mar 2017 00:48:10 -0500 Received: from relmlor3.renesas.com ([210.160.252.173]:13419 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752645AbdCFFrm (ORCPT ); Mon, 6 Mar 2017 00:47:42 -0500 X-IronPort-AV: E=Sophos;i="5.35,251,1483974000"; d="scan'208";a="235812211" From: Yoshihiro Shimoda To: "kishon@ti.com" CC: "linux-kernel@vger.kernel.org" , "linux-renesas-soc@vger.kernel.org" , "stable@vger.kernel.org" Subject: RE: [PATCH] phy: core: fix the condition to enable pm_runtime in phy_create() Thread-Topic: [PATCH] phy: core: fix the condition to enable pm_runtime in phy_create() Thread-Index: AQHSlBJSskfXD8HkdUWYp1LdIej6baGHUVBw Date: Mon, 6 Mar 2017 05:46:52 +0000 Message-ID: References: <1488540814-21232-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> In-Reply-To: <1488540814-21232-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Accept-Language: ja-JP, en-US Content-Language: ja-JP X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: ti.com; dkim=none (message not signed) header.d=none;ti.com; dmarc=none action=none header.from=renesas.com; x-originating-ip: [211.11.155.141] x-ms-office365-filtering-correlation-id: 99bab8ef-7d06-4223-0774-08d464543133 x-ms-office365-filtering-ht: Tenant x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001)(48565401081);SRVR:PS1PR06MB1643; x-microsoft-exchange-diagnostics: 1;PS1PR06MB1643;7:L8PFx8V3iOjDB7B1GIGaabwCeMkQ958AHbBbG2YDFEUP9ueSmshoO9QJDyoYQe8jofMfyvYIVqxGON835NvRUGMEv0O+/g36ICAycRNaRSglzehskhS+1vjv6baB6OOiHwUM8fhbei4/CE6wqp0GHKiRi4n+AK1iUBTbDZrUVmfB9Jpev+aZ1XR9PZwyUFabpJNK4zVgi3CeGRgJMoKBmcfhZF/G02dJPEB7MxJpZmqmrSuXmx/Zr1SImvMAxq8DCswlQoX1toqo7IrXe3OV8mcWJhylTQlUw9kfqTPm8e4EdD5aQ7lk/0aDk1Cqvz0smOeLd1AfXqDvzmHpwMqmYw==;20:BGzYr9dlMFbpzdW/3IUtLEntS0sxZJJy/RHmEnUhOBRUV/rQ4Mg16ZBmdvkG0VlqDH5THQFPHvj1TQfUKqdR+RRx/+O0ZQO/IFiUoJFbUqiJwRJW7u10CN9Q89r7lWbIiN1sbr87sOf3vB/8HvlAluEVbHM50F1+L+xPNECzT/w= x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(9452136761055); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(6040375)(601004)(2401047)(5005006)(8121501046)(3002001)(10201501046)(6055026)(6041248)(20161123560025)(20161123562025)(20161123564025)(20161123555025)(20161123558025)(6072148);SRVR:PS1PR06MB1643;BCL:0;PCL:0;RULEID:;SRVR:PS1PR06MB1643; x-forefront-prvs: 0238AEEDB0 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(7916002)(39850400002)(39860400002)(39450400003)(39410400002)(39840400002)(377454003)(54906002)(53936002)(77096006)(55016002)(9686003)(99286003)(6436002)(76176999)(5640700003)(50986999)(54356999)(6506006)(81166006)(2950100002)(8936002)(6916009)(25786008)(122556002)(86362001)(66066001)(2501003)(92566002)(2900100001)(1730700003)(8676002)(305945005)(33656002)(5660300001)(102836003)(7736002)(6116002)(3846002)(189998001)(74316002)(38730400002)(2906002)(4326008)(3280700002)(2351001)(7696004)(3660700001)(110136004);DIR:OUT;SFP:1102;SCL:1;SRVR:PS1PR06MB1643;H:PS1PR06MB1641.apcprd06.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-OriginatorOrg: renesas.com X-MS-Exchange-CrossTenant-originalarrivaltime: 06 Mar 2017 05:46:52.9040 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 53d82571-da19-47e4-9cb4-625a166a4a2a X-MS-Exchange-Transport-CrossTenantHeadersStamped: PS1PR06MB1643 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v265nsDS010944 Content-Length: 555 Lines: 19 Hi, > From: Yoshihiro Shimoda > Sent: Friday, March 03, 2017 8:33 PM > > This patch fixes an issue that phy_create() never enables the pm_runtime. > And then, we can remove calling the pm_runtime_{en,dis}able from some > phy drivers. > > Fixes: ff764963479a ("drivers: phy: add generic PHY framework") > Cc: stable@vger.kernel.org # v3.13+ > Signed-off-by: Yoshihiro Shimoda I would like to recall this patch because I completely misunderstand this condition. I apologize for that. Best regards, Yoshihiro Shimoda