linux/drivers/usb/gadget/udc/bdc
Florian Fainelli 1fa645b1c9 usb: bdc: Use devm_clk_get_optional()
The BDC clock is optional and we may get an -EPROBE_DEFER error code
which would not be propagated correctly, fix this by using
devm_clk_get_optional().

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Al Cooper <alcooperx@gmail.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
2020-07-24 16:45:15 +03:00
..
bdc_cmd.c usb: gadget: fix various indentation issues 2019-02-07 13:14:51 +02:00
bdc_cmd.h
bdc_core.c usb: bdc: Use devm_clk_get_optional() 2020-07-24 16:45:15 +03:00
bdc_dbg.c
bdc_dbg.h
bdc_ep.c bdc: Fix bug causing crash after multiple disconnects 2020-07-24 16:45:14 +03:00
bdc_ep.h
bdc_pci.c
bdc_udc.c USB: gadget: udc: clean up an indentation issue 2019-10-04 14:09:42 +02:00
bdc.h usb: bdc: driver runs out of buffer descriptors on large ADB transfers 2020-07-24 16:45:14 +03:00
Kconfig USB: add missing SPDX lines to Kconfig and Makefiles 2019-01-22 09:08:17 +01:00
Makefile