[PATCH] rc: img-ir: Add and enable sys clock for IR

2015-02-03 Thread Sifan Naeem
Gets a handle to the system clock, already described in the binding document, and calls the appropriate common clock framework functions to mark it prepared/enabled, the common clock framework initially enables the clock and doesn't disable it at least until the device/driver is removed. The system

Re: [PATCH] rc: img-ir: Add and enable sys clock for IR

2015-02-04 Thread James Hogan
Hi Sifan, On 03/02/15 17:30, Sifan Naeem wrote: > Gets a handle to the system clock, already described in the binding > document, and calls the appropriate common clock > framework functions to mark it prepared/enabled, the common clock > framework initially enables the clock and doesn't disable i

Re: [PATCH] rc: img-ir: Add and enable sys clock for IR

2015-04-08 Thread Mauro Carvalho Chehab
Em Tue, 3 Feb 2015 17:30:29 + Sifan Naeem escreveu: > Gets a handle to the system clock, already described in the binding > document, and calls the appropriate common clock > framework functions to mark it prepared/enabled, the common clock > framework initially enables the clock and doesn't

RE: [PATCH] rc: img-ir: Add and enable sys clock for IR

2015-04-08 Thread Sifan Naeem
ng.com] > Sent: 08 April 2015 12:32 > To: Sifan Naeem > Cc: James Hogan; linux-ker...@vger.kernel.org; linux- > me...@vger.kernel.org > Subject: Re: [PATCH] rc: img-ir: Add and enable sys clock for IR > > Em Tue, 3 Feb 2015 17:30:29 + > Sifan Naeem escreveu: > >

Re: [PATCH] rc: img-ir: Add and enable sys clock for IR

2015-04-08 Thread Mauro Carvalho Chehab
: 08 April 2015 12:32 > > To: Sifan Naeem > > Cc: James Hogan; linux-ker...@vger.kernel.org; linux- > > me...@vger.kernel.org > > Subject: Re: [PATCH] rc: img-ir: Add and enable sys clock for IR > > > > Em Tue, 3 Feb 2015 17:30:29 + > > Sifan Naeem escr

RE: [PATCH] rc: img-ir: Add and enable sys clock for IR

2015-04-09 Thread Sifan Naeem
Cc: James Hogan; linux-ker...@vger.kernel.org; linux- > me...@vger.kernel.org > Subject: Re: [PATCH] rc: img-ir: Add and enable sys clock for IR > > Em Wed, 08 Apr 2015 13:56:14 + > Sifan Naeem escreveu: > > > Hi Mauro, > > > > I sent you a v2 of this patch