u-boot-brain/drivers/usb
Simon Goldschmidt 7dc0ac6015 usb: dwc2: fix possible alignment issues
Since upgrading to gcc9, warnings are issued:
"taking address of packed member of ‘...’ may result in an unaligned
pointer value"

Fix this by converting dwc2_fifo_read to use unaligned access since packed
structures may be on an unaligned address, depending on USB hardware.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
2019-11-22 01:25:40 +01:00
..
cdns3 usb: cdns3: Fix include file path 2019-11-19 16:07:14 +01:00
common usb: Introduce CONFIG_SPL_DM_USB 2018-11-26 21:19:03 +01:00
dwc3 dwc3: flush cache only if there is a buffer attached to a request 2019-10-31 12:12:31 +01:00
emul usb: Add nonblock argument to submit_int_msg 2019-09-11 10:11:29 +02:00
eth usb: composite: Move bitmap related operations to ./include/linux/bitmap.h 2018-12-14 17:59:08 +01:00
gadget usb: dwc2: fix possible alignment issues 2019-11-22 01:25:40 +01:00
host usb: xhci: support 1.1 or later version 2019-11-08 11:09:08 +01:00
musb usb: musb_hcd: fix compilation error 2019-09-11 10:11:39 +02:00
musb-new usb: Add nonblock argument to submit_int_msg 2019-09-11 10:11:29 +02:00
phy rockchip: usb: Migrate to use ofnode 2019-11-17 17:22:53 +08:00
ulpi SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig usb: Add Cadence USB3 host and gadget driver 2019-11-07 00:24:59 +01:00