summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-07-06usb: chipidea: msm: add remove methodFelipe Balbi1-6/+15
2012-07-06usb: chipidea: msm: add missing section annotationFelipe Balbi1-1/+1
2012-07-06usb: chipidea: drop useless arch-checkFelipe Balbi1-3/+5
2012-07-06usb: chipidea: remove unneeded NULL checkAlexander Shishkin1-3/+0
2012-07-06usbdevfs: Use scatter-gather lists for large bulk transfersHans de Goede1-31/+121
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede2-0/+19
2012-07-06usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2012-07-06USB: class: cdc-acm: Fixed coding style issue.Jeffrin Jose1-1/+1
2012-07-06USB: ehci-s5p: use devm_ functionsJingoo Han1-13/+6
2012-07-06USB: ohci-exynos: use devm_ functionsJingoo Han1-13/+6
2012-07-06USB: ohci-exynos: add clock gating to suspend/resumeJingoo Han1-0/+5
2012-07-06Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman32-295/+441
2012-07-06Merge tag 'dwc3-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman6-229/+407
2012-07-06Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman25-695/+3287
2012-07-06Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2-1/+19
2012-07-05Merge 3.5-rc5 into usb-nextGreg Kroah-Hartman11-24/+51
2012-07-02usb: phy: fix error handling in usb_get_phyKishon Vijay Abraham I1-1/+2
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I21-64/+82
2012-07-02usb: gadget: at91_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-07-02usb: gadget: fsl_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-07-02usb: gadget: s3c-hsotg: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-07-02usb: gadget: lpc32xx_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-07-02usb: gadget: mass_storage: make "file" and "ro" read only in some casesMichal Nazarewicz2-6/+21
2012-07-02usb: dwc3: return error in case of run/stop timeoutPratyush Anand1-4/+7
2012-07-02usb: dwc3: enable ACCEPT{U1,U2}ENA when SetConfiguration receivedPratyush Anand2-1/+9
2012-07-02usb: dwc3: no need to clear INIT{U1,U2}ENA bitsPratyush Anand1-1/+0
2012-07-02usb: dwc3: keep default hird threshold value as 4b1100Pratyush Anand1-1/+1
2012-07-02usb: dwc3: correct set_halt implementation for ep0Pratyush Anand3-2/+16
2012-06-27ARM: OMAP: USB: Fixup ehci_hcd_omap_probe error pathRuss Dill1-1/+5
2012-06-27USB: EHCI: define extension registers like normal onesAlan Stern2-28/+13
2012-06-27USB: FHCI: Reusing QUICC Engine USB Controller registers from immap_qe.hGuilherme Maciel Ferreira6-72/+54
2012-06-27USB: CP210x Add 10 Device IDsCraig Shelley1-0/+11
2012-06-27USB: option: Add USB ID for Novatel Ovation MC551Forest Bond1-0/+3
2012-06-27usb: phy: Fix Kconfig dependency for Phy driversAlexandre Pereira da Silva2-3/+3
2012-06-25uas: task mgmt & error handlingGerd Hoffmann1-29/+131
2012-06-25uas: track urbs, kill inflight urbs on disconnect.Gerd Hoffmann1-0/+9
2012-06-25uas: improve error handlingGerd Hoffmann1-1/+13
2012-06-25uas: keep track of command state, finish scsi cmd when really done.Gerd Hoffmann1-15/+71
2012-06-25uas: fix sense urb handlingGerd Hoffmann1-21/+28
2012-06-25Revert "usb/uas: one only one status URB/host on stream-less connection"Gerd Hoffmann1-60/+10
2012-06-25Revert "usb/uas: make sure data urb is gone if we receive status before that"Gerd Hoffmann1-75/+15
2012-06-25usb: dwc3: ep0: prevent starting transfers twice on ep0Felipe Balbi1-0/+1
2012-06-25usb: dwc3: gadget: remove duplicated code from __dwc3_gadget_ep_set_haltFelipe Balbi1-9/+0
2012-06-25usb: gadget: Fix g_ether interface link statusKevin Cernekee1-6/+6
2012-06-25usb: otg: twl: use devres API to allocate resourcesKishon Vijay Abraham I2-25/+6
2012-06-25usb: musb: omap: use devres API to allocate resourcesKishon Vijay Abraham I1-12/+7
2012-06-25usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I3-14/+5
2012-06-25usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I3-84/+103
2012-06-25usb: musb: move work_struct(otg_notifier_work) from core to omap glueKishon Vijay Abraham I2-11/+15
2012-06-25usb: otg: utils: devres: Add API's to associate a device with the phyKishon Vijay Abraham I1-0/+62