devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-10 09:05:14 to 2025-03-10 15:11:11 UTC [more...]

[PATCH v8 00/13] Add eDP support for RK3588
 2025-03-10 10:41 UTC  (14+ messages)
` [PATCH v8 01/13] drm/bridge: analogix_dp: Add irq flag IRQF_NO_AUTOEN instead of calling disable_irq()
` [PATCH v8 02/13] drm/bridge: analogix_dp: Remove CONFIG_PM related check in analogix_dp_bind()/analogix_dp_unbind()
` [PATCH v8 03/13] drm/bridge: analogix_dp: Add support for phy configuration
` [PATCH v8 04/13] dt-bindings: display: rockchip: analogix-dp: Add support to get panel from the DP AUX bus
` [PATCH v8 05/13] drm/bridge: analogix_dp: Support to get &analogix_dp_device.plat_data and &analogix_dp_device.aux
` [PATCH v8 06/13] drm/bridge: analogix_dp: Add support to get panel from the DP AUX bus
` [PATCH v8 07/13] drm/bridge: analogix_dp: Add support for &drm_dp_aux.wait_hpd_asserted()
` [PATCH v8 08/13] drm/rockchip: analogix_dp: Add support to get panel from the DP AUX bus
` [PATCH v8 09/13] dt-bindings: display: rockchip: analogix-dp: Add support for RK3588
` [PATCH v8 10/13] drm/bridge: analogix_dp: "
` [PATCH v8 11/13] drm/rockchip: "
` [PATCH v8 12/13] arm64: dts: rockchip: Add eDP0 node "
` [PATCH v8 13/13] arm64: dts: rockchip: Enable eDP0 display on RK3588S EVB1 board

[PATCH v1 2/2] PCI: imx6: Use domain number replace the hardcodes
 2025-03-10 15:11 UTC  (2+ messages)

[PATCH v11 00/27] riscv control-flow integrity for usermode
 2025-03-10 14:52 UTC  (28+ messages)
` [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v11 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v11 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v11 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v11 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v11 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v11 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v11 09/27] riscv mmu: write protect and shadow stack
` [PATCH v11 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v11 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v11 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v11 14/27] riscv/traps: Introduce software check exception
` [PATCH v11 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v11 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v11 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v11 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v11 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v11 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v11 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v11 22/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v11 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v11 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v11 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v11 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v11 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v6 00/10] Support ROHM BD79124 ADC
 2025-03-10 14:51 UTC  (7+ messages)
` [PATCH v6 01/10] dt-bindings: ROHM BD79124 ADC/GPO
` [PATCH v6 02/10] property: Add functions to iterate named child
` [PATCH v6 03/10] iio: adc: add helpers for parsing ADC nodes
` [PATCH v6 07/10] MAINTAINERS: Add IIO ADC helpers

[PATCH 0/2] Support for Texas Instruments TPS6131X flash LED driver
 2025-03-10 14:49 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: leds: add Texas Instruments TPS6131x "
` [PATCH 2/2] leds: tps6131x: add support for Texas Instruments TPS6131X "

[PATCH v3 00/18] Imagination BXS-4-64 MC1 GPU support
 2025-03-10 14:40 UTC  (21+ messages)
` [PATCH v3 01/18] dt-bindings: gpu: img: Future-proofing enhancements
` [PATCH v3 02/18] dt-bindings: gpu: img: Add BXS-4-64 devicetree bindings
` [PATCH v3 03/18] drm/imagination: Update register defs for newer GPUs
` [PATCH v3 04/18] drm/imagination: Use new generic compatible string
` [PATCH v3 05/18] drm/imagination: Add power domain control
` [PATCH v3 06/18] drm/imagination: Mask GPU IRQs in threaded handler
` [PATCH v3 07/18] drm/imagination: Handle Rogue safety event IRQs
` [PATCH v3 08/18] drm/imagination: Remove firmware enable_reg
` [PATCH v3 09/18] drm/imagination: Rename event_mask -> status_mask
` [PATCH v3 10/18] drm/imagination: Make has_fixed_data_addr a value
` [PATCH v3 11/18] drm/imagination: Use a lookup table for fw defs
` [PATCH v3 12/18] drm/imagination: Use callbacks for fw irq handling
` [PATCH v3 13/18] drm/imagination: Move ELF fw utils to common file
` [PATCH v3 14/18] drm/imagination: Add RISC-V firmware processor support
` [PATCH v3 15/18] drm/imagination: Use cached memory with dma_coherent
` [PATCH v3 16/18] drm/imagination: Add support for TI AM68 GPU
` [PATCH DO NOT MERGE v3 17/18] arm64: dts: ti: k3-am62: New GPU binding details
` [PATCH DO NOT MERGE v3 18/18] arm64: dts: ti: k3-j721s2: Add GPU node

[PATCH v3 0/4] pci: qcom: Add QCS615 PCIe support
 2025-03-10 14:36 UTC  (2+ messages)

[PATCH v4 0/8] pci: qcom: Add QCS8300 PCIe support
 2025-03-10 14:36 UTC  (2+ messages)

[PATCH v3] ARM: dts: nexus4: Initial dts
 2025-03-10 14:36 UTC  (2+ messages)

[PATCH 00/13] airoha: en7581: clk cleanup + USB support
 2025-03-10 14:36 UTC  (12+ messages)
` [PATCH 03/13] dt-bindings: soc: airoha: add SCU SSR Serdes port binding
` [PATCH 04/13] dt-bindings: soc: airoha: add Documentation for Airoha AN7581 SCU SSR
` [PATCH 05/13] dt-bindings: mfd: add Documentation for Airoha EN7581 SCU

