devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-14 08:51:54 to 2024-10-14 15:41:08 UTC [more...]

[PATCH v3 00/11] Add PCIe support for bcm2712
 2024-10-14 15:41 UTC  (14+ messages)
` [PATCH v3 01/11] dt-bindings: interrupt-controller: Add bcm2712 MSI-X DT bindings
` [PATCH v3 02/11] dt-bindings: PCI: brcmstb: Update bindings for PCIe on bcm2712
` [PATCH v3 03/11] irqchip: mip: Add Broadcom bcm2712 MSI-X interrupt controller
` [PATCH v3 04/11] PCI: brcmstb: Expand inbound size calculation helper
` [PATCH v3 05/11] PCI: brcmstb: Enable external MSI-X if available
` [PATCH v3 06/11] PCI: brcmstb: Avoid turn off of bridge reset
` [PATCH v3 07/11] PCI: brcmstb: Add bcm2712 support
` [PATCH v3 08/11] PCI: brcmstb: Reuse config structure
` [PATCH v3 09/11] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk
` [PATCH v3 10/11] arm64: dts: broadcom: bcm2712: Add PCIe DT nodes
` [PATCH v3 11/11] arm64: dts: broadcom: bcm2712-rpi-5-b: Enable "

[PATCH v2 00/14] Fixing some dtbscheck warnings
 2024-10-14 15:39 UTC  (4+ messages)
` [PATCH v2 06/14] arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma boards

[PATCH] dt-bindings: rtc: mpfs-rtc: Properly name file
 2024-10-14 15:39 UTC  (2+ messages)

[PATCH v4 00/12] Fix and improve the Rockchip endpoint driver
 2024-10-14 15:34 UTC  (3+ messages)
` [PATCH v4 01/12] PCI: rockchip-ep: Fix address translation unit programming

[RFC PATCH 0/1] Only build dtc when DTC= is not set on the command line
 2024-10-14 15:17 UTC  (7+ messages)
` [PATCH 1/1] Skip building dtc if a prebuilt binary is specified via DTC=

[PATCH] ARM: dts: aspeed: Add device tree for Ampere's Mt. Jefferson BMC
 2024-10-14 15:02 UTC  (5+ messages)

[PATCH v4 0/3] Introduce support for T-head TH1520 Mailbox
 2024-10-14 14:57 UTC  (5+ messages)
  ` [PATCH v4 1/3] mailbox: Introduce support for T-head TH1520 Mailbox driver
  ` [PATCH v4 2/3] dt-bindings: mailbox: Add thead,th1520-mailbox bindings
  ` [PATCH v4 3/3] riscv: dts: thead: Add mailbox node

[PATCH 0/2] ARM: ti/omap: gta04: properly specify GTA04 touchscreen properties
 2024-10-14 14:12 UTC  (3+ messages)
` [PATCH 1/2] Input: tsc2007 - accept standard properties
` [PATCH 2/2] ARM: dts: ti/omap: omap3-gta04: use proper touchscreen properties

[PATCH v2 0/2] add NXP LINFlexD UART clock support for S32G2/S32G3
 2024-10-14 14:45 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: linflexuart: add clock definitions
` [PATCH v2 2/2] serial: fsl_linflexuart: add clock support

[PATCH] [RFC] of: Add debug aid to find unused device tree properties
 2024-10-14 14:41 UTC  (4+ messages)

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-14 14:33 UTC  (7+ messages)
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH v7 0/3] Add support for AD777x family
 2024-10-14 14:32 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: iio: adc: add a7779 doc
` [PATCH v7 2/3] Documentation: ABI: added filter mode doc in sysfs-bus-iio
` [PATCH v7 3/3] drivers: iio: adc: add support for ad777x family

[PATCH v2 0/5] dt-bindings: mfd: convert zii,rave-sp.txt and child txt to yaml format
 2024-10-14 14:32 UTC  (3+ messages)
` [PATCH v2 2/5] dt-bindings: backlight: convert zii,rave-sp-backlight.txt to yaml

[PATCH] arm64: dts: qcom: x1e80100: Force host dr_mode for usb_2 controller
 2024-10-14 14:14 UTC 

[PATCH v2 0/5] x1e80100 RTC support
 2024-10-14 14:09 UTC  (7+ messages)
` [PATCH v2 2/5] dt-bindings: rtc: qcom-pm8xxx: document no-alarm flag

[PATCH v4 00/28] Qualcomm iris video decoder driver
 2024-10-14 14:08 UTC  (33+ messages)
