Re: [PATCH 00/23] ARM: OMAP2+: PRCM cleanups towards 3.19 / part2

2014-11-27 Thread Paul Walmsley
On Thu, 27 Nov 2014, Tero Kristo wrote: Yet another PRCM cleanup set, towards making PRCM a separate driver. This set is most likely too late for 3.19, but hopefully it can make it to 3.20. Yep too late for 3.19. ... Testing done: ... omap3-beagle: boot, suspend (ret), suspend (off)

Re: [RFC PATCH] ARM: DRA: hwmod: RTC: Add reset function for RTC

2014-11-25 Thread Paul Walmsley
Hi Lokesh On Tue, 25 Nov 2014, Lokesh Vutla wrote: Hi Paul, On Thursday 20 November 2014 10:26 PM, Paul Walmsley wrote: On Thu, 20 Nov 2014, Lokesh Vutla wrote: On Monday 17 November 2014 10:13 AM, Lokesh Vutla wrote: RTC IP have kicker feature which prevents spurious writes to its

OMAP baseline test results for v3.18-rc6

2014-11-24 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.18-rc6. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.18-rc6/20141123170640/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: [PATCH v3 1/2] ARM: OMAP2+: hwmod: AM43x: add hwmod support for ADC on AM43xx

2014-11-21 Thread Paul Walmsley
On Fri, 21 Nov 2014, Vignesh R wrote: This patch adds hwmod support for ADC on AM43xx. Since clockdomain and offsets of adc_tsc are different from AM33xx, ADC data has been directly added to AM43xx hwmod file. Signed-off-by: Vignesh R vigne...@ti.com Thanks, will try to queue this for

[GIT PULL v2] ARM: OMAP2+: some more hwmod clock patches for v3.19

2014-11-21 Thread Paul Walmsley
/testlogs/omap-b-for-v3.19/20141121110550/ Note that I cannot test the DRA7xx or AM43xx patches, since I do not have these boards. - Ambresh K (1): ARM: DRA7: hwmod data: Add missing UART hwmod data Paul Walmsley (2): Merge

Re: [PATCH] ARM: DRA7: hwmod data: Add missing UART hwmod data

2014-11-20 Thread Paul Walmsley
On Tue, 21 Oct 2014, Nishanth Menon wrote: From: Ambresh K ambr...@ti.com We had constrainted hwmod entries to entries in dts which were present only for default mapped interrupts, the ones such as UARTs 6 which needed IRQ crossbar configured were never added to hwmod database. Add them

Re: [RFC PATCH] ARM: DRA: hwmod: RTC: Add reset function for RTC

2014-11-20 Thread Paul Walmsley
On Thu, 20 Nov 2014, Lokesh Vutla wrote: On Monday 17 November 2014 10:13 AM, Lokesh Vutla wrote: RTC IP have kicker feature which prevents spurious writes to its registers. In order to write into any of the RTC registers, KICK values has te be written to KICK registers. Currently hwmod is

[GIT PULL] ARM: OMAP2+: some more hwmod clock patches for v3.19

2014-11-20 Thread Paul Walmsley
that I cannot test the DRA7xx patches in any way, since I do not have a DRA7xx board. - Ambresh K (1): ARM: DRA7: hwmod data: Add missing UART hwmod data Paul Walmsley (1): Merge branch 'dra7xx-uart-hwmod-v3.19' into omap-b

Re: [GIT PULL] ARM: OMAP2+: some clock/hwmod patches for v3.19

2014-11-20 Thread Paul Walmsley
On Fri, 14 Nov 2014, Tony Lindgren wrote: Pulling into omap-for-v3.19/soc thanks. FYI, looks like there are few more open hwmod related threads you may want to look at: Thanks for the ping... [PATCH v2 0/3] Add support for ADC on am437x-gp and am43x-epos-evm Just posted some comments about

[PATCH] MAINTAINERS: add maintainer for OMAP hwmod data

2014-11-20 Thread Paul Walmsley
I wind up reviewing and committing most of the OMAP hwmod data patches, so, add myself to MAINTAINERS there so folks will cc me. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Tony Lindgren t...@atomide.com Cc: BenoƮt Cousson bcous...@baylibre.com --- MAINTAINERS | 6 ++ 1 file changed, 6

Re: [PATCH v2 0/3] Add support for ADC on am437x-gp and am43x-epos-evm

