Re: Query: Clock driver requests mailbox channel

2015-07-09 Thread Leo Yan
On Wed, Jul 08, 2015 at 09:54:29AM -0700, Michael Turquette wrote: > Cc'ing linux-clk and Stephen Boyd > > Quoting Leo Yan (2015-07-07 07:04:25) > > On Tue, Jul 07, 2015 at 10:54:55AM +0530, Jassi Brar wrote: > > > On Mon, Jul 6, 2015 at 5:03 PM, Leo Yan wrote: > > > > Hi all, > > > > > > > > i'm

Re: Query: Clock driver requests mailbox channel

2015-07-08 Thread Michael Turquette
Cc'ing linux-clk and Stephen Boyd Quoting Leo Yan (2015-07-07 07:04:25) > On Tue, Jul 07, 2015 at 10:54:55AM +0530, Jassi Brar wrote: > > On Mon, Jul 6, 2015 at 5:03 PM, Leo Yan wrote: > > > Hi all, > > > > > > i'm working with one clock driver, which will invoke mailbox API to > > > request the

Re: Query: Clock driver requests mailbox channel

2015-07-07 Thread Leo Yan
On Tue, Jul 07, 2015 at 10:54:55AM +0530, Jassi Brar wrote: > On Mon, Jul 6, 2015 at 5:03 PM, Leo Yan wrote: > > Hi all, > > > > i'm working with one clock driver, which will invoke mailbox API to > > request the mailbox channel and send message. > > > > Usually clock driver will init with devicet

Re: Query: Clock driver requests mailbox channel

2015-07-06 Thread Jassi Brar
On Mon, Jul 6, 2015 at 5:03 PM, Leo Yan wrote: > Hi all, > > i'm working with one clock driver, which will invoke mailbox API to > request the mailbox channel and send message. > > Usually clock driver will init with devicetree, below is the example: > CLK_OF_DECLARE(hi6220_clk_power, "hisilicon,h

Query: Clock driver requests mailbox channel

2015-07-06 Thread Leo Yan
Hi all, i'm working with one clock driver, which will invoke mailbox API to request the mailbox channel and send message. Usually clock driver will init with devicetree, below is the example: CLK_OF_DECLARE(hi6220_clk_power, "hisilicon,hi6220-clock-power", hi6220_clk_power_init); Clock init func