` [PATCH v4 01/28] dt-bindings: media: Add video support for QCOM SM8550 SoC
` [PATCH v4 02/28] media: iris: add platform driver for iris video device
` [PATCH v4 03/28] media: iris: implement iris v4l2 file ops
` [PATCH v4 04/28] media: iris: introduce iris core state management with shared queues
` [PATCH v4 05/28] media: iris: implement video firmware load/unload
` [PATCH v4 06/28] media: iris: implement boot sequence of the firmware
` [PATCH v4 07/28] media: iris: introduce host firmware interface with necessary hooks
` [PATCH v4 08/28] media: iris: implement power management
` [PATCH v4 09/28] media: iris: implement reqbuf ioctl with vb2_queue_setup
` [PATCH v4 10/28] media: iris: implement s_fmt, g_fmt and try_fmt ioctls
` [PATCH v4 11/28] media: iris: implement g_selection ioctl
` [PATCH v4 12/28] media: iris: implement enum_fmt and enum_frameintervals ioctls
` [PATCH v4 13/28] media: iris: implement subscribe_event and unsubscribe_event ioctls
` [PATCH v4 14/28] media: iris: implement iris v4l2_ctrl_ops
` [PATCH v4 15/28] media: iris: implement query_cap, query_ctrl and query_menu ioctls
` [PATCH v4 16/28] media: iris: implement vb2 streaming ops
` [PATCH v4 17/28] media: iris: implement set properties to firmware during streamon
` [PATCH v4 18/28] media: iris: subscribe parameters and properties to firmware for hfi_gen2
` [PATCH v4 19/28] media: iris: allocate, initialize and queue internal buffers
` [PATCH v4 20/28] media: iris: implement vb2 ops for buf_queue and firmware response
` [PATCH v4 21/28] media: iris: add support for dynamic resolution change
` [PATCH v4 22/28] media: iris: handle streamoff/on from client in "
` [PATCH v4 23/28] media: iris: add support for drain sequence
` [PATCH v4 24/28] media: iris: add check whether the video session is supported or not
` [PATCH v4 25/28] media: iris: implement power scaling for vpu2 and vpu3
` [PATCH v4 26/28] media: iris: add check to allow sub states transitions
` [PATCH v4 27/28] media: iris: enable video driver probe of SM8250 SoC
` [PATCH v4 28/28] media: MAINTAINERS: add Qualcomm iris video accelerator driver

[PATCH v6 0/8] iio: add support for the ad3552r AXI DAC IP
 2024-10-14 14:04 UTC  (12+ messages)
` [PATCH v6 1/8] dt-bindings: iio: dac: ad3552r: add iio backend support
` [PATCH v6 2/8] dt-bindings: iio: dac: adi-axi-dac: add ad3552r axi variant
` [PATCH v6 3/8] iio: backend: extend features
` [PATCH v6 4/8] iio: dac: adi-axi-dac: "
` [PATCH v6 5/8] iio: dac: ad3552r: changes to use FIELD_PREP
` [PATCH v6 6/8] iio: dac: ad3552r: extract common code (no changes in behavior intended)
` [PATCH v6 7/8] iio: dac: ad3552r: add high-speed platform driver
` [PATCH v6 8/8] iio: dac: adi-axi-dac: add registering of child fdt node

[PATCH v4 1/2] arm64: dts: rockchip: Add rk3588-orangepi-5b device tree and refactor
 2024-10-14 14:05 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings: arm: rockchip: Add Orange Pi 5b enum to Orange Pi 5 entry

[PATCH v3 0/3] arm64: dts: qcom: sc8280xp-blackrock: dt definition for Windows Dev Kit 2023
 2024-10-14 14:05 UTC  (2+ messages)

[PATCH v3 0/6] firmware: ti_sci: Partial-IO support
 2024-10-14 14:05 UTC  (2+ messages)

[PATCH 0/8] ARM: dts: Add some BCM6846 device tree
 2024-10-14 14:05 UTC  (2+ messages)

[PATCH v3 00/16] Add support for Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45
 2024-10-14 13:46 UTC  (5+ messages)
` [PATCH v3 04/16] net: phy: Add helper for mapping RGMII link speed to clock rate
` [PATCH v3 05/16] net: dwmac-dwc-qos-eth: Use helper rgmii_clock

