All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tero Kristo <t-kristo@ti.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: <mturquette@linaro.org>, <tony@atomide.com>,
	<linux-omap@vger.kernel.org>, <linux-clk@vger.kernel.org>,
	<sboyd@codeaurora.org>, <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCHv2 00/27] ARM: OMAP2+: clock code migration to drivers/clk/ti
Date: Wed, 13 May 2015 09:46:04 +0300	[thread overview]
Message-ID: <5552F32C.7060606@ti.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1505122019220.21747@utopia.booyaka.com>

On 05/12/2015 11:58 PM, Paul Walmsley wrote:
> On Tue, 12 May 2015, Tero Kristo wrote:
>
>> On 05/11/2015 11:21 PM, Paul Walmsley wrote:
>>> On Mon, 11 May 2015, Tero Kristo wrote:
>>>
>>>> This set moves most of the OMAP2+ clock driver code under drivers/clk.
>>>> There are still a couple of files under mach-omap2 folder after this
>>>> set which have either unmet dependencies still (towards PRCM driver)
>>>> or is currently slightly broken (some of the DVFS code for OMAP2/OMAP3.)
>>>> Earlier version of this set has been posted back in March (see
>>>> http://www.spinics.net/lists/linux-omap/msg116418.html), mostly
>>>> the code is the same except patches 25+ which are new.
>
> ...
>
>>>>
>>>> Branch info:
>>>> - tree: https://github.com/t-kristo/linux-pm.git
>>>> - branch: for-4.2/ti-clk-move
>>>
>>> I can't replicate your test results.  Several Kconfigs fail to build here,
>>> and many boards don't even boot.
>>>
>>> Could you please post a copy of your boot logs?
>>>
>>> - Paul
>>>
>>> http://www.pwsan.com/omap/testlogs/test-tkristo-clk-move-v4.2/20150511115145/
>>>
>>> OMAP development test results for test-tkristo-clk-move-v4.2 20150511115145
>>
>> Oh hmm, I seem to have introduced a Makefile issue which breaks a couple of
>> special builds. I just force pushed updated branch.
>
> This one is better... the build problems are now fixed.
>
>> Here are the boot logs for it, I tried also single-soc builds with
>> am3/am4/omap2/omap3/omap4/omap5/dra7:
>>
>>    : Board           : Boot url
>>   1: am335x-evm      : PASS http://paste.ubuntu.com/11093628/
>>   2: am335x-evmsk    : PASS http://paste.ubuntu.com/11093629/
>>   3: am3517-evm      : PASS http://paste.ubuntu.com/11093630/
>>   4: am37x-evm       : PASS http://paste.ubuntu.com/11093632/
>>   5: am43x-epos-evm  : PASS http://paste.ubuntu.com/11093633/
>>   6: am437x-gp-evm   : PASS http://paste.ubuntu.com/11093634/
>>   7: am57xx-evm      : FAIL http://paste.ubuntu.com/11093635/
>>   8: omap3-beagle-xm : PASS http://paste.ubuntu.com/11093636/
>>   9: omap3-beagle    : PASS http://paste.ubuntu.com/11093637/
>> 10: am335x-boneblack: PASS http://paste.ubuntu.com/11093638/
>> 11: am335x-bone     : PASS http://paste.ubuntu.com/11093639/
>> 12: craneboard      : PASS http://paste.ubuntu.com/11093640/
>> 13: dra7xx-evm      : PASS http://paste.ubuntu.com/11093641/
>> 14: omap3430-ldp    : PASS http://paste.ubuntu.com/11093642/
>> 15: omap3-n900      : PASS http://paste.ubuntu.com/11093643/
>> 16: omap5-uevm      : PASS http://paste.ubuntu.com/11093645/
>> 17: omap4-panda-es  : PASS http://paste.ubuntu.com/11093646/
>> 18: omap4-panda     : PASS http://paste.ubuntu.com/11093647/
>> 19: omap2430-sdp    : PASS http://paste.ubuntu.com/11093648/
>> 20: omap3430-sdp    : PASS http://paste.ubuntu.com/11093649/
>> 21: omap4-sdp-es23plus: PASS http://paste.ubuntu.com/11093650/
>> TOTAL = 21 boards, Booted Boards = 20, No Boot boards = 1
>>
>> AM57xx-evm boot fails as it is missing some patches from Nishanth (I think the
>> UART mux has changed.)
>
> But this one has the same problems as v4.1-rc1 and beyond: it still
> doesn't boot here on any OMAP34xx/OMAP35xx platform, nor the CM-T3517,
> OMAP4460 VAR-SOM-OM, or OMAP5430ES2 SBC-T54:
>
> http://www.pwsan.com/omap/testlogs/test_v4.1-rc1/20150426200156/README.txt
>
> Thanks for posting your test logs above.  They don't include bootloader
> info, but my guess is that v4.1-rc* has some hidden bootloader
> dependencies where things aren't being initialized properly from the
> kernel.
>
> So those should be tracked down and fixed before we stack more patches on
> top.

I clipped the boot-loader traces as they contain lots of noise from the 
test-automation system.

Looking at the farm traces, I see this on the omap3 boards:

beagleboard-vanilla.txt:ver=U-Boot 2014.04-00071-g8543283 (Apr 22 2014 - 
15:49:50)

beagle-xm.txt:U-Boot 2014.10-00004-g9ade0ab-dirty (Dec 16 2014 - 13:40:24)

craneboard.txt:U-Boot 2009.11-00005-ge83d2db (Dec 07 2010 - 11:55:34)

ldp.txt:U-Boot 2014.04-00071-g8543283-dirty (Apr 25 2014 - 14:59:48)

n900.txt:U-Boot 2014.04-00073-g4fa5b9e (Apr 22 2014 - 14:37:10)

sdp3430.txt:U-Boot 2009.11-rc1-00485-g7d1e865 (Nov 09 2009 - 11:21:55)

Maybe some DTB issues? When did you update your DTB files?

-Tero

>
>
> - Paul
>
>
> http://www.pwsan.com/omap/testlogs/test-tkristo-clk-move-v4.2/20150512121218/
>
>
> OMAP development test results for test-tkristo-clk-move-v4.2 20150512121218
>
>
> Test summary
> ------------
>
> Build: uImage:
>      Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,
> 		  omap1_defconfig_5912osk_only
>
> Build: uImage+dtb:
>      Pass (13/13): omap2plus_defconfig_am33xx_only/am335x-bone,
> 		  omap2plus_defconfig/omap4-panda,
> 		  omap2plus_defconfig/omap4-panda-es,
> 		  omap2plus_defconfig/omap4-var-som,
> 		  omap2plus_defconfig/omap3-evm-37xx,
> 		  omap2plus_defconfig_n800_only_a/omap2420-n800,
> 		  omap2plus_defconfig/omap2430-sdp,
> 		  omap2plus_defconfig/am3517-evm,
> 		  omap2plus_defconfig/omap3-beagle,
> 		  omap2plus_defconfig/omap3-beagle-xm,
> 		  omap2plus_defconfig/omap3-sbc-t3517,
> 		  omap2plus_defconfig/omap5-uevm,
> 		  omap2plus_defconfig/omap5-sbc-t54
>
> Build: zImage:
>      Pass (17/17): omap2plus_defconfig, omap2plus_defconfig_am33xx_only,
> 		  omap2plus_defconfig_n800_only_a,
> 		  omap2plus_defconfig_n800_multi_omap2xxx,
> 		  omap2plus_defconfig_2430sdp_only,
> 		  omap2plus_defconfig_cpupm, omap2plus_defconfig_no_pm,
> 		  omap2plus_defconfig_omap2_4_only,
> 		  omap2plus_defconfig_omap3_4_only,
> 		  omap2plus_defconfig_omap5_only,
> 		  omap2plus_defconfig_dra7xx_only,
> 		  omap2plus_defconfig_am43xx_only,
> 		  rmk_omap3430_ldp_oldconfig,
> 		  rmk_omap3430_ldp_allnoconfig,
> 		  rmk_omap4430_sdp_oldconfig,
> 		  rmk_omap4430_sdp_allnoconfig, multi_v7_defconfig
>
> Build warnings from toolchain: uImage:
>      FAIL ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,
> 		  omap1_defconfig_5912osk_only
>
> Build warnings from toolchain: uImage+dtb:
>      (none)
>
> Build warnings from toolchain: zImage:
>      FAIL (14/17): omap2plus_defconfig, omap2plus_defconfig_am33xx_only,
> 		  omap2plus_defconfig_n800_only_a,
> 		  omap2plus_defconfig_n800_multi_omap2xxx,
> 		  omap2plus_defconfig_2430sdp_only,
> 		  omap2plus_defconfig_cpupm, omap2plus_defconfig_no_pm,
> 		  omap2plus_defconfig_omap2_4_only,
> 		  omap2plus_defconfig_omap3_4_only,
> 		  omap2plus_defconfig_omap5_only,
> 		  omap2plus_defconfig_dra7xx_only,
> 		  omap2plus_defconfig_am43xx_only,
> 		  rmk_omap3430_ldp_oldconfig,
> 		  rmk_omap4430_sdp_oldconfig
>
> Boot to userspace:
>      FAIL ( 6/17): 4460varsomom, 2430sdp, 3530es3beagle, 3530es31beagle,
> 		  cmt3517, 5430es2sbct54
>      skip ( 2/17): 5912osk, 3517evm
>      Pass ( 9/17): am335xbonelt, am335xbone, 4430es2panda, 4460pandaes,
> 		  37xxevm, 3730beaglexm, 3730es12beaglexm, 5430es2uevm,
> 		  2420n800
>
> Kernel warnings during boot to userspace:
>      FAIL ( 1/17): 4430es2panda
>
> PM: chip retention via suspend:
>      FAIL ( 9/12): am335xbonelt, 4430es2panda, 4460varsomom,
> 		  3530es3beagle, 3530es31beagle, 3730es12beaglexm,
> 		  2430sdp, 5430es2uevm, 5430es2sbct54
>      Pass ( 3/12): 4460pandaes, 37xxevm, 3730beaglexm
>
> PM: chip retention via dynamic idle:
>      FAIL ( 9/12): am335xbonelt, 4430es2panda, 4460varsomom,
> 		  3530es3beagle, 3530es31beagle, 3730es12beaglexm,
> 		  2430sdp, 5430es2uevm, 5430es2sbct54
>      Pass ( 3/12): 4460pandaes, 37xxevm, 3730beaglexm
>
> PM: chip off (except CORE, due to errata) via suspend:
>      Pass ( 1/ 1): 3730beaglexm
>
> PM: chip off (except CORE, due to errata) via dynamic idle:
>      Pass ( 1/ 1): 3730beaglexm
>
> PM: chip off via suspend:
>      FAIL ( 3/ 4): 3530es3beagle, 3530es31beagle, 3730es12beaglexm
>      Pass ( 1/ 4): 37xxevm
>
> PM: chip off via dynamic idle:
>      FAIL ( 3/ 4): 3530es3beagle, 3530es31beagle, 3730es12beaglexm
>      Pass ( 1/ 4): 37xxevm
>
> Kernel warnings during PM test:
>      FAIL ( 1/17): 4430es2panda
>
> Obsolete Kconfig symbols:
>      FAIL ( 1/20): multi_v7_defconfig
>
>
> vmlinux object size
> (delta in bytes from test_v4.1-rc2 (5ebe6afaf0057ac3eaeb98defd5456894b446d22)):
>     text     data      bss    total  kernel
>        0        0        0        0  omap1_defconfig
>        0        0        0        0  omap1_defconfig_1510innovator_only
>        0        0        0        0  omap1_defconfig_5912osk_only
>    -1492       -8        0    -1500  multi_v7_defconfig
>    -2116      +56        0    -2060  omap2plus_defconfig
>        0        0        0        0  omap2plus_defconfig_2430sdp_only
>    -1476        0      +64    -1412  omap2plus_defconfig_am33xx_only
>    -5572        0      +64    -5508  omap2plus_defconfig_am43xx_only
>    -6148      +56      -64    -6156  omap2plus_defconfig_cpupm
>    -5500        0      +64    -5436  omap2plus_defconfig_dra7xx_only
>    -1668        0      +12    -1656  omap2plus_defconfig_n800_multi_omap2xxx
>    -1636       -8      -20    -1664  omap2plus_defconfig_n800_only_a
>    -6212       -8        0    -6220  omap2plus_defconfig_no_pm
>    -5828        0      -64    -5892  omap2plus_defconfig_omap2_4_only
>    -1916       -8        0    -1924  omap2plus_defconfig_omap3_4_only
>    -1412        0        0    -1412  omap2plus_defconfig_omap5_only
>    -2804       -4     +780    -2028  rmk_omap3430_ldp_allnoconfig
>    -1812       -8      +64    -1756  rmk_omap3430_ldp_oldconfig
>    -2332        0     +956    -1376  rmk_omap4430_sdp_allnoconfig
>    -1336      +64        0    -1272  rmk_omap4430_sdp_oldconfig
>
> Boot-time memory difference
> (delta in bytes from test_v4.1-rc2 (5ebe6afaf0057ac3eaeb98defd5456894b446d22))
>    avail  rsrvd   high  freed  board          kconfig
>      -4k     4k      .      .  5430es2sbct54  omap2plus_defconfig
>        .      .      .     4k  am335xbone     omap2plus_defconfig_am33xx_only
>

WARNING: multiple messages have this Message-ID (diff)
From: Tero Kristo <t-kristo@ti.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: mturquette@linaro.org, tony@atomide.com,
	linux-omap@vger.kernel.org, linux-clk@vger.kernel.org,
	sboyd@codeaurora.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv2 00/27] ARM: OMAP2+: clock code migration to drivers/clk/ti
