| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: gpio_vbus: wakeup support on GPIO VBUS interrupts | Shinya Kuribayashi | 2012-05-17 | 1 | -0/+33 |
* | USB: gpio_vbus: a missing cancellation of workqueue in remove() function | Shinya Kuribayashi | 2012-05-17 | 1 | -0/+1 |
* | USB: gpio_vbus: handle IRQ flags properly | Shinya Kuribayashi | 2012-05-17 | 1 | -5/+6 |
* | USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM use | Shinya Kuribayashi | 2012-05-17 | 1 | -3/+2 |
* | USB: gpio_vbus: use cached IRQ number for consistency with the probed one | Shinya Kuribayashi | 2012-05-17 | 1 | -4/+6 |
* | USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irq | Ming Lei | 2012-05-17 | 1 | -2/+2 |
* | USB: storage: fixed keyword related space issues. | Jeffrin Jose | 2012-05-17 | 1 | -2/+2 |
* | USB: storage: fixed several trailing white spaces issues. | Jeffrin Jose | 2012-05-17 | 1 | -9/+9 |
* | USB: storage: fixed C99 comment issue. | Jeffrin Jose | 2012-05-17 | 1 | -1/+1 |
* | Revert "USB: serial: sierra: put reset_resume callback back." | Greg Kroah-Hartman | 2012-05-16 | 1 | -8/+0 |
* | USB: serial: fix up reset_resume callback | Greg Kroah-Hartman | 2012-05-16 | 1 | -2/+4 |
* | USB: serial: ch341: make the reset_resume callback actually work. | Greg Kroah-Hartman | 2012-05-16 | 1 | -1/+1 |
* | USB: serial: generic driver is only for testing | Bjørn Mork | 2012-05-16 | 1 | -0/+2 |
* | usb: gadget: at91_udc: fix endpoint descriptor dereference | Nicolas Ferre | 2012-05-16 | 1 | -1/+1 |
* | usb: fix breakage on systems without ACPI | Sasha Levin | 2012-05-16 | 1 | -4/+1 |
* | USB: symbolserial.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -4/+4 |
* | USB: spcp8x5.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -4/+8 |
* | USB: qcserial.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -13/+13 |
* | USB: navman.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -5/+6 |
* | USB: ir-usb.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -22/+28 |
* | USB: ipaq.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -3/+4 |
* | USB: generic.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -8/+13 |
* | USB: f81232.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -8/+12 |
* | USB: belkin_sa.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -5/+6 |
* | USB: ark3116.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -12/+15 |
* | USB: aircable.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-15 | 1 | -3/+4 |
* | USB: serial: sierra: put reset_resume callback back. | Greg Kroah-Hartman | 2012-05-15 | 1 | -0/+8 |
* | USB: serial: ch341: put reset_resume callback back. | Greg Kroah-Hartman | 2012-05-15 | 1 | -2/+2 |
* | USB: serial: hook up reset_resume callback | Greg Kroah-Hartman | 2012-05-15 | 1 | -1/+23 |
* | usb: chipidea: remove zero check of hw_ep_max | Richard Zhao | 2012-05-15 | 1 | -1/+1 |
* | USB: CI13xxx: Use usb_put_hcd() on failure to drop HCD | Marek Vasut | 2012-05-15 | 1 | -1/+1 |
* | USB: CI13xxx: Allow use of CONFIG_USB_EHCI_ROOT_HUB_TT | Marek Vasut | 2012-05-15 | 1 | -2/+2 |
* | USB: EHCI: work around bug in the Philips ISP1562 controller | Alan Stern | 2012-05-14 | 3 | -1/+9 |
* | USB: EHCI: improve full-speed isochronous scheduling routine | Alan Stern | 2012-05-14 | 1 | -19/+21 |
* | usb: musb: cppi: add missing include to fix compilation | Reinhard Tartler | 2012-05-14 | 1 | -0/+1 |
* | USB: add read support to usb-serial/../new_id | Bjørn Mork | 2012-05-14 | 2 | -4/+18 |
* | USB: let both new_id and remove_id show dynamic id list | Bjørn Mork | 2012-05-14 | 1 | -2/+19 |
* | FunctionFS: enable multiple functions | Andrzej Pietrasiewicz | 2012-05-14 | 2 | -31/+207 |
* | Revert "usb: add struct usb_hub_port to store port related members." | Greg Kroah-Hartman | 2012-05-14 | 1 | -16/+13 |
* | Revert "usb: move struct usb_device->children to struct usb_hub_port->child" | Greg Kroah-Hartman | 2012-05-14 | 3 | -44/+29 |
* | USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active" | Shinya Kuribayashi | 2012-05-14 | 1 | -2/+10 |
* | USB: gpio_vbus: put a missing regulator_put() on error | Shinya Kuribayashi | 2012-05-14 | 1 | -0/+1 |
* | USB: gpio_vbus: provide an appropriate debounce interval | Shinya Kuribayashi | 2012-05-14 | 1 | -4/+4 |
* | USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq() | Shinya Kuribayashi | 2012-05-14 | 1 | -2/+2 |
* | usb: Kconfig: remove unneeded default value | David Herrmann | 2012-05-14 | 1 | -1/+0 |
* | USB: ohci-omap: Use usb_put_transceiver instead of put_device | Jarkko Nikula | 2012-05-14 | 1 | -3/+2 |
* | USB: ehci-fsl: Use usb_put_transceiver instead of put_device | Jarkko Nikula | 2012-05-14 | 1 | -3/+2 |
* | usb: move struct usb_device->children to struct usb_hub_port->child | Lan Tianyu | 2012-05-11 | 3 | -29/+44 |
* | usb: add struct usb_hub_port to store port related members. | Lan Tianyu | 2012-05-11 | 1 | -13/+16 |
* | usb: Set device removable state based on ACPI USB data | Matthew Garrett | 2012-05-11 | 1 | -0/+57 |