lategoodbye

Results 34 issues of lategoodbye

#### Checklist - [X] I checked other issues already and found no answer - [X] I checked the documentation and found no answer - [ ] I am running the...

feature request

### Describe the bug Hi, not sure this ever worked before. If i boot my Raspberry Pi 3 B Plus without HDMI attached and then connect the HDMI display afterwards...

KMS Issue

The Raspberry Pi 4 B has a new brand SoC BCM2711 (1.5GHz Quad A72, VideoCore 6) - LPDDR4 (1-8 GB) - VIA Labs VL805 USB 3.0 Host controller (XHCI) -...

enhancement
help wanted

Recent [issue](https://github.com/raspberrypi/linux/issues/3227) in downstream shows a timing issue in polling behavior. As far i can see, this issue still persists in upstream, but the solution might be different.

bug
help wanted

All dt-bindings must be available in YAML format. Background information: https://lwn.net/Articles/767723/ https://www.kernel.org/doc/html/latest/devicetree/writing-schema.html So the following files must be converted: - [ ] dma/brcm,bcm2835-dma.txt - [ ] clock/brcm,bcm2835-cprman.txt - [ ]...

enhancement
help wanted

Currently the foundation repository contains a lot of minor patches against a stock kernel. This ticket should document the status of the current upstream work: bcm2835-rng: Avoid initialising if already...

Upstream still misses some lan78xx patches. So upstream the following patches: lan78xx: Read initial EEE status from DT https://github.com/raspberrypi/linux/commit/8cedd6a4ab564ba0a6cc84b427019b139335f123 https://github.com/raspberrypi/linux/commit/c7ce6c3fc7be0cae80bdce5145138a0d1754ff1b Status: Not acceptable net: lan78xx: Ack pending PHY ints when...

help wanted

Most of the BCM2835/Raspberry Pi drivers doesn't use [SPDX tags](https://lwn.net/Articles/739183/). Current list: ``` ./drivers/dma/bcm2835-dma.c ./drivers/mailbox/bcm2835-mailbox.c ./drivers/spi/spi-bcm2835.c ./drivers/spi/spi-bcm2835aux.c ./drivers/mmc/host/bcm2835.c ./drivers/pinctrl/bcm/pinctrl-bcm2835.c ./drivers/pwm/pwm-bcm2835.c ./drivers/clk/bcm/clk-bcm2835-aux.c ./drivers/clk/bcm/clk-bcm2835.c ./drivers/thermal/broadcom/bcm2835_thermal.c ./drivers/i2c/busses/i2c-bcm2835.c ./drivers/clocksource/bcm2835_timer.c ./drivers/irqchip/irq-bcm2835.c ./drivers/char/hw_random/bcm2835-rng.c ./arch/arm/mach-bcm/board_bcm2835.c ./sound/soc/bcm/bcm2835-i2s.c ./drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c...

enhancement
help wanted

Since the GPIO sysfs has been deprecated, all Raspberry Pi should have the gpio-line-names for all pins. TODOs: RPI 2 B (Header) RPI 3 B (Header) RPI 3 B+ (Header)

enhancement
help wanted

There has been reports that under some conditions sdhost lock ups can occur: https://github.com/raspberrypi/linux/issues/2392 https://patchwork.kernel.org/patch/10219145/ https://bugzilla.opensuse.org/show_bug.cgi?id=1070872

bug