Date: Wed, 13 May 2015 09:46:04 +0300	[thread overview]
Message-ID: <5552F32C.7060606@ti.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1505122019220.21747@utopia.booyaka.com>

On 05/12/2015 11:58 PM, Paul Walmsley wrote:
> On Tue, 12 May 2015, Tero Kristo wrote:
>
>> On 05/11/2015 11:21 PM, Paul Walmsley wrote:
>>> On Mon, 11 May 2015, Tero Kristo wrote:
>>>
>>>> This set moves most of the OMAP2+ clock driver code under drivers/clk.
>>>> There are still a couple of files under mach-omap2 folder after this
>>>> set which have either unmet dependencies still (towards PRCM driver)
>>>> or is currently slightly broken (some of the DVFS code for OMAP2/OMAP3.)
>>>> Earlier version of this set has been posted back in March (see
>>>> http://www.spinics.net/lists/linux-omap/msg116418.html), mostly
>>>> the code is the same except patches 25+ which are new.
>
> ...
>
>>>>
>>>> Branch info:
>>>> - tree: https://github.com/t-kristo/linux-pm.git
>>>> - branch: for-4.2/ti-clk-move
>>>
>>> I can't replicate your test results.  Several Kconfigs fail to build here,
>>> and many boards don't even boot.
>>>
>>> Could you please post a copy of your boot logs?
>>>
>>> - Paul
>>>
>>> http://www.pwsan.com/omap/testlogs/test-tkristo-clk-move-v4.2/20150511115145/
>>>
>>> OMAP development test results for test-tkristo-clk-move-v4.2 20150511115145
>>
>> Oh hmm, I seem to have introduced a Makefile issue which breaks a couple of
>> special builds. I just force pushed updated branch.
>
> This one is better... the build problems are now fixed.
>
>> Here are the boot logs for it, I tried also single-soc builds with
>> am3/am4/omap2/omap3/omap4/omap5/dra7:
>>
>>    : Board           : Boot url
>>   1: am335x-evm      : PASS http://paste.ubuntu.com/11093628/
>>   2: am335x-evmsk    : PASS http://paste.ubuntu.com/11093629/
>>   3: am3517-evm      : PASS http://paste.ubuntu.com/11093630/
>>   4: am37x-evm       : PASS http://paste.ubuntu.com/11093632/
>>   5: am43x-epos-evm  : PASS http://paste.ubuntu.com/11093633/
>>   6: am437x-gp-evm   : PASS http://paste.ubuntu.com/11093634/
>>   7: am57xx-evm      : FAIL http://paste.ubuntu.com/11093635/
>>   8: omap3-beagle-xm : PASS http://paste.ubuntu.com/11093636/
>>   9: omap3-beagle    : PASS http://paste.ubuntu.com/11093637/
>> 10: am335x-boneblack: PASS http://paste.ubuntu.com/11093638/
>> 11: am335x-bone     : PASS http://paste.ubuntu.com/11093639/
>> 12: craneboard      : PASS http://paste.ubuntu.com/11093640/
>> 13: dra7xx-evm      : PASS http://paste.ubuntu.com/11093641/
>> 14: omap3430-ldp    : PASS http://paste.ubuntu.com/11093642/
>> 15: omap3-n900      : PASS http://paste.ubuntu.com/11093643/
>> 16: omap5-uevm      : PASS http://paste.ubuntu.com/11093645/
>> 17: omap4-panda-es  : PASS http://paste.ubuntu.com/11093646/
>> 18: omap4-panda     : PASS http://paste.ubuntu.com/11093647/
>> 19: omap2430-sdp    : PASS http://paste.ubuntu.com/11093648/
>> 20: omap3430-sdp    : PASS http://paste.ubuntu.com/11093649/
>> 21: omap4-sdp-es23plus: PASS http://paste.ubuntu.com/11093650/
>> TOTAL = 21 boards, Booted Boards = 20, No Boot boards = 1
>>
>> AM57xx-evm boot fails as it is missing some patches from Nishanth (I think the
>> UART mux has changed.)
>
> But this one has the same problems as v4.1-rc1 and beyond: it still
> doesn't boot here on any OMAP34xx/OMAP35xx platform, nor the CM-T3517,
> OMAP4460 VAR-SOM-OM, or OMAP5430ES2 SBC-T54:
>
> http://www.pwsan.com/omap/testlogs/test_v4.1-rc1/20150426200156/README.txt
>
> Thanks for posting your test logs above.  They don't include bootloader
> info, but my guess is that v4.1-rc* has some hidden bootloader
> dependencies where things aren't being initialized properly from the
> kernel.
>
> So those should be tracked down and fixed before we stack more patches on
> top.

I clipped the boot-loader traces as they contain lots of noise from the 
test-automation system.

Looking at the farm traces, I see this on the omap3 boards:

beagleboard-vanilla.txt:ver=U-Boot 2014.04-00071-g8543283 (Apr 22 2014 - 
15:49:50)

beagle-xm.txt:U-Boot 2014.10-00004-g9ade0ab-dirty (Dec 16 2014 - 13:40:24)

craneboard.txt:U-Boot 2009.11-00005-ge83d2db (Dec 07 2010 - 11:55:34)

ldp.txt:U-Boot 2014.04-00071-g8543283-dirty (Apr 25 2014 - 14:59:48)

n900.txt:U-Boot 2014.04-00073-g4fa5b9e (Apr 22 2014 - 14:37:10)

sdp3430.txt:U-Boot 2009.11-rc1-00485-g7d1e865 (Nov 09 2009 - 11:21:55)

Maybe some DTB issues? When did you update your DTB files?

-Tero

>
>
> - Paul
>
>
> http://www.pwsan.com/omap/testlogs/test-tkristo-clk-move-v4.2/20150512121218/
>
>
> OMAP development test results for test-tkristo-clk-move-v4.2 20150512121218
>
>
> Test summary
> ------------
>
> Build: uImage:
>      Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,
> 		  omap1_defconfig_5912osk_only
>
> Build: uImage+dtb:
>      Pass (13/13): omap2plus_defconfig_am33xx_only/am335x-bone,
> 		  omap2plus_defconfig/omap4-panda,
> 		  omap2plus_defconfig/omap4-panda-es,
> 		  omap2plus_defconfig/omap4-var-som,
> 		  omap2plus_defconfig/omap3-evm-37xx,
> 		  omap2plus_defconfig_n800_only_a/omap2420-n800,
> 		  omap2plus_defconfig/omap2430-sdp,
> 		  omap2plus_defconfig/am3517-evm,
> 		  omap2plus_defconfig/omap3-beagle,
> 		  omap2plus_defconfig/omap3-beagle-xm,
> 		  omap2plus_defconfig/omap3-sbc-t3517,
> 		  omap2plus_defconfig/omap5-uevm,
> 		  omap2plus_defconfig/omap5-sbc-t54
>
> Build: zImage:
>      Pass (17/17): omap2plus_defconfig, omap2plus_defconfig_am33xx_only,
> 		  omap2plus_defconfig_n800_only_a,
> 		  omap2plus_defconfig_n800_multi_omap2xxx,
> 		  omap2plus_defconfig_2430sdp_only,
> 		  omap2plus_defconfig_cpupm, omap2plus_defconfig_no_pm,
> 		  omap2plus_defconfig_omap2_4_only,
> 		  omap2plus_defconfig_omap3_4_only,
> 		  omap2plus_defconfig_omap5_only,
> 		  omap2plus_defconfig_dra7xx_only,
> 		  omap2plus_defconfig_am43xx_only,
> 		  rmk_omap3430_ldp_oldconfig,
> 		  rmk_omap3430_ldp_allnoconfig,
> 		  rmk_omap4430_sdp_oldconfig,
> 		  rmk_omap4430_sdp_allnoconfig, multi_v7_defconfig
>
> Build warnings from toolchain: uImage:
>      FAIL ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,
> 		  omap1_defconfig_5912osk_only
>
> Build warnings from toolchain: uImage+dtb:
>      (none)
>
> Build warnings from toolchain: zImage:
>      FAIL (14/17): omap2plus_defconfig, omap2plus_defconfig_am33xx_only,
> 		  omap2plus_defconfig_n800_only_a,
> 		  omap2plus_defconfig_n800_multi_omap2xxx,
> 		  omap2plus_defconfig_2430sdp_only,
> 		  omap2plus_defconfig_cpupm, omap2plus_defconfig_no_pm,
> 		  omap2plus_defconfig_omap2_4_only,
> 		  omap2plus_defconfig_omap3_4_only,
> 		  omap2plus_defconfig_omap5_only,
> 		  omap2plus_defconfig_dra7xx_only,
> 		  omap2plus_defconfig_am43xx_only,
> 		  rmk_omap3430_ldp_oldconfig,
> 		  rmk_omap4430_sdp_oldconfig
>
> Boot to userspace:
>      FAIL ( 6/17): 4460varsomom, 2430sdp, 3530es3beagle, 3530es31beagle,
> 		  cmt3517, 5430es2sbct54
>      skip ( 2/17): 5912osk, 3517evm
>      Pass ( 9/17): am335xbonelt, am335xbone, 4430es2panda, 4460pandaes,
> 		  37xxevm, 3730beaglexm, 3730es12beaglexm, 5430es2uevm,
> 		  2420n800
>
> Kernel warnings during boot to userspace:
>      FAIL ( 1/17): 4430es2panda
>
> PM: chip retention via suspend:
>      FAIL ( 9/12): am335xbonelt, 4430es2panda, 4460varsomom,
> 		  3530es3beagle, 3530es31beagle, 3730es12beaglexm,
> 		  2430sdp, 5430es2uevm, 5430es2sbct54
>      Pass ( 3/12): 4460pandaes, 37xxevm, 3730beaglexm
>
> PM: chip retention via dynamic idle:
>      FAIL ( 9/12): am335xbonelt, 4430es2panda, 4460varsomom,
> 		  3530es3beagle, 3530es31beagle, 3730es12beaglexm,
> 		  2430sdp, 5430es2uevm, 5430es2sbct54
>      Pass ( 3/12): 4460pandaes, 37xxevm, 3730beaglexm
>
> PM: chip off (except CORE, due to errata) via suspend:
>      Pass ( 1/ 1): 3730beaglexm
>
> PM: chip off (except CORE, due to errata) via dynamic idle:
>      Pass ( 1/ 1): 3730beaglexm
>
> PM: chip off via suspend:
>      FAIL ( 3/ 4): 3530es3beagle, 3530es31beagle, 3730es12beaglexm
>      Pass ( 1/ 4): 37xxevm
>
> PM: chip off via dynamic idle:
>      FAIL ( 3/ 4): 3530es3beagle, 3530es31beagle, 3730es12beaglexm
>      Pass ( 1/ 4): 37xxevm
>
> Kernel warnings during PM test:
>      FAIL ( 1/17): 4430es2panda
>
> Obsolete Kconfig symbols:
>      FAIL ( 1/20): multi_v7_defconfig
>
>
> vmlinux object size
> (delta in bytes from test_v4.1-rc2 (5ebe6afaf0057ac3eaeb98defd5456894b446d22)):
>     text     data      bss    total  kernel
>        0        0        0        0  omap1_defconfig
>        0        0        0        0  omap1_defconfig_1510innovator_only
>        0        0        0        0  omap1_defconfig_5912osk_only
>    -1492       -8        0    -1500  multi_v7_defconfig
>    -2116      +56        0    -2060  omap2plus_defconfig
>        0        0        0        0  omap2plus_defconfig_2430sdp_only
>    -1476        0      +64    -1412  omap2plus_defconfig_am33xx_only
>    -5572        0      +64    -5508  omap2plus_defconfig_am43xx_only
>    -6148      +56      -64    -6156  omap2plus_defconfig_cpupm
>    -5500        0      +64    -5436  omap2plus_defconfig_dra7xx_only
>    -1668        0      +12    -1656  omap2plus_defconfig_n800_multi_omap2xxx
>    -1636       -8      -20    -1664  omap2plus_defconfig_n800_only_a
>    -6212       -8        0    -6220  omap2plus_defconfig_no_pm
>    -5828        0      -64    -5892  omap2plus_defconfig_omap2_4_only
>    -1916       -8        0    -1924  omap2plus_defconfig_omap3_4_only
>    -1412        0        0    -1412  omap2plus_defconfig_omap5_only
>    -2804       -4     +780    -2028  rmk_omap3430_ldp_allnoconfig
>    -1812       -8      +64    -1756  rmk_omap3430_ldp_oldconfig
>    -2332        0     +956    -1376  rmk_omap4430_sdp_allnoconfig
>    -1336      +64        0    -1272  rmk_omap4430_sdp_oldconfig
>
> Boot-time memory difference
> (delta in bytes from test_v4.1-rc2 (5ebe6afaf0057ac3eaeb98defd5456894b446d22))
>    avail  rsrvd   high  freed  board          kconfig
>      -4k     4k      .      .  5430es2sbct54  omap2plus_defconfig
>        .      .      .     4k  am335xbone     omap2plus_defconfig_am33xx_only
>


WARNING: multiple messages have this Message-ID (diff)
From: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 00/27] ARM: OMAP2+: clock code migration to drivers/clk/ti
Date: Wed, 13 May 2015 09:46:04 +0300	[thread overview]
Message-ID: <5552F32C.7060606@ti.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1505122019220.21747@utopia.booyaka.com>

