summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-12usb: Bind devices to ACPI devices when possibleMatthew Garrett4-0/+74
2012-05-12ACPI: Add _PLD supportMatthew Garrett1-0/+30
2012-05-12ACPI: Add stubs for (un)register_acpi_bus_typeMatthew Garrett1-0/+2
2012-05-12usb: gadget: remove langwell_udcAlexander Shishkin4-3659/+0
2012-05-12usb: chipidea: drop unused field "device" from ci13xxx_epAlexander Shishkin2-3/+0
2012-05-12usb: chipidea: use generic map/unmap routinesAlexander Shishkin3-35/+10
2012-05-12usb: chipidea: add power_budget limit for ehci to platform dataAlexander Shishkin2-1/+9
2012-05-12usb: chipidea: add host roleAlexander Shishkin9-9/+212
2012-05-12usb: chipidea: use common definition for USBMODE bitsAlexander Shishkin3-8/+8
2012-05-12usb: chipidea: drop unused msm register definitionsAlexander Shishkin1-3/+0
2012-05-12usb: chipidea: drop redundant NULL checkAlexander Shishkin1-3/+0
2012-05-12usb: chipidea: isr_reset_handler fix missing lockingMichael Grzeschik1-1/+1
2012-05-12usb: chipidea: brush up structure definitionsAlexander Shishkin2-61/+120
2012-05-12usb: chipidea: remove unused field "regs" from ci13xxxAlexander Shishkin2-2/+1
2012-05-12usb: chipidea: add support for rolesAlexander Shishkin7-115/+325
2012-05-12usb: chipidea: split the driver code into unitsAlexander Shishkin12-1418/+1597
2012-05-12usb: move ci13xxx and related code to drivers/usb/chipideaAlexander Shishkin10-44/+24
2012-05-12usb: gadget: ci13xxx: print basic device info when probingAlexander Shishkin1-0/+3
2012-05-12usb: gadget: ci13xxx: don't use "advance" feature when setting addressAlexander Shishkin2-10/+14
2012-05-12usb: gadget: ci13xxx: fix the context of register mapAlexander Shishkin1-1/+1
2012-05-12usb: gadget: ci13xxx: get rid of local tracing for goodAlexander Shishkin2-82/+0
2012-05-12usb: gadget: ci13xxx_pci: guard against devices without driver_dataAlexander Shishkin1-0/+5
2012-05-12USB: cdc-wdm: remove from device list on disconnectBjørn Mork1-3/+9
2012-05-12USB: cdc-wdm: cannot use dev_printk when device is goneBjørn Mork1-4/+7
2012-05-12USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork1-1/+1
2012-05-12usb: dwc3: Fix the dwc3 dependencyjoseph daniel1-1/+1
2012-05-12usb: gadget: dummy_hcd: fix build when BUG is not setSasha Levin1-1/+1
2012-05-12usb: host: mips: sead3: Fix for big endian.Steven J. Hill1-5/+5
2012-05-12USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial consoleDarren Hart2-2/+5
2012-05-11USB: serial: opticon: hook up suspend/resume callbacksGreg Kroah-Hartman1-11/+4
2012-05-11USB: serqt_usb2: remove duplicate device idsGreg Kroah-Hartman1-14/+0
2012-05-11USB: remove staging quatech_usb2 driverGreg Kroah-Hartman6-1977/+0
2012-05-11USB: serial: add copyright and license to quatech2Bill Pemberton1-0/+6
2012-05-10USB: serial: add quatech2 usb to serial driverBill Pemberton3-0/+1159
2012-05-10usb: gadget: f_rndis: Set rndis vendor parametersBenoit Goby2-21/+33
2012-05-10usb: gadget: rndis: Fix re-binding f_rndisBenoit Goby1-0/+1
2012-05-10usb: gadget: Add variant of gether_setup to customize the device nameMike Lockwood2-4/+25
2012-05-10usb: gadget: u_serial: Allow calling gserial_setup after initBenoit Goby1-2/+2
2012-05-10usb: gadget: composite: add iSerialNumber to usb_composite_driverAndrzej Pietrasiewicz1-2/+3
2012-05-10usb: gadget: composite: make module parameters accessible at runtimeAndrzej Pietrasiewicz1-6/+12
2012-05-10usb: gadget: composite: Initialize config->interfaceBenoit Goby1-0/+1
2012-05-10usb: gadget: composite: Add usb_remove_configBenoit Goby1-20/+48
2012-05-10USB: gadget: ci13xx_pci: remove unneeded check in ci13xxx_pci_probe()Greg Kroah-Hartman1-3/+0
2012-05-10USB: gadget: ci13xx_udc: fix potential crash in irq handlerGreg Kroah-Hartman1-3/+1
2012-05-10usb:hsotg:samsung:cosmetic Move <linux/platform_data/s3c-hsotg.h> to proper p...Lukasz Majewski1-1/+1
2012-05-10USB: ohci-at91: add a reset function to fix race conditionNicolas Ferre1-1/+10
2012-05-10USB: ohci-at91: use resource_size() for memory/io resource lengthNicolas Ferre1-1/+1
2012-05-10ARM: OMAP: USB: fix warning on EHCI PHY reset pathIgor Grinberg1-2/+2
2012-05-10usb: gadget: ci13xxx: convert to new styleAlexander Shishkin1-81/+39
2012-05-10usb: gadget: ci13xxx: move endpoint (de-)initialization to probe/removeAlexander Shishkin1-81/+80