summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-4.4/098-usb-dwc2-Remove-unnecessary-kfree.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: bump kernel 4.4 to 4.4.129 for 17.01Etienne Haarsma2018-04-301-1/+1
| | | | | | | | | * Refreshed patches Compile-tested: ar71xx Run-tested: ar71xx Signed-off-by: Etienne Haarsma <bladeoner112@gmail.com>
* Kernel: bump 4.4 to 4.4.124 for 17.01Stijn Segers2018-04-011-1/+1
| | | | | | | | | | * Refreshed patches * Removed 087-Revert-led-core-Fix-brightness-setting-when-setting-.patch (applied upstream) Compile-tested on ar71xx, ramips/mt7621, x86/64 Run-tested on ar71xx Signed-off-by: Stijn Segers <foss@volatilesystems.org>
* generic: backport dwc2 kernel panic fixMathias Kresin2017-01-021-0/+24
In case the soft reset in dwc2_core_reset() timeouts, the hsotg->core_params are freed albeit it is owned by the core. This results into a kernel panic as shown in FS#351. Signed-off-by: Mathias Kresin <dev@kresin.me>