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
*
lib: string: move strlcpy() to a common place
Masahiro Yamada
2014-12-11
1
-24
/
+0
*
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-23
4
-7
/
+8
*
usb: s3c-otg: Allow custom gusbcfg
Marek Vasut
2014-11-07
2
-7
/
+13
*
usb: s3c-otg: Split out PHY control
Marek Vasut
2014-11-07
3
-62
/
+104
*
usb: s3c-otg: Encapsulate PHY control
Marek Vasut
2014-11-06
1
-4
/
+8
*
usb: s3c-otg: Remove useless include
Marek Vasut
2014-11-06
1
-1
/
+0
*
usb: gadget: fastboot: terminate commands with NULL
Eric Nelson
2014-10-06
1
-1
/
+8
*
usb: gadget: fastboot: explicitly set radix of maximum download size
Eric Nelson
2014-10-06
1
-1
/
+1
*
usb: gadget: fastboot: add max-download-size variable
Eric Nelson
2014-10-06
1
-1
/
+2
*
usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED
Eric Nelson
2014-10-06
1
-0
/
+5
*
usb: gadget: fastboot: improve download progress bar
Bo Shen
2014-10-06
1
-5
/
+9
*
usb: f_mass_storage: set removable flag in do_inquiry based on LUN
Eric Nelson
2014-10-06
1
-0
/
+1
*
usb: dfu: add fullspeed support for DFU
Heiko Schocher
2014-10-06
1
-0
/
+3
*
usb: dfu: thor: gadget: Remove dead code
Lukasz Majewski
2014-10-06
2
-18
/
+0
*
cosmetic: replace MIN, MAX with min, max
Masahiro Yamada
2014-09-24
4
-6
/
+6
*
usb/gadget: fastboot: minor cleanup
Steve Rae
2014-09-24
1
-5
/
+10
*
usb/gadget: fastboot: add support for flash command
Steve Rae
2014-09-24
1
-0
/
+31
*
USB: gadget: s3c: get rid of debug compile warning
Bo Shen
2014-09-02
2
-8
/
+8
*
USB: gadget: atmel: get rid of debug compile warning
Bo Shen
2014-09-02
1
-6
/
+6
*
usb: ci_udc: implement dfu_usb_get_reset
Stephen Warren
2014-09-02
1
-0
/
+7
*
udc: dfu: s3c_udc: Provide function to check if USB reset was asserted
Lukasz Majewski
2014-09-02
1
-0
/
+5
*
dfu: Provide means to find difference between dfu-util -e and -R
Lukasz Majewski
2014-09-02
1
-1
/
+1
*
lib, linux: move linux specific defines to linux/compat.h
Heiko Schocher
2014-08-25
2
-10
/
+0
*
omap: remove omap5912osk board support
Masahiro Yamada
2014-08-21
2
-1507
/
+0
*
omap: clean-up dead configs
Masahiro Yamada
2014-08-09
2
-50
/
+0
*
dfu: allow backend to specify a maximum buffer size
Stephen Warren
2014-08-09
1
-2
/
+3
*
dfu: add write error handling
Stephen Warren
2014-08-09
1
-4
/
+16
*
usb: ci_udc: use var name ep/ci_ep consistently
Stephen Warren
2014-07-02
1
-9
/
+9
*
USB: gadget: atmel: zero out allocated requests
Stephen Warren
2014-07-02
1
-1
/
+1
*
usb: ci_udc: don't memalign() struct ci_req allocations
Stephen Warren
2014-07-02
1
-2
/
+1
*
usb: ci_udc: remove controller.items array
Stephen Warren
2014-07-02
2
-6
/
+3
*
usb: ci_udc: fix items array size/stride calculation
Stephen Warren
2014-07-02
1
-15
/
+15
*
usb: ci_udc: lift ilist size calculations to global scope
Stephen Warren
2014-07-02
1
-14
/
+14
*
usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs
Stephen Warren
2014-07-02
1
-3
/
+4
*
usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()
Stephen Warren
2014-07-02
1
-2
/
+2
*
usb: fastboot: fix potential buffer overflow
Jeroen Hofstee
2014-06-25
1
-4
/
+7
*
usb:g_dnl:f_thor: remove memset before memcpy
Jeroen Hofstee
2014-06-25
1
-1
/
+0
*
usb:composite: clear the whole common buffer
Jeroen Hofstee
2014-06-25
1
-2
/
+2
*
usb: ci_udc: fix typo in debug message
Stephen Warren
2014-06-25
1
-2
/
+2
*
usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC
Stephen Warren
2014-06-25
1
-1
/
+7
*
usb: ci_udc: terminate ep0 INs with a zlp when required
Stephen Warren
2014-06-11
1
-3
/
+35
*
usb: ci_udc: clean up all allocations in unregister
Stephen Warren
2014-06-11
1
-0
/
+6
*
usb: ci_udc: fix probe error cleanup
Stephen Warren
2014-06-11
1
-0
/
+1
*
usb: ci_udc: fix freeing of ep0 req
Stephen Warren
2014-06-11
1
-2
/
+7
*
usb: ci_udc: call udc_disconnect() from ci_pullup()
Stephen Warren
2014-06-11
1
-16
/
+12
*
usb: ci_udc: complete ep0 direction handling
Stephen Warren
2014-06-01
2
-7
/
+42
*
usb: ci_udc: pre-allocate ep0 req
Stephen Warren
2014-06-01
2
-1
/
+17
*
usb: ci_udc: use a single descriptor for ep0
Stephen Warren
2014-06-01
1
-11
/
+4
*
usb: ci_udc: detect queued requests on ep0
Stephen Warren
2014-06-01
1
-0
/
+15
*
usb:gadget:f_thor: download_tail(): remove dfu_write with 0 size
Przemyslaw Marczak
2014-05-15
1
-9
/
+3
[next]