summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usb3503.c
Commit message (Expand)AuthorAgeFilesLines
* usb: misc: usb3503: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-191-30/+18
* usb: misc: usb3503: Add system sleep support in non-I2C modeMarek Szyprowski2019-01-251-8/+30
* usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner2018-01-111-0/+2
* USB: misc: Remove redundant license textGreg Kroah-Hartman2017-11-041-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: misc: usb3503: Clean up on driver unbindKrzysztof Kozlowski2016-06-071-0/+24
* usb: misc: usb3503: Set platform dataKrzysztof Kozlowski2016-06-071-0/+1
* usb: misc: usb3503: Use i2c_add_driver helper macroAndrew F. Davis2015-10-241-1/+1
* usb/misc/usb3503: Always read refclk frequency from DTBen Gamari2015-03-261-23/+24
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: misc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | usb: misc: usb3503: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-6/+2
|/
* usb3503: clarify what the registers 'PDS' and 'CFG1' really doTobias Jakobi2014-09-231-2/+2
* usb3503: correct error message in probe ('connect' to 'interrupt')Tobias Jakobi2014-09-231-1/+1
* usb: usb3503: add PM functionsJoonyoung Shim2014-07-111-2/+32
* usb: misc: usb3503: Update error code in print messageTushar Behera2014-07-091-1/+2
* usb: usb5303: add support for reference clock specified in device treeMarek Szyprowski2014-05-271-2/+57
* usb: misc: usb3503: Support operation with no I2C controlMark Brown2013-08-121-17/+76
* usb: misc: usb3503: Add USB3503A to the compatible listMark Brown2013-08-121-0/+1
* usb: misc: usb3503: Default to hub modeMark Brown2013-08-121-1/+1
* usb: misc: usb3503: Fix typos in error messagesMark Brown2013-08-121-2/+2
* usb: misc: usb3503: Factor out I2C probeMark Brown2013-08-121-34/+43
* usb: misc: usb3503: Convert to regmapMark Brown2013-08-121-57/+36
* usb: misc: usb3503: Actively manage Hub Connect GPIOMark Brown2013-08-121-6/+12
* usb: misc: usb3503: Use gpio_set_value_cansleep()Mark Brown2013-08-121-1/+1
* usb: misc: usb3503: Convert to devm_ APIsMark Brown2013-08-121-35/+7
* usb: misc: Fix swapped properties in usb3503 DT parsingMark Brown2013-08-121-2/+2
* usb: misc: usb3503: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* usb: misc: usb3503: Remove 100ms sleep on reset, conform to data sheetJulius Werner2013-06-031-4/+2
* usb: misc: usb3503: Fix up whitespaceJulius Werner2013-06-031-1/+1
* usb: misc: usb3503: Adding device tree entry 'disabled-ports'Dongjin Kim2013-05-301-0/+14
* usb: misc: usb3503: Add to select the ports to disableDongjin Kim2013-05-301-9/+10
* USB: misc: usb3503: use module_i2c_driver to simplify the codeWei Yongjun2013-03-151-12/+1
* USB: misc: usb3503: Fix compiler warningDongjin Kim2013-01-251-1/+1
* USB: misc: usb3503: add dt supportDongjin Kim2013-01-241-5/+26
* USB: misc: fixup smatch WARNINGDongjin Kim2013-01-171-4/+5
* usb: misc: usb3503_probe() can be staticFengguang Wu2013-01-171-1/+1
* USB: misc: Add USB3503 High-Speed Hub ControllerDongjin Kim2013-01-111-0/+303