devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-21 11:01:54 to 2025-11-21 16:30:37 UTC [more...]

[PATCH v3 00/13] Add RZ/G3E RSCI support
 2025-11-21 16:30 UTC  (21+ messages)
` [PATCH v3 01/13] dt-bindings: serial: renesas,rsci: Document RZ/G3E support
` [PATCH v3 02/13] serial: rsci: Drop rsci_clear_CFC()
` [PATCH v3 03/13] serial: sh-sci: Drop extra lines
` [PATCH v3 04/13] serial: rsci: Drop unused macro DCR
` [PATCH v3 05/13] serial: rsci: Drop unused TDR register
` [PATCH v3 06/13] serial: sh-sci: Use devm_reset_control_array_get_exclusive()
` [PATCH v3 07/13] serial: sh-sci: Add RSCI_PORT_{SCI,SCIF} port IDs
` [PATCH v3 08/13] serial: sh-sci: Add sci_is_rsci_type()
` [PATCH v3 10/13] serial: sh-sci: Make sci_scbrr_calc() public
` [PATCH v3 12/13] serial: sh-sci: Add support for RZ/G3E RSCI SCIF

[PATCH v8 01/15] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property
 2025-11-21 16:08 UTC  (4+ messages)
` [PATCH v8 03/15] dt-bindings: pinctrl: rzg2l-poeg: Document renesas,poeg-config property
` [PATCH v8 05/15] arm64: dts: renesas: r9a07g0{4,5}4: Add POEG nodes
` [PATCH v8 06/15] arm64: dts: renesas: rzg2l-smarc: Enable POEGG{A,B,C,D} on carrier board

[PATCH 1/2] arm64: dts: tqma8xxs: replace 0 with IMX_LPCG_CLK_0 for lpcg indices
 2025-11-21 16:00 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: tqma8xxs-mb-smarc-2: "

[PATCH v5 0/6] Add support for i.MX8ULP's SIM LPAV
 2025-11-21 15:43 UTC  (9+ messages)
` [PATCH v5 2/6] reset: imx8mp-audiomix: Replace mask with bit index
` [PATCH v5 3/6] reset: imx8mp-audiomix: Switch to using regmap API
` [PATCH v5 4/6] reset: imx8mp-audiomix: Extend the driver usage

[PATCH v2 0/3] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
 2025-11-21 15:42 UTC  (4+ messages)
` [PATCH v2 1/3] of: reserved_mem: Support multiple 'reg' entries for memory-region
` [PATCH v2 2/3] dt-bindings: mtd: physmap: Allow using memory-region to access memory resources
` [PATCH v2 3/3] mtd: physmap: Add support for RAM reserved memory regions

[PATCH v4 00/22] Add USB2.0 support for RZ/G3E
 2025-11-21 15:12 UTC  (23+ messages)
` [PATCH v4 01/22] dt-bindings: mux: Remove nodename pattern constraints
` [PATCH v4 02/22] phy: renesas: rcar-gen3-usb2: Use devm_pm_runtime_enable()
` [PATCH v4 03/22] phy: renesas: rcar-gen3-usb2: Factor out VBUS control logic
` [PATCH v4 04/22] reset: rzv2h-usb2phy: Keep PHY clock enabled for entire device lifetime
` [PATCH v4 05/22] dt-bindings: reset: renesas,rzv2h-usb2phy: Add '#mux-state-cells' property
` [PATCH v4 06/22] mux: Add driver for Renesas RZ/V2H USB VBUS_SEL mux
` [PATCH v4 07/22] reset: rzv2h-usb2phy: Add support for VBUS mux controller registration
` [PATCH v4 08/22] dt-bindings: phy: renesas,usb2-phy: Document USB VBUS regulator
` [PATCH v4 09/22] dt-bindings: phy: renesas,usb2-phy: Document mux-states property
` [PATCH v4 10/22] phy: renesas: rcar-gen3-usb2: Add regulator for OTG VBUS control
` [PATCH v4 11/22] phy: renesas: rcar-gen3-usb2: Use mux-state for phyrst management
` [PATCH v4 12/22] dt-bindings: usb: renesas,usbhs: Add RZ/G3E SoC support
` [PATCH v4 13/22] dt-bindings: phy: renesas,usb2-phy: Document RZ/G3E SoC
` [PATCH v4 14/22] dt-bindings: reset: Document RZ/G3E USB2PHY reset
` [PATCH v4 15/22] arm64: dts: renesas: r9a09g057: Add USB2.0 VBUS_SEL mux-controller support
` [PATCH v4 16/22] arm64: dts: renesas: r9a09g056: "
` [PATCH v4 17/22] arm64: dts: renesas: r9a09g056: Add USB2.0 PHY VBUS internal regulator node
` [PATCH v4 18/22] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable USB2 PHY0 VBUS support
` [PATCH v4 19/22] arm64: dts: renesas: r9a09g057: Add USB2.0 PHY VBUS internal regulator node
` [PATCH v4 20/22] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable USB2 PHY0 VBUS support
` [PATCH v4 21/22] arm64: dts: renesas: r9a09g047: Add USB2.0 support
` [PATCH v4 22/22] arm64: dts: renesas: r9a09g047e57-smarc: Enable "

[PATCH v8 00/14] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2025-11-21 15:08 UTC  (12+ messages)
` [PATCH v8 07/14] soc: qcom: mdtloader: Remove qcom_mdt_pas_init() from exported symbols
` [PATCH v8 08/14] firmware: qcom_scm: Add a prep version of auth_and_reset function
` [PATCH v8 09/14] firmware: qcom_scm: Refactor qcom_scm_pas_init_image()
` [PATCH v8 10/14] firmware: qcom_scm: Add SHM bridge handling for PAS when running without QHEE
` [PATCH v8 11/14] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
` [PATCH v8 12/14] remoteproc: pas: Extend parse_fw callback to fetch resources via SMC call
` [PATCH v8 13/14] remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v8 14/14] arm64: dts: qcom: Add EL2 overlay for Lemans

[PATCH v6 0/7] auxdisplay: Add TM16xx 7-segment LED matrix display controllers driver
 2025-11-21 14:59 UTC  (8+ messages)
` [PATCH v6 1/7] dt-bindings: vendor-prefixes: Add fdhisi, titanmec, princeton, winrise, wxicore
` [PATCH v6 2/7] dt-bindings: leds: add default-brightness property to common.yaml
` [PATCH v6 3/7] dt-bindings: auxdisplay: add Titan Micro Electronics TM16xx
` [PATCH v6 4/7] auxdisplay: Add TM16xx 7-segment LED matrix display controllers driver
` [PATCH v6 5/7] auxdisplay: TM16xx: Add keypad support for scanning matrix keys
` [PATCH v6 6/7] auxdisplay: TM16xx: Add support for I2C-based controllers
` [PATCH v6 7/7] auxdisplay: TM16xx: Add support for SPI-based controllers

[PATCH V6 0/5] drm/bridge: it66121: Add initial it66122 support
 2025-11-21 14:57 UTC  (2+ messages)

[PATCH v10 00/11] Add Type-C DP support for RK3399 EVB IND board
 2025-11-21 14:54 UTC  (9+ messages)
` [PATCH v10 01/11] usb: typec: Add notifier functions
` [PATCH v10 02/11] usb: typec: Export all typec device types
` [PATCH v10 04/11] drm/bridge: aux: Add drm_aux_bridge_register_from_node()
` [PATCH v10 07/11] phy: rockchip: phy-rockchip-typec: Add DRM AUX bridge

[PATCH v3 0/3] spi: airoha: add support of en7523 SoC (for 6.19)
 2025-11-21 14:51 UTC  (4+ messages)
` [PATCH v3 1/3] spi: airoha-snfi: en7523: workaround flash damaging if UART_TXD was short to GND

[PATCH v3 0/6] arm64: qcom: add support for Arduino UnoQ SBC
 2025-11-21 14:39 UTC  (4+ messages)
` [PATCH v3 6/6] arm64: dts: qcom: qrb2210: add dts for Arduino unoq
` (subset) [PATCH v3 0/6] arm64: qcom: add support for Arduino UnoQ SBC

[PATCH v2 0/5] ARM: dts: qcom: msm8960: expressatt: Add more peripherals
 2025-11-21 14:39 UTC  (12+ messages)
` [PATCH v2 1/5] ARM: dts: qcom: msm8960: Add GSBI2 & GSBI7
` [PATCH v2 2/5] ARM: dts: qcom: msm8960: expressatt: Add Light/Proximity Sensor
` [PATCH v2 3/5] ARM: dts: qcom: msm8960: expressatt: Add NFC
` [PATCH v2 4/5] ARM: dts: qcom: msm8960: expressatt: Add Magnetometer
` [PATCH v2 5/5] ARM: dts: qcom: msm8960: expressatt: Add Accelerometer

[PATCH v3 0/7] Add TUXEDO Elite 14 Gen1 (X1E78100)
 2025-11-21 14:36 UTC  (9+ messages)
` [PATCH v3 1/7] dt-bindings: vendor-prefixes: Add ASL Xiamen Technology
` [PATCH v3 2/7] dt-bindings: display: bridge: simple: document the ASL CS5263 DP-to-HDMI bridge
` [PATCH v3 3/7] drm/bridge: simple: add "
` [PATCH v3 4/7] dt-bindings: vendor-prefixes: Add prefix for TUXEDO Computers GmbH
` [PATCH v3 5/7] dt-bindings: arm: qcom: Add TUXEDO Computers device
` [PATCH v3 6/7] arm64: dts: qcom: Add device tree for TUXEDO Elite 14 Gen1
` [PATCH v3 7/7] firmware: qcom: scm: Allow QSEECOM on Tuxedo "

[PATCH 0/2] mux: gpio: add support for ADG1712 quad SPST switch
 2025-11-21 14:30 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: mux: gpio-mux: add support for ADG1712
` [PATCH 2/2] mux: gpio: add support for ADG1712 quad SPST switch

[PATCH v7 0/2] Add Google Tensor SoC USB controller support
 2025-11-21 14:21 UTC  (3+ messages)
` [PATCH v7 2/2] usb: dwc3: Add Google Tensor SoC DWC3 glue driver

[PATCH 1/2] dt-bindings: gpio: Add Tegra256 support
 2025-11-21 14:25 UTC  (3+ messages)
` [PATCH 2/2] gpio: tegra186: Add support for Tegra256

[PATCH v2 0/2] Add Microchip IPC remoteproc support
 2025-11-21 14:21 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: add Microchip IPC remoteproc
` [PATCH v2 2/2] remoteproc: add support for Microchip IPC remoteproc platform driver

[PATCH] dt-bindings: nvmem: qfprom: Add sm8750 compatible
 2025-11-21 14:10 UTC  (2+ messages)

[PATCH v10 0/2] Support for Osram as3668 LED driver
 2025-11-21 14:05 UTC  (4+ messages)
` [PATCH v10 2/2] leds: as3668: Driver for the ams Osram 4-channel i2c "

[PATCH v2 0/2] Asus ZenFone 2 Laser/Selfie includes a battery measured by voltage mode BMS and a simple GPIO hall effect sensor. The following commits include support for these components
 2025-11-21 14:04 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: msm8939-asus-z00t: add hall sensor

[PATCH v3 0/4] Input: Add support for TouchNetix aXiom touchscreen
 2025-11-21 14:00 UTC  (10+ messages)
` [PATCH v3 1/4] firmware_loader: expand firmware error codes with up-to-date error

[PATCH v2] arm64: dts: ti: Add missing applied DT overlay targets
 2025-11-21 13:58 UTC  (2+ messages)

[PATCH] arm64: dts: ti: sa67: add build time dtb for overlays
 2025-11-21 13:56 UTC  (2+ messages)

[PATCH v16 6/9] irqchip: Add RISC-V advanced PLIC driver for direct-mode
 2025-11-21 13:54 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am62l: Fix unit address of cbass_wakeup
 2025-11-21 13:54 UTC  (2+ messages)

[PATCH v2] arm64: dts: ti: k3-j721e-sk: Fix pinmux for pin Y1 used by power regulator
 2025-11-21 13:49 UTC  (2+ messages)

[PATCH] arm64: dts: ti: Enable build testing of PHYTEC board overlays
 2025-11-21 13:45 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: ARM: samsung: Add Samsung Manta (Google Nexus 10)
 2025-11-21 13:45 UTC  (3+ messages)

[PATCH v2 0/3] pic64gx clk kconfig/binding changes
 2025-11-21 13:44 UTC  (4+ messages)
