summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-01-27usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart15-26/+29
2015-01-27usb: isp1760: Add device controller supportLaurent Pinchart7-5/+1768
2015-01-27usb: isp1760: Move PORT1 configuration to core codeLaurent Pinchart2-9/+8
2015-01-27usb: isp1760: Initialize the bus interface in core codeLaurent Pinchart4-75/+105
2015-01-27usb: isp1760: Set IRQF_SHARED flag in core codeLaurent Pinchart2-7/+6
2015-01-27usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart6-38/+114
2015-01-27usb: isp1760: Reorganize header filesLaurent Pinchart4-225/+256
2015-01-27usb: isp1760: Prefix driver data structures with isp1760_Laurent Pinchart2-9/+10
2015-01-27usb: isp1760: Decouple usb_hdc and isp1760_privLaurent Pinchart1-6/+15
2015-01-27usb: isp1760: Refactor PCI initialization codeLaurent Pinchart1-65/+69
2015-01-27usb: isp1760: Use the managed devm_ioremap_resource() APILaurent Pinchart2-41/+16
2015-01-27usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart3-13/+11
2015-01-27usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart3-6/+4
2015-01-27usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_Laurent Pinchart3-7/+7
2015-01-27usb: isp1760: Fix indentation in probe error pathLaurent Pinchart1-3/+3
2015-01-27usb: isp1760: Don't expose hcd to glue code from isp1760_registerLaurent Pinchart3-28/+19
2015-01-27usb: isp1760: Manage device driver data in common codeLaurent Pinchart2-3/+2
2015-01-27usb: isp1760: Move removal cleanup code to isp1760-hcd.cLaurent Pinchart3-14/+14
2015-01-27usb: isp1760: Merge platform and OF glue codesLaurent Pinchart1-135/+55
2015-01-27usb: isp1760: Unmap I/O registers at platform device removalLaurent Pinchart1-2/+1
2015-01-27usb: isp1760: Retrieve pdev memory resource from hcd at remove timeLaurent Pinchart1-5/+1
2015-01-27usb: isp1760: Remove isp1760 glue structureLaurent Pinchart1-31/+15
2015-01-27usb: isp1760: Use the gpio descriptor APILaurent Pinchart3-46/+19
2015-01-27usb: gadget: zero: fix format string warningsAsaf Vertz1-10/+10
2015-01-27usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga2-1/+29
2015-01-27usb: gadget: f_fs: Fix loop variableMario Schuknecht1-3/+3
2015-01-27usb: gadget: Fix os desc testMario Schuknecht1-1/+1
2015-01-27usb: musb: cppi41: improve rx channel abort routineBin Liu1-3/+9
2015-01-27usb: musb: cppi41: correct the macro name EP_MODE_AUTOREG_*Bin Liu1-6/+6
2015-01-27usb: renesas_usbhs: add support for requesting DT DMAYoshihiro Shimoda1-1/+10
2015-01-27usb: renesas_usbhs: add usbhsf_dma_init_pdev() functionYoshihiro Shimoda1-3/+9
2015-01-27usb: renesas_usbhs: mod_host: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2015-01-27usb: musb: virthub: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-19usb: dummy_hcd: use HUB_CHAR_*Sergei Shtylyov1-2/+6
2015-01-19usb: dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+3
2015-01-19usb: gadget: uvc: preserve the address passed to kfree()Andrzej Pietrasiewicz1-3/+7
2015-01-19Revert "usb: dwc2: add bus suspend/resume for dwc2"Paul Zimmerman1-77/+11
2015-01-19usb: gadget: ethernet: re-use %pM specifier to print MACAndy Shevchenko1-3/+1
2015-01-19usb: phy: make GPIOs optional for the generic phyPaul Zimmerman1-2/+2
2015-01-19usb: gadget: uvc: cleanup UVCG_FRAME_ATTR macroDan Carpenter1-26/+18
2015-01-19usb: gadget: uvc: memory leak in uvcg_frame_make()Dan Carpenter1-0/+1
2015-01-19usb: gadget: uvc: remove an impossible conditionDan Carpenter1-2/+0
2015-01-19usb: gadget: uvc: fix some error codesDan Carpenter1-7/+7
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi31-81/+217
2015-01-15usb: musb: debugfs: improve copy_from_user() argumentMarkus Pargmann1-1/+1
2015-01-15usb: gadget: f_fs: add "no_disconnect" modeRobert Baldyga2-5/+75
2015-01-15usb: dwc3: pci: code cleanupHeikki Krogerus1-54/+42
2015-01-15usb: dwc3: pci: rely on default PM callbacks from PCI driver utilityHeikki Krogerus1-34/+0
2015-01-15usb: dwc3: pci: remove registration of NOP PHYsHeikki Krogerus1-68/+0
2015-01-15usb: gadget: uvc: to_uvcg_control_header() can be statickbuild test robot1-16/+16