aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-cns3xxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-27ARM: cns3xxx: replace setup_irq() by request_irq()Gravatar afzal mohammed 1-7/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 418Gravatar Thomas Gleixner 9-36/+9
2019-03-21Merge tag 'irqchip-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Thomas Gleixner 1-1/+1
2019-03-11irqchip/gic: Drop support for secondary GIC in non-DT systemsGravatar Marc Zyngier 1-1/+1
2019-01-31ARM: cns3xxx: Use actual size reads for PCIeGravatar Koen Vandeputte 1-1/+1
2019-01-31ARM: cns3xxx: Fix writing to wrong PCI config registers after alignmentGravatar Koen Vandeputte 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-05-19ARM: remove duplicate 'const' annotations'Gravatar Arnd Bergmann 1-1/+1
2016-09-21ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORMGravatar Kishon Vijay Abraham I 1-1/+0
2016-06-23arm: use of_platform_default_populate() to populateGravatar Kefeng Wang 1-2/+1
2016-03-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+0
2016-03-12CNS3xxx: Fix PCI cns3xxx_write_config()Gravatar Krzysztof Halasa 1-3/+3
2016-03-02CNS3xxx: remove unused *_VIRT definitionsGravatar Krzysztof Hałasa 1-6/+0
2016-02-08ARM: drop unused Makefile.boot of Multiplatform SoCsGravatar Masahiro Yamada 1-3/+0
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptGravatar Masahiro Yamada 1-1/+2
2015-10-08ARM: cns3xxx: pci: avoid potential stack overflowGravatar Arnd Bergmann 1-41/+30
2015-07-28ARM: appropriate __init annotation for const dataGravatar Nicolas Pitre 1-2/+2
2015-07-17ARM/cns3xxx/timer: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-24/+31
2015-03-13ARM: cns3xxx: don't export static symbolGravatar Julia Lawall 1-1/+0
2015-02-02Merge branch 'pci/config' into nextGravatar Bjorn Helgaas 1-42/+10
2015-01-22ARM: cns3xxx: Convert PCI to use generic config accessorsGravatar Rob Herring 1-42/+10
2014-12-27CNS3xxx: Remove artificial dependency on pci_sys_data domain.Gravatar Lorenzo Pieralisi 1-23/+17
2014-09-25CNS3xxx: Fix PCIe read size limit.Gravatar Krzysztof Hałasa 1-6/+9
2014-09-25CNS3xxx: Fix logical PCIe topology.Gravatar Krzysztof Hałasa 1-15/+14
2014-09-04ARM: cns3xxx: fix allmodconfig panic in pci driverGravatar Xia Kaixu 4-4/+9
2014-06-17ARM: use menuconfig for sub-arch menusGravatar Rob Herring 1-4/+3
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextGravatar Linus Torvalds 1-5/+5
2014-05-30ARM: l2c: cns3xxx: remove cache size overrideGravatar Russell King 1-1/+1
2014-05-30ARM: l2c: fix register namingGravatar Russell King 1-4/+4
2014-05-29ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORMGravatar Will Deacon 1-1/+0
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-3/+0
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-75/+64
2014-03-17CNS3xxx: Fix PCIe early iotable_init().Gravatar Krzysztof Hałasa 2-73/+64
2014-03-17CNS3xxx: Fix a WARN() related to IRQ allocation.Gravatar Krzysztof Hałasa 2-2/+0
2014-03-12ARM: 7997/1: cns3xxx: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+1
2014-02-19ARM: cns3xxx: enable V6K instead of plain V6Gravatar Rob Herring 1-1/+0
2014-02-19ARM: Select V6K instead of V6 by default for multi-platformGravatar Rob Herring 1-1/+1
2014-02-19ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platformGravatar Rob Herring 1-1/+0
2014-02-19ARM: centralize common multi-platform kconfig optionsGravatar Rob Herring 1-1/+0
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeGravatar Robin Holt 2-2/+4
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 13-126/+147
2013-03-30ARM: cns3xxx: remove unused virtual address and iotable definesGravatar Mac Lin 2-37/+0
2013-03-30ARM: cns3xxx: fix mapping of private memory regionGravatar Mac Lin 2-21/+11
2013-03-14ARM: cns3xxx: initial DT supportGravatar Arnd Bergmann 3-3/+125
2013-03-14ARM: cns3xxx: enable multiplatform supportGravatar Arnd Bergmann 3-65/+11
2013-03-14ARM: cns3xxx: move debug_ll code to include/debug/Gravatar Arnd Bergmann 1-19/+0
2013-03-14ARM: cns3xxx: enable sparse IRQ supportGravatar Arnd Bergmann 2-24/+1
2013-03-14ARM: cns3xxx: make mach header files localGravatar Arnd Bergmann 8-16/+11
2013-02-05Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Gravatar Olof Johansson 1-1/+0
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Gravatar Olof Johansson 2-3/+1