> From: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> > Sent: Wednesday, 25 November 2020 15:52 > To: linux-can@xxxxxxxxxxxxxxx > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>; > Thomas Kopp - M43677 <Thomas.Kopp@xxxxxxxxxxxxx> > Subject: [net-next 0/3] tef-path: reduce number of SPI core requests to > set UINC bit > > as Thomas wants to test the rx-path improvements, here is the same idea > for the > TEF-path. > > This is a short series to reduce the number SPI core requests to increment > the > UINC bit after TEF handling. This is done by chaining the individual UINC bit > changes into a single SPI message consisting of several transfers. Thanks for the patches! Tested by valid for both this series and can: mcp251xfd: rx-path: reduce number of SPI core requests to set UINC bit series. Tested on Pi4 with MCP2518FD and MCP2517FD. Tested-by: Thomas Kopp <thomas.kopp@xxxxxxxxxxxxx> Regards, Thomas