summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | USB: musb_gadget_ep0: stop abusing musb_gadget_set_halt()Sergei Shtylyov2009-12-112-27/+38
* | | | | USB: musb_gadget: implement set_wedge() methodSergei Shtylyov2009-12-113-2/+26
* | | | | USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, againSergei Shtylyov2009-12-111-1/+0
* | | | | USB: MUSB: save hardware revision at initAnand Gadiyar2009-12-112-6/+12
* | | | | USB: musb: fix printf warning in debug codeMike Frysinger2009-12-111-1/+1
* | | | | USB: musb: Blackfin code needs NOP_USB_XCEIV tooCliff Cai2009-12-111-2/+1
* | | | | USB: musb: error out when anomaly 05000380 is applicableSonic Zhang2009-12-111-0/+10
* | | | | USB: musb: clear the Blackfin interrupt pending bits early in the ISRCliff Cai2009-12-111-5/+5
* | | | | USB: musb: fix musb_platform_set_mode() definitionBryan Wu2009-12-111-1/+2
* | | | | USB: musb: add work around for Blackfin anomaly 05000456Sonic Zhang2009-12-111-0/+11
* | | | | USB: musb: add notes for Blackfin anomaliesSonic Zhang2009-12-111-0/+27
* | | | | USB: musb: update Blackfin processor dependencySonic Zhang2009-12-111-1/+1
* | | | | USB: musb: kill some useless comments in Blackfin driverBryan Wu2009-12-111-4/+0
* | | | | USB: musb: kill compile warning for Blackfin systemsBryan Wu2009-12-111-2/+2
* | | | | USB: musb: tweak musb_read_fifo() to avoid unused warningsMike Frysinger2009-12-111-4/+5
* | | | | USB: xhci: Handle errors that cause endpoint halts.Sarah Sharp2009-12-111-19/+60
* | | | | USB: xhci: Return success for vendor-specific info codes.Sarah Sharp2009-12-111-0/+10
* | | | | USB: xhci: Return -EPROTO on a split transaction error.Sarah Sharp2009-12-111-0/+1
* | | | | USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp2009-12-112-6/+24
* | | | | USB: g_multi: Multifunction Composite Gadget addedMichal Nazarewicz2009-12-113-0/+399
* | | | | USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz2009-12-112-14/+29
* | | | | USB: composite: usb_composite_unregister() no longer __exitMichal Nazarewicz2009-12-111-2/+3
* | | | | USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz2009-12-111-582/+648
* | | | | USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz2009-12-113-294/+387
* | | | | USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz2009-12-111-5/+17
* | | | | USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz2009-12-112-96/+178
* | | | | USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz2009-12-116-500/+426
* | | | | USB: xhci: Add tests for TRB address translation.Sarah Sharp2009-12-113-2/+163
* | | | | usbtest: make module param pattern writeableVikram Pandita2009-12-111-2/+5
* | | | | USB: fix possible null deref in init_usb_class()Dan Carpenter2009-12-111-0/+1
* | | | | USB: r8a66597: clean up. remove unneeded null checksDan Carpenter2009-12-111-4/+0
* | | | | USB: remove the auto_pm flagAlan Stern2009-12-113-6/+2
* | | | | USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten2009-12-111-1/+1
* | | | | USB: option.c: add support for D-Link DWM-162-U5Zhang Le2009-12-111-0/+1
* | | | | USB: ark3116: Cleanup of now unneeded functionsbart.hartgers@gmail.com2009-12-111-39/+0
* | | | | USB: ark3116: Callbacks for interrupt and bulk readbart.hartgers@gmail.com2009-12-111-0/+194
* | | | | USB: ark3116: Add cmset and breakbart.hartgers@gmail.com2009-12-111-0/+56
* | | | | USB: ark3116: Replace cmgetbart.hartgers@gmail.com2009-12-111-24/+19
* | | | | USB: ark3116: Make existing functions 16450-aware and add close and release f...bart.hartgers@gmail.com2009-12-111-219/+276
* | | | | USB: ark3116: Setup some basic infrastructure for new ark3116 driver.bart.hartgers@gmail.com2009-12-111-6/+182
* | | | | USB: Close usb_find_interface raceRuss Dill2009-12-111-18/+10
* | | | | USB: FIX bitfield istl_flip:1, make it unsigned.Roel Kluin2009-12-111-2/+2
* | | | | USB: Exposing second ACM channel as tty for Nokia S60 phones.Adrian Taylor2009-12-111-1/+57
* | | | | USB: Check results of dma_map_singleLarry Finger2009-12-111-4/+10
* | | | | USB: ehci: Allow EHCI to be built on OMAP3Anand Gadiyar2009-12-111-0/+1
* | | | | USB: add scatter-gather support to usbmonAlan Stern2009-12-112-12/+62
* | | | | USB: EHCI: add native scatter-gather supportAlan Stern2009-12-112-5/+29
* | | | | USB: serial: sierra driver memory reductionElina Pasheva2009-12-111-12/+77
* | | | | USB: Interface Association Descriptors added to CDC & RNDISMichal Nazarewicz2009-12-112-4/+59
* | | | | USB: g_mass_storage: fsg_common_init() createdMichal Nazarewicz2009-12-111-162/+199