2014-11-20 Thread Paul Walmsley
On Fri, 14 Nov 2014, Tony Lindgren wrote: * Vignesh R vigne...@ti.com [141113 20:09]: On Tuesday 04 November 2014 04:45 PM, Vignesh R wrote: This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm. The ADC clock hwmod data of am33xx has been moved to commom place so that

Re: [PATCH v2 2/3] ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on am43x-evm

2014-11-20 Thread Paul Walmsley
On Fri, 21 Nov 2014, Vignesh R wrote: On 11/20/2014 12:39 PM, Paul Walmsley wrote: On Tue, 4 Nov 2014, Vignesh R wrote: This patch adds hwmod support for tscadc to work on am43xx-evm. The am33xx hwmod structures of tscadc has been moved to ipblock_data so that it can be reused

OMAP baseline test results for v3.18-rc5

2014-11-19 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.18-rc5. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.18-rc5/20141119185802/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: [RFC PATCH 1/6] ARM: OMAP2+: hwmod: add parent_hwmod support

2014-11-19 Thread Paul Walmsley
that it is a temporary workaround] Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/omap_hwmod.c | 22 ++ arch/arm/mach-omap2/omap_hwmod.h | 8 2 files changed, 30 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2

Re: [RFC PATCH 0/6] ARM: OMAP4+: hwmod: fixing omap4+ DSS hwmods

2014-11-19 Thread Paul Walmsley
Hi Tomi, thanks for the ping. On Fri, 14 Nov 2014, Tomi Valkeinen wrote: On 09/10/14 17:03, Tomi Valkeinen wrote: This is an RFC to fix the issues with boot time DSS hwmod setup. There was an earlier series sent by Archit here: http://www.spinics.net/lists/linux-omap/msg107700.html

Re: [PATCH v2 2/3] ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on am43x-evm

2014-11-19 Thread Paul Walmsley
On Tue, 4 Nov 2014, Vignesh R wrote: This patch adds hwmod support for tscadc to work on am43xx-evm. The am33xx hwmod structures of tscadc has been moved to ipblock_data so that it can be reused in am43xx. The clock domain names are separately set for am33xx and am43xx. Thus tscadc dt entries

OMAP baseline test results for v3.18-rc4

2014-11-16 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.18-rc4. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.18-rc4/20141110160915/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: [PATCH 0/5] ARM: OMAP3+: DPLL: fix set_rate logic

2014-11-13 Thread Paul Walmsley
On Fri, 3 Oct 2014, Tero Kristo wrote: OMAP3+ DPLL code is currently using set_rate op to change DPLL rates. This is kind of wrong, as it also involves changing DPLL parent in certain cases (switch between locked mode - bypass mode.) This set fixes these issues by introducing the support of

[GIT PULL] ARM: OMAP2+: some clock/hwmod patches for v3.19

2014-11-13 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git

Re: [PATCH 4/4] arm: dts: omap3-gta04: Add static configuration for devconf1 register

2014-11-13 Thread Paul Walmsley
Hi On Thu, 13 Nov 2014, Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@ti.com [141113 03:33]: On 12/11/14 17:02, Tony Lindgren wrote: And, with a quick grep, I see CONTROL_DEVCONF1 touched in multiple places in the kernel. I wonder if adding a pinmux entry for it could cause

Re: [PATCH] arm: omap: hwmod: drop unnecessary list initialization

2014-11-07 Thread Paul Walmsley
Hi On Thu, 6 Nov 2014, Felipe Balbi wrote: On Mon, Nov 03, 2014 at 11:39:52PM -0600, Felipe Balbi wrote: Hi, On Mon, Jul 28, 2014 at 05:24:34AM +, Paul Walmsley wrote: On Tue, 15 Jul 2014, Felipe Balbi wrote: ml-node and sl-node are currently initialized by means

OMAP baseline test results for v3.18-rc3

2014-11-05 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.18-rc3. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.18-rc3/20141105113246/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

OMAP baseline test results for v3.18-rc2

2014-10-27 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.18-rc2. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.18-rc2/20141027002021/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: OMAP baseline test results for v3.18-rc1

2014-10-23 Thread Paul Walmsley
On Mon, 20 Oct 2014, Paul Walmsley wrote: Boot-time memory difference (delta in bytes from test_v3.17-rc7 (fe82dcec644244676d55a1384c958d5f67979adb)) avail rsrvd high freed board kconfig -117908k -13164k . -148k 2420n800omap2plus_defconfig_n800_only_a -1012k

