From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@lechnology.com (David Lechner) Date: Fri, 5 Jan 2018 19:42:46 -0600 Subject: [PATCH v4 6/7] ARM: davinci: convert to common clock framework In-Reply-To: <8fcd9bf8-249b-7e0b-0e37-70f011ab1b7e@ti.com> References: <1514763588-31560-1-git-send-email-david@lechnology.com> <1514763588-31560-7-git-send-email-david@lechnology.com> <8fcd9bf8-249b-7e0b-0e37-70f011ab1b7e@ti.com> Message-ID: <7143f0fb-9bb2-dc66-56d4-aefa66f852a1@lechnology.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/05/2018 04:42 AM, Sekhar Nori wrote: > On Friday 05 January 2018 08:29 AM, David Lechner wrote: >> On 01/04/2018 11:50 AM, David Lechner wrote: >>> On 1/4/18 6:39 AM, Sekhar Nori wrote: > >>>> This is a pretty huge patch again and I hope it can be broken down. >>>> Ideally one per SoC converted and then the unused code removal. >>>> >>> >>> Will do. >> >> Well, I can do this, but I don't think it will compile or run. We can't >> have the common clock framework and the legacy davinci clocks enabled at >> the same time. > > I see. Can you at least hive off the code removal into a separate patch > for next submission. I will then take a closer look at this. > I've realized that I can accomplish this if I use some #if 0/#endif blocks temporarily if that sounds OK.