summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: isp1760: Add device controller supportLaurent Pinchart2015-01-277-5/+1768
* usb: isp1760: Move PORT1 configuration to core codeLaurent Pinchart2015-01-272-9/+8
* usb: isp1760: Initialize the bus interface in core codeLaurent Pinchart2015-01-274-75/+105
* usb: isp1760: Set IRQF_SHARED flag in core codeLaurent Pinchart2015-01-272-7/+6
* usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart2015-01-276-38/+114
* usb: isp1760: Reorganize header filesLaurent Pinchart2015-01-274-225/+256
* usb: isp1760: Prefix driver data structures with isp1760_Laurent Pinchart2015-01-272-9/+10
* usb: isp1760: Decouple usb_hdc and isp1760_privLaurent Pinchart2015-01-271-6/+15
* usb: isp1760: Refactor PCI initialization codeLaurent Pinchart2015-01-271-65/+69
* usb: isp1760: Use the managed devm_ioremap_resource() APILaurent Pinchart2015-01-272-41/+16
* usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart2015-01-273-13/+11
* usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart2015-01-273-6/+4
* usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_Laurent Pinchart2015-01-273-7/+7
* usb: isp1760: Fix indentation in probe error pathLaurent Pinchart2015-01-271-3/+3
* usb: isp1760: Don't expose hcd to glue code from isp1760_registerLaurent Pinchart2015-01-273-28/+19
* usb: isp1760: Manage device driver data in common codeLaurent Pinchart2015-01-272-3/+2
* usb: isp1760: Move removal cleanup code to isp1760-hcd.cLaurent Pinchart2015-01-273-14/+14
* usb: isp1760: Merge platform and OF glue codesLaurent Pinchart2015-01-271-135/+55
* usb: isp1760: Unmap I/O registers at platform device removalLaurent Pinchart2015-01-271-2/+1
* usb: isp1760: Retrieve pdev memory resource from hcd at remove timeLaurent Pinchart2015-01-271-5/+1
* usb: isp1760: Remove isp1760 glue structureLaurent Pinchart2015-01-271-31/+15
* usb: isp1760: Use the gpio descriptor APILaurent Pinchart2015-01-273-46/+19
* usb: gadget: zero: fix format string warningsAsaf Vertz2015-01-271-10/+10
* usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga2015-01-272-1/+29
* usb: gadget: f_fs: Fix loop variableMario Schuknecht2015-01-271-3/+3
* usb: gadget: Fix os desc testMario Schuknecht2015-01-271-1/+1
* usb: musb: cppi41: improve rx channel abort routineBin Liu2015-01-271-3/+9
* usb: musb: cppi41: correct the macro name EP_MODE_AUTOREG_*Bin Liu2015-01-271-6/+6
* usb: renesas_usbhs: add support for requesting DT DMAYoshihiro Shimoda2015-01-271-1/+10
* usb: renesas_usbhs: add usbhsf_dma_init_pdev() functionYoshihiro Shimoda2015-01-271-3/+9
* usb: renesas_usbhs: mod_host: use HUB_CHAR_*Sergei Shtylyov2015-01-271-1/+2
* usb: musb: virthub: use HUB_CHAR_*Sergei Shtylyov2015-01-271-3/+3
* usb: dummy_hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-191-2/+6
* usb: dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-191-1/+3
* usb: gadget: uvc: preserve the address passed to kfree()Andrzej Pietrasiewicz2015-01-191-3/+7
* Revert "usb: dwc2: add bus suspend/resume for dwc2"Paul Zimmerman2015-01-191-77/+11
* usb: gadget: ethernet: re-use %pM specifier to print MACAndy Shevchenko2015-01-191-3/+1
* usb: phy: make GPIOs optional for the generic phyPaul Zimmerman2015-01-191-2/+2
* usb: gadget: uvc: cleanup UVCG_FRAME_ATTR macroDan Carpenter2015-01-191-26/+18
* usb: gadget: uvc: memory leak in uvcg_frame_make()Dan Carpenter2015-01-191-0/+1
* usb: gadget: uvc: remove an impossible conditionDan Carpenter2015-01-191-2/+0
* usb: gadget: uvc: fix some error codesDan Carpenter2015-01-191-7/+7
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-1931-81/+217
|\
| * Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-152-5/+6
| |\
| | * usb: dwc3: gadget: Stop TRB preparation after limit is reachedAmit Virdi2015-01-141-0/+3
| | * usb: dwc3: gadget: Fix TRB preparation during SGAmit Virdi2015-01-141-2/+1
| | * usb: phy: mv-usb: fix usb_phy build errorsArnd Bergmann2015-01-131-3/+2
| * | Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-156-15/+41
| |\ \
| | * | usb: serial: handle -ENODEV quietly in generic_submit_read_urbJeremiah Mahler2015-01-121-1/+1
| | * | usb: serial: silence all non-critical read errorsJeremiah Mahler2015-01-121-1/+1