Re: [PATCH v2 0/6] Add CPTS support for AM437x

2014-05-05 Thread David Miller
From: George Cherian Date: Fri, 2 May 2014 12:01:58 +0530 > The series adds CPTS support for AM4372. > > Patch 1 - DT changes w.r.t clock changes for AM33xx. > Patch 2 - CPTS clock name harcoding in the driver is removed. > Easier to pass the clock name from dt rather than hardcoding in

Re: [PATCH v2 0/6] Add CPTS support for AM437x

2014-05-05 Thread Mugunthan V N
On Friday 02 May 2014 12:01 PM, George Cherian wrote: > The series adds CPTS support for AM4372. > > Patch 1 - DT changes w.r.t clock changes for AM33xx. > Patch 2 - CPTS clock name harcoding in the driver is removed. > Easier to pass the clock name from dt rather than hardcoding in > dri

Re: [PATCH v2 0/6] Add CPTS support for AM437x

2014-05-04 Thread Richard Cochran
On Fri, May 02, 2014 at 12:01:58PM +0530, George Cherian wrote: > The series adds CPTS support for AM4372. > > Patch 1 - DT changes w.r.t clock changes for AM33xx. > Patch 2 - CPTS clock name harcoding in the driver is removed. > Easier to pass the clock name from dt rather than hardcodin

[PATCH v2 0/6] Add CPTS support for AM437x

2014-05-01 Thread George Cherian
The series adds CPTS support for AM4372. Patch 1 - DT changes w.r.t clock changes for AM33xx. Patch 2 - CPTS clock name harcoding in the driver is removed. Easier to pass the clock name from dt rather than hardcoding in driver. Also in prepration for DRA7x CPTS support. Patch