linux icon indicating copy to clipboard operation
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/

Results 537 linux issues
Sort by recently updated
recently updated
newest added

### Describe the bug I have 2 MUX installed, as follows: `dtoverlay=i2c-mux,pca9548,addr=0x74,base=40 dtoverlay=i2c-mux,pca9548,addr=0x70,base=30 ` (note base=xx is a beta provided by PhilE, but the problem was there before this). When...

The driver currently lacks most of the essential configuration properties like invert, swap, min max values etc. This adds support for the common handling of these values via touchscreen.yaml. I...

### Describe the bug Because of #4884 I switched to soft-i2c. On RPi3 it works stable. On RPi4 the clock does not work consistently. Here is an Osci Trace of...

### Describe the bug Raspberry OS 12 Bookworm no longer allows SSH over USB-C/Ethernet gadget mode. ### Steps to reproduce the behaviour Hi everyone! Not sure if this was already...

### Describe the bug When the clock is reduced due to high CPU temperature, the system time of the CM4 runs significantly slower than another reference time. The difference here...

### Describe the bug I am using the following code to activate a DS3231 RTC module to an RPi Zero: ``` dtparam=i2c1=on dtdebug=1 dtoverlay=i2c-rtc,ds3231 ``` But after rebooting, the overlay...

Needs validating that we've got everything, hence draft.

### Describe the bug It happens during web surfing in chromium-browser. Mouse and keyboard just stopped but browser still shows animation on the page. I was able to connect with...

### Describe the bug (firmware/boot/overlays/README line 710, Name: apds9960) documents a param 'noints' which 'disables the interrupt GPIO line'. Therefore in boot/config.txt I have a line 'dtoverlay=apds9960,noints' and on the...

### Describe the bug Shifting from https://forums.raspberrypi.com/viewtopic.php?t=361866 so this doesn't get forgotten. The TC358762 autodetection of the timing is sometimes wrong, so it needs to be explicitly passed. Initially proposed...