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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A85DEC433F5 for ; Mon, 4 Oct 2021 22:01:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 83A2661244 for ; Mon, 4 Oct 2021 22:01:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234368AbhJDWDo (ORCPT ); Mon, 4 Oct 2021 18:03:44 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:48490 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230517AbhJDWDn (ORCPT ); Mon, 4 Oct 2021 18:03:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=Xo3ZwWiBT5AwUKnrSDAPovlmuNXZ4kITs98/NT/c3XI=; b=nchJAHa76h7RKFo1Gh89oZcoQH arCmiQwspY3GEudOaTVR0kSezyxDHA0zM4VrBrMgdB65v6UKsqQvICjvt6l+EscwHUw8IHczzcsum /6U1L0L5+w3ShKhUNHZM3Y8ClGucbLrHbKmt+fk9kpqKSVxiAnjjTTi26PvYK/ZCD59U=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mXW1r-009blq-OS; Tue, 05 Oct 2021 00:01:47 +0200 Date: Tue, 5 Oct 2021 00:01:47 +0200 From: Andrew Lunn To: David Bauer Cc: hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] net: phy: at803x: add QCA9561 support Message-ID: References: <20211004193633.730203-1-mail@david-bauer.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211004193633.730203-1-mail@david-bauer.net> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Oct 04, 2021 at 09:36:33PM +0200, David Bauer wrote: > Add support for the embedded fast-ethernet PHY found on the QCA9561 > WiSoC platform. It supports the usual Atheros PHY featureset including > the cable tester. > > Tested on a Xiaomi MiRouter 4Q (QCA9561) > > Signed-off-by: David Bauer Reviewed-by: Andrew Lunn Andrew