Message ID | 20210107094900.173046-1-mkl@pengutronix.de (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | pull-request: can-next 2021-01-06 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Series ignored based on subject |
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!