Files
u-boot/drivers
Dirk Behme b3cbcd902d usb: ehci: do not invalidate a NULL buffer
Its a valid use case to call ehci_submit_async() with a NULL buffer
with length 0. E.g. from usb_set_configuration().

As invalidate_dcache_range() isn't able to judge if the address
NULL is valid or not (depending on the SoC hardware configuration it
might be valid) do the check in ehci_submit_async() as here we know
that we don't have to invalidate such a buffer.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
2017-11-26 02:22:36 +01:00
..
2017-11-03 09:31:27 +01:00
2017-09-04 09:02:07 -04:00
2017-11-20 10:11:34 +01:00
2017-11-06 09:51:01 -05:00
2017-11-17 07:43:32 -05:00
2017-07-28 12:02:47 -06:00
2017-06-01 07:03:10 -06:00
2017-06-01 07:03:01 -06:00
2017-08-13 15:17:31 -04:00