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 B55D8C53219 for ; Mon, 27 Jul 2026 23:44:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=OrI3AWor3wjL+wY/8pscrVbRp8o4aDq+lBAl9Kk3kws=; b=y0agA5gErL1Df7On+2ZXJEDvX3 sGmDkylacMRBiCqMX/VZKn3m8oBMKgHTzvq4HfKhGz+WSrcIKDYa58NxaeCf2gBOvRCo6so/gjIdS Jb3UXEv4MBVUok0PEJN1ijl07t2fwQt9rJoakUYxqvOTrRaOMwpN9Ik10t7HCqsCfTno8T1lZx9vn VphZQ/6AUxyqSG1VJL2MR1yIsWpSvoz7yPe0tnXLOP1nlWBrEJksJxhTJHEzuqUEMc5sLmMs0zUA7 vqMD4YoWkvskA592AprD9wLhoKMQLDPbJw/xlkfx8kxvWX5Y2cuVMCm0lwLsGVTfv1VmyM5+fk8L1 TqIIZ9jw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1woUzf-00000004632-1B6P; Mon, 27 Jul 2026 23:44:23 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1woUzZ-0000000461n-1pVh; Mon, 27 Jul 2026 23:44:17 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 061CC43741; Mon, 27 Jul 2026 23:44:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 821591F000E9; Mon, 27 Jul 2026 23:44:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785195856; bh=OrI3AWor3wjL+wY/8pscrVbRp8o4aDq+lBAl9Kk3kws=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=OkuzGnVxCi5zd/JSH3d6lodW5e1QFIjZAj5fdbLRtk3hgfaAs+MntPiNxZrgZZTi1 mPeJIO6ipA/VVVONQGCxxI9dadixhq1VmljlfOidfFzMJHaLAw4eIEo4OSn1hDZ3B1 bTGRIIT84Z+xwYxFtKgKbTUkoSP3Qk7ATvrm80YHoWkYSxR789BLmbxcTeI/YE7xro N470L0tU1TFKs8gD9O09yKU+MB7dCVFY99kWEbRd2L3+PcORvN5rHsy7jjaaZTjoBA eYXeZYla80P2I4RSO+cLWXR8AeyUBSIchpedc6lVxVj13ZYAk9xTIHx11xHphzWHNP 1srZrPMcMwziQ== Date: Mon, 27 Jul 2026 16:44:15 -0700 From: Jakub Kicinski To: Daniel Golle Cc: "Chester A. Unal" , Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Russell King , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net-next v4 0/8] net: dsa: mt7530: modernise register access and add two DSA ops Message-ID: <20260727164415.7181b193@kernel.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Sun, 19 Jul 2026 18:33:45 +0100 Daniel Golle wrote: > v4: > * rebase onto current net-next > * 5/8: zero the read-back buffer in mt7530_regmap_read() instead of > initialising the result variables at every call site, as suggested > by Jakub > * 6/8: keep MT753X_CTRL_PHY_ADDR() as plain address arithmetic rather > than converting it to FIELD_PREP() as suggested in review: the macro > computes the MDIO bus address of the switch PHYs, used as the addr > argument of bus->read/write and as an iterator base in > mt7530_setup_mdio(), not a hardware register field Looks like this needs another rebase BTW Sashiko is still complaining about corner cases of patch 5: https://sashiko.dev/#/patchset/16c17477dc9eea8054455ef0e444a687336ced70.1784481922.git.daniel@makrotopia.org