bcm53xx: add upstream patch fixing SPI controller driver
authorRafał Miłecki <rafal@milecki.pl>
Fri, 29 Dec 2017 14:31:06 +0000 (15:31 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 29 Dec 2017 14:31:22 +0000 (15:31 +0100)
commit9c312ef628b7a8c3d7ff066022a9705fcc68dd73
treeffd7b24d1e4c3c131cce73bde0f27b5707893f96
parentd40a358136fdc19e6af13921867ed93444c08827
bcm53xx: add upstream patch fixing SPI controller driver

That patch fixes handling SPI messages with two writing transfers. It's
important when using e.g. by m25p80 driver which uses one transfer for
opcode and another one for data.

Thanks to that fix we can now drop m25p80 workaround patch. It means one
less hack and also a better flash writing performance as there is no
more data buf copying.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/bcm53xx/patches-4.4/182-spi-bcm53xx-simplify-reading-SPI-data.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-4.4/406-mtd-m25p80-use-single-SPI-message-for-writing-data.patch [deleted file]
target/linux/bcm53xx/patches-4.9/182-spi-bcm53xx-simplify-reading-SPI-data.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-4.9/401-mtd-m25p80-use-single-SPI-message-for-writing-data.patch [deleted file]