[PATCH v6 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2024-10-14 13:32 UTC  (3+ messages)
` [PATCH v6 2/2] pwm: Add Loongson PWM controller support

[PATCH v3 1/6] iio: backend: add API for interface get
 2024-10-14 13:14 UTC  (9+ messages)
` [PATCH v3 2/6] iio: backend: add support for data size set
` [PATCH v3 3/6] iio: adc: adi-axi-adc: add interface type
` [PATCH v3 4/6] iio: adc: adi-axi-adc: set data format
` [PATCH v3 5/6] dt-bindings: iio: adc: add ad4851
` [PATCH v3 6/6] iio: adc: ad4851: add ad485x driver

[PATCH v6 0/8] Add support for PCIe3 on x1e80100
 2024-10-14 13:09 UTC  (14+ messages)
` [PATCH v6 3/8] dt-bindings: PCI: qcom,pcie-x1e80100: Add 'global' interrupt

[PATCH v3 2/2] irqchip/aspeed-intc: Add support for AST27XX INTC
 2024-10-14 13:10 UTC  (6+ messages)

[PATCH v10 0/6] Add support for the LAN966x PCI device using a DT overlay
 2024-10-14 12:46 UTC  (7+ messages)
` [PATCH v10 1/6] misc: Add support for LAN966x PCI device
` [PATCH v10 2/6] MAINTAINERS: Add the Microchip LAN966x PCI driver entry
` [PATCH v10 3/6] reset: mchp: sparx5: Map cpu-syscon locally in case of LAN966x
` [PATCH v10 4/6] reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency
` [PATCH v10 5/6] reset: mchp: sparx5: Allow building as a module
` [PATCH v10 6/6] reset: mchp: sparx5: set the dev member of the reset controller

[PATCH v2 0/4] Add support for stm32mp25x RNG
 2024-10-14 12:36 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: rng: add st,stm32mp25-rng support
` [PATCH v2 2/4] hwrng: stm32 - implement support for STM32MP25x platforms

[PATCH 0/6] Peripheral Image Loader support for Qualcomm SoCs
 2024-10-14 12:38 UTC  (14+ messages)
` [PATCH 6/6] remoteproc: qcom: Enable map/unmap and SHM bridge support

[PATCH v4 0/9] Add platform supports to MediaTek MT8188 SoC (part 2)
 2024-10-14 12:12 UTC  (12+ messages)
` [PATCH v4 1/9] arm64: dts: mediatek: mt8188: Assign GCE aliases
` [PATCH v4 2/9] arm64: dts: mediatek: mt8188: Add PCIe nodes
` [PATCH v4 3/9] arm64: dts: mediatek: mt8188: Add MIPI DSI nodes
` [PATCH v4 4/9] arm64: dts: mediatek: mt8188: Add video decoder and encoder nodes
` [PATCH v4 5/9] arm64: dts: mediatek: mt8188: Add JPEG "
` [PATCH v4 6/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys0
` [PATCH v4 7/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys1
` [PATCH v4 8/9] arm64: dts: mediatek: mt8188: Add DP-INTF nodes
` [PATCH v4 9/9] arm64: dts: mediatek: mt8188: Add eDP and DP TX nodes

[PATCH v5 0/2] Add support for "on-die" ECC on Davinci
 2024-10-14 12:04 UTC  (4+ messages)
` [PATCH v5 2/2] dt-bindings: mtd: davinci: convert to yaml

[PATCH v2 0/9] Add ITE IT6263 LVDS to HDMI converter support
 2024-10-14 11:36 UTC  (21+ messages)
` [PATCH v2 5/9] dt-bindings: display: bridge: Add ITE IT6263 LVDS to HDMI converter
` [PATCH v2 6/9] drm/bridge: "

[PATCH v8 0/8] platform/chrome: Introduce DT hardware prober
 2024-10-14 11:25 UTC  (16+ messages)
` [PATCH v8 4/8] i2c: Introduce OF component probe function
` [PATCH v8 6/8] i2c: of-prober: Add GPIO support to simple helpers
` [PATCH v8 7/8] platform/chrome: Introduce device tree hardware prober

[PATCH 0/2] arm64: dts: qcom: x1e80100: Drop orientation-switch from USB SS[0-1] QMP PHYs
 2024-10-14 11:21 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: x1e80100-slim7x: "
` [PATCH 2/2] arm64: dts: qcom: x1e80100-vivobook-s15: "

[PATCH 0/5] Add support for primary USB controller on QCS615
 2024-10-14 11:02 UTC  (5+ messages)
` [PATCH 4/5] phy: qcom-qusb2: Add support for QCS615
` [PATCH 5/5] phy: qcom: qmp-usbc: Add qmp configuration "

[PATCH v3 0/2] phy: Realtek Otto SerDes: add new driver
 2024-10-14 10:59 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: phy: add realtek,rtl8380m-serdes
    ` AW: "

[PATCH] arm64: dts: qcom: qcs615: Adds SPMI bus, PMIC and peripherals
 2024-10-14 10:53 UTC  (3+ messages)

[PATCH 0/2] media: i2c: Cleanup assigned-clocks and endpoint: properties: unevaluatedProperties: false
 2024-10-14 10:46 UTC  (15+ messages)
` [PATCH 1/2] media: dt-bindings: Remove assigned-clock-* from various schema
` [PATCH 2/2] media: dt-bindings: Use additionalProperties: false for endpoint: properties:

[PATCH v2 1/2] arm64: dts: mediatek: mt8390-genio-700-evk: update regulator names
 2024-10-14 10:45 UTC  (4+ messages)

[PATCH] arm64: dts: mediatek: mt8390-genio-700-evk: enable pcie
 2024-10-14 10:41 UTC  (2+ messages)

[PATCH] arm64: dts: mediatek: mt8188: Fix MERGE's alias IDs
 2024-10-14 10:38 UTC  (3+ messages)

[PATCH 0/4] [PATCH 0/4] Update ASPEED WDT bootstatus
 2024-10-14  9:58 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: watchdog: aspeed: Add property for WDT SW reset

[PATCH 0/4] Add support for APPS SMMU on QCS615
 2024-10-14  9:53 UTC  (6+ messages)
` [PATCH 2/4] dt-bindings: arm-smmu: Document Qualcomm QCS615 apps smmu

[PATCH 0/1] Add RV1126 compatible watchdog string
 2024-10-14  9:41 UTC  (2+ messages)

[PATCH v3 0/6] Add support Relfor Saib board which is based on Rockchip RV1109 SoC
 2024-10-14  9:41 UTC  (2+ messages)
` (subset) "

[PATCH 0/8] Add ITE IT6263 LVDS to HDMI converter support
 2024-10-14  9:40 UTC  (8+ messages)
` [PATCH 4/8] drm/bridge: fsl-ldb: Use clk_round_rate() to validate "ldb" clock rate

[PATCH v1 00/10] Add MediaTek ISP7 camera system driver
 2024-10-14  9:40 UTC  (5+ messages)
` [PATCH v1 03/10] media: platform: mediatek: add isp_7x seninf unit
` [PATCH v1 05/10] media: platform: mediatek: add isp_7x camsys unit

[PATCH v3 0/2] media: nxp: imx8-isi: Add i.MX8ULP support
 2024-10-14  9:33 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] dt-bindings: media: nxp,imx8-isi: Add i.MX8ULP ISI compatible string

[PATCH net-next 00/11] add basic support for i.MX95 NETC
 2024-10-14  9:13 UTC  (4+ messages)
` [PATCH net-next 10/11] net: enetc: add preliminary support for i.MX95 ENETC PF

[PATCH v2 RESEND] ARM: dts: microchip: sam9x60: Add missing property atmel,usart-mode
 2024-10-14  9:06 UTC 

[PATCH v2 0/2] media: nxp: imx8-isi: Add i.MX8ULP support
 2024-10-14  9:06 UTC  (6+ messages)
` [PATCH v2 2/2] dt-bindings: media: nxp,imx8-isi: Add i.MX8ULP ISI compatible string

[PATCH v2 0/3] Pinctrl: A4: Add pinctrl driver
 2024-10-14  9:05 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: Add support for Amlogic A4 SoCs
` [PATCH v2 2/3] pinctrl: meson: Add driver "
` [PATCH v2 3/3] arm64: dts: amlogic: a4: add pinctrl node

[PATCH 0/6] iio: adc: ad7380: fix several supplies issues
 2024-10-14  9:00 UTC  (5+ messages)
` [PATCH 2/6] dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supply

[PATCH v12 0/3] drm/mediatek: Add support for OF graphs
 2024-10-14  8:51 UTC  (4+ messages)
` [PATCH v12 1/3] dt-bindings: display: mediatek: Add OF graph support for board path
` [PATCH v12 2/3] dt-bindings: arm: mediatek: mmsys: "
` [PATCH v12 3/3] drm/mediatek: Implement OF graphs support for display paths


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).