aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAge
* usb: isp1760: Remove duplicate usb_disabled() checkLaurent Pinchart2015-01-27
* usb: isp1760: Make HCD support optionalLaurent Pinchart2015-01-27
* usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart2015-01-27
* usb: isp1760: Add device controller supportLaurent Pinchart2015-01-27
* usb: isp1760: Move PORT1 configuration to core codeLaurent Pinchart2015-01-27
* usb: isp1760: Initialize the bus interface in core codeLaurent Pinchart2015-01-27
* usb: isp1760: Set IRQF_SHARED flag in core codeLaurent Pinchart2015-01-27
* usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart2015-01-27
* usb: isp1760: Reorganize header filesLaurent Pinchart2015-01-27
* usb: isp1760: Prefix driver data structures with isp1760_Laurent Pinchart2015-01-27
* usb: isp1760: Decouple usb_hdc and isp1760_privLaurent Pinchart2015-01-27
* usb: isp1760: Refactor PCI initialization codeLaurent Pinchart2015-01-27
* usb: isp1760: Use the managed devm_ioremap_resource() APILaurent Pinchart2015-01-27
* usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart2015-01-27
* usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart2015-01-27
* usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_Laurent Pinchart2015-01-27
* usb: isp1760: Fix indentation in probe error pathLaurent Pinchart2015-01-27
* usb: isp1760: Don't expose hcd to glue code from isp1760_registerLaurent Pinchart2015-01-27
* usb: isp1760: Manage device driver data in common codeLaurent Pinchart2015-01-27
* usb: isp1760: Move removal cleanup code to isp1760-hcd.cLaurent Pinchart2015-01-27
* usb: isp1760: Merge platform and OF glue codesLaurent Pinchart2015-01-27
* usb: isp1760: Unmap I/O registers at platform device removalLaurent Pinchart2015-01-27
* usb: isp1760: Retrieve pdev memory resource from hcd at remove timeLaurent Pinchart2015-01-27
* usb: isp1760: Remove isp1760 glue structureLaurent Pinchart2015-01-27
* usb: isp1760: Use the gpio descriptor APILaurent Pinchart2015-01-27
* usb: gadget: zero: fix format string warningsAsaf Vertz2015-01-27
* usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga2015-01-27
* usb: gadget: f_fs: Fix loop variableMario Schuknecht2015-01-27
* usb: gadget: Fix os desc testMario Schuknecht2015-01-27
* usb: musb: cppi41: improve rx channel abort routineBin Liu2015-01-27
* usb: musb: cppi41: correct the macro name EP_MODE_AUTOREG_*Bin Liu2015-01-27
* usb: renesas_usbhs: add support for requesting DT DMAYoshihiro Shimoda2015-01-27
* usb: renesas_usbhs: add usbhsf_dma_init_pdev() functionYoshihiro Shimoda2015-01-27
* usb: renesas_usbhs: mod_host: use HUB_CHAR_*Sergei Shtylyov2015-01-27
* usb: musb: virthub: use HUB_CHAR_*Sergei Shtylyov2015-01-27
* usb: dummy_hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-19
* usb: dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-19
* usb: gadget: uvc: preserve the address passed to kfree()Andrzej Pietrasiewicz2015-01-19
* Revert "usb: dwc2: add bus suspend/resume for dwc2"Paul Zimmerman2015-01-19
* usb: gadget: ethernet: re-use %pM specifier to print MACAndy Shevchenko2015-01-19
* usb: phy: make GPIOs optional for the generic phyPaul Zimmerman2015-01-19
* usb: gadget: uvc: cleanup UVCG_FRAME_ATTR macroDan Carpenter2015-01-19
* usb: gadget: uvc: memory leak in uvcg_frame_make()Dan Carpenter2015-01-19
* usb: gadget: uvc: remove an impossible conditionDan Carpenter2015-01-19
* usb: gadget: uvc: fix some error codesDan Carpenter2015-01-19
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-19
|\
| * Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-14
| |\
| | * usb: dwc3: gadget: Stop TRB preparation after limit is reachedAmit Virdi2015-01-14
| | * usb: dwc3: gadget: Fix TRB preparation during SGAmit Virdi2015-01-14
| | * usb: phy: mv-usb: fix usb_phy build errorsArnd Bergmann2015-01-13