[PATCH v1 1/2] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 8
 2025-03-10 14:36 UTC  (5+ messages)
` [PATCH v2 0/2] Add Xiaomi Redmi Note 8 support
  ` [PATCH v2 1/2] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 8

[PATCH v2 0/3] arm64: dts: qcom: x1e78100-t14s: Rework devicetree for LCD and OLED SKUs
 2025-03-10 14:35 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: arm: qcom: Document Lenovo ThinkPad T14s Gen 6 LCD and OLED
` [PATCH v2 2/3] arm64: dts: qcom: x1e78100-t14s: Add LCD variant with backlight support
` [PATCH v2 3/3] arm64: dts: qcom: x1e78100-t14s: Add OLED variant

[PATCH 0/4] Add support for AD4052 device family
 2025-03-10 14:31 UTC  (10+ messages)
` [PATCH 3/4] docs: iio: new docs for ad4052 driver
` [PATCH 4/4] iio: adc: add support for ad4052

[PATCH v6 00/10] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-10 14:21 UTC  (5+ messages)

[PATCH V5 0/5] Add support for QCOM SPMI PMIC5 Gen3 ADC
 2025-03-10 14:19 UTC  (7+ messages)
` [PATCH V5 1/5] dt-bindings: iio/adc: Move QCOM ADC bindings to iio/adc folder

[PATCH 00/26] clk: mediatek: Add MT8196 clock support
 2025-03-10 14:12 UTC  (3+ messages)
` [PATCH 03/26] clk: mediatek: Support voting for mux

[PATCH] arm64: dts: rockchip: Fix PWM pinctrl names
 2025-03-10 14:09 UTC 

[PATCH v5 0/8] Add STM32MP25 SPI NOR support
 2025-03-10 14:10 UTC  (4+ messages)
` [PATCH v5 4/8] memory: Add STM32 Octo Memory Manager driver

[PATCH v2 00/10] Expand STM32MP2 family with new SoC and boards
 2025-03-10 14:05 UTC  (2+ messages)

[PATCH v3 0/3] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
 2025-03-10 14:00 UTC  (6+ messages)
` [PATCH v3 2/3] dt-bindings: nand: Add fsl,elbc-fcm-nand

