summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-051-2/+2
|\
| * param: make parameter functions more consistentSascha Hauer2017-04-111-2/+2
* | usb: gadget: fastboot: delete temporary fileSascha Hauer2017-04-121-0/+3
|/
* usb: gadget: set otg to peripheral mode on autostartOleksij Rempel2017-04-061-0/+3
* usb: gadget: start usbgadget automaticallyOleksij Rempel2017-03-313-0/+79
* 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
* | 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
|/
* usb: gadget: disable AT91 driver on SAMA5D4Lucas Stach2017-01-171-0/+1
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-1/+1
* USB: gadget: composite: avoid possible NULL ptr dereferenceLucas Stach2016-07-071-1/+3
* usb: fastboot: Fix oem exec supportSascha Hauer2016-05-101-1/+1
* Merge branch 'for-next/ubiformat'Sascha Hauer2016-05-092-7/+16
|\
| * usb: fastboot: drop CONFIG_COMMAND_SUPPORT dependencySascha Hauer2016-04-262-1/+5
| * usb: fastboot: Use C API for ubiformatSascha Hauer2016-04-261-5/+11
* | Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-092-4/+6
|\ \ | |/ |/|
| * string: Fix (v)asprintf prototypesSascha Hauer2016-04-152-4/+5
| * include: move run_command prototype to command.hSascha Hauer2016-04-151-0/+1
* | fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-192-3/+3
|/
* Merge branch 'for-next/driver'Sascha Hauer2016-03-112-4/+10
|\
| * driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-072-4/+10
| * driver: Fix return check of dev_request_mem_regionSascha Hauer2016-02-231-2/+2
* | fastboot: Add a ARM Barebox filetype handlerMarkus Pargmann2016-03-111-0/+31
* | fastboot: Fix usage of ubiformat for UBI image transfersMarkus Pargmann2016-02-181-1/+16
|/
* Introduce include/linux/spinlock.hYegor Yefremov2016-02-011-0/+1
* usb: chipidea: Add udc unregister for device removalMarkus Pargmann2015-09-231-0/+13
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-271-1/+2
* usb: gadget: serial: only call into CONSOLE_FULL code if it's thereLucas Stach2015-07-241-2/+3
* usb: gadget: pxa27x: depend on right symbolLucas Stach2015-06-261-1/+1
* usb: gadget: serial: Use console_set_active to activate consoleSascha Hauer2015-06-091-1/+2
* usb: gadget: fsl_udc: convert to streaming DMA opsLucas Stach2015-03-061-4/+4
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-0/+3
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-3/+4
* Merge branch 'for-next/misc'Sascha Hauer2015-02-041-0/+1
|\
| * console: allow to specify the device idJean-Christophe PLAGNIOL-VILLARD2015-01-131-0/+1
* | usb: at91_udc: pass the vbus initial valueBo Shen2015-02-041-0/+2
|/
* usb: gadget: fastboot: allow to build without BOOTMLucas Stach2014-12-171-1/+4
* USB: Gadget: fastboot: depends on command supportSascha Hauer2014-11-271-0/+1
* USB: Gadget: Select poller from USB_GADGET optionSascha Hauer2014-11-271-3/+1
* usb: gadget: fastboot: select BANNERLucas Stach2014-11-241-0/+1
* dfu: fix possible usage of uninitialized varLucas Stach2014-10-211-0/+1
* Merge branch 'for-next/resource-err-ptr'Sascha Hauer2014-10-022-2/+6
|\
| * resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-162-2/+6
* | USB: gadget: allow multiple udc driversSascha Hauer2014-09-261-9/+3
* | USB: gadget: put poller into coreSascha Hauer2014-09-264-74/+54