Merge tag 'linux-can-next-for-5.18-20220313' of...
Merge tag 'linux-can-next-for-5.18-20220313' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next linux-can-next-for-5.18-20220313 Marc Kleine-Budde says: ==================== pull-request: can-next 2022-03-13 this is a pull request of 13 patches for net-next/master. The 1st patch is by me and fixes the freeing of a skb in the vxcan driver (initially added in this net-next window). The remaining 12 patches are also by me and target the mcp251xfd driver. The first patch fixes a printf modifier (initially added in this net-next window). The remaining patches add ethtool based ring and RX/TX IRQ coalescing support to the driver. ==================== Signed-off-by:David S. Miller <davem@davemloft.net>
Showing
- drivers/net/can/spi/mcp251xfd/Makefile 2 additions, 0 deletionsdrivers/net/can/spi/mcp251xfd/Makefile
- drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c 7 additions, 0 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd-core.c
- drivers/net/can/spi/mcp251xfd/mcp251xfd-ethtool.c 143 additions, 0 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd-ethtool.c
- drivers/net/can/spi/mcp251xfd/mcp251xfd-ram.c 153 additions, 0 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd-ram.c
- drivers/net/can/spi/mcp251xfd/mcp251xfd-ram.h 62 additions, 0 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd-ram.h
- drivers/net/can/spi/mcp251xfd/mcp251xfd-ring.c 209 additions, 35 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd-ring.c
- drivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c 11 additions, 1 deletiondrivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c
- drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c 6 additions, 0 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c
- drivers/net/can/spi/mcp251xfd/mcp251xfd.h 50 additions, 21 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd.h
- drivers/net/can/vxcan.c 1 addition, 1 deletiondrivers/net/can/vxcan.c
Please register or sign in to comment