Samuel Holland

Results 9 issues of Samuel Holland

I'm running commit 8ea0358a147c09a608a83bff2beba9729525ccb5 merged into Linux 5.11.22. This is my root filesystem. Here's with `rootflags=fsck rw` ``` root@xenon ~ # dmesg | grep mmcblk2p2 [ 1.591979] bcachefs (mmcblk2p2): journal...

new-version-testing
v18

## Type of issue Feature ### Description Boards such as the Zero+ and PC2 have LEDs attached to GPIO pins. We should create an LED class and a GPIO LED...

A-drivers
D-easy

## Type of issue Enhancement ## Description Wakeup sources like CEC and CIR need an accurate clock to do protocol decoding. Boards without external OSC32K get OSC32K divided from OSC16M....

Linux has existing code for this in https://github.com/torvalds/linux/blob/master/arch/arm/mach-sunxi/mc_smp.c. Need to evaluate how much of this can be shared with the existing CSS drivers.

A-drivers

In addition to running code on the [AR100](https://linux-sunxi.org/AR100) in little-endian mode, this is how I tested my little-endian toolchain patches. I'm not sure if this is worth merging in its...

I ran into this by running the program on sorted data that began with over 1000 lines of "0". ``` $ yes 0 | head -n 1000 > file $...

bug

Separate bit masks are used to control the DTR and RTS signals, so both can be set in the same modem control command. Linux does this, especially when using the...

This function does not actually care about the socket state, so there is no need to check it. The ability to immediately receive data only depends on there being something...

Captures taken from three different sensors which were purchased together as a set with a base station. Captures were recorded with `-Y autolevel` and require passing `-Y minlevel=-27` to decode...