aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-nop.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-271-2/+0
|\ | | | | | | | | | | We want these fixes. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| * usb: phy: nop: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
| | | | | | | | | | | | | | | | | | Commit 0998d06310 (device-core: Ensure drvdata = NULL when no driver is bound) removes the need to set driver data field to NULL. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
* | usb: phy: phy-nop: Remove redundant use of of_match_ptrSachin Kamat2013-05-211-1/+1
|/ | | | | | | | | 'nop_xceiv_dt_ids' is always compiled in. Hence use of of_match_ptr is unnecessary. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* usb: phy: rename all phy drivers to phy-$name-usb.cFelipe Balbi2013-03-181-0/+294
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>