From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tero Kristo Subject: Re: [PATCHv4 00/33] ARM: OMAP: clock conversion to DT Date: Wed, 24 Jul 2013 17:43:24 +0300 Message-ID: <51EFE80C.7020805@ti.com> References: <1374564028-11352-1-git-send-email-t-kristo@ti.com> <51EFE1D4.8090307@ti.com> <51EFE4D7.10800@ti.com> <51EFE5E7.4090506@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:41602 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153Ab3GXOny (ORCPT ); Wed, 24 Jul 2013 10:43:54 -0400 In-Reply-To: <51EFE5E7.4090506@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Roger Quadros Cc: linux-omap@vger.kernel.org, paul@pwsan.com, khilman@linaro.org, tony@atomide.com, mturquette@linaro.org, nm@ti.com, rnayak@ti.com, linux-arm-kernel@lists.infradead.org On 07/24/2013 05:34 PM, Roger Quadros wrote: > On 07/24/2013 05:29 PM, Tero Kristo wrote: >> On 07/24/2013 05:16 PM, Roger Quadros wrote: >>> On 07/23/2013 10:19 AM, Tero Kristo wrote: >>>> Hi, >>>> >>>> Changes compared to previous version: >>>> >>>> - Clock init files moved from mach-omap2/ to drivers/clk/omap/ >>>> - AM33xx support added [patches 15-20] >>>> - OMAP3 support added [patches 21-29] >>>> - DRA7 APLL support added (thanks Keerthy) [patches 30-33] >>>> >>>> Test branch on top of 3.11-rc1 available here: >>>> >>>> git://gitorious.org/~kristo/omap-pm/omap-pm-work.git >>>> branch: mainline-3.11-rc1-omap-dt-clks >>>> >>>> Testing done: >>>> >>>> - boot + suspend tested on OMAP3 beagle C4 (omap3530) >>>> - boot + suspend tested on OMAP4 panda ES (omap4460) >>>> - boot tested on beagle bone (am335x) >>>> >>>> A boot test was also executed for DRA7 and OMAP5 on a separate branch >>>> (mainline does not have OMAP5 / DRA7 support so far.) >>> >>> Thanks to your hints, I was able to get this to work with 3.11-rc1 on omap5 uevm >>> using the following 3 patches. Please include them in your series. Thanks. >> >> Your patches don't apply cleanly to mainline currently, as the omap5 base support is still not merged. I deliberately left out the full omap5 integration because of that. Lets see how and when the integration proceeds, but I can track your patches meanwhile. >> > > Strange, I didn't use any out of tree patch. Just 3.11-rc1 with your 33 patches on top. > > Are you on 3.11-rc2? Oh, so OMAP5 hwmod data was actually merged now, cool. Sorry about the fuss. I can include your patches to the next rev if one is made. -Tero From mboxrd@z Thu Jan 1 00:00:00 1970 From: t-kristo@ti.com (Tero Kristo) Date: Wed, 24 Jul 2013 17:43:24 +0300 Subject: [PATCHv4 00/33] ARM: OMAP: clock conversion to DT In-Reply-To: <51EFE5E7.4090506@ti.com> References: <1374564028-11352-1-git-send-email-t-kristo@ti.com> <51EFE1D4.8090307@ti.com> <51EFE4D7.10800@ti.com> <51EFE5E7.4090506@ti.com> Message-ID: <51EFE80C.7020805@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/24/2013 05:34 PM, Roger Quadros wrote: > On 07/24/2013 05:29 PM, Tero Kristo wrote: >> On 07/24/2013 05:16 PM, Roger Quadros wrote: >>> On 07/23/2013 10:19 AM, Tero Kristo wrote: >>>> Hi, >>>> >>>> Changes compared to previous version: >>>> >>>> - Clock init files moved from mach-omap2/ to drivers/clk/omap/ >>>> - AM33xx support added [patches 15-20] >>>> - OMAP3 support added [patches 21-29] >>>> - DRA7 APLL support added (thanks Keerthy) [patches 30-33] >>>> >>>> Test branch on top of 3.11-rc1 available here: >>>> >>>> git://gitorious.org/~kristo/omap-pm/omap-pm-work.git >>>> branch: mainline-3.11-rc1-omap-dt-clks >>>> >>>> Testing done: >>>> >>>> - boot + suspend tested on OMAP3 beagle C4 (omap3530) >>>> - boot + suspend tested on OMAP4 panda ES (omap4460) >>>> - boot tested on beagle bone (am335x) >>>> >>>> A boot test was also executed for DRA7 and OMAP5 on a separate branch >>>> (mainline does not have OMAP5 / DRA7 support so far.) >>> >>> Thanks to your hints, I was able to get this to work with 3.11-rc1 on omap5 uevm >>> using the following 3 patches. Please include them in your series. Thanks. >> >> Your patches don't apply cleanly to mainline currently, as the omap5 base support is still not merged. I deliberately left out the full omap5 integration because of that. Lets see how and when the integration proceeds, but I can track your patches meanwhile. >> > > Strange, I didn't use any out of tree patch. Just 3.11-rc1 with your 33 patches on top. > > Are you on 3.11-rc2? Oh, so OMAP5 hwmod data was actually merged now, cool. Sorry about the fuss. I can include your patches to the next rev if one is made. -Tero