Re: [PATCH] reset: Add non CONFIG_RESET_CONTROLLER routines

2013-10-10 Thread Ivan T. Ivanov
Hi, On Thu, 2013-10-10 at 11:51 +0200, Philipp Zabel wrote: > Hi Ivan, > > Am Donnerstag, den 10.10.2013, 12:14 +0300 schrieb Ivan T. Ivanov: > > From: "Ivan T. Ivanov" > > > > Make sure client drivers will still build on systems > > without reset control support. > > the stubs should at le

Re: [PATCH] reset: Add non CONFIG_RESET_CONTROLLER routines

2013-10-10 Thread Philipp Zabel
Hi Ivan, Am Donnerstag, den 10.10.2013, 12:14 +0300 schrieb Ivan T. Ivanov: > From: "Ivan T. Ivanov" > > Make sure client drivers will still build on systems > without reset control support. the stubs should at least return errors, but then this turns a compile time error into a runtime error f

[PATCH] reset: Add non CONFIG_RESET_CONTROLLER routines

2013-10-10 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" Make sure client drivers will still build on systems without reset control support. Signed-off-by: Ivan T. Ivanov Cc: Pavel Machek Cc: Stephen Warren Cc: Shawn Guo Cc: Marek Vasut --- include/linux/reset.h | 44 1 file c