[PATCH hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-10 13:44 UTC  (7+ messages)
` [PATCH hyperv-next v5 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v5 07/11] dt-bindings: microsoft,vmbus: Add interrupts and DMA coherence
` [PATCH hyperv-next v5 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()

[PATCH 00/10] drm/msm: add support for SAR2130P
 2025-03-10 13:30 UTC  (5+ messages)
` [PATCH 05/10] dt-bindings: display/msm: Add Qualcomm SAR2130P

[PATCH] ARM: dts: stm32: Add support for STM32MP13xx DHCOR SoM and DHSBC rev.200 board
 2025-03-10 13:27 UTC  (2+ messages)

[PATCH 0/2] device property: Warn on (of|fwnode|device)_property_read_bool() for non-boolean properties
 2025-03-10 13:15 UTC  (6+ messages)
` [PATCH 2/2] of: Warn when of_property_read_bool() is used on "

[PATCH v2] ARM: dts: stm32: use IRQ_TYPE_EDGE_FALLING on stm32mp157c-dk2
 2025-03-10 13:12 UTC  (2+ messages)

[PATCH v2 0/6] drm/v3d: Fix GPU reset issues on the Raspberry Pi 5
 2025-03-10 13:15 UTC  (6+ messages)
` [PATCH v2 4/6] dt-bindings: gpu: v3d: Add SMS to the registers' list

[PATCH 00/13] pmdomain: mediatek: Add MT8196 power domain
 2025-03-10 13:08 UTC  (2+ messages)

[PATCH v4] dt-bindings: dma: Convert fsl,elo*-dma to YAML
 2025-03-10 13:02 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: PCI: fsl,layerscape-pcie-ep: Drop deprecated windows
 2025-03-10 13:01 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: rtc: Add pcf85053a support
 2025-03-10 13:00 UTC  (2+ messages)

[PATCH net-next 0/7] net: stmmac: deprecate "snps,en-tx-lpi-clockgating" property
 2025-03-10 12:53 UTC  (3+ messages)
` [PATCH net-next 6/7] dt-bindings: "

[RFC PATCH 00/24] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2025-03-10 12:52 UTC  (4+ messages)
` [RFC PATCH 09/24] dt-bindings: media: i2c: max96714: make i2c-gate conditional on compatible

[PATCH v2] dt-bindings: usb: qcom,dwc3: Synchronize minItems for interrupts and -names
 2025-03-10 12:50 UTC  (2+ messages)

[PATCH v2] dt-bindings: rng: rockchip,rk3588-rng: Drop unnecessary status from example
 2025-03-10 12:50 UTC  (4+ messages)

[PATCH v8 00/11] drm: sun4i: add Display Engine 3.3 (DE33) support
 2025-03-10 12:42 UTC  (14+ messages)
` [PATCH v8 01/11] drm: sun4i: de2/de3: add mixer version enum
` [PATCH v8 02/11] drm: sun4i: de2/de3: refactor mixer initialisation
` [PATCH v8 03/11] drm: sun4i: de2/de3: add generic blender register reference function
` [PATCH v8 04/11] drm: sun4i: de2/de3: use generic register reference function for layer configuration
` [PATCH v8 05/11] dt-bindings: allwinner: add H616 DE33 bus binding
` [PATCH v8 06/11] dt-bindings: allwinner: add H616 DE33 clock binding
` [PATCH v8 07/11] dt-bindings: allwinner: add H616 DE33 mixer binding
` [PATCH v8 08/11] clk: sunxi-ng: ccu: add Display Engine 3.3 (DE33) support
` [PATCH v8 09/11] drm: sun4i: de33: vi_scaler: "
` [PATCH v8 10/11] drm: sun4i: de33: mixer: "
` [PATCH v8 11/11] drm: sun4i: de33: mixer: add mixer configuration for the H616

[PATCH v2 0/6] arm64: dts: qcom: x1e80100: enable rtc
 2025-03-10 12:27 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: use IRQ_TYPE_EDGE_FALLING on stm32mp157c-dk2
 2025-03-10 12:24 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sc8280xp-crd: add support for volume-up key
 2025-03-10 12:18 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: qcs8300-ride: Enable second USB controller on QCS8300 Ride
 2025-03-10 11:59 UTC  (2+ messages)

[PATCH v3 0/3] Add AST2600 LPC PCC support
 2025-03-10 11:48 UTC  (4+ messages)
` [PATCH v3 1/3] dt-binding: aspeed: Add LPC PCC controller
` [PATCH v3 2/3] ARM: dts: aspeed-g6: Add AST2600 LPC PCC support
` [PATCH v3 3/3] soc: aspeed: lpc-pcc: Add PCC controller support

[PATCH v2 0/5] coresight: Add Coresight Trace NOC driver
 2025-03-10 11:46 UTC  (9+ messages)
` [PATCH v2 2/5] coresight: add coresight "
` [PATCH v2 3/5] coresight-tnoc: add nodes to configure flush

Add AST2600 LPC PCC support
 2025-03-10 11:43 UTC  (11+ messages)
` [PATCH v2 1/3] dt-binding: aspeed: Add LPC PCC controller
` [PATCH v2 3/3] soc: aspeed: lpc-pcc: Add PCC controller support

[PATCH v11 0/7] Add PCIe support for Qualcomm IPQ5332
 2025-03-10 11:37 UTC  (6+ messages)
` [PATCH v11 3/7] dt-bindings: PCI: qcom: Use sdx55 reg description for ipq9574

[PATCH v6 0/2] Add support for GPU SMMU on QCS8300
 2025-03-10 11:18 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: arm-smmu: Document QCS8300 GPU SMMU
` [PATCH v6 2/2] arm64: dts: qcom: qcs8300: Add device node for gfx_smmu

[net-next PATCH v12 00/13] net: dsa: Add Airoha AN8855 support
 2025-03-10 11:05 UTC  (5+ messages)
` [net-next PATCH v12 12/13] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver

[PATCH v7 02/27] drm: sun4i: de2/de3: Merge CSC functions into one
 2025-03-10 10:48 UTC  (5+ messages)
` [PATCH v7 22/27] dt-bindings: allwinner: add H616 DE33 mixer binding

[PATCH v3 0/7] Subject: [PATCH v3 0/7] Input: synaptics-rmi4: add quirks for third party touchscreen controllers
 2025-03-10 10:47 UTC  (5+ messages)
` [PATCH v3 1/7] dt-bindings: input: syna,rmi4: document syna,pdt-fallback-desc

[PATCH v4 0/4] Add dt-bindings and dtsi changes for CAMSS on x1e80100 silicon
 2025-03-10 10:44 UTC  (3+ messages)
` [PATCH v4 2/4] arm64: dts: qcom: x1e80100: Add CAMCC block definition

[PATCH v7 00/15] Add eDP support for RK3588
 2025-03-10 10:09 UTC  (4+ messages)
` [PATCH v7 10/15] drm/rockchip: analogix_dp: Add support to get panel from the DP AUX bus

[PATCH] dt-bindings: gpio: vf610: Add i.MX94 support
 2025-03-10 10:20 UTC  (2+ messages)

[RFC PATCH 0/3] thermal: Add CPU hotplug cooling driver
 2025-03-10 10:17 UTC  (2+ messages)

[PATCH 0/2] Fix CPU and GPU clocks on RK3576
 2025-03-10  9:59 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: rk3576: add SCMI clocks
` [PATCH 2/2] arm64: dts: rockchip: fix RK3576 SCMI clock IDs

[PATCH v2 0/3] net: stmmac: dwmac-rk: Validate GRF and peripheral GRF during probe
 2025-03-10  9:57 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: net: rockchip-dwmac: Require rockchip,grf and rockchip,php-grf

[PATCH v16] arm64: dts: qcom: sa8775p: Add CTCU and ETR nodes
 2025-03-10  9:56 UTC 

[PATCH 0/5] drm/bridge: simple-bridge: Add DPI color encoder support
 2025-03-10  9:53 UTC  (12+ messages)
` [PATCH 3/5] dt-bindings: display: simple-bridge: Document DPI color encoder

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-03-10  9:51 UTC  (12+ messages)
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag

[PATCH v15 00/10] Coresight: Add Coresight TMC Control Unit driver
 2025-03-10  9:46 UTC  (5+ messages)
` [PATCH v15 10/10] arm64: dts: qcom: sa8775p: Add CTCU and ETR nodes

[PATCH v3 0/9] clk: bcm: kona: Add bus clock support, bus clocks for BCM21664/BCM281xx
 2025-03-10  9:43 UTC  (3+ messages)
` [PATCH v3 4/9] dt-bindings: clock: brcm,kona-ccu: Add BCM281xx bus clocks

[PATCH] arm64: dts: hi3660: Add property for fixing CPUIdle
 2025-03-10  9:37 UTC 

[PATCH v4 0/6] MT9M114 driver bugfix and improvements
 2025-03-10  9:36 UTC  (3+ messages)
` [PATCH v4 1/6] media: dt-bindings: mt9m114: Add slew-rate DT-binding

[PATCH v5 0/7] PCI: dwc: Add ECAM support with iATU configuration
 2025-03-10  9:34 UTC  (7+ messages)
` [PATCH v5 1/7] arm64: dts: qcom: sc7280: Increase config size to 256MB for ECAM feature
` [PATCH v5 2/7] dt-bindings: PCI: qcom,pcie-sc7280: Make elbi register as an optional
` [PATCH v5 3/7] arch: arm64: qcom: sc7280: Remove optional elbi register

[PATCH 0/2] Add driver for MAX42500
 2025-03-10  9:26 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: hwmon: add adi,max42500.yaml
` [PATCH 2/2] drivers: hwmon: add driver for max42500

[PATCH v3 00/20] ASoC: tas27{64,70}: improve support for Apple codec variants
 2025-03-10  9:30 UTC  (4+ messages)
` [PATCH v3 17/20] ASoC: dt-bindings: tas2770: add flags for SDOUT pulldown and zero-fill

[PATCH v6 1/6] dt-bindings: iio: filter: Add lpf/hpf freq margins
 2025-03-10  9:22 UTC  (2+ messages)

[PATCH v1 0/4] coresight: ctcu: Enable byte-cntr function for TMC ETR
 2025-03-10  9:14 UTC  (9+ messages)
` [PATCH v1 1/4] coresight: tmc: Introduce new APIs to get the RWP offset of ETR buffer
` [PATCH v1 2/4] dt-bindings: arm: Add an interrupt property for Coresight CTCU
` [PATCH v1 3/4] coresight: ctcu: Enable byte-cntr for TMC ETR devices
` [PATCH v1 4/4] arm64: dts: qcom: sa8775p: Add interrupts to CTCU device

[PATCH v13 0/3] rtc: sophgo: add rtc support for CV1800
 2025-03-10  9:13 UTC  (3+ messages)
` [PATCH v13 1/3] dt-bindings: soc: sophgo: add RTC support for Sophgo CV1800 series


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).