aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-malta (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner2-26/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2018-11-20MIPS: malta: Use img-ascii-lcd driver for LCD displayPaul Burton5-64/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-06-24MIPS: Malta: Use PIIX4 poweroff driver to power downPaul Burton3-128/+0
2018-06-24MIPS: Malta: Cleanup DMA coherence #ifdefsPaul Burton1-38/+0
2018-06-24MIPS: remove unneeded includes from dma-mapping.hChristoph Hellwig1-0/+1
2018-06-24MIPS: remove CONFIG_DMA_COHERENTChristoph Hellwig1-2/+2
2018-05-14MIPS: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang1-1/+1
2017-12-18MIPS: Set I/O port resource types correctlyBjorn Helgaas1-5/+5
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-11-03Update MIPS email addressesPaul Burton3-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-10-05timer: Remove users of expire and data arguments to DEFINE_TIMERKees Cook1-3/+3
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton1-1/+0
2017-09-04MIPS: Use mips_gic_present() in place of gic_presentPaul Burton2-12/+11
2017-09-01MIPS: Malta: Use new GIC accessor functionsPaul Burton1-3/+3
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton1-1/+1
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton4-5/+3
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-79/+4
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+30
2017-04-20MIPS/Malta: Probe gic-timer via devicetreeMatt Redfearn1-1/+30
2017-04-13Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle1-0/+11
2017-04-12MIPS: smp-mt: Use CPU interrupt controller IPI IRQ domain supportPaul Burton1-79/+4
2017-04-10MIPS: Malta: Fix i8259 irqchip setupMatt Redfearn1-0/+11
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-10-06MIPS: Print CM error reports upon bus errorsPaul Burton2-21/+0
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton1-2/+2
2016-10-06MIPS: Malta: Remove custom halt implementationPaul Burton1-6/+0
2016-10-06MIPS: Malta: Use syscon-reboot driver to rebootPaul Burton1-13/+2
2016-10-06MIPS: Malta: Probe pflash via DTPaul Burton1-44/+0
2016-10-06MIPS: Malta: Probe RTC via DTPaul Burton1-21/+0
2016-10-06MIPS: Malta: Remove custom DT match tablePaul Burton1-15/+0
2016-10-06MIPS: Malta: Probe interrupt controllers via DTPaul Burton2-91/+82
2016-10-06MIPS: Malta: Use all available DDR by defaultPaul Burton1-6/+104
2016-10-06MIPS: Malta: Allow PCI devices DMA to lower 2GB physicalPaul Burton1-10/+7
2016-10-04MIPS: Squash lines for simple wrapper functionsMasahiro Yamada1-7/+1
2016-09-29MIPS: Malta: Fix IOCU disable switch read for MIPS64Paul Burton1-1/+7
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada3-4/+4
2016-05-13MIPS: malta-time: Take seconds into accountJames Hogan1-5/+27
2016-05-13MIPS: malta-time: Start GIC count before syncing to RTCJames Hogan1-5/+5
2016-05-13MIPS: Introduce plat_get_fdt a platform API to retrieve the FDTMatt Redfearn1-1/+6
2016-02-09MIPS: Fix early CM probingPaul Burton1-8/+0
2015-11-11MIPS: Malta: Register UP SMP ops if all else failsPaul Burton1-0/+1
2015-11-11MIPS: Malta: Setup RAM regions via DTPaul Burton4-93/+169