summaryrefslogtreecommitdiffstats
path: root/drivers/bus/brcmstb_gisb.c
Commit message (Expand)AuthorAgeFilesLines
* bus: brcmstb_gisb: Use devm_platform_get_and_ioremap_resource()Ye Xingchen2023-03-141-3/+1
* bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driverlizhe2022-04-261-1/+0
* Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-11-131-1/+1
|\
| * MIPS: Allow modules to set board_be_handlerFlorian Fainelli2021-11-091-1/+1
* | bus: brcmstb_gisb: Allow building as moduleFlorian Fainelli2021-09-271-1/+6
|/
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* bus: brcmstb_gisb: Add support for breakpoint interruptsFlorian Fainelli2020-09-061-1/+95
* bus: brcmstb_gisb: Shorten printsFlorian Fainelli2020-08-171-2/+2
* Merge tag 'arm-soc/for-5.3/drivers' of https://github.com/Broadcom/stblinux i...Olof Johansson2019-06-171-2/+2
|\
| * bus: brcmstb_gisb: Remove print of base addressFlorian Fainelli2019-05-201-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
|/
* bus: brcmstb_gisb: simplify getting .driver_dataWolfram Sang2018-11-051-8/+4
* bus: brcmstb_gisb: update to support new revisionDoug Berger2017-05-131-0/+10
* bus: brcmstb_gisb: remove low-level ARM hooksDoug Berger2017-05-131-30/+0
* bus: brcmstb_gisb: add notifier handlingDoug Berger2017-05-131-0/+39
* bus: brcmstb_gisb: correct support for 64-bit address outputDoug Berger2017-05-131-16/+20
* bus: brcmstb_gisb: Use register offsets with writes tooDoug Berger2017-05-131-3/+3
* BUS: brcmstb_gisb: Hook to MIPS board_be_handlerFlorian Fainelli2016-05-131-0/+30
* bus: brcmstb_gisb: Honor the "big-endian" and "native-endian" DT propertiesKevin Cernekee2015-05-281-2/+11
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * bus: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Merge branch 'brcm/stb-smp-uart' into next/driversArnd Bergmann2014-12-081-6/+41
|\ \
| * | bus: brcmstb_gisb: save and restore GISB timeoutFlorian Fainelli2014-10-201-0/+36
| * | bus: brcmstb_gisb: register the fault code hookFlorian Fainelli2014-10-201-6/+3
| |/
* | Merge tag 'arm-soc/for-3.19/brcmstb-drivers' of https://github.com/brcm/linux...Arnd Bergmann2014-12-041-19/+99
|\ \
| * | bus: brcmstb_gisb: Add register offset tables for older chipsKevin Cernekee2014-11-281-6/+46
| * | bus: brcmstb_gisb: Look up register offsets in a tableKevin Cernekee2014-11-281-8/+34
| * | bus: brcmstb_gisb: Introduce wrapper functions for MMIO accessesKevin Cernekee2014-11-281-7/+17
| * | bus: brcmstb_gisb: Make the driver buildable on MIPSKevin Cernekee2014-11-281-0/+4
| |/
* / bus: brcmstb_gisb: resolve section mismatchFlorian Fainelli2014-11-211-3/+3
|/
* devres: remove devm_request_and_ioremap()Jingoo Han2014-06-191-3/+3
* bus: add Broadcom GISB bus arbiter timeout/error handlerFlorian Fainelli2014-05-241-0/+289