aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/brcmstb_gisb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17Merge tag 'arm-soc/for-5.3/drivers' of https://github.com/Broadcom/stblinux into arm/driversOlof Johansson1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-20bus: brcmstb_gisb: Remove print of base addressFlorian Fainelli1-2/+2
2018-11-05bus: brcmstb_gisb: simplify getting .driver_dataWolfram Sang1-8/+4
2017-05-13bus: brcmstb_gisb: update to support new revisionDoug Berger1-0/+10
2017-05-13bus: brcmstb_gisb: remove low-level ARM hooksDoug Berger1-30/+0
2017-05-13bus: brcmstb_gisb: add notifier handlingDoug Berger1-0/+39
2017-05-13bus: brcmstb_gisb: correct support for 64-bit address outputDoug Berger1-16/+20
2017-05-13bus: brcmstb_gisb: Use register offsets with writes tooDoug Berger1-3/+3
2016-05-13BUS: brcmstb_gisb: Hook to MIPS board_be_handlerFlorian Fainelli1-0/+30
2015-05-28bus: brcmstb_gisb: Honor the "big-endian" and "native-endian" DT propertiesKevin Cernekee1-2/+11
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-08Merge branch 'brcm/stb-smp-uart' into next/driversArnd Bergmann1-6/+41
2014-12-04Merge tag 'arm-soc/for-3.19/brcmstb-drivers' of https://github.com/brcm/linux into next/driversArnd Bergmann1-19/+99
2014-11-28bus: brcmstb_gisb: Add register offset tables for older chipsKevin Cernekee1-6/+46
2014-11-28bus: brcmstb_gisb: Look up register offsets in a tableKevin Cernekee1-8/+34
2014-11-28bus: brcmstb_gisb: Introduce wrapper functions for MMIO accessesKevin Cernekee1-7/+17
2014-11-28bus: brcmstb_gisb: Make the driver buildable on MIPSKevin Cernekee1-0/+4
2014-11-21bus: brcmstb_gisb: resolve section mismatchFlorian Fainelli1-3/+3
2014-10-20bus: brcmstb_gisb: save and restore GISB timeoutFlorian Fainelli1-0/+36
2014-10-20bus: brcmstb_gisb: register the fault code hookFlorian Fainelli1-6/+3
2014-10-20bus: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-19devres: remove devm_request_and_ioremap()Jingoo Han1-3/+3
2014-05-24bus: add Broadcom GISB bus arbiter timeout/error handlerFlorian Fainelli1-0/+289