nfc: pn533: Add dev_up/dev_down hooks to phy_ops
[ Upstream commit 0bf2840ccc6efcba82d83b224dcde19dea9f1ee3 ] This adds hooks for dev_up and dev_down to the phy_ops. They are optional. The idea is to inform the phy driver when the nfc chip is really going to be used. When it is not used, the phy driver can suspend it's interface to the nfc chip to save some power. The nfc chip is considered not in use before dev_up and after dev_down. Cc: Johan Hovold <johan@kernel.org> Signed-off-by:Lars Poeschel <poeschel@lemonage.de> Signed-off-by:
David S. Miller <davem@davemloft.net> Stable-dep-of: febccb39255f ("nfc: pn533: Add poll mod list filling check") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please register or sign in to comment