浏览代码

Merge tag 'usb-ci-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-next

Peter writes:

Just one small update:
Use aligned DMA on Tegra30, and USB Ethernet gadget now works on it.
Greg Kroah-Hartman 7 年之前
父节点
当前提交
0dbbad992b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/usb/chipidea/ci_hdrc_tegra.c

+ 1 - 1
drivers/usb/chipidea/ci_hdrc_tegra.c

@@ -29,7 +29,7 @@ static const struct tegra_udc_soc_info tegra20_udc_soc_info = {
 };
 
 static const struct tegra_udc_soc_info tegra30_udc_soc_info = {
-	.flags = 0,
+	.flags = CI_HDRC_REQUIRES_ALIGNED_DMA,
 };
 
 static const struct tegra_udc_soc_info tegra114_udc_soc_info = {