index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Fix remaining API interface breakage
Joe Hershberger
2012-05-23
1
-4
/
+3
*
usb:udc:samsung Add functions for storing private gadget data in UDC driver
Lukasz Majewski
2012-05-20
1
-1
/
+14
*
usb:gadget:composite USB composite gadget support
Lukasz Majewski
2012-05-20
1
-0
/
+1082
*
usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls
Lukasz Majewski
2012-05-20
2
-136
/
+188
*
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file
Lukasz Majewski
2012-05-20
5
-0
/
+5
*
lin_gadget: use common linux/compat.h
Mike Frysinger
2012-04-30
2
-3
/
+4
*
Enable high speed support for USB device framework and usbtty
Vipin KUMAR
2012-03-28
2
-5
/
+19
*
usb:udc:samsung:fix Remove the req_config flag
Łukasz Majewski
2012-03-19
1
-13
/
+5
*
USB:gadget:designware Fix memory nonalignment issue
Shiraz Hashim
2012-03-19
1
-1
/
+11
*
USB:gadget:designware Make locally used functions static
Amit Virdi
2012-03-19
1
-3
/
+3
*
USB:gadget:designware Support high speed
Vipin KUMAR
2012-03-19
1
-0
/
+10
*
USB:gadget:designware Device controller bugfixes
Vipin KUMAR
2012-03-19
1
-21
/
+38
*
USB:gadget:designware USB device controller (UDC) implementation
Vipin KUMAR
2012-03-19
2
-30
/
+29
*
usb: s3c_udc_otg: fix GCC 4.6 build warnings
Anatolij Gustschin
2011-12-20
2
-104
/
+114
*
drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanup
Wolfgang Denk
2011-12-19
1
-3
/
+2
*
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
Tom Rini
2011-12-16
2
-7
/
+11
*
usb:gadget:s5p USB Device Controller (UDC) implementation
Lukasz Majewski
2011-12-11
4
-0
/
+2611
*
pxa: convert pxa27x_udc to use read and write functions
Stefan Herbrechtsmeier
2011-12-11
1
-83
/
+100
*
USB: gadaget: add Marvell controller support
Lei Wen
2011-12-11
3
-0
/
+507
*
drivers/usb/gadget/ep0.c: Fix GCC 4.6 warning
Anatolij Gustschin
2011-12-09
1
-2
/
+0
*
drivers/usb/gadget/core.c: Fix GCC 4.6 warning
Anatolij Gustschin
2011-12-09
1
-2
/
+2
*
PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X
Marek Vasut
2011-12-06
1
-1
/
+1
*
Coding Style cleanup: remove trailing empty lines
Wolfgang Denk
2011-03-27
1
-1
/
+0
*
USB-RNDIS: Send RNDIS state on disconnecting
Vitaly Kuzmichev
2011-02-19
3
-0
/
+36
*
USB: Add USB RNDIS gadget protocol
Vitaly Kuzmichev
2011-02-19
5
-60
/
+2362
*
USB-CDC: Move struct declaration before its use
Vitaly Kuzmichev
2011-02-19
1
-34
/
+36
*
USB-CDC: Port struct net_device_stats
Vitaly Kuzmichev
2011-02-19
1
-0
/
+39
*
USB-CDC: handle interrupt after dropped pullup
Vitaly Kuzmichev
2011-02-19
1
-0
/
+7
*
USB-CDC: Move MAC addresses setting into usb_eth_init
Vitaly Kuzmichev
2011-01-19
1
-36
/
+26
*
USB-CDC: Do not rename netdev after its registration
Vitaly Kuzmichev
2011-01-19
1
-3
/
+2
*
usb_ether: register usb ethernet gadget at each eth init
Lei Wen
2011-01-19
1
-4
/
+8
*
Switch from archive libraries to partial linking
Sebastien Carlier
2010-11-17
1
-2
/
+2
*
Coding Style cleanup
Wolfgang Denk
2010-10-27
4
-4
/
+0
*
USB-CDC: Prevent rx_req being enqueued twice
Vitaly Kuzmichev
2010-10-13
1
-0
/
+1
*
USB-CDC: Fix tx/rx_req memory leaks
Vitaly Kuzmichev
2010-10-13
1
-13
/
+7
*
USB-CDC: Fix coding style issues
Vitaly Kuzmichev
2010-09-20
5
-330
/
+357
*
USB-CDC: called handle_interrupts inside usb_eth_send
Stefano Babic
2010-09-20
1
-1
/
+9
*
USB-CDC: correct wrong alignment in ether.c
Stefano Babic
2010-09-20
1
-1
/
+1
*
USB-CDC: change simple_strtol to simple_strtoul
Vitaly Kuzmichev
2010-09-20
1
-1
/
+1
*
USB-CDC: ethernet error path potential oops fix
Vitaly Kuzmichev
2010-09-20
1
-1
/
+1
*
USB-CDC: Correct stat_req initialization
Vitaly Kuzmichev
2010-09-20
1
-4
/
+3
*
USB-CDC: Replace 'strcpy' by 'strlcpy'
Vitaly Kuzmichev
2010-09-20
1
-3
/
+3
*
USB-CDC: Correct freeing usb requests
Vitaly Kuzmichev
2010-09-20
1
-2
/
+7
*
USB-CDC: Use native debug printout macros
Vitaly Kuzmichev
2010-09-20
1
-53
/
+43
*
USB-CDC: Add lost 'qmult' definition
Vitaly Kuzmichev
2010-09-20
1
-0
/
+6
*
USB-CDC: Restuct USB gadget Makefile
Vitaly Kuzmichev
2010-09-20
1
-2
/
+5
*
Integrate USB gadget layer and USB CDC driver layer
Remy Bohmer
2010-09-20
6
-0
/
+2728
*
mod change 755 => 644 for multiple files
Thomas Weber
2010-03-21
2
-0
/
+0
*
SPEAr : usbd driver support for SPEAr SoCs
Vipin KUMAR
2010-01-23
2
-0
/
+999
*
Support for PXA27X UDC.
Remy Bohmer
2009-04-06
2
-0
/
+703
[next]