Just one small update:
Use aligned DMA on Tegra30, and USB Ethernet gadget now works on it. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJaVWkqAAoJEEhZKYFQ1nG78J4H/2tMTfAHjF4orRsxysrhqmyp mQpIYjFLWo4BbMn58W85WR/kne9hcF9pA9FgVVWjVZrJK0689BtJVylN13sYl5tN 3BfYzkthmHtMQEzqQyyG+CmUPWjJCrvmYy2K7r1iI+scK3ThAXHVZgJafvIf0Cuu 7V83xKWUIHojGRtlEvBTz8PcHU+XnrkwyTLIAkRV4SKIeiOyTIXWtAnP2Qyy4RkT GYq/9JgNKCbRbLw9stg0WTFEA1/iQutYveCSwuZFWY5PvK1fib0hmKDWvm14S0xb vuSdOqeEWxWewkjjdIWQzsDG8ATQMWmOaFsVo00neD//socbWew0676INJo2OwY= =Bp26 -----END PGP SIGNATURE----- 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.
This commit is contained in:
commit
0dbbad992b
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue