Message ID | 20240904032114.247117-1-justinlai0215@realtek.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Realtek automotive PCIe driver | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 4 Sep 2024 11:21:01 +0800 you wrote: > This series includes adding realtek automotive ethernet driver > and adding rtase ethernet driver entry in MAINTAINERS file. > > This ethernet device driver for the PCIe interface of > Realtek Automotive Ethernet Switch,applicable to > RTL9054, RTL9068, RTL9072, RTL9075, RTL9068, RTL9071. > > [...] Here is the summary with links: - [net-next,v30,01/13] rtase: Add support for a pci table in this module https://git.kernel.org/netdev/net-next/c/a36e9f5cfe9e - [net-next,v30,02/13] rtase: Implement the .ndo_open function https://git.kernel.org/netdev/net-next/c/ea244d7d8dce - [net-next,v30,03/13] rtase: Implement the rtase_down function https://git.kernel.org/netdev/net-next/c/5a2a2f15244c - [net-next,v30,04/13] rtase: Implement the interrupt routine and rtase_poll https://git.kernel.org/netdev/net-next/c/2bbba79e348d - [net-next,v30,05/13] rtase: Implement hardware configuration function https://git.kernel.org/netdev/net-next/c/85dd839ad1e5 - [net-next,v30,06/13] rtase: Implement .ndo_start_xmit function https://git.kernel.org/netdev/net-next/c/d6e882b89fdf - [net-next,v30,07/13] rtase: Implement a function to receive packets https://git.kernel.org/netdev/net-next/c/cf7226c80845 - [net-next,v30,08/13] rtase: Implement net_device_ops https://git.kernel.org/netdev/net-next/c/079600489960 - [net-next,v30,09/13] rtase: Implement pci_driver suspend and resume function https://git.kernel.org/netdev/net-next/c/a25a0b070c51 - [net-next,v30,10/13] rtase: Implement ethtool function https://git.kernel.org/netdev/net-next/c/dd7f17c40fd1 - [net-next,v30,11/13] rtase: Add a Makefile in the rtase folder https://git.kernel.org/netdev/net-next/c/14cb81d1359e - [net-next,v30,12/13] realtek: Update the Makefile and Kconfig in the realtek folder https://git.kernel.org/netdev/net-next/c/ad61903add56 - [net-next,v30,13/13] MAINTAINERS: Add the rtase ethernet driver entry https://git.kernel.org/netdev/net-next/c/b0613ba1cd93 You are awesome, thank you!