1
0
Fork 0
remarkable-uboot/drivers/usb
Stephen Warren e320f0bc9b smsc95xx: fix operation on 64-bit systems
smsc95xx_read_reg() should calculate sizeof(*data) not sizeof(data) since
data is a pointer, and the value pointed at is being transferred over USB,
not the value of the pointer. This fixes operation of the driver in 64-bit
builds, such as the Raspberry Pi 3.

Reported-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2016-04-01 17:17:40 -04:00
..
dwc3 bug.h: move BUILD_BUG_* defines to include/linux/bug.h 2016-01-25 10:39:59 -05:00
emul usb: sandbox: Add a USB emulation driver 2015-11-19 20:27:52 -07:00
eth smsc95xx: fix operation on 64-bit systems 2016-04-01 17:17:40 -04:00
gadget fastboot: allow retrieving fastboot variables from env 2016-04-01 17:17:40 -04:00
host sunxi: ohci: Add A83T compatible 2016-03-31 17:04:13 +02:00
musb Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb-new musb: sunxi: Add support for A83T 2016-03-31 17:03:49 +02:00
phy usb: xhci: omap: Remove common dwc3 drv functions calls 2015-07-22 08:55:44 +02:00
ulpi Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
Kconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00