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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 286C8C4332F for ; Fri, 25 Nov 2022 13:19:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Jx6bEItOgw09tjdcl7crpMh4hSwmKsMdvf0Y2OrU3so=; b=3a6oPbciEvnMGA arnUrEOxQXFcEah2I4UgmQwCGak5ehsGPfYYY24L+SRnuTlFs4IKsNHPXjKs3Xp3eaVodQVa8tSBb 1+jXoq5XiapZSxIbZ56CBcanRyFv1hT8Q0mXPguPFHQ3vdBUVTU2DJRY3mhNkK7zlPBqBnPotSF+m TAZKgv3HZYXlILE9MLCsmiVzPeXu14vgaLbrOn3bDJjZdlbYw3fYzXB8c4c10cNJl/xCnPCq2gM8R HqRfRFlWHVdWCQo87/KLzvTAXbpCXtbLycQO2tKcPNSyIP9MdLH2R6ho4X7WtGfZ0LnbYz5Rh7iTs DIKov3q03a7QjnstUfYQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyYau-00Gcuk-6G; Fri, 25 Nov 2022 13:18:16 +0000 Received: from relay11.mail.gandi.net ([217.70.178.231]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyYaq-00Gcs7-Kw for linux-arm-kernel@lists.infradead.org; Fri, 25 Nov 2022 13:18:14 +0000 Received: (Authenticated sender: maxime.chevallier@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 4E88A10000B; Fri, 25 Nov 2022 13:18:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1669382287; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=0d1cFLg9vl+Y4ldKUYkiu6bdGuh9DYdx4Y4f8oOvYjY=; b=TPQyE/rY1wNqd0FskVoPtDoHcp10guMJ73MlQIwlblQJO3x6dFAkplU5Y8GHhejVMLWq4q vGIJpMiyENS/FSYsTLu7caevWi2rU8m3ia8EGeDbofzGGYhJEZM3P0FiCcnkTUfOPSwmr6 VwLKgNAeIEOm4HC0lMliiE9z8JHSpATviAXdKdryo9LGwfrk2873gaQqc8b1TfHRwoM9Al x7o1POcQZ8VAvzuFgWBsTHBWuizXwB4Czzeo+D73Q7Z24kQ47jodFHeSNltBkW/E31Kn+I rkTr3ajy6B/oXKLCQHqUrL9RAzy+adCVPmIcvyyUAt+kGsBOgbcd6bzxLsAhLg== From: Maxime Chevallier To: davem@davemloft.net, Rob Herring Cc: Maxime Chevallier , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Andrew Lunn , Jakub Kicinski , Eric Dumazet , Paolo Abeni , Florian Fainelli , Heiner Kallweit , Russell King , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , devicetree@vger.kernel.org Subject: [PATCH net-next 0/3] net: pcs: altera-tse: simplify and clean-up the driver Date: Fri, 25 Nov 2022 14:17:58 +0100 Message-Id: <20221125131801.64234-1-maxime.chevallier@bootlin.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221125_051812_834966_76052FD2 X-CRM114-Status: UNSURE ( 7.30 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello everyone, This small series does a bit of code cleanup in the altera TSE pcs driver, removong unused register definitions, handling 1000BaseX speed configuration correctly according to the datasheet, and making use of proper poll_timeout helpers. No functional change is introduced. Best regards, Maxime Maxime Chevallier (3): net: pcs: altera-tse: use read_poll_timeout to wait for reset net: pcs: altera-tse: don't set the speed for 1000BaseX net: pcs: altera-tse: remove unnecessary register definitions drivers/net/pcs/pcs-altera-tse.c | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) -- 2.38.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel