Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-25 Thread Mike Turquette
Quoting Lee Jones (2015-02-25 07:48:08) > On Wed, 25 Feb 2015, Rob Herring wrote: > > > On Mon, Feb 23, 2015 at 11:23 AM, Mike Turquette > > wrote: > > > Quoting Lee Jones (2015-02-18 08:15:00) > > >> Much h/w contain clocks which if turned off would prove fatal. The > > >> only way to recover

Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-25 Thread Lee Jones
On Wed, 25 Feb 2015, Rob Herring wrote: > On Mon, Feb 23, 2015 at 11:23 AM, Mike Turquette > wrote: > > Quoting Lee Jones (2015-02-18 08:15:00) > >> Much h/w contain clocks which if turned off would prove fatal. The > >> only way to recover is to restart the board(s). This driver takes > >>

Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-25 Thread Rob Herring
On Mon, Feb 23, 2015 at 11:23 AM, Mike Turquette wrote: > Quoting Lee Jones (2015-02-18 08:15:00) >> Much h/w contain clocks which if turned off would prove fatal. The >> only way to recover is to restart the board(s). This driver takes >> references to clocks which are required to be always-on

Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-25 Thread Lee Jones
On Wed, 25 Feb 2015, Rob Herring wrote: On Mon, Feb 23, 2015 at 11:23 AM, Mike Turquette mturque...@linaro.org wrote: Quoting Lee Jones (2015-02-18 08:15:00) Much h/w contain clocks which if turned off would prove fatal. The only way to recover is to restart the board(s). This driver

Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-25 Thread Rob Herring
On Mon, Feb 23, 2015 at 11:23 AM, Mike Turquette mturque...@linaro.org wrote: Quoting Lee Jones (2015-02-18 08:15:00) Much h/w contain clocks which if turned off would prove fatal. The only way to recover is to restart the board(s). This driver takes references to clocks which are required

Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-25 Thread Mike Turquette
Quoting Lee Jones (2015-02-25 07:48:08) On Wed, 25 Feb 2015, Rob Herring wrote: On Mon, Feb 23, 2015 at 11:23 AM, Mike Turquette mturque...@linaro.org wrote: Quoting Lee Jones (2015-02-18 08:15:00) Much h/w contain clocks which if turned off would prove fatal. The only way to

Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-24 Thread Lee Jones
On Mon, 23 Feb 2015, Mike Turquette wrote: > Quoting Lee Jones (2015-02-18 08:15:00) > > Much h/w contain clocks which if turned off would prove fatal. The > > only way to recover is to restart the board(s). This driver takes > > references to clocks which are required to be always-on in order

Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-24 Thread Lee Jones
On Mon, 23 Feb 2015, Mike Turquette wrote: Quoting Lee Jones (2015-02-18 08:15:00) Much h/w contain clocks which if turned off would prove fatal. The only way to recover is to restart the board(s). This driver takes references to clocks which are required to be always-on in order to

Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-23 Thread Mike Turquette
Quoting Lee Jones (2015-02-18 08:15:00) > Much h/w contain clocks which if turned off would prove fatal. The > only way to recover is to restart the board(s). This driver takes > references to clocks which are required to be always-on in order to > prevent the common clk framework from trying to

Re: [STLinux Kernel] [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-23 Thread Peter Griffin
Hi Lee, On Wed, 18 Feb 2015, Lee Jones wrote: > +/* > + * ST Clock Domain minor nit, as v2 is a generic driver, comment needs updating. regards, Peter. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [STLinux Kernel] [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-23 Thread Peter Griffin
Hi Lee, On Wed, 18 Feb 2015, Lee Jones wrote: +/* + * ST Clock Domain minor nit, as v2 is a generic driver, comment needs updating. regards, Peter. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-23 Thread Mike Turquette
Quoting Lee Jones (2015-02-18 08:15:00) Much h/w contain clocks which if turned off would prove fatal. The only way to recover is to restart the board(s). This driver takes references to clocks which are required to be always-on in order to prevent the common clk framework from trying to

[PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-18 Thread Lee Jones
Much h/w contain clocks which if turned off would prove fatal. The only way to recover is to restart the board(s). This driver takes references to clocks which are required to be always-on in order to prevent the common clk framework from trying to turn them off during the clk_disabled_unused()

[PATCH v2 3/4] clk: Provide an always-on clock domain framework

2015-02-18 Thread Lee Jones
Much h/w contain clocks which if turned off would prove fatal. The only way to recover is to restart the board(s). This driver takes references to clocks which are required to be always-on in order to prevent the common clk framework from trying to turn them off during the clk_disabled_unused()