Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ar71xx: remove linux 4.9 support | Koen Vandeputte | 2018-10-10 | 1 | -60/+0 |
| | | | | Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com> | ||||
* | ar71xx: fix flash fast read on devices using multiple flash chips | Felix Fietkau | 2017-11-05 | 1 | -5/+11 |
| | | | | | | | Add a callback to allow the SPI driver to indicate which devices fast flash read works on. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ar71xx: Add kernel 4.9 support | Hauke Mehrtens | 2017-10-11 | 1 | -0/+54 |
This add support for kernel 4.9 to the ar71xx target. It was compile tested with the generic, NAND and mikrotik subtarget. Multiple members of the community tested it on their boards and did not report any major problem so far. Especially the NAND part received some changes to adapt to the new kernel APIs. The serial driver hack used for the Arduino Yun was not ported because the kernel changed there a lot. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |