messages from 2025-09-02 05:41:35 to 2025-09-02 16:18:28 UTC [more...]
[PATCH] PCI: stm32: Remove link_status in PCIe EP
2025-09-02 12:26 UTC
[PATCH v5 0/4] Add MIPI CSI-2 support for i.MX8ULP
2025-09-02 12:26 UTC (11+ messages)
` [PATCH v5 1/4] media: dt-bindings: nxp,imx8mq-mipi-csi2: Add i.MX8ULP compatible string
` [PATCH v5 3/4] media: imx8mq-mipi-csi2: Explicitly release reset
` [EXT] "
[PATCH] ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()
2025-09-02 12:23 UTC (2+ messages)
[PATCH v2 0/9] drm/bridge: get/put the bridge returned by drm_bridge_get_next_bridge()
2025-09-02 12:22 UTC (8+ messages)
` [PATCH v2 1/9] list: add list_last_entry_or_null()
[soc:soc/dt] BUILD SUCCESS cea9c89d46c62b5fdc719c60bc7b2e3abd8c0153
2025-09-02 12:10 UTC
[PATCH v7 0/6] initial usbdrd phy support for Exynosautov920 soc
2025-09-02 12:12 UTC (10+ messages)
` [PATCH v7 5/6] dt-bindings: phy: samsung,usb3-drd-phy: add ExynosAutov920 combo ssphy
[PATCH v4 00/10] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
2025-09-02 12:11 UTC (7+ messages)
` [PATCH v4 01/10] clk: qcom: gcc-ipq5424: Correct the icc_first_node_id
` [PATCH v4 03/10] clk: qcom: gcc-ipq5424: Enable NSS NoC clocks to use icc-clk
` [PATCH v4 05/10] clk: qcom: gcc-ipq5424: Add gpll0_out_aux clock
[PATCH 3/4] arm64: dts: rockchip: Add HINLINK H68K
2025-09-02 12:10 UTC (3+ messages)
[soc:soc/defconfig] BUILD SUCCESS 70757ee5d2bc6da3a31dfbf808d534faa19178bd
2025-09-02 12:05 UTC
[PATCH AUTOSEL 6.16] pinctrl: meson: Fix typo in device table macro
2025-09-02 12:08 UTC
[PATCH v4 0/5] media: imx8qxp: add parallel camera support
2025-09-02 12:01 UTC (3+ messages)
[PATCH linux-stable 6.12 0/3] thermal/drivers/mediatek/lvts: pick fixes into 6.12 stable tree
2025-09-02 12:01 UTC (2+ messages)
[PATCH v7 00/16] pinctrl: introduce the concept of a GPIO pin function category
2025-09-02 11:59 UTC (17+ messages)
` [PATCH v7 01/16] pinctrl: check the return value of pinmux_ops::get_function_name()
` [PATCH v7 02/16] devres: provide devm_kmemdup_const()
` [PATCH v7 03/16] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v7 04/16] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v7 05/16] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v7 06/16] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v7 07/16] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v7 08/16] pinctrl: keembay: release allocated memory in detach path
` [PATCH v7 09/16] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v7 10/16] pinctrl: constify pinmux_generic_get_function()
` [PATCH v7 11/16] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v7 12/16] pinctrl: qcom: use generic pin function helpers
` [PATCH v7 13/16] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v7 14/16] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v7 15/16] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v7 16/16] pinctrl: qcom: make the pinmuxing strict
[PATCH 0/2] mfd: vexpress: convert the driver to using the new generic GPIO chip API
2025-09-02 11:57 UTC (8+ messages)
` [PATCH 1/2] mfd: vexpress-sysreg: check the return value of devm_gpiochip_add_data()
` [PATCH 2/2] mfd: vexpress-sysreg: use new generic GPIO chip API
[PATCH v3 00/12] cpufreq: use __free() for all cpufreq_cpu_get() references
2025-09-02 11:47 UTC (5+ messages)
` [PATCH v3 03/12] cpufreq: intel_pstate: Use scope-based cleanup helper
[PATCH v8 00/29] KVM: arm64: Implement support for SME
2025-09-02 11:36 UTC (30+ messages)
` [PATCH v8 01/29] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v8 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v8 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v8 04/29] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v8 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v8 06/29] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v8 07/29] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v8 08/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v8 09/29] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v8 10/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v8 11/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v8 12/29] KVM: arm64: Define internal features "
` [PATCH v8 13/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v8 14/29] KVM: arm64: Store vector lengths in an array
` [PATCH v8 15/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v8 16/29] KVM: arm64: Support SME control registers
` [PATCH v8 17/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v8 18/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v8 19/29] KVM: arm64: Support SME priority registers
` [PATCH v8 20/29] KVM: arm64: Provide assembly for SME register access
` [PATCH v8 21/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v8 22/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v8 23/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v8 24/29] KVM: arm64: Context switch SME state for guests
` [PATCH v8 25/29] KVM: arm64: Handle SME exceptions
` [PATCH v8 26/29] KVM: arm64: Expose SME to nested guests
` [PATCH v8 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v8 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v8 29/29] KVM: arm64: selftests: Add SME to set_id_regs test
[PATCH v2 14/37] drm/atmel-hlcdc: Switch to drm_atomic_get_new_crtc_state()
2025-09-02 11:45 UTC (9+ messages)
` [PATCH v2 15/37] drm/exynos: "
` [PATCH v2 16/37] drm/imx-dc: "
` [PATCH v2 17/37] drm/imx-dcss: "
` [PATCH v2 18/37] drm/imx-ipuv3: "
` [PATCH v2 23/37] drm/mediatek: "
` [PATCH v2 26/37] drm/rockchip: "
` [PATCH v2 27/37] drm/sun4i: "
[RFC PATCH] time: introduce BOOT_TIME_TRACKER and minimal boot timestamp
2025-09-02 10:52 UTC (3+ messages)
[PATCH net] net: thunder_bgx: decrement cleanup index before use
2025-09-02 9:50 UTC (2+ messages)
[PATCH 0/2] Introduce BACKGROUND_COLOR DRM CRTC property
2025-09-02 9:27 UTC (3+ messages)
` [PATCH 1/2] drm: Add CRTC background color property
` [PATCH 2/2] drm/rockchip: vop2: Support setting custom background color
[PATCH 0/2] firmware: arm_scmi: Minor cleanups and documentation fixes
2025-09-02 9:27 UTC (3+ messages)
` [PATCH 2/2] firmware: arm_scmi: add missing spinlock documentation
[soc:arm/fixes] BUILD SUCCESS 750b54513f69f1046895346ea97cc3d96584355e
2025-09-02 10:43 UTC
[PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
2025-09-02 11:44 UTC
[soc:for-next] BUILD SUCCESS a88a92ecd15eaa93c047726c96b7f5026dc455a2
2025-09-02 11:34 UTC
FYI: i.MX8MP ISP (RKISP1) MI registers corruption
2025-09-02 11:23 UTC (14+ messages)
` FYI: i.MX8MP ISP (RKISP1) MI registers corruption: resolved
[PATCH 0/3] drm/exynos: vidi: fix various memory corruption bugs
2025-09-02 11:20 UTC (4+ messages)
` [PATCH 1/3] drm/exynos: vidi: use priv->vidi_dev for ctx lookup in vidi_connection_ioctl()
` [PATCH 2/3] drm/exynos: vidi: fix to avoid directly dereferencing user pointer
` [PATCH 3/3] drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variables related to memory alloc/free
[PATCH 0/3] drm/exynos: vidi: fix various memory corruption bugs
2025-09-02 11:19 UTC
[PATCH] firmware: arm_scmi: quirk: fix write to string constant
2025-09-02 11:18 UTC (6+ messages)
[PATCH 0/5] Add QSPI support for sam9x7 and sama7d65 SoCs
2025-09-02 11:08 UTC (9+ messages)
` [PATCH 1/5] spi: atmel,quadspi: Document sam9x7 QSPI
` [PATCH 2/5] spi: atmel,quadspi: Define sama7d65 QSPI
` [PATCH 3/5] spi: atmel-quadspi: add padcalib, 2xgclk, and dllon capabilities
` [PATCH 4/5] spi: atmel-quadspi: add support for SAM9X7 QSPI controller
` [PATCH 5/5] spi: atmel-quadspi: Add support for sama7d65 QSPI
[PATCH v4 0/5] initialize SCTRL2_ELx
2025-09-02 11:05 UTC (6+ messages)
` [PATCH v4 2/5] arm64: initialise SCTLR2_ELx register at boot time
[Bug 220479] New: [regression 6.16] mvebu: no pci devices detected on turris omnia
2025-09-02 10:33 UTC (4+ messages)
[PATCH 1/2] pinctrl: samsung: Drop unused S3C24xx driver data
2025-09-02 10:32 UTC (2+ messages)
[PATCH v3 07/10] PHY: aspeed: Add ASPEED PCIe PHY driver
2025-09-02 10:23 UTC (2+ messages)
[PATCH v3 0/7] phy: rockchip: phy-rockchip-inno-csidphy: add support for rk3588 variant
2025-09-02 10:14 UTC (6+ messages)
` [PATCH v3 2/7] dt-bindings: phy: rockchip-inno-csi-dphy: make power-domains non-required
` [PATCH v3 3/7] dt-bindings: phy: rockchip-inno-csi-dphy: add rk3588 variant
[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-09-02 10:10 UTC (7+ messages)
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly
[PATCH v9 0/9] arm64: lan969x: Add support for Microchip LAN969x SoC
2025-09-02 10:02 UTC (3+ messages)
` [PATCH v9 4/9] mfd: at91-usart: Make it selectable for ARCH_MICROCHIP
[soc:soc/drivers] BUILD SUCCESS cc309f979394b5d98b12f7fb25c9219486a9733a
2025-09-02 9:59 UTC
[PATCH] arm64: Add command-line override for ID_AA64ISAR0_EL1.ATOMIC
2025-09-02 9:57 UTC (2+ messages)
[PATCH v14 00/10] Implement vendor resets for PSCI SYSTEM_RESET2
2025-09-02 9:55 UTC (4+ messages)
` [PATCH v14 03/10] power: reset: reboot-mode: Add support for 64 bit magic
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-02 9:54 UTC (8+ messages)
[PATCH RESEND] dt-bindings: dmaengine: xilinx_dma: Remove DMA client properties
2025-09-02 9:49 UTC (2+ messages)
[PATCH v4] dmaengine: xilinx_dma: Support descriptor setup from dma_vecs
2025-09-02 9:49 UTC (2+ messages)
[PATCH] dma: Replace zero-length array with flexible-array
2025-09-02 9:49 UTC (2+ messages)
[PATCH v3 0/3] nvmem: s32g-ocotp: Add driver for S32G OCOTP
2025-09-02 9:47 UTC (2+ messages)
` [PATCH v3 3/3] arm64: dts: s32g: Add device tree information for the OCOTP driver
[PATCH] net: thunder_bgx: add a missing of_node_put
2025-09-02 9:41 UTC (2+ messages)
[PATCH] dt-bindings: arm: samsung: Drop S3C2416
2025-09-02 9:31 UTC (2+ messages)
[PATCH 0/3] Add exynosautov920 thermal support
2025-09-02 9:30 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: thermal: samsung: Add tmu-name and sensor-index-ranges properties
` [PATCH 3/3] arm64: dts: exynosautov920: Add tmu hardware binding
[PATCH 0/8] ARM: dts: broadcom-bcmbca: Fixes amd I2C buses
2025-09-02 9:26 UTC (4+ messages)
` [PATCH 4/8] ARM: dts: bcm6846: Add I2C bus block
[PATCH net-next v2 0/8] Add RPMSG Ethernet Driver
2025-09-02 9:07 UTC (9+ messages)
` [PATCH net-next v2 1/8] dt-bindings: net: ti,rpmsg-eth: Add DT binding for RPMSG ETH
` [PATCH net-next v2 2/8] dt-bindings: remoteproc: k3-r5f: Add rpmsg-eth subnode
` [PATCH net-next v2 3/8] net: rpmsg-eth: Add Documentation for RPMSG-ETH Driver
` [PATCH net-next v2 4/8] net: rpmsg-eth: Add basic rpmsg skeleton
` [PATCH net-next v2 5/8] net: rpmsg-eth: Register device as netdev
` [PATCH net-next v2 6/8] net: rpmsg-eth: Add netdev ops
` [PATCH net-next v2 7/8] net: rpmsg-eth: Add support for multicast filtering
` [PATCH net-next v2 8/8] arch: arm64: dts: k3-am64*: Add rpmsg-eth node
[PATCH net-next 1/2] dt-bindings: net: altr,socfpga-stmmac: Constrain interrupts
2025-09-02 9:15 UTC (2+ messages)
` [PATCH net-next 2/2] dt-bindings: net: renesas,rzn1-gmac: "
[PATCH v2] irqchip: gic-v2m: Handle Multiple MSI base IRQ Alignment
2025-09-02 9:10 UTC
[PATCH v2] coresight-etm4x: Conditionally access register TRCEXTINSELR
2025-09-02 9:07 UTC (2+ messages)
[PATCH v3 0/4] pmdomain: core: Introduce device_set/get_out_band_wakeup and use it in usb
2025-09-02 8:56 UTC (9+ messages)
` [PATCH v3 1/4] pmdomain: core: Introduce device_set/get_out_band_wakeup()
` [PATCH v3 2/4] usb: chipidea: core: detach power domain for ci_hdrc platform device
` [PATCH v3 3/4] usb: chipidea: ci_hdrc_imx: Set out of band wakeup for i.MX95
` [PATCH v3 4/4] usb: dwc3: imx8mp: "
[PATCH net-next 0/4] Add GMAC support for Renesas RZ/{T2H, N2H} SoCs
2025-09-02 9:01 UTC (5+ messages)
` [PATCH net-next 1/4] dt-bindings: net: dwmac: Increase 'maxItems' for 'interrupts' and 'interrupt-names'
` [PATCH net-next 2/4] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/T2H and RZ/N2H SoCs
[PATCH v2 0/2] Add USB support for AM62D2
2025-09-02 8:52 UTC (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-am62a-main: Fix pinctrl properties
[PATCH] ARM: OMAP2+: pm33xx-core: ix device node reference leaks in amx3_idle_init
2025-09-02 8:46 UTC (2+ messages)
[PATCH] bus: vexpress-config: fix device node reference leak in vexpress_syscfg_probe
2025-09-02 8:35 UTC (2+ messages)
[PATCH] arm64: dts: ti: k3-am62d2-evm: Add support for OSPI flash
2025-09-02 8:33 UTC (4+ messages)
[PATCH v5 0/2] Configure root port MPS during host probing
2025-09-02 8:33 UTC (2+ messages)
[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
2025-09-02 8:23 UTC (3+ messages)
` [PATCH 3/5] arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capability
[soc:soc/arm] BUILD SUCCESS 1141f2fa2089bce94a4ef6b8ac131b46167b41f9
2025-09-02 8:15 UTC
[PATCH v5 0/6] Add quirks to proceed PME handshake in DWC PM
2025-09-02 8:01 UTC (7+ messages)
` [PATCH v5 1/6] PCI: dwc: Remove the L1SS check before putting the link into L2
` [PATCH v5 2/6] PCI: dwc: Don't poll L2 if QUIRK_NOL2POLL_IN_PM is existing in suspend
` [PATCH v5 3/6] PCI: imx6: Don't poll LTSSM state of i.MX6QP PCIe in PM operations
` [PATCH v5 4/6] PCI: imx6: Don't poll LTSSM state of i.MX7D "
` [PATCH v5 5/6] PCI: dwc: Skip PME_Turn_Off message if there is no endpoint connected
` [PATCH v5 6/6] PCI: dwc: Don't return error when wait for link up in dw_pcie_resume_noirq()
[PATCH 0/4] arm64: zynqmp: Minor DT changes
2025-09-02 7:56 UTC (5+ messages)
` [PATCH 1/4] arm64: zynqmp: Disable coresight by default
` [PATCH 2/4] arm64: zynqmp: Revert usb node drive strength and slew rate for zcu106
` [PATCH 3/4] arm64: zynqmp: Describe ethernet controllers via aliases on SOM
` [PATCH 4/4] arm64: zynqmp: Enable DP in kr260/kv260 revA
[PATCH v3 00/10] Add ASPEED PCIe Root Complex support
2025-09-02 7:53 UTC (3+ messages)
` [PATCH v3 04/10] dt-bindings: pinctrl: aspeed,ast2600-pinctrl: Add PCIe RC PERST# group
[PATCH v3 0/9] Add support for Wave6 video codec driver
2025-09-02 7:42 UTC (5+ messages)
` [PATCH v3 2/9] dt-bindings: media: nxp: Add Wave6 video codec device
[PATCH] tracing: Fix tracing_marker may trigger page fault during preempt_disable
2025-09-02 7:35 UTC (4+ messages)
[PATCH v3 0/3] Remove unused bits from dts and add support for remaining pinctrl macros
2025-09-02 7:19 UTC (4+ messages)
` [PATCH v3 1/3] arm64: dts: ti: k3-am62p5-sk: Remove the unused cfg in USB1_DRVVBUS
` [PATCH v3 2/3] arm64: dts: ti: k3-am62x-sk-common: "
` [PATCH v3 3/3] arm64: dts: ti: k3-pinctrl: Add the remaining macros
[PATCH mt76] wifi: mt76: mt7996: Use proper link info in mt7996_mcu_add_group
2025-09-02 6:55 UTC
[PATCH v1 0/7] drm/rockchip: Add MIPI DSI support for RK3368
2025-09-02 6:49 UTC (4+ messages)
` [PATCH v1 3/7] dt-bindings: clock: rk3368: Add SCLK_MIPIDSI_24M
[PATCH] dt-bindings: touchscreen: drop any reference to touchscreen.txt
2025-09-02 6:30 UTC (3+ messages)
[PATCH 0/4] Input: imx6ul_tsc - set glitch threshold by dts property
2025-09-02 6:24 UTC (5+ messages)
` [PATCH 2/4] dt-bindings: input: touchscreen: fsl,imx6ul-tsc: add fsl,glitch-threshold
[PATCH net v2] net: xilinx: axienet: Add error handling for RX metadata pointer retrieval
2025-09-02 5:35 UTC (2+ messages)
[PATCH v2 0/4] arm64: dts: ti: Add bootph-all tag to USB PHY controller
2025-09-02 5:30 UTC (3+ messages)
` [PATCH v2 3/4] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all tag to usb0_phy_ctrl node
` [PATCH v2 4/4] arm64: dts: ti: k3-j722s-evm: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).