Skip to content

Tags: roblim/linux

Tags

raspberrypi-kernel_1.20161215-1

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

raspberrypi-kernel_1.20161020-1

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

raspberrypi-kernel_1.20160921-1

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

raspberrypi-kernel_1.20160620-1

Toggle raspberrypi-kernel_1.20160620-1's commit message
Merge pull request raspberrypi#1524 from DigitalDreamtimeLtd/rpi-4.4.…

…y-dma

Pull upstream dma backport into rpi 4.4.y

raspberrypi-kernel_1.20160523-1

Toggle raspberrypi-kernel_1.20160523-1's commit message
config: Add NF_MATCH_RPFILTER

raspberrypi-kernel_1.20160506-1

Toggle raspberrypi-kernel_1.20160506-1's commit message
Revert "config: Add CONFIG_DRM_LOAD_EDID_FIRMWARE"

This reverts commit 417aed4.

rpi-bootloader-1.20160315-1

Toggle rpi-bootloader-1.20160315-1's commit message
bcm2835-sdhost: Workaround for "slow" sectors

Some cards have been seen to cause timeouts after certain sectors are
read. This workaround enforces a minimum delay between the stop after
reading one of those sectors and a subsequent data command.

Using CMD23 (SET_BLOCK_COUNT) avoids this problem, so good cards will
not be penalised by this workaround.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>

rpi-bootloader-1.20160309-1

Toggle rpi-bootloader-1.20160309-1's commit message
serial: Take care starting a hung-up tty's port

tty_port_hangup sets a port's tty field to NULL (holding the port lock),
but uart_tx_stopped, called from __uart_start (with the port lock),
uses the tty field without checking for NULL.

Change uart_tx_stopped to treat a NULL tty field as another stopped
indication.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>

rpi-bootloader-1.20160209-1

Toggle rpi-bootloader-1.20160209-1's commit message
pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

The DT bindings for pinctrl-bcm2835 allow both the function and pull
to contain either one entry or one per pin. However, an error in the
DT parsing can cause failures if the number of pulls differs from the
number of functions.

rpi-bootloader-1.20160202-1

Toggle rpi-bootloader-1.20160202-1's commit message
Merge remote-tracking branch 'stable/linux-4.1.y' into rpi-4.1.y