* [GIT PULL] ACPI IORT updates for v4.17
@ 2018-03-08 11:54 ` Lorenzo Pieralisi
0 siblings, 0 replies; 4+ messages in thread
From: Lorenzo Pieralisi @ 2018-03-08 11:54 UTC (permalink / raw)
To: will.deacon, catalin.marinas
Cc: Rafael J. Wysocki, Jia He, linux-acpi, Hanjun Guo, sudeep.holla,
robin.murphy, linux-arm-kernel
Hi Catalin, Will,
some clean-ups patches for the ACPI IORT code aimed at the v4.17 kernel
release:
- Two leftover ACPICA preprocessor guards removal (L.Pieralisi)
- Removal of IORT linker script entry re-introduced by mistake
in clocksource driver refactoring (J.He)
Please consider pulling them, thank you very much.
Lorenzo
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux.git tags/acpi/iort-for-v4.17
for you to fetch changes up to 8dc12538dd14480ffcbcbf18b80dc641ee37e9de:
ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX define (2018-03-08 11:22:30 +0000)
----------------------------------------------------------------
Three ACPI IORT clean-up patches aimed at v4.17 release cycle:
- Removal of IORT linker script entry re-introduced by mistake by clocksource
drivers refactoring (J.He)
- Two ACPICA guards removal of previously introduced guards to prevent
ACPICA<->kernel patches dependencies (L.Pieralisi)
----------------------------------------------------------------
Jia He (1):
ACPI/IORT: Remove linker section for IORT entries again
Lorenzo Pieralisi (2):
ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX define
drivers/acpi/arm64/iort.c | 12 ------------
include/asm-generic/vmlinux.lds.h | 1 -
2 files changed, 13 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ACPI IORT updates for v4.17
@ 2018-03-08 11:54 ` Lorenzo Pieralisi
0 siblings, 0 replies; 4+ messages in thread
From: Lorenzo Pieralisi @ 2018-03-08 11:54 UTC (permalink / raw)
To: linux-arm-kernel
Hi Catalin, Will,
some clean-ups patches for the ACPI IORT code aimed at the v4.17 kernel
release:
- Two leftover ACPICA preprocessor guards removal (L.Pieralisi)
- Removal of IORT linker script entry re-introduced by mistake
in clocksource driver refactoring (J.He)
Please consider pulling them, thank you very much.
Lorenzo
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux.git tags/acpi/iort-for-v4.17
for you to fetch changes up to 8dc12538dd14480ffcbcbf18b80dc641ee37e9de:
ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX define (2018-03-08 11:22:30 +0000)
----------------------------------------------------------------
Three ACPI IORT clean-up patches aimed at v4.17 release cycle:
- Removal of IORT linker script entry re-introduced by mistake by clocksource
drivers refactoring (J.He)
- Two ACPICA guards removal of previously introduced guards to prevent
ACPICA<->kernel patches dependencies (L.Pieralisi)
----------------------------------------------------------------
Jia He (1):
ACPI/IORT: Remove linker section for IORT entries again
Lorenzo Pieralisi (2):
ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX define
drivers/acpi/arm64/iort.c | 12 ------------
include/asm-generic/vmlinux.lds.h | 1 -
2 files changed, 13 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] ACPI IORT updates for v4.17
2018-03-08 11:54 ` Lorenzo Pieralisi
@ 2018-03-09 13:48 ` Will Deacon
-1 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2018-03-09 13:48 UTC (permalink / raw)
To: Lorenzo Pieralisi
Cc: catalin.marinas, Rafael J. Wysocki, Jia He, linux-acpi,
Hanjun Guo, sudeep.holla, robin.murphy, linux-arm-kernel
On Thu, Mar 08, 2018 at 11:54:25AM +0000, Lorenzo Pieralisi wrote:
> Jia He (1):
> ACPI/IORT: Remove linker section for IORT entries again
>
> Lorenzo Pieralisi (2):
> ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
> ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX define
>
> drivers/acpi/arm64/iort.c | 12 ------------
> include/asm-generic/vmlinux.lds.h | 1 -
> 2 files changed, 13 deletions(-)
Nice diffstat! ;)
I'll pull this into for-next/core.
Will
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ACPI IORT updates for v4.17
@ 2018-03-09 13:48 ` Will Deacon
0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2018-03-09 13:48 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 08, 2018 at 11:54:25AM +0000, Lorenzo Pieralisi wrote:
> Jia He (1):
> ACPI/IORT: Remove linker section for IORT entries again
>
> Lorenzo Pieralisi (2):
> ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
> ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX define
>
> drivers/acpi/arm64/iort.c | 12 ------------
> include/asm-generic/vmlinux.lds.h | 1 -
> 2 files changed, 13 deletions(-)
Nice diffstat! ;)
I'll pull this into for-next/core.
Will
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-03-09 13:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-08 11:54 [GIT PULL] ACPI IORT updates for v4.17 Lorenzo Pieralisi
2018-03-08 11:54 ` Lorenzo Pieralisi
2018-03-09 13:48 ` Will Deacon
2018-03-09 13:48 ` Will Deacon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.