Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
 messages from 2023-10-27 16:27:12 to 2023-12-11 21:59:49 UTC [more...]

[PATCH v3 00/13] PCI: imx6: Clean up and add imx95 pci support
 2023-12-11 21:58 UTC  (6+ messages)
` [PATCH v3 01/13] PCI: imx6: Simplify clock handling by using HAS_CLK_* bitmask
` [PATCH v3 02/13] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v3 03/13] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v3 04/13] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v3 05/13] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask

[PATCH 1/1] dmaengine: fsl-edma: fix DMA channel leak in eDMAv4
 2023-12-11 15:04 UTC  (2+ messages)

[PATCH] dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()
 2023-12-11 15:04 UTC  (2+ messages)

[GIT PULL] ARM: SoC fixes for v6.7
 2023-12-08 17:08 UTC  (2+ messages)

[PATCH 0/9] PCI: imx6: Clean up and add imx95 pci support
 2023-12-08 11:49 UTC  (20+ messages)
` [PATCH 1/9] PCI: imx6: Simplify clock handling by using HAS_CLK_* bitmask
` [PATCH 2/9] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH 3/9] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH 4/9] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH 5/9] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH 6/9] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH 7/9] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH 8/9] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH 9/9] PCI: imx6: Add iMX95 PCIe support

[PATCH v2 0/9] PCI: imx6: Clean up and add imx95 pci support
 2023-12-07 19:34 UTC  (10+ messages)
` [PATCH v2 1/9] PCI: imx6: Simplify clock handling by using HAS_CLK_* bitmask
` [PATCH v2 2/9] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v2 3/9] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v2 4/9] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v2 5/9] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v2 6/9] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v2 7/9] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v2 8/9] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v2 9/9] PCI: imx6: Add iMX95 PCIe support

[PATCH 1/1] arm64: dts: imx8qm: Fix edma3 power-domains and interrupt number
 2023-12-06 20:12 UTC 

