summaryrefslogtreecommitdiffstats
path: root/drivers/soc/bcm/brcmstb
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
9 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding-4/+8
2025-08-29mips: Replace __ASSEMBLY__ with __ASSEMBLER__ in the mips headersThomas Huth-1/+1
2023-04-03soc: bcm: brcmstb: biuctrl: fix of_iomap leakZhaoyang Li-0/+4
2023-03-14soc: bcm: brcmstb: Remove bare-metal ARM suspend/resume codeFlorian Fainelli-1052/+1
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-1/+1
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers-1/+1
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+14
2022-09-15soc: bcm: brcmstb: biuctrl: Avoid double of_node_put()Florian Fainelli-1/+0
2022-08-29soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugsLiang He-11/+39
2022-08-15soc: bcm: brcmstb: Document panic notifier action and remove useless headerGuilherme G. Piccoli-2/+14
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann-4/+7
2022-06-17soc: bcm: brcmstb: biuctrl: Add missing of_node_put()Liang He-3/+6
2022-06-08soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probeMiaoqian Lin-0/+1
2022-06-08soc: bcm: brcmstb: pm: pm-arm: fix typo in commentJulia Lawall-1/+1
2021-11-15soc: bcm: brcmstb: Add of_node_put() in pm-mipsWan Jiabing-1/+4
2021-09-16soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72116Florian Fainelli-0/+1
2021-09-16soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72113Florian Fainelli-0/+1
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+0
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2021-05-10soc: bcm: brcmstb: remove unused variable 'brcmstb_machine_match'Jiapeng Chong-5/+0
2021-01-27soc: bcm: brcmstb: Remove soc_is_brcmstb()Florian Fainelli-17/+0
2020-11-03soc: bcm: brcmstb: pm: pm-arm: Provide prototype for brcmstb_pm_s3_finish()Lee Jones-0/+2
2020-09-06soc: bcm: brcmstb: biuctrl: Change RAC data line prefetching after 4 consecut...Florian Fainelli-2/+6
2020-09-04soc: bcm: brcmstb: biuctrl: Change RAC prefetch distance from +/-1 to +/- 2Florian Fainelli-4/+16
2020-09-04soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72165Florian Fainelli-0/+1
2020-09-04soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72164Florian Fainelli-0/+1
2020-08-17soc: bcm: brcmstb: biuctrl: Enable Read-ahead cacheFlorian Fainelli-10/+77
2020-01-05soc: bcm: brcmstb: biuctrl: Update programming for 7211Florian Fainelli-6/+7
2020-01-05soc: bcm: brcmstb: biuctrl: Update layout for A72 on 7211Florian Fainelli-0/+8
2020-01-05soc: bcm: brcmstb: biuctrl: Tune interface for 7255 and 7216Florian Fainelli-0/+2
2020-01-05soc: bcm: brcmstb: biuctrl: Tune 7260 BIU interfaceFlorian Fainelli-2/+5
2019-06-16Merge tag 'arm-soc/for-5.2/drivers-fixes' of https://github.com/Broadcom/stbl...Olof Johansson-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-81/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+3
2019-05-20soc: bcm: brcmstb: biuctrl: Register writes require a barrierFlorian Fainelli-1/+1
2019-05-20soc: brcmstb: Fix error path for unsupported CPUsFlorian Fainelli-1/+3
2018-11-28soc: bcm: brcmstb: Don't leak device tree node referenceYangtao Li-1/+5
2018-11-05soc: bcm: brcmstb: Fix re-entry point with a THUMB2_KERNELFlorian Fainelli-1/+1
2018-06-26soc: bcm: brcmstb: Add missing DDR MEMC compatible stringsFlorian Fainelli-0/+12
2018-06-26soc: bcm: brcmstb: pm: Add support for newer rev B3.0 controllersDoug Berger-0/+4
2018-01-15soc: bcm: brcmstb: Be multi-platform compatibleThierry Reding-9/+29
2018-01-15soc: brcmstb: biuctrl: exit without warning on non brcmstb platformsSudeep Holla-9/+11
2018-01-12Revert "soc: brcmstb: Only register SoC device on STB platforms"Olof Johansson-5/+0
2018-01-11soc: brcmstb: Only register SoC device on STB platformsThierry Reding-0/+5
2017-12-20soc: brcmstb: biuctrl: Move to early_initcallFlorian Fainelli-2/+4
2017-12-20soc: brcmstb: Split initializationFlorian Fainelli-14/+13
2017-12-20soc: brcmstb: biuctrl: Fine tune B53 MCP interface settingsFlorian Fainelli-0/+76
2017-12-20soc: brcmstb: biuctrl: Wire-up new registersFlorian Fainelli-1/+7