commit | 84035f09adf81c2554bb39ff100651f167f7d384 | [log] [tgz] |
---|---|---|
author | Tomasz Figa <t.figa@samsung.com> | Thu May 16 11:57:10 2013 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Tue May 28 20:07:15 2013 +0300 |
tree | 20c7257c35ace183471cb85a520cb5ad8459c18f | |
parent | 3f339074edfa0d531edaa6bd095f718e58b50a7d [diff] |
usb: phy: samsung: Pass enable/disable callbacks through driver data To remove unnecessary if statements, this patch introduces phy_enable and phy_disable callbacks in driver data structure that implement SoC-specific PHY initialization and deinitialization. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>