summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/fsl_udc_core.c
AgeCommit message (Expand)Author
2024-04-05usb: gadget: fsl: Initialize udc before using itUwe Kleine-König
2024-03-05usb: gadget: fsl: Increase size of name buffer for endpointsUwe Kleine-König
2024-03-05usb: gadget: fsl: Add of device table to enable module autoloadingUwe Kleine-König
2024-03-05usb: gadget: fsl-udc: Replace custom log wrappers by dev_{err,warn,dbg,vdbg}Uwe Kleine-König
2024-01-02drivers/usb/gadget/udc: Fix spelling typo in comments(reqest->request)liyouhong
2023-11-22usb: gadget: fsl_udc: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-21usb: gadget: fsl-udc: Convert to use module_platform_driver()Uwe Kleine-König
2023-08-04usb: gadget: udc: Remove unnecessary NULL valuesRuan Jinjie
2023-07-25usb: Explicitly include correct DT includesRob Herring
2023-02-02usb: gadget: udc: do not clear gadget driver.busAaro Koskinen
2022-03-15usb: gadget: fsl: remove usage of list iterator past the loop bodyJakob Koschel
2021-06-14usb: gadget: fsl: properly remove remnant of MXC supportLi Yang
2021-05-21USB: gadget: drop irq-flags initialisationsJohan Hovold
2020-10-27usb: gadget: fsl: fix null pointer checkingRan Wang
2020-10-02usb: gadget: fix spelling mistake "Dectected" -> "Detected"Colin Ian King
2020-10-02usb: gadget: fsl: Fix unsigned expression compared with zero in fsl_udc_probeYe Bin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-25usb: gadget: fsl: Fix a wrong judgment in fsl_udc_probe()Tang Bin
2020-03-26usb: gadget: fsl: remove unused variable 'driver_desc'YueHaibing
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-11-04usb: Spelling s/disconnet/disconnect/Geert Uytterhoeven
2019-10-27usb: fsl: Check memory resource before releasing itNikhil Badola
2019-10-22usb: gadget: Correct NULL pointer checking in fsl gadgetNikhil Badola
2019-10-22usb: fsl: Remove unused variableNikhil Badola
2018-10-02usb: gadget: fsl_udc_core: fixup struct_udc_setup documentationNicholas Mc Guire
2018-10-02usb: gadget: fsl_udc_core: check allocation return value and cleanup on failureNicholas Mc Guire
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-05-21usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadgetNikhil Badola
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-02-12usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner
2017-12-11USB: gadget: udc: fix spelling mistake "unexpect" -> "unexpected"Colin Ian King
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-04-11fsl_udc_core: add support for devices provided by fsl-mph-dr-ofMichael Grzeschik
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada
2017-01-26usb: gadget: udc: fsl: Add missing complete function.Magnus Lilja
2017-01-24usb: gadget: udc: constify usb_ep_ops structuresBhumika Goyal
2016-11-03usb: gadget: udc: fsl: remove unnecessary & operationFelipe Balbi
2016-11-03usb: gadget: udc: fsl: make use of new usb_endpoint_maxp_mult()Felipe Balbi
2015-08-04usb: gadget: fsl_udc_core: add ep capabilities supportRobert Baldyga
2015-04-27usb: gadget: remove incorrect __init/__exit annotationsArnd Bergmann
2015-01-29usb: gadget: fsl_udc_core: set value for common is_selfpoweredPeter Chen
2015-01-12usb: gadget: cleanup on stack DECLARE_COMPLETIONsNicholas Mc Guire
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-10usb: gadget: fsl_udc_core: use udc-core's reset notifierPeter Chen
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi
2014-10-20usb: gadget: udc: drop owner assignment from platform_driversWolfram Sang
2014-09-25usb: gadget: Refactor request completionMichal Sojka
2014-07-16usb: gadget: udc: fsl_udc_core: fix sparse errorsFelipe Balbi