OpenCloudOS-Kernel/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
..
Kconfig USB: add missing SPDX lines to Kconfig and Makefiles 2019-01-22 09:08:17 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bdc.h usb: bdc: driver runs out of buffer descriptors on large ADB transfers 2020-07-24 16:45:14 +03:00
bdc_cmd.c usb: gadget: fix various indentation issues 2019-02-07 13:14:51 +02:00
bdc_cmd.h USB: gadget: udc: Remove redundant license text 2017-11-07 15:45:02 +01:00
bdc_core.c usb: bdc: Use devm_clk_get_optional() 2020-07-24 16:45:15 +03:00
bdc_dbg.c USB: gadget: udc: Remove redundant license text 2017-11-07 15:45:02 +01:00
bdc_dbg.h USB: gadget: udc: Remove redundant license text 2017-11-07 15:45:02 +01:00
bdc_ep.c bdc: Fix bug causing crash after multiple disconnects 2020-07-24 16:45:14 +03:00
bdc_ep.h USB: gadget: udc: Remove redundant license text 2017-11-07 15:45:02 +01:00
bdc_pci.c USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe() 2018-02-15 15:28:13 +02:00
bdc_udc.c USB: gadget: udc: clean up an indentation issue 2019-10-04 14:09:42 +02:00