Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp650943ybk; Wed, 13 May 2020 09:25:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyvRguw15Yn8PpFaVEcYUoWF+dZ6v1ikT/HceKx5hrFQNIs5Qj1KcxumX/njcimrw+2Iuo9 X-Received: by 2002:a50:c3c2:: with SMTP id i2mr407594edf.93.1589387158571; Wed, 13 May 2020 09:25:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589387158; cv=none; d=google.com; s=arc-20160816; b=UgLeppuhf9LylejGsB5zzRwVd4+5pbYdsQSxZSRPlbnOd54wFyJmcYqMKKPCoSesnC dL1Mv3QuMtAsMziUMQE74T7jnX6LXW4y9L2lfC1M7ZR/G0B6shXIEd4TAj1BEXabhfwd eGAdVrGRukBbuPmapYdeAa4pzjgu0E6fXdRev7InKLEWtz4+ILN0kDgiZ5LFRwQlKEv9 H5n/xFFXNQn+JrFPiacmKBObiC1crJuZ3D8UXefC4D5yPfS/HCHEkwz+xjbt+/TSwvfK JGqhmjK+F6ERF3lI+Wk2FOfTFH9DJhalnbGDoroTHEP3xD2PbGErf3K52sd2RGdDDAH3 MG2A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=C8VfVf/OuqyzLQjxfFBPY+9cZd8t31ZnOKlYly4ZIjA=; b=zkF5eV+kB0K2T3B6kMnTpd1gwI7ih/ticXAqR4uR4CWoP34ln4iN1WoAAJVF9nZRs/ gtwX8R7v4hFctGxp2ipr/0XldwDTCgIv2w71Jo50WAkjlaFOjpYTVUGhqmnCGAI4SgpT DIoi3uFuttiT28/uA1ZEu8zQ6Hz/YsOhzWVlpnSntWYTxADCeDwYdWocnaEg3psuQqJd Q6UVPx3WMkXVsg2iLEE6IPVoGBhZUhpGkRHRCNq3HY0hJQPsIfLV4ZT46ndLyfPa7JTo GpmfU92pyYrJKEwthyhcceTo6yI6ixB5loqDT2gNeOLf9bepQYjC0lHeSdBjnAy+gB5q C9HQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=fail header.i=@lunn.ch header.s=20171124 header.b=Ir0crLbY; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id qp11si77080ejb.316.2020.05.13.09.25.34; Wed, 13 May 2020 09:25:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=fail header.i=@lunn.ch header.s=20171124 header.b=Ir0crLbY; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389503AbgEMQX6 (ORCPT + 99 others); Wed, 13 May 2020 12:23:58 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:58346 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732380AbgEMQX5 (ORCPT ); Wed, 13 May 2020 12:23:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=C8VfVf/OuqyzLQjxfFBPY+9cZd8t31ZnOKlYly4ZIjA=; b=Ir0crLbYpBHkGMoZMC+PBfixUk eRtmYGBg48HCnVrUKMH9J1PJLSr4K7Vz1rsZ9K/QAJCGplxhuFE/89UAswzOUYb5zGM0oNW1xVfaS P0m8fkPIcSG8kfrnUfBdMjC6aVaGUINFApfcKeTHdQ3RAgTlWVbB7q20JXhn3EDIv0qU=; Received: from andrew by vps0.lunn.ch with local (Exim 4.93) (envelope-from ) id 1jYuAl-002BN0-In; Wed, 13 May 2020 18:23:55 +0200 Date: Wed, 13 May 2020 18:23:55 +0200 From: Andrew Lunn To: Oleksij Rempel Cc: Florian Fainelli , netdev@vger.kernel.org, Russell King , linux-kernel@vger.kernel.org, Michael Walle , kernel@pengutronix.de, "David S. Miller" , Heiner Kallweit Subject: Re: [PATCH v1] net: phy: at803x: add cable test support Message-ID: <20200513162355.GJ499265@lunn.ch> References: <20200513120648.14415-1-o.rempel@pengutronix.de> <0c80397b-58b8-0807-0b98-695db8068e25@gmail.com> <20200513154544.gwcccvbicpvrj6vm@pengutronix.de> <20200513154953.GI499265@lunn.ch> <20200513160026.fdls7kpxb6luuwed@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200513160026.fdls7kpxb6luuwed@pengutronix.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 13, 2020 at 06:00:26PM +0200, Oleksij Rempel wrote: > On Wed, May 13, 2020 at 05:49:53PM +0200, Andrew Lunn wrote: > > > Uff.. i missed this. Then I'll need only to add some changes on top of > > > his patch. > > > > I've been chatting with mwalle on IRC today. There should be a repost > > of the patches soon. > > Cool! > @Michael, please CC me. > > you can include support for AR9331 and AR8032 in your patch (if you > like) > http://www.jhongtech.com/DOWN/ATHEROS--AR8032.pdf > > They have same register, but only 2 pairs. Hi Oleksij Michael just reposted. Please send a follow up patch adding these two PHYs. Andrew