commit | 4815db87f518ba6d4f070cfbcb6959ea7720775d | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 21 11:29:01 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 22:25:44 2016 -0400 |
tree | 3c921d5f5b2bf0539e8383152259cc943d2d4edf | |
parent | 259ede1132724a82327e06808884d4debba6f8eb [diff] |
reset: add no-op stubs for optional reset control My motivation for this patch is to make reset control handling optional for generic drivers. I want to add reset control to drivers/usb/host/ehci-generic.c, but it is used by several platforms, some will implement a reset controller driver, some will not. Add no-op stubs in order to avoid link error for drivers that implement reset controlling, but still it is optional. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>