Message ID | cover.1653069056.git.lorenzo@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <netdev-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B975C433EF for <netdev@archiver.kernel.org>; Fri, 20 May 2022 18:12:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352425AbiETSMO (ORCPT <rfc822;netdev@archiver.kernel.org>); Fri, 20 May 2022 14:12:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237996AbiETSMN (ORCPT <rfc822;netdev@vger.kernel.org>); Fri, 20 May 2022 14:12:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7106B41D7; Fri, 20 May 2022 11:12:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 738066178C; Fri, 20 May 2022 18:12:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F25B0C385A9; Fri, 20 May 2022 18:12:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653070331; bh=XH5tR/ceOrMA3qoQoBm41vju6F5mQ+4rINaDTk1L2Lw=; h=From:To:Cc:Subject:Date:From; b=DCjxGgLpX5eb4k63KxSdtXSNIoGzheVdUukHoZ43p83DSb6T5Zlamxl2h5feiMVoR 5kBwL03Yse+QLYtpdI3sLMx/DMaMjrGtICwmV6bOQRR5EsNcU3EzKq7CS6Qlnw+cD+ x9fop2UXLr4kh/7RljZVjc2m7b4X61MnmdqJgZDCHP09CMIXkDx21R6VH8fqlJj9tV qtEd799ETKPS6cZ45V1FROeBehhNk5lWl5NopZqMpYqT3v/OcyfU6b67tihgtP04q9 pI4a2sSzka8mu+eHJxcuAXHadJ7E+AsJuvgbrhdtjrlyKnSectvqphWafkgko17/IY peucm2OTMC30g== From: Lorenzo Bianconi <lorenzo@kernel.org> To: netdev@vger.kernel.org Cc: nbd@nbd.name, john@phrozen.org, sean.wang@mediatek.com, Mark-MC.Lee@mediatek.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, Sam.Shih@mediatek.com, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, robh@kernel.org, lorenzo.bianconi@redhat.com Subject: [PATCH v3 net-next 00/16] introduce mt7986 ethernet support Date: Fri, 20 May 2022 20:11:23 +0200 Message-Id: <cover.1653069056.git.lorenzo@kernel.org> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org |
Series |
introduce mt7986 ethernet support
|
expand
|
On Fri, 20 May 2022 20:11:23 +0200 Lorenzo Bianconi wrote: > Add support for mt7986-eth driver available on mt7986 soc. > > Changes since v2: > - rely on GFP_KERNEL whenever possible > - define mtk_reg_map struct to introduce soc register map and avoid macros > - improve comments > > Changes since v1: > - drop SRAM option > - convert ring->dma to void > - convert scratch_ring to void > - enable port4 > - fix irq dts bindings > - drop gmac1 support from mt7986a-rfb dts for the moment