Re: pull-request: can-next 2021-01-06
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-01-07 19:08:07
Also in:
linux-can
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-01-07 19:08:07
Also in:
linux-can
On Thu, 7 Jan 2021 10:48:41 +0100 Marc Kleine-Budde wrote:
Hello Jakub, hello David, this is a pull request of 19 patches for net-next/master. The first 16 patches are by me and target the tcan4x5x SPI glue driver for the m_can CAN driver. First there are a several cleanup commits, then the SPI regmap part is converted to 8 bits per word, to make it possible to use that driver on SPI controllers that only support the 8 bit per word mode (such as the SPI cores on the raspberry pi). Oliver Hartkopp contributes a patch for the CAN_RAW protocol. The getsockopt() for CAN_RAW_FILTER is changed to return -ERANGE if the filterset does not fit into the provided user space buffer. The last two patches are by Joakim Zhang and add wakeup support to the flexcan driver for the i.MX8QM SoC. The dt-bindings docs are extended to describe the added property.
Pulled, thanks!