Skip to content

Tags: jboomer/linux

Tags

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.

raspberrypi-kernel_1.20170427-1

Toggle raspberrypi-kernel_1.20170427-1's commit message
clk: bcm2835: Limit PCM clock to OSC and PLLD_PER

It is unwise to use sources other than the oscillator and PLLD_PER for
the PCM peripheral (and perhaps others - TBD) because their rate can
change and they may even be switched off, so explicitly restrict the
choice using dummy entries in the list of potential parents (item index
is significant).

See: raspberrypi#1949

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