summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-08usb: renesas_usbhs: use transfer counter if IN direction bulk pipeKuninori Morimoto3-0/+106
2012-11-06usb: renesas_usbhs: host: add endpoint user counterKuninori Morimoto1-11/+13
2012-11-06usb: renesas_usbhs: remove debug information from usbhsh_hub_status_data()Kuninori Morimoto1-4/+0
2012-11-06usb: fix typo in drivers/usbMasanari Iida4-4/+4
2012-10-31usb: gadget: dummy_hcd: remove global the_controller variableSebastian Andrzej Siewior1-22/+49
2012-10-31usb: gadget: dummy_hcd: add setup / cleanup of multiple HW intancesSebastian Andrzej Siewior1-25/+72
2012-10-31usb: gadget: dummy_hdc: prepare for multiple instancesSebastian Andrzej Siewior1-16/+16
2012-10-31usb: gadget: let f_* use usb_string_ids_tab() where it makes senseSebastian Andrzej Siewior8-233/+71
2012-10-31usb: gadget: uac2: use the strings directlySebastian Andrzej Siewior1-20/+10
2012-10-31usb: gadget: uac2: provide a variable for interface and alt settingsSebastian Andrzej Siewior1-27/+23
2012-10-31usb: gadget: remove DMA_ADDR_INVALID from f_uac2 and gadgetfsSebastian Andrzej Siewior2-6/+0
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior24-480/+307
2012-10-31usb: gadget: uvc: fix error path in uvc_function_bind()Sebastian Andrzej Siewior1-18/+21
2012-10-31usb: gadget: phonet: free requests in pn_bind()'s error pathSebastian Andrzej Siewior1-2/+6
2012-10-31usb: gadget: midi: make FS and HS availableSebastian Andrzej Siewior1-2/+8
2012-10-31usb: gadget: midi: free hs descriptorsSebastian Andrzej Siewior1-0/+1
2012-10-31usb: gadget: audio: remove c->highpseed = true from f_midi and uac1Sebastian Andrzej Siewior2-2/+0
2012-10-31usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior5-11/+10
2012-10-31usb: gadget: uac2: add some error recovery in afunc_bind()Sebastian Andrzej Siewior1-3/+22
2012-10-31usb: gadget storage: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior1-2/+2
2012-10-31usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior5-15/+16
2012-10-31usb: gadget: tcm_usb_gadget: NULL terminate the FS descriptor listSebastian Andrzej Siewior1-0/+1
2012-10-31usb: gadget: ecm: Add IAD descriptor in SS modeSebastian Andrzej Siewior1-0/+1
2012-10-31usb: renesas_usbhs: add DMAEngine support on mod_hostKuninori Morimoto1-2/+15
2012-10-31usb: renesas_usbhs: fixup unreadable macroKuninori Morimoto1-4/+4
2012-10-31usb: renesas_usbhs: use devm_request_irq()Kuninori Morimoto1-2/+1
2012-10-16usb: gadget: lpc32xx_udc: Disable setup request errorAlexandre Pereira da Silva1-1/+1
2012-10-16usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com3-0/+17
2012-10-15Linux 3.7-rc1v3.7-rc1Linus Torvalds1-2/+2
2012-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds107-4493/+2895
2012-10-15Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds128-594/+6799
2012-10-14x86, boot: Explicitly include autoconf.h for hostprogsMatt Fleming1-1/+2
2012-10-14perf: Fix UAPI falloutIngo Molnar10-11/+11
2012-10-14Merge branch 'late-for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds63-1722/+1800
2012-10-14Merge tag 'disintegrate-main-20121013' of git://git.infradead.org/users/dhowe...Linus Torvalds584-30367/+32928
2012-10-14Merge tag 'disintegrate-spi-20121009' of git://git.infradead.org/users/dhowel...Linus Torvalds3-1/+1
2012-10-14Merge tag 'openrisc-uapi' of git://openrisc.net/jonas/linuxLinus Torvalds11-68/+113
2012-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-4/+4
2012-10-14Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds13-129/+578
2012-10-13Merge branch 'config' into late-for-linusRussell King39-795/+793
2012-10-13ARM: config: make sure that platforms are ordered by option stringRussell King1-38/+38
2012-10-13ARM: config: sort select statements alphanumericallyRussell King39-767/+765
2012-10-13UAPI: (Scripted) Disintegrate include/linux/byteorderDavid Howells6-206/+214
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells578-30108/+32659
2012-10-13UAPI: Unexport linux/blk_types.hDavid Howells2-61/+59
2012-10-13UAPI: Unexport part of linux/ppp-comp.hDavid Howells1-0/+4
2012-10-13Merge tag 'disintegrate-openrisc-20121009' of git://git.infradead.org/users/d...Jonas Bonn11-68/+113
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-18/+33
2012-10-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds25-736/+2205
2012-10-13Merge tag 'for-3.7' of git://openrisc.net/jonas/linuxLinus Torvalds5-14/+17