summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-14FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2-31/+207
2012-05-14Revert "usb: add struct usb_hub_port to store port related members."Greg Kroah-Hartman1-16/+13
2012-05-14Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman4-45/+31
2012-05-14USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active"Shinya Kuribayashi1-2/+10
2012-05-14USB: gpio_vbus: put a missing regulator_put() on errorShinya Kuribayashi1-0/+1
2012-05-14USB: gpio_vbus: provide an appropriate debounce intervalShinya Kuribayashi1-4/+4
2012-05-14USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq()Shinya Kuribayashi1-2/+2
2012-05-14usb: Kconfig: remove unneeded default valueDavid Herrmann1-1/+0
2012-05-14USB: ohci-omap: Use usb_put_transceiver instead of put_deviceJarkko Nikula1-3/+2
2012-05-14USB: ehci-fsl: Use usb_put_transceiver instead of put_deviceJarkko Nikula1-3/+2
2012-05-12usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu4-31/+45
2012-05-12usb: add struct usb_hub_port to store port related members.Lan Tianyu1-13/+16
2012-05-12usb: Set device removable state based on ACPI USB dataMatthew Garrett1-0/+57
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