]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commit
phy: zynqmp: Move assert/de-assert to a separate functions
authorAnurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Tue, 18 Apr 2017 15:51:12 +0000 (21:21 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 19 Apr 2017 09:31:11 +0000 (11:31 +0200)
commitd52dbb52af11372f8ad04091794770c170c8f252
tree32af5e8d7009e9a51def785d73a5323322db3a28
parent20216e622e33679fbca5a76dcec7ae8097162ea8
phy: zynqmp: Move assert/de-assert to a separate functions

Currently assert/de-assert are controlled through reset-controller
framework. Since these functions are non-blocking calls, changed the
code to wait until the assert/de-assert is done by the reset framework.
Waiting is done by reading the status from the reset-controller
framework.

Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/phy/phy-zynqmp.c