aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-4.14/0002-gpio-stp-xway-Implement-get-callback.patch
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: drop kernel 4.14 supportMathias Kresin2019-07-041-47/+0
| | | | | | | The current state of the kernel 4.14 support is in the openwrt-19.07 branch. No need to keep a not default used kernel in this branch. Signed-off-by: Mathias Kresin <dev@kresin.me>
* lantiq: backport stp-xway get callback implementationMathias Kresin2018-07-041-0/+47
To keep the status of a LED connected to the stp during boot, the get callback is required. If the callback is missing and the LED default state is set to keep in the devicetree, the gpio led driver errors out during load. Fixes: FS#1620 Signed-off-by: Mathias Kresin <dev@kresin.me>