aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-19ARM: make of_device_ids constGravatar Uwe Kleine-König 1-1/+1
2015-02-19ARM: make arrays containing machine compatible strings constGravatar Uwe Kleine-König 1-1/+1
2014-12-13ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMGravatar Rafael J. Wysocki 1-1/+1
2014-11-04ARM: keystone: add pcie related optionsGravatar Murali Karicheri 1-0/+2
2014-06-17ARM: keystone requires ARM_PATCH_PHYS_VIRTGravatar Arnd Bergmann 1-0/+1
2014-06-05ARM: keystone: Drop use of meminfo since its not available anymoreGravatar Santosh Shilimkar 1-3/+3
2014-05-27ARM: keystone: remove redundant reset stuffGravatar Ivan Khoronzhuk 1-34/+0
2014-05-08ARM: keystone: Update the dma offset for non-dt platform devicesGravatar Santosh Shilimkar 1-0/+26
2014-05-08ARM: keystone: Switch over to coherent memory address spaceGravatar Santosh Shilimkar 3-1/+89
2014-04-05Merge tag 'dt-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-1/+1
2014-03-20ARM: dts: keystone: use common "ti,keystone" compatible instead of -evmGravatar Ivan Khoronzhuk 1-4/+1
2014-02-25ARM: dts: keystone: update for supporting K2L/K2E EVMsGravatar Murali Karicheri 1-0/+3
2014-02-19ARM: select HAVE_SMP for V7 multi-platformGravatar Rob Herring 1-1/+0
2014-02-19ARM: centralize common multi-platform kconfig optionsGravatar Rob Herring 1-3/+0
2014-01-31ARM: keystone: config: fix build warning when CONFIG_DMADEVICES is not setGravatar Grygorii Strashko 1-1/+0
2013-12-16ARM: keystone: Avoid calling of_clk_init() twiceGravatar Santosh Shilimkar 1-1/+0
2013-12-16ARM: keystone: Make PM bus ready before populating platform devicesGravatar Santosh Shilimkar 3-1/+2
2013-12-16ARM: keystone: enable DMA zone for LPAEGravatar Santosh Shilimkar 2-0/+4