index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
fsl_udc_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
usb: gadget: fsl_udc_core: let udc-core manage gadget->dev
Felipe Balbi
1
-7
/
+2
2013-01-25
Merge 3.8-rc5 into usb-next
Greg Kroah-Hartman
1
-17
/
+25
2013-01-24
usb: gadget: constify all struct usb_gadget_ops
Felipe Balbi
1
-1
/
+1
2013-01-24
usb: gadget: fsl_udc_core: convert to udc_start/udc_stop
Felipe Balbi
1
-47
/
+11
2013-01-18
usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap
Peter Chen
1
-1
/
+3
2013-01-18
usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id
Peter Chen
1
-16
/
+22
2012-11-06
usb: fix typo in drivers/usb
Masanari Iida
1
-1
/
+1
2012-09-10
usb: gadget: remove global variable composite in composite.c
Sebastian Andrzej Siewior
1
-3
/
+3
2012-07-05
Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Greg Kroah-Hartman
1
-8
/
+9
2012-07-05
Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-0
/
+1
2012-07-02
usb: phy: fix return value check of usb_get_phy
Kishon Vijay Abraham I
1
-7
/
+8
2012-07-02
usb: gadget: fsl_udc: Propagate devicetree to gadget drivers
Alexandre Pereira da Silva
1
-0
/
+1
2012-06-25
usb: otg: support for multiple transceivers by a single controller
Kishon Vijay Abraham I
1
-1
/
+1
2012-06-25
usb: otg: utils: rename function name in OTG utils
Kishon Vijay Abraham I
1
-1
/
+1
2012-06-04
usb: gadget: regression fix - usage of usb_ep
Christoph Fritz
1
-1
/
+1
2012-06-04
usb: gadget: fsl_udc_core: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-05-07
Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-13
/
+14
2012-05-04
usb: gadget: fsl_udc_core: dTD's next dtd pointer need to be updated once wri...
Peter Chen
1
-0
/
+2
2012-05-04
usb: gadget: Update fsl_udc_core to use usb_endpoint_descriptor inside the st...
Ido Shayevitz
1
-13
/
+12
2012-04-22
Merge 3.4-rc4 into usb-next.
Greg Kroah-Hartman
1
-5
/
+23
2012-04-18
fsl/usb: Add controller version based ULPI and UTMI phy support
Ramneek Mehresh
1
-5
/
+23
2012-04-10
usb: fsl_udc_core: prime status stage once data stage has primed
Peter Chen
1
-9
/
+16
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-01
Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-10
/
+9
2012-02-27
usb: otg: Convert all users to pass struct usb_otg for OTG functions
Heikki Krogerus
1
-2
/
+3
2012-02-27
usb: Convert all users to new usb_phy
Heikki Krogerus
1
-2
/
+2
2012-02-24
usb: fsl_udc_core: Fix scheduling while atomic dump message
Peter Chen
1
-10
/
+8
2012-02-24
usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable
Ido Shayevitz
1
-0
/
+1
2012-01-24
usb: gadget: fsl_udc: fix the usage of udc->max_ep
Peter Chen
1
-2
/
+2
2011-12-12
usb: gadget: rename usb_gadget_driver::speed to max_speed
Michal Nazarewicz
1
-1
/
+1
2011-12-12
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
Michal Nazarewicz
1
-1
/
+1
2011-11-29
usb: gadget: fsl_udc: fix dequeuing a request in progress
Li Yang
1
-36
/
+32
2011-11-29
USB: fsl_udc_core: use usb_endpoint_xfer_isoc to judge ISO XFER
Peter Chen
1
-2
/
+2
2011-11-29
usb: udc: Fix gadget driver's speed check in various UDC drivers
Michal Nazarewicz
1
-2
/
+1
2011-11-14
powerpc/usb: fix type cast for address of ioremap to compatible with 64-bit
Shaohui Xie
1
-2
/
+1
2011-11-14
usb: gadget: fsl_udc_core: fix compile error.
Alexander Aring
1
-1
/
+1
2011-09-18
usb: Provide usb_speed_string() function
Michal Nazarewicz
1
-34
/
+19
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-1
/
+1
2011-07-25
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+16
2011-07-11
Merge branch 'master' into for-next
Jiri Kosina
1
-12
/
+24
2011-07-01
USB: fsl_udc_core: fix build breakage when building for ARM arch
Anatolij Gustschin
1
-12
/
+24
2011-06-28
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
1
-4
/
+16
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-3
/
+3
2011-05-06
fsl/usb: Unused endpoint failure for USB gadget
Ramneek Mehresh
1
-6
/
+21
2011-05-02
USB: extend ehci-fsl and fsl_udc_core driver for OTG operation
Anatolij Gustschin
1
-15
/
+132
2011-05-02
USB: fsl_udc_core: support device mode of MPC5121E DR USB Controller
Anatolij Gustschin
1
-31
/
+110
2011-05-02
USB: fsl_udc_core: prepare for SoCs with BE registers and descriptors
Anatolij Gustschin
1
-25
/
+98
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-03-02
USB: Remove unused is_iso from fsl_udc_core.c
Huzaifa Sidhpurwala
1
-2
/
+0
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-6
/
+0
[next]