From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EE4F51802F for ; Tue, 8 Aug 2023 22:10:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 830B9C433CA; Tue, 8 Aug 2023 22:10:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691532626; bh=ElzwQNB5k4o9+Lw4DzC4a7QoKVmgp4dLbavyMvqdX4o=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=HaEtjISl7bsUid68IEO4GasfSC01wI2nfCS5A1XTvlxVsyFHrOezgLr5URdJhgUvv u+Rntsk+AJIQgNnZR/cll7sPy4C0gFohNytM5SGE3MkDMtm+Czipr+PEyww9ALVkxK 077GFkbV0lq/yrYPouoEUYwp7Yk1EcoPnyv1F4CCk93T9x+EQEQh2zIff00b+4wk3r hwA5hYyHFVfZN4KFvH2H4vDdTmXog7P/B7vfCbgE1hjyxyy3EHKIbn/PvGx1ZNNtHp EXX0pFAN0un/m3EXCVPTnxnLROfJ/P2CSQ9dFse9hYN3fh8ui12PNrQMXY74QBBduZ P5bjSyqXDp0jg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 677DBC64459; Tue, 8 Aug 2023 22:10:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 00/10] net: fs_enet: Driver cleanup From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169153262641.13746.13289621238747032969.git-patchwork-notify@kernel.org> Date: Tue, 08 Aug 2023 22:10:26 +0000 References: In-Reply-To: To: Christophe Leroy Cc: davem@davemloft.net, kuba@kernel.org, pantelis.antoniou@gmail.com, edumazet@google.com, pabeni@redhat.com, mpe@ellerman.id.au, npiggin@gmail.com, robh@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 4 Aug 2023 15:30:10 +0200 you wrote: > Over the years, platform and driver initialisation have evolved into > more generic ways, and driver or platform specific stuff has gone > away, leaving stale objects behind. > > This series aims at cleaning all that up for fs_enet ethernet driver. > > Changes in v2: > - Remove a trailing whitespace in the old struct moved in patch 7. > - Include powerpc people and list that I forgot when sending v1 > (and Rob as expected by Patchwork for patch 6, not sure why) > > [...] Here is the summary with links: - [net-next,v2,01/10] net: fs_enet: Remove set but not used variable https://git.kernel.org/netdev/net-next/c/78d3902795f0 - [net-next,v2,02/10] net: fs_enet: Fix address space and base types mismatches https://git.kernel.org/netdev/net-next/c/ae9e78a9dc88 - [net-next,v2,03/10] net: fs_enet: Remove fs_get_id() https://git.kernel.org/netdev/net-next/c/26bbbef8ff40 - [net-next,v2,04/10] net: fs_enet: Remove unused fields in fs_platform_info struct https://git.kernel.org/netdev/net-next/c/caaf482e2654 - [net-next,v2,05/10] net: fs_enet: Remove has_phy field in fs_platform_info struct https://git.kernel.org/netdev/net-next/c/9359a48c65a3 - [net-next,v2,06/10] net: fs_enet: Remove stale prototypes from fsl_soc.c https://git.kernel.org/netdev/net-next/c/62e106c802c5 - [net-next,v2,07/10] net: fs_enet: Move struct fs_platform_info into fs_enet.h https://git.kernel.org/netdev/net-next/c/7a76918371fe - [net-next,v2,08/10] net: fs_enet: Don't include fs_enet_pd.h when not needed https://git.kernel.org/netdev/net-next/c/33deffc9f19f - [net-next,v2,09/10] net: fs_enet: Remove linux/fs_enet_pd.h https://git.kernel.org/netdev/net-next/c/7149b38dc7cb - [net-next,v2,10/10] net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macros https://git.kernel.org/netdev/net-next/c/5e6cb39a256d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html