Skip to content

Tags: keepgo/rpi_linux

Tags

raspberrypi-kernel_1.20180619-1

Toggle raspberrypi-kernel_1.20180619-1's commit message
media: cxd2880-spi: Bump to match 4.18.y version

Signed-off-by: popcornmix <[email protected]>

raspberrypi-kernel_1.20180417-1

Toggle raspberrypi-kernel_1.20180417-1's commit message
Merge remote-tracking branch 'stable/linux-4.14.y' into rpi-4.14.y

raspberrypi-kernel_1.20180328-1

Toggle raspberrypi-kernel_1.20180328-1's commit message
Merge remote-tracking branch 'stable/linux-4.14.y' into rpi-4.14.y

raspberrypi-kernel_1.20180313-1

Toggle raspberrypi-kernel_1.20180313-1's commit message
lan78xx: Change LEDs to include 10Mb activity

The default LED modes put 1000Mb/activity on orange and 100Mb/activity
on green, but this leaves no indication for a 10Mb link. Change the
defaults to put 10Mb/100Mb/activity on green.

Signed-off-by: Phil Elwell <[email protected]>

raspberrypi-kernel_1.20171029-1

Toggle raspberrypi-kernel_1.20171029-1's commit message
Merge remote-tracking branch 'stable/linux-4.9.y' into rpi-4.9.y

raspberrypi-kernel_1.20170811-1

Toggle raspberrypi-kernel_1.20170811-1's commit message
Merge remote-tracking branch 'stable/linux-4.9.y' into rpi-4.9.y

raspberrypi-kernel_1.20170703-2

Toggle raspberrypi-kernel_1.20170703-2's commit message
Merge remote-tracking branch 'stable/linux-4.9.y' into rpi-4.9.y

raspberrypi-kernel_1.20170703-1

Toggle raspberrypi-kernel_1.20170703-1's commit message
Merge remote-tracking branch 'stable/linux-4.9.y' into rpi-4.9.y

raspberrypi-kernel_1.20170702-1

Toggle raspberrypi-kernel_1.20170702-1's commit message
Merge remote-tracking branch 'stable/linux-4.9.y' into rpi-4.9.y

raspberrypi-kernel_1.20170515-1

Toggle raspberrypi-kernel_1.20170515-1's commit message
dwc_otg: remove unnecessary dma-mode channel halts on disconnect inte…

…rrupt

Host channels are already halted in kill_urbs_in_qh_list() with the
subsequent interrupt processing behaving as if the URB was dequeued
via HCD callback.

There's no need to clobber the host channel registers a second time
as this exposes races between the driver and host channel resulting
in hcd->free_hc_list becoming corrupted.