Skip to content

Tags: raspberrypi/linux

Tags

stable_20250916

Toggle stable_20250916's commit message
Revert "net: macb: Partial revert of "net: macb: Also set DMA coheren…

…t mask""

This reverts commit 51dde1b.

stable_20250702

Toggle stable_20250702's commit message
fixup! dtoverlays: add overlay for Pi Vision

Signed-off-by: Phil Elwell <phil@raspberrypi.com>

stable_20250428

Toggle stable_20250428's commit message
drivers: media: i2c: imx335: Fix frame size enumeration

In commit cfa49ff ("media: i2c: imx335: Support 2592x1940 10-bit
mode") the IMX335 driver was extended to support multiple output modes.

This incorrectly extended the frame size enumeration to check against
the supported mbus_codes array instead of the supported mode/frame
array. This has the unwanted side effect of reporting the currently
supported frame size 2592x1944 three times.

Fix the check accordingly to report a frame size for each supported
size, which is presently only a single entry.

Fixes: cfa49ff ("media: i2c: imx335: Support 2592x1940 10-bit mode")
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

stable_20250127

Toggle stable_20250127's commit message
drivers: media: pci: Update Hailo accelerator device driver to v4.20

Sourced from https://github.com/hailo-ai/hailort-drivers

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>

rpi-6.12.y_20241206_2

Toggle rpi-6.12.y_20241206_2's commit message
overlays: Added waveshare 13.3inch panel support

Signed-off-by: eng33 <eng33@waveshare.com>

rpi-6.12.y_20241206

Toggle rpi-6.12.y_20241206's commit message
overlays: Added waveshare 13.3inch panel support

Signed-off-by: eng33 <eng33@waveshare.com>

stable_20241008

Toggle stable_20241008's commit message
Revert "DTS: bcm2712: enable SD slot CQE by default on Pi 5"

This reverts commit 216df57.

See #6349

There is an unknown hang when issuing flush commands that may be
triggered when IO is pending. Revert while investigation takes place.

stable_20240529

Toggle stable_20240529's commit message
configs: Really enable Hailo accelerator driver

For real, this time.

stable_20240423

Toggle stable_20240423's commit message
dts: bcm2712: cm5: Force the ANT pins to GPIOs

The magic required to make requesting a GPIO automatically change the
pinmux settings is currently absent. Work around that by explicitly
requesting that the ANT pins be in GPIO mode.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>

stable_20240124

Toggle stable_20240124's commit message
drm/vc4: Fix atomic_async_check to call the right mode_set function

vc4_plane_atomic_async_check was always calling vc4_plane_mode_set
to validate and generate the dlist for the check. If async_check
decided it had to fall back to a sync commit, then this GEN4/5
dlist could get used on GEN6.

Call either vc4_plane_mode_set or vc6_plane_mode_set as appropriate.

Fixes: 1ab1fbb ("drm/vc4: hvs: Support BCM2712 HVS")
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>