summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versatile
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantlyKishon Vijay Abraham I2016-09-211-1/+0
* arm: use of_platform_default_populate() to populateKefeng Wang2016-06-231-2/+1
* ARM: versatile: move flash registration to the device treeLinus Walleij2016-04-041-47/+0
* ARM: versatile: move restart to the device treeLinus Walleij2016-02-152-15/+3
* ARM: versatile: convert to multi-platformRob Herring2015-12-153-49/+16
* ARM: versatile: merge mach code into a single fileRob Herring2015-12-156-648/+325
* ARM: versatile: switch to DT only booting and remove legacy codeRob Herring2015-12-1512-1365/+14
* ARM: versatile: add DT based PCI detectionRob Herring2015-12-151-0/+50
* ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksourceSudeep Holla2015-06-021-1/+2
* ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusionSudeep Holla2015-06-021-5/+4
* ARM: make arrays containing machine compatible strings constUwe Kleine-König2015-02-191-1/+1
* ARM: versatile: core: Remove unused functionRickard Strandqvist2015-01-141-37/+0
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-1/+0
|\
| * ARM: versatile: remove init_irq hook for DT bootRob Herring2014-06-241-1/+0
* | video: move Versatile CLCD helpersLinus Walleij2014-06-271-1/+1
|/
* Merge tag 'kconfig-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2014-05-052-24/+1
|\
| * Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-1/+1
| |\
| | * irqchip: support cascaded VICsLinus Walleij2014-02-131-1/+1
| * | Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-181-23/+0
| |\ \ | | |/ | |/|
| | * ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-23/+0
* | | ARM: plat-versatile: convert LEDs to platform deviceLinus Walleij2014-02-271-0/+16
|/ /
* | ARM: versatile: move GPIO2 and GPIO3 to coreLinus Walleij2013-12-202-21/+16
|/
* Merge branch 'versatile/fixes' into fixesOlof Johansson2013-09-092-17/+32
|\
| * ARM: PCI: versatile: Fix SMAP register offsetsPeter Maydell2013-09-041-3/+3
| * ARM: PCI: versatile: Fix PCI I/OPeter Maydell2013-09-042-8/+10
| * ARM: PCI: versatile: Fix map_irq function to match hardwarePeter Maydell2013-09-041-6/+19
* | ARM: debug: move PL01X debug include into arch/arm/include/debug/Russell King2013-08-251-13/+0
* | ARM: debug: provide PL01x debug uart phys/virt address configuration optionsRussell King2013-08-251-8/+0
|/
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-092-2/+4
* ARM: versatile: use OF init for sp804 timerRob Herring2013-04-112-14/+13
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-216-18/+6
|\
| * 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-144-7/+1
| |\ \
| | * | irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hRob Herring2013-01-121-1/+1
| | * | ARM: remove unneeded vic.h includesRob Herring2013-01-123-3/+0
| | * | ARM: remove mach .handle_irq for VIC usersRob Herring2013-01-123-3/+0
| * | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-141-3/+3
| |\ \ \ | | |/ /
| * | | ARM: delete struct sys_timerStephen Warren2012-12-245-10/+5
| | |/ | |/|
* | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-212-1/+6
|\ \ \
| * | | ARM: pick Versatile by default for !MMUArnd Bergmann2013-02-141-0/+5
| * | | ARM: integrator/versatile: fix NOMMU warningsArnd Bergmann2013-02-141-1/+1
| | |/ | |/|
* | | ARM: 7635/1: versatile: fix the PCI IRQ regressionLinus Walleij2013-02-062-6/+20
|/ /
* | ARM: 7610/1: versatile: bump IRQ numbersLinus Walleij2013-01-021-3/+3
|/
* ARM: plat-versatile: move FPGA irq driver to drivers/irqchipLinus Walleij2012-11-041-1/+1
* ARM: config: sort select statements alphanumericallyRussell King2012-10-131-2/+2
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-011-1/+0
|\
| * Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2012-09-201-1/+0
| |\
| | * ARM: make mach/gpio.h headers optionalRob Herring2012-09-141-1/+0
OpenPOWER on IntegriCloud