Skip to content

Tags: monome/linux

Tags

norns-kernel_201025

Toggle norns-kernel_201025's commit message
monome-snd: migrate snd_soc_codec to snd_soc_card 

norns-5.4.y-base

Toggle norns-5.4.y-base's commit message
overlays: Add maxtherm overlay for MAX6675/31855 Add an overlay - maxtherm - to support the MAX6675 and MAX31855 family of thermocouples. Developed from an original set of overlays by Dougie Lawson. See: raspberrypi/linux#3763 Signed-off-by: Phil Elwell <phil@raspberrypi.com>

norns-4.19.y-base

Toggle norns-4.19.y-base's commit message
Mute bug fix for Audioinjector.net isolated soundcard. 

norns-kernel_190318

Toggle norns-kernel_190318's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from monome/add-atheros-usb-devices Enable stable Atheros USB devices

norns-kernel_190214

Toggle norns-kernel_190214's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
norns_defconfig: re-enable CONFIG_IP_NF_NAT 

norns-kernel_181130

Toggle norns-kernel_181130's commit message
norns_defconfig: enable NF_IP6_NAT to quiet NetworkManager 

norns-kernel_181004

Toggle norns-kernel_181004's commit message
norns_defconfig: usb_mon as module 

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.