summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-082-20/+8
|\
| * ARM/dmaengine: pl08x: pass reasonable memcpy settingsLinus Walleij2017-05-242-20/+8
* | clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-1/+1
* | ARM: remove duplicate 'const' annotations'Arnd Bergmann2017-05-191-1/+1
|/
* ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2017-02-281-1/+1
* ARM: spear: Fix error handlingChristophe JAILLET2016-11-071-1/+1
* ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantlyKishon Vijay Abraham I2016-09-211-1/+0
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-011-1/+1
|\
| * ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-031-1/+1
* | arm: use of_platform_default_populate() to populateKefeng Wang2016-06-234-8/+4
* | arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-232-3/+0
|/
* ARM: drop unused Makefile.boot of Multiplatform SoCsMasahiro Yamada2016-02-081-3/+0
* ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada2015-12-011-1/+2
* ARM: use const and __initconst for smp_operationsMasahiro Yamada2015-12-012-2/+2
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-101-1/+1
|\
| * ARM: Remove __ref on hotplug cpu die pathStephen Boyd2015-10-221-1/+1
* | clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-10-011-1/+1
|/
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-011-40/+51
|\
| * ARM: appropriate __init annotation for const dataNicolas Pitre2015-07-281-1/+1
| * ARM/SPEAr/time: Migrate to new 'set-state' interfaceViresh Kumar2015-07-171-39/+50
* | Update Viresh Kumar's email addressViresh Kumar2015-07-1715-15/+15
|/
* ARM: spear: Remove references to PLAT_SPEAR_SINGLEPaul Bolle2014-09-051-5/+4
* Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-084-127/+8
|\
| * ARM: SPEAr13xx: Add pcie and miphy DT nodesPratyush Anand2014-07-142-124/+4
| * ARM: SPEAr13xx: Add bindings and dt node for misc blockPratyush Anand2014-07-141-0/+1
| * ARM: SPEAr13xx: Fix static mapping tablePratyush Anand2014-07-142-3/+3
* | ARM: spear: Staticize local symbols in spear1340.cSachin Kamat2014-07-061-3/+3
* | ARM: spear: Staticize spear1310_io_desc in spear1310.cSachin Kamat2014-07-061-1/+1
* | ARM: spear: Staticize spear13xx_io_descSachin Kamat2014-07-061-1/+1
|/
* ARM: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd2014-06-171-1/+0
* ARM: l2c: spear13xx: remove cache size overrideRussell King2014-05-301-1/+1
* ARM: l2c: remove platforms/SoCs setting early BRESPRussell King2014-05-301-1/+1
* ARM: l2c: fix register namingRussell King2014-05-301-3/+3
* ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear)Russell King2014-05-221-5/+14
* Merge tag 'vexpress/fixes-for-3.15' of git://git.linaro.org/people/pawel.moll...Arnd Bergmann2014-04-243-3/+3
|\
| * Shiraz has movedViresh Kumar2014-04-183-3/+3
* | ARM: spear: add __init to spear_clocksource_init()Alex Elder2014-04-241-1/+1
|/
* Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-052-29/+0
|\
| * Merge tag 'kconfig-cleanup-for-3.15' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2014-02-281-10/+0
| |\
| | * ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platformRob Herring2014-02-191-1/+0
| | * ARM: select HAVE_SMP for V7 multi-platformRob Herring2014-02-191-1/+0
| | * ARM: centralize common multi-platform kconfig optionsRob Herring2014-02-191-8/+0
| * | ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-19/+0
| |/
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-051-1/+1
|\ \
| * | ARM: 8002/1: spear: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-121-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\ \
| * | ARM: spear: clean up editing mistakePaul Bolle2014-03-101-1/+1
| |/
* | cpufreq: SPEAr: Instantiate as platform_driverViresh Kumar2014-03-122-0/+2
|/
* ARM: drop explicit selection of HAVE_CLK and CLKDEV_LOOKUPUwe Kleine-König2013-10-071-2/+0
OpenPOWER on IntegriCloud