开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
pxa25x_udc.c
Age
Commit message (
Expand
)
Author
2024-10-14
Merge 6.12-rc3 into usb-next
Greg Kroah-Hartman
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2023-11-22
usb: gadget: pxa25x_udc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-02-24
Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-02-06
USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-01-20
ARM: pxa: remove unused board files
Arnd Bergmann
2022-05-07
ARM: pxa: lubbock: pass udc irqs as resource
Arnd Bergmann
2022-03-15
usb: gadget: udc: pxa25x: remove usage of list iterator past the loop body
Jakob Koschel
2021-12-17
usb: gadget: udc: pxa25x: propagate errors from platform_get_irq()
Sergey Shtylyov
2021-10-13
usb: gadget: avoid unusual inline assembly
Arnd Bergmann
2021-07-29
usb: gadget: pxa25x_udc: Constify static struct pxa25x_ep_ops
Rikard Falkeborn
2021-05-21
USB: gadget: pxa25x_udc: remove dentry storage for debugfs file
Greg Kroah-Hartman
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-10-04
usb: gadget: pxa25x_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2018-03-09
USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
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-10-04
usb: gadget: udc: pxa25x_udc: use setup_timer() helper.
Allen Pais
2016-03-04
usb: gadget: pxa25x_udc: document endianess better
Arnd Bergmann
2016-03-04
usb: gadget: pxa25x_udc: use readl/writel for mmio
Arnd Bergmann
2016-03-04
usb: gadget: pxa25x_udc cleanup
Arnd Bergmann
2016-03-04
usb: gadget: pxa25x_udc: move register definitions from arch
Arnd Bergmann
2015-08-04
usb: gadget: epautoconf: remove pxa quirk from ep_matches()
Robert Baldyga
2015-08-04
usb: gadget: pxa25x_udc: add ep capabilities support
Robert Baldyga
2015-07-30
usb: gadget: add 'quirk_altset_not_supp' to usb_gadget
Robert Baldyga
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-25
usb: gadget: udc: pxa25x: remove unnecessary NULL check
Felipe Balbi
2014-11-10
usb: gadget: pxa25x_udc: use udc-core's reset notifier
Peter Chen
2014-11-03
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
2014-11-03
usb: gadget: udc: pxa25x: do not rely on 'driver' argument
Felipe Balbi
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