summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: uvc: fix error path in uvc_function_bind()Sebastian Andrzej Siewior2012-10-311-18/+21
* usb: gadget: phonet: free requests in pn_bind()'s error pathSebastian Andrzej Siewior2012-10-311-2/+6
* usb: gadget: midi: make FS and HS availableSebastian Andrzej Siewior2012-10-311-2/+8
* usb: gadget: midi: free hs descriptorsSebastian Andrzej Siewior2012-10-311-0/+1
* usb: gadget: audio: remove c->highpseed = true from f_midi and uac1Sebastian Andrzej Siewior2012-10-312-2/+0
* usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior2012-10-315-11/+10
* usb: gadget: uac2: add some error recovery in afunc_bind()Sebastian Andrzej Siewior2012-10-311-3/+22
* usb: gadget storage: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior2012-10-311-2/+2
* usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior2012-10-314-15/+14
* usb: gadget: tcm_usb_gadget: NULL terminate the FS descriptor listSebastian Andrzej Siewior2012-10-311-0/+1
* usb: gadget: ecm: Add IAD descriptor in SS modeSebastian Andrzej Siewior2012-10-311-0/+1
* usb: renesas_usbhs: add DMAEngine support on mod_hostKuninori Morimoto2012-10-311-2/+15
* usb: renesas_usbhs: fixup unreadable macroKuninori Morimoto2012-10-311-4/+4
* usb: renesas_usbhs: use devm_request_irq()Kuninori Morimoto2012-10-311-2/+1
* usb: gadget: lpc32xx_udc: Disable setup request errorAlexandre Pereira da Silva2012-10-161-1/+1
* usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com2012-10-163-0/+17
* Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz2012-10-111-0/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-10-101-14/+1
|\
| * target/usb-gadget: strlen() doesn't count the terminatorDan Carpenter2012-10-021-1/+1
| * target/usb-gadget: remove duplicate initializationDan Carpenter2012-10-021-1/+0
| * target: Simplify fabric sense data length handlingRoland Dreier2012-09-171-6/+0
| * target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier2012-09-171-6/+0
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-1/+1
|\ \
| * | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* | | Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds2012-10-091-1/+2
|\ \ \ | |/ / |/| |
| * | xtensa: adopt generic io routinesMax Filippov2012-10-031-1/+2
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-10-081-3/+4
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown2012-10-061-2/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/
| | * | | usb-acpi: Comply with the ACPI API changeFeng Tang2012-09-211-2/+3
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-2/+2
|\ \ \ \
| * | | | usb/gadget: fix misannotationsAl Viro2012-09-261-2/+2
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-022-9/+18
|\ \ \ \
| * | | | userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-7/+16
| * | | | userns: Convert gadgetfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-2/+2
* | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-025-5/+5
|\ \ \ \ \
| * | | | | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-205-5/+5
| |/ / / /
* | | | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-0113-14/+14
|\ \ \ \ \
| * \ \ \ \ Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-2212-13/+13
| |\ \ \ \ \
| | * | | | | ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-194-4/+4
| | * | | | | ARM: orion: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | * | | | | ARM: nomadik: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | | | ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-2/+2
| | * | | | | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-143-3/+3
| | * | | | | ARM: davinci: move platform_data definitionsArnd Bergmann2012-09-142-2/+2
| * | | | | | Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2012-09-201-1/+1
| |\ \ \ \ \ \
| | * | | | | | usb: pxa27x_udc: remove IRQ_USB defineRob Herring2012-09-141-1/+1
| | |/ / / / /
* | | | | | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-011-1/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'tegra-for-3.7-cleanup2' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2012-09-201-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: tegra: remove useless includes of <mach/*.h>Stephen Warren2012-09-141-1/+0
| | * | | | | | | Merge commit 'xceiv-for-v3.7' into for-3.7/cleanup2Stephen Warren2012-09-1426-147/+1945
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
OpenPOWER on IntegriCloud