Home
last modified time | relevance | path

Searched hist:"4815 db87f518ba6d4f070cfbcb6959ea7720775d" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dreset.h4815db87f518ba6d4f070cfbcb6959ea7720775d Wed Sep 21 02:29:01 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> 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>