summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/phy-mxs-usb.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()Xu Yang1-2/+1
2023-07-25usb: phy: mxs: disconnect line when USB charger is attachedXu Yang1-1/+3
2023-07-25usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host()Xu Yang1-8/+2
2023-07-25usb: Explicitly include correct DT includesRob Herring1-1/+1
2023-03-23usb: phy: mxs: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-16usb: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2022-08-31usb: phy: mxs: fix MXS_PHY_TX_CAL45_MIN and MXS_PHY_TX_CAL45_MAXFrank Li1-2/+2
2021-01-18usb: phy: phy-mxs-usb: Use of_device_get_match_data()Fabio Estevam1-6/+1
2019-10-04usb: phy: mxs: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-03usb: phy: phy-mxs-usb: add imx7ulp supportPeter Chen1-1/+66
2019-06-06usb: phy: mxs: Disable external charger detect in mxs_phy_hw_init()Andrey Smirnov1-0/+14
2018-09-20usb: phy: mxs: fix spelling mistake "stardard" -> "standard"Colin Ian King1-1/+1
2018-03-08usb: phy: mxs: Staticize mxs_charger_secondary_detection()Fabio Estevam1-1/+1
2018-02-12usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28Fabio Estevam1-0/+3
2017-11-07USB: phy: Remove redundant license textGreg Kroah-Hartman1-7/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: phy: mxs: add usb charger type detectionLi Jun1-0/+154
2016-08-25usb: phy: mxs: Add DT bindings to configure TX settingsJaret Cantu1-0/+61
2016-02-03usb: phy: mxs: declare variable with initialized valueLi Jun1-1/+1
2015-11-19usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible stringPeter Chen1-0/+5
2015-11-17usb: phy: phy-mxs-usb: fix a possible NULL dereferenceLABBE Corentin1-2/+5
2015-08-05usb: phy: phy-mxs-usb: Simplify return statementSaurabh Karajgaonkar1-5/+1
2015-07-06usb: phy: mxs: suspend to RAM causes NULL pointer dereferenceStefan Wahren1-0/+3
2015-01-27usb: phy: mxs: add delay before set phyctrl.clkgatePeter Chen1-3/+9
2015-01-27usb: phy: mxs: do not set PWD.RXPWD1PT1 for low speed connectionPeter Chen1-1/+46
2015-01-27usb: phy: mxs: refine mxs_phy_disconnect_lineLi Jun1-1/+14
2015-01-27usb: phy: mxs: don't need IP fix for imx6sxPeter Chen1-2/+1
2015-01-12usb: phy: phy-mxs-usb: do not depend on speed for disconnect notifierPeter Chen1-1/+3
2015-01-12usb: phy: phy-mxs-usb: add power down and disable wakeup for .shutdownPeter Chen1-0/+11
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-03usb: phy: phy-mxs-usb: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-10-20usb: phy: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi1-1/+7
2014-09-03usb: phy: mxs: add imx6sx supportPeter Chen1-1/+7
2014-08-27usb: phy: mxs: Add VF610 USB PHY supportStefan Agner1-0/+6
2014-03-06usb: phy: mxs: Add sync time after controller clear phcdPeter Chen1-0/+11
2014-03-06usb: phy: mxs: Add system suspend/resume APIPeter Chen1-0/+61
2014-03-06usb: phy: mxs: Add implementation of set_wakeupPeter Chen1-0/+116
2014-03-06usb: phy: mxs: add controller idPeter Chen1-0/+6
2014-03-06usb: phy: mxs: Enable IC fixes for related SoCsPeter Chen1-2/+21
2014-03-06usb: phy: mxs: change description of usb device speedPeter Chen1-4/+4
2014-03-06usb: phy: mxs: Add anatop regmapPeter Chen1-0/+15
2014-03-06usb: phy: mxs: Add auto clock and power settingPeter Chen1-3/+17
2014-03-06usb: phy: mxs: Add platform judgement codePeter Chen1-9/+49
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi1-1/+1
2013-12-12usb: phy: initialize the notifier when add a new phyNeil Zhang1-2/+0
2013-12-07usb: phy: phy-mxs-usb: Check the return value from clk_prepare_enable()Fabio Estevam1-2/+9
2013-11-25usb: phy: phy-mxs-usb: set the correct platform drvdataJisheng Zhang1-1/+1
2013-07-29usb: phy: phy-mxs-usb: Check the return value from stmp_reset_block()Fabio Estevam1-5/+8
2013-05-15usb: otg: mxs-phy: add missing type to usb_phyMichael Grzeschik1-0/+1