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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 E8A82C2D0CE for ; Wed, 22 Jan 2020 01:44:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BBA7024677 for ; Wed, 22 Jan 2020 01:44:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jObMjrc6"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="pVwCjsz3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BBA7024677 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=peL9Kkk3fyv8i5QFTFFENhtVcz2T0rtn+xEvzCEtiHs=; b=jObMjrc6x1ZKQT4g2W6hMUQgO 6ln4d/zvqosXika0gbsZProHBSWg/koj6FkUT/XxL1MnX6tnfPiomIVOt1uJaS5nECLiQ9lyNz4bx zCayIA+1/95aHj4PtHP9lCLjbxLbwbQRK5VH0c6vXUQId/ZL5NYbx6QLIayVLeLikyXfieX/I8Dyb iSqjJAiPZHIFdxqXwyrKh4kYk8kSIfFnFdch0BvnAP+8QKxvrUdwm9+2SMxNncRptlgFYcUGd8Omj D/qdWfCCMP1rIPckOZdWq0D/Q2Lhh7YGKEHQjrKuOx/MHNOXs+wO0YWtTk66vOPxlZpx3neQLLnNv XqRyLI0cA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iu54O-0002XG-C4; Wed, 22 Jan 2020 01:44:36 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iu54L-0002Wk-VT for linux-arm-kernel@lists.infradead.org; Wed, 22 Jan 2020 01:44:35 +0000 Received: from [192.168.1.20] (cpe-24-28-70-126.austin.res.rr.com [24.28.70.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BC5E024676; Wed, 22 Jan 2020 01:44:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579657473; bh=In8/rc3BW+oOPpSmXQWQIOiZ6Glo53qCqKnUMJrC+04=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=pVwCjsz32Hf9VlPxq9M6KLUxSbFwDoncOkdneA71CzJhASpLos+/L7gAohQN9Thtg LCp4zSUqZR9nXbMD8JkFlDmQoPB/wo/LsaQEOyq0OONntnTGrtqyswsK+qHrAmNhKU zssg9x0GRRKwQNdWtxKqZDhP5gm2fDpSqi+TX8eM= Subject: Re: [PATCH v2 net-next] net: convert suitable drivers to use phy_do_ioctl_running To: Heiner Kallweit , Andrew Lunn , Florian Fainelli , David Miller , Maxime Ripard , Chen-Yu Tsai , Doug Berger , Pantelis Antoniou , Yisen Zhuang , Salil Mehta , Vladimir Zapolskiy , Sylvain Lemieux , Sergei Shtylyov , Steve Glendinning , Michal Simek , Woojung Huh , Microchip Linux Driver Support References: <2db5d899-a550-456d-a725-f7cf009f53a3@gmail.com> From: Timur Tabi Message-ID: Date: Tue, 21 Jan 2020 19:44:27 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <2db5d899-a550-456d-a725-f7cf009f53a3@gmail.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200121_174434_029753_F0C70986 X-CRM114-Status: GOOD ( 10.01 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "netdev@vger.kernel.org" , Linux USB Mailing List , linux-renesas-soc@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, "linuxppc-dev@lists.ozlabs.org" , "linux-arm-kernel@lists.infradead.org" Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 1/21/20 3:09 PM, Heiner Kallweit wrote: > drivers/net/ethernet/qualcomm/emac/emac.c | 14 +------------- Acked-by: Timur Tabi _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel