From: marc.zyngier@arm.com (Marc Zyngier)
To: linux-arm-kernel@lists.infradead.org
Subject: [UPDATE PATCH V11 1/8] ACPI: I/O Remapping Table (IORT) initial support
Date: Mon, 12 Sep 2016 20:36:07 +0100 [thread overview]
Message-ID: <20160912203607.591773e6@why.wild-wind.fr.eu.org> (raw)
In-Reply-To: <87c1d6a4-a760-9f8a-ddbe-7cf6655d575b@semihalf.com>
On Mon, 12 Sep 2016 20:58:42 +0200
Tomasz Nowicki <tn@semihalf.com> wrote:
> On 12.09.2016 20:54, Tomasz Nowicki wrote:
> > IORT shows representation of IO topology for ARM based systems.
> > It describes how various components are connected together on
> > parent-child basis e.g. PCI RC -> SMMU -> ITS. Also see IORT spec.
> > http://infocenter.arm.com/help/topic/com.arm.doc.den0049b/DEN0049B_IO_Remapping_Table.pdf
> >
> > Initial support allows to detect IORT table presence and save its
> > root pointer obtained through acpi_get_table(). The pointer validity
> > depends on acpi_gbl_permanent_mmap because if acpi_gbl_permanent_mmap
> > is not set while using IORT nodes we would dereference unmapped pointers.
> >
> > For the aforementioned reason call acpi_iort_init() from acpi_init()
> > which guarantees acpi_gbl_permanent_mmap to be set at that point.
> >
> > Add generic helpers which are helpful for scanning and retrieving
> > information from IORT table content. List of the most important helpers:
> > - iort_find_dev_node() finds IORT node for a given device
> > - iort_node_map_rid() maps device RID and returns IORT node which provides
> > final translation
> >
> > IORT support is placed under drivers/acpi/arm64/ new directory due to its
> > ARM64 specific nature. The code there is considered only for ARM64.
> > The long term plan is to keep all ARM64 specific tables support
> > in this place e.g. GTDT table.
> >
> > Signed-off-by: Tomasz Nowicki <tn@semihalf.com>
> > Acked-by: Rafael J. Wysocki <rjw@rjwysocki.net>
> > Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org>
> > Reviewed-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
>
> Hi Marc,
>
> Series with updated patch 1 can be found:
> https://github.com/semihalf-nowicki-tomasz/linux.git (its-acpi-v11)
>
> Sorry for zillions of patch updates...
I've swapped the two patches and pushed the result out again, but from
now on, please send updates on top of irq/irqchip-4.9.
Thanks,
M.
--
Without deviation from the norm, progress is not possible.
next prev parent reply other threads:[~2016-09-12 19:36 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 18:32 [PATCH V11 0/8] Introduce ACPI world to ITS irqchip Tomasz Nowicki
2016-09-12 18:32 ` [PATCH V11 1/8] ACPI: I/O Remapping Table (IORT) initial support Tomasz Nowicki
2016-09-12 18:54 ` [UPDATE PATCH " Tomasz Nowicki
2016-09-12 18:58 ` Tomasz Nowicki
2016-09-12 19:36 ` Marc Zyngier [this message]
2016-09-12 18:32 ` [PATCH V11 2/8] ACPI: Add new IORT functions to support MSI domain handling Tomasz Nowicki
2016-09-12 18:32 ` [PATCH V11 3/8] PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table Tomasz Nowicki
2016-09-12 18:32 ` [PATCH V11 4/8] irqchip/gicv3-its: Cleanup for ITS domain initialization Tomasz Nowicki
2016-09-12 18:32 ` [PATCH V11 5/8] irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI Tomasz Nowicki
2016-09-12 18:32 ` [PATCH V11 6/8] irqchip/gicv3-its: Probe ITS in the ACPI way Tomasz Nowicki
2016-09-12 18:32 ` [PATCH V11 7/8] irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI Tomasz Nowicki
2016-09-12 18:32 ` [PATCH V11 8/8] irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization Tomasz Nowicki
2016-09-23 12:30 ` [PATCH V11 0/8] Introduce ACPI world to ITS irqchip Auger Eric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160912203607.591773e6@why.wild-wind.fr.eu.org \
--to=marc.zyngier@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox