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=-5.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 E8CBBC43387 for ; Wed, 16 Jan 2019 08:46:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B4D5E20840 for ; Wed, 16 Jan 2019 08:46:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="HZ0JCTky" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389922AbfAPIqg (ORCPT ); Wed, 16 Jan 2019 03:46:36 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:47074 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389879AbfAPIqg (ORCPT ); Wed, 16 Jan 2019 03:46:36 -0500 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x0G8kOTL009825; Wed, 16 Jan 2019 02:46:24 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1547628384; bh=lV1oRpzpKFOU70CTWXbLuNLNOnXrBRjGFwpC5uu30uI=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=HZ0JCTkyrzc6qwp8FkseWKpaV3F225E1mPS/T5idR9b9g2+UjZjNntl6l9Gta2hTY C9Y5rf4M1MylRc6vgd8DzbJaRRUxsV1YA8l9sVqwns4enjLa5YYA9TZH6rtaYBpa1n 8V+HENqHUuSOGNUAe8q4suSek8OwzKYNIchsX/fI= Received: from DFLE101.ent.ti.com (dfle101.ent.ti.com [10.64.6.22]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x0G8kO6D126573 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 16 Jan 2019 02:46:24 -0600 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1591.10; Wed, 16 Jan 2019 02:46:24 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1591.10 via Frontend Transport; Wed, 16 Jan 2019 02:46:24 -0600 Received: from [172.24.190.233] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id x0G8kLe4026677; Wed, 16 Jan 2019 02:46:21 -0600 Subject: Re: [PATCH v2] phy: phy-rockchip-inno-usb2: drop reading the utmi-avalid property To: Heiko Stuebner , Enric Balletbo i Serra CC: , , , , , , References: <20190109171415.9954-1-enric.balletbo@collabora.com> <5125335.cuvu72hbmo@phil> From: Kishon Vijay Abraham I Message-ID: <8a0ea28a-961f-130b-bd76-9dbda42ea417@ti.com> Date: Wed, 16 Jan 2019 14:15:58 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <5125335.cuvu72hbmo@phil> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 10/01/19 5:56 PM, Heiko Stuebner wrote: > Am Mittwoch, 9. Januar 2019, 18:14:15 CET schrieb Enric Balletbo i Serra: >> That property is no used in mainline and is not documented. The only >> board using that property is the rk33-99-evb-rev1 and -rev2 in the >> vendor kernel. The existence of a further -rev3 (which also looks way >> better cared for compared rev1+2) indicates that the older ones are >> probably some sort of preproduction models, where some wiring (on the soc >> or board) may have gone wrong. >> >> It is also not clear why this is a hardware-description or a DT >> property, so, as noboby seems to care of this just drop reading that >> property. >> >> Signed-off-by: Enric Balletbo i Serra > > Reviewed-by: Heiko Stuebner For some reason, I don't seem to have the original patch in the inbox. Can you resend it please? Thanks Kishon