On 05/12/2015 11:58 PM, Paul Walmsley wrote:
> On Tue, 12 May 2015, Tero Kristo wrote:
>
>> On 05/11/2015 11:21 PM, Paul Walmsley wrote:
>>> On Mon, 11 May 2015, Tero Kristo wrote:
>>>
>>>> This set moves most of the OMAP2+ clock driver code under drivers/clk.
>>>> There are still a couple of files under mach-omap2 folder after this
>>>> set which have either unmet dependencies still (towards PRCM driver)
>>>> or is currently slightly broken (some of the DVFS code for OMAP2/OMAP3.)
>>>> Earlier version of this set has been posted back in March (see
>>>> http://www.spinics.net/lists/linux-omap/msg116418.html), mostly
>>>> the code is the same except patches 25+ which are new.
>
> ...
>
>>>>
>>>> Branch info:
>>>> - tree: https://github.com/t-kristo/linux-pm.git
>>>> - branch: for-4.2/ti-clk-move
>>>
>>> I can't replicate your test results.  Several Kconfigs fail to build here,
>>> and many boards don't even boot.
>>>
>>> Could you please post a copy of your boot logs?
>>>
>>> - Paul
>>>
>>> http://www.pwsan.com/omap/testlogs/test-tkristo-clk-move-v4.2/20150511115145/
>>>
>>> OMAP development test results for test-tkristo-clk-move-v4.2 20150511115145
>>
>> Oh hmm, I seem to have introduced a Makefile issue which breaks a couple of
>> special builds. I just force pushed updated branch.
>
> This one is better... the build problems are now fixed.
>
>> Here are the boot logs for it, I tried also single-soc builds with
>> am3/am4/omap2/omap3/omap4/omap5/dra7:
>>
>>    : Board           : Boot url
>>   1: am335x-evm      : PASS http://paste.ubuntu.com/11093628/
>>   2: am335x-evmsk    : PASS http://paste.ubuntu.com/11093629/
>>   3: am3517-evm      : PASS http://paste.ubuntu.com/11093630/
>>   4: am37x-evm       : PASS http://paste.ubuntu.com/11093632/
>>   5: am43x-epos-evm  : PASS http://paste.ubuntu.com/11093633/
>>   6: am437x-gp-evm   : PASS http://paste.ubuntu.com/11093634/
>>   7: am57xx-evm      : FAIL http://paste.ubuntu.com/11093635/
>>   8: omap3-beagle-xm : PASS http://paste.ubuntu.com/11093636/
>>   9: omap3-beagle    : PASS http://paste.ubuntu.com/11093637/
>> 10: am335x-boneblack: PASS http://paste.ubuntu.com/11093638/
>> 11: am335x-bone     : PASS http://paste.ubuntu.com/11093639/
>> 12: craneboard      : PASS http://paste.ubuntu.com/11093640/
>> 13: dra7xx-evm      : PASS http://paste.ubuntu.com/11093641/
>> 14: omap3430-ldp    : PASS http://paste.ubuntu.com/11093642/
>> 15: omap3-n900      : PASS http://paste.ubuntu.com/11093643/
>> 16: omap5-uevm      : PASS http://paste.ubuntu.com/11093645/
>> 17: omap4-panda-es  : PASS http://paste.ubuntu.com/11093646/
>> 18: omap4-panda     : PASS http://paste.ubuntu.com/11093647/
>> 19: omap2430-sdp    : PASS http://paste.ubuntu.com/11093648/
>> 20: omap3430-sdp    : PASS http://paste.ubuntu.com/11093649/
>> 21: omap4-sdp-es23plus: PASS http://paste.ubuntu.com/11093650/
>> TOTAL = 21 boards, Booted Boards = 20, No Boot boards = 1
>>
>> AM57xx-evm boot fails as it is missing some patches from Nishanth (I think the
>> UART mux has changed.)
>
> But this one has the same problems as v4.1-rc1 and beyond: it still
> doesn't boot here on any OMAP34xx/OMAP35xx platform, nor the CM-T3517,
> OMAP4460 VAR-SOM-OM, or OMAP5430ES2 SBC-T54:
>
> http://www.pwsan.com/omap/testlogs/test_v4.1-rc1/20150426200156/README.txt
>
> Thanks for posting your test logs above.  They don't include bootloader
> info, but my guess is that v4.1-rc* has some hidden bootloader
> dependencies where things aren't being initialized properly from the
> kernel.
>
> So those should be tracked down and fixed before we stack more patches on
> top.

I clipped the boot-loader traces as they contain lots of noise from the 
test-automation system.

Looking at the farm traces, I see this on the omap3 boards:

beagleboard-vanilla.txt:ver=U-Boot 2014.04-00071-g8543283 (Apr 22 2014 - 
15:49:50)

beagle-xm.txt:U-Boot 2014.10-00004-g9ade0ab-dirty (Dec 16 2014 - 13:40:24)

craneboard.txt:U-Boot 2009.11-00005-ge83d2db (Dec 07 2010 - 11:55:34)

ldp.txt:U-Boot 2014.04-00071-g8543283-dirty (Apr 25 2014 - 14:59:48)

n900.txt:U-Boot 2014.04-00073-g4fa5b9e (Apr 22 2014 - 14:37:10)

sdp3430.txt:U-Boot 2009.11-rc1-00485-g7d1e865 (Nov 09 2009 - 11:21:55)

Maybe some DTB issues? When did you update your DTB files?

-Tero

>
>
> - Paul
>
>
> http://www.pwsan.com/omap/testlogs/test-tkristo-clk-move-v4.2/20150512121218/
>
>
> OMAP development test results for test-tkristo-clk-move-v4.2 20150512121218
>
>
> Test summary
> ------------
>
> Build: uImage:
>      Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,
> 		  omap1_defconfig_5912osk_only
>
> Build: uImage+dtb:
>      Pass (13/13): omap2plus_defconfig_am33xx_only/am335x-bone,
> 		  omap2plus_defconfig/omap4-panda,
> 		  omap2plus_defconfig/omap4-panda-es,
> 		  omap2plus_defconfig/omap4-var-som,
> 		  omap2plus_defconfig/omap3-evm-37xx,
> 		  omap2plus_defconfig_n800_only_a/omap2420-n800,
> 		  omap2plus_defconfig/omap2430-sdp,
> 		  omap2plus_defconfig/am3517-evm,
> 		  omap2plus_defconfig/omap3-beagle,
> 		  omap2plus_defconfig/omap3-beagle-xm,
> 		  omap2plus_defconfig/omap3-sbc-t3517,
> 		  omap2plus_defconfig/omap5-uevm,
> 		  omap2plus_defconfig/omap5-sbc-t54
>
> Build: zImage:
>      Pass (17/17): omap2plus_defconfig, omap2plus_defconfig_am33xx_only,
> 		  omap2plus_defconfig_n800_only_a,
> 		  omap2plus_defconfig_n800_multi_omap2xxx,
> 		  omap2plus_defconfig_2430sdp_only,
> 		  omap2plus_defconfig_cpupm, omap2plus_defconfig_no_pm,
> 		  omap2plus_defconfig_omap2_4_only,
> 		  omap2plus_defconfig_omap3_4_only,
> 		  omap2plus_defconfig_omap5_only,
> 		  omap2plus_defconfig_dra7xx_only,
> 		  omap2plus_defconfig_am43xx_only,
> 		  rmk_omap3430_ldp_oldconfig,
> 		  rmk_omap3430_ldp_allnoconfig,
> 		  rmk_omap4430_sdp_oldconfig,
> 		  rmk_omap4430_sdp_allnoconfig, multi_v7_defconfig
>
> Build warnings from toolchain: uImage:
>      FAIL ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,
> 		  omap1_defconfig_5912osk_only
>
> Build warnings from toolchain: uImage+dtb:
>      (none)
>
> Build warnings from toolchain: zImage:
>      FAIL (14/17): omap2plus_defconfig, omap2plus_defconfig_am33xx_only,
> 		  omap2plus_defconfig_n800_only_a,
> 		  omap2plus_defconfig_n800_multi_omap2xxx,
> 		  omap2plus_defconfig_2430sdp_only,
> 		  omap2plus_defconfig_cpupm, omap2plus_defconfig_no_pm,
> 		  omap2plus_defconfig_omap2_4_only,
> 		  omap2plus_defconfig_omap3_4_only,
> 		  omap2plus_defconfig_omap5_only,
> 		  omap2plus_defconfig_dra7xx_only,
> 		  omap2plus_defconfig_am43xx_only,
> 		  rmk_omap3430_ldp_oldconfig,
> 		  rmk_omap4430_sdp_oldconfig
>
> Boot to userspace:
>      FAIL ( 6/17): 4460varsomom, 2430sdp, 3530es3beagle, 3530es31beagle,
> 		  cmt3517, 5430es2sbct54
>      skip ( 2/17): 5912osk, 3517evm
>      Pass ( 9/17): am335xbonelt, am335xbone, 4430es2panda, 4460pandaes,
> 		  37xxevm, 3730beaglexm, 3730es12beaglexm, 5430es2uevm,
> 		  2420n800
>
> Kernel warnings during boot to userspace:
>      FAIL ( 1/17): 4430es2panda
>
> PM: chip retention via suspend:
>      FAIL ( 9/12): am335xbonelt, 4430es2panda, 4460varsomom,
> 		  3530es3beagle, 3530es31beagle, 3730es12beaglexm,
> 		  2430sdp, 5430es2uevm, 5430es2sbct54
>      Pass ( 3/12): 4460pandaes, 37xxevm, 3730beaglexm
>
> PM: chip retention via dynamic idle:
>      FAIL ( 9/12): am335xbonelt, 4430es2panda, 4460varsomom,
> 		  3530es3beagle, 3530es31beagle, 3730es12beaglexm,
> 		  2430sdp, 5430es2uevm, 5430es2sbct54
>      Pass ( 3/12): 4460pandaes, 37xxevm, 3730beaglexm
>
> PM: chip off (except CORE, due to errata) via suspend:
>      Pass ( 1/ 1): 3730beaglexm
>
> PM: chip off (except CORE, due to errata) via dynamic idle:
>      Pass ( 1/ 1): 3730beaglexm
>
> PM: chip off via suspend:
>      FAIL ( 3/ 4): 3530es3beagle, 3530es31beagle, 3730es12beaglexm
>      Pass ( 1/ 4): 37xxevm
>
> PM: chip off via dynamic idle:
>      FAIL ( 3/ 4): 3530es3beagle, 3530es31beagle, 3730es12beaglexm
>      Pass ( 1/ 4): 37xxevm
>
> Kernel warnings during PM test:
>      FAIL ( 1/17): 4430es2panda
>
> Obsolete Kconfig symbols:
>      FAIL ( 1/20): multi_v7_defconfig
>
>
> vmlinux object size
> (delta in bytes from test_v4.1-rc2 (5ebe6afaf0057ac3eaeb98defd5456894b446d22)):
>     text     data      bss    total  kernel
>        0        0        0        0  omap1_defconfig
>        0        0        0        0  omap1_defconfig_1510innovator_only
>        0        0        0        0  omap1_defconfig_5912osk_only
>    -1492       -8        0    -1500  multi_v7_defconfig
>    -2116      +56        0    -2060  omap2plus_defconfig
>        0        0        0        0  omap2plus_defconfig_2430sdp_only
>    -1476        0      +64    -1412  omap2plus_defconfig_am33xx_only
>    -5572        0      +64    -5508  omap2plus_defconfig_am43xx_only
>    -6148      +56      -64    -6156  omap2plus_defconfig_cpupm
>    -5500        0      +64    -5436  omap2plus_defconfig_dra7xx_only
>    -1668        0      +12    -1656  omap2plus_defconfig_n800_multi_omap2xxx
>    -1636       -8      -20    -1664  omap2plus_defconfig_n800_only_a
>    -6212       -8        0    -6220  omap2plus_defconfig_no_pm
>    -5828        0      -64    -5892  omap2plus_defconfig_omap2_4_only
>    -1916       -8        0    -1924  omap2plus_defconfig_omap3_4_only
>    -1412        0        0    -1412  omap2plus_defconfig_omap5_only
>    -2804       -4     +780    -2028  rmk_omap3430_ldp_allnoconfig
>    -1812       -8      +64    -1756  rmk_omap3430_ldp_oldconfig
>    -2332        0     +956    -1376  rmk_omap4430_sdp_allnoconfig
>    -1336      +64        0    -1272  rmk_omap4430_sdp_oldconfig
>
> Boot-time memory difference
> (delta in bytes from test_v4.1-rc2 (5ebe6afaf0057ac3eaeb98defd5456894b446d22))
>    avail  rsrvd   high  freed  board          kconfig
>      -4k     4k      .      .  5430es2sbct54  omap2plus_defconfig
>        .      .      .     4k  am335xbone     omap2plus_defconfig_am33xx_only
>

  reply	other threads:[~2015-05-13  6:46 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-11  8:54 [PATCHv2 00/27] ARM: OMAP2+: clock code migration to drivers/clk/ti Tero Kristo
2015-05-11  8:54 ` Tero Kristo
2015-05-11  8:54 ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 01/27] ARM: OMAP2+: clock: export driver API to setup/get clock features Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-20  1:19   ` Stephen Boyd
2015-05-20  1:19     ` Stephen Boyd
2015-05-11  8:54 ` [PATCHv2 02/27] clk: ti: move generic OMAP DPLL implementation under drivers/clk Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-20  1:20   ` Stephen Boyd
2015-05-20  1:20     ` Stephen Boyd
2015-05-20 17:43     ` Tero Kristo
2015-05-20 17:43       ` Tero Kristo
2015-05-20 17:43       ` Tero Kristo
2015-05-20 17:46       ` Tony Lindgren
2015-05-20 17:46         ` Tony Lindgren
2015-05-20 18:23       ` Stephen Boyd
2015-05-20 18:23         ` Stephen Boyd
2015-05-11  8:54 ` [PATCHv2 03/27] clk: ti: move OMAP4+ " Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 04/27] clk: ti: move interface clock " Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 05/27] ARM: OMAP3: dpll3-m2: get rid of obsolete clksel access Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 06/27] ARM: OMAP2+: clk: remove obsolete clksel support code Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 07/27] ARM: OMAP2+: clock: remove clock_common_data.c file Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 08/27] ARM: OMAP36xx: remove clock36xx.c/.h files Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 09/27] clk: ti: autoidle: move generic autoidle handling code to clock driver Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 10/27] clk: ti: move omap2_clk_enable_init_clocks under " Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 11/27] ARM: OMAP2+: clock: remove support for legacy mpurate command line param Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 12/27] ARM: OMAP2+: clock: add support for clkdm ops to the low level clk ops Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 13/27] ARM: OMAP2+: clock: add support for specific CM ops to ti_clk_ll_ops Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 14/27] clk: ti: dpll: move omap3 DPLL functionality to clock driver Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 15/27] ARM: OMAP3: clock: remove clock3xxx.c file Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 16/27] ARM: OMAP2+: clock: remove clkdm_control static boolean from code Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 17/27] clk: ti: dflt: move support for default gate clock to clock driver Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 18/27] clk: ti: omap2430: move clock support code under " Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 19/27] clk: ti: clkdm: move clkdm gate clock support code to " Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 20/27] clk: ti: omap34xx: move omap34xx clock type " Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 21/27] ARM: OMAP4: clock: remove clock44xx.h header Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 22/27] clk: ti: am3517: move remaining am3517 clock support code to clock driver Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 23/27] clk: ti: move some public definitions to private header Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 24/27] ARM: OMAP2+: clock: remove dead definitions from the clock header file Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 25/27] clk: ti: remove exported ll_ops struct, instead add an API for registration Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 26/27] ARM: OMAP2+: clock: remove legacy omap2_clk_readl/writel APIs Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54 ` [PATCHv2 27/27] clk: ti: move low-level access and init code under clock driver Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11  8:54   ` Tero Kristo
2015-05-11 20:21 ` [PATCHv2 00/27] ARM: OMAP2+: clock code migration to drivers/clk/ti Paul Walmsley
2015-05-11 20:21   ` Paul Walmsley
2015-05-12 10:10   ` Tero Kristo
2015-05-12 10:10     ` Tero Kristo
2015-05-12 10:10     ` Tero Kristo
2015-05-12 20:58     ` Paul Walmsley
2015-05-12 20:58       ` Paul Walmsley
2015-05-13  6:46       ` Tero Kristo [this message]
2015-05-13  6:46         ` Tero Kristo
2015-05-13  6:46         ` Tero Kristo
2015-05-13 14:55         ` Paul Walmsley
2015-05-13 14:55           ` Paul Walmsley
2015-05-19 19:23           ` Tero Kristo
2015-05-19 19:23             ` Tero Kristo
2015-05-19 19:23             ` Tero Kristo
2015-05-20 22:40             ` Paul Walmsley
2015-05-20 22:40               ` Paul Walmsley
2015-05-21  6:38               ` Tero Kristo
2015-05-21  6:38                 ` Tero Kristo
2015-05-21  6:38                 ` Tero Kristo
2015-05-21  7:01                 ` Nishanth Menon
2015-05-21  7:01                   ` Nishanth Menon
2015-05-21  7:01                   ` Nishanth Menon
2015-05-21 18:38                   ` Tony Lindgren
2015-05-21 18:38                     ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5552F32C.7060606@ti.com \
    --to=t-kristo@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=paul@pwsan.com \
    --cc=sboyd@codeaurora.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.