summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/dma
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+1
2024-05-02sh: dma: Remove unused functionalityGeert Uytterhoeven-116/+0
2024-05-02sh: dma: Remove unused dmac_search_free_channel()Geert Uytterhoeven-27/+0
2024-02-15sh: dma-sysfs: Make dma_subsys constRicardo B. Marliere-1/+1
2023-07-05Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-19/+32
2023-07-05sh: dma: Correct the number of DMA channels for SH7709Artur Rojek-6/+8
2023-07-05sh: dma: Fix DMA channel offset calculationArtur Rojek-13/+24
2023-06-14sh: Replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-03-17sh: dma-sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman-1/+7
2021-01-06sh: dma: fix kconfig dependency for G2_DMANecip Fazil Yildiran-2/+1
2020-03-29sh: Replace setup_irq() by request_irq()afzal mohammed-6/+3
2018-12-28sh: drivers: convert to SPDX identifiersKuninori Morimoto-26/+11
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-13/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-1/+1
2014-08-06sh: remove CPU_SUBTYPE_SH7764Richard Weinberger-3/+2
2014-07-15sh: dma: Use defines instead of hardcoded numbersGeert Uytterhoeven-1/+1
2013-05-05sh: single_open() leaksAl Viro-1/+1
2013-04-29sh: Don't use create_proc_read_entry()David Howells-9/+19
2012-08-09sh: dma: fix request_irq usageMike Frysinger-1/+1
2012-05-19sh: dma: More legacy cpu dma chainsawing.Paul Mundt-113/+177
2012-05-19sh: Kill off MAX_DMA_ADDRESS leftovers.Paul Mundt-18/+1
2012-03-30sh: dma: Fix up device attribute mismatch from sysdev fallout.Paul Mundt-1/+1
2012-03-15arch/sh/drivers/dma/{dma-g2,dmabrg}.c: ensure arguments to request_irq and fr...Julia Lawall-4/+4
2011-12-21sh: dma - convert sysdev_class to a regular subsystemKay Sievers-40/+41
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-10-31sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker-0/+1
2011-10-28SH: irq: Remove IRQF_DISABLEDYong Zhang-7/+6
2010-08-04sh: dma: check return value of create_proc_read_entry()Kulikov Vasiliy-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+2
2010-02-08Merge branch 'sh/dmaengine'Paul Mundt-1/+4
2010-02-08sh: fix Transfer Size calculation in both DMA driversGuennadi Liakhovetski-1/+4
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt-29/+29
2009-11-13sh: dma: Kill off bogus dma_sysclass symbol export.Paul Mundt-2/+0
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown-5/+10
2009-09-08dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu-5/+10
2009-08-19sh: Add SH7724 support to NR_ONCHIP_DMA_CHANNELSKuninori Morimoto-3/+3
2009-05-11sh: multiple vectors per irq - sh7760Magnus Damm-1/+2
2009-04-04sh: Fix up number of on-chip DMA channels on SH7091.Paul Mundt-8/+12
2009-03-17sh: dma: Make G2 DMA configurable.Paul Mundt-1/+12
2009-03-17sh: dma: Make PVR2 DMA configurable.Paul Mundt-1/+15
2009-03-16sh: Move IRQ multi definition of DMAC to defconfigNobuhiro Iwamatsu-12/+13
2009-03-16sh: Disable get_dma_error_irq for non-SH4 targets.Nobuhiro Iwamatsu-0/+2
2009-03-10sh: dma-sh updates for multi IRQ and new SH-4A CPUs.Nobuhiro Iwamatsu-136/+119
2008-12-22sh: dma: Kill off ISA DMA wrapper.Paul Mundt-107/+0
2008-12-22sh: add SH DMAC burst mode constantSteve Glendinning-0/+1
2008-12-22sh: fix DMAOR register access on SH7709Steve Glendinning-1/+2
2008-07-29sh: dma-sh: Fix up dreamcast dma.h mach path.Paul Mundt-1/+1