Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cb9c5d07ed2e510606c7e596645a3e091b24e197
/
drivers
/
usb
/
gadget
cb9c5d0
usb: s3c-otg: Rename remaining macros
by Marek Vasut
· 9 years ago
f8995db
usb: s3c-otg: Rename sources to dwc2_*c
by Marek Vasut
· 9 years ago
4811c66
usb: s3c-otg: Rename local headers to dwc2_*h
by Marek Vasut
· 9 years ago
dbdd58f
usb: s3c-otg: Change the driver name to dwc2-udc
by Marek Vasut
· 9 years ago
6f1c6f5
usb: s3c-otg: Zap useless externs
by Marek Vasut
· 9 years ago
153150f
usb: s3c-otg: Rename remaining local s3c_*() functions
by Marek Vasut
· 9 years ago
fa03c81
usb: s3c-otg: Rename s3c_udc_*() functions
by Marek Vasut
· 9 years ago
4e7c29e
usb: s3c-otg: Rename s3c_ep_*() functions
by Marek Vasut
· 9 years ago
fe92a51
usb: s3c-otg: Rename s3c_ep0_*() functions
by Marek Vasut
· 9 years ago
f3d587a
usb: s3c-otg: Staticize functions in s3c_udc_otg_xfer_dma.c
by Marek Vasut
· 9 years ago
4cccca9
usb: s3c-otg: Staticize s3c_udc_ep_set_stall
by Marek Vasut
· 9 years ago
32f931c
usb: s3c-otg: Rename struct s3c_request
by Marek Vasut
· 9 years ago
5b309f7
usb: s3c-otg: Rename struct s3c_ep
by Marek Vasut
· 9 years ago
d56c10a
usb: s3c-otg: Rename struct s3c_dev_*_ep
by Marek Vasut
· 9 years ago
9d4701d
usb: s3c-otg: Rename struct s3c_usbotg_phy to dwc2_usbotg_phy
by Marek Vasut
· 9 years ago
0b90750
usb: s3c-otg: Split private bits from s3c_udc.h
by Marek Vasut
· 9 years ago
67ec9dc
usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_reg
by Marek Vasut
· 9 years ago
1a639ff
usb: s3c-otg: Rename struct s3c_udc to dwc2_udc
by Marek Vasut
· 9 years ago
f64a25c
usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.h
by Marek Vasut
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
33602a9
fastboot: Implement NAND backend
by Maxime Ripard
· 9 years ago
aa3eba2
fastboot: Implement flashing session counter
by Maxime Ripard
· 9 years ago
00e8eb7
fastboot: Move fastboot response functions to fastboot core
by Maxime Ripard
· 9 years ago
0cab3ec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
e8d13bb
usb: udc: Fix warnings on 64-bit builds
by Michal Simek
· 9 years ago
6c7d003
usb: lthor: Specify correct parameter for sizeof type
by Michal Simek
· 9 years ago
78a52ca
fastboot: Implement OEM format only when we have MMC support
by Maxime Ripard
· 9 years ago
ea6bf69
usb: ci_udc: fix emissions of ZLPs
by Stephen Warren
· 9 years ago
0afb2a9
usb: gadget: ci_udc: implement usb_ep_ops dequeue callback
by Peng Fan
· 9 years ago
1c377dc
usb: gadget: don't leak configs when unbinding
by Stephen Warren
· 9 years ago
2dd337a
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
774e1d4
usb: gadget: at91_udc: add at91_udc into U-Boot
by Heiko Schocher
· 9 years ago
04cb585
usb: gadget: at91_udc: port linux driver at91_udc
by Heiko Schocher
· 9 years ago
13b24e0
usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZE
by Siva Durga Prasad Paladugu
· 10 years ago
4bad106
f_thor: Dont perform reset at the end of thor
by Siva Durga Prasad Paladugu
· 10 years ago
f891e24
usb: pxa27x_udc: clean-up include file order
by Marcel Ziswiler
· 9 years ago
2b9d163
usb: gadget: ether: populate _reset_ callback
by Kishon Vijay Abraham I
· 9 years ago
8db2520
usb: gadget: ether: Perform board initialization from ethernet gadget driver
by Kishon Vijay Abraham I
· 9 years ago
f34dfcb
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
by Paul Kocialkowski
· 9 years ago
c267e7b
usb: ci_udc: fix request allocation when endpoints are disabled
by Rob Herring
· 9 years ago
e0fa3b8
ci_udc: fix 64-bit compile warnings
by Stephen Warren
· 9 years ago
f84f091
usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
by Paul Kocialkowski
· 9 years ago
3d31026
implement Fastboot via USB OTG on bcm28155_ap boards
by Jiandong Zheng
· 9 years ago
88bb7c0
usb: gadget: bcm_udc_otg files
by Jiandong Zheng
· 9 years ago
2032bfd
usb: gadget: fastboot: Dequeue the previous IN request for the current request
by Paul Kocialkowski
· 9 years ago
4a126b6
usb: gadget: fastboot: Request status and length check in rx handler
by Paul Kocialkowski
· 9 years ago
46f9729
usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget code
by Paul Kocialkowski
· 9 years ago
d55acc0
usb: Fastboot function config for better consistency with other functions
by Paul Kocialkowski
· 9 years ago
045d605
usb: USB download gadget and functions config options coherent naming
by Paul Kocialkowski
· 9 years ago
f7d9252
usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()
by Inha Song
· 10 years ago
2c24ed1
ci_udc: Update the ci_udc driver to support bulk transfers
by Siva Durga Prasad Paladugu
· 10 years ago
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· 10 years ago
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· 10 years ago
444b1e0
dm: usb: Allow setting up a USB controller as a device/gadget
by Simon Glass
· 10 years ago
96da306
fastboot: add support for reboot-bootloader command
by Alexey Firago
· 10 years ago
da3f27f
usb: gadget: thor: Claim EP after allocating it in thor gadget
by Marek Szyprowski
· 10 years ago
06c7bde
usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver
by Marek Szyprowski
· 10 years ago
d04a012
usb: composite: Add .reset callback to usb_gadget_driver structure
by Lukasz Majewski
· 10 years ago
4763e16
usb: modify usb_gadget_handle_interrupts to take controller index
by Kishon Vijay Abraham I
· 10 years ago
58d701e
usb: gadget: defer setting maxpacket till ->setup()
by Kishon Vijay Abraham I
· 10 years ago
ea71c1a
usb: dwc3: Makefile: Make dwc3 driver compile in u-boot
by Kishon Vijay Abraham I
· 10 years ago
5227db7
usb: gadget: udc: make udc-core compile in u-boot build
by Kishon Vijay Abraham I
· 10 years ago
de3920d
usb: gadget: udc: add udc-core from linux kernel to u-boot
by Kishon Vijay Abraham I
· 10 years ago
15fe9c8
usb: mass-storage: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
7f40623
usb: ci_udc: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
b1a5e1f
net: Add ethernet FCS length macro in net.h
by Bin Meng
· 10 years ago
447c975
usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget
by Dileep Katta
· 10 years ago
50b4c17
fastboot: OUT transaction length must be aligned to wMaxPacketSize
by Dileep Katta
· 10 years ago
b122820
usb: gadget: fastboot: Add fastboot erase
by Dileep Katta
· 10 years ago
13047e5
fastboot: add support for "oem format" command
by Rob Herring
· 10 years ago
7e23abf
fastboot: add "fastboot oem" command support
by Michael Scott
· 10 years ago
6f9d973
usb: gadget: pxa25x_udc: fix use-before-initialized bug
by Alex Sadovsky
· 10 years ago
5a6b873
usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test
by Stefan Roese
· 10 years ago
a56fbcc
usb: gadget: composite: Fix NULL pointer crash in USB compliance test
by Stefan Roese
· 10 years ago
a5071a0
gadget: f_thor: check pointers before use in download_tail()
by Przemyslaw Marczak
· 10 years ago
5aba398
fastboot: add support for continue command
by Rob Herring
· 10 years ago
d38f24e
usb, g_dnl: generalize DFU detach functions
by Rob Herring
· 10 years ago
011df41
USB: gadget: atmel_usba_udc: fix transfer hang issue
by Bo Shen
· 10 years ago
0588ce1
lib: string: move strlcpy() to a common place
by Masahiro Yamada
· 10 years ago
db20464
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
8030088
usb: s3c-otg: Allow custom gusbcfg
by Marek Vasut
· 10 years ago
e64a337
usb: s3c-otg: Split out PHY control
by Marek Vasut
· 10 years ago
0673833
usb: s3c-otg: Encapsulate PHY control
by Marek Vasut
· 10 years ago
dacb2f6
usb: s3c-otg: Remove useless include
by Marek Vasut
· 10 years ago
3d626cd
usb: gadget: fastboot: terminate commands with NULL
by Eric Nelson
· 10 years ago
33004ab
usb: gadget: fastboot: explicitly set radix of maximum download size
by Eric Nelson
· 10 years ago
70567d9a
usb: gadget: fastboot: add max-download-size variable
by Eric Nelson
· 10 years ago
fe24e16
usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED
by Eric Nelson
· 10 years ago
c65503a
usb: gadget: fastboot: improve download progress bar
by Bo Shen
· 10 years ago
e1d833a
usb: f_mass_storage: set removable flag in do_inquiry based on LUN
by Eric Nelson
· 10 years ago
3e3a136
usb: dfu: add fullspeed support for DFU
by Heiko Schocher
· 10 years ago
3f3a240
usb: dfu: thor: gadget: Remove dead code
by Lukasz Majewski
· 10 years ago
b62b39b
cosmetic: replace MIN, MAX with min, max
by Masahiro Yamada
· 10 years ago
56ad792
usb/gadget: fastboot: minor cleanup
by Steve Rae
· 10 years ago
bfb9ba4
usb/gadget: fastboot: add support for flash command
by Steve Rae
· 10 years ago
60dc40c
USB: gadget: s3c: get rid of debug compile warning
by Bo Shen
· 10 years ago
9198155
USB: gadget: atmel: get rid of debug compile warning
by Bo Shen
· 10 years ago
fb12f45
usb: ci_udc: implement dfu_usb_get_reset
by Stephen Warren
· 10 years ago
ef73102
udc: dfu: s3c_udc: Provide function to check if USB reset was asserted
by Lukasz Majewski
· 10 years ago
d9eae70
dfu: Provide means to find difference between dfu-util -e and -R
by Lukasz Majewski
· 10 years ago
Next »