summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/drivers/spi/spi-rb4xx.c
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: fix RB4xx SPI driver mode bitsFelix Fietkau2017-01-111-1/+1
| | | | | | Accept SPI_TX_DUAL in device mode to fix the CPLD driver Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ar71xx: remove a non-upstream spi core patchFelix Fietkau2017-01-051-80/+3
| | | | | | | - use standard flags instead - remove dead code from the rb4xx spi drivers Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ar71xx: spi-rb4xx fix.Sergey Sergeev2016-07-021-1/+1
| | | | | | | | In new kernels we should use clk_prepare_enable instead of clk_enable since clk_enable does not make proper initialization that leads to rise WARN_ON messages and not working spi bus on the device. Signed-off-by: Sergey Sergeev <adron@yapic.net>
* ar71xx: merge 3.2 fixesGabor Juhos2012-02-101-33/+66
| | | | SVN-Revision: 30406
* ar71xx: rename rb4xx spi driversGabor Juhos2012-01-221-0/+474
SVN-Revision: 29851