[PATCH v2 1/2] i3c: master: svc: fix compatibility string mismatch with binding doc
 2023-12-06 16:33 UTC  (10+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2

[PATCH] MAINTAINERS: reinstate freescale ARM64 DT directory in i.MX entry
 2023-12-06  1:58 UTC  (2+ messages)

[PATCH v5 0/7] i3c: master: some improvment for i3c master
 2023-12-05 15:50 UTC  (11+ messages)
` [PATCH v5 1/7] i3c: master: add enable(disable) hot join in sys entry
` [PATCH v5 2/7] i3c: master: svc: add hot join support
` [PATCH v5 3/7] i3c: add actual_len in i3c_priv_xfer
` [PATCH v5 4/7] i3c: master: svc: rename read_len as actual_len
` [PATCH v5 5/7] i3c: master: svc: return actual transfer data len
` [PATCH v5 6/7] i3c: add API i3c_dev_gettstatus_format1() to get target device status
` [PATCH v5 7/7] tty: i3c: add TTY over I3C master support

[PATCH v6 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
 2023-12-04 16:08 UTC  (5+ messages)
` [PATCH v6 1/4] PCI: layerscape: Add function pointer for exit_from_l2()
` [PATCH v6 2/4] PCI: layerscape: Add suspend/resume for ls1021a
` [PATCH v6 3/4] PCI: layerscape(ep): Rename pf_* as pf_lut_*
` [PATCH v6 4/4] PCI: layerscape: Add suspend/resume for ls1043a

[PATCH v5 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
 2023-12-04 11:03 UTC  (12+ messages)
` [PATCH v5 1/4] PCI: layerscape: Add function pointer for exit_from_l2()
` [PATCH v5 2/4] PCI: layerscape: Add suspend/resume for ls1021a
` [PATCH v5 3/4] PCI: layerscape(ep): Rename pf_* as pf_lut_*
` [PATCH v5 4/4] PCI: layerscape: Add suspend/resume for ls1043a

[v5 resend 0/6] i3c: master: some improvment for i3c master
 2023-12-01 22:25 UTC  (7+ messages)
` [v5 resend 1/6] i3c: master: add enable(disable) hot join in sys entry
` [v5 resend 2/6] i3c: master: svc: add hot join support
` [v5 resend 3/6] i3c: add actual_len in i3c_priv_xfer
` [v5 resend 4/6] i3c: master: svc: rename read_len as actual_len
` [v5 resend 5/6] i3c: master: svc: return actual transfer data len
` [v5 resend 6/6] i3c: add API i3c_dev_gettstatus_format1() to get target device status

Linux v6.6 sporadic reboot failures with ath9k on i.MX6Q
 2023-12-01 15:26 UTC  (3+ messages)

[PATCH v4 0/4] dwc general suspend/resume functionality
 2023-12-01  3:30 UTC  (12+ messages)
` [PATCH v4 1/4] PCI: layerscape: Add function pointer for exit_from_l2()
` [PATCH v4 2/4] PCI: layerscape: Add suspend/resume for ls1021a
` [PATCH v4 3/4] PCI: layerscape: Rename pf_* as pf_lut_*
` [PATCH v4 4/4] PCI: layerscape: Add suspend/resume for ls1043a

[PATCH v4 0/6] i3c: master: some improvment for i3c master
 2023-11-30 22:00 UTC  (15+ messages)
` [PATCH v4 1/6] i3c: master: add enable(disable) hot join in sys entry
` [PATCH v4 2/6] i3c: master: svc: add hot join support
` [PATCH v4 3/6] i3c: add actual_len in i3c_priv_xfer
` [PATCH v4 4/6] i3c: svc: rename read_len as actual_len
` [PATCH v4 5/6] i3c: master: svc return actual transfer data len
` [PATCH v4 6/6] i3c: add API i3c_dev_gettstatus_format1() to get target device status
    ` [PATCH v4 6/6] i3c: add API i3c_dev_gettstatus_format1() to get target device statusy

dmaengine: fsl-edma: dmatest timeout
 2023-11-29 15:31 UTC  (5+ messages)

[PATCH v3 0/6] dmaengine: fsl-edma: integrate TCD64 support for 64bit physical address
 2023-11-27 22:55 UTC  (7+ messages)
` [PATCH v3 1/6] dmaengine: fsl-edma: involve help macro fsl_edma_set(get)_tcd()
` [PATCH v3 2/6] dmaengine: fsl-edma: fix spare build warning
` [PATCH v3 3/6] dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan
` [PATCH v3 4/6] dmaengine: mcf-edma: utilize edma_write_tcdreg() macro for TCD Access
` [PATCH v3 5/6] dt-bindings: fsl-dma: fsl-edma: add fsl,imx95-edma5 compatible string
` [PATCH v3 6/6] dmaengine: fsl-edma: integrate TCD64 support for i.MX95

[PATCH 1/1] usb: cdns3: skip set TRB_IOC when usb_request: no_interrupt is true
 2023-11-27 16:07 UTC  (5+ messages)

[PATCH v2 0/4] arm64: dts: freescale: Add Variscite i.MX8MP DART8MCustomBoard v2
 2023-11-27  6:13 UTC  (8+ messages)
` [PATCH v2 2/4] arm64: dts: freescale: Add support for the Variscite DART-MX8M-PLUS SoM
` [PATCH v2 3/4] arm64: dts: freescale: Add support for the Variscite i.MX8MP DART8MCustomBoard
` [PATCH v2 4/4] arm64: dts: freescale: Add panel overlay for Variscite DART

[PATCH v2 0/2] Fix two exceptions after the introduction of edma v3
 2023-11-24 13:32 UTC  (6+ messages)
` [PATCH v2 1/2] dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when the system is sleeping
` [PATCH v2 2/2] dmaengine: fsl-edma: Add judgment on enabling round robin arbitration

[PATCH v2 0/5] dmaengine: fsl-edma: integrate TCD64 support for 64bit physical address
 2023-11-19 23:52 UTC  (10+ messages)
` [PATCH v2 1/5] dmaengine: fsl-edma: involve help macro fsl_edma_set(get)_tcd()
` [PATCH v2 2/5] dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan
` [PATCH v2 3/5] dmaengine: mcf-edma: force type conversion for TCD pointer
` [PATCH v2 4/5] dt-bindings: fsl-dma: fsl-edma: add fsl,imx95-edma5 compatible string
` [PATCH v2 5/5] dmaengine: fsl-edma: integrate TCD64 support for i.MX95

[PATCH 0/4] dmaengine: fsl-edma: fix eDMAv4 uart dma loop test failure
 2023-11-16 19:30 UTC  (6+ messages)
` [PATCH 1/4] dmaengine: fsl-edma: fix eDMAv4 channel allocation issue
` [PATCH 2/4] dt-bindings: dma: fsl-edma: Add fsl-edma.h to prevent hardcoding in dts
` [PATCH 3/4] dmaengine: fsl-edma: utilize common dt-binding header file
` [PATCH 4/4] arm64: dts: imx93: Fix EDMA transfer failure

[PATCH 1/2] dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when the system is sleeping
 2023-11-13 15:15 UTC  (3+ messages)
` [PATCH 2/2] dmaengine: fsl-edma: Add judgment on enabling round robin arbitration

[PATCH 0/4] dmaengine: fsl-edma: integrate TCD64 support for 64bit physical address
 2023-11-10 16:08 UTC  (15+ messages)
` [PATCH 1/4] dmaengine: fsl-edma: involve help macro fsl_edma_set(get)_tcd()
` [PATCH 2/4] dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan
` [PATCH 3/4] dt-bindings: fsl-dma: fsl-edma: add fsl,imx95-edma5 compatible string
` [PATCH 4/4] dmaengine: fsl-edma: integrate TCD64 support for i.MX95

[PATCH 1/1] usb: cdns3: fix uvc failure work since sg support enabled
 2023-11-09 13:11 UTC  (2+ messages)

[PATCH v2 0/5] Add RC-to-EP doorbell with platform MSI controller
 2023-11-09  4:44 UTC  (9+ messages)
` [PATCH v2 4/5] misc: pci_endpoint_test: Add doorbell test case

[PATCH 1/1] tty: i3c: add tty over i3c master support
 2023-11-06 20:22 UTC  (2+ messages)

cdns3 uvc first ISO parkage lost problem
 2023-11-06 15:38 UTC  (5+ messages)

[PATCH v2 0/6] i3c: master: some improvment for i3c master
 2023-11-05 15:36 UTC  (10+ messages)
` [PATCH v2 1/6] i3c: master: add enable(disable) hot join in sys entry

[PATCH v4 0/6] i3c: master: svc: collection of bugs fixes
 2023-11-03 18:51 UTC  (2+ messages)

[PATCH v3 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
 2023-11-02 18:29 UTC  (14+ messages)
` [PATCH v3 1/4] PCI: layerscape: Add function pointer for exit_from_l2()
` [PATCH v3 2/4] PCI: layerscape: Add suspend/resume for ls1021a
` [PATCH v3 3/4] PCI: layerscape: Rename pf_* as pf_lut_*
` [PATCH v3 4/4] PCI: layerscape: Add suspend/resume for ls1043a


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox