immortalwrt/target
Tim Harvey 0fd583ecc3 octeontx: fix mcp251x can controller
Update the can-mcp251x-convert-to-half-duplex-SPI patch to fix reception

Some SPI host controllers such as the Cavium Thunder TX do not support
full-duplex SPI. Using half-duplex transfers allows the driver to work
with those host controllers.

This patch fixes the fact that mcp251x_hw_rx_frame was still relying on
a full-duplex transfer where bits were being shifted on MOSI at the same time
as MISO. After splitting the transaction into a spi_write_then_read() care
must be taken to ignore the first byte.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
2020-06-05 12:06:38 +08:00
..
imagebuilder target/imagebuilder: use multi-thread support for xz compression 2020-03-27 18:40:33 +08:00
linux octeontx: fix mcp251x can controller 2020-06-05 12:06:38 +08:00
sdk sdk: add OpenWrt branding to menuconfig & .config 2020-05-23 20:19:29 +08:00
toolchain
Config.in target: make TESTING_KERNEL selectable 2020-04-14 23:56:07 +08:00
Makefile