Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757283AbcCCJXa (ORCPT ); Thu, 3 Mar 2016 04:23:30 -0500 Received: from relmlor3.renesas.com ([210.160.252.173]:64603 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754693AbcCCJX1 (ORCPT ); Thu, 3 Mar 2016 04:23:27 -0500 X-IronPort-AV: E=Sophos;i="5.22,531,1449500400"; d="scan'208";a="206907937" From: Yoshihiro Shimoda To: Simon Horman CC: Kishon Vijay Abraham I , Magnus Damm , "linux-kernel@vger.kernel.org" , "linux-renesas-soc@vger.kernel.org" , "devicetree@vger.kernel.org" , Geert Uytterhoeven Subject: RE: [PATCH v2 2/2] phy: rcar-gen3-usb2: add fallback binding Thread-Topic: [PATCH v2 2/2] phy: rcar-gen3-usb2: add fallback binding Thread-Index: AQHRdOUzZmsnWfzdAUuCbctigNaEDZ9HXz0AgAATXfA= Date: Thu, 3 Mar 2016 09:23:22 +0000 Message-ID: References: <1456965518-13615-1-git-send-email-horms+renesas@verge.net.au> <1456965518-13615-3-git-send-email-horms+renesas@verge.net.au> In-Reply-To: Accept-Language: ja-JP, en-US Content-Language: ja-JP X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: verge.net.au; dkim=none (message not signed) header.d=none;verge.net.au; dmarc=none action=none header.from=renesas.com; x-originating-ip: [211.11.155.144] x-microsoft-exchange-diagnostics: 1;SG2PR06MB0920;5:J7ywPFLbFwjsnjON0sooTmnnS5f+OvdO4ua0fvyqLvAATr/uUqvbkLRB+cTGMWUY7sbXLsW88gAcR5BFbS3cugFM7YC6vMVbc5EvT39OHtKDLQvDGKqjHZ0nz7vYcwwT0/eXc4ziYlnH4BleK4zP2A==;24:DFRguTuHUR5OeB6oQ3j+ypisx3QkDn41kURL53YDWB/wjagoXc0npbSGBWO2L0fGYScc10XCfnxkxOmBkWWO8ZvD0rwKBAqNQr8PjBW3arU=;20:nZklzWhf8nw347wUE81R0WDFjUxKFfzxBhgXEZJIoH1EPw4y+B724577omhDmDZUYRMJ356BqNK3sGzGj8etXlg6HKKw3N+fkcAl212Fz0pD44pkbyW4x+2YE658rLEpDxmMwLHS/BlqVlF1tSjSyI0lXj0eOMRW7fBgfTue8OA= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:SG2PR06MB0920; x-ms-office365-filtering-correlation-id: 6c86988d-5148-454b-c966-08d343457775 x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(2401047)(5005006)(8121501046)(3002001)(10201501046);SRVR:SG2PR06MB0920;BCL:0;PCL:0;RULEID:;SRVR:SG2PR06MB0920; x-forefront-prvs: 0870212862 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(24454002)(377454003)(10400500002)(5001960100004)(33656002)(5003600100002)(3280700002)(3660700001)(586003)(1220700001)(4326007)(1096002)(5002640100001)(2906002)(3846002)(6116002)(102836003)(66066001)(230783001)(2950100001)(50986999)(11100500001)(77096005)(54356999)(92566002)(5008740100001)(76176999)(110136002)(74316001)(19580395003)(86362001)(19580405001)(122556002)(76576001)(189998001)(40100003)(2900100001)(87936001)(106116001)(5004730100002);DIR:OUT;SFP:1102;SCL:1;SRVR:SG2PR06MB0920;H:SG2PR06MB0919.apcprd06.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OriginatorOrg: renesas.com X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Mar 2016 09:23:22.4290 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 53d82571-da19-47e4-9cb4-625a166a4a2a X-MS-Exchange-Transport-CrossTenantHeadersStamped: SG2PR06MB0920 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 base64 to 8bit by mail.home.local id u239Nahq020850 Content-Length: 1118 Lines: 28 Hi Simon-san, > Sent: Thursday, March 03, 2016 5:13 PM > > On Thu, Mar 3, 2016 at 1:38 AM, Simon Horman wrote: > > In the case of Renesas R-Car hardware we know that there are generations of > > SoCs, e.g. Gen 2 and Gen 3. But beyond that its not clear what the > > relationship between IP blocks might be. For example, I believe that > > r8a7790 is older than r8a7791 but that doesn't imply that the latter is a > > descendant of the former or vice versa. > > > > We can, however, by examining the documentation and behaviour of the > > hardware at run-time observe that the current driver implementation appears > > to be compatible with the IP blocks on SoCs within a given generation. > > > > For the above reasons and convenience when enabling new SoCs a > > per-generation fallback compatibility string scheme being adopted for > > drivers for Renesas SoCs. > > > > Signed-off-by: Simon Horman > > Acked-by: Geert Uytterhoeven Acked-by: Yoshihiro Shimoda Best regards, Yoshihiro Shimoda