Re: [PATCH v2] MAINTAINERS: Update Ampere email address

2019-02-22 Thread Khuong Dinh
Thank you, Arnd. On 2/22/2019 2:59 PM, Arnd Bergmann wrote: > On Fri, Feb 22, 2019 at 11:43 PM Khuong Dinh > wrote: >> Hi, >> >> Do you have any feedback for this? >> >> Best regards, > I've picked it up for the SoC tree now. > > Arnd

Re: [PATCH v2] MAINTAINERS: Update Ampere email address

2019-02-22 Thread Khuong Dinh
Hi,   Do you have any feedback for this? Best regards, Khuong Dinh On 1/29/2019 5:56 PM, Khuong Dinh wrote: > This patch updates all APM email addresses to Ampere new email > addresses. > > Signed-off-by: Khuong Dinh > --- > v2: > - Update new domain email addres

[PATCH v2] MAINTAINERS: Update Ampere email address

2019-01-29 Thread Khuong Dinh
This patch updates all APM email addresses to Ampere new email addresses. Signed-off-by: Khuong Dinh --- v2: - Update new domain email address v1: - Initial version --- MAINTAINERS | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/MAINTAINERS b

[PATCH] MAINTAINERS: Update Ampere email address

2018-07-20 Thread Khuong Dinh
This patch updates all APM email addresses to Ampere new email addresses. Signed-off-by: Khuong Dinh --- MAINTAINERS | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5917247..1f28433 100644 --- a/MAINTAINERS +++ b

[PATCH] arm64: turn off xgene branch prediction while in kernel space

2018-01-23 Thread Khuong Dinh
Aliasing attacks against CPU branch predictors can allow an attacker to redirect speculative control flow on some CPUs and potentially divulge information from one context to another. This patch only supports for XGene processors. Signed-off-by: Mark Salter Signed-off-by: Khuong Dinh --- arch

Re: [PATCH v4 pci 0/2] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-10-18 Thread Khuong Dinh
Hi Lorenzo, On Wed, Oct 18, 2017 at 2:26 AM, Lorenzo Pieralisi wrote: > [removed unintended disclaimer] > > On Tue, Oct 17, 2017 at 10:45:35PM -0700, Khuong Dinh wrote: >> Hi Lorenzo, >> >> On Tue, Oct 17, 2017 at 6:38 AM, Lorenzo Pieralisi >> wrote: >>

Re: [PATCH v4 pci 0/2] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-10-17 Thread Khuong Dinh
Hi Lorenzo, On Tue, Oct 17, 2017 at 6:38 AM, Lorenzo Pieralisi wrote: > Hi Khuong, > > On Mon, Oct 16, 2017 at 02:19:50PM -0700, Khuong Dinh wrote: >> Hi Lorenzo, >> Do you have any comments for this patch? > > I'd have some comments but given that there are

Re: [PATCH v4 pci 0/2] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-10-16 Thread Khuong Dinh
Hi Lorenzo, Do you have any comments for this patch? Best regards, Khuong Dinh On Tue, Sep 26, 2017 at 10:49 AM, Khuong Dinh wrote: > This patch set enables ACPI MSI support for X-Gene PCIe v1 hardware > and provides the proper MSI driver initialization ordering. > > Signed-of

[PATCH v4 pci 2/2] PCI/MSI: Enforce MSI driver loaded before PCIe in ACPI boot

2017-09-26 Thread Khuong Dinh
This patch enforces MSI driver loaded before PCIe controller driver in ACPI boot mode. Signed-off-by: Khuong Dinh --- drivers/acpi/Makefile|2 +- drivers/acpi/acpi_msi.c | 86 ++ drivers/acpi/acpi_platform.c |3 +- drivers

[PATCH v4 pci 1/2] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-09-26 Thread Khuong Dinh
This patch makes pci-xgene-msi driver ACPI-aware and provides MSI capability for X-Gene v1 PCIe controllers in ACPI boot mode. Signed-off-by: Khuong Dinh [Take over from Duc Dang] --- drivers/pci/host/pci-xgene-msi.c | 38 +++--- 1 files changed, 35

[PATCH v4 pci 0/2] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-09-26 Thread Khuong Dinh
This patch set enables ACPI MSI support for X-Gene PCIe v1 hardware and provides the proper MSI driver initialization ordering. Signed-off-by: Khuong Dinh --- v4: - Remove Marc Zyngier ACK in v2 - Use acpi_bus_scan on MSI controller handle when MSI device is found - Register ACPI MSI driver

