[PATCH] reset: add missing stub for of_reset_control_get()

2022-10-31 Thread Denis Orlov
Every other function in reset.h has a corresponding stub that is used when the option RESET_CONTROLLER is disabled in config. This allows for code that uses this function to still be compilable even when the reset controller subsystem is disabled. Signed-off-by: Denis Orlov --- include/linux/res

Re: [PATCH] reset: add missing stub for of_reset_control_get()

2022-11-01 Thread Ahmad Fatoum
On 31.10.22 08:34, Denis Orlov wrote: > Every other function in reset.h has a corresponding stub that is used > when the option RESET_CONTROLLER is disabled in config. This allows for > code that uses this function to still be compilable even when the reset > controller subsystem is disabled. > >

Re: [PATCH] reset: add missing stub for of_reset_control_get()

2022-11-02 Thread Sascha Hauer
On Mon, Oct 31, 2022 at 10:34:29AM +0300, Denis Orlov wrote: > Every other function in reset.h has a corresponding stub that is used > when the option RESET_CONTROLLER is disabled in config. This allows for > code that uses this function to still be compilable even when the reset > controller subsy