mirror of
https://github.com/analogdevicesinc/linux.git
synced 2026-05-30 00:55:04 +08:00
This brings Linux 6.12. Things to keep in mind:
* zynqmp_dp_snd_pcm1, zynqmp_dp_snd_pcm2, zynqmp_dp_snd_card0 and
zynqmp_dp_snd_codec0 were removed in favor of an upstream
implementation. That means that we need to make sure DP still works
for jupiter and talise.
* Dropped zynq-zed-adv7511-imageon-loopback.dts. HDL dropped support
for the imageon project and. on top of that, we had an out of tree
patch ("Setup the timing generator according to the selected mode")
that depended on an out of tree patch from xilinx (adding some OF
properties): Turns out Xilinx dropped that patch which means the
driver was not compilable. Since these properties were only used by
the imageon project that we no lopnger support, I dropped our patch and
removed the devicetree.
Shortlog below...
* tag 'xilinx-v2025.1': (87785 commits)
misc: xilinx-ai-engine: Removed aximm isolation
misc: xilinx-ai-engine: Moved to relative tile location during uc wakeup
misc: xilinx-ai-engine: Fixed the column 1 NMU config bug
misc: xilinx-ai-engine: load CERT using AXIMM
Revert "arm64: xilinx: enable CONFIG_ARM64_SW_TTBR0_PAN flag"
xen/arm: call uaccess_ttbr0_enable for dm_op hypercall
xilinx-ai-engine: Fix bitmap position of clock status
drm: xlnx: mmi-dc: Reset HW on format change
drm: xlnx: mmi-dc: Add support for PL video pixel clock
drm: xlnx: zynqmp_kms: Increase max screen height
drm/fbdev_dma: Make framebuffer leak reliable
misc: xilinx-ai-engine: Remove sysfs entries for aie2ps partition and tiles
misc: xilinx-ai-engine: Remove sysfs entries for aie2ps
drm: xlnx: zynqmp_kms: Init fbdev with 16 bit color
drm/fbdev_dma: Leak framebuffer physical address
drm: xlnx: mixer: Fix 3 planar video format support
dt-bindings: display: xlnx: mixer: Fix compatible string
xlnx: zynqmp_kms: Update planes asynchronously in the legacy entry
net: axienet: Fix kernel crash for XXV ethernet
firmware: xilinx: rename macro for subfamily code to avoid conflict
...
Signed-off-by: Nuno Sá <nuno.sa@analog.com>