Re: [PATCH 4/5] clk: mediatek: Add subsystem clocks of MT8173

2015-06-14 Thread James Liao
On Fri, 2015-06-12 at 19:09 +0200, Matthias Brugger wrote: > On Thursday, May 21, 2015 03:12:55 PM James Liao wrote: > > + > > +static struct mtk_gate_regs venclt_cg_regs = { > > + .set_ofs = 0x0004, > > + .clr_ofs = 0x0008, > > + .sta_ofs = 0x, > > +}; > > > The register for imagesys,

Re: [PATCH 4/5] clk: mediatek: Add subsystem clocks of MT8173

2015-06-12 Thread Matthias Brugger
On Thursday, May 21, 2015 03:12:55 PM James Liao wrote: > Most multimedia subsystem clocks will be accessed by multiple > drivers, so it's a better way to manage these clocks in CCF. > This patch adds clock support for MM, IMG, VDEC, VENC and VENC_LT > subsystems. > > Signed-off-by: James Liao >

Re: [PATCH 4/5] clk: mediatek: Add subsystem clocks of MT8173

2015-05-21 Thread James Liao
Hi Daniel, On Fri, 2015-05-22 at 12:22 +0800, Daniel Kurtz wrote: > On Thu, May 21, 2015 at 3:12 PM, James Liao wrote: > > Most multimedia subsystem clocks will be accessed by multiple > > drivers, so it's a better way to manage these clocks in CCF. > > This patch adds clock support for MM, IMG,

Re: [PATCH 4/5] clk: mediatek: Add subsystem clocks of MT8173

2015-05-21 Thread Daniel Kurtz
Hi James, On Thu, May 21, 2015 at 3:12 PM, James Liao wrote: > Most multimedia subsystem clocks will be accessed by multiple > drivers, so it's a better way to manage these clocks in CCF. > This patch adds clock support for MM, IMG, VDEC, VENC and VENC_LT > subsystems. Is there a reason why this