summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-st.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3-st: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: dwc3: st: Rely on child's compatible instead of namePatrice Chotard2022-10-251-1/+1
* usb: dwc3: st: Fix node's child namePatrice Chotard2022-09-271-1/+1
* usb: dwc3: st: fix incorrect kernel-doc comment syntax in fileAditya Srivastava2021-04-021-1/+1
* of: Remove of_dev_{get,put}()Rob Herring2021-02-121-1/+1
* usb: dwc3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun2020-07-291-2/+2
* usb: dwc3: st: Add of_dev_put() in probe functionNishka Dasgupta2019-08-281-0/+1
* usb: dwc3: st: Add of_node_put() before return in probe functionNishka Dasgupta2019-08-281-3/+6
* USB: dwc3: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc3: replace %p with %pKFelipe Balbi2017-06-021-1/+1
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-1/+0
|\
| * usb: dwc3: Do not set dma coherent maskArnd Bergmann2016-11-181-1/+0
* | usb: dwc3: st: add missing <linux/pinctrl/consumer.h> includeFelipe Balbi2016-10-311-0/+1
|/
* Merge tag 'mfd-fixes-4.7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-07-011-1/+2
|\
| * usb: dwc3: st: Use explicit reset_control_get_exclusive() APILee Jones2016-07-011-1/+2
* | Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2016-06-301-1/+2
|\|
| * usb: dwc3: st: Inform the reset framework that our reset line may be sharedLee Jones2016-06-301-1/+2
* | usb: dwc3: st: Fix USB_DR_MODE_PERIPHERAL configuration.Peter Griffin2016-05-311-2/+8
|/
* usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2015-09-271-1/+1
* usb: dwc3: st: prepare the driver for generic usb_get_dr_mode functionHeikki Krogerus2015-09-271-2/+10
* usb: dwc3: st: remove two unnecessary messagesFelipe Balbi2015-07-291-4/+0
* usb: dwc3: return error code from the most recent callJulia Lawall2014-11-241-1/+1
* usb: dwc3: add ST dwc3 glue layer to manage dwc3 HCPeter Griffin2014-09-051-0/+367