Re: [PATCH] clkdev: Remove duplicated negative index check from __of_clk_get()

2018-06-29 Thread Stephen Boyd
Quoting Geert Uytterhoeven (2018-05-18 03:58:40) > __of_clk_get() calls of_parse_phandle_with_args(), which rejects > negative indices since commit bd69f73f2c81eed9 ("of: Create function for > counting number of phandles in a property"). > > Signed-off-by: Geert Uytterhoeven > --- Applied to clk

Re: [PATCH] clkdev: Remove duplicated negative index check from __of_clk_get()

2018-06-02 Thread Geert Uytterhoeven
Hi Stephen, On Sat, Jun 2, 2018 at 6:47 AM, Stephen Boyd wrote: > Quoting Geert Uytterhoeven (2018-06-01 12:22:33) >> On Fri, Jun 1, 2018 at 9:20 PM, Stephen Boyd wrote: >> > Quoting Geert Uytterhoeven (2018-05-18 03:58:40) >> >> __of_clk_get() calls of_parse_phandle_with_args(), which rejects >

Re: [PATCH] clkdev: Remove duplicated negative index check from __of_clk_get()

2018-06-01 Thread Stephen Boyd
Quoting Geert Uytterhoeven (2018-06-01 12:22:33) > Hi Stephen, > > On Fri, Jun 1, 2018 at 9:20 PM, Stephen Boyd wrote: > > Quoting Geert Uytterhoeven (2018-05-18 03:58:40) > >> __of_clk_get() calls of_parse_phandle_with_args(), which rejects > >> negative indices since commit bd69f73f2c81eed9 ("o

Re: [PATCH] clkdev: Remove duplicated negative index check from __of_clk_get()

2018-06-01 Thread Geert Uytterhoeven
Hi Stephen, On Fri, Jun 1, 2018 at 9:20 PM, Stephen Boyd wrote: > Quoting Geert Uytterhoeven (2018-05-18 03:58:40) >> __of_clk_get() calls of_parse_phandle_with_args(), which rejects >> negative indices since commit bd69f73f2c81eed9 ("of: Create function for >> counting number of phandles in a pr

Re: [PATCH] clkdev: Remove duplicated negative index check from __of_clk_get()

2018-06-01 Thread Stephen Boyd
Quoting Geert Uytterhoeven (2018-05-18 03:58:40) > __of_clk_get() calls of_parse_phandle_with_args(), which rejects > negative indices since commit bd69f73f2c81eed9 ("of: Create function for > counting number of phandles in a property"). > > Signed-off-by: Geert Uytterhoeven > --- > Commit bd69f7