summaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/common
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Alchemy: Switch to use kmemdup_array()Andy Shevchenko2024-06-111-4/+4
* MIPS: Alchemy: Use kcalloc() instead of kzalloc()Erick Archer2024-02-201-1/+1
* MIPS: Alchemy: Fix missing prototypesFlorian Fainelli2024-01-222-3/+2
* Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman2023-06-051-12/+15
|\
| * MIPS: Alchemy: fix dbdma2Manuel Lauss2023-05-231-12/+15
* | serial: 8250: RT288x/Au1xxx code away from coreIlpo Järvinen2023-05-131-2/+8
|/
* mips: alchemy: gpio: Include the right headerLinus Walleij2022-11-111-1/+1
* MIPS: fix typos in commentsJulia Lawall2022-05-041-1/+1
* mips: alchemy: remove historic comment on gpio build constraintsLukas Bulwahn2021-12-161-2/+0
* MIPS: Alchemy: Use DEFINE_SPINLOCK() for spinlockLifu Chen2021-04-121-2/+1
* driver core: lift dma_default_coherent into common codeChristoph Hellwig2021-02-131-1/+1
* MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsChristoph Hellwig2021-02-131-2/+1
* MIPS/alchemy: factor out the DMA coherent setupChristoph Hellwig2021-02-131-14/+19
* MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer2021-01-071-4/+0
* MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpuZhang Qilong2020-11-171-1/+8
* MIPS: replace add_memory_region with memblockThomas Bogendoerfer2020-10-121-1/+2
* MIPS: alchemy: Share prom_init implementationThomas Bogendoerfer2020-10-061-0/+20
* MIPS: alchemy: Fix build error after ioremap cleanupThomas Bogendoerfer2020-04-201-0/+1
* MIPS: cleanup fixup_bigphys_addr handlingChristoph Hellwig2020-04-191-4/+12
* MIPS: Replace setup_irq() by request_irq()afzal mohammed2020-03-051-8/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner2019-05-301-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-212-0/+2
* Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2019-05-191-8/+14
|\
| * MIPS: Alchemy: add DMA masks for on-chip ethernetManuel Lauss2019-05-151-8/+14
* | clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
|/
* MIPS: alchemy: cpu_all_mask is forbidden for clock event devicesManuel Lauss2018-12-231-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-151-5/+5
|\
| * MIPS: Alchemy: make clk_ops constBhumika Goyal2017-11-071-5/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* MIPS: clockevent drivers: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-1/+3
* MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-146-6/+4
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* MIPS: Sanitise coherentio semanticsPaul Burton2016-10-061-3/+3
* MIPS: alchemy: Remove CLK_IS_ROOTStephen Boyd2016-05-131-2/+1
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-031-2/+2
* MIPS: alchemy: switch to gpiochip_add_data()Linus Walleij2016-02-191-4/+4
* MIPS: Alchemy: Be sure to clamp return valueLinus Walleij2016-01-241-3/+3
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-033-14/+3
|\
| * MIPS: Remove all the uses of custom gpio.hAlban Bedel2015-09-031-6/+1
| * MIPS: Alchemy: Migrate to new 'set-state' interfaceViresh Kumar2015-09-031-6/+0
| * MIPS: alchemy: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-08-261-2/+2
* | MIPS: alchemy: Convert to clk_hw based provider APIsStephen Boyd2015-08-241-6/+6
* | Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-0/+1
|\ \
| * | MIPS: Alchemy: Include clk.hStephen Boyd2015-07-201-0/+1
| |/