summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2010-04-30musb_core: fix musb_init_controller() error cleanup pathSergei Shtylyov1-17/+34
2010-04-30MUSB: fix DaVinci glue layer dependencySergei Shtylyov2-2/+2
2010-04-30musb_core: don't call musb_platform_exit() twiceSergei Shtylyov1-10/+7
2010-04-30MUSB: OMAP: don't call clk_put()Sergei Shtylyov1-3/+0
2010-04-30MUSB: DaVinci: fix musb_platform_init() error cleanup pathSergei Shtylyov1-0/+2
2010-04-30musb_core: don't prevent disabling clock on driver unloadSergei Shtylyov1-3/+1
2010-04-30musb_core: don't touch 'musb->clock' in musb_free()Sergei Shtylyov1-5/+0
2010-04-30musb: potential use after freeDan Carpenter1-0/+1
2010-04-30musb: save and restore missing bus control registerAjay Kumar Gupta2-1/+3
2010-04-30MUSB: Blackfin: don't fake blackfin_interrupt() resultSergei Shtylyov1-7/+1
2010-04-23usb: Increase timeout value for device resetDinh Nguyen1-1/+1
2010-04-23USB: put claimed interfaces in the "suspended" stateAlan Stern1-6/+7
2010-04-23USB: EHCI: defer reclamation of siTDsAlan Stern4-12/+36
2010-04-23USB: fix remote wakeup settings during system sleepAlan Stern1-1/+35
2010-04-23USB: pl2303: add AdLink ND-6530 USB IDsManuel Jander2-0/+5
2010-04-23USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.William Lightning1-0/+1
2010-04-23USB: OHCI: DA8xx/OMAP-L1x: fix up macro renameSergei Shtylyov1-1/+1
2010-04-23USB: qcaux: add LG Rumor and Sanyo Katana LX device IDsDan Williams1-0/+10
2010-04-23usb: wusb: don't overflow the Keep Alive IE bufferDavid Vrabel1-1/+1
2010-04-23USB: ehci: omap: fix kernel panic with rmmodAjay Kumar Gupta1-2/+4
2010-04-23USB: fixed bug in usbsevseg using USB autosuspend incorrectlyHarrison Metzger1-2/+13
2010-04-23USB: ti_usb_3410_5052: adding multitech dialup fax/modem devicesAlex Manoussakis2-4/+25
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-1/+9
2010-04-03Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo107-12/+99
2010-03-29ARM: 5965/1: Fix soft lockup in at91 udc driverHarro Haan1-0/+9
2010-03-26USB gadget r8a66597-udc.c: duplicated includeAndrea Gelmini1-1/+0
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+1
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds30-142/+321
2010-03-19USB: gadget/multi: cdc_do_config: remove redundant checkPeter Korsgaard1-2/+0
2010-03-19usb: r8a66597-hcd: fix removed from an attached hubYoshihiro Shimoda1-5/+11
2010-03-19USB: xhci: Make endpoint interval debugging clearer.Sarah Sharp1-2/+7
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox1-0/+1
2010-03-19USB: cp210x: Remove double usb_control_msg from cp210x_set_configMichael Brunner1-5/+0
2010-03-19USB: Remove last bit of CONFIG_USB_BERRY_CHARGEChristoph Egger1-14/+0
2010-03-19USB: gadget: add gadget controller number for s3c-hsotg driverMaurus Cuelenaere1-0/+8
2010-03-19USB: ftdi_sio: Fix locking for change_speed() functionAlessio Igor Bogani1-2/+4
2010-03-19USB: g_mass_storage: fixed module name in KconfigMichal Nazarewicz1-1/+1
2010-03-19USB: gadget: f_mass_storage::fsg_bind(): fix error handlingPeter Korsgaard1-1/+0
2010-03-19USB: g_mass_storage: fix section mismatch warningsMike Frysinger1-1/+1
2010-03-19USB: gadget: fix Blackfin builds after gadget cleansingMike Frysinger1-1/+1
2010-03-19USB: goku_udc: remove potential null dereferenceDan Carpenter1-1/+1
2010-03-19USB: option.c: Add Pirelli VID/PID and indicate Pirelli's modem interface is ...spark1-0/+43
2010-03-19USB: serial: Fix module name typo for qcaux Kconfig entry.Stefan Schmidt1-2/+2
2010-03-19usb: cdc-wdm: Fix deadlock between write and resumeOliver Neukum1-2/+2
2010-03-19usb: cdc-wdm: Fix order in disconnect and fix lockingOliver Neukum1-8/+17
2010-03-19usb: cdc-wdm:Fix loss of data due to autosuspendOliver Neukum1-1/+4
2010-03-19usb: cdc-wdm: Fix submission of URB after suspensionOliver Neukum1-2/+5
2010-03-19usb: cdc-wdm: Fix race between disconnect and debug messagesOliver Neukum1-5/+0
2010-03-19usb: cdc-wdm: Fix race between autosuspend and reading from the deviceOliver Neukum1-4/+10