Re: [PATCH v3 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-08-14 Thread Khuong Dinh
Hi Lorenzo, On Mon, Aug 14, 2017 at 11:15 AM, Lorenzo Pieralisi wrote: > On Fri, Aug 11, 2017 at 06:02:53PM -0600, Khuong Dinh wrote: >> This patch makes pci-xgene-msi driver ACPI-aware and provides >> MSI capability for X-Gene v1 PCIe controllers in ACPI boot mode. >> >

Re: [PATCH v3 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-08-14 Thread Khuong Dinh
Hi Marc, On Mon, Aug 14, 2017 at 1:21 AM, Marc Zyngier wrote: > On 12/08/17 01:02, Khuong Dinh wrote: >> This patch makes pci-xgene-msi driver ACPI-aware and provides >> MSI capability for X-Gene v1 PCIe controllers in ACPI boot mode. >> >> Signed-off-by: Khuong Dinh

[PATCH v3 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-08-11 Thread Khuong Dinh
This patch makes pci-xgene-msi driver ACPI-aware and provides MSI capability for X-Gene v1 PCIe controllers in ACPI boot mode. Signed-off-by: Khuong Dinh [Take over from Duc Dang] Acked-by: Marc Zyngier --- v3: - Input X-Gene MSI base address for irq_domain_alloc_fwnode - Add a hook

Re: [PATCH v2 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-06-14 Thread Khuong Dinh
On Wed, Jun 14, 2017 at 5:59 AM, Lorenzo Pieralisi wrote: > On Tue, Jun 13, 2017 at 01:56:44PM -0700, Khuong Dinh wrote: >> Hi Lorenzo, >> >> On Thu, Jun 8, 2017 at 3:39 AM, Lorenzo Pieralisi >> wrote: >> > On Tue, Jun 06, 2017 at 09:44:15AM -0700,

Re: [PATCH v2 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-06-13 Thread Khuong Dinh
Hi Lorenzo, On Thu, Jun 8, 2017 at 3:39 AM, Lorenzo Pieralisi wrote: > On Tue, Jun 06, 2017 at 09:44:15AM -0700, Khuong Dinh wrote: >> Hi Lorenzo, >> >> On Tue, May 9, 2017 at 3:55 PM, Khuong Dinh wrote: >> > Hi Lorenzo, >> > >> > On Fri, May 5

Re: [PATCH v2 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-06-06 Thread Khuong Dinh
Hi Lorenzo, On Tue, May 9, 2017 at 3:55 PM, Khuong Dinh wrote: > Hi Lorenzo, > > On Fri, May 5, 2017 at 9:51 AM, Lorenzo Pieralisi > wrote: >> On Thu, May 04, 2017 at 05:36:06PM -0700, Khuong Dinh wrote: >>> Hi Marc, >>> There's no explicit dependency b

Re: [PATCH v2 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-05-09 Thread Khuong Dinh
Hi Lorenzo, On Fri, May 5, 2017 at 9:51 AM, Lorenzo Pieralisi wrote: > On Thu, May 04, 2017 at 05:36:06PM -0700, Khuong Dinh wrote: >> Hi Marc, >> There's no explicit dependency between pcie driver and msi >> controller. The current solution that we did is relying

Re: [PATCH v2 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-05-04 Thread Khuong Dinh
pcie are the same level of subsys_init (in ACPI boot). However, PCIe driver has not supported for this dependency check yet. How do you think about this solution. Best regards, Khuong On Fri, Apr 28, 2017 at 2:27 AM, Marc Zyngier wrote: > On 28/04/17 01:54, Khuong Dinh wrote: >>

[PATCH v2 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1

2017-04-27 Thread Khuong Dinh
From: Khuong Dinh This patch makes pci-xgene-msi driver ACPI-aware and provides MSI capability for X-Gene v1 PCIe controllers in ACPI boot mode. Signed-off-by: Khuong Dinh Signed-off-by: Duc Dang Acked-by: Marc Zyngier --- v2: - Verify with BIOS version 3.06.25 and 3.07.09 v1: - Initial

Re: [PATCH v4 00/21] PCI: fix config space memory mappings

2017-04-27 Thread Khuong Dinh
64bit+ Capabilities: [e0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number 00-1b-21-ff-ff-1e-84-4e Kernel driver in use: e1000e Best regards, Khuong Dinh On Wed, Apr 26, 2017 at 6:46 PM, Dongdong Liu wrote: > > &g

Re: [PATCH v4 00/21] PCI: fix config space memory mappings

2017-04-25 Thread Khuong Dinh
Ack. Tested-by: Khuong Dinh On Tue, Apr 25, 2017 at 9:20 AM, Jingoo Han wrote: > On Tuesday, April 25, 2017 2:41 AM, Jon Masters wrote: >> >> On 04/19/2017 12:48 PM, Lorenzo Pieralisi wrote: >> >> > On some platforms (ie ARM/ARM64) ioremap fails to comply with