aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath25/patches-5.4/220-enet_micrel_workaround.patch
Commit message (Collapse)AuthorAgeFilesLines
* ath25: eth: fix crash on skb DMA (un-)mapSergey Ryazanov2020-09-061-5/+5
| | | | | | | | | AR2315 Ethernet driver pass NULL instead of a real device pointer to DMA (un-)map calls. With kernel version 5.4 such behaviour causes a kernel panic. Fix this issue by preserving device pointer during the probe procedure and pass it to each skb data DMA (un-)map call. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
* ath25: add back target supportAdrian Schmutzler2020-09-061-0/+111
Discussion on the mailing list reveals that this target has active users. As we are finally able to upgrade this target to kernel 5.4, add it back to master. This reverts commit 7d29a5571403 ("ath25: drop target") and immediately moves the relevant files to 5.4, without touching the content. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>