messages from 2023-12-06 16:36:58 to 2024-01-02 08:47:54 UTC [more...]
[PATCH v7 00/16] PCI: imx6: Clean up and add imx95 pci support
2024-01-02 8:47 UTC (18+ 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 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 (33+ messages)
` [PATCH v5 01/16] PCI: imx6: Simplify clock handling by using bulk_clk_*() function
` [PATCH v5 02/16] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v5 03/16] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v5 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v5 05/16] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v5 06/16] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v5 07/16] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v5 08/16] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [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 (3+ 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 (5+ messages)
` [PATCH v3 6/6] dmaengine: fsl-edma: integrate TCD64 support for i.MX95
[v5 resend 0/6] i3c: master: some improvment for i3c master
2023-12-20 20:55 UTC (5+ messages)
` [v5 resend 3/6] i3c: add actual_len in i3c_priv_xfer
[PATCH v3 1/1] PCI: endpoint: pci-epf-vntb: Fix transfer failure for fixed size BARs
2023-12-20 19:24 UTC
[PATCH v2 1/1] PCI: endpoint: pci-epf-vntb: Fix transfer fail when BAR1 is fixed size
2023-12-20 18:55 UTC (5+ messages)
[PATCH v4 00/15] PCI: imx6: Clean up and add imx95 pci support
2023-12-20 15:54 UTC (24+ messages)
` [PATCH v4 01/15] PCI: imx6: Simplify clock handling by using bulk_clk_*() function
` [PATCH v4 02/15] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v4 03/15] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v4 04/15] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v4 05/15] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v4 06/15] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v4 07/15] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v4 08/15] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v4 09/15] dt-bindings: imx6q-pcie: remove reg and reg-name
` [PATCH v4 10/15] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v4 11/15] PCI: imx6: Add iMX95 PCIe support
` [PATCH v4 12/15] PCI: imx6: Clean up get addr_space code
` [PATCH v4 13/15] PCI: imx6: Add epc_features in imx6_pcie_drvdata
` [PATCH v4 14/15] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string
` [PATCH v4 15/15] PCI: imx6: Add iMX95 Endpoint (EP) function support
[PATCH 1/1] PCI: dwc: Fix BAR0 wrong map to iATU6 after root complex reinit endpoint
2023-12-19 14:38 UTC (5+ messages)
[PATCH 1/1] PCI: endpoint: pci-epf-vntb: Fix transfer fail when BAR1 is fixed size
2023-12-19 6:17 UTC
[PATCH 1/2] arm64: dts: imx8qm: Align edma3 power-domains resources indentation
2023-12-14 19:46 UTC (2+ messages)
` [PATCH 2/2] arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers
[PATCH 1/1] arm64: dts: imx8qm: Fix edma3 power-domains and interrupt number
2023-12-14 2:08 UTC (4+ messages)
` [PATCH 1/1] arm64: dts: imx8qm: Fix edma3 power-domains and interrupt numbery
Question regarding FlexSPI controller
2023-12-13 18:47 UTC
[PATCH v3 00/13] PCI: imx6: Clean up and add imx95 pci support
2023-12-13 16:46 UTC (26+ 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 v3 06/13] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v3 07/13] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v3 08/13] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v3 09/13] PCI: imx6: Add iMX95 PCIe support
` [PATCH v3 10/13] PCI: imx6: Clean up get addr_space code
` [PATCH v3 11/13] PCI: imx6: Add epc_features in imx6_pcie_drvdata
` [PATCH v3 12/13] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string
` [PATCH v3 13/13] PCI: imx6: Add iMX95 Endpoint (EP) function support
[PATCH v2 1/2] i3c: master: svc: fix compatibility string mismatch with binding doc
2023-12-13 8:12 UTC (3+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2
[PATCH v6 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
2023-12-12 10:18 UTC (4+ messages)
` [PATCH v6 4/4] PCI: layerscape: Add suspend/resume for ls1043a
[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 (7+ messages)
` [PATCH 3/9] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH 8/9] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
[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 6/9] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
2023-12-07 10:38 UTC (2+ messages)
[PATCH 7/9] PCI: imx6: Simplify switch-case logic by involve init_phy callback
2023-12-07 9:35 UTC (2+ messages)
[PATCH 4/9] PCI: imx6: Using "linux,pci-domain" as slot ID
2023-12-06 17:07 UTC (5+ 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