index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
pxa27x_udc.c
Age
Commit message (
Expand
)
Author
2021-05-27
usb: gadget: udc: pxa27x_udc: Fix documentation for 'pxa27x_udc_start()'
Lee Jones
2021-05-27
USB: gadget: pxa27x_udc: remove dentry storage for debugfs file
Greg Kroah-Hartman
2020-10-28
usb: gadget: pxa27x_udc: Replace in_interrupt() usage in comments
Ahmed S. Darwish
2020-07-09
usb: gadget: udc: pxa27x_udc: Fix a bunch of kerneldoc issues
Lee Jones
2019-11-14
usb: gadget: pxa27x: create debugfs directory under usb root
Chunfeng Yun
2019-10-04
usb: gadget: pxa27x_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2018-05-31
USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create...
Greg Kroah-Hartman
2018-03-09
USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
2017-12-11
usb: gadget: pxa27x: Remove redundant assignment to is_short and dev
Colin Ian King
2017-11-07
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-03-27
usb: gadget: pxa27x: Remove duplicate function prototype
Petr Cvek
2017-03-06
usb: gadget: pxa27x: Test for a valid argument pointer
Petr Cvek
2017-01-24
usb: gadget: udc: constify usb_ep_ops structures
Bhumika Goyal
2016-08-25
usb: gadget: pxa27x: add phy notifier event handler
Robert Jarzmik
2016-06-21
usb: pxa27x_udc: remove unused function argument
Arnd Bergmann
2015-11-19
usb: gadget: pxa27x: fix suspend callback
Felipe Balbi
2015-07-30
usb: gadget: add 'quirk_altset_not_supp' to usb_gadget
Robert Baldyga
2015-07-29
usb: pass flags parameter to gpiod_get functions
Uwe Kleine-König
2015-03-19
usb: gadget: constify of_device_id array
Fabian Frederick
2015-03-10
usb: gadget: udc: pxa27x_udc: Remove use of seq_printf return value
Joe Perches
2015-01-12
usb: gadget: pxa27x_udc: delete pullup operation at .udc_start and .udc_stop
Peter Chen
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-10
usb: gadget: pxa27x_udc: fix warning in non device-tree build
Robert Jarzmik
2014-11-03
usb: gadget: udc: pxa27x: do not call usb_gadget_unregister_driver()
Felipe Balbi
2014-11-03
usb: gadget: pxa27x_udc: fix clock prepare and enable
Robert Jarzmik
2014-11-03
usb: gadget: pxa27x_udc: use devm_* helpers
Robert Jarzmik
2014-11-03
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
2014-11-03
usb: gadget: udc: pxa27x: do not rely on 'driver' argument
Felipe Balbi
2014-11-03
usb: gadget: pxa27x_udc: add devicetree support
Robert Jarzmik
2014-11-03
usb: gadget: pxa27x_udc: transfer mach_info into pxa_udc
Robert Jarzmik
2014-11-03
usb: gadget: pxa27x_udc: prepare device-tree support
Robert Jarzmik
2014-10-20
usb: gadget: udc: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-25
usb: gadget: Refactor request completion
Michal Sojka
2014-07-16
usb: gadget: Gadget directory cleanup - group UDC drivers
Andrzej Pietrasiewicz