linux
linux copied to clipboard
Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Adds overrides for using the CAMx_REG pins on the CAM/DISP connectors as generic GPIO. The rationale for the override is to use this GPIO as a reset pin for MIPI...
Add YAML device tree binding for the Sony IMX500 CMOS image sensor / CNN inference engine. Also, add a MAINTAINERS entry.
**Describe the bug** [Google's tcmalloc](https://github.com/google/tcmalloc) assumes a page table size of 4 (which seems to be considered the default) to allocate heap and fails since the kernel is compiled with...
### Describe the bug I used a driver-free USB microphone to do some audio activity detection, such as automatically detecting the audio cutoff point, but some unexpected errors occurred, as...
### Describe the bug I have a small 240x240pixels display with a controller which is MIPI-DBI compliant (ST7789VW). Wrote a custom tinyDRM compliant driver for the display which was only...
### Describe the bug Unsure where the issue lies (hardware, kernel or pyserial), but the RTS pin on the RPI seems to be able to get locked into a state...
### Describe the bug On a Pi 5, when memory is stressed (see below), the HifiBerry DAC+ADC has audio glitches when playing audio at high sample rates. Placing the exact...
### Describe the bug Using a variety of low-cost USB audio microphone capture adapters, I have found cases where capture of audio signals show data corruption in the stream sporadically...
### Describe the bug XBOX 360 Wireless Receiver wont be enumerated on boot. If re-plugged on runtime, it will get enumerated correctly and is working. After soft reboot, Receiver is...
The Raspberry Pi RP2040 GPIO bridge is an I2C-attached MFD exposing both a Tx-only SPI controller, and a GPIO controller. Due to the relative difference in transfer rates between standard-mode...