OMAP baseline test results for v3.18-rc1

2014-10-23 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.18-rc1. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.18-rc1/20141020095901/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

OMAP baseline test results for v3.17

2014-10-13 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.17. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.17/20141006085043/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: OMAP baseline test results for v3.17-rc7

2014-10-02 Thread Paul Walmsley
Hi Tony, On Mon, 29 Sep 2014, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [140929 10:14]: PM: chip off except CORE via suspend: Pass ( 1/ 1): 3730beaglexm PM: chip off except CORE via dynamic idle: Pass ( 1/ 1): 3730beaglexm Most likely the two tests above should

OMAP baseline test results for v3.17-rc7

2014-09-29 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.17-rc7. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.17-rc7/20140928222901/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

OMAP baseline test results for v3.17-rc6

2014-09-28 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.17-rc6. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.17-rc6/20140921213558/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: [PATCH 00/26] ARM: OMAP2+: PRCM cleanups for 3.18 merge window

2014-09-19 Thread Paul Walmsley
On Thu, 18 Sep 2014, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140901 11:09]: Hi, This set contains PRCM related cleanups meant for 3.18 merge window. These are based on top of 3.17-rc1 + the PRM set from Nishanth Menon

Re: [PATCH 00/26] ARM: OMAP2+: PRCM cleanups for 3.18 merge window

