summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-4.1/0100-spi-add-support-for-Lantiq-SPI-controller.patch
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: Add a rewritten version of the SPI driverFelix Fietkau2016-01-171-0/+1133
The new driver provides a few improvements over the old one: - Separate compatible strings per SoC type (this allows removing some hardcoded of_device_is_compatible() checks) - It does not rely upon spi-bitbang anymore - chip-selects are numbered as in the datasheet (= starting at 1 instead of 0) Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 48292