Re: [PATCH v2] clk: hisilicon: fix lock assignment

2017-01-26 Thread Stephen Boyd
On 01/21, Leo Yan wrote: > In clock driver initialize phase the spinlock is missed to assignment > to struct clkgate_separated, finally there have no locking to protect > exclusive accessing for clock registers. > > This bug introduces the console has no output after enable coresight > driver on

Re: [PATCH v2] clk: hisilicon: fix lock assignment

2017-01-26 Thread Stephen Boyd
On 01/21, Leo Yan wrote: > In clock driver initialize phase the spinlock is missed to assignment > to struct clkgate_separated, finally there have no locking to protect > exclusive accessing for clock registers. > > This bug introduces the console has no output after enable coresight > driver on

[PATCH v2] clk: hisilicon: fix lock assignment

2017-01-20 Thread Leo Yan
In clock driver initialize phase the spinlock is missed to assignment to struct clkgate_separated, finally there have no locking to protect exclusive accessing for clock registers. This bug introduces the console has no output after enable coresight driver on 96boards Hikey; this is because

[PATCH v2] clk: hisilicon: fix lock assignment

2017-01-20 Thread Leo Yan
In clock driver initialize phase the spinlock is missed to assignment to struct clkgate_separated, finally there have no locking to protect exclusive accessing for clock registers. This bug introduces the console has no output after enable coresight driver on 96boards Hikey; this is because