Re: [PATCH] reset: Add (devm_)reset_control_get stub functions

2015-08-31 Thread Philipp Zabel
Hi Axel, thank you for the patch. Am Montag, den 31.08.2015, 17:22 +0800 schrieb Axel Lin: > So the drivers can be compiled with CONFIG_RESET_CONTROLLER disabled. > > Signed-off-by: Axel Lin > --- > include/linux/reset.h | 12 > 1 file changed, 12 insertions(+) > > diff --git a/i

Re: [PATCH] reset: Add (devm_)reset_control_get stub functions

2015-08-31 Thread Mark Brown
On Mon, Aug 31, 2015 at 05:22:23PM +0800, Axel Lin wrote: > So the drivers can be compiled with CONFIG_RESET_CONTROLLER disabled. The lack of this is breaking the build for the newly added ASoC STI driver in some COMPILE_TEST configurations, can we please get this in for v4.3-rc1? signature.asc

[PATCH] reset: Add (devm_)reset_control_get stub functions

2015-08-31 Thread Axel Lin
So the drivers can be compiled with CONFIG_RESET_CONTROLLER disabled. Signed-off-by: Axel Lin --- include/linux/reset.h | 12 1 file changed, 12 insertions(+) diff --git a/include/linux/reset.h b/include/linux/reset.h index da5602b..cd42c1b 100644 --- a/include/linux/reset.h +++ b/