mbox

[GIT,PULL] Broadcom SoC changes for 4.3 (part 2, try2)

Message ID 1439063444-12466-1-git-send-email-f.fainelli@gmail.com
State New
Headers show

Pull-request

http://github.com/broadcom/stblinux tags/arm-soc/for-4.3/soc-part2

Message

Florian Fainelli Aug. 8, 2015, 7:50 p.m. UTC
The following changes since commit 39aa437e18cac7acae55481ed73feea0de497399:

  Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next/cleanup (2015-08-05 17:24:11 +0200)

are available in the git repository at:

  http://github.com/broadcom/stblinux tags/arm-soc/for-4.3/soc-part2

for you to fetch changes up to cf1140515b3b94ef5aa06a085e94ddd814a8cd78:

  ARM: brcmstb: select ARCH_DMA_ADDR_T_64BIT for LPAE (2015-08-06 21:38:13 -0700)

----------------------------------------------------------------
This pull request contains two changes for brcmstb SoCs from Gregory:

- Update the BRCMSTB Kconfig to select the ARM erratum 798181 which
  affects the chips covered by this platform

- Update the BRCMST Kconfig to select 64-bits DMA address types when LPAE
  is enabled

----------------------------------------------------------------
Gregory Fong (2):
      ARM: BCM: Enable ARM erratum 798181 for BRCMSTB
      ARM: brcmstb: select ARCH_DMA_ADDR_T_64BIT for LPAE

 arch/arm/mach-bcm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Olof Johansson Aug. 11, 2015, 1:17 p.m. UTC | #1
Hi,


On Sat, Aug 08, 2015 at 12:50:44PM -0700, Florian Fainelli wrote:
> The following changes since commit 39aa437e18cac7acae55481ed73feea0de497399:
> 
>   Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next/cleanup (2015-08-05 17:24:11 +0200)
> 
> are available in the git repository at:
> 
>   http://github.com/broadcom/stblinux tags/arm-soc/for-4.3/soc-part2
> 
> for you to fetch changes up to cf1140515b3b94ef5aa06a085e94ddd814a8cd78:
> 
>   ARM: brcmstb: select ARCH_DMA_ADDR_T_64BIT for LPAE (2015-08-06 21:38:13 -0700)

Same thing here, please don't base your branch on top of our next/*. I've also
cherry-picked these patches over, so no need to respin this time.


Thanks,

-Olof