summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-28USB: serial: hp4x.c: use module_usb_serial_driverGreg Kroah-Hartman1-18/+1
2012-02-28USB: serial: garmin_gps.c: use module_usb_serial_driverGreg Kroah-Hartman1-24/+1
2012-02-28USB: serial: funsoft.c: use module_usb_serial_driverGreg Kroah-Hartman1-12/+2
2012-02-28USB: serial: empeg.c: use module_usb_serial_driverGreg Kroah-Hartman1-19/+1
2012-02-28USB: serial: digi_acceleport.c: use module_usb_serial_driverGreg Kroah-Hartman1-20/+1
2012-02-28USB: serial: cypress_m8.c: use module_usb_serial_driverGreg Kroah-Hartman1-29/+1
2012-02-28USB: serial: cyberjack.c: use module_usb_serial_driverGreg Kroah-Hartman1-20/+1
2012-02-28USB: serial: cp210x.c: use module_usb_serial_driverGreg Kroah-Hartman1-18/+1
2012-02-28USB: serial: ch341.c: use module_usb_serial_driverGreg Kroah-Hartman1-13/+1
2012-02-28USB: serial: belkin_sa.c: use module_usb_serial_driverGreg Kroah-Hartman1-20/+1
2012-02-28USB: serial: ark3116.c: use module_usb_serial_driverGreg Kroah-Hartman1-20/+1
2012-02-28USB: serial: aircable.c: use module_usb_serial_driverGreg Kroah-Hartman1-12/+1
2012-02-28USB: serial: serqt_usb2.c: use module_usb_serial_driverGreg Kroah-Hartman1-21/+1
2012-02-28USB: serial: quatech_usb2.c: use module_usb_serial_driverGreg Kroah-Hartman1-21/+1
2012-02-28USB: create module_usb_serial_driver macroGreg KH1-17/+1
2012-02-28usb/gadget: use common defines within the storage gadgetSebastian Andrzej Siewior3-45/+24
2012-02-28usb/storage: redefine US_BULK_FLAG_IN and use itSebastian Andrzej Siewior3-16/+17
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior6-134/+2
2012-02-28USB: option: Add MediaTek MT6276M modem&app interfacesMeng Zhang1-0/+7
2012-02-28powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platformShengzhou Liu1-10/+14
2012-02-28usb: fix defined but not used warnings in hcd-pci.cPaul Gortmaker1-0/+2
2012-02-28USB: ftdi_sio: fix problem when the manufacture is a NULL stringGreg Kroah-Hartman1-1/+2
2012-02-28usb: gadget: goku: use generic map/unmap routinesFelipe Balbi1-10/+8
2012-02-28usb: gadget: net2280: use generic map/unmap routinesFelipe Balbi1-10/+9
2012-02-28usb: gadget: net2272: use generic map/umap routinesFelipe Balbi1-10/+8
2012-02-28usb: gadget: r8a66597: use generic map/unmap routinesFelipe Balbi1-8/+2
2012-02-28usb: gadget: amd5536: use generic map/unmap routinesFelipe Balbi1-27/+6
2012-02-28usb: renesas: gadget: use generic map/unmap routinesFelipe Balbi1-56/+17
2012-02-28usb: gadget: langwell: use generic map/unmap functionsFelipe Balbi1-38/+7
2012-02-28usb: dwc3: gadget: use generic map/unmap routinesFelipe Balbi4-83/+30
2012-02-28usb: gadget: add generic map/unmap request utilitiesFelipe Balbi1-0/+52
2012-02-27usb: amd5536udc: Remove old CVS markersCyril Roelandt1-1/+1
2012-02-27usb: amd5536udc: Fix the type of ep_stringCyril Roelandt1-1/+1
2012-02-27usb: amd5536udc: use the DEFINE_PCI_DEVICE_TABLE macroCyril Roelandt1-1/+1
2012-02-27usb: amd5536udc: Fix indentationCyril Roelandt1-3/+3
2012-02-27usb: amd5536udc: Fix coding style issues.Cyril Roelandt1-4/+4
2012-02-27usb: amd5536udc: Fix brace coding style issues.Cyril Roelandt1-57/+36
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus18-39/+46
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus24-81/+84
2012-02-27usb: otg: mv_otg: Start using struct usb_otgHeikki Krogerus3-55/+69
2012-02-24usb-serial: Add support for the Sealevel SeaLINK+8 2038-ROHS deviceScott Dial2-0/+8
2012-02-24usb: host: add dependence for USB_EHCI_MVNeil Zhang1-1/+1
2012-02-24USB: ohci-exynos: replace hcd->state with ohci->rh_stateJingoo Han1-4/+2
2012-02-24USB: ehci-spear: Add PM supportDeepak Sikri1-2/+81
2012-02-24USB: ums_realtek: do not use stack memory for DMA in __do_config_autodelinkjwboyer@redhat.com1-1/+7
2012-02-24powerpc/usb: fix bug of kernel hang when initializing usbShengzhou Liu2-0/+5
2012-02-24usb: Fix build error due to dma_mask is not at pdev_archdata at ARMPeter Chen1-1/+0
2012-02-24usb: Fix typo in ehci-dbg.cMasanari Iida1-1/+1
2012-02-24usb: isp1362-hcd: Convert to module_platform_driverTobias Klauser1-16/+4
2012-02-24USB: allow users to run setserial with cdc-acmOliver Neukum1-1/+29