Re: [PATCH] clk: clk-gpio: add support for sleeping GPIOs in gpio-gate-clk

2019-02-22 Thread Thomas Petazzoni
Hello, On Thu, 21 Feb 2019 14:05:09 -0800 Stephen Boyd wrote: > Quoting Stephen Boyd (2019-02-13 09:14:22) > > > > static? > > Ok I marked it static and applied to clk-next. Thanks, and sorry for not getting back with a v2 in a timely fashion. I had several patch series in-flight for this pro

Re: [PATCH] clk: clk-gpio: add support for sleeping GPIOs in gpio-gate-clk

2019-02-21 Thread Stephen Boyd
Quoting Stephen Boyd (2019-02-13 09:14:22) > > static? > Ok I marked it static and applied to clk-next.

Re: [PATCH] clk: clk-gpio: add support for sleeping GPIOs in gpio-gate-clk

2019-02-13 Thread Stephen Boyd
Quoting Thomas Petazzoni (2019-02-11 05:58:18) > The current implementation of gpio-gate-clk enables/disables the clock > using the GPIO in the ->enable() and ->disable() clock callbacks. This > requires the GPIO to be configurable in atomic contexts. While it is > the case for most memory-mapped G