mbox series

[linux-aws-cosmic,PULL] Amazon Graviton PCIe controller

Message ID 20190711205534.30613-3-kamal@canonical.com
State New
Headers show
Series [linux-aws-cosmic,PULL] Amazon Graviton PCIe controller | expand

Pull-request

git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux-aws/+git/cosmic graviton-lp1834962

Message

Kamal Mostafa July 11, 2019, 8:55 p.m. UTC
The following changes since commit 114c27a15b1cf2633abdfc2508322c7256a8cb5f:

  UBUNTU: Ubuntu-aws-4.18.0-1021.25 (2019-07-04 02:37:44 -0400)

are available in the Git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux-aws/+git/cosmic graviton-lp1834962

for you to fetch changes up to 5356ee08aaf00fc1657e9b4e438173c4ba5d0c6c:

  UBUNTU: SAUCE: [aws] arm64: acpi/pci: invoke _DSM whether to preserve firmware PCI setup (2019-07-11 12:17:07 -0700)

----------------------------------------------------------------
Frank van der Linden (1):
      UBUNTU: SAUCE: [aws] arm64: acpi/pci: invoke _DSM whether to preserve firmware PCI setup

Jonathan Chocron (1):
      PCI: al: Add Amazon Annapurna Labs PCIe host controller driver

Zeev Zilberman (1):
      UBUNTU: SAUCE: [aws] irqchip/gic-v2m: invoke from gic-v3 initialization and add acpi quirk flow

 MAINTAINERS                            |   6 ++
 arch/arm64/kernel/pci.c                |  20 ++++++-
 drivers/acpi/pci_mcfg.c                |  12 ++++
 drivers/irqchip/irq-gic-v2m.c          | 102 +++++++++++++++++++++++----------
 drivers/irqchip/irq-gic-v3.c           |   3 +-
 drivers/pci/controller/dwc/Makefile    |   1 +
 drivers/pci/controller/dwc/pcie-al.c   |  93 ++++++++++++++++++++++++++++++
 include/linux/irqchip/arm-gic-common.h |   5 ++
 include/linux/irqchip/arm-gic.h        |   3 -
 include/linux/pci-acpi.h               |   7 ++-
 include/linux/pci-ecam.h               |   1 +
 11 files changed, 215 insertions(+), 38 deletions(-)
 create mode 100644 drivers/pci/controller/dwc/pcie-al.c

Comments

Stefan Bader July 18, 2019, 9:19 a.m. UTC | #1
On 11.07.19 22:55, Kamal Mostafa wrote:
> The following changes since commit 114c27a15b1cf2633abdfc2508322c7256a8cb5f:
> 
>   UBUNTU: Ubuntu-aws-4.18.0-1021.25 (2019-07-04 02:37:44 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux-aws/+git/cosmic graviton-lp1834962
> 
> for you to fetch changes up to 5356ee08aaf00fc1657e9b4e438173c4ba5d0c6c:
> 
>   UBUNTU: SAUCE: [aws] arm64: acpi/pci: invoke _DSM whether to preserve firmware PCI setup (2019-07-11 12:17:07 -0700)
> 
> ----------------------------------------------------------------
> Frank van der Linden (1):
>       UBUNTU: SAUCE: [aws] arm64: acpi/pci: invoke _DSM whether to preserve firmware PCI setup
> 
> Jonathan Chocron (1):
>       PCI: al: Add Amazon Annapurna Labs PCIe host controller driver
> 
> Zeev Zilberman (1):
>       UBUNTU: SAUCE: [aws] irqchip/gic-v2m: invoke from gic-v3 initialization and add acpi quirk flow
> 
>  MAINTAINERS                            |   6 ++
>  arch/arm64/kernel/pci.c                |  20 ++++++-
>  drivers/acpi/pci_mcfg.c                |  12 ++++
>  drivers/irqchip/irq-gic-v2m.c          | 102 +++++++++++++++++++++++----------
>  drivers/irqchip/irq-gic-v3.c           |   3 +-
>  drivers/pci/controller/dwc/Makefile    |   1 +
>  drivers/pci/controller/dwc/pcie-al.c   |  93 ++++++++++++++++++++++++++++++
>  include/linux/irqchip/arm-gic-common.h |   5 ++
>  include/linux/irqchip/arm-gic.h        |   3 -
>  include/linux/pci-acpi.h               |   7 ++-
>  include/linux/pci-ecam.h               |   1 +
>  11 files changed, 215 insertions(+), 38 deletions(-)
>  create mode 100644 drivers/pci/controller/dwc/pcie-al.c
> 
except we will do no more Cosmic, so no to that.