Re: [PATCH] ARM: brcmstb: select ARCH_DMA_ADDR_T_64BIT for LPAE

2015-08-06 Thread Florian Fainelli
Le 08/06/15 19:22, Gregory Fong a écrit : > Broadcom STB (BRCMSTB) has some 64-bit capable DMA and therefore needs > dma_addr_t to be a 64-bit size. One user is the Broadcom SATA3 AHCI > controller driver. > > Signed-off-by: Gregory Fong Applied to soc/next, thanks Gregory! -- Florian -- To

[PATCH] ARM: brcmstb: select ARCH_DMA_ADDR_T_64BIT for LPAE

2015-08-06 Thread Gregory Fong
Broadcom STB (BRCMSTB) has some 64-bit capable DMA and therefore needs dma_addr_t to be a 64-bit size. One user is the Broadcom SATA3 AHCI controller driver. Signed-off-by: Gregory Fong --- arch/arm/mach-bcm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-bcm/Kconfig

Re: [PATCH] ARM: brcmstb: select ARCH_DMA_ADDR_T_64BIT for LPAE

2015-08-06 Thread Florian Fainelli
Le 08/06/15 19:22, Gregory Fong a écrit : Broadcom STB (BRCMSTB) has some 64-bit capable DMA and therefore needs dma_addr_t to be a 64-bit size. One user is the Broadcom SATA3 AHCI controller driver. Signed-off-by: Gregory Fong gregory.0...@gmail.com Applied to soc/next, thanks Gregory! --

[PATCH] ARM: brcmstb: select ARCH_DMA_ADDR_T_64BIT for LPAE

2015-08-06 Thread Gregory Fong
Broadcom STB (BRCMSTB) has some 64-bit capable DMA and therefore needs dma_addr_t to be a 64-bit size. One user is the Broadcom SATA3 AHCI controller driver. Signed-off-by: Gregory Fong gregory.0...@gmail.com --- arch/arm/mach-bcm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git