Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-15 | usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h> | Masahiro Yamada | |
Including <common.h> pulls in a lot of bloat. What this driver needs is BIT(), so replace it with <linux/bitops.h> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Marek Vasut <marex@denx.de> | |||
2017-10-01 | usb: dwc3: add UniPhier specific glue layer | Masahiro Yamada | |
Add UniPhier platform specific glue layer to support USB3 Host mode on Synopsys DWC3 IP. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Marek Vasut <marex@denx.de> |