Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCI: Release unused bridge resources during resize #6653

Draft
wants to merge 819 commits into
base: rpi-6.12.y
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
819 commits
Select commit Hold shift + click to select a range
ccef8dc
clk: rp1: Add RP1_CLK_DMA.
6by9 Nov 13, 2024
aa4f576
rp1: clk: Remove CLK_IGNORE_UNUSED flags
6by9 Nov 8, 2024
c8f4f08
dt: rp1: Use clk_sys for ethernet hclk and pclk
6by9 Nov 11, 2024
dc45423
dt: rp1: Link RP1 DMA to the associated clock
6by9 Nov 13, 2024
108c572
dts: bcm2712-ds: Restore the A76 PMU declaration
pelwell Dec 3, 2024
41cc674
dts: rp1: Re-enable DMA to RP1 UART0
pelwell Dec 3, 2024
a684ea3
dts: bcm2712-ds: Restore gpio-direct to gio_aon
pelwell Dec 3, 2024
ae40fe1
drm/vc4: plane: Keep fractional source coords inside state
popcornmix Jun 21, 2024
6039b64
drm/vc4: plane: Handle fractional coordinates using the phase field
popcornmix Jun 21, 2024
6e1c7eb
drm/vc4: crtc: Force trigger of dlist update on margins change
6by9 Jun 21, 2024
02f62ba
drm/vc4: plane: Add support for YUV444 formats
popcornmix Jun 21, 2024
62e203f
drm/vc4: hdmi: Warn if writing to an unknown HDMI register
mripard Jun 21, 2024
fb0392a
drm/vc4: hvs: More logging for dlist generation
mripard Jun 21, 2024
adc6952
drm/vc4: hvs: Print error if we fail an allocation
mripard Jun 21, 2024
388b504
drm/vc4: plane: Add more debugging for LBM allocation
mripard Jun 21, 2024
ad4c006
drm/vc4: plane: Use return variable in atomic_check
mripard Jun 21, 2024
db00848
drm/vc4: crtc: Move assigned_channel to a variable
mripard Jun 21, 2024
121c037
drm/vc4: plane: YUV planes require vertical scaling to always be enabled
6by9 Jun 21, 2024
bf0274c
drm/vc4: hvs: Remove ABORT_ON_EMPTY flag
popcornmix Jun 21, 2024
3e9e677
drm/vc4: Make v3d paths unavailable on any generation newer than vc4
mripard Jun 21, 2024
eef4dee
drm/vc4: hvs: Use switch statement to simplify vc4_hvs_get_fifo_from_…
mripard Jun 21, 2024
16436f5
drm/vc4: hvs: Create hw_init function
mripard Jun 21, 2024
3b1bbd4
drm/vc4: hvs: Create cob_init function
mripard Jun 21, 2024
0e59a34
drm/vc4: hvs: Rename hvs_regs list
mripard Jun 21, 2024
3572d7a
drm/vc4: plane: Change ptr0_offset to an array
mripard Jun 21, 2024
0715ade
drm/vc4: hvs: Rework LBM alignment
mripard Jun 21, 2024
e9a6024
drm/vc4: hvs: Change prototype of __vc4_hvs_alloc to pass registers
mripard Jun 21, 2024
edfafd3
drm/vc4: plane: Move the buffer offset out of the vc4_plane_state
6by9 Jun 21, 2024
cda6929
drm/vc4: hvs: Enable SCALER_CONTROL early in HVS init
timg236 Jun 21, 2024
0b2284a
drm/vc4: Use `vc4_perfmon_find()`
mairacanal Oct 4, 2024
066f772
drm/vc4: Use of_device_get_match_data to set generation
6by9 Oct 25, 2024
e0a2b8c
drm/vc4: Fix reading of frame count on GEN5 / Pi4
6by9 Oct 25, 2024
986b11e
drm/vc4: drv: Support BCM2712
mripard Oct 25, 2024
f7af8ae
drm/vc4: hvs: Add support for BCM2712 HVS
mripard Oct 25, 2024
7aae34f
drm/vc4: crtc: Add support for BCM2712 PixelValves
mripard Oct 25, 2024
8c71d6b
drm/vc4: hdmi: Add support for BCM2712 HDMI controllers
mripard Oct 25, 2024
2517750
drm/vc4: txp: Introduce structure to deal with revision differences
mripard Oct 25, 2024
94355bf
drm/vc4: txp: Rename TXP data structure
mripard Oct 25, 2024
04a1612
drm/vc4: txp: Add byte enable toggle bit
mripard Oct 25, 2024
11dd4eb
drm/vc4: txp: Add horizontal and vertical size offset toggle bit
mripard Oct 25, 2024
897c526
drm/vc4: txp: Handle 40-bits DMA Addresses
mripard Oct 25, 2024
5fe4d42
drm/vc4: txp: Move the encoder type in the variant structure
mripard Oct 25, 2024
238418b
drm/vc4: txp: Add a new TXP encoder type
mripard Oct 25, 2024
e530548
drm/vc4: txp: Add support for BCM2712 MOP
mripard Oct 25, 2024
5c9fc12
drm/vc4: txp: Add BCM2712 MOPLET support
mripard Oct 25, 2024
ce40ada
drm/vc4: drv: Add support for 2712 D-step
6by9 Oct 25, 2024
00836c8
drm/vc4: hvs: Add in support for 2712 D-step.
6by9 Oct 25, 2024
11316d2
drm/vc4: plane: Add support for 2712 D-step.
6by9 Oct 25, 2024
7fc85fe
drm/vc4: hdmi: Support 2712 D-step register map
6by9 Oct 25, 2024
3d8e0d7
drm/vc4: Add additional warn_on for incorrect revisions
mripard Oct 25, 2024
28f2645
drm/vc4: Enable bg_fill if there are no planes enabled
6by9 Oct 25, 2024
1fb057f
drm/vc4: Drop planes that are completely off-screen or 0 crtc size
6by9 Oct 25, 2024
dbca13e
dt: Disabled vc4 by default on 2712
6by9 Dec 4, 2024
09186d7
arch: arm64: broadcom: Add firmware clocks node
6by9 Jun 21, 2024
39cfa3a
arm64: dts: broadcom: Add display pipeline support to BCM2712
6by9 Jun 21, 2024
2f37adf
arm64: dts: broadcom: Add DT for D-step version of BCM2712
6by9 Oct 3, 2024
948bfe5
arm64: dts: broadcom: Fixup downstream DT changes due to DRM merge
6by9 Dec 4, 2024
92a8c9f
dtoverlays: enable gpu node from vc4-kms-v3d-pi5
6by9 Dec 4, 2024
5f339d3
drm/vc4: Use phys addresses for slave DMA config
pelwell May 11, 2023
5e56d94
arm64: dts: broadcom: Fixup HVS address for downstream size-cells
6by9 Dec 4, 2024
45ee0ee
drm/vc4: hvs: Defer dlist slots deallocation
mripard Dec 16, 2021
f350ba8
drm/vc4: Add hvs_dlist_allocs debugfs function.
6by9 Oct 27, 2023
a823d72
drm/vc4: Disable overrun interrupts
6by9 Jan 24, 2024
2a99144
drm: vc4: Block swiotlb bounce buffers being imported as dmabuf
6by9 Nov 22, 2023
bd05bd9
drm/vc4: Add option to call from crtc to encoder on vblank
6by9 Apr 5, 2024
18cf0b0
drm: vc4: dsi: Clocks should be running before reset
6by9 Jun 8, 2022
2d2c1b7
drm: vc4: Reset DSI AFE on disable
6by9 May 26, 2022
f7325b6
drm/vc4: Ensure DSI is enabled for FIFO resets
6by9 Apr 5, 2024
77b8285
drm/vc4: Add vblank callback to DSI0 to reset FIFO
6by9 Apr 5, 2024
7195140
drm/vc4: Fixup mode for 7inch panel on DSI0
6by9 Apr 26, 2024
755dfc9
drm/vc4: dsi: Don't reset the host until post_disable
6by9 May 2, 2024
97f6f01
drm: vc4: dsi: enable video and then retry failed transfers
6by9 Sep 20, 2024
0b09b0b
drm/vc4: Allow setting the TV norm via module parameter
Jul 14, 2021
6f627c4
drm/vc4: Make VEC progressive modes readily accessible
Jul 14, 2021
38c22b4
drm/vc4: Initialise the tv_mode property default from cmdline_mode.
6by9 Jan 25, 2024
929558e
vc4: Add jack detection to HDMI audio driver
cillian64 Feb 28, 2024
7046ef4
drm/vc4: hdmi: Add a clear_infoframe hook
6by9 Nov 21, 2024
9388ba9
drm/vc4_hdmi: Allow hotplug detect to be forced
popcornmix Jun 1, 2022
ca74a0b
vc4/hdmi: Ignore hotplug interrupt with force_hotplug
popcornmix Apr 23, 2024
922a6cb
drm/vc4: Add a delay after disabling hdmi phy output
popcornmix Aug 12, 2024
fc66295
drm/vc4: Implement vc6_hdmi_phy_disable
popcornmix Aug 13, 2024
27ead5b
drm/vc4: Also power down the PLL core when resetting PHY
popcornmix Aug 13, 2024
41363ed
drm/vc4: dpi: Add override for RGB order
6by9 May 10, 2024
65315f3
vc4/drm:plane: Make use of chroma siting parameter
popcornmix Jan 27, 2022
098292d
drm/vc4: Add support for per plane scaling filter selection
6by9 Jul 25, 2024
9efea61
drm/vc4: Use the TPZ scaling filter for 1x1 source images
6by9 Sep 11, 2024
3c9277b
drm/vc4: hvs: Defer updating the enable_bg_fill until vblank
6by9 Nov 12, 2024
d56e5d8
drm/vc4: Increase number of overlay planes from 16 to 48
6by9 Oct 21, 2022
2344fc5
drm/vc4: Assign 32 overlay planes to writeback only
6by9 Aug 15, 2023
1122a47
drm/vc4: Do not include writeback conn load in load tracker
6by9 Sep 9, 2024
45edc67
drm/vc4: Drop panic priority for writeback connector
6by9 Sep 9, 2024
da60188
drm/vc4: txp: Add a rotation property to the writeback connector
6by9 Aug 14, 2024
dfc4e02
drm/vc4: Remove request for min clocks when hdmi output is disabled
popcornmix Oct 14, 2024
04dfe62
drm/vc4: Disable the 2pixel/clock odd timings workaround for interlaced
popcornmix Oct 24, 2023
6dafbbc
drm/vc4: fkms: Add firmware-kms mode
6by9 Sep 7, 2020
fee88af
drm/vc4: tests: Switch generation mockup to a switch
mripard Feb 17, 2023
df37441
drm/vc4: tests: Drop drm parameter for vc4_find_crtc_for_encoder
mripard Mar 24, 2023
4e9567e
drm/vc4: tests: Return the allocated output
mripard Mar 24, 2023
a3e61dc
drm/vc4: tests: Add BCM2712 mock driver
mripard Feb 17, 2023
342cf7b
drm/vc4: tests: Add tests for BCM2712 PixelValve Muxing
mripard Apr 14, 2023
0fa576f
drm/vc4: tests: Use custom plane state for mock
mripard Apr 14, 2023
961f647
drm/vc4: tests: Add function to lookup a plane for a CRTC
mripard Apr 14, 2023
d314d3b
drm/vc4: tests: Add helper to add a new plane to a state
mripard Apr 14, 2023
bb7ccbf
drm/vc4: tests: Support a few more plane formats
mripard Apr 14, 2023
68f7dd7
drm/vc4: tests: Introduce a test for LBM buffer size
mripard Apr 14, 2023
2527612
drm/vc4: backport 27e0a194a256 and b3bf19552ea3
mairacanal Aug 6, 2024
6c79308
drm/vc4: Cache LBM allocations to avoid double-buffering
6by9 Sep 27, 2024
8dd63ae
dtoverlays: bcm2712d0 - Don't change vc4 compatible string
6by9 Dec 4, 2024
57b524f
arm64: dts: broadcom: Add dma-names for HDMI audio DMA
6by9 Dec 4, 2024
c2a1240
raspberrypi-firmware: Add the RPI firmware UART APIs
timg236 Nov 1, 2024
3c175e0
serial: core: Add the Raspberry Pi firmware UART id
timg236 Nov 1, 2024
e929ba7
serial: tty: Add a driver for the RPi firmware UART
timg236 Aug 28, 2024
6c2a82b
configs: Enable the RPi FW UART driver
timg236 Nov 1, 2024
50e6245
dtoverlay: Add an overlay for the Raspberry Pi firmware UART
timg236 Nov 4, 2024
8c9d0ca
ARM: dts: Remove duplicate tags
pelwell Sep 18, 2024
2ee8a60
Allow setting I²C clock frequency via i2c_arm_baudrate dtparam when u…
gtrainavicius Dec 4, 2024
847999e
nvme-pci: Disable Host Memory Buffer usage
pelwell Dec 3, 2024
1cd523b
serial: rpi-fw-uart: Demote debug log messages
pelwell Dec 5, 2024
c8c6d71
dtoverlays: Add Arducam override for ov9281
6by9 Dec 2, 2024
9da896b
input: Add support for no irq to ili210x driver
Dec 5, 2024
395cff8
drm: panel: Added waveshare 13.3inch panel
Dec 5, 2024
5d5fb4a
overlays: Added waveshare 13.3inch panel support
Dec 5, 2024
aca0e3b
dts: bcm2712-ds: Dedup as upstream support expands
pelwell Dec 9, 2024
b96ca51
cgroup: Add cgroup_enable option
pelwell Dec 9, 2024
e89328c
drm/v3d: Correct clock settng calls to new APIs
popcornmix Dec 9, 2024
ca974cc
drm: bridge: panel: Connector to allow interlaced modes
njhollinghurst Nov 19, 2024
0bf5682
dts: overlays: vc4-kms-dpi-generic-overlay: Add "interlaced" property
njhollinghurst Nov 19, 2024
4041848
drm: rp1: rp1-dpi: Add interlaced modes and PIO program to fix VSYNC
njhollinghurst Dec 10, 2024
58ec633
ASoC: allo-piano-dac-plus: Fix volume limit locking
pelwell Dec 11, 2024
4f33a6f
drm: vc4: txp: Do not allow 24bpp formats when transposing
6by9 Dec 11, 2024
08e518f
drm: Validate connector rotation has one bit set in the rotation prop…
6by9 Dec 12, 2024
237b456
ASoC: allo-piano-dac-plus: Suppress -517 errors
pelwell Dec 12, 2024
854ee02
drm: rp1: rp1-dpi: Fix optional dependency on RP1_PIO
njhollinghurst Dec 12, 2024
3ea61ea
serial: sc16is7xx: announce support for SER_RS485_RTS_ON_SEND
hvilleneuvedoo Oct 7, 2024
ca7f598
dtoverlays: Add override for target-path on I2C overlays
6by9 Dec 16, 2024
c29d849
misc: rp1-pio: Support larger data transfers
pelwell Dec 16, 2024
c519a4d
dtoverlays: Use continuous clock mode for ov9281
6by9 Dec 16, 2024
1fcedf6
dts: bcm2712-ds: Restore the VGIC interrupt
pelwell Dec 19, 2024
04efe1a
overlays: goodix: Allow override i2c address
ragazenta Dec 18, 2024
b1fc87a
configs: Restore RP1_PIO after dependency change
pelwell Dec 19, 2024
5157350
misc: rp1-pio: More logical probe sequence
pelwell Dec 5, 2024
d16de01
misc: rp1-pio: Convert floats to 24.8 fixed point
pelwell Dec 9, 2024
f306db4
misc: rp1-pio: Minor cosmetic tweaks
pelwell Dec 10, 2024
7cf5ae5
misc: rp1-pio: Add in-kernel DMA support
pelwell Dec 12, 2024
b148ac9
misc: Add ws2812-pio-rp1 driver
pelwell Dec 3, 2024
4d0b775
overlays: Add ws2812-pio overlay
pelwell Dec 12, 2024
5dd3acb
configs: Enable the WS2812_PIO_RP1 driver
pelwell Dec 12, 2024
950debf
overlays: Add and document i2c_csi_dsi0 parameters
pelwell Dec 19, 2024
0e25510
dts: Add noanthogs parameter to CM4 and CM5
pelwell Dec 20, 2024
35bec61
configs: Enable PCM3168A driver
gordoste Dec 22, 2024
34e91a4
soc: pcm3168a: Add DT binding to force clock consumer mode
gordoste Dec 22, 2024
35e68b1
docs: pcm3168a: Add DT bindings to force clock consumer mode
gordoste Dec 22, 2024
d51e9e3
overlays: Add overlay for ezsound 6x8 soundcard
gordoste Dec 22, 2024
b6c7175
overlays: Compile the new overlay
gordoste Dec 22, 2024
6a14e56
overlays: Add ezsound-6x8iso overlay to README
gordoste Dec 22, 2024
e4ab4f6
Revert "PCI: Warn if no host bridge NUMA node info"
pelwell Jan 1, 2025
8d3875e
Add Pi 500 and CM5 as a device to bug_report.yml
nbuchwitz Dec 21, 2024
ee44462
Update the Issue template
andrum993 Dec 21, 2024
37ff031
Add and update files for pwm-gpio-fan overlay
herbingk Dec 31, 2024
f6bb1b5
media: i2c: imx290: Limit analogue gain according to module
6by9 Nov 20, 2024
42b04ed
media: dt-bindings: sony,imx290: Add IMX462 to the IMX290 binding
6by9 Nov 20, 2024
1a71041
media: i2c: imx290: Add configuration for IMX462
6by9 Nov 20, 2024
149bb3c
media: imx290: Add module parameter to allow selection of HCG mode
6by9 May 15, 2024
a3622fc
dtoverlays: Switch imx462 overlay to use the new compatible
6by9 Nov 12, 2024
18c0c71
PCI: brcmstb: don't use ASPM state defines for register bits
P33M Jan 7, 2025
f6cc914
dts: bcm2711: PL011 UARTs are actually r1p5
pelwell Jan 7, 2025
27209b0
dts: bcm2712: PL011 UARTs are actually r1p5
pelwell Jan 7, 2025
04a2cc2
dts: rp1: PL011 UARTs are actually r1p5
pelwell Jan 7, 2025
0043daf
media: rp1-cfe: Fix up link validation for CFE CFG input
6by9 Jan 7, 2025
92343cd
defconfigs: Add IMX415 to all Pi defconfigs
6by9 Jan 2, 2025
6cd1f97
dtoverlays: Add overlay for Sony IMX415 image sensor
6by9 Dec 31, 2024
d05b6b3
media: i2c: imx415: Add read/write control of VBLANK
6by9 Jan 1, 2025
2d872d5
media: i2c: imx415: Make HBLANK controllable and in consistent units
6by9 Jan 1, 2025
bf7abea
media: i2c: imx415: Link frequencies are not exclusive to num lanes
6by9 Jan 2, 2025
156ff9c
ASoC: pcm512x: Demote "No SCLK" to debug level
pelwell Jan 8, 2025
a2b41da
ASoC: allo-piano-dac-plus: Fix volume limiting
pelwell Jan 8, 2025
4e80054
ASoC: allo-piano-dac-plus: Remove pointless code
pelwell Jan 8, 2025
5f9fffe
configs: add CONFIG_CRYPTO_NHPOLY1305_NEON=m
plumbeo Jan 9, 2025
da36564
misc: rp1-pio: Handle probe errors
pelwell Jan 9, 2025
2a409f2
firmware: rp1: Simplify rp1_firmware_get
pelwell Jan 9, 2025
92ad6d7
DT: bcm2712: override supports-cqe to a cell
P33M Jan 10, 2025
6443faf
mmc: sd: filter card CQ support based on an allow-list
P33M Jan 8, 2025
bf5027e
mmc: set MMC_QUIRK_KNOWN_WORKING_SD_CQ on Raspberry Pi class A2 cards
P33M Jan 8, 2025
fdbc8e8
mmc: use downstream DT property to modify CQE and/or SD CQ behaviour
P33M Jan 8, 2025
18c4cdd
dts: bcm2711: Don't mark timer regs unconfigured
pelwell Jan 10, 2025
3faa296
mmc: bcm2835-sdhost Observe SWIOTLB memory limit
pelwell Jan 10, 2025
0c6100e
drm/v3d: CPU job submissions shouldn't affect V3D GPU clock
txenoo Jan 13, 2025
62f9e85
bcm2708_fb: Explicitly initialise the IOMEM ops
pelwell Jan 14, 2025
3eb4629
configs: Switch to the upstream SDHOST driver
pelwell Jan 13, 2025
d484d98
mmc: bcm2835: Add downstream overclocking support
pelwell Jan 13, 2025
a71e58b
media: imx219: Adjust PLL settings based on the number of MIPI lanes
6by9 Jan 16, 2025
7cedb06
IMX219: Add 4-lane option to the device tree overlay
peyton-howe Jan 4, 2025
c26062d
drivers: media: pisp_be: Add support for YUV422 planar format
naushir Jan 15, 2025
af57773
drivers: media: pisp_be: Remove unused fields in struct pisp_be_config
naushir Jan 16, 2025
787c551
dtoverlays: waveshare-panel: Disable new touch controller by default
6by9 Jan 20, 2025
4a42910
drm/gem: Create shmem GEM object in a given mountpoint
mairacanal Sep 23, 2024
7555aa5
drm/gem: Create a drm_gem_object_init_with_mnt() function
mairacanal Sep 23, 2024
6c30660
drm/v3d: Use v3d_perfmon_find()
Sep 23, 2024
1789d4c
drm/v3d: Fix return if scheduler initialization fails
mairacanal Sep 23, 2024
d52e461
drm/v3d: Introduce gemfs
mairacanal Sep 23, 2024
92d292d
drm/v3d: Reduce the alignment of the node allocation
mairacanal Sep 23, 2024
4b583d2
drm/v3d: Support Big/Super Pages when writing out PTEs
mairacanal Sep 23, 2024
260f01d
drm/v3d: Use gemfs/THP in BO creation if available
mairacanal Sep 23, 2024
3f35c9b
drm/v3d: Add modparam for turning off Big/Super Pages
mairacanal Sep 23, 2024
d913389
drm/v3d: Expose Super Pages capability
mairacanal Sep 23, 2024
d3eeb6a
drm/v3d: Drop allocation of object without mountpoint
mbgg Oct 29, 2024
4c61615
drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL
Dec 2, 2024
8865c53
drm/v3d: Fix miscellaneous documentation errors
mairacanal Dec 6, 2024
d74911d
drm/v3d: Remove `v3d->cpu_job`
mairacanal Jan 13, 2025
14a9772
drm: rp1: rp1-dpi: Add "rgb_order" property (to match VC4 DPI)
njhollinghurst Jan 20, 2025
4e1654f
configs: add CONFIG_SND_SOC_WM8904=m
pelwell Jan 22, 2025
403804e
add ina238 to i2c-sensors
jsarrett Jan 26, 2025
c137725
configs: add CONFIG_SENSORS_INA238=m
jsarrett Jan 26, 2025
e893e70
add shtc3 to i2c-sensors
jsarrett Jan 27, 2025
63b458f
drivers: media: pci: Update Hailo accelerator device driver to v4.20
naushir Jan 23, 2025
7ca1c73
overlays: Regularisation and improvements
pelwell Jan 27, 2025
e19dfb2
overlays: Factor out the common i2c bus selection
pelwell Jan 26, 2025
11a2b69
README: show rpi-6.12.y build status
marcone Jan 28, 2025
41c27bc
misc: rp1-pio: SM_CONFIG_XFER32 = larger DMA bufs
pelwell Jan 30, 2025
683ea90
Enable CONFIG_NETKIT
sholdee Jan 31, 2025
f14de50
configs: Enable Renesas XHCI driver
nbuchwitz Feb 2, 2025
716fdb2
spi: dw: Wait for idle after TX
pelwell Feb 3, 2025
11c2eef
misc: rp1-pio: Error out on incompatible firmware
pelwell Feb 3, 2025
b1cc545
firmware: rp1: Linger on firmware failure
pelwell Feb 3, 2025
9466eb8
mailbox: rp1: Don't claim channels in of_xlate
pelwell Feb 4, 2025
ca94ae0
arm64: dts: Prepare for #size-cells = 2
pelwell Feb 4, 2025
459fc87
dts: bcm2712: add missing brcm,vdm-qos-map to cm5 base dts
P33M Feb 11, 2025
35ebf70
dtoverlays: adds support for Hifiberry ADC8x to the DAC8x
j-schambacher Feb 10, 2025
5145863
ASoC: adds ADC8x support to the Hifiberry DAC8x
j-schambacher Feb 10, 2025
5332099
Revert "media: i2c: imx290: Register 0x3011 varies between imx327 and…
popcornmix Feb 10, 2025
2d2f3a3
brcmfmac: Fix structure size for WPA3 external SAE
Aug 9, 2021
fd059b7
drm/vc4: PV1 can be driven via any HVS channel, so adapt to allow it
6by9 Feb 13, 2025
ab938bb
drm/vc4: tests: Update pv muxing tests now DSI1 is more flexible
6by9 Feb 13, 2025
eb54158
configs: Enable Intel Wireless (PCI) drivers
pelwell Dec 9, 2024
98398bf
Revert "Revert "media: i2c: imx290: Register 0x3011 varies between im…
popcornmix Feb 17, 2025
d2af97c
drm/edid: When reset, assume HDMI displays support RGB444
6by9 Jan 28, 2025
d024995
configs: Enable more ZRAM backends
popcornmix Feb 20, 2025
d76ddb7
overlays: Add OpenHydroponics RootMaster overlay
mickeprag Feb 13, 2025
f4bf894
arm64: dts: Add the Audio Out block to rp1.dtsi
njhollinghurst Feb 11, 2025
9b222c1
clk: rp1: Allow audio out to use PLL_AUDIO_SEC; workaround rounding e…
njhollinghurst Feb 11, 2025
7e6aef6
sound: soc: raspberrypi: RP1 Audio Out driver as an ASOC DAI
njhollinghurst Feb 12, 2025
eb49f1c
dts: overlays: Enable RP1 Audio Out using audremap-pi5-overlay
njhollinghurst Feb 20, 2025
521f0f9
fixup! sound: soc: raspberrypi: RP1 Audio Out driver as an ASOC DAI
pelwell Feb 25, 2025
cb4a4ee
media: i2c: arducam-pivariety: Fix mutex init and NULL pointer
Fenix-125 Feb 18, 2025
a6322f0
misc: rp1-pio: Demote fw probe error to warning
pelwell Feb 25, 2025
9b2b614
dts: Add hogs for RP1 GPIO 46/48 on CM5
roliver-rpi Feb 25, 2025
f4dc7ec
spi: rp2040-gpio-bridge: fix gpiod error handling
roliver-rpi Feb 25, 2025
a8045af
spi: rp2040-gpio-bridge: probe: Cfg fast_xfer clk
roliver-rpi Feb 25, 2025
bd6454d
configs: Delete bcmrpi3_defconfig
pelwell Feb 26, 2025
55bf112
PCI: Release unused bridge resources during resize
P33M Feb 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
95 changes: 95 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
name: "Bug report"
description: Create a report to help us fix your issue
body:
- type: markdown
attributes:
value: |
**Is this the right place for my bug report?**
This repository contains the Linux kernel used on the Raspberry Pi.
If you believe that the issue you are seeing is kernel-related, this is the right place.
If not, we have other repositories for the GPU firmware at [github.com/raspberrypi/firmware](https://github.com/raspberrypi/firmware) and Raspberry Pi userland applications at [github.com/raspberrypi/userland](https://github.com/raspberrypi/userland).

If you have problems with the Raspbian distribution packages, report them in the [github.com/RPi-Distro/repo](https://github.com/RPi-Distro/repo).
If you simply have a question, then [the Raspberry Pi forums](https://www.raspberrypi.org/forums) are the best place to ask it.

- type: textarea
id: description
attributes:
label: Describe the bug
description: |
Add a clear and concise description of what you think the bug is.
validations:
required: true

- type: textarea
id: reproduce
attributes:
label: Steps to reproduce the behaviour
description: |
List the steps required to reproduce the issue.
validations:
required: true

- type: dropdown
id: model
attributes:
label: Device (s)
description: On which device you are facing the bug?
multiple: true
options:
- Raspberry Pi Zero
- Raspberry Pi Zero W / WH
- Raspberry Pi Zero 2 W
- Raspberry Pi 1 Mod. A
- Raspberry Pi 1 Mod. A+
- Raspberry Pi 1 Mod. B
- Raspberry Pi 1 Mod. B+
- Raspberry Pi 2 Mod. B
- Raspberry Pi 2 Mod. B v1.2
- Raspberry Pi 3 Mod. A+
- Raspberry Pi 3 Mod. B
- Raspberry Pi 3 Mod. B+
- Raspberry Pi 4 Mod. B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi 500
- Raspberry Pi CM1
- Raspberry Pi CM3
- Raspberry Pi CM3 Lite
- Raspberry Pi CM3+
- Raspberry Pi CM3+ Lite
- Raspberry Pi CM4
- Raspberry Pi CM4 Lite
- Raspberry Pi CM5
- Raspberry Pi CM5 Lite
- Other
validations:
required: true

- type: textarea
id: system
attributes:
label: System
description: |
Copy and paste the results of the raspinfo command in to this section.
Alternatively, copy and paste a pastebin link, or add answers to the following questions:
* Which OS and version (`cat /etc/rpi-issue`)?
* Which firmware version (`vcgencmd version`)?
* Which kernel version (`uname -a`)?
validations:
required: true

- type: textarea
id: logs
attributes:
label: Logs
description: |
If applicable, add the relevant output from `dmesg` or similar.

- type: textarea
id: additional
attributes:
label: Additional context
description: |
Add any other relevant context for the problem.

9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: "⛔ Question"
url: https://forums.raspberrypi.com
about: "Please do not use GitHub for asking questions. If you simply have a question, then the Raspberry Pi forums are the best place to ask it. Thanks in advance for helping us keep the issue tracker clean!"
- name: "⛔ Problems with Raspberry Pi OS packages"
url: https://github.com/RPi-Distro/repo
about: "If you have problems with a Raspberry Pi OS package, please report them at https://github.com/RPi-Distro/repo."

18 changes: 18 additions & 0 deletions .github/workflows/checkpatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Advisory checkpatch review
on: [pull_request]

jobs:
review:
name: checkpatch review
runs-on: ubuntu-latest
steps:
- name: 'Calculate PR commits + 1'
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
- name: Copy checkpatch.conf
run: cp ${{github.workspace}}/.github/workflows/ci_checkpatch.conf ${{github.workspace}}/.checkpatch.conf
- name: Run checkpatch review
uses: webispy/checkpatch-action@v9
4 changes: 4 additions & 0 deletions .github/workflows/ci_checkpatch.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--no-tree
--ignore FILE_PATH_CHANGES
--ignore GIT_COMMIT_ID
--ignore SPDX_LICENSE_TAG
48 changes: 48 additions & 0 deletions .github/workflows/dtoverlaycheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Pi dtoverlay checks

on:
pull_request:
paths-ignore:
- '.github/**'
branches: [ "rpi-*" ]
push:
paths-ignore:
- '.github/**'
branches: [ "rpi-*" ]
workflow_dispatch:

env:
UTILS_DIR: "${{github.workspace}}/utils"

jobs:
dtoverlaycheck:
runs-on: ubuntu-latest

steps:
- name: Install toolchain
run: |
sudo apt update
sudo apt-get install gcc-arm-linux-gnueabihf libfdt-dev device-tree-compiler
timeout-minutes: 10

- uses: actions/checkout@v4
with:
fetch-depth: 1
clean: true

- name: overlaycheck
run: |
git clone https://github.com/raspberrypi/utils ${{env.UTILS_DIR}}
cd ${{env.UTILS_DIR}}
pwd
mkdir build
cd build
pwd
cmake ..
make -j4
sudo make install
cd ${{github.workspace}}
pwd
make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- bcm2711_defconfig
make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- dtbs
${{env.UTILS_DIR}}/overlaycheck/overlaycheck
108 changes: 108 additions & 0 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
name: Pi kernel build tests

on:
pull_request:
paths-ignore:
- '.github/**'
branches: [ "rpi-*" ]
push:
paths-ignore:
- '.github/**'
branches: [ "rpi-*" ]
workflow_dispatch:

env:
NUM_JOBS: 6

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- name: bcm2835
arch: arm
defconfig: bcm2835_defconfig
kernel: kernel

- name: arm64
arch: arm64
defconfig: defconfig
kernel: kernel8

- name: bcmrpi
arch: arm
defconfig: bcmrpi_defconfig
kernel: kernel

- name: bcm2709
arch: arm
defconfig: bcm2709_defconfig
kernel: kernel7

- name: bcm2711
arch: arm
defconfig: bcm2711_defconfig
kernel: kernel7l

- name: bcm2711_arm64
arch: arm64
defconfig: bcm2711_defconfig
kernel: kernel8

- name: bcm2712
arch: arm64
defconfig: bcm2712_defconfig
kernel: kernel_2712

steps:
- name: Update install
run:
sudo apt-get update

- name: Install toolchain
run:
if [[ "${{matrix.arch}}" == "arm64" ]]; then
sudo apt-get install gcc-aarch64-linux-gnu;
else
sudo apt-get install gcc-arm-linux-gnueabihf;
fi
timeout-minutes: 5

- uses: actions/checkout@v4
with:
fetch-depth: 1
clean: true

- name: Build kernel ${{matrix.name}}
run: |
mkdir ${{github.workspace}}/build
export ARCH=${{matrix.arch}}
if [[ "$ARCH" == "arm64" ]]; then
export CROSS_COMPILE=aarch64-linux-gnu-
export DTS_SUBDIR=broadcom
export IMAGE=Image.gz
else
export CROSS_COMPILE=arm-linux-gnueabihf-
export DTS_SUBDIR=broadcom
export IMAGE=zImage
fi
make O=${{github.workspace}}/build ${{matrix.defconfig}}
scripts/config --file ${{github.workspace}}/build/.config --set-val CONFIG_WERROR y
make O=${{github.workspace}}/build -j ${{env.NUM_JOBS}} $IMAGE modules dtbs
mkdir -p ${{github.workspace}}/install/boot/overlays
make O=${{github.workspace}}/build INSTALL_MOD_PATH=${{github.workspace}}/install modules_install
cp ${{github.workspace}}/build/arch/${ARCH}/boot/dts/${DTS_SUBDIR}/*.dtb ${{github.workspace}}/install/boot/
cp ${{github.workspace}}/build/arch/${ARCH}/boot/dts/overlays/*.dtb* ${{github.workspace}}/install/boot/overlays/
cp ${{github.workspace}}/arch/${ARCH}/boot/dts/overlays/README ${{github.workspace}}/install/boot/overlays/
cp ${{github.workspace}}/build/arch/${ARCH}/boot/$IMAGE ${{github.workspace}}/install/boot/${{matrix.kernel}}.img

- name: Tar build
run: tar -cvf ${{matrix.name}}_build.tar -C ${{github.workspace}}/install .

- name: Upload results
uses: actions/upload-artifact@v4
with:
name: ${{matrix.name}}_build
path: ${{matrix.name}}_build.tar
retention-days: 90
57 changes: 57 additions & 0 deletions .github/workflows/kunit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: KUnit Tests

on:
pull_request:
branches: [ "rpi-*"]

push:
branches: [ "rpi-*"]

jobs:
core:
name: Generic DRM/KMS Unit Tests
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Run Generic DRM Tests
run: |
echo Skipping ./tools/testing/kunit/kunit.py run \
--kunitconfig=drivers/gpu/drm/tests

vc4-arm:
name: VC4 Unit Tests on ARM
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-arm-linux-gnueabihf qemu-system-arm

- name: Run VC4 Tests
run: |
./tools/testing/kunit/kunit.py run \
--kunitconfig=drivers/gpu/drm/vc4/tests \
--cross_compile=arm-linux-gnueabihf- --arch=arm

vc4-arm64:
name: VC4 Unit Tests on ARM64
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu qemu-system-arm

- name: Run VC4 Tests
run: |
./tools/testing/kunit/kunit.py run \
--kunitconfig=drivers/gpu/drm/vc4/tests \
--cross_compile=aarch64-linux-gnu- --arch=arm64
Loading
Loading