aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usb3503.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19usb: misc: usb3503: get optional clock by devm_clk_get_optional()Chunfeng Yun1-30/+18
2019-01-25usb: misc: usb3503: Add system sleep support in non-I2C modeMarek Szyprowski1-8/+30
2018-01-11usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner1-0/+2
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-06-07usb: misc: usb3503: Clean up on driver unbindKrzysztof Kozlowski1-0/+24
2016-06-07usb: misc: usb3503: Set platform dataKrzysztof Kozlowski1-0/+1
2015-10-24usb: misc: usb3503: Use i2c_add_driver helper macroAndrew F. Davis1-1/+1
2015-03-26usb/misc/usb3503: Always read refclk frequency from DTBen Gamari1-23/+24
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-03usb: misc: usb3503: delete unnecessary 'out of memory' messagesPeter Chen1-6/+2
2014-10-20usb: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23usb3503: clarify what the registers 'PDS' and 'CFG1' really doTobias Jakobi1-2/+2
2014-09-23usb3503: correct error message in probe ('connect' to 'interrupt')Tobias Jakobi1-1/+1
2014-07-11usb: usb3503: add PM functionsJoonyoung Shim1-2/+32
2014-07-09usb: misc: usb3503: Update error code in print messageTushar Behera1-1/+2
2014-05-27usb: usb5303: add support for reference clock specified in device treeMarek Szyprowski1-2/+57
2013-08-12usb: misc: usb3503: Support operation with no I2C controlMark Brown1-17/+76
2013-08-12usb: misc: usb3503: Add USB3503A to the compatible listMark Brown1-0/+1
2013-08-12usb: misc: usb3503: Default to hub modeMark Brown1-1/+1
2013-08-12usb: misc: usb3503: Fix typos in error messagesMark Brown1-2/+2
2013-08-12usb: misc: usb3503: Factor out I2C probeMark Brown1-34/+43
2013-08-12usb: misc: usb3503: Convert to regmapMark Brown1-57/+36
2013-08-12usb: misc: usb3503: Actively manage Hub Connect GPIOMark Brown1-6/+12
2013-08-12usb: misc: usb3503: Use gpio_set_value_cansleep()Mark Brown1-1/+1
2013-08-12usb: misc: usb3503: Convert to devm_ APIsMark Brown1-35/+7
2013-08-12usb: misc: Fix swapped properties in usb3503 DT parsingMark Brown1-2/+2
2013-07-31usb: misc: usb3503: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-03usb: misc: usb3503: Remove 100ms sleep on reset, conform to data sheetJulius Werner1-4/+2
2013-06-03usb: misc: usb3503: Fix up whitespaceJulius Werner1-1/+1
2013-05-30usb: misc: usb3503: Adding device tree entry 'disabled-ports'Dongjin Kim1-0/+14
2013-05-30usb: misc: usb3503: Add to select the ports to disableDongjin Kim1-9/+10
2013-03-15USB: misc: usb3503: use module_i2c_driver to simplify the codeWei Yongjun1-12/+1
2013-01-25USB: misc: usb3503: Fix compiler warningDongjin Kim1-1/+1
2013-01-24USB: misc: usb3503: add dt supportDongjin Kim1-5/+26
2013-01-17USB: misc: fixup smatch WARNINGDongjin Kim1-4/+5
2013-01-17usb: misc: usb3503_probe() can be staticFengguang Wu1-1/+1
2013-01-11USB: misc: Add USB3503 High-Speed Hub ControllerDongjin Kim1-0/+303