[linux-sunxi] Re: [PATCH] clk: sunxi: Add CSI (camera's Sensors Interface) module clock driver for sun[457]i

2016-07-13 Thread Maxime Ripard
Hi, On Mon, Jul 11, 2016 at 01:07:26AM +0800, Hao Zhang wrote: > Hi all > I am developing a media codec driver(using bt656) for cubieboard > one(allwinner a10 processor), i want to use DT to banding csi. after i get > some reference on >

[linux-sunxi] Re: [PATCH] clk: sunxi: Add CSI (camera's Sensors Interface) module clock driver for sun[457]i

2016-07-10 Thread Hao Zhang
Hi all I am developing a media codec driver(using bt656) for cubieboard one(allwinner a10 processor), i want to use DT to banding csi. after i get some reference on Documentation/devicetree/bindings/media/video-interfaces.txt, i have some question about whether the csi driver for cubieboard one

[linux-sunxi] Re: [PATCH] clk: sunxi: Add CSI (camera's Sensors Interface) module clock driver for sun[457]i

2016-04-07 Thread Yassin Jaffer
Hi Maxime I had a look at your display clock driver.The only issue I have is setting the clock parents. A simple mask wont do it. I guess using table is the only way. The CSI is only clock which is using irregular parents mux. The remaining clocks including VE, can be based on your display

[linux-sunxi] Re: [PATCH] clk: sunxi: Add CSI (camera's Sensors Interface) module clock driver for sun[457]i

2016-04-04 Thread Maxime Ripard
Hi Stephen On Fri, Apr 01, 2016 at 06:14:36PM -0700, Stephen Boyd wrote: > On 03/19, Rob Herring wrote: > > On Thu, Mar 17, 2016 at 07:43:42PM +1100, yassinjaf...@gmail.com wrote: > > > From: Yassin Jaffer > > > > > > This patch adds a composite clock type consisting of

[linux-sunxi] Re: [PATCH] clk: sunxi: Add CSI (camera's Sensors Interface) module clock driver for sun[457]i

2016-04-03 Thread Stephen Boyd
On 03/19, Rob Herring wrote: > On Thu, Mar 17, 2016 at 07:43:42PM +1100, yassinjaf...@gmail.com wrote: > > From: Yassin Jaffer > > > > This patch adds a composite clock type consisting of > > a clock gate, mux, configurable dividers, and a reset control. > > > >

[linux-sunxi] Re: [PATCH] clk: sunxi: Add CSI (camera's Sensors Interface) module clock driver for sun[457]i

2016-03-21 Thread Maxime Ripard
Hi Yassin, On Thu, Mar 17, 2016 at 07:43:42PM +1100, yassinjaf...@gmail.com wrote: > From: Yassin Jaffer > > This patch adds a composite clock type consisting of > a clock gate, mux, configurable dividers, and a reset control. > > Signed-off-by: Yassin Jaffer

[linux-sunxi] Re: [PATCH] clk: sunxi: Add CSI (camera's Sensors Interface) module clock driver for sun[457]i

2016-03-21 Thread Rob Herring
On Thu, Mar 17, 2016 at 07:43:42PM +1100, yassinjaf...@gmail.com wrote: > From: Yassin Jaffer > > This patch adds a composite clock type consisting of > a clock gate, mux, configurable dividers, and a reset control. > > Signed-off-by: Yassin Jaffer