` [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
` [PATCH v2 2/3] dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility
` [PATCH v2 3/3] dt-bindings: clock: mpfs-clkcfg: "

[net-next v2] dt-bindings: can: mpfs: document resets
 2025-11-21 13:42 UTC 

[PATCH 0/4] soc: qcom: llcc: Add support for Glymur SoC
 2025-11-21 13:16 UTC  (6+ messages)
` [PATCH 2/4] soc: qcom: llcc: Enable additional usecase id for Glymur
` [PATCH 4/4] soc: qcom: llcc-qcom: Add support "

[PATCH 0/4] ARM: dts: qcom: msm8960: expressatt: Add more peripherals
 2025-11-21 13:11 UTC  (9+ messages)
` [PATCH 1/4] ARM: dts: qcom: msm8960: expressatt: Add Light/Proximity Sensor
` [PATCH 3/4] ARM: dts: qcom: msm8960: expressatt: Add Magnetometer

[PATCH v2 0/2] This series adds LT9211c bridge driver support
 2025-11-21 13:03 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: bridge: lt9211c: Add bindings

[PATCH 00/10] can: grcan: Enhance driver with CANFD Support and Improvements
 2025-11-21 13:03 UTC  (7+ messages)
` [PATCH 07/10] can: grcan: set DMA mask for GRCAN and GRCANFD to 32-bit
` [PATCH 08/10] can: grcan: Add saving and restoring of CAN FD baud-rate registers
` [PATCH 10/10] can: grcan: Add CANFD support alongside legacy CAN

[PATCH v4 0/9] Add thermal sensor driver support for Mediatek MT8196
 2025-11-21 13:02 UTC  (13+ messages)
` [PATCH v4 1/9] dt-bindings: thermal: mediatek: Add LVTS thermal controller support for MT8196
` [PATCH v4 2/9] thermal/drivers/mediatek/lvts: Make number of calibration offsets configurable
` [PATCH v4 3/9] thermal/drivers/mediatek/lvts: Fail probe if temp_factor is zero
` [PATCH v4 4/9] thermal: mediatek: lvts: Add platform ops to support alternative conversion logic
` [PATCH v4 5/9] thermal/drivers/mediatek/lvts: Add lvts_temp_to_raw variant
` [PATCH v4 6/9] thermal/drivers/mediatek/lvts: Add support for ATP mode
` [PATCH v4 7/9] thermal/drivers/mediatek/lvts: Support MSR offset for 16-bit calibration data
` [PATCH v4 8/9] thermal/drivers/mediatek/lvts_thermal: Add MT8196 support
` [PATCH v4 9/9] dt-bindings: nvmem: mediatek: efuse: Add support for MT8196

[PATCH v2 0/4] perf vendor events riscv: Add XuanTie C930 JSON files
 2025-11-21 13:01 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add prefix for XuanTie

[PATCH v3 00/10] pmdomain: Partial refactor, support modem and RTFF
 2025-11-21 12:57 UTC  (8+ messages)
` [PATCH v3 04/10] pmdomain: mediatek: Refactor bus protection regmaps retrieval

[PATCH v2 0/2] Add lontium lt8713sx bridge driver
 2025-11-21 12:55 UTC  (3+ messages)
` [PATCH v2 2/2] drm/bridge: add support for "

[PATCH v3] dt-bindings: drm/bridge: Update reg-name and reg description list for cdns,mhdp8546 compatible
 2025-11-21 12:34 UTC 

[PATCH v2 0/3] arm64: dts: qcom: Add support for SDM660 CDSP and ADSP FastRPC
 2025-11-21 12:13 UTC  (22+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: sdm630/660: Add CDSP-related nodes

[PATCH v4 1/5] dt-bindings: rtc: nxp,pcf85363: add timestamp mode config
 2025-11-21 12:11 UTC  (5+ messages)
` [PATCH v4 2/5] rtc: pcf85363: support reporting battery switch-over via RTC_VL
` [PATCH v4 3/5] rtc: pcf85363: add timestamp support with configurable timestamp mode
` [PATCH v4 4/5] rtc: pcf85363: add oscillator offset calibration support
` [PATCH v4 5/5] rtc: pcf85363: add watchdog support with configurable step size

[PATCH 1/1] arm64: dts: qcom: talos: Drop opp-shared from QUP OPP table
 2025-11-21 12:03 UTC  (4+ messages)

[PATCH v3 0/5] Add support for StarFive VisionFive 2 Lite board
 2025-11-21 11:52 UTC  (7+ messages)
` [PATCH v3 3/5] riscv: dts: starfive: Add common board dtsi for VisionFive 2 Lite variants
` [PATCH v3 4/5] riscv: dts: starfive: Add VisionFive 2 Lite board device tree
` [PATCH v3 5/5] riscv: dts: starfive: Add VisionFive 2 Lite eMMC "

[PATCH net-next 00/11] Add ETHSW support for Renesas RZ/T2H and RZ/N2H SoCs
 2025-11-21 11:43 UTC  (13+ messages)
