commit | af7271357a960429139e86115e8e359ddfc47e01 | [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 | 0b7470841a84e5c2c86dc46b2d4a9ace854bee9a [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>