Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
 messages from 2023-12-20 21:37:46 to 2024-01-19 08:17:11 UTC [more...]

[PATCH v8 00/16] PCI: imx6: Clean up and add imx95 pci support
 2024-01-19  8:17 UTC  (23+ messages)
` [PATCH v8 01/16] PCI: imx6: Simplify clock handling by using clk_bulk*() function
` [PATCH v8 02/16] PCI: imx6: Simplify phy handling by using IMX6_PCIE_FLAG_HAS_PHYDRV
` [PATCH v8 03/16] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v8 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v8 05/16] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v8 06/16] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v8 07/16] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v8 08/16] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v8 09/16] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v8 10/16] dt-bindings: imx6q-pcie: restruct reg and reg-name
` [PATCH v8 11/16] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v8 12/16] PCI: imx6: Add iMX95 PCIe Root Complex support
` [PATCH v8 13/16] PCI: imx6: Clean up get addr_space code
` [PATCH v8 14/16] PCI: imx6: Add epc_features in imx6_pcie_drvdata
` [PATCH v8 15/16] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string
` [PATCH v8 16/16] PCI: imx6: Add iMX95 Endpoint (EP) support

[PATCH 1/1] i3c: master: svc: add support for read len bigger than 255
 2024-01-18 20:14 UTC  (2+ messages)

[PATCH 1/1] dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools
 2024-01-18 16:29 UTC 

[PATCH v2 0/7] I3C target mode support
 2024-01-17 18:06 UTC  (37+ messages)
` [PATCH v2 1/7] i3c: add "
` [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1
` [PATCH v2 3/7] Documentation: i3c: Add I3C target mode controller and function
` [PATCH v2 4/7] i3c: target: add svc target controller support
` [PATCH v2 5/7] i3c: target: func: add tty driver
` [PATCH v2 6/7] i3c: add API i3c_dev_gettstatus_format1() to get target device status
` [PATCH v2 7/7] tty: i3c: add TTY over I3C master support

[PATCH 1/1] i3c: master: fix kernel-doc check warning
 2024-01-14 22:01 UTC  (3+ messages)

[PATCH] dmaengine: fsl-edma: fix Makefile logic
 2024-01-12  7:50 UTC  (7+ messages)

[PATCH 1/1] i3c: master: svc: return error when read length bigger than 255
 2024-01-11 17:29 UTC  (3+ messages)

[PATCH 1/1] PCI: dwc: Fix BAR0 wrong map to iATU6 after root complex reinit endpoint
 2024-01-09 15:04 UTC  (6+ messages)

[v5 resend 0/6] i3c: master: some improvment for i3c master
 2024-01-09  7:35 UTC  (4+ messages)
` (subset) "

[PATCH v7 00/16] PCI: imx6: Clean up and add imx95 pci support
 2024-01-09  3:53 UTC  (48+ messages)
` [PATCH v7 01/16] PCI: imx6: Simplify clock handling by using bulk_clk_*() function
` [PATCH v7 02/16] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v7 03/16] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v7 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v7 05/16] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v7 06/16] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v7 07/16] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v7 08/16] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v7 09/16] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v7 10/16] dt-bindings: imx6q-pcie: restruct reg and reg-name
` [PATCH v7 11/16] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v7 12/16] PCI: imx6: Add iMX95 PCIe support
` [PATCH v7 13/16] PCI: imx6: Clean up get addr_space code
` [PATCH v7 14/16] PCI: imx6: Add epc_features in imx6_pcie_drvdata
` [PATCH v7 15/16] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string
` [PATCH v7 16/16] PCI: imx6: Add iMX95 Endpoint (EP) function support

[PATCH v4 1/1] PCI: endpoint: pci-epf-vntb: Fix transfer failure for fixed size BARs
 2024-01-08 15:10 UTC 

[PATCH v3 1/1] PCI: endpoint: pci-epf-vntb: Fix transfer failure for fixed size BARs
 2024-01-08  8:23 UTC  (2+ messages)

[PATCH v6 00/16] PCI: imx6: Clean up and add imx95 pci support
 2023-12-27 12:00 UTC  (26+ messages)
` [PATCH v6 01/16] PCI: imx6: Simplify clock handling by using bulk_clk_*() function
` [PATCH v6 02/16] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v6 03/16] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v6 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v6 05/16] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v6 06/16] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v6 07/16] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v6 08/16] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v6 09/16] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v6 10/16] dt-bindings: imx6q-pcie: restruct reg and reg-name
` [PATCH v6 11/16] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v6 12/16] PCI: imx6: Add iMX95 PCIe support
` [PATCH v6 13/16] PCI: imx6: Clean up get addr_space code
` [PATCH v6 14/16] PCI: imx6: Add epc_features in imx6_pcie_drvdata
` [PATCH v6 15/16] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string
` [PATCH v6 16/16] PCI: imx6: Add iMX95 Endpoint (EP) function support

[PATCH v2 0/4] usb: cdns3: usb uvc iso transfer fix
 2023-12-24 15:38 UTC  (5+ messages)
` [PATCH v2 1/4] usb: cdns3: fix uvc failure work since sg support enabled
` [PATCH v2 2/4] usb: cdns3: fix iso transfer error when mult is not zero
` [PATCH v2 3/4] usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabled
` [PATCH v2 4/4] Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"

[PATCH v5 00/16] PCI: imx6: Clean up and add imx95 pci support
 2023-12-24  9:09 UTC  (26+ messages)
` [PATCH v5 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v5 09/16] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v5 10/16] dt-bindings: imx6q-pcie: remove reg and reg-name
` [PATCH v5 11/16] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v5 12/16] PCI: imx6: Add iMX95 PCIe support
` [PATCH v5 13/16] PCI: imx6: Clean up get addr_space code
` [PATCH v5 14/16] PCI: imx6: Add epc_features in imx6_pcie_drvdata
` [PATCH v5 15/16] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string
` [PATCH v5 16/16] PCI: imx6: Add iMX95 Endpoint (EP) function support

[PATCH 0/4] usb: cdns3: usb uvc iso transfer fix
 2023-12-23  3:42 UTC  (7+ messages)
` [PATCH 1/4] usb: cdns3: fix uvc failure work since sg support enabled
` [PATCH 2/4] usb: cdns3: fix iso transfer error when mult is not zero
` [PATCH 3/4] usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabled
` [PATCH 4/4] Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"

[PATCH 0/4] dmaengine: fsl-edma: fix eDMAv4 uart dma loop test failure
 2023-12-21 16:30 UTC  (2+ messages)
` (subset) "

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

[PATCH v3 0/6] dmaengine: fsl-edma: integrate TCD64 support for 64bit physical address
 2023-12-21 15:14 UTC  (4+ messages)
` [PATCH v3 6/6] dmaengine: fsl-edma: integrate TCD64 support for i.MX95


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