From: Philipp Zabel Date: Fri, 7 Mar 2014 14:18:47 +0000 (+0100) Subject: reset: Add optional resets and stubs X-Git-Tag: v3.15-rc1~76^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b424080a9e086e683ad5fdc624a7cf3c024e0c0f;p=pandora-kernel.git reset: Add optional resets and stubs This patch adds device_reset_optional and (devm_)reset_control_get_optional variants that drivers can use to indicate they can function without control over the reset line. For those functions, stubs are added so the drivers can be compiled with CONFIG_RESET_CONTROLLER disabled. Also, device_reset is annotated with __must_check. Drivers ignoring the return value should use device_reset_optional instead. Signed-off-by: Philipp Zabel Reviewed-by: Maxime Ripard Reviewed-by: Marek Vasut Acked-by: Wolfram Sang --- Reading git-diff-tree failed