aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone
AgeCommit message (Expand)AuthorFilesLines
2023-08-01ARM: keystone: Merge PM function into main support fileGravatar Andrew Davis 4-71/+36
2023-08-01ARM: keystone: Merge memory.h into the only file that uses itGravatar Andrew Davis 2-20/+10
2023-07-25ARM: keystone: Drop unused includesGravatar Rob Herring 1-3/+1
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineGravatar Linus Walleij 1-1/+1
2022-10-27ARM: keystone: Replace platform SMP with PSCIGravatar Andrew Davis 5-77/+1
2022-04-08ARM: rework endianess selectionGravatar Arnd Bergmann 1-1/+0
2021-04-01ARM: keystone: fix integer overflow warningGravatar Arnd Bergmann 1-2/+2
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2020-12-07ARM: keystone: remove SECTION_SIZE_BITS/MAX_PHYSMEM_BITSGravatar Arnd Bergmann 1-3/+0
2020-11-18dma-mapping: remove the dma_direct_set_offset exportGravatar Christoph Hellwig 1-1/+1
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetGravatar Jim Quinlan 1-9/+8
2020-09-17ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAEGravatar Christoph Hellwig 1-0/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 2-3/+1
2019-06-19ARM: use arch_extension directive instead of arch argumentGravatar Stefan Agner 2-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Gravatar Thomas Gleixner 5-20/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-05-14ARM: keystone: fix platform_domain_notifier array overrunGravatar Russell King 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-04ARM: keystone: Drop PM domain support for k2gGravatar Dave Gerlach 1-1/+3
2017-04-04soc: ti: Add ti_sci_pm_domains driverGravatar Dave Gerlach 1-0/+1
2017-01-19ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLERGravatar Suman Anna 1-0/+1
2016-09-21ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORMGravatar Kishon Vijay Abraham I 1-1/+0
2016-09-21ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantlyGravatar Kishon Vijay Abraham I 1-1/+0
2016-08-01Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-0/+2
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2016-06-28clocksource/drivers/keystone: Add the COMPILE_TEST optionGravatar Daniel Lezcano 1-1/+1
2016-06-23arm: Remove unnecessary of_platform_populate with default match tableGravatar Kefeng Wang 1-1/+0
2016-06-21ARM: keystone: fix missing keystone.h in pm_domain.cGravatar Ben Dooks 1-0/+2
2016-06-14ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRTGravatar Masahiro Yamada 1-1/+0
2016-06-08ARM: keystone: Enable PINCTRL configGravatar Lokesh Vutla 1-0/+1
2016-05-03ARM: provide improved virt_to_idmap() functionalityGravatar Russell King 1-6/+1
2016-03-20Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Gravatar Linus Torvalds 1-0/+1
2016-03-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+0
2016-02-25ARM: keystone: Create new binding for K2G SoCGravatar Nishanth Menon 1-0/+1
2016-02-08ARM: drop unused Makefile.boot of Multiplatform SoCsGravatar Masahiro Yamada 1-1/+0
2016-02-08ARM: make virt_to_idmap() return unsigned longGravatar Russell King 1-1/+1
2015-12-01ARM: use const and __initconst for smp_operationsGravatar Masahiro Yamada 2-2/+2
2015-10-06ARM: keystone: Update compatible to have SoC specific matchesGravatar Nishanth Menon 1-0/+3
2015-07-20ARM: keystone: Remove clk-provider.h includeGravatar Stephen Boyd 1-1/+0
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-37/+17
2015-06-01ARM: redo TTBR setup code for LPAEGravatar Russell King 1-13/+0
2015-06-01ARM: keystone2: rename init_meminfo to pv_fixupGravatar Russell King 1-2/+2
2015-06-01ARM: keystone2: move address space switch printk into generic codeGravatar Russell King 1-3/+0
2015-06-01ARM: keystone2: move update of the phys-to-virt constants into generic codeGravatar Russell King 1-17/+10
2015-06-01ARM: keystone2: move platform notifier initialisation into platform initGravatar Russell King 1-6/+9
2015-05-12arm: keystone: remove boilerplate code and use USE_PM_CLK_RUNTIME_OPSGravatar Rajendra Nayak 1-32/+1