]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge tag 'acpi-arm64-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 4 Apr 2017 17:01:55 +0000 (18:01 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 4 Apr 2017 17:01:55 +0000 (18:01 +0100)
commit9349e81e3837c71b3c1c8a7ff088cea3f96b34fb
tree3f2d3af99b069bae0c0c03f193aa01307f1c53bf
parentcad27ef27ef7d897893b921c86337a8cc9d0cd0e
parentd4f54a186667ffd19eac8e3f48c51d940a9b9784
Merge tag 'acpi-arm64-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux into for-next/core

ACPI ARM64 specific changes for v4.12.

Patches contain:

- IORT kernel interface misc clean-ups
- IORT id mapping interface refactoring in preparation for platform
  MSI (IORT named components -> GIC ITS mappings) devid mapping code
- IORT id mapping implementation for named components nodes to ITS nodes,
  in order to provide the kernel with a firmware interface to map
  platform devices devids to GIC ITS components

* tag 'acpi-arm64-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux:
  ACPI: platform: setup MSI domain for ACPI based platform device
  ACPI: platform-msi: retrieve devid from IORT
  ACPI/IORT: Introduce iort_node_map_platform_id() to retrieve dev id
  ACPI/IORT: Rename iort_node_map_rid() to make it generic
  ACPI/IORT: Rework iort_match_node_callback() return value handling
  ACPI/IORT: Add missing comment for iort_dev_find_its_id()
  ACPI/IORT: Fix the indentation in iort_scan_node()