mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 07:24:39 +08:00
3b9561e9d9
Many USB host drivers contain code such as:
if (!pdev->dev.dma_mask)
pdev->dev.dma_mask = &tegra_ehci_dma_mask;
... where tegra_ehci_dma_mask is a global. I suspect this code originated
in commit
|
||
---|---|---|
.. | ||
bits.h | ||
ci13xxx_imx.c | ||
ci13xxx_imx.h | ||
ci13xxx_msm.c | ||
ci13xxx_pci.c | ||
ci.h | ||
core.c | ||
debug.c | ||
debug.h | ||
host.c | ||
host.h | ||
Kconfig | ||
Makefile | ||
udc.c | ||
udc.h | ||
usbmisc_imx.c |