LinuxLists
Users
About
Minda Chen (
[email protected]
)
Number of posts: 515 (1.11 per day)
First post: 2023-03-06 09:52:23
Last post: 2024-06-13 01:35:28
Previous Page
/
Next Page
Date
List
Subject
2023-09-27 10:20:52
linux-kernel
[PATCH v7 08/19] PCI: plda: Add event interrupt codes and IRQ domain ops
2023-09-27 10:20:48
linux-kernel
[PATCH v7 11/19] PCI: microchip: Add request_event_irq() callback function
2023-09-27 10:20:42
linux-kernel
[PATCH v7 03/19] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
2023-09-27 10:20:24
linux-kernel
[PATCH v7 13/19] PCI: microchip: Add get_events() callback function
2023-09-27 10:20:18
linux-kernel
[PATCH v7 18/19] PCI: starfive: Add JH7110 PCIe controller
2023-09-27 10:20:18
linux-kernel
[PATCH v7 07/19] PCI: plda: Move the setup functions to pcie-plda-host.c
2023-09-27 10:20:12
linux-kernel
[PATCH v7 02/19] PCI: microchip: Move pcie-microchip-host.c to plda directory
2023-09-27 10:19:45
linux-kernel
[PATCH v7 17/19] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
2023-09-27 10:18:30
linux-kernel
[PATCH v7 14/19] PCI: microchip: Add event IRQ domain ops to struct plda_event
2023-09-27 10:18:25
linux-kernel
[PATCH v7 09/19] PCI: microchip: Rename interrupt related functions
2023-09-27 10:17:51
linux-kernel
[PATCH v7 05/19] PCI: microchip: Rename two setup functions
2023-09-27 10:17:47
linux-kernel
[PATCH v7 04/19] PCI: microchip: Rename data structure
2023-09-22 11:12:36
linux-kernel
Re: [PATCH v6 07/19] PCI: plda: Move the setup functions to pcie-plda-host.c
2023-09-22 01:27:33
linux-kernel
Re: [PATCH v6 08/19] PCI: plda: Add event interrupt codes and IRQ domain ops
2023-09-21 19:06:14
linux-kernel
Re: [PATCH v6 18/19] PCI: starfive: Add JH7110 PCIe controller
2023-09-19 11:42:04
linux-kernel
Re: [PATCH v6 18/19] PCI: starfive: Add JH7110 PCIe controller
2023-09-17 08:51:42
linux-kernel
Re: [PATCH v6 19/19] riscv: dts: starfive: add PCIe dts configuration for JH7110
2023-09-17 08:50:35
linux-kernel
Re: [PATCH v6 02/19] PCI: microchip: Move pcie-microchip-host.c to plda directory
2023-09-15 11:08:08
linux-kernel
[PATCH v6 11/19] PCI: microchip: Add request_event_irq() callback function
2023-09-15 11:08:02
linux-kernel
[PATCH v6 10/19] PCI: microchip: Add num_events field to struct plda_pcie_rp
2023-09-15 11:07:57
linux-kernel
[PATCH v6 04/19] PCI: microchip: Rename data structure
2023-09-15 11:07:53
linux-kernel
[PATCH v6 03/19] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
2023-09-15 11:07:42
linux-kernel
[PATCH v6 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-09-15 11:00:05
linux-kernel
[PATCH v6 08/19] PCI: plda: Add event interrupt codes and IRQ domain ops
2023-09-15 10:42:04
linux-kernel
[PATCH v6 12/19] PCI: microchip: Add INTx and MSI event num to struct plda_event
2023-09-15 10:40:38
linux-kernel
Re: [PATCH v6 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-09-15 10:36:27
linux-kernel
[PATCH v6 05/19] PCI: microchip: Rename two setup functions
2023-09-15 10:34:58
linux-kernel
[PATCH v6 18/19] PCI: starfive: Add JH7110 PCIe controller
2023-09-15 10:34:53
linux-kernel
[PATCH v6 19/19] riscv: dts: starfive: add PCIe dts configuration for JH7110
2023-09-15 10:34:51
linux-kernel
[PATCH v6 17/19] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
2023-09-15 10:34:49
linux-kernel
[PATCH v6 09/19] PCI: microchip: Rename interrupt related functions
2023-09-15 10:34:48
linux-kernel
[PATCH v6 01/19] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
2023-09-15 10:34:42
linux-kernel
[PATCH v6 06/19] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
2023-09-15 10:34:32
linux-kernel
[PATCH v6 13/19] PCI: microchip: Add get_events() callback function
2023-09-15 10:28:59
linux-kernel
[PATCH v6 14/19] PCI: microchip: Add event IRQ domain ops to plda_event struct
2023-09-15 10:28:58
linux-kernel
[PATCH v6 15/19] PCI: microchip: Move IRQ functions to pcie-plda-host.c
2023-09-15 10:28:54
linux-kernel
[PATCH v6 16/19] PCI: plda: Set plda_event_handler() to static
2023-09-15 10:28:14
linux-kernel
[PATCH v6 07/19] PCI: plda: Move the setup functions to pcie-plda-host.c
2023-09-15 10:28:12
linux-kernel
[PATCH v6 02/19] PCI: microchip: Move pcie-microchip-host.c to plda directory
2023-09-07 21:03:58
linux-kernel
[PATCH v5 11/11] riscv: dts: starfive: add PCIe dts configuration for JH7110
2023-09-07 20:34:17
linux-kernel
[PATCH v5 0/11] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-09-07 20:00:03
linux-kernel
[PATCH v5 08/11] PCI: microchip: Move IRQ init functions to pcie-plda-host.c
2023-09-03 13:39:22
linux-kernel
Re: [PATCH v4 07/11] PCI: microchip: Rename IRQ init function
2023-09-02 13:34:07
linux-kernel
Re: [PATCH v4 08/11] PCI: microchip: Move IRQ init functions to pcie-plda-host.c
2023-08-25 11:47:45
linux-kernel
Re: [PATCH v3 09/11] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
2023-08-25 11:47:35
linux-kernel
[PATCH v4 11/11] riscv: dts: starfive: add PCIe dts configuration for JH7110
2023-08-25 11:47:33
linux-kernel
[PATCH v4 04/11] PCI: microchip: Rename data structure and functions
2023-08-25 11:47:15
linux-kernel
[PATCH v4 10/11] PCI: starfive: Add JH7110 PCIe controller
2023-08-25 11:46:47
linux-kernel
[PATCH v4 08/11] PCI: microchip: Move IRQ init functions to pcie-plda-host.c
2023-08-25 11:46:41
linux-kernel
[PATCH v4 07/11] PCI: microchip: Rename IRQ init function
2023-08-25 11:46:36
linux-kernel
[PATCH v4 09/11] dt-bindings: PCI: Add StarFive JH7110 PCIe controller