devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 15:03:40 to 2025-08-21 22:35:43 UTC [more...]

[PATCH v14 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-08-21 22:35 UTC  (4+ messages)
  ` [PATCH v14 3/7] rust: pwm: Add complete abstraction layer

[PATCH RFC 00/22] Apple Silicon USB3 support
 2025-08-21 22:28 UTC  (27+ messages)
` [PATCH RFC 01/22] dt-bindings: usb: snps,dwc3: Allow multiple iommus
` [PATCH RFC 02/22] dt-bindings: usb: Add Apple dwc3
` [PATCH RFC 03/22] dt-bindings: phy: Add Apple Type-C PHY
` [PATCH RFC 04/22] usb: dwc3: apple: Reset dwc3 during role switches
` [PATCH RFC 05/22] usb: dwc3: apple: Do not use host-vbus-glitches workaround
` [PATCH RFC 06/22] usb: dwc3: apple: Use synchronous role switch for apple
` [PATCH RFC 07/22] usb: dwc3: apple: Adjust vendor-specific registers during init
` [PATCH RFC 08/22] usb: typec: tipd: Clear interrupts first
` [PATCH RFC 09/22] usb: typec: tipd: Move initial irq mask to tipd_data
` [PATCH RFC 10/22] usb: typec: tipd: Move switch_power_state "
` [PATCH RFC 11/22] usb: typec: tipd: Trace data status for CD321x correctly
` [PATCH RFC 12/22] usb: typec: tipd: Add cd321x struct with separate size
` [PATCH RFC 13/22] usb: typec: tipd: Read USB4, Thunderbolt and DisplayPort status for cd321x
` [PATCH RFC 14/22] usb: typec: tipd: Register DisplayPort and Thunderbolt altmodes "
` [PATCH RFC 15/22] usb: typec: tipd: Update partner identity when power status was updated
` [PATCH RFC 16/22] usb: typec: tipd: Use read_power_status function in probe
` [PATCH RFC 17/22] usb: typec: tipd: Read data status in probe and cache its value
` [PATCH RFC 18/22] usb: typec: mux: Introduce data_role to mux state
` [PATCH RFC 19/22] usb: typec: tipd: Handle mode transitions for CD321x
` [PATCH RFC 20/22] soc: apple: Add hardware tunable support
` [PATCH RFC 21/22] phy: apple: Add Apple Type-C PHY
` [PATCH RFC 22/22] arm64: dts: apple: t8103: Add Apple Type-C PHY and dwc3 nodes

[PATCH] dt-bindings: vendor-prefixes: Add undocumented vendor prefixes
 2025-08-21 22:21 UTC 

[PATCH 1/2] dt-bindings: rtc: Fix Xicor X1205 vendor prefix
 2025-08-21 22:21 UTC  (5+ messages)
` [PATCH 2/2] rtc: x1205: "

[PATCH v13 0/4] Add TH1520 GPU support with power sequencing
 2025-08-21 22:20 UTC  (5+ messages)
    ` [PATCH v13 1/4] drm/imagination: Use pwrseq for TH1520 GPU power management
    ` [PATCH v13 2/4] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU support
    ` [PATCH v13 3/4] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
    ` [PATCH v13 4/4] drm/imagination: Enable PowerVR driver for RISC-V

[PATCH v2] riscv: dts: spacemit: add UART resets for Soc K1
 2025-08-21 22:04 UTC  (2+ messages)

[PATCH v12 0/4] Add TH1520 GPU support with power sequencing
 2025-08-21 22:02 UTC  (5+ messages)
  ` [PATCH v12 1/4] drm/imagination: Use pwrseq for TH1520 GPU power management

[PATCH v5 0/2] usb: dt-bindings: ti,twlxxxx-usb: convert to DT schema
 2025-08-21 21:28 UTC  (3+ messages)
` [PATCH v5 1/2] usb: dt-bindings: ti,twl4030-usb: "
` [PATCH v5 2/2] usb: dt-bindings: ti,twl6030-usb: "

[PATCH v6 6/6] phy: exynos5-usbdrd: support SS combo phy for ExynosAutov920
 2025-08-21 21:28 UTC  (2+ messages)

[PATCH 2/3] dt-bindings: net: Add support for J-Core EMAC
 2025-08-21 21:02 UTC  (12+ messages)

[PATCH v3 0/1] rockchip: Add power controller support for RK3528
 2025-08-21 21:18 UTC  (2+ messages)
` [PATCH v3 1/1] arm64: dts: rockchip: Enable more power domains "

[PATCH v3 0/4] auxdisplay: Add TM16xx 7-segment LED matrix display controllers driver
 2025-08-21 20:23 UTC  (23+ messages)
` [PATCH v3 1/4] dt-bindings: vendor-prefixes: Add fdhisi, titanmec, princeton, winrise, wxicore
` [PATCH v3 2/4] dt-bindings: auxdisplay: add Titan Micro Electronics TM16xx
` [PATCH v3 3/4] auxdisplay: Add TM16xx 7-segment LED matrix display controllers driver
` [PATCH v3 4/4] MAINTAINERS: Add entry for TM16xx driver

[PATCH v3 00/31] media: add imx93 mipi/controller csi support
 2025-08-21 20:16 UTC  (32+ messages)
` [PATCH v3 01/31] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v3 02/31] media: v4l2-common: Add helper function v4l_get_required_align_by_bpp()
` [PATCH v3 03/31] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_(bpp|dt)()
` [PATCH v3 04/31] media: staging: media: imx6-mipi-csi2: replace space with tab for alignment
` [PATCH v3 05/31] media: staging: media: imx6-mipi-csi2: use devm_add_action_or_reset() to simplify code
` [PATCH v3 06/31] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v3 07/31] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH v3 08/31] media: staging: media: imx6-mipi-csi2: use guard() "
` [PATCH v3 09/31] media: staging: media: imx6-mipi-csi2: use register structure to match hardware
` [PATCH v3 10/31] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
` [PATCH v3 11/31] media: staging: media: imx6-mipi-csi2: move probe part to imx6-csi2.c
` [PATCH v3 12/31] media: staging: media: imx6-mipi-csi2: move sd imx6's specific initialization into imx6-sci2.c
` [PATCH v3 13/31] media: staging: media: imx6-mipi-csi2: move csi2ipu_gasket_init() to imx6-csi2.c
` [PATCH v3 14/31] media: staging: media: imx6-mipi-csi2: move number pad macro define into imx6-csi2.c
` [PATCH v3 15/31] media: staging: media: imx6-mipi-csi2: move dphy init part to imx6-csi2.c
` [PATCH v3 16/31] media: staging: media: imx6-mipi-csi2: use runtime_pm frame to control clks
` [PATCH v3 17/31] media: synopsys: move imx6-mipi-csi2.c to synopsys/mipi-csi2.c
` [PATCH v3 18/31] media: synopsys: csi2: Remove deprecated s_stream and use v4l2_subdev_pad_ops
` [PATCH v3 19/31] media: synopsys: csi2: Add phy interface support
` [PATCH v3 20/31] media: synopsys: csi2: Add basic v150* version register
` [PATCH v3 21/31] media: synopsys: csi2: Add irq support to record error count
` [PATCH v3 22/31] media: synopsys: csi2: Handle alignment requirement for width
` [PATCH v3 23/31] media: synopsys: csi2: Add register prefix to register field definitions
` [PATCH v3 24/31] media: synopsys: csi2: Add need_dphy_reset in config
` [PATCH v3 25/31] media: synopsys: csi2: Add default simple dw_csi2_subdev_init_state
` [PATCH v3 26/31] media: synopsys: csi2: Add v150 lane stop state register bit define
` [PATCH v3 27/31] media: synopsys: csi2: use standard v4l2_subdev_get_fmt() function
` [PATCH v3 28/31] media: synopsys: csi2: Add customize get_frame_desc() callback
` [PATCH v3 29/31] media: synopsys: csi2: Add Image Pixel Interface (IPI) support for v150
` [PATCH v3 30/31] media: synopsys: csi2: Remove source pad connected check at dw_csi2_enable_streams()
` [PATCH v3 31/31] media: synopsys: csi2: Add simple synopsys platform driver

[PATCH v2] ARM64: dts: mcbin: fix SATA ports on Macchiatobin
 2025-08-21 20:11 UTC  (6+ messages)

[PATCH] arm64: dts: axiado: Add missing UART aliases
 2025-08-21 20:07 UTC 

[PATCH v2 0/4] PCI: qcom: Add support for Glymur PCIe Gen5x4
 2025-08-21 19:48 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the Glymur QMP PCIe PHY
` [PATCH v2 2/4] dt-bindings: PCI: qcom: Document the Glymur PCIe Controller

[PATCH v5] dt-bindings: gpio: ti,twl4030: Correct the schema $id path
 2025-08-21 19:47 UTC 

[PATCH v1 0/2] Add MAX14001/MAX14002 support
 2025-08-21 19:24 UTC  (3+ messages)

[PATCH v6 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor
 2025-08-21 18:53 UTC  (6+ messages)
` [PATCH v6 2/3] iio: light: add support "

[PATCH 0/6] media: rkisp1: Prepare for HDR stitching support
 2025-08-21 19:15 UTC  (9+ messages)
` [PATCH 3/6] media: rkisp1: Refactor clocks initialization
` [PATCH 4/6] media: rkisp1: Acquire pclk clock on i.MX8MP
` [PATCH 5/6] media: rkisp1: Add support for multiple power domains

[PATCH v4 0/7] Basic device tree support for ESWIN EIC7700 RISC-V SoC
 2025-08-21 19:11 UTC  (3+ messages)
` [PATCH v4 3/7] dt-bindings: vendor-prefixes: add eswin

[PATCH] dt-bindings: arm: Add Cortex-A320/A520AE/A720AE cores and PMU
 2025-08-21 19:07 UTC 

[PATCH v4 0/6] DRM/MSM: Support for Adreno 663 GPU
 2025-08-21 19:06 UTC  (8+ messages)
` [PATCH v4 1/6] drm/msm/adreno: Add speedbins for A663 GPU
` [PATCH v4 2/6] dt-bindings: nvmem: qfprom: Add sa8775p compatible
` [PATCH v4 3/6] arm64: dts: qcom: sa8775p: Add gpu and gmu nodes
` [PATCH v4 4/6] arm64: dts: qcom: lemans: Add GPU cooling
` [PATCH v4 5/6] arm64: dts: qcom: lemans-evk: Enable Adreno 663 GPU
` [PATCH v4 6/6] arm64: dts: qcom: qcs9100-ride: "

[PATCH 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-08-21 18:51 UTC  (4+ messages)
` [PATCH 2/4] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode

[PATCH v2 00/12] media: imx-mipi-csis: Cleanups and debugging improvements
 2025-08-21 18:44 UTC  (26+ messages)
` [PATCH v2 01/12] media: v4l2-common: Constify media_pad argument to v4l2_get_link_freq()
` [PATCH v2 02/12] media: imx-mipi-csis: Simplify access to source pad
` [PATCH v2 03/12] media: imx-mipi-csis: Standardize const keyword placement
` [PATCH v2 04/12] media: imx-mipi-csis: Shorten name of subdev state variables
` [PATCH v2 05/12] media: imx-mipi-csis: Rename register macros to match reference manual
` [PATCH v2 06/12] media: imx-mipi-csis: Fix field alignment in register dump
` [PATCH v2 07/12] media: imx-mipi-csis: Log per-lane start of transmission errors
` [PATCH v2 08/12] media: imx-mipi-csis: Only set clock rate when specified in DT
` [PATCH v2 11/12] media: imx-mipi-csis: Initial support for multiple output channels
` [PATCH v2 12/12] arm64: dts: imx8mp: Specify the number of channels for CSI-2 receivers

[PATCH 0/3] exynos-acpm: add DVFS protocol and clock driver
 2025-08-21 18:34 UTC  (3+ messages)
` [PATCH 3/3] clk: samsung: add Exynos ACPM "

[PATCH v4 0/3] Add driver support for ESWIN eic700 SoC clock controller
 2025-08-21 18:32 UTC  (3+ messages)
` [PATCH v4 2/3] clock: eswin: Add eic7700 clock driver

[RFC 0/3] Add support for StarFive VisionFive 2 Lite board
 2025-08-21 18:17 UTC  (5+ messages)
` [RFC 1/3] dt-bindings: riscv: Add StarFive JH7110S SoC and "
` [RFC 2/3] riscv: dts: starfive: jh7110-common: Move out some nodes to the board dts

[PATCH 00/11] Add RZ/G3E USB3.2 Gen1 Host Controller support
 2025-08-21 18:16 UTC  (5+ messages)
` [PATCH 06/11] dt-bindings: usb: Document Renesas RZ/G3E USB3HOST

[RFC PATCH 0/9] pinctrl: sunxi: Allwinner A733 support
 2025-08-21 18:14 UTC  (3+ messages)
` [RFC PATCH 7/9] dt-bindings: pinctrl: add compatible for Allwinner A733

[PATCH 0/2] Add NVIDIA VR144NVL board
 2025-08-21 18:12 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: arm: aspeed: "
` [PATCH 2/2] ARM: dts: "

[PATCH v4 0/5] Introduce ASPEED AST2700 BMC SoC
 2025-08-21 18:09 UTC  (3+ messages)
` [PATCH v4 1/5] dt-bindings: arm: aspeed: Add AST2700 board compatible

[PATCH v1 0/2] Add support for 100ASK DShanPi A1
 2025-08-21 18:07 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: arm: rockchip: Add "

[PATCH] ASoC: dt-bindings: Minor whitespace cleanup in example
 2025-08-21 18:03 UTC  (2+ messages)

[PATCH v3] arm64: dts: qcom: lemans-evk: Enable Display Port
 2025-08-21 17:54 UTC 

[PATCH] ARM64: dts: mcbin: fix SATA ports on Macchiatobin
 2025-08-21 17:41 UTC 

[PATCH v3 0/4] Input: Add support for TouchNetix aXiom touchscreen
 2025-08-21 17:26 UTC  (5+ messages)
` [PATCH v3 1/4] firmware_loader: expand firmware error codes with up-to-date error
` [PATCH v3 2/4] dt-bindings: vendor-prefixes: Add TouchNetix AS
` [PATCH v3 3/4] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v3 4/4] Input: Add TouchNetix aXiom I2C Touchscreen support

[PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant
 2025-08-21 17:19 UTC  (2+ messages)

[PATCH v8 0/9] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
 2025-08-21 17:19 UTC  (2+ messages)

[PATCH 00/16] Add support for the Axis ARTPEC-8 SoC
 2025-08-21 16:50 UTC  (4+ messages)
  ` [PATCH v2 00/10] "
    ` [PATCH v2 05/10] pinctrl: samsung: Add ARTPEC-8 SoC specific configuration

[PATCH v2 0/2] x86/kexec: Carry forward the boot DTB on kexec
 2025-08-21 16:22 UTC  (4+ messages)
` [PATCH v2 1/2] kexec: Add KEXEC_FILE_NO_CMA as a legal flag

[PATCH v3 0/4] Add ext. port vbus handling for onboard-dev
 2025-08-21 16:31 UTC  (5+ messages)
` [PATCH v3 1/4] usb: port: track the disabled state
` [PATCH v3 2/4] usb: hub: add infrastructure to pass onboard_dev port features
` [PATCH v3 3/4] dt-bindings: usb: microchip,usb2514: add support for port vbus-supply
` [PATCH v3 4/4] usb: misc: onboard_dev: add ext-vbus-supply handling

[PATCH V7 0/5] Add Texas Instruments BQ25703A Charger
 2025-08-21 16:24 UTC  (6+ messages)
` [PATCH V7 1/5] dt-bindings: mfd: ti,bq25703a: Add TI "
` [PATCH V7 2/5] mfd: bq257xx: Add support for BQ25703A core driver
` [PATCH V7 3/5] power: supply: bq257xx: Add support for BQ257XX charger
` [PATCH V7 4/5] regulator: bq257xx: Add bq257xx boost regulator driver
` [PATCH V7 5/5] arm64: dts: rockchip: Add USB and charger to Gameforce Ace

[PATCH 0/6] arm64: dts: renesas: Add support for WDT/USB2.0 on RZ/{T2H,N2H} SoCs and EVKs
 2025-08-21 16:19 UTC  (7+ messages)
` [PATCH 1/6] arm64: dts: renesas: r9a09g077: Add WDT nodes
` [PATCH 2/6] arm64: dts: renesas: r9a09g087: "
` [PATCH 3/6] arm64: dts: renesas: rzt2h-evk-common: Enable WDT2
` [PATCH 4/6] arm64: dts: renesas: r9a09g077: Add USB2.0 support
` [PATCH 5/6] arm64: dts: renesas: r9a09g087: "
` [PATCH 6/6] arm64: dts: renesas: rzt2h-n2h-evk: Enable "

[PATCH 0/2] clocksource: Support ARM SSE(Subsystems for Embedded)
 2025-08-21 15:55 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: timer: Add ARM SSE(Subsystems for Embedded) timer
` [PATCH 2/2] clocksource/drivers: Add ARM SSE(Subsystems for Embedded) Timer driver

[PATCH v2] arm64: dts: imx8mp: add interconnect for lcdif-hdmi
 2025-08-21 16:01 UTC 

[PATCH v3 0/9] Add support ANS2 NVMe on Apple A11
 2025-08-21 15:56 UTC  (10+ messages)
` [PATCH v3 1/9] dt-bindings: mailbox: apple,mailbox: Add ASC mailboxes on Apple A11 and T2
` [PATCH v3 2/9] soc: apple: mailbox: Add Apple A11 and T2 mailbox support
` [PATCH v3 3/9] dt-bindings: iommu: apple,sart: Add Apple A11
` [PATCH v3 4/9] soc: apple: sart: Make allow flags SART version dependent
` [PATCH v3 5/9] soc: apple: sart: Add SARTv0 support
` [PATCH v3 6/9] dt-bindings: nvme: apple,nvme-ans: Add Apple A11
` [PATCH v3 7/9] nvme: apple: Add Apple A11 support
` [PATCH v3 8/9] arm64: dts: apple: t8015: Fix PCIE power domains dependencies
` [PATCH v3 9/9] arm64: dts: apple: t8015: Add NVMe nodes

[PATCH v2 0/9] Add support ANS2 NVMe on Apple A11
 2025-08-21 15:47 UTC  (8+ messages)
` [PATCH v2 6/9] dt-bindings: nvme: apple,nvme-ans: Add "

[PATCH v3 0/3] Add pin control driver for BCM2712 SoC
 2025-08-21 15:46 UTC  (6+ messages)
` [PATCH v3 2/3] pinctrl: bcm: Add STB family pin controller driver

[PATCH 0/8] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-08-21 15:25 UTC  (5+ messages)
` [PATCH 2/8] dt-bindings: hwmon: add Apple System Management Controller hwmon schema

[PATCH] dt-bindings: pci: brcmstb: Add rp1-nexus node to fix DTC warning
 2025-08-21 15:22 UTC  (3+ messages)

[PATCH 0/6] Add peripheral nodes to RaspberryPi 5 DT
 2025-08-21 15:14 UTC  (4+ messages)
` [PATCH 2/6] dt-bindings: serial: Add clock-frequency property as an alternative to clocks

[PATCH] dt-bindings: dma: img-mdc-dma: convert to DT schema
 2025-08-21 15:02 UTC 

[PATCH] arm64: dts: imx95-19x19-evk: correct the phy setting for flexcan1/2
 2025-08-21 15:03 UTC  (3+ messages)


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