summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Revert "drivers: usb: s3c-hsotg: add support for usb core regulator"Chanho Park1-1/+0
2014-11-18drivers: usb: s3c-hsotg: add support for usb core regulatorMarek Szyprowski1-0/+1
2014-11-18usb: gadget: Use usb_put_function instead of usb_remove_functionAndrzej Pietrasiewicz1-14/+17
2014-11-18usb: gadget: slp: add an acm instance to default functionsSeung-Woo Kim1-1/+2
2014-11-18usb: gadget: slp: add mtp functionChanho Park2-1/+1716
2014-11-18usb: s3c-hsotg: break infinite loop in endpoint disable codeMarek Szyprowski1-0/+2
2014-11-18USB: add reset resume quirk for usb3503Joonyoung Shim1-0/+3
2014-11-18usb: usb3503: add PM functionsJoonyoung Shim1-2/+32
2014-11-18usb: misc: usb3503: Update error code in print messageTushar Behera1-1/+2
2014-11-18usb: usb5303: add support for reference clock specified in device treeMarek Szyprowski1-2/+57
2014-11-18Revert "usb: usb5303: add support for reference clock specified in device tree"Marek Szyprowski1-26/+2
2014-11-18usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam1-12/+102
2014-11-18usb: gadget: udc: Fix initialization sequence with extcon presentKamil Debski1-9/+16
2014-11-18usb: s5p-ehci: fix the status when the device is being resumedHyungwon Hwang1-1/+1
2014-11-18usb: gadget: s3c-hsotg: delay enabling irq once hardware is configured properlyMarek Szyprowski1-7/+11
2014-11-18usb: gadget: ffs: race between ffs_epfile_io() and ffs_func_eps_disable()Chao Bi1-0/+7
2014-11-18usb: gadget: f_fs: add missing spinlock and mutex unlockRobert Baldyga1-2/+6
2014-11-18usb: gadget: return the right length in ffs_epfile_io()Chuansheng Liu1-13/+15
2014-11-18usb: gadget: f_fs: Add flags to descriptors blockMichal Nazarewicz2-83/+61
2014-11-18usb: gadget: f_fs: Add support for SuperSpeed ModeManu Gautam2-50/+142
2014-11-18usb: gadget: f_fs: fix aio supportMarek Szyprowski1-1/+1
2014-11-18upstream: treewide: Fix typo in printkMasanari Iida2-2/+2
2014-11-18upstream: Kconfig: Remove useless "default N" linesPaul Bolle2-2/+0
2014-11-18upstream: treewide: Fix typo in KconfigMasanari Iida1-1/+1
2014-11-18upstream: consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-12/+4
2014-11-18upstream: drivers: avoid parsing names as kthread_run() format stringsKees Cook1-2/+3
2014-11-18usb: usb5303: add support for reference clock specified in device treeMarek Szyprowski1-2/+26
2014-11-18usb: s5p-ehci: add support for more than one usb phyMarek Szyprowski1-50/+55
2014-11-18extcon: Move OF helper function to extcon core and change function nameChanwoo Choi1-2/+1
2014-11-18usb: misc: usb3503: Support operation with no I2C controlMark Brown1-17/+76
2014-11-18usb: misc: usb3503: Add USB3503A to the compatible listMark Brown1-0/+1
2014-11-18usb: misc: usb3503: Default to hub modeMark Brown1-1/+1
2014-11-18usb: misc: usb3503: Fix typos in error messagesMark Brown1-2/+2
2014-11-18usb: misc: usb3503: Factor out I2C probeMark Brown1-34/+43
2014-11-18usb: misc: usb3503: Convert to regmapMark Brown2-57/+37
2014-11-18usb: misc: usb3503: Actively manage Hub Connect GPIOMark Brown1-6/+12
2014-11-18usb: misc: usb3503: Use gpio_set_value_cansleep()Mark Brown1-1/+1
2014-11-18usb: misc: usb3503: Convert to devm_ APIsMark Brown1-35/+7
2014-11-18usb: misc: Fix swapped properties in usb3503 DT parsingMark Brown1-2/+2
2014-11-18usb: misc: usb3503: use dev_get_platdata()Jingoo Han1-1/+1
2014-11-18usb: misc: usb3503: Remove 100ms sleep on reset, conform to data sheetJulius Werner1-4/+2
2014-11-18usb: misc: usb3503: Fix up whitespaceJulius Werner1-1/+1
2014-11-18usb: misc: usb3503: Adding device tree entry 'disabled-ports'Dongjin Kim1-0/+14
2014-11-18usb: misc: usb3503: Add to select the ports to disableDongjin Kim1-9/+10
2014-11-18usb: gadget: Enable rndis in the slp gadget driverJacek Bukarewicz1-1/+1
2014-11-18usb: gadget: f_fs: add aio supportRobert Baldyga1-26/+239
2014-11-18usb: gadget: f_fs: add poll for endpoint 0Robert Baldyga1-0/+42
2014-11-18usb: gadget: f_fs: fix setup request handlingRobert Baldyga2-2/+1
2014-11-18usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline functionMichal Nazarewicz2-10/+19
2014-11-18usb: gadget: functionfs: fix typo in the enum variableMichal Nazarewicz2-14/+14