index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
fsl_udc_core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-15
USB: gadget: Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-1
/
+2
2024-10-14
Merge 6.12-rc3 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-04-05
usb: gadget: fsl: Initialize udc before using it
Uwe Kleine-König
1
-3
/
+2
2024-03-05
usb: gadget: fsl: Increase size of name buffer for endpoints
Uwe Kleine-König
1
-1
/
+1
2024-03-05
usb: gadget: fsl: Add of device table to enable module autoloading
Uwe Kleine-König
1
-0
/
+10
2024-03-05
usb: gadget: fsl-udc: Replace custom log wrappers by dev_{err,warn,dbg,vdbg}
Uwe Kleine-König
1
-53
/
+62
2024-01-02
drivers/usb/gadget/udc: Fix spelling typo in comments(reqest->request)
liyouhong
1
-1
/
+1
2023-11-22
usb: gadget: fsl_udc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-6
/
+7
2023-10-21
usb: gadget: fsl-udc: Convert to use module_platform_driver()
Uwe Kleine-König
1
-1
/
+2
2023-08-04
usb: gadget: udc: Remove unnecessary NULL values
Ruan Jinjie
1
-1
/
+1
2023-07-25
usb: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-02-02
usb: gadget: udc: do not clear gadget driver.bus
Aaro Koskinen
1
-1
/
+0
2022-03-15
usb: gadget: fsl: remove usage of list iterator past the loop body
Jakob Koschel
1
-5
/
+8
2021-06-14
usb: gadget: fsl: properly remove remnant of MXC support
Li Yang
1
-30
/
+6
2021-05-21
USB: gadget: drop irq-flags initialisations
Johan Hovold
1
-4
/
+4
2020-10-27
usb: gadget: fsl: fix null pointer checking
Ran Wang
1
-1
/
+1
2020-10-02
usb: gadget: fix spelling mistake "Dectected" -> "Detected"
Colin Ian King
1
-1
/
+1
2020-10-02
usb: gadget: fsl: Fix unsigned expression compared with zero in fsl_udc_probe
Ye Bin
1
-3
/
+4
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-25
usb: gadget: fsl: Fix a wrong judgment in fsl_udc_probe()
Tang Bin
1
-2
/
+2
2020-03-26
usb: gadget: fsl: remove unused variable 'driver_desc'
YueHaibing
1
-1
/
+0
2019-11-18
Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Greg Kroah-Hartman
1
-6
/
+4
2019-11-04
usb: Spelling s/disconnet/disconnect/
Geert Uytterhoeven
1
-1
/
+1
2019-10-27
usb: fsl: Check memory resource before releasing it
Nikhil Badola
1
-1
/
+1
2019-10-22
usb: gadget: Correct NULL pointer checking in fsl gadget
Nikhil Badola
1
-2
/
+3
2019-10-22
usb: fsl: Remove unused variable
Nikhil Badola
1
-4
/
+1
2018-10-02
usb: gadget: fsl_udc_core: fixup struct_udc_setup documentation
Nicholas Mc Guire
1
-2
/
+4
2018-10-02
usb: gadget: fsl_udc_core: check allocation return value and cleanup on failure
Nicholas Mc Guire
1
-4
/
+26
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-05
Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-0
/
+1
2018-05-21
usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadget
Nikhil Badola
1
-0
/
+1
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-16
/
+2
2018-02-12
usb: gadget: fsl_udc_core: fix ep valid checks
Stefan Agner
1
-2
/
+2
2017-12-11
USB: gadget: udc: fix spelling mistake "unexpect" -> "unexpected"
Colin Ian King
1
-1
/
+1
2017-11-07
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-04-11
fsl_udc_core: add support for devices provided by fsl-mph-dr-of
Michael Grzeschik
1
-0
/
+2
2017-02-27
scripts/spelling.txt: add "intialization" pattern and fix typo instances
Masahiro Yamada
1
-2
/
+2
2017-01-26
usb: gadget: udc: fsl: Add missing complete function.
Magnus Lilja
1
-2
/
+8
2017-01-24
usb: gadget: udc: constify usb_ep_ops structures
Bhumika Goyal
1
-1
/
+1
2016-11-03
usb: gadget: udc: fsl: remove unnecessary & operation
Felipe Balbi
1
-1
/
+0
2016-11-03
usb: gadget: udc: fsl: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
1
-1
/
+1
2015-08-04
usb: gadget: fsl_udc_core: add ep capabilities support
Robert Baldyga
1
-0
/
+13
2015-04-27
usb: gadget: remove incorrect __init/__exit annotations
Arnd Bergmann
1
-2
/
+2
2015-01-29
usb: gadget: fsl_udc_core: set value for common is_selfpowered
Peter Chen
1
-1
/
+2
2015-01-12
usb: gadget: cleanup on stack DECLARE_COMPLETIONs
Nicholas Mc Guire
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+0
2014-11-10
usb: gadget: fsl_udc_core: use udc-core's reset notifier
Peter Chen
1
-4
/
+7
[next]