summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-cns3xxx
Commit message (Expand)AuthorAgeFilesLines
* CNS3xxx: Fix PCIe read size limit.Krzysztof Hałasa2014-09-251-6/+9
* CNS3xxx: Fix logical PCIe topology.Krzysztof Hałasa2014-09-251-15/+14
* ARM: cns3xxx: fix allmodconfig panic in pci driverXia Kaixu2014-09-044-4/+9
* ARM: use menuconfig for sub-arch menusRob Herring2014-06-171-4/+3
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-051-5/+5
|\
| * ARM: l2c: cns3xxx: remove cache size overrideRussell King2014-05-301-1/+1
| * ARM: l2c: fix register namingRussell King2014-05-301-4/+4
* | ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORMWill Deacon2014-05-291-1/+0
|/
* Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-3/+0
|\
| * ARM: cns3xxx: enable V6K instead of plain V6Rob Herring2014-02-191-1/+0
| * ARM: Select V6K instead of V6 by default for multi-platformRob Herring2014-02-191-1/+1
| * ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platformRob Herring2014-02-191-1/+0
| * ARM: centralize common multi-platform kconfig optionsRob Herring2014-02-191-1/+0
* | Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-053-75/+64
|\ \
| * | CNS3xxx: Fix PCIe early iotable_init().Krzysztof Hałasa2014-03-172-73/+64
| * | CNS3xxx: Fix a WARN() related to IRQ allocation.Krzysztof Hałasa2014-03-172-2/+0
| |/
* | ARM: 7997/1: cns3xxx: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-121-1/+1
|/
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-092-2/+4
* Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-0213-126/+147
|\
| * ARM: cns3xxx: initial DT supportArnd Bergmann2013-03-143-3/+125
| * ARM: cns3xxx: enable multiplatform supportArnd Bergmann2013-03-143-65/+11
| * ARM: cns3xxx: move debug_ll code to include/debug/Arnd Bergmann2013-03-141-19/+0
| * ARM: cns3xxx: enable sparse IRQ supportArnd Bergmann2013-03-142-24/+1
| * ARM: cns3xxx: make mach header files localArnd Bergmann2013-03-148-16/+11
* | ARM: cns3xxx: remove unused virtual address and iotable definesMac Lin2013-03-302-37/+0
* | ARM: cns3xxx: fix mapping of private memory regionMac Lin2013-03-302-21/+11
|/
* Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2013-02-051-1/+0
|\
| * ARM: remove unused arch_decomp_wdog()Shawn Guo2013-01-111-1/+0
* | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-142-3/+1
|\ \
| * | irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring2013-01-121-1/+1
| * | ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-121-2/+0
| |/
* | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-141-10/+3
|\ \
| * | ARM: use clockevents_config_and_register() where possibleShawn Guo2013-01-141-10/+3
| |/
* | ARM: delete struct sys_timerStephen Warren2012-12-243-7/+3
|/
* Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-121-1/+0
|\
| * ARM: cns3xxx: drop unnecessary symbol selectionImre Kaloz2012-11-121-1/+0
* | USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-311-1/+0
* | ARM: cns3xxx: use OHCI platform driverFlorian Fainelli2012-10-221-5/+13
* | ARM: cns3xxx: use ehci platform driverFlorian Fainelli2012-10-221-1/+43
|/
* ARM: PCI: provide a default bus scan implementationRussell King2012-05-131-8/+2
* ARM: PCI: get rid of pci_std_swizzle()Russell King2012-05-131-2/+0
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-293-22/+5
|\
| * ARM: __io abuse cleanupRob Herring2012-03-132-5/+5
| * ARM: remove bunch of now unused mach/io.h filesRob Herring2012-03-061-17/+0
* | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-232-40/+0
|\ \ | |/
| * Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-221-15/+0
| |\
| | * ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring2012-02-211-15/+0
| * | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-201-25/+0
| |/
* | arm/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-231-2/+2
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-4/+4
|\
OpenPOWER on IntegriCloud