Re: [PATCH v6 24/41] ARM: dm644x: add new clock init using common clock framework

2018-02-04 Thread Sekhar Nori
On Friday 02 February 2018 11:36 PM, David Lechner wrote: > On 02/02/2018 08:39 AM, Sekhar Nori wrote: >> On Saturday 20 January 2018 10:44 PM, David Lechner wrote: >>> This adds the new board-specific clock init in mach-davinci/dm644x.c >>> using the new common clock framework drivers. >>> >>> The

Re: [PATCH v6 24/41] ARM: dm644x: add new clock init using common clock framework

2018-02-02 Thread David Lechner
On 02/02/2018 08:39 AM, Sekhar Nori wrote: On Saturday 20 January 2018 10:44 PM, David Lechner wrote: This adds the new board-specific clock init in mach-davinci/dm644x.c using the new common clock framework drivers. The #ifdefs are needed to prevent compile errors until the entire ARCH_DAVINCI

Re: [PATCH v6 24/41] ARM: dm644x: add new clock init using common clock framework

2018-02-02 Thread Sekhar Nori
On Saturday 20 January 2018 10:44 PM, David Lechner wrote: > This adds the new board-specific clock init in mach-davinci/dm644x.c > using the new common clock framework drivers. > > The #ifdefs are needed to prevent compile errors until the entire > ARCH_DAVINCI is converted. > > Also clean up th