summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2011-02-18usb: otg: TWL6030: Introduce the twl6030_phy_suspend function.Hema HK1-0/+13
2011-02-17usb: otg: Remove one unnecessary I2C read request.Hema HK1-5/+2
2011-02-17usb: otg: enable regulator only on cable/device connectHema HK1-15/+12
2011-02-17usb: musb: Using runtime pm APIs for musb.Hema HK2-59/+24
2011-02-17usb: musb: gadget: do not poke with gadget's list_headFelipe Balbi4-31/+41
2011-02-17usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_d...Felipe Balbi1-71/+79
2011-02-17usb: musb: do not error out if Kconfig doesn't match board modeFelipe Balbi1-25/+0
2011-02-17usb: isp1362-hcd: use bitmap_clear() and bitmap_set()Akinobu Mita1-5/+2
2011-02-17USB: make ehci msm driver use ehci_run.Matthieu CASTET1-87/+5
2011-02-17USB: don't run ehci_reset in ehci_run for tdi deviceMatthieu CASTET2-3/+9
2011-02-17USB: OTG: msm: Fix bug in msm_otg_mode_writePavankumar Kondeti1-1/+2
2011-02-17USB: OTG: msm: Fix compiler warning with CONFIG_PM disabledPavankumar Kondeti1-15/+13
2011-02-17usb_storage: realtek_cr patch: add const modifierwwang1-1/+1
2011-02-17usb_storage: realtek_cr patch: fix sparse warningwwang1-2/+2
2011-02-17USB: sierra: error handling in runtime PMOliver Neukum1-4/+12
2011-02-17usb_wwan: fix error case in close()Oliver Neukum1-1/+3
2011-02-17usb_wwan: error case of resumeOliver Neukum1-1/+22
2011-02-17usb_wwan: data consistency in error caseOliver Neukum1-1/+1
2011-02-17usb_wwan: fix runtime PM in error caseOliver Neukum1-0/+1
2011-02-17usb_wwan: fix error in marking device busyOliver Neukum1-4/+9
2011-02-17usb: gadget: at91_udc: Fix error pathRahul Ruikar1-1/+3
2011-02-17USB: isp1760: Implement solution for erratum 2Sebastian Andrzej Siewior2-6/+17
2011-02-17USB: Mark EHCI LPM functions as __maybe_unusedMaksim Rayskiy1-2/+3
2011-02-17usb: fusb300_udc: add more "ep%d" namesDan Carpenter1-1/+2
2011-02-17USB: s3c2410_udc: Add handling for S3C244X dual-packet modeFabian Godehardt1-1/+15
2011-02-17usb: pch_udc: Fixed issue which does not work with g_etherToshiharu Okada1-74/+104
2011-02-17USB: Gadget: Reorder driver name assignmentJassi Brar1-3/+3
2011-02-17USB: Gadget: Composite: Debug interface comparisonJassi Brar1-3/+3
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman65-433/+735
2011-02-17Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman10-311/+222
2011-02-04USB: cdc-acm: Adding second ACM channel support for Nokia N8Arvid Ephraim Picciani1-0/+1
2011-02-04USB, Mass Storage, composite, gadget: Fix build failure and memset of a structJesper Juhl1-1/+2
2011-02-04USB: Fix trout build failure with ci13xxx_msm gadgetPavankumar Kondeti3-0/+6
2011-02-04USB: gadget: f_fs: even zero-length packets require a bufferMarek Szyprowski1-0/+8
2011-02-04USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell1-2/+20
2011-02-04USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell3-12/+13
2011-02-04USB: usbmon: fix-up docs and text API for sparse ISOPete Zaitcev1-0/+3
2011-02-04USB: EHCI: Rearrange create_companion_file() to avoid GCC-4.6 warnings.David Daney1-2/+3
2011-02-04USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings.David Daney1-8/+10
2011-02-04USB: EHCI: Cleanup and rewrite ehci_vdgb().David Daney1-3/+1
2011-02-04USB: EHCI: Remove dead code from ehci-sched.cDavid Daney1-3/+0
2011-02-04USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu10-222/+311
2011-02-04usb: gadget/fsl_mxc_udc: Detect the CPU type in run-timeFabio Estevam1-9/+12
2011-02-04USB: Gadget: Initialize wMaxPacketSize if not already setJassi Brar1-0/+7
2011-02-04USB: serial: mct_u232: added _ioctl, _msr_to_icount and _get_icount functionsVadim Tsozik1-2/+105
2011-02-03USB: EHCI: fix scheduling while atomic during suspendYin Kangkai3-2/+9
2011-02-03Merge branch 'for-greg' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman9-45/+96
2011-02-03USB: usb-storage: unusual_devs entry for Coby MP3 playerAlan Stern1-0/+7
2011-02-03USB: ftdi_sio: Add VID=0x0647, PID=0x0100 for Acton Research spectrographMichael Williamson2-0/+7
2011-02-03USB: fix race between root-hub resume and wakeup requestsAlan Stern1-1/+1