Age | Commit message (Expand) | Author | Files | Lines |
2015-01-29 | usb: gadget: bdc_udc: set value for common is_selfpowered | Peter Chen | 1 | -0/+1 |
2015-01-29 | usb: renesas_usbhs: gadget: set value for common is_selfpowered | Peter Chen | 1 | -0/+2 |
2015-01-29 | staging: emxx_udc: use common is_selfpowered | Peter Chen | 2 | -7/+3 |
2015-01-29 | usb: gadget: at91_udc: use common is_selfpowered | Peter Chen | 2 | -5/+4 |
2015-01-29 | usb: chipidea: udc: add set_selfpowered gaget ops | Peter Chen | 1 | -2/+16 |
2015-01-29 | usb: dwc3: gadget: add missing spin_lock() | Felipe Balbi | 1 | -0/+1 |
2015-01-27 | usb: dwc3: remove reliance on dev_vdbg() | Felipe Balbi | 4 | -35/+39 |
2015-01-27 | usb: dwc3: trace: add trace logs for core and gadget | Felipe Balbi | 1 | -0/+10 |
2015-01-27 | usb: dwc3: gadget: WARN() in case of unknown IRQ | Felipe Balbi | 1 | -1/+1 |
2015-01-27 | usb: dwc3: gadget: avoid variable shadowing | Felipe Balbi | 1 | -6/+1 |
2015-01-27 | usb: gadget: uvc: comments for iterating over streaming hierarchy | Andrzej Pietrasiewicz | 1 | -0/+34 |
2015-01-27 | usb: gadget: uvc: use explicit type instead of void * | Andrzej Pietrasiewicz | 1 | -2/+2 |
2015-01-27 | usb: phy: mxs: add delay before set phyctrl.clkgate | Peter Chen | 1 | -3/+9 |
2015-01-27 | usb: phy: mxs: do not set PWD.RXPWD1PT1 for low speed connection | Peter Chen | 1 | -1/+46 |
2015-01-27 | usb: phy: mxs: refine mxs_phy_disconnect_line | Li Jun | 1 | -1/+14 |
2015-01-27 | usb: phy: mxs: don't need IP fix for imx6sx | Peter Chen | 1 | -2/+1 |
2015-01-27 | usb: isp1760: Fix USB disabled check | Laurent Pinchart | 3 | -9/+21 |
2015-01-27 | usb: isp1760: Remove duplicate usb_disabled() check | Laurent Pinchart | 1 | -3/+0 |
2015-01-27 | usb: isp1760: Make HCD support optional | Laurent Pinchart | 4 | -8/+71 |
2015-01-27 | usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/ | Laurent Pinchart | 15 | -26/+29 |
2015-01-27 | usb: isp1760: Add device controller support | Laurent Pinchart | 7 | -5/+1768 |
2015-01-27 | usb: isp1760: Move PORT1 configuration to core code | Laurent Pinchart | 2 | -9/+8 |
2015-01-27 | usb: isp1760: Initialize the bus interface in core code | Laurent Pinchart | 4 | -75/+105 |
2015-01-27 | usb: isp1760: Set IRQF_SHARED flag in core code | Laurent Pinchart | 2 | -7/+6 |
2015-01-27 | usb: isp1760: Move core code to isp1760-core.c | Laurent Pinchart | 6 | -38/+114 |
2015-01-27 | usb: isp1760: Reorganize header files | Laurent Pinchart | 4 | -225/+256 |
2015-01-27 | usb: isp1760: Prefix driver data structures with isp1760_ | Laurent Pinchart | 2 | -9/+10 |
2015-01-27 | usb: isp1760: Decouple usb_hdc and isp1760_priv | Laurent Pinchart | 1 | -6/+15 |
2015-01-27 | usb: isp1760: Refactor PCI initialization code | Laurent Pinchart | 1 | -65/+69 |
2015-01-27 | usb: isp1760: Use the managed devm_ioremap_resource() API | Laurent Pinchart | 2 | -41/+16 |
2015-01-27 | usb: isp1760: Pass resource pointer to isp1760_register | Laurent Pinchart | 3 | -13/+11 |
2015-01-27 | usb: isp1760: Remove busname argument to isp1760_register | Laurent Pinchart | 3 | -6/+4 |
2015-01-27 | usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_ | Laurent Pinchart | 3 | -7/+7 |
2015-01-27 | usb: isp1760: Fix indentation in probe error path | Laurent Pinchart | 1 | -3/+3 |
2015-01-27 | usb: isp1760: Don't expose hcd to glue code from isp1760_register | Laurent Pinchart | 3 | -28/+19 |
2015-01-27 | usb: isp1760: Manage device driver data in common code | Laurent Pinchart | 2 | -3/+2 |
2015-01-27 | usb: isp1760: Move removal cleanup code to isp1760-hcd.c | Laurent Pinchart | 3 | -14/+14 |
2015-01-27 | usb: isp1760: Merge platform and OF glue codes | Laurent Pinchart | 1 | -135/+55 |
2015-01-27 | usb: isp1760: Unmap I/O registers at platform device removal | Laurent Pinchart | 1 | -2/+1 |
2015-01-27 | usb: isp1760: Retrieve pdev memory resource from hcd at remove time | Laurent Pinchart | 1 | -5/+1 |
2015-01-27 | usb: isp1760: Remove isp1760 glue structure | Laurent Pinchart | 1 | -31/+15 |
2015-01-27 | usb: isp1760: Use the gpio descriptor API | Laurent Pinchart | 3 | -46/+19 |
2015-01-27 | usb: gadget: zero: fix format string warnings | Asaf Vertz | 1 | -10/+10 |
2015-01-27 | usb: gadget: ffs: add eventfd notification about ffs events | Robert Baldyga | 2 | -1/+29 |
2015-01-27 | usb: gadget: f_fs: Fix loop variable | Mario Schuknecht | 1 | -3/+3 |
2015-01-27 | usb: gadget: Fix os desc test | Mario Schuknecht | 1 | -1/+1 |
2015-01-27 | usb: musb: cppi41: improve rx channel abort routine | Bin Liu | 1 | -3/+9 |
2015-01-27 | usb: musb: cppi41: correct the macro name EP_MODE_AUTOREG_* | Bin Liu | 1 | -6/+6 |
2015-01-27 | usb: renesas_usbhs: add support for requesting DT DMA | Yoshihiro Shimoda | 1 | -1/+10 |
2015-01-27 | usb: renesas_usbhs: add usbhsf_dma_init_pdev() function | Yoshihiro Shimoda | 1 | -3/+9 |