summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: gpio_vbus: wakeup support on GPIO VBUS interruptsShinya Kuribayashi2012-05-171-0/+33
* USB: gpio_vbus: a missing cancellation of workqueue in remove() functionShinya Kuribayashi2012-05-171-0/+1
* USB: gpio_vbus: handle IRQ flags properlyShinya Kuribayashi2012-05-171-5/+6
* USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM useShinya Kuribayashi2012-05-171-3/+2
* USB: gpio_vbus: use cached IRQ number for consistency with the probed oneShinya Kuribayashi2012-05-171-4/+6
* USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irqMing Lei2012-05-171-2/+2
* USB: storage: fixed keyword related space issues.Jeffrin Jose2012-05-171-2/+2
* USB: storage: fixed several trailing white spaces issues.Jeffrin Jose2012-05-171-9/+9
* USB: storage: fixed C99 comment issue.Jeffrin Jose2012-05-171-1/+1
* Revert "USB: serial: sierra: put reset_resume callback back."Greg Kroah-Hartman2012-05-161-8/+0
* USB: serial: fix up reset_resume callbackGreg Kroah-Hartman2012-05-161-2/+4
* USB: serial: ch341: make the reset_resume callback actually work.Greg Kroah-Hartman2012-05-161-1/+1
* USB: serial: generic driver is only for testingBjørn Mork2012-05-161-0/+2
* usb: gadget: at91_udc: fix endpoint descriptor dereferenceNicolas Ferre2012-05-161-1/+1
* usb: fix breakage on systems without ACPISasha Levin2012-05-161-4/+1
* USB: symbolserial.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-4/+4
* USB: spcp8x5.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-4/+8
* USB: qcserial.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-13/+13
* USB: navman.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-5/+6
* USB: ir-usb.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-22/+28
* USB: ipaq.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-3/+4
* USB: generic.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-8/+13
* USB: f81232.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-8/+12
* USB: belkin_sa.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-5/+6
* USB: ark3116.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-12/+15
* USB: aircable.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-3/+4
* USB: serial: sierra: put reset_resume callback back.Greg Kroah-Hartman2012-05-151-0/+8
* USB: serial: ch341: put reset_resume callback back.Greg Kroah-Hartman2012-05-151-2/+2
* USB: serial: hook up reset_resume callbackGreg Kroah-Hartman2012-05-151-1/+23
* usb: chipidea: remove zero check of hw_ep_maxRichard Zhao2012-05-151-1/+1
* USB: CI13xxx: Use usb_put_hcd() on failure to drop HCDMarek Vasut2012-05-151-1/+1
* USB: CI13xxx: Allow use of CONFIG_USB_EHCI_ROOT_HUB_TTMarek Vasut2012-05-151-2/+2
* USB: EHCI: work around bug in the Philips ISP1562 controllerAlan Stern2012-05-143-1/+9
* USB: EHCI: improve full-speed isochronous scheduling routineAlan Stern2012-05-141-19/+21
* usb: musb: cppi: add missing include to fix compilationReinhard Tartler2012-05-141-0/+1
* USB: add read support to usb-serial/../new_idBjørn Mork2012-05-142-4/+18
* USB: let both new_id and remove_id show dynamic id listBjørn Mork2012-05-141-2/+19
* FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2012-05-142-31/+207
* Revert "usb: add struct usb_hub_port to store port related members."Greg Kroah-Hartman2012-05-141-16/+13
* Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman2012-05-143-44/+29
* USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active"Shinya Kuribayashi2012-05-141-2/+10
* USB: gpio_vbus: put a missing regulator_put() on errorShinya Kuribayashi2012-05-141-0/+1
* USB: gpio_vbus: provide an appropriate debounce intervalShinya Kuribayashi2012-05-141-4/+4
* USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq()Shinya Kuribayashi2012-05-141-2/+2
* usb: Kconfig: remove unneeded default valueDavid Herrmann2012-05-141-1/+0
* USB: ohci-omap: Use usb_put_transceiver instead of put_deviceJarkko Nikula2012-05-141-3/+2
* USB: ehci-fsl: Use usb_put_transceiver instead of put_deviceJarkko Nikula2012-05-141-3/+2
* usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu2012-05-113-29/+44
* usb: add struct usb_hub_port to store port related members.Lan Tianyu2012-05-111-13/+16
* usb: Set device removable state based on ACPI USB dataMatthew Garrett2012-05-111-0/+57