2014-09-19 Thread Paul Walmsley
Paul, any comments on this series? Patches 1, 3, 5, 8, 10, 13, 17, 18, 20, 21, 22, 23, 24 are: Acked-by: Paul Walmsley p...@pwsan.com Here are some specific comments on a few other patches: Regarding patch 7: The kerneldoc-nano function comments are good, but should begin with /** rather

Re: [PATCH] clk: ti: change clock init to use generic of_clk_init

2014-09-19 Thread Paul Walmsley
On Thu, 18 Sep 2014, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140821 06:52]: Previously, the TI clock driver initialized all the clocks hierarchically under each separate clock provider node. Now, each clock that requires IO access will instead check their parent node to find

Re: [PATCH 00/26] ARM: OMAP2+: PRCM cleanups for 3.18 merge window

2014-09-19 Thread Paul Walmsley
On Thu, 18 Sep 2014, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [140918 10:17]: * Tero Kristo t-kri...@ti.com [140901 11:09]: Hi, This set contains PRCM related cleanups meant for 3.18 merge window. These are based on top of 3.17-rc1 + the PRM set from Nishanth Menon

Re: [PATCH 00/26] ARM: OMAP2+: PRCM cleanups for 3.18 merge window

2014-09-19 Thread Paul Walmsley
On Fri, 19 Sep 2014, Paul Walmsley wrote: However, I saw the following crash at boot on 37xxevm during one of the boot test. Ran thirty more boot tests afterwards on that board and it did not recur. It seems unlikely that the problem is related to this series, but looks like we may have

Re: [PATCH 02/12] ARM: OMAP3: Use force-idle for UARTs because of DMA errata

2014-09-17 Thread Paul Walmsley
for catching the bogus configuration. Cool, thanks for looking into those flags. Reviewed-by: Paul Walmsley p...@pwsan.com - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 01/12] ARM: OMAP2+: Add hwmod flag for HWMOD_RECONFIG_IO_CHAIN

2014-09-16 Thread Paul Walmsley
On Mon, 15 Sep 2014, Tony Lindgren wrote: Commit cc824534d4fe (ARM: OMAP2+: hwmod: Rearm wake-up interrupts for DT when MUSB is idled) fixed issues with hung UART wake-up events by calling _reconfigure_io_chain() when MUSB is connected or disconnected. As pointed out by Paul Walmsley, we

Re: [PATCH 02/12] ARM: OMAP3: Use force-idle for UARTs because of DMA errata

2014-09-16 Thread Paul Walmsley
. Otherwise systems using Sebastian's 8250 patches with DMA will never enter deeper idle states because of the errata above. Cc: Paul Walmsley p...@pwsan.com Cc: Sebastian Andrzej Siewior bige...@linutronix.de Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2

OMAP baseline test results for v3.17-rc5

2014-09-16 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.17-rc5. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.17-rc5/20140916100200/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

OMAP baseline test results for v3.17-rc4

2014-09-11 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.17-rc4. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.17-rc4/20140910234406/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: [GIT PULL] ARM: OMAP2+: DRA72x/DRA74x basic support

2014-09-05 Thread Paul Walmsley
* Paul Walmsley p...@pwsan.com [140827 23:18]: Hi Tony, The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef: Linux 3.17-rc2 (2014-08-25 15:36:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap

Re: [PATCH v2 1/2] ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variants

2014-09-05 Thread Paul Walmsley
On Thu, 28 Aug 2014, Nishanth Menon wrote: On Thu, Aug 28, 2014 at 1:19 AM, Paul Walmsley p...@pwsan.com wrote: On Wed, 27 Aug 2014, Nishanth Menon wrote: On Mon, Jul 28, 2014 at 12:34 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Monday 28 July 2014 10:59 AM, Paul Walmsley wrote

Re: [PATCH 1/2] ARM: dts: cm-t54: fix serial console power supply.

2014-09-04 Thread Paul Walmsley
off LDO8 on boot. Fix serial cosole power supply (and act led) on boot by turning LDO8 on. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il Tested-by: Paul Walmsley p...@pwsan.com - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

OMAP baseline test results for v3.17-rc3

2014-09-02 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.17-rc3. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.17-rc3/20140902165525/ Test summary Build: zImage: Pass (16/16): multi_v7_defconfig, omap2plus_defconfig,

[GIT PULL] ARM: OMAP2+: DRA72x/DRA74x basic support

2014-08-28 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony, The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef: Linux 3.17-rc2 (2014-08-25 15:36:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git

Re: [PATCH v2 1/2] ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variants

2014-08-28 Thread Paul Walmsley
On Wed, 27 Aug 2014, Nishanth Menon wrote: On Mon, Jul 28, 2014 at 12:34 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Monday 28 July 2014 10:59 AM, Paul Walmsley wrote: On Mon, 28 Jul 2014, Lokesh Vutla wrote: From: Rajendra Nayak rna...@ti.com Use the corresponding compatibles

Re: [PATCH] ARM: OMAP2+: hwmod: Rearm wake-up interrupts for DT when MUSB is idled

2014-08-27 Thread Paul Walmsley
that might not need the I/O chain reconfiguration, we won't have to reimplement this flag workaround. regards - Paul Cc: Paul Walmsley p...@pwsan.com Signed-off-by: Tony Lindgren t...@atomide.com --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c @@ -2185,6

OMAP baseline test results for v3.17-rc1

2014-08-27 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.17-rc1. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.17-rc1/20140821122707/ Test summary Build: zImage: Pass (16/16): multi_v7_defconfig, omap2plus_defconfig,

OMAP baseline test results for v3.17-rc2

2014-08-27 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.17-rc2. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.17-rc2/20140825183438/ Test summary Build: uImage+dtb: Pass (10/10): omap2plus_defconfig_am33xx_only/am335x-bone,

Re: OMAP baseline test results for v3.16-rc4

2014-08-08 Thread Paul Walmsley
On Thu, 7 Aug 2014, Felipe Balbi wrote: we have stable releases for that. Stable releases aren't a fix for process failures. - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: OMAP baseline test results for v3.16-rc4

2014-08-08 Thread Paul Walmsley
On Thu, 7 Aug 2014, Fabio Estevam wrote: On Thu, Aug 7, 2014 at 7:21 PM, Paul Walmsley p...@pwsan.com wrote: It's commit a71e3c37960ce5f9c6a519bc1215e3ba9fa83e75: Author: Ezequiel Garcia ezequiel.gar...@free-electrons.com Date: Wed Jul 23 16:47:31 2014 -0300 net: phy: Set

Re: OMAP baseline test results for v3.16-rc4

2014-08-08 Thread Paul Walmsley
On Fri, 8 Aug 2014, Felipe Balbi wrote: On Fri, Aug 08, 2014 at 06:11:54AM +, Paul Walmsley wrote: On Thu, 7 Aug 2014, Felipe Balbi wrote: we have stable releases for that. Stable releases aren't a fix for process failures. of course not, but your claim that there's no way

OMAP baseline test results for v3.16

2014-08-07 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.16. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.16/20140804182520/ Test summary Build: zImage: Pass (16/16): multi_v7_defconfig, omap2plus_defconfig,

Re: OMAP baseline test results for v3.16-rc4

2014-08-07 Thread Paul Walmsley
On Fri, 1 Aug 2014, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [140731 12:29]: On Thu, 31 Jul 2014, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [140730 00:55]: On Tue, 29 Jul 2014, Tony Lindgren wrote: The following patch should fix the tests above

Re: OMAP baseline test results for v3.16-rc4

2014-07-31 Thread Paul Walmsley
On Thu, 31 Jul 2014, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [140730 00:55]: On Tue, 29 Jul 2014, Tony Lindgren wrote: The following patch should fix the tests above for 3530es3beagle. Care to test and ack as I don't have one? 3530es3beagle retention dynamic idle

Re: OMAP baseline test results for v3.16-rc4

2014-07-30 Thread Paul Walmsley
On Tue, 29 Jul 2014, Tony Lindgren wrote: The following patch should fix the tests above for 3530es3beagle. Care to test and ack as I don't have one? 3530es3beagle retention dynamic idle tests hang on next-20140729. (Maybe other boards fail too - haven't tested any others).

Re: OMAP baseline test results for v3.16-rc4

2014-07-29 Thread Paul Walmsley
On Mon, 28 Jul 2014, Tony Lindgren wrote: Hmm I think the difference with the working v3.10 one is that you have root=/dev/mmcblk0p2 instead of root=/dev/nfs. As the Ethernet on beagle is on the USB EHCI, this is still blocking the deeper idle states AFAIK. Hmm? There's no Ethernet on the

Re: OMAP baseline test results for v3.16-rc4

2014-07-29 Thread Paul Walmsley
On Tue, 29 Jul 2014, Paul Walmsley wrote: I should probably read back those writes to autosuspend_delay_ms, just to make sure they are reaching the right destinations. Just took a whack at that, looks like the autosuspend_delay_ms files are being set correctly: http://www.pwsan.com/omap

Re: OMAP baseline test results for v3.16-rc4

2014-07-29 Thread Paul Walmsley
On Tue, 29 Jul 2014, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [140729 01:27]: On Mon, 28 Jul 2014, Tony Lindgren wrote: Hmm I think the difference with the working v3.10 one is that you have root=/dev/mmcblk0p2 instead of root=/dev/nfs. As the Ethernet on beagle

Re: OMAP baseline test results for v3.16-rc4

2014-07-29 Thread Paul Walmsley
On Tue, 29 Jul 2014, Paul Walmsley wrote: I will add code to read back the values from the sysfs files, just to make sure they are being set. Confirmed that they are. Are you using NFS root on 37xxevm or MMC root? - Paul -- To unsubscribe from this list: send the line unsubscribe linux

Re: OMAP baseline test results for v3.16-rc4

2014-07-29 Thread Paul Walmsley
On Tue, 29 Jul 2014, Tony Lindgren wrote: Hmm maybe different u-boot version then? I'm using 2014.04-1-g5f09f5b. Are you using NFS root on 37xxevm or MMC root? Using nfsroot and omap2plus_defconfig. My dmesg attached in case it provides some clues. I don't have console=ttyO here,

OMAP baseline test results for v3.16-rc7

2014-07-27 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.16-rc7. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.16-rc7/20140727174803/ Test summary Build: zImage: Pass (16/16): multi_v7_defconfig, omap2plus_defconfig,

Re: [PATCH] arm: omap: hwmod: drop unnecessary list initialization

2014-07-27 Thread Paul Walmsley
On Tue, 15 Jul 2014, Felipe Balbi wrote: ml-node and sl-node are currently initialized by means of INIT_LIST_HEAD(). That initialiation is followed by a list_add() call. Looking at what both these functions do we will have: ml-node.next = ml-node; ml-node.prev = ml-node;

Re: [PATCH v2 1/2] ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variants

2014-07-27 Thread Paul Walmsley
On Mon, 28 Jul 2014, Lokesh Vutla wrote: From: Rajendra Nayak rna...@ti.com Use the corresponding compatibles to identify the devices. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Acked-by: Nishanth Menon n...@ti.com Tested-by: Nishanth

Re: [PATCH v2 2/2] ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists

2014-07-27 Thread Paul Walmsley
On Mon, 28 Jul 2014, Lokesh Vutla wrote: From: Rajendra Nayak rna...@ti.com To deal with IPs which are specific to dra74x and dra72x, maintain seperate ocp interface lists, while keeping the common list for all common IPs. Move USB OTG SS4 to dra74x only list since its unavailable in

[GIT PULL] ARM: OMAP2+: PLL rounding change for v3.17

2014-07-25 Thread Paul Walmsley
/ - Paul Walmsley (1): ARM: OMAP2+: clock: allow omap2_dpll_round_rate() to round to next-lowest rate arch/arm/mach-omap2/clkt_dpll.c | 28 +--- arch/arm/mach-omap2/dpll3xxx.c | 13 +++-- 2 files changed, 32 insertions(+), 9 deletions

OMAP baseline test results for v3.16-rc6

2014-07-25 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.14-rc6. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.14-rc6/20140401161621/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: OMAP baseline test results for v3.16-rc6

2014-07-25 Thread Paul Walmsley
On Fri, 25 Jul 2014, Paul Walmsley wrote: Here are some basic OMAP test results for Linux v3.14-rc6. The logs for v3.14-rc6 were mistakenly sent out, rather than v3.16-rc6. Will correct this in the next message. - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap

OMAP baseline test results for v3.16-rc6 (corrected)

2014-07-25 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.16-rc6. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.16-rc6/20140724142225/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: OMAP baseline test results for v3.16-rc4

2014-07-25 Thread Paul Walmsley
On Mon, 7 Jul 2014, Tony Lindgren wrote: With v3.16-rc4 the PM features for omap3 should be working finally for device tree based booting. At lest beaglexm and 3xxevm should work. Just to follow up briefly on this: there was indeed a bug in the OMAP3 test scripts here that resulted in the

[PATCH] ARM: OMAP2+: clock: allow omap2_dpll_round_rate() to round to next-lowest rate

2014-07-23 Thread Paul Walmsley
be implemented. For the time being, omap3_noncore_dpll_set_rate() is still allowed to set its rate to something other than what the caller requested; but will warn when this occurs. Cc: Tomi Valkeinen tomi.valkei...@ti.com Cc: Mike Turquette mturque...@linaro.org Signed-off-by: Paul Walmsley p...@pwsan.com

Re: [Re-send PATCH 1/1] arm: dra7xx: Add hwmod data for MDIO and CPSW

2014-07-22 Thread Paul Walmsley
On Thu, 17 Jul 2014, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [140716 11:59]: On Wed, 16 Jul 2014, Sebastian Andrzej Siewior wrote: On 2014-07-15 20:21:21 [+], Paul Walmsley wrote: Acked-by: Sebastian Andrzej Siewior sebast...@breakpoint.cc

Re: [PATCH V2 1/2] ARM: DRA7: hwmod: Add data for RTC

2014-07-22 Thread Paul Walmsley
On Tue, 22 Jul 2014, Lokesh Vutla wrote: Hi Paul, On Wednesday 09 July 2014 02:05 PM, Lokesh Vutla wrote: Add hwmod data for RTC Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Signed-off-by: Sekhar Nori nsek...@ti.com Reviewed-by: Rajendra Nayak rna...@ti.com Can you take this

Re: [PATCH v2] ARM: AM43xx: hwmod: add DSS hwmod data

2014-07-22 Thread Paul Walmsley
5f295cdf5c5d [p...@pwsan.com: fixed build break on AM43xx-only config] Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/Makefile | 1 + .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c | 40 - arch/arm/mach-omap2/omap_hwmod_43xx_data.c

[GIT PULL] ARM: OMAP2+: first set of hwmod data patches for v3.17

2014-07-22 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee: Linux 3.16-rc2 (2014-06-21 19:02:54 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git

[GIT PULL] ARM: OMAP2+: clock cleanup for 3.17

2014-07-17 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony, The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee: Linux 3.16-rc2 (2014-06-21 19:02:54 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git

OMAP baseline test results for v3.16-rc5

2014-07-17 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.16-rc5. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.16-rc5/20140716140950/ Test summary Build: zImage: Pass (16/16): multi_v7_defconfig, omap2plus_defconfig,

Re: [Re-send PATCH 1/1] arm: dra7xx: Add hwmod data for MDIO and CPSW

2014-07-16 Thread Paul Walmsley
On Wed, 16 Jul 2014, Sebastian Andrzej Siewior wrote: On 2014-07-15 20:21:21 [+], Paul Walmsley wrote: Acked-by: Sebastian Andrzej Siewior sebast...@breakpoint.cc This is basically what Tony hasked me to do: No IRQ numbers iomem. Sorry - I'm a bit confused - Sebastian, did

Re: OMAP baseline test results for v3.16-rc4

2014-07-15 Thread Paul Walmsley
On Mon, 14 Jul 2014, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [140714 10:32]: On Mon, 7 Jul 2014, Tony Lindgren wrote: With v3.16-rc4 the PM features for omap3 should be working finally for device tree based booting. At lest beaglexm and 3xxevm should work. Maybe

Re: [PATCH 00/13] ARM: OMAP2+: clock cleanup series for 3.17

2014-07-15 Thread Paul Walmsley
On Sun, 13 Jul 2014, Mike Turquette wrote: Quoting Tero Kristo (2014-07-02 01:47:34) Hi, This sets cleans up some of the omap specific clock drivers still residing under arch/arm/mach-omap2. This set is done in preparation to migrate these drivers eventually under drivers/clk/ti,

Re: [PATCH v2] arm: dra7xx: Add hwmod data for pcie1 and pcie2 subsystems

2014-07-15 Thread Paul Walmsley
: Russell King li...@arm.linux.org.uk Cc: Paul Walmsley p...@pwsan.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Tested-by: Kishon Vijay Abraham I kis...@ti.com --- Changes from v1: * changed the clock domain to pcie_clkdm * Added PCIe as a slave port for l3_main. Looks good

Re: [Re-send PATCH 1/1] arm: dra7xx: Add hwmod data for MDIO and CPSW

2014-07-15 Thread Paul Walmsley
Hi Sebastian, On Wed, 9 Jul 2014, Sebastian Andrzej Siewior wrote: On 2014-07-09 11:55:52 [+0200], Sebastian Andrzej Siewior wrote: On 2014-07-08 18:46:39 [+0530], Mugunthan V N wrote: Adding hwmod data for CPSW and MDIO which is present in DRA7xx SoC I reverted my patch, applied this

Re: OMAP baseline test results for v3.16-rc4

2014-07-14 Thread Paul Walmsley
On Mon, 7 Jul 2014, Tony Lindgren wrote: With v3.16-rc4 the PM features for omap3 should be working finally for device tree based booting. At lest beaglexm and 3xxevm should work. Maybe you are using legacy booting path to idle the UARTs still? FYI, I'm doing this to find the UART

[GIT PULL] ARM: OMAP2+: more fixes for v3.16-rc

2014-07-07 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee: Linux 3.16-rc2 (2014-06-21 19:02:54 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git

Re: [PATCH 00/13] uio_pruss: add support for devicetree and am33xx

2014-07-07 Thread Paul Walmsley
On Mon, 7 Jul 2014, Andre Heider wrote: On Sun, Jun 29, 2014 at 06:21:34PM +0200, Andre Heider wrote: this series adds PRUv2 support to uio_pruss through devicetree, makes the device usable on am33xx and enables it on beaglebone black. Inspired by old patches from Matt Porter found in a

Re: [PATCH 01/13] ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow

2014-07-06 Thread Paul Walmsley
On Wed, 2 Jul 2014, Tero Kristo wrote: The divider value provided to the _dpll_test_fint can reach value of 256 with J type DPLLs (USB etc.), which causes an overflow with the u8 datatype. Fix this by changing the parameter to be an int instead. Signed-off-by: Tero Kristo t-kri...@ti.com

OMAP baseline test results for v3.16-rc4

2014-07-06 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.16-rc4. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.16-rc4/20140706150051/ Test summary Build: uImage+dtb: Pass (10/10): omap2plus_defconfig_am33xx_only/am335x-bone,

Re: [PATCH v2 1/3] ARM: DRA7: hwmod: Add OCP2SCP3 module

2014-07-05 Thread Paul Walmsley
Hi On Fri, 4 Jul 2014, Roger Quadros wrote: On 07/03/2014 10:48 PM, Paul Walmsley wrote: On Thu, 3 Jul 2014, Roger Quadros wrote: This module is needed for the SATA and PCIe PHYs. Signed-off-by: Roger Quadros rog...@ti.com Reviewed-by: Rajendra Nayak rna...@ti.com Tested

Re: [PATCH 1/2] arm: dra7xx: Add hwmod data for pcie1 phy and pcie2 phy

2014-07-05 Thread Paul Walmsley
Cc: Paul Walmsley p...@pwsan.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Tested-by: Kishon Vijay Abraham I kis...@ti.com Thanks, queued for v3.17 with Rajendra's ack. - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

Re: [PATCH] ARM: DRA7: hwmod: add entry for RTCSS

2014-07-05 Thread Paul Walmsley
On Thu, 3 Jul 2014, Rajendra Nayak wrote: On Friday 09 May 2014 06:07 PM, Sekhar Nori wrote: From: Lokesh Vutla lokeshvu...@ti.com RTCSS on DRA7 provides a precise real-time clock. Add hwmod entry for this IP. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Signed-off-by: Sekhar

Re: [PATCH] mach-omap2: Change if statement in omap2_dflt_clk_enable

2014-07-04 Thread Paul Walmsley
On Fri, 4 Jul 2014, Nicholas Krause wrote: This patch changes this function to check for if v is returning value from the called function. If not it does the else. Furthermore fixes the FIXME message above if statement for holding INVERT_ENABLE bit when not needing to be checked for in if

Re: [PATCH v2 2/3] ARM: DRA7: hwmod: Fixup SATA hwmod

2014-07-03 Thread Paul Walmsley
On Thu, 3 Jul 2014, Roger Quadros wrote: Get rid of optional clock as that is now managed by the AHCI platform driver. Correct .mpu_rt_idx to 1 as the module register space (SYSCONFIG..) is passed as the second memory resource in the device tree. Signed-off-by: Roger Quadros

Re: [PATCH v2 3/3] ARM: DRA7: hwmod: Add SYSCONFIG for usb_otg_ss

2014-07-03 Thread Paul Walmsley
On Thu, 3 Jul 2014, Roger Quadros wrote: Add the sysconfig class bits for the Super Speed USB controllers Signed-off-by: Roger Quadros rog...@ti.com Reviewed-by: Rajendra Nayak rna...@ti.com Tested-by: Sekhar Nori nsek...@ti.com Thanks, this looks like a fix, so, queueing for v3.16-rc.

Re: [PATCH v2 1/3] ARM: DRA7: hwmod: Add OCP2SCP3 module

2014-07-03 Thread Paul Walmsley
On Thu, 3 Jul 2014, Roger Quadros wrote: This module is needed for the SATA and PCIe PHYs. Signed-off-by: Roger Quadros rog...@ti.com Reviewed-by: Rajendra Nayak rna...@ti.com Tested-by: Sekhar Nori nsek...@ti.com This looks like adding support for a new device, so, after discussing with

OMAP baseline test results for v3.16-rc1

2014-06-30 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.16-rc1. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.16-rc1/20140629224344/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

OMAP baseline test results for v3.16-rc2

2014-06-30 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.16-rc2. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.16-rc2/2014063629/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

OMAP baseline test results for v3.16-rc3

2014-06-30 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.16-rc3. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.16-rc3/20140630004413/ Test summary Build: zImage: Pass (16/16): multi_v7_defconfig, omap2plus_defconfig,

Re: [PATCH 2/3] ARM: OMAP3: PRM/CM: Add back macros used by TI DSP/Bridge driver

2014-06-30 Thread Paul Walmsley
Cc: Paul Walmsley p...@pwsan.com Signed-off-by: Suman Anna s-a...@ti.com Thanks; queued for v3.16-rc. - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH 7/9] ARM: OMAP2: hwmod_data: Remove legacy mailbox data and addrs

2014-06-25 Thread Paul Walmsley
On Tue, 24 Jun 2014, Suman Anna wrote: OMAP2 devices are devicetree boot only, and the legacy mode of mailbox device creation should no longer be used, so remove the mailbox attribute data and the hwmod addr space used for creating mailboxes in legacy mode. Cc: Paul Walmsley p...@pwsan.com

Re: [PATCH 9/9] ARM: AM33xx: hwmod_data: Remove legacy mailbox addrs

2014-06-25 Thread Paul Walmsley
On Tue, 24 Jun 2014, Suman Anna wrote: The legacy-style definition of the hwmod addr space is no longer required as AM33xx/AM43xx are DT-boot only, and the minimal mailbox DT nodes have been added, so clean up this data. Cc: Paul Walmsley p...@pwsan.com Signed-off-by: Suman Anna s

Re: [PATCH 0/2] ARM: DRA7: hwmod: fixes for 3.16

2014-06-23 Thread Paul Walmsley
On Mon, 23 Jun 2014, Sekhar Nori wrote: On Monday 23 June 2014 10:27 AM, Paul Walmsley wrote: Hi Roger On Wed, 18 Jun 2014, Roger Quadros wrote: These patches add the missing OCP2SCP3 module and fixup the SATA hwmod for DRA7 SoC. Both patches are tested on 3.16-rc1. Could you

<    1   2   3   4   5   6   7   8   9   10   >