aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-orion5x
AgeCommit message (Expand)AuthorFilesLines
2023-05-26ARM: orion5x: fix d2net gpio initializationGravatar Arnd Bergmann 2-0/+9
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+5
2023-04-04PCI: Introduce pci_dev_for_each_resource()Gravatar Mika Westerberg 1-5/+5
2023-03-06gpiolib: split linux/gpio/driver.h out of linux/gpio.hGravatar Arnd Bergmann 1-0/+1
2023-01-10ARM: orion5x: remove dsa_chip_data referencesGravatar Arnd Bergmann 2-12/+0
2023-01-10ARM: orion: remove unused board filesGravatar Arnd Bergmann 10-1919/+0
2022-08-30ARM: make ARCH_MULTIPLATFORM user-visibleGravatar Arnd Bergmann 1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 21-94/+24
2022-08-02Merge tag 'arm-boardfiles-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+17
2022-07-22ARM: orion: add ATAGS dependenciesGravatar Arnd Bergmann 1-0/+17
2022-07-18ARM: Marvell: Update PCIe fixupGravatar Pali Rohár 2-3/+10
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Gravatar Thomas Gleixner 21-94/+24
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2022-05-09orion5x: fix typos in commentsGravatar Julia Lawall 1-2/+2
2022-04-08ARM: rework endianess selectionGravatar Arnd Bergmann 1-0/+1
2022-03-17ARM: remove support for NOMMU ARMv4/v5Gravatar Arnd Bergmann 1-1/+1
2022-02-03ARM: orion/gpio: Get rid of unused first parameter in orion_gpio_init()Gravatar Andy Shevchenko 1-1/+1
2021-12-07arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace()Gravatar Pali Rohár 1-2/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-03-08ARM: orion5x: ts78xx: Remove unneeded variable retGravatar Xu Wang 1-2/+1
2020-03-08ARM: orion5x: Drop unneeded select of PCI_DOMAINS_GENERICGravatar Geert Uytterhoeven 1-2/+0
2019-08-14ARM: orion/mvebu: unify debug-ll virtual addressesGravatar Arnd Bergmann 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 5-25/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 1-0/+1
2019-01-17ARM: orion5x: Include platform_data/dsa.hGravatar Florian Fainelli 6-6/+6
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-1/+1
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hGravatar Boris Brezillon 1-2/+1
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereGravatar Boris Brezillon 1-3/+3
2018-10-03mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksGravatar Boris Brezillon 1-11/+7
2018-02-26ARM: orion5x: Revert commit 4904dbda41c8.Gravatar David S. Miller 3-10/+95
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-08-13mtd: nand: Rename nand.h into rawnand.hGravatar Boris Brezillon 4-4/+4
2017-06-28ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge()Gravatar Lorenzo Pieralisi 2-9/+19
2017-03-30ARM: orion5x: only call into phylib when availableGravatar Arnd Bergmann 1-0/+1
2017-02-27Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-61/+19
2017-02-21ARM: Orion5x: ts78xx: allow rtc-m48t86 to manage it's own resourcesGravatar H Hartley Sweeten 1-22/+7
2017-02-21ARM: Orion5x: ts78xx: remove RTC detectionGravatar H Hartley Sweeten 1-39/+12
2017-02-09ARM: orion: remove unused wnr854t_switch_plat_dataGravatar Arnd Bergmann 1-5/+0
2017-02-07ARM: orion: Register DSA switch as a MDIO deviceGravatar Florian Fainelli 7-28/+8
2016-11-19ARM: orion5x: remove legacy support of ls-chlGravatar Ashley Hughes 3-339/+0
2016-09-14ARM: orion5x: remove extraneous NO_IRQGravatar Arnd Bergmann 1-1/+0
2016-09-14ARM: orion: simplify orion_ge00_switch_initGravatar Arnd Bergmann 7-15/+13
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-1/+1
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-2/+2
2016-07-04Merge tag 'mvebu-cleanup-4.8-1' of git://git.infradead.org/linux-mvebu into n...Gravatar Olof Johansson 1-1/+1
2016-06-27rtc: m48t86: move m48t86.h to platform_dataGravatar Alexandre Belloni 1-1/+1
2016-06-23arm: use of_platform_default_populate() to populateGravatar Kefeng Wang 1-2/+1
2016-06-16ARM: orion5x: make orion5x_legacy_handle_irq staticGravatar Ben Dooks 1-1/+1