summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usb3503.c
AgeCommit message (Expand)AuthorLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-03usb: misc: usb3503: delete unnecessary 'out of memory' messagesPeter Chen-6/+2
2014-10-20usb: misc: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-23usb3503: clarify what the registers 'PDS' and 'CFG1' really doTobias Jakobi-2/+2
2014-09-23usb3503: correct error message in probe ('connect' to 'interrupt')Tobias Jakobi-1/+1
2014-07-11usb: usb3503: add PM functionsJoonyoung Shim-2/+32
2014-07-09usb: misc: usb3503: Update error code in print messageTushar Behera-1/+2
2014-05-27usb: usb5303: add support for reference clock specified in device treeMarek Szyprowski-2/+57
2013-08-12usb: misc: usb3503: Support operation with no I2C controlMark Brown-17/+76
2013-08-12usb: misc: usb3503: Add USB3503A to the compatible listMark Brown-0/+1
2013-08-12usb: misc: usb3503: Default to hub modeMark Brown-1/+1
2013-08-12usb: misc: usb3503: Fix typos in error messagesMark Brown-2/+2
2013-08-12usb: misc: usb3503: Factor out I2C probeMark Brown-34/+43
2013-08-12usb: misc: usb3503: Convert to regmapMark Brown-57/+36
2013-08-12usb: misc: usb3503: Actively manage Hub Connect GPIOMark Brown-6/+12
2013-08-12usb: misc: usb3503: Use gpio_set_value_cansleep()Mark Brown-1/+1
2013-08-12usb: misc: usb3503: Convert to devm_ APIsMark Brown-35/+7
2013-08-12usb: misc: Fix swapped properties in usb3503 DT parsingMark Brown-2/+2
2013-07-31usb: misc: usb3503: use dev_get_platdata()Jingoo Han-1/+1
2013-06-03usb: misc: usb3503: Remove 100ms sleep on reset, conform to data sheetJulius Werner-4/+2
2013-06-03usb: misc: usb3503: Fix up whitespaceJulius Werner-1/+1
2013-05-30usb: misc: usb3503: Adding device tree entry 'disabled-ports'Dongjin Kim-0/+14
2013-05-30usb: misc: usb3503: Add to select the ports to disableDongjin Kim-9/+10
2013-03-15USB: misc: usb3503: use module_i2c_driver to simplify the codeWei Yongjun-12/+1
2013-01-25USB: misc: usb3503: Fix compiler warningDongjin Kim-1/+1
2013-01-24USB: misc: usb3503: add dt supportDongjin Kim-5/+26
2013-01-17USB: misc: fixup smatch WARNINGDongjin Kim-4/+5
2013-01-17usb: misc: usb3503_probe() can be staticFengguang Wu-1/+1
2013-01-11USB: misc: Add USB3503 High-Speed Hub ControllerDongjin Kim-0/+303