This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-12 17:26:40 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
55529fa576
linux_dsm_epyc7002
/
drivers
/
dma
/
sh
/
Makefile
3 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
dmaengine: add an shdma-base library This patch extracts code from shdma.c, that does not directly deal with hardware implementation details and can be re-used with diverse DMA controller variants, found on SH-based SoCs. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
2012-05-09 22:09:13 +07:00
obj-$(CONFIG_SH_DMAE)
+=
shdma-base.o
dma: move shdma driver to an own directory The shdma driver is going to be split into multiple files. To make this more convenient move it to an own directory. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
2012-07-03 03:30:53 +07:00
obj-$(CONFIG_SH_DMAE)
+=
shdma.o
Reference in New Issue
Copy Permalink