` [PATCH net-next 01/11] net: dsa: tag_rzn1_a5psw: Drop redundant ETH_P_DSA_A5PSW definition
` [PATCH net-next 02/11] net: dsa: tag_rzn1_a5psw: Add RZ/T2H ETHSW tag protocol and register ethsw tag driver
` [PATCH net-next 03/11] net: dsa: Kconfig: Expand config description to cover RZ/T2H and RZ/N2H ETHSW
` [PATCH net-next 04/11] dt-bindings: net: dsa: renesas,rzn1-a5psw: Add RZ/T2H and RZ/N2H ETHSW support
` [PATCH net-next 05/11] net: dsa: rzn1-a5psw: Add support for optional reset control
` [PATCH net-next 06/11] net: dsa: rzn1-a5psw: Add support for optional timestamp clock
` [PATCH net-next 07/11] net: dsa: rzn1-a5psw: Make switch topology configurable via OF data
` [PATCH net-next 08/11] net: dsa: rzn1-a5psw: Make DSA tag protocol "
` [PATCH net-next 09/11] net: dsa: rzn1-a5psw: Add support for management port frame length adjustment
` [PATCH net-next 10/11] net: dsa: rzn1-a5psw: Add support for RZ/T2H Ethernet switch
` [PATCH net-next 11/11] net: dsa: Kconfig: Enable support for RZ/T2H and RZ/N2H SoCs

[PATCH 0/8] Add support for GPIO IRQs for RZ/T2H and RZ/N2H
 2025-11-21 11:26 UTC  (9+ messages)
` [PATCH 1/8] pinctrl: renesas: rzt2h: move GPIO enable/disable into separate function
` [PATCH 2/8] pinctrl: renesas: rzt2h: allow .get_direction() for IRQ function GPIOs
` [PATCH 3/8] dt-bindings: pinctrl: renesas,r9a09g077-pinctrl: Document GPIO IRQ
` [PATCH 4/8] pinctrl: renesas: rzt2h: add GPIO IRQ chip to handle interrupts
` [PATCH 5/8] arm64: dts: renesas: r9a09g077: add GPIO IRQ support
` [PATCH 6/8] arm64: dts: renesas: r9a09g087: "
` [PATCH 7/8] arm64: dts: renesas: r9a09g077m44-rzt2h-evk: add GPIO keys
` [PATCH 8/8] arm64: dts: renesas: r9a09g087m44-rzn2h-evk: "

[PATCH v5 0/3] arm64: tegra: Enable Tegra210 actmon for EMC scaling
 2025-11-21 11:24 UTC  (3+ messages)
` [PATCH v5 2/3] arm64: tegra: Add interconnect properties to Tegra210 device-tree

[RFC v1 0/4] Microchip mpfs/pic64gx pinctrl part 2
 2025-11-21 11:21 UTC  (9+ messages)
` [RFC v1 2/4] pinctrl: add polarfire soc mssio pinctrl driver

[PATCH v4 0/5] memory: tegra: Support EMC dfs on Tegra186/Tegra194
 2025-11-21 11:21 UTC  (15+ messages)
` [PATCH v4 3/5] memory: tegra186-emc: Support non-bpmp icc scaling

[PATCH 0/4] Add ICU support for RZ/T2H and RZ/N2H
 2025-11-21 11:14 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: interrupt-controller: document RZ/{T2H,N2H} ICU
` [PATCH 2/4] irqchip: add RZ/{T2H,N2H} Interrupt Controller (ICU) driver
` [PATCH 3/4] arm64: dts: renesas: r9a09g077: add ICU support
` [PATCH 4/4] arm64: dts: renesas: r9a09g087: "

[PATCH v5 0/5] add support for T7 family clock controller
 2025-11-21 10:59 UTC  (3+ messages)
` [PATCH v5 1/5] dt-bindings: clock: add Amlogic T7 PLL "
` [PATCH v5 2/5] dt-bindings: clock: add Amlogic T7 SCMI "

[PATCH 0/3] Add ISP and IVC to r9a09g057 boards
 2025-11-21 11:11 UTC  (7+ messages)
` [PATCH 1/3] arm64: dts: renesas: r9a09g057: Add IVC and ISP nodes
` [PATCH 2/3] arm64: dts: renesas: r9a09g057h48-kakip: Add ISP and IVC nodes
` [PATCH 3/3] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: "

[PATCH v3 0/6] media: iris: prepare support for video codecs on Qcom vpu4 platform
 2025-11-21 11:03 UTC  (7+ 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).