aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga
AgeCommit message (Expand)AuthorFilesLines
2020-05-15ARM: socfpga: Drop unneeded select of PCI_DOMAINS_GENERICGravatar Geert Uytterhoeven 1-1/+0
2019-11-22arm: socfpga: execute cold reboot by defaultGravatar Simon Goldschmidt 1-6/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 5-60/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-01-28reset: socfpga: declare socfpga_reset_init in a header fileGravatar Philipp Zabel 1-2/+1
2019-01-07reset: socfpga: add an early reset driver for SoCFPGAGravatar Dinh Nguyen 1-0/+4
2018-12-31Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 3-3/+8
2018-11-28ARM: socfpga: Turn on ARM errata for L2 cacheGravatar Dinh Nguyen 1-0/+7
2018-11-28ARM: socfpga: Clean unused functionsGravatar Clément Péron 2-3/+1
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsGravatar Christoph Hellwig 1-1/+1
2018-06-26PCI: controller: Move PCI_DOMAINS selection to arch KconfigGravatar Lorenzo Pieralisi 1-0/+1
2018-03-07ARM: socfpga: PM: Drop useless check for PM_SUSPEND_STANDBYGravatar Geert Uytterhoeven 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolGravatar Florian Fainelli 1-2/+2
2016-11-15ARM: socfpga: fix spelling mistake in error messageGravatar Colin King 1-1/+1
2016-05-16Merge tag 'edac_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 4-1/+195
2016-04-27ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernelGravatar Sascha Hauer 1-0/+1
2016-04-23ARM: socfpga: Initialize Arria10 OCRAM ECC on startupGravatar Thor Thayer 2-0/+3
2016-04-07ARM: socfpga: Enable Arria10 OCRAM ECC on startupGravatar Thor Thayer 1-0/+133
2016-03-29ARM: socfpga: Enable Arria10 L2 cache ECC on startupGravatar Thor Thayer 3-1/+59
2016-03-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2016-02-26ARM: socfpga: hide unused functionsGravatar Arnd Bergmann 1-0/+2
2016-02-11ARM: socfpga: Enable OCRAM ECC on startupGravatar Thor Thayer 4-0/+54
2016-02-11ARM: socfpga: Enable L2 cache ECC on startupGravatar Thor Thayer 4-0/+45
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptGravatar Masahiro Yamada 1-1/+2
2015-12-01ARM: use const and __initconst for smp_operationsGravatar Masahiro Yamada 1-2/+2
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Gravatar Vladimir Zapolskiy 1-1/+1
2015-07-20ARM: socfpga: add reset for the Arria 10 platformGravatar Dinh Nguyen 2-0/+27
2015-07-07ARM: socfpga: add smp_ops.cpu_kill to make kexec/kdump availableGravatar Hiraku Toyooka 1-0/+13
2015-06-30genalloc: rename dev_get_gen_pool() to gen_pool_get()Gravatar Vladimir Zapolskiy 1-1/+1
2015-06-26Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 8-60/+351
2015-06-11ARM: socfpga: fix build error due to secondary_startupGravatar Kevin Hilman 1-1/+1
2015-06-10ARM: socfpga: support suspend to ramGravatar Alan Tull 6-3/+305
2015-06-10ARM: socfpga: add CPU_METHOD_OF_DECLARE for Arria 10Gravatar Dinh Nguyen 2-0/+34
2015-06-10ARM: socfpga: use CPU_METHOD_OF_DECLARE for socfpga_cyclone5Gravatar Dinh Nguyen 3-3/+3
2015-06-01ARM: v7 setup function should invalidate L1 cacheGravatar Russell King 3-7/+1
2015-05-13ARM: socfpga: use of_iomap to map the SCUGravatar Dinh Nguyen 3-49/+10
2015-05-11ARM: socfpga: remove the need to map uart_io_descGravatar Dinh Nguyen 1-9/+0
2015-05-11ARM: socfpga: support big endian for socfpgaGravatar Ben Dooks 1-0/+1
2015-05-11ARM: socfpga: enable big endian for secondary core(s)Gravatar Ben Dooks 1-1/+4
2015-03-04ARM: socfpga: make sure socfpga_cpu1start_addr is properly flushedGravatar Russell King 1-0/+5
2015-03-04ARM: socfpga: Correct SCU virtual mapping in socfpgaGravatar Vince Bridgers 1-1/+1
2014-11-20socfpga: hotplug: put cpu1 in wfiGravatar Alan Tull 2-8/+14
2014-10-21arm: socfpga: fix fetching cpu1start_addr for SMPGravatar Dinh Nguyen 4-15/+20
2014-05-30ARM: l2c: socfpga: convert to generic l2c OF initialisationGravatar Russell King 1-7/+2
2014-05-22ARM: l2c: remove unnecessary UL-suffix to mask valuesGravatar Russell King 1-1/+1
2014-04-05Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/...Gravatar Linus Torvalds 1-5/+0