summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: imx: implement support for limiting host to full speedNikita Yushchenko2018-06-263-0/+49
* usb: gadget: fastboot: fix barebox update without using bufferMichael Grzeschik2018-05-171-1/+1
* usb: gadget: fastboot: Add external command execution supportSascha Hauer2018-02-092-1/+22
* usb: gadget: fastboot: Add option to download to a bufferSascha Hauer2018-02-092-26/+88
* usb: gadget: fastboot: beautify fb_run_command()Sascha Hauer2018-02-091-7/+8
* usb: gadget: fastboot: fix typoSascha Hauer2018-02-091-1/+1
* usb: gadget: fastboot: Always remove temporary fileSascha Hauer2018-02-091-20/+14
* usb: gadget: fastboot: use read_file_2Sascha Hauer2018-02-091-2/+3
* usb: gadget: fastboot: pass struct f_fastboot * aroundSascha Hauer2018-02-091-30/+19
* usb: gadget: fastboot: Make sparse support optionalSascha Hauer2018-02-092-4/+20
* usb: gadget: fastboot: allow data.image to be constSascha Hauer2018-01-301-3/+6
* usb: gadget: fastboot: Add sparse image supportSascha Hauer2018-01-182-23/+231
* usbgadget: fastboot: select FILE_LISTLucas Stach2017-11-211-0/+1
* usb: imx: implement support for "over-current-active-high" propertyUwe Kleine-König2017-10-271-0/+4
* Merge branch 'for-next/usbgadget'Sascha Hauer2017-10-193-11/+54
|\
| * usbgadget autostart: add usbgadget.fastboot_bbu to automatically export bbu h...Sascha Hauer2017-09-271-0/+7
| * usbgadget: fastboot: Allow to automatically export the bbu handlersSascha Hauer2017-09-272-0/+19
| * usbgadget: fastboot: Use function to find file_list entry by nameSascha Hauer2017-09-271-7/+4
| * usbgadget: unregister when usb_composite_probe() failsSascha Hauer2017-09-271-1/+9
| * usbgadget: only set to peripheral mode when error checking is doneSascha Hauer2017-09-271-2/+2
| * usbgadget: do not register when no functions presentSascha Hauer2017-09-271-0/+4
| * usbgadget: autostart: Handle errors in file list gracefullySascha Hauer2017-09-271-1/+9
* | remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-264-10/+0
|/
* Merge branch 'for-next/misc'Sascha Hauer2017-09-081-4/+13
|\
| * usb: gadget: autostart: properly release f_multi_optsOleksij Rempel2017-09-061-4/+13
* | at91_udc: add DT supportSam Ravnborg2017-09-061-11/+45
|/
* usb: imx: Only use clock when it existsSascha Hauer2017-05-231-4/+2
* Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-052-10/+10
|\
| * param: make parameter functions more consistentSascha Hauer2017-04-112-10/+10
* | usb: gadget: fastboot: delete temporary fileSascha Hauer2017-04-121-0/+3
|/
* Merge branch 'for-next/misc'Sascha Hauer2017-04-073-0/+82
|\
| * usb: gadget: set otg to peripheral mode on autostartOleksij Rempel2017-04-061-0/+3
| * usb: gadget: start usbgadget automaticallyOleksij Rempel2017-03-313-0/+79
* | usb: echi-atmel: Add DT supportAndrey Smirnov2017-03-301-1/+10
* | usb/host: Allow USB_OHCI_AT91 even if USB_OHCI is disabledAndrey Smirnov2017-03-301-4/+1
* | usb: ohci-at91: Add DT supportAndrey Smirnov2017-03-301-2/+91
|/
* Merge branch 'for-next/usb'Sascha Hauer2017-03-131-2/+21
|\
| * usb: gadget: properly release f_multi_optsSascha Hauer2017-03-091-2/+16
| * usb: gadget: print a meaningful error messageSascha Hauer2017-03-091-0/+5
* | Merge branch 'for-next/misc'Sascha Hauer2017-03-131-0/+4
|\ \
| * | fastboot: abort autoboot timeout when fastboot gadget is activatedMarc Kleine-Budde2017-03-101-0/+3
| * | usb: gadget: fastboot: close fd after downloadSascha Hauer2017-02-231-0/+1
* | | Merge branch 'for-next/at91'Sascha Hauer2017-03-132-36/+97
|\ \ \ | |_|/ |/| |
| * | usb: echi-atmel: Check result of ehci_register()Andrey Smirnov2017-03-091-3/+1
| * | usb: ehci-atmel: Zero ehci_data before using itAndrey Smirnov2017-03-091-1/+1
| * | usb: echi-atmel: Convert global variables to private dataAndrey Smirnov2017-03-091-16/+26
| * | usb: ehci-atmel: Check result of clk_enable()Andrey Smirnov2017-03-091-4/+17
| * | usb: ohci-at91: Check result of clk_enable()Andrey Smirnov2017-03-091-4/+20
| * | usb: ohci-at91: Convert global variables to private dataAndrey Smirnov2017-03-091-22/+37
| * | usb: ohci-at91: Check result of clk_get()Andrey Smirnov2017-03-091-0/+9
| |/