summaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/common
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+10
2025-12-15MIPS: Alchemy: Remove bogus static/inline specifiersThierry Reding-2/+1
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+32
2025-11-16mm: abstract io_remap_pfn_range() based on PFNLorenzo Stoakes-4/+5
2025-11-14syscore: Pass context data to callbacksThierry Reding-16/+32
2025-08-29MIPS: Alchemy: convert from round_rate() to determine_rate()Brian Masney-7/+11
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-3/+3
2025-07-28MIPS: alchemy: gpio: use new GPIO line value setter callbacks for the remaini...Bartosz Golaszewski-4/+8
2025-04-27MIPS: alchemy: gpio: use new line value setter callbacksBartosz Golaszewski-2/+4
2024-08-29MIPS: Remove unused function dump_au1000_dma_channel() in dma.cGaosheng Cui-23/+0
2024-06-11MIPS: Alchemy: Switch to use kmemdup_array()Andy Shevchenko-4/+4
2024-02-20MIPS: Alchemy: Use kcalloc() instead of kzalloc()Erick Archer-1/+1
2024-01-22MIPS: Alchemy: Fix missing prototypesFlorian Fainelli-3/+2
2023-06-05Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman-12/+15
2023-05-23MIPS: Alchemy: fix dbdma2Manuel Lauss-12/+15
2023-05-13serial: 8250: RT288x/Au1xxx code away from coreIlpo Järvinen-2/+8
2022-11-11mips: alchemy: gpio: Include the right headerLinus Walleij-1/+1
2022-05-04MIPS: fix typos in commentsJulia Lawall-1/+1
2021-12-16mips: alchemy: remove historic comment on gpio build constraintsLukas Bulwahn-2/+0
2021-04-12MIPS: Alchemy: Use DEFINE_SPINLOCK() for spinlockLifu Chen-2/+1
2021-02-13driver core: lift dma_default_coherent into common codeChristoph Hellwig-1/+1
2021-02-13MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsChristoph Hellwig-2/+1
2021-02-13MIPS/alchemy: factor out the DMA coherent setupChristoph Hellwig-14/+19
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer-4/+0
2020-11-17MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpuZhang Qilong-1/+8
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer-1/+2
2020-10-06MIPS: alchemy: Share prom_init implementationThomas Bogendoerfer-0/+20
2020-04-20MIPS: alchemy: Fix build error after ioremap cleanupThomas Bogendoerfer-0/+1
2020-04-19MIPS: cleanup fixup_bigphys_addr handlingChristoph Hellwig-4/+12
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed-8/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+2
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds-8/+14
2019-05-15MIPS: Alchemy: add DMA masks for on-chip ethernetManuel Lauss-8/+14
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd-1/+1
2018-12-23MIPS: alchemy: cpu_all_mask is forbidden for clock event devicesManuel Lauss-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+2
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds-5/+5
2017-11-07MIPS: Alchemy: make clk_ops constBhumika Goyal-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-04-14MIPS: clockevent drivers: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange-1/+3
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker-6/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton-3/+3
2016-05-13MIPS: alchemy: Remove CLK_IS_ROOTStephen Boyd-2/+1