Skip to content
Snippets Groups Projects
Commit 4815db87 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 259ede11
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment