Re: [PATCH] reset: Add optional resets and stubs

2014-03-10 Thread Ivan T. Ivanov
On 03/07/14 16:30, Philipp Zabel wrote: 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

Re: [PATCH] reset: Add optional resets and stubs

2014-03-10 Thread Ivan T. Ivanov
On 03/07/14 16:30, Philipp Zabel wrote: 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

Re: [PATCH] reset: Add optional resets and stubs

2014-03-08 Thread Wolfram Sang
On Fri, Mar 07, 2014 at 03:30:23PM +0100, Philipp Zabel wrote: > 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

Re: [PATCH] reset: Add optional resets and stubs

2014-03-08 Thread Marek Vasut
On Friday, March 07, 2014 at 03:30:23 PM, Philipp Zabel wrote: > 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 >

Re: [PATCH] reset: Add optional resets and stubs

2014-03-08 Thread Marek Vasut
On Friday, March 07, 2014 at 03:30:23 PM, Philipp Zabel wrote: 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

Re: [PATCH] reset: Add optional resets and stubs

2014-03-08 Thread Wolfram Sang
On Fri, Mar 07, 2014 at 03:30:23PM +0100, Philipp Zabel wrote: 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

Re: [PATCH] reset: Add optional resets and stubs

2014-03-07 Thread Maxime Ripard
Hi Philipp, On Fri, Mar 07, 2014 at 03:30:23PM +0100, Philipp Zabel wrote: > 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

Re: [PATCH] reset: Add optional resets and stubs

2014-03-07 Thread Philipp Zabel
Hi Wolfram, Am Freitag, den 07.03.2014, 16:39 +0100 schrieb Wolfram Sang: > On Fri, Mar 07, 2014 at 03:30:23PM +0100, Philipp Zabel wrote: > > This patch adds device_reset_optional and (devm_)reset_control_get_optional > > variants that drivers can use to indicate they can function without

Re: [PATCH] reset: Add optional resets and stubs

2014-03-07 Thread Wolfram Sang
On Fri, Mar 07, 2014 at 03:30:23PM +0100, Philipp Zabel wrote: > 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

[PATCH] reset: Add optional resets and stubs

2014-03-07 Thread Philipp Zabel
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

[PATCH] reset: Add optional resets and stubs

2014-03-07 Thread Philipp Zabel
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

Re: [PATCH] reset: Add optional resets and stubs

2014-03-07 Thread Wolfram Sang
On Fri, Mar 07, 2014 at 03:30:23PM +0100, Philipp Zabel wrote: 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

Re: [PATCH] reset: Add optional resets and stubs

2014-03-07 Thread Philipp Zabel
Hi Wolfram, Am Freitag, den 07.03.2014, 16:39 +0100 schrieb Wolfram Sang: On Fri, Mar 07, 2014 at 03:30:23PM +0100, Philipp Zabel wrote: This patch adds device_reset_optional and (devm_)reset_control_get_optional variants that drivers can use to indicate they can function without control

Re: [PATCH] reset: Add optional resets and stubs

2014-03-07 Thread Maxime Ripard
Hi Philipp, On Fri, Mar 07, 2014 at 03:30:23PM +0100, Philipp Zabel wrote: 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