lantiq: Add a rewritten version of the SPI driver
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 Jan 2016 19:55:55 +0000 (19:55 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 Jan 2016 19:55:55 +0000 (19:55 +0000)
commit9c8470290b6bc9728495bb8373643cbda649c7ec
tree39766b0f43eafb9bdb8dd83e2d5c239d7bad7e89
parent30280cd0f758aca8448d1e1333d4381704d48406
lantiq: Add a rewritten version of the SPI driver

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48292 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/lantiq/patches-4.1/0100-spi-add-support-for-Lantiq-SPI-controller.patch [new file with mode: 0644]