Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
710c476514313c74045c41c0571bb5178fd16e3d
/
drivers
/
usb
/
gadget
/
udc
/
lpc32xx_udc.c
e3d59ef
USB: gadget: lpc32xx_udc: remove debugfs dentry variable
by Greg Kroah-Hartman
· 3 years, 7 months ago
5bb1d11
usb: gadget: lpc32xx_udc: Convert to DEFINE_SHOW_ATTRIBUTE
by Qinglang Miao
· 4 years, 3 months ago
25051b55
udc: lpc32xx: make symbol 'lpc32xx_usbddata' static
by Wei Yongjun
· 4 years, 6 months ago
120d91d
usb: gadget: udc: lpc32xx_udc: Staticify 2 local functions
by Lee Jones
· 4 years, 6 months ago
eafa800
usb: gadget: lpc32xx_udc: don't dereference ep pointer before null check
by Colin Ian King
· 4 years, 7 months ago
dcfd72e
usb: gadget: lpc32xx_udc: remove useless cast for driver.name
by Corentin Labbe
· 4 years, 10 months ago
7170d1a
Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 5 years ago
a9a367d
usb: gadget: udc: lpc32xx: Use devm_platform_ioremap_resource() in lpc32xx_udc_probe()
by Markus Elfring
· 5 years ago
b987b66
usb: udc: lpc32xx: fix bad bit shift operation
by Gustavo A. R. Silva
· 5 years ago
792e559
udc: lpc32xx: fix 64-bit compiler warning
by Arnd Bergmann
· 5 years ago
c6b48da
Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 5 years ago
2b97c39
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
96e46dc
Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 5 years ago
c33f141
usb: udc: lpc32xx: silence fall-through warning
by Gustavo A. R. Silva
· 5 years ago
566aaca
usb: udc: lpc32xx: remove set but not used 3 variables
by Mao Wenan
· 5 years ago
3afa758
usb: udc: lpc32xx: silence fall-through warning
by Gustavo A. R. Silva
· 5 years ago
50ad152
usb: udc: lpc32xx: allow compile-testing
by Arnd Bergmann
· 5 years ago
b33f370
usb: Remove dev_err() usage after platform_get_irq()
by Stephen Boyd
· 5 years ago
42cc688
usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()
by Wei Yongjun
· 6 years ago
fbc318a
usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMIC
by Alexandre Belloni
· 6 years ago
c67d426
usb: gadget: udc: lpc32xx: rework interrupt handling
by Alexandre Belloni
· 6 years ago
2a60f5e
usb: gadget: udc: lpc32xx: add support for stotg04 phy
by Alexandre Belloni
· 6 years ago
f584fa8
usb: gadget: udc: lpc32xx: properly setup phy interrupts
by Alexandre Belloni
· 6 years ago
59a9901
usb: gadget: udc: lpc32xx: simplify vbus handling
by Alexandre Belloni
· 6 years ago
408b56c
usb: gadget: udc: lpc32xx: simplify probe
by Alexandre Belloni
· 6 years ago
229e368
USB: gadget: udc: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
59e0527
usb: udc: lpc32xx: remove USB PLL and USB OTG clock management
by Vladimir Zapolskiy
· 9 years ago
c9083dd
usb: udc: lpc32xx: remove direct access to clock controller registers
by Vladimir Zapolskiy
· 9 years ago
68726e7
usb: udc: lpc32xx: switch to clock prepare/unprepare model
by Vladimir Zapolskiy
· 9 years ago
2de59c0
usb: gadget: lpc32xxx_udc: clean up and sort include directives out
by Vladimir Zapolskiy
· 9 years ago
4d75c8b
usb: gadget: lpc32xx_udc: add ep capabilities support
by Robert Baldyga
· 9 years ago
005a643
usb: gadget: lpc32xxx_udc: Fix NULL dereference
by Peter Chen
· 10 years ago
d60d939
usb: gadget: lpc32xx_udc: use common is_selfpowered
by Peter Chen
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
23fba80
usb: gadget: udc: lpc32xx: remove unnecessary NULL check
by Felipe Balbi
· 10 years ago
22835b8
usb: gadget: remove unnecessary 'driver' argument
by Felipe Balbi
· 10 years ago
d3cb25b
usb: gadget: udc: lpc32xx: do not rely on 'driver' argument
by Felipe Balbi
· 10 years ago
6d3f5f2
usb: gadget: udc: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
304f7e5
usb: gadget: Refactor request completion
by Michal Sojka
· 10 years ago
90fccb5
usb: gadget: Gadget directory cleanup - group UDC drivers
by Andrzej Pietrasiewicz
· 10 years ago
[Renamed from drivers/usb/gadget/lpc32xx_udc.c]
b1a7c4f
usb: gadget: lpc32xx: delete __init marker for probe
by Peter Chen
· 11 years ago
58b949e
usb: gadget: Use kmemdup instead of kmalloc + memcpy
by Benoit Taine
· 11 years ago
ca118b7
usb: gadget: lpc32xx_udc: Make of_device_id array const
by Jingoo Han
· 11 years ago
2d1eb87
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 11 years ago
ade79d1
usb: gadget: lpc32xx_udc: fix wrong clk_put() sequence
by Felipe Balbi
· 11 years ago
74c4137
ARM: 7989/1: Delete asm/system.h
by David Howells
· 11 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
22d9d8e
DMA-API: usb: use dma_set_coherent_mask()
by Russell King
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
ee4b47cf
usb: gadget: lpc32xx_udc: don't touch gadget.dev.driver
by Felipe Balbi
· 12 years ago
369ac9c
usb: gadget: lpc32xx_udc: switch over to usb_gadget_map/unmap_request()
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
e0c9e47
usb: gadget: lpc32xx_udc: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
52f7a82
usb: converto drivers/usb/* to use module_platform_driver_probe()
by Fabio Porcedda
· 12 years ago
fb4e98a
usb: remove use of __devexit
by Bill Pemberton
· 12 years ago
7690417
usb: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
7fd94be
Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
69da85e
usb: gadget: lpc32xx_udc: Fix compatibility with STOTG04
by Alexandre Pereira da Silva
· 12 years ago
0696f92
usb: gadget: lpc32xx_udc: Disable setup request error
by Alexandre Pereira da Silva
· 12 years ago
44fd6c0
usb: gadget: lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERR
by Julia Lawall
· 12 years ago
c4846a1
usb: gadget: lpc32xx_udc: Support multiple controllers
by Roland Stigge
· 12 years ago
78ca913
usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor
by Roland Stigge
· 12 years ago
252d8ce
usb: gadget: lpc32xx_udc: Port to new start/stop interface
by Roland Stigge
· 12 years ago
94ff447
Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
eebc0d3
usb: gadget: lpc32xx_udc: Propagate devicetree to gadget drivers
by Alexandre Pereira da Silva
· 13 years ago
d7dbdb5
usb: gadget: lpc32xx_udc: fix build error with debugfs enabled
by Alexandre Pereira da Silva
· 13 years ago
5085669
usb: gadget: lpc32xx_udc: move clock init to clock framework
by Alexandre Pereira da Silva
· 13 years ago
24a28e4
USB: gadget driver for LPC32xx
by Roland Stigge
· 13 years ago