index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
pxa27x_udc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: Gadget directory cleanup - group UDC drivers
Andrzej Pietrasiewicz
2014-07-16
1
-2632
/
+0
*
usb: gadget: pxa27x_udc: prepare and unprepare the clock
Robert Jarzmik
2014-06-30
1
-0
/
+6
*
usb: gadget: add "maxpacket_limit" field to struct usb_ep
Robert Baldyga
2013-12-17
1
-1
/
+4
*
usb: gadget: use dev_get_platdata()
Jingoo Han
2013-07-30
1
-1
/
+1
*
usb: gadget: pxa27x_udc: Remove redundant platform_set_drvdata()
Sachin Kamat
2013-05-17
1
-1
/
+0
*
usb: gadget: pxa27x_udc: fix Section Mismatches
Felipe Balbi
2013-04-02
1
-5
/
+5
*
usb: gadget: pxa27x_udc: don't touch gadget.dev.driver
Felipe Balbi
2013-03-18
1
-2
/
+0
*
usb: gadget: pxa27x_udc: remove unnecessary initializations
Felipe Balbi
2013-03-18
1
-2
/
+0
*
usb: gadget: pxa27x_udc: switch over to module_platform_driver
Felipe Balbi
2013-03-18
1
-12
/
+3
*
usb: gadget: pxa27x_udc: drop ARCH_PXA dependency
Felipe Balbi
2013-03-18
1
-9
/
+2
*
usb: gadget: drop now unnecessary flag
Felipe Balbi
2013-03-18
1
-1
/
+0
*
usb: gadget: pxa27x_udc: let udc-core manage gadget->dev
Felipe Balbi
2013-03-18
1
-11
/
+1
*
usb: gadget: pxa27x: fix gadget->dev registration
Felipe Balbi
2013-03-04
1
-6
/
+12
*
usb: gadget: pxa27x_udc: convert to udc_start/udc_stop
Felipe Balbi
2013-01-24
1
-46
/
+15
*
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2012-10-01
1
-1
/
+1
|
\
|
*
usb: pxa27x_udc: remove IRQ_USB define
Rob Herring
2012-09-14
1
-1
/
+1
*
|
usb: gadget: remove global variable composite in composite.c
Sebastian Andrzej Siewior
2012-09-10
1
-3
/
+3
|
/
*
usb: phy: fix return value check of usb_get_phy
Kishon Vijay Abraham I
2012-07-02
1
-5
/
+6
*
usb: otg: support for multiple transceivers by a single controller
Kishon Vijay Abraham I
2012-06-25
1
-1
/
+1
*
usb: otg: utils: rename function name in OTG utils
Kishon Vijay Abraham I
2012-06-25
1
-2
/
+2
*
usb: otg: Convert all users to pass struct usb_otg for OTG functions
Heikki Krogerus
2012-02-27
1
-2
/
+3
*
usb: Convert all users to new usb_phy
Heikki Krogerus
2012-02-27
1
-3
/
+3
*
usb: gadget: rename usb_gadget_driver::speed to max_speed
Michal Nazarewicz
2011-12-12
1
-1
/
+1
*
usb gadget: clean up FSF boilerplate text
Klaus Schwarzkopf
2011-09-09
1
-10
/
+0
*
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
1
-1
/
+1
*
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
2011-06-28
1
-7
/
+16
*
sanitize <linux/prefetch.h> usage
Linus Torvalds
2011-05-20
1
-0
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-6
/
+6
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
1
-2
/
+0
|
\
|
*
drivers/usb: Remove unnecessary return's from void functions
Joe Perches
2010-08-10
1
-2
/
+0
*
|
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
2010-10-22
1
-5
/
+7
|
/
*
[ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27x
Eric Miao
2010-07-15
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
USB: pxa27x_udc: Fix deadlocks on request queueing
Robert Jarzmik
2010-03-02
1
-35
/
+79
*
USB: pxa27x_udc.c: use resource_size()
H Hartley Sweeten
2010-03-02
1
-1
/
+1
*
USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardware
Enrico Scholz
2010-03-02
1
-6
/
+13
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
*
USB: pxa27x_udc: single-thread setup requests
Robert Jarzmik
2009-06-15
1
-15
/
+35
*
USB: pxa27x_udc: compatibility with pxa320 SoC
Robert Jarzmik
2009-06-15
1
-1
/
+12
*
USB: pxa27x_udc: introduce pxa27x_clear_otgph()
David Brownell
2009-06-15
1
-3
/
+7
*
USB: pxa27x_udc: typo fixes and code cleanups
Vernon Sauder
2009-03-24
1
-30
/
+24
*
USB: Remove redundant test in pxa27x_udc and ftdi_sio
Julia Lawall
2009-03-24
1
-1
/
+1
*
USB: pxa27x_udc: add vbus_draw callback
Robert Jarzmik
2009-03-24
1
-1
/
+23
*
USB: pxa27x_udc: add otg transceiver support
Robert Jarzmik
2009-03-24
1
-1
/
+18
*
USB: pxa27x_udc: add vbus session handling
Robert Jarzmik
2009-03-24
1
-0
/
+33
*
USB: pxa27x_udc: factor pullup code to prepare otg transceiver
Robert Jarzmik
2009-03-24
1
-8
/
+132
*
USB: gadget: pxa27x_udc.c: cleanup kernel-doc
Qinghuang Feng
2009-01-07
1
-2
/
+0
*
gadget: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
1
-1
/
+1
*
[ARM] pxa: don't pass a consumer clock name for devices with unique clocks
Russell King
2008-11-27
1
-1
/
+1
*
USB: Fix unneeded endpoint check in pxa27x_udc
Robert Jarzmik
2008-10-22
1
-1
/
+1
[next]