Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcm53xx: switch to the new/alternative SPI controller driver | Rafał Miłecki | 2018-05-07 | 1 | -110/+0 |
| | | | | | | | | | | | This switches bcm53xx from spi-bcm53xx to the spi-bcm-qspi driver. The later one was developed by Broadcom and is more advanced one. It supports more modes, setting a speed, setting bits per word and uses IRQs instead of polling. This increases kernel size from 1808120 B to the 1811160 B (by 3040 B). Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||
* | bcm53xx: replace linux,part-probe with a proper partitions subnode | Rafał Miłecki | 2018-01-11 | 1 | -0/+110 |
This solution is more upstream compatible as it only requires specifying of_match_table in the parser code and doesn't depend on linux,part-probe which is solution made generic by a LEDE downstream patch that can't be upstreamed. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> |