summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-02USB: convert to the runtime PM frameworkAlan Stern11-784/+490
2010-03-02USB: rearrange functions in driver.cAlan Stern1-103/+103
2010-03-02USB: change handling of negative autosuspend delaysAlan Stern2-5/+27
2010-03-02USB: implement usb_enable_autosuspendAlan Stern6-21/+82
2010-03-02USB: use the device lock for persist_enabledAlan Stern1-2/+3
2010-03-02USB: consolidate remote wakeup routinesAlan Stern3-11/+11
2010-03-02USB: change locking for device-level autosuspendAlan Stern3-20/+30
2010-03-02USB: rearrange code in usb_probe_interfaceAlan Stern1-32/+31
2010-03-02USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp1-2/+7
2010-03-02USB: unusual_devs: Add support for multiple Option 3G sticksJan Dumon1-2/+86
2010-03-02arm: defconfig: rx51: enable phonet and g_nokiaFelipe Balbi1-1/+10
2010-03-02USB: gadget: introduce g_nokia gadget driverFelipe Balbi3-0/+271
2010-03-02USB: xhci: Fix compile issues with xhci_get_slot_state()Sarah Sharp2-2/+2
2010-03-02USB: c67x00: use resource_size().Thiago Farina1-4/+4
2010-03-02USB: FHCI: Correct the size argument to kzallocJulia Lawall1-1/+1
2010-03-02USB: cypress_m8: use put_unaligned_le32() where necessaryJohan Hovold1-2/+3
2010-03-02USB: ch341: use get_unaligned_le16 in break_ctlJohan Hovold1-1/+2
2010-03-02USB: serial: fix DMA buffers on stack for io_edgeport.cDan Carpenter1-17/+18
2010-03-02USB: kobil_sct: clean up kobil_set_termiosJohan Hovold1-18/+4
2010-03-02USB: visor: fix DMA buffers on stackJohan Hovold1-8/+18
2010-03-02USB: oti6858: fix DMA buffer on stackJohan Hovold1-3/+10
2010-03-02USB: mos7840: fix DMA buffers on stack and endianess bugsJohan Hovold1-4/+18
2010-03-02USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmdJohan Hovold1-17/+17
2010-03-02USB: kl5kusb105: fix DMA buffers on stackJohan Hovold1-18/+45
2010-03-02USB: keyspan_pda: fix DMA buffers on stackJohan Hovold1-12/+33
2010-03-02USB: io_ti: fix DMA buffers on stackJohan Hovold1-18/+48
2010-03-02USB: cypress_m8: fix endianess bugJohan Hovold1-2/+2
2010-03-02USB: cypress_m8: fix DMA buffer on stackJohan Hovold1-14/+17
2010-03-02USB: ch341: use le16_to_cpup to be explicit about endianessJohan Hovold1-1/+1
2010-03-02USB: ch341: fix DMA buffer on stackJohan Hovold1-3/+11
2010-03-02USB: ch341: replace printk warnings with dev_errJohan Hovold1-4/+4
2010-03-02usb: host: ehci: adding regulator framework in ehci-omap.c driver.Ajay Kumar Gupta1-0/+36
2010-03-02usb: host: ehci: fix missing kfree in remove path alsoAjay Kumar Gupta1-0/+1
2010-03-02usb: musb: Add 'extvbus' in musb_hdrc_platform_dataAjay Kumar Gupta3-0/+16
2010-03-02usb: musb: save dynfifo in musb structAjay Kumar Gupta2-1/+4
2010-03-02usb: musb: handle irqs in the order dictated by programming guideArnaud Mandy1-139/+116
2010-03-02usb: musb: clean up commit 'workaround Blackfin FIFO anomalies'Bryan Wu1-15/+13
2010-03-02usb: musb: Fix cppi_channel_abort() function to handle Tx abort correctlySwaminathan S1-23/+10
2010-03-02usb: musb: workaround toggle bug when doing bulk transfer after isocSwaminathan S1-0/+24
2010-03-02usb: musb: workaround MUSB DMA_INTR sometimes reads zeroAnand Gadiyar1-3/+22
2010-03-02usb: musb: hsdma: add wrapper for reading DMA countAnand Gadiyar1-0/+17
2010-03-02USB: musb: Add new fifo table for a OMAP3 errataAjay Kumar Gupta1-0/+34
2010-03-02usb: otg: twl4030: move to request_threaded_irqFelipe Balbi1-9/+1
2010-03-02USB: Correct CONFIG variable typo.Robert P. J. Day1-1/+1
2010-03-02USB: usblp: Remove checks no longer needed with the new runtime PM systemOliver Neukum1-17/+3
2010-03-02USB: ftdi_sio: remove unnecessary initialisationsJohan Hovold1-9/+9
2010-03-02USB: ftdi_sio: clean up modem status handlingJohan Hovold1-21/+16
2010-03-02USB: ftdi_sio: fix DMA buffers on stackJohan Hovold1-42/+27
2010-03-02USB: ftdi_sio: fix latency-timeout endianess bugJohan Hovold1-4/+10
2010-03-02USB: ftdi_sio: use error code from usb stack in read_latency_timerJohan Hovold1-3/+2