Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1558837
| From | Hanjun Guo <guohanjun@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v7 00/15] ACPI platform MSI support and its example mbigen |
| Date | 2017-01-14 05:40 +0100 |
| Message-ID | <sZoid-1t4-1@gated-at.bofh.it> (permalink) |
| References | <sYsHf-8rV-5@gated-at.bofh.it> <sZb1D-1X2-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Wei, On 2017/1/13 22:11, Wei Xu wrote: > Hi Hanjun, > > On 2017/1/11 15:06, Hanjun Guo wrote: >> With platform msi support landed in the kernel, and the introduction >> of IORT for GICv3 ITS (PCI MSI) and SMMU, the framework for platform msi >> is ready, this patch set add few patches to enable the ACPI platform >> msi support. >> >> For platform device connecting to ITS on arm platform, we have IORT >> table with the named componant node to describe the mappings of paltform >> device and ITS, so we can retrieve the dev id and find its parent >> irqdomain (ITS) from IORT table (simlar with the ACPI ITS support). >> >> v6 -> v7: >> - Introduce iort_node_map_platform_id() to retrieve the >> dev id for both NC (named component) -> ITS/SMMU and >> NC -> SMMU -> ITS cases, suggested by Lorenzo; >> >> - Reorder the patches and rewrite some commit message; >> >> - Remove the test tags because it has major changes >> to retrieve the dev id, Sinan, Majun, Xinwei, could >> you please test them again on your platform? >> >> - rebased on top of 4.10-rc3 and Lorenzo's patch >> https://patchwork.kernel.org/patch/9507041/ >> >> - Tested against Agustin's patch [1-2/3] "[PATCH V9 0/3] irqchip: qcom: >> Add IRQ combiner driver" > I tested this patch set on the Hisilicon D05 board with these patches: > > [1] Agustin's V9 IRQ combiner driver patch set > https://patchwork.kernel.org/patch/9474751/ > > [2] Lorenzo's v2 iort_node_get_id fix patch > https://patchwork.kernel.org/patch/9507041/ > > The branch is at https://github.com/hisilicon/linux-hisi/tree/topic-acpi-mbigen. > > The integrated XGE, SAS and PCIe controller works fine. > So with this patch set: > > Tested-by: Wei Xu <xuwei5@hisilicon.com> I didn't test PCIe it's good to know it's working, thanks for testing and let me know. Hanjun
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v7 00/15] ACPI platform MSI support and its example mbigen Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:10 +0100
[PATCH v7 11/15] ACPI: platform: setup MSI domain for ACPI based platform device Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:10 +0100
[PATCH v7 08/15] ACPI: IORT: rename iort_node_map_rid() to make it generic Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:10 +0100
Re: [PATCH v7 08/15] ACPI: IORT: rename iort_node_map_rid() to make it generic Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2017-01-13 12:50 +0100
Re: [PATCH v7 08/15] ACPI: IORT: rename iort_node_map_rid() to make it generic Hanjun Guo <guohanjun@huawei.com> - 2017-01-14 04:30 +0100
[PATCH v7 03/15] ACPI: IORT: minor cleanup for iort_match_node_callback() Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:10 +0100
[PATCH v7 12/15] msi: platform: make platform_msi_create_device_domain() ACPI aware Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:10 +0100
Re: [PATCH v7 12/15] msi: platform: make platform_msi_create_device_domain() ACPI aware Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2017-01-13 12:00 +0100
Re: [PATCH v7 12/15] msi: platform: make platform_msi_create_device_domain() ACPI aware Hanjun Guo <guohanjun@huawei.com> - 2017-01-14 04:10 +0100
[PATCH v7 06/15] irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:10 +0100
[PATCH v7 14/15] irqchip: mbigen: introduce mbigen_of_create_domain() Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:10 +0100
[PATCH v7 13/15] irqchip: mbigen: drop module owner Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:20 +0100
[PATCH v7 10/15] ACPI: IORT: move over to iort_node_map_platform_id() Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:20 +0100
[PATCH v7 02/15] ACPI: IORT: add missing comment for iort_dev_find_its_id() Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:20 +0100
[PATCH v7 15/15] irqchip: mbigen: Add ACPI support Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:20 +0100
Re: [PATCH v7 15/15] irqchip: mbigen: Add ACPI support Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2017-01-13 11:20 +0100
Re: [PATCH v7 15/15] irqchip: mbigen: Add ACPI support Hanjun Guo <guohanjun@huawei.com> - 2017-01-14 04:10 +0100
Re: [PATCH v7 15/15] irqchip: mbigen: Add ACPI support Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2017-01-16 12:40 +0100
Re: [PATCH v7 15/15] irqchip: mbigen: Add ACPI support Hanjun Guo <guohanjun@huawei.com> - 2017-01-16 15:30 +0100
Re: [PATCH v7 15/15] irqchip: mbigen: Add ACPI support Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2017-01-16 16:30 +0100
[PATCH v7 01/15] ACPI: IORT: fix the indentation in iort_scan_node() Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-11 16:20 +0100
Re: [PATCH v7 00/15] ACPI platform MSI support and its example mbigen Ming Lei <tom.leiming@gmail.com> - 2017-01-13 11:30 +0100
Re: [PATCH v7 00/15] ACPI platform MSI support and its example mbigen Hanjun Guo <guohanjun@huawei.com> - 2017-01-14 02:10 +0100
Re: [PATCH v7 00/15] ACPI platform MSI support and its example mbigen Wei Xu <xuwei5@hisilicon.com> - 2017-01-13 15:30 +0100
Re: [PATCH v7 00/15] ACPI platform MSI support and its example mbigen Hanjun Guo <guohanjun@huawei.com> - 2017-01-14 05:40 +0100
Re: [PATCH v7 00/15] ACPI platform MSI support and its example mbigen Sinan Kaya <okaya@codeaurora.org> - 2017-01-16 06:20 +0100
csiph-web