messages from 2024-12-10 15:41:55 to 2024-12-16 07:58:44 UTC [more...]
[PATCH 0/8] Add eDMAv3 support for S32G2/S32G3 SoCs
2024-12-16 7:58 UTC (8+ messages)
` [PATCH 1/8] dmaengine: fsl-edma: select of_dma_xlate based on the dmamuxs presence
` [PATCH 2/8] dmaengine: fsl-edma: remove FSL_EDMA_DRV_SPLIT_REG check when parsing muxbase
` [PATCH 3/8] dmaengine: fsl-edma: move eDMAv2 related registers to a new structure ’edma2_regs’
` [PATCH 4/8] dmaengine: fsl-edma: add eDMAv3 registers to edma_regs
` [PATCH 5/8] dt-bindings: dma: fsl-edma: add nxp,s32g2-edma compatible string
` [PATCH 6/8] dmaengine: fsl-edma: add support for S32G based platforms
` [PATCH 7/8] dmaengine: fsl-edma: wait until no hardware request is in progress
[PATCH v6 00/19] Add Freescale i.MX8qxp Display Controller support
2024-12-16 6:29 UTC (14+ messages)
` [PATCH v6 01/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller processing units
` [PATCH v6 12/19] drm/imx: Add i.MX8qxp Display Controller KMS
[PATCH v2] ARM: dts: nxp: imx6qdl-sabresd: add dr_mode to usbotg
2024-12-16 4:07 UTC
[PATCH v4 net] net: phy: micrel: Dynamically control external clock of KSZ PHY
2024-12-16 2:29 UTC (4+ messages)
[PATCH] ARM: dts: nxp: imx6qdl: add dr_mode to usbotg
2024-12-16 1:07 UTC (5+ messages)
[PATCH v2 00/11] RISC-V IMSIC driver improvements
2024-12-14 17:25 UTC (12+ messages)
` [PATCH v2 01/11] irqchip/riscv-imsic: Handle non-atomic MSI updates for device
` [PATCH v2 02/11] irqchip/irq-msi-lib: Optionally set default irq_eoi/irq_ack
` [PATCH v2 03/11] irqchip/riscv-imsic: Set irq_set_affinity for IMSIC base
` [PATCH v2 04/11] irqchip/riscv-imsic: Move to common MSI lib
` [PATCH v2 05/11] genirq: Introduce kconfig option GENERIC_PENDING_IRQ_CHIPFLAGS
` [PATCH v2 06/11] genirq: Introduce common irq_force_complete_move() implementation
` [PATCH v2 07/11] RISC-V: Enable GENERIC_PENDING_IRQ and GENERIC_PENDING_IRQ_CHIPFLAGS
` [PATCH v2 08/11] irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector
` [PATCH v2 09/11] irqchip/riscv-imsic: Implement irq_force_complete_move() for IMSIC
` [PATCH v2 10/11] irqchip/riscv-imsic: Replace hwirq with irq in the IMSIC vector
` [PATCH v2 11/11] irqchip/riscv-imsic: Use IRQCHIP_MOVE_DEFERRED flag for PCI devices
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
2024-12-14 13:37 UTC (6+ messages)
` [PATCH v2 1/5] drm/encoder_slave: make mode_valid accept const struct drm_display_mode
` [PATCH v2 2/5] drm/amdgpu: don't change mode in amdgpu_dm_connector_mode_valid()
` [PATCH v2 3/5] drm/sti: hda: pass const struct drm_display_mode* to hda_get_mode_idx()
` [PATCH v2 4/5] drm/connector: make mode_valid_ctx take a const struct drm_display_mode
` [PATCH v2 5/5] drm/connector: make mode_valid "
[PATCH v3 0/2] regulator: add new PMIC PF9453 support
2024-12-14 10:57 UTC (4+ messages)
` [PATCH v3 1/2] regulator: dt-bindings: pca9450: Add nxp,pf9453 compatible string
` [PATCH v3 2/2] regulator: pf9453: add PMIC PF9453 support
[PATCH] dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()
2024-12-14 4:01 UTC
[PATCH 1/1] input: mma8450: Add chip ID check in probe
2024-12-13 23:02 UTC (2+ messages)
[PATCH] arm64: dts: imx8mn-bsh-smm-s2pro: Remove invalid audio codec clock
2024-12-13 21:23 UTC
panel-lvds for imx8mm-verdin boards
2024-12-13 21:12 UTC (5+ messages)
[PATCH v2] arm64: dts: s32g: add I2C support
2024-12-13 19:15 UTC (2+ messages)
[PATCH 0/2] Make i.MX9 OCOTP work as accessing controller
2024-12-13 19:11 UTC (8+ messages)
` [PATCH 1/2] dt-bindings: nvmem: imx-ocotp: Introduce #access-controller-cells
` [PATCH 2/2] nvmem: imx-ocotp-ele: Support accessing controller for i.MX9
[PATCH v2 0/2] regulator: add new PMIC PF9453 support
2024-12-13 17:28 UTC (5+ messages)
` [PATCH v2 1/2] regulator: dt-bindings: pca9450: Add nxp,pf9453 compatible string
` [PATCH v2 2/2] regulator: pf9453: add PMIC PF9453 support
[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
2024-12-13 17:20 UTC (7+ messages)
` [PATCH v8 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
[PATCH v6 0/7] gpio: siul2-s32g2: add initial GPIO driver
2024-12-13 17:15 UTC (5+ messages)
` [PATCH v6 2/7] mfd: nxp-siul2: add support for NXP SIUL2
[PATCH 0/4] Move RISC-V IMSIC driver to the common MSI lib
2024-12-13 15:43 UTC (8+ messages)
` [PATCH 1/4] irqchip/riscv-imsic: Handle non-atomic MSI updates for device
[PATCH RFCv5 1/8] page_pool: introduce page_pool_to_pp() API
2024-12-13 12:27 UTC
[PATCH v2 1/2] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9
2024-12-13 9:50 UTC (5+ messages)
` (subset) "
I urge you to understand my viewpoint accurately
2024-12-13 4:24 UTC
[PATCH v3 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
2024-12-13 9:22 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module
` [PATCH v3 2/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
[PATCH v2] media: amphion: Support dmabuf and v4l2 buffer without binding
2024-12-13 9:10 UTC
[PATCH] media: amphion: Support dmabuf and v4l2 buffer without binding
2024-12-13 7:46 UTC
[PATCH v6 0/3] SN65DSI83/4 lvds_vod_swing properties
2024-12-13 6:57 UTC (6+ messages)
` [PATCH v6 1/3] dt-bindings: drm/bridge: ti-sn65dsi83: Add properties for ti,lvds-vod-swing
` [PATCH v6 2/3] drm/bridge: ti-sn65dsi83: Add ti,lvds-vod-swing optional properties
` [PATCH v6 3/3] arm64: dts: imx8mm-phyboard-polis-peb-av-10: Set lvds-vod-swing
[PATCH v8 net-next 0/4] Add more feautues for ENETC v4 - round 1
2024-12-13 2:17 UTC (5+ messages)
` [PATCH v8 net-next 1/4] net: enetc: add Tx checksum offload for i.MX95 ENETC
` [PATCH v8 net-next 2/4] net: enetc: update max chained Tx BD number "
` [PATCH v8 net-next 3/4] net: enetc: add LSO support for i.MX95 ENETC PF
` [PATCH v8 net-next 4/4] net: enetc: add UDP segmentation offload support
[PATCH v2 0/5] add sof support on imx95
2024-12-13 0:40 UTC (12+ messages)
` [PATCH v2 3/5] ASoC: dt-bindings: audio-graph-card2: add widgets and hp-det-gpios support
` [PATCH v2 4/5] ASoC: SOF: imx: add driver for imx95
` [PATCH v2 5/5] arm64: dts: imx: add imx95 dts for sof
[PATCH 0/1] Add i.MX943 basic dtsi support
2024-12-12 16:48 UTC (3+ messages)
` [PATCH] arm64: dts: freescale: Add basic dtsi for imx943
[PATCH v2 0/2] media: verisilicon: fix reference padding issue
2024-12-12 16:15 UTC (3+ messages)
[PATCH v2 1/2] media: verisilicon: Store reference frames pixels format
2024-12-12 15:43 UTC (2+ messages)
` [PATCH v2 2/2] media: verisilicon: Fix IMX8 native pixels format steps values
[PATCH v7 net-next 0/4] Add more feautues for ENETC v4 - round 1
2024-12-12 15:07 UTC (6+ messages)
` [PATCH v7 net-next 1/4] net: enetc: add Tx checksum offload for i.MX95 ENETC
` [PATCH v7 net-next 2/4] net: enetc: update max chained Tx BD number "
` [PATCH v7 net-next 3/4] net: enetc: add LSO support for i.MX95 ENETC PF
` [PATCH v7 net-next 4/4] net: enetc: add UDP segmentation offload support
imx8m-blk-ctrl: WARNING, no release() function
2024-12-12 14:10 UTC
[PATCH v2 1/2] usb: typec: tcpci: fix NULL pointer issue on shared irq case
2024-12-12 12:24 UTC (2+ messages)
` [PATCH v2 2/2] usb: typec: tcpci: write ALERT_MASK after devm_request_threaded_irq()
[PATCH] i2c: imx: make controller available until system suspend_noirq() and from resume_noirq()
2024-12-12 12:12 UTC (2+ messages)
[PATCH v2 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
2024-12-12 11:31 UTC (10+ messages)
` [PATCH v2 1/2] dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module
` [PATCH v2 2/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
[PATCH v5 0/3] SN65DSI83/4 lvds_vod_swing properties
2024-12-12 10:38 UTC (10+ messages)
` [PATCH v5 2/3] drm/bridge: ti-sn65dsi83: Add ti,lvds-vod-swing optional properties
[PATCH v3 1/1] dt-bindings: PCI: mobiveil: convert mobiveil-pcie.txt to yaml format
2024-12-12 8:22 UTC (2+ messages)
[PATCH v6 11/19] drm/imx: Add i.MX8qxp Display Controller interrupt controller
2024-12-12 8:02 UTC (2+ messages)
[PATCH v6 10/19] drm/imx: Add i.MX8qxp Display Controller pixel engine
2024-12-12 8:02 UTC (2+ messages)
[PATCH v6 09/19] drm/imx: Add i.MX8qxp Display Controller display engine
2024-12-12 8:02 UTC (2+ messages)
[PATCH RESEND v3] perf: imx9_perf: Introduce AXI filter version to refactor the driver and better extension
2024-12-12 6:57 UTC
[PATCH v3] perf: imx9_perf: Introduce AXI filter version to refactor the driver and better extension
2024-12-12 6:48 UTC
[PATCH v2] perf: imx9_perf: Introduce AXI filter version to refactor the driver and better extension
2024-12-12 4:52 UTC (7+ messages)
[PATCH net-next] net: fec: use phydev->eee_cfg.tx_lpi_timer
2024-12-12 4:30 UTC (4+ messages)
[PATCH] usb: typec: tcpci: fix NULL pointer issue on shared irq case
2024-12-12 4:09 UTC (6+ messages)
[PATCH] firmware: Switch back to struct platform_driver::remove()
2024-12-11 22:33 UTC (2+ messages)
[PATCH v12 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
2024-12-11 20:57 UTC (10+ messages)
` [PATCH v12 1/9] irqchip/gic-v3-its: Avoid overwriting msi_prepare callback if provided by msi_domain_info
` [PATCH v12 2/9] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v12 3/9] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_IMMUTABLE and irq_domain_is_msi_immutable()
` [PATCH v12 4/9] irqchip/gic-v3-its: Set IRQ_DOMAIN_FLAG_MSI_IMMUTABLE for ITS
` [PATCH v12 5/9] PCI: endpoint: pci-ep-msi: Add check for MSI address/data pair immutability
` [PATCH v12 6/9] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v12 7/9] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v12 8/9] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v12 9/9] tools: PCI: Add 'B' option for test doorbell
[PATCH v6 6/7] pinctrl: s32cc: implement GPIO functionality
2024-12-11 17:02 UTC (2+ messages)
[PATCH 0/2] regulator: add new PMIC PF9453 support
2024-12-11 16:35 UTC (3+ messages)
` [PATCH 1/2] regulator: dt-bindings: pf9453: "
[PATCH] usb: typec: tcpci: set local CC to Rd only when cc1/cc2 status is Rp
2024-12-11 10:57 UTC
[RESEND PATCH] media: dt-bindings: trivial white-space and example cleanup
2024-12-11 9:48 UTC (2+ messages)
[RESEND PATCH] media: dt-bindings: trivial white-space and example cleanup
2024-12-11 9:22 UTC (2+ messages)
[PATCH v3 0/6] Configure imx8mp dsp node for rproc usage
2024-12-11 9:21 UTC (7+ messages)
` [PATCH v3 4/6] dt-bindings: clock: imx8mp: Add syscon compatible
` [PATCH v3 5/6] arm64: dts: imx8mp: Add fsl,dsp-ctrl property for dsp
[PATCH v2 1/1] dt-bindings: PCI: mobiveil: convert mobiveil-pcie.txt to yaml format
2024-12-11 8:12 UTC (3+ messages)
[PATCH v4] i2c: imx: support DMA defer probing
2024-12-11 7:06 UTC (6+ messages)
[PATCH v3 net] net: phy: micrel: Dynamically control external clock of KSZ PHY
2024-12-11 2:02 UTC (7+ messages)
[PATCH v3] serial: imx: Use uart_port_lock_irq() instead of uart_port_lock()
2024-12-10 23:36 UTC
[PATCH v6 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs
2024-12-10 23:25 UTC (11+ messages)
` [PATCH v6 1/4] dt-bindings: rtc: add schema for NXP "
` [PATCH v6 2/4] rtc: s32g: add NXP S32G2/S32G3 SoC support
[PATCH 0/5] clk: Fix simple video pipelines on i.MX8
2024-12-10 22:44 UTC (3+ messages)
` [PATCH 4/5] clk: Add flag to prevent frequency changes when walking subtrees
[PATCH v8 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
2024-12-10 22:16 UTC (3+ messages)
[PATCH v6 RESEND net-next 0/5] Add more feautues for ENETC v4 - round 1
2024-12-10 20:07 UTC (9+ messages)
` [PATCH v6 RESEND net-next 1/5] net: enetc: add Rx checksum offload for i.MX95 ENETC
[PATCH v2 1/1] dt-bindings: PCI: mobiveil: convert mobiveil-pcie.txt to yaml format
2024-12-10 17:10 UTC (3+ messages)
[PATCH AUTOSEL 5.4 20/28] net: enetc: add i.MX95 EMDIO support
2024-12-10 16:14 UTC (3+ messages)
[PATCH v2] serial: imx: Use uart_port_lock_irq() instead of uart_port_lock()
2024-12-10 15:40 UTC (3+ messages)
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