-
spi-fix-v4.8-rc5ae4860b5 · ·
spi: Fixes for v4.8 As well as the usual driver fixes there's a couple of non-trivial core fixes in here: - Fixes for issues reported by Julia Lawall in the changes that were sent last time to fix interaction between the bus lock and the locking done for the SPI thread. I'd let this one cook for a while to make sure nothing else came up in testing. - A fix from Sien Wu arithmetic overflows when calculating the timeout for larger transfers (espcially common with slow buses with flashes on them).
-
-
-
-
-
-
spi-max-msg-size5090cc6a · ·
spi: Add a maximum message size operation Some controllers handle entire messages themselves and have limits on the maximum message size, provide a way for clients to query this.