summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm
Commit message (Expand)AuthorAgeFilesLines
* isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-2/+0
* ARM: bcm: Select BRCMSTB_L2_IRQ for bcm2835Maxime Ripard2021-01-251-0/+1
* arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-12-151-1/+0
* ARM: bcm: Enable BCM7038_L1_IRQ for ARCH_BRCMSTBFlorian Fainelli2020-08-171-0/+1
* ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSPMatthew Hagan2020-06-141-0/+1
* ARM: bcm: Drop unneeded select of PCI_DOMAINS_GENERIC, HAVE_SMP, TIMER_OFGeert Uytterhoeven2020-03-101-8/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-02-081-0/+1
|\
| * ARM: bcm: Select ARM_AMBA for ARCH_BRCMSTBFlorian Fainelli2019-12-261-0/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* | ARM: bcm: Add missing sentinel to bcm2711_compat[]H. Nikolaus Schaller2019-12-151-0/+1
|/
* Merge tag 'tags/bcm2835-soc-next-2019-10-15' into soc/nextFlorian Fainelli2019-10-163-2/+29
|\
| * ARM: bcm: Add support for BCM2711 SoCStefan Wahren2019-10-103-2/+29
* | ARM: bcm: fix missing __iomem in bcm_kona_smc.cBen Dooks2019-10-161-1/+1
* | ARM: bcm: include local platsmp.h for bcm2836_smp_opsBen Dooks2019-10-161-0/+2
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-196-7/+9
|\
| * ARM: use arch_extension directive instead of arch argumentStefan Agner2019-06-192-5/+0
| * Merge tag 'arm-soc/for-5.3/soc' of https://github.com/Broadcom/stblinux into ...Olof Johansson2019-06-174-2/+9
| |\
| | * ARM: bcm: Enable PINCTRL for ARCH_BRCMSTBDoug Berger2019-06-111-0/+1
| | * ARM: bcm: Enable ARCH_HAS_RESET_CONTROLLER for ARCH_BRCMSTBJim Quinlan2019-06-111-0/+1
| | * ARM: bcm: fix a leaked reference by adding missing of_node_putWen Yang2019-05-203-2/+7
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 226Thomas Gleixner2019-06-191-2/+1
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.Eric Anholt2019-01-091-0/+1
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-12-314-24/+4
|\
| * Merge tag 'tags/bcm2835-soc-next-2018-11-27' into soc/nextFlorian Fainelli2018-11-273-24/+3
| |\
| | * ARM: mach-bcm: Switch bcm2835 and platsmp to SPDX identifierStefan Wahren2018-11-143-24/+3
| * | ARM: BCM63XX: Enable reset controller supportFlorian Fainelli2018-11-121-0/+1
| |/
* / PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig2018-11-231-1/+1
|/
* PCI: controller: Move PCI_DOMAINS selection to arch KconfigLorenzo Pieralisi2018-06-261-0/+1
* arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-1/+0
* soc: brcmstb: biuctrl: Move to early_initcallFlorian Fainelli2017-12-201-2/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-11-166-7/+94
|\
| * ARM: bcm: Add support for Broadcom Hurricane 2 SoCFlorian Fainelli2017-10-123-0/+37
| * ARM: bcm2836: Send event when onlining other coresPhil Elwell2017-09-251-0/+3
| * irqchip: bcm2836: Move SMP startup code to arch/arm (v2)Stefan Wahren2017-09-254-1/+55
| * clk: bcm2835: remove remains from stub clk driverDanilo Krummrich2017-09-251-7/+0
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-3/+3
|\ \
| * | treewide: Fix typos in KconfigMasanari Iida2017-10-121-3/+3
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-07-041-0/+2
|\
| * Merge tag 'arm-soc/for-4.13/soc' of http://github.com/Broadcom/stblinux into ...Olof Johansson2017-06-181-0/+2
| |\
| | * ARM: BCM: Enable thermal support for NSP SoCsJon Mason2017-05-191-0/+2
* | | clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano2017-06-141-1/+1
|/ /
* / ARM: remove duplicate 'const' annotations'Arnd Bergmann2017-05-191-1/+1
|/
* ARM: brcmstb: Enable ARCH_HAS_HOLES_MEMORYMODELDanesh Petigara2017-03-151-0/+1
* ARM: brcmstb: Enable ZONE_DMA for non 64-bit capable peripheralsAl Cooper2017-03-151-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2017-02-283-4/+4
* ARM: BCM5301X: Add back handler ignoring external imprecise abortsRafał Miłecki2016-11-161-0/+28
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-10-072-0/+30
|\