Re: [PATCH] clk: Hi6220: separately build stub clock driver

2015-09-04 Thread Leo Yan
On Thu, Sep 03, 2015 at 09:01:03AM -0700, Kevin Hilman wrote: > Leo Yan writes: > > > The previous code, kernel builds Hi6220's common clock driver and stub > > clock driver together. Stub clock driver has introduced the dependency > > with CONFIG_MAILBOX, so kernel will not build Hi6220's

Re: [PATCH] clk: Hi6220: separately build stub clock driver

2015-09-04 Thread Leo Yan
On Thu, Sep 03, 2015 at 09:01:03AM -0700, Kevin Hilman wrote: > Leo Yan writes: > > > The previous code, kernel builds Hi6220's common clock driver and stub > > clock driver together. Stub clock driver has introduced the dependency > > with CONFIG_MAILBOX, so kernel will not

Re: [PATCH] clk: Hi6220: separately build stub clock driver

2015-09-03 Thread Kevin Hilman
Leo Yan writes: > The previous code, kernel builds Hi6220's common clock driver and stub > clock driver together. Stub clock driver has introduced the dependency > with CONFIG_MAILBOX, so kernel will not build Hi6220's common clock > driver due ARM64's defconfig have not enabled CONFIG_MAILBOX

Re: [PATCH] clk: Hi6220: separately build stub clock driver

2015-09-03 Thread Kevin Hilman
Leo Yan writes: > The previous code, kernel builds Hi6220's common clock driver and stub > clock driver together. Stub clock driver has introduced the dependency > with CONFIG_MAILBOX, so kernel will not build Hi6220's common clock > driver due ARM64's defconfig have not

Re: [PATCH] clk: Hi6220: separately build stub clock driver

2015-09-02 Thread Stephen Boyd
On 09/02, Leo Yan wrote: > The previous code, kernel builds Hi6220's common clock driver and stub > clock driver together. Stub clock driver has introduced the dependency > with CONFIG_MAILBOX, so kernel will not build Hi6220's common clock > driver due ARM64's defconfig have not enabled

Re: [PATCH] clk: Hi6220: separately build stub clock driver

2015-09-02 Thread Stephen Boyd
On 09/02, Leo Yan wrote: > The previous code, kernel builds Hi6220's common clock driver and stub > clock driver together. Stub clock driver has introduced the dependency > with CONFIG_MAILBOX, so kernel will not build Hi6220's common clock > driver due ARM64's defconfig have not enabled

[PATCH] clk: Hi6220: separately build stub clock driver

2015-09-01 Thread Leo Yan
The previous code, kernel builds Hi6220's common clock driver and stub clock driver together. Stub clock driver has introduced the dependency with CONFIG_MAILBOX, so kernel will not build Hi6220's common clock driver due ARM64's defconfig have not enabled CONFIG_MAILBOX by default. So separately

[PATCH] clk: Hi6220: separately build stub clock driver

2015-09-01 Thread Leo Yan
The previous code, kernel builds Hi6220's common clock driver and stub clock driver together. Stub clock driver has introduced the dependency with CONFIG_MAILBOX, so kernel will not build Hi6220's common clock driver due ARM64's defconfig have not enabled CONFIG_MAILBOX by default. So separately