Merge tag 'arm-soc/for-4.13/drivers' of http://github.com/Broadcom/stblinux into...
authorOlof Johansson <olof@lixom.net>
Mon, 19 Jun 2017 03:30:52 +0000 (20:30 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 19 Jun 2017 03:30:52 +0000 (20:30 -0700)
commit8c2f8a2fb1248d5b8eda6271f095e7703fd133dd
tree6031932100119d6b7b2fd1ae36c0dd30b3bd5691
parent7a699a85e1411130960b9821c4498d7c1a81295a
parent1f6ab20f5527a2483d666d2ce996c51368d1b617
Merge tag 'arm-soc/for-4.13/drivers' of github.com/Broadcom/stblinux into next/drivers

This pull request contains Broadcom ARM/ARM64 SoCs specific driver changes for
4.13, please pull the following:

- Doug adds support for the latest generation GISB bus arbiter (v7), he starts by
  fixing two issues in how registers are written, and how 64-bit addresses are captured
  and then he simplifies the error interception by using notifiers, which allows him
  to add support for ARM64

- Markus updates the SOC_BRCMSTB Kconfig depends to cover ARM64 and BMIPS_GENERIC
  systems where this code is now also used

* tag 'arm-soc/for-4.13/drivers' of http://github.com/Broadcom/stblinux:
  soc: brcmstb: enable drivers for ARM64 and BMIPS
  bus: brcmstb_gisb: update to support new revision
  bus: brcmstb_gisb: enable driver for ARM64 architecture
  bus: brcmstb_gisb: remove low-level ARM hooks
  bus: brcmstb_gisb: add notifier handling
  bus: brcmstb_gisb: correct support for 64-bit address output
  bus: brcmstb_gisb: Use register offsets with writes too

Signed-off-by: Olof Johansson <olof@lixom.net>