Re: [GIT PULL] omap dts changes for v3.17 merge window, part1

2014-07-21 Thread Tony Lindgren
* Olof Johansson o...@lixom.net [140718 22:17]: On Wed, Jul 16, 2014 at 05:55:58AM -0700, Tony Lindgren wrote: The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f: Linux 3.16-rc1 (2014-06-15 17:45:28 -1000) are available in the git repository at:

Re: [v3 PATCH 2/6] dt: TI: Describe the ti reset DT entries

2014-07-21 Thread Tony Lindgren
* Dan Murphy dmur...@ti.com [140717 09:47]: + +example: + prm: prm@4ae06000 { + compatible = ti,omap5-prm; + reg = 0x4ae06000 0x3000; + + prm_resets: resets { + #address-cells = 1; +

Re: AM3517 fails to boot 3.16-rc5 device tree kernel

2014-07-21 Thread Tony Lindgren
* Michael Welling mwell...@emacinc.com [140718 07:42]: On Fri, Jul 18, 2014 at 1:38 AM, Tony Lindgren t...@atomide.com wrote: Hmm maybe double check your're booting device tree based kernel instead of legacy machine ID based kernel? The legacy booting should still work just fine and no

Re: AM3517 fails to boot 3.16-rc5 device tree kernel

2014-07-21 Thread Tony Lindgren
* Michael Welling mwell...@emacinc.com [140718 08:05]: On Fri, Jul 18, 2014 at 09:40:48AM -0500, Michael Welling wrote: On Fri, Jul 18, 2014 at 1:38 AM, Tony Lindgren t...@atomide.com wrote: Can you please enable debug_ll + earlyprintk and pass also earlyprintk in the kernel cmdline?

Re: AM3517 fails to boot 3.16-rc5 device tree kernel

2014-07-21 Thread Tony Lindgren
* Michael Welling mwell...@emacinc.com [140718 09:15]: On Fri, Jul 18, 2014 at 09:40:48AM -0500, Michael Welling wrote: On Fri, Jul 18, 2014 at 1:38 AM, Tony Lindgren t...@atomide.com wrote: * mwelling mwell...@emacinc.com [140717 16:42]: I am in the process of porting a device tree

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

2014-07-21 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [140717 11:20]: 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:

Re: [PATCH v2 0/3] iommu: Remove OMAP IOVMM driver

2014-07-21 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [140721 02:16]: Hi Suman, Joerg and Tony, On Friday 18 July 2014 11:53:56 Suman Anna wrote: On 07/18/2014 05:49 AM, Laurent Pinchart wrote: Hello, The OMAP3 ISP driver was the only user of the OMAP IOVMM API. Now that is has

Re: [PATCH 5/5] tty: serial: Add 8250-core based omap driver

2014-07-21 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140717 23:28]: * Sebastian Andrzej Siewior bige...@linutronix.de [140717 03:09]: On 07/17/2014 10:12 AM, Tony Lindgren wrote: Hmm it could be that it works for a while because the clocks are on from the bootloader and pm_runtime calls won't do anything.

Re: [RFC PATCH 3/7] ARM: OMAP4+: PRM: remove wkup event

2014-07-21 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [140605 20:37]: wkup event at bit offset 0 exists only on OMAP3. OMAP4430/60 PRM_IRQSTATUS_A9, OMAP5/DRA7 PRM_IRQSTATUS_MPU register bit 0 is DPLL_CORE_RECAL_ST not wakeup event like OMAP3. Hmm so why was it added originally then? Do the PRM_IRQSTATUS line and

Re: [RFC PATCH 4/7] ARM: OMAP4+: PRM: register interrupt information from DT

2014-07-21 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [140605 20:37]: Allow the PRM interrupt information to be picked up from device tree. the only exception is for OMAP4 which uses values pre-populated and allows compatibility with older dtb. Signed-off-by: Nishanth Menon n...@ti.com ---

Re: [PATCH 1/8] ARM: OMAP2+: timer: Add a powerup function

2014-07-21 Thread Tony Lindgren
* Joel Fernandes jo...@ti.com [140422 18:27]: In an effort to isolate the time power initialization for future purposes, add a function to do the same. This primarily involves a hwmod lookup, setup and enable. No users yet for this function? Can you remove the same code from somewhere else in

Re: [PATCH 2/8] ARM: OMAP2+: timer: Simplify clock event/source name setting

2014-07-21 Thread Tony Lindgren
* Joel Fernandes jo...@ti.com [140422 18:27]: For the OMAPs, we're setting up only one clockevent and clocksource. Further, for DT boot there's no easy way to get the timer name and currently this is done in an ugly way by reading a hwmod entry. So let's just set it to a simpler name like

Re: [PATCH 3/8] ARM: OMAP2+: timer: Add comment on timer clk parenting

2014-07-21 Thread Tony Lindgren
* Joel Fernandes jo...@ti.com [140422 18:27]: Add a comment describing the state of system timer clock parenting. The code following the comment should be deleted once all platforms can do DT boot, and specially should not be executed for DT platforms once we can specify default clock parents

Re: [PATCH 6/8] ARM: OMAP2+: timer: Fix error message to not use hwmod structure

2014-07-21 Thread Tony Lindgren
* Joel Fernandes jo...@ti.com [140422 18:27]: oh-name is no longer used, correct the error message. I guess this error is created by one of the patchs in this series? So maybe fold it into the patch creating this error? Regards, Tony Signed-off-by: Joel Fernandes jo...@ti.com ---

Re: [PATCH 7/8] ARM: OMAP2+: timer: Add fallback for of_clk_get

2014-07-21 Thread Tony Lindgren
* Joel Fernandes jo...@ti.com [140422 18:27]: Not all platforms currently will support of_clk_get on timer because they may not have clock property in their DT nodes. Add code to handle this case so that things are kept working. Finally we can delete this code once all system timer nodes have

Re: [RFC PATCH 3/7] ARM: OMAP4+: PRM: remove wkup event

2014-07-21 Thread Nishanth Menon
On Mon, Jul 21, 2014 at 5:44 AM, Tony Lindgren t...@atomide.com wrote: Hmm so why was it added originally then? Do the PRM_IRQSTATUS line and the following line belong together or is it missing something? Seems like to have been a copy paste from OMAP3 code which did have wakeup event at

Re: [RFC PATCH 4/7] ARM: OMAP4+: PRM: register interrupt information from DT

2014-07-21 Thread Nishanth Menon
On Mon, Jul 21, 2014 at 5:51 AM, Tony Lindgren t...@atomide.com wrote: +static struct of_device_id omap_prm_dt_match_table[] = { + { .compatible = ti,omap4-prm }, + { .compatible = ti,omap5-prm }, + { .compatible = ti,dra7-prm }, + { } +}; + I'd like to avoid adding more

Re: [RFC PATCH 4/7] ARM: OMAP4+: PRM: register interrupt information from DT

2014-07-21 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [140721 04:24]: On Mon, Jul 21, 2014 at 5:51 AM, Tony Lindgren t...@atomide.com wrote: +static struct of_device_id omap_prm_dt_match_table[] = { + { .compatible = ti,omap4-prm }, + { .compatible = ti,omap5-prm }, + { .compatible = ti,dra7-prm },

Re: [RFC PATCH 4/7] ARM: OMAP4+: PRM: register interrupt information from DT

2014-07-21 Thread Nishanth Menon
On Mon, Jul 21, 2014 at 6:28 AM, Tony Lindgren t...@atomide.com wrote: * Nishanth Menon n...@ti.com [140721 04:24]: On Mon, Jul 21, 2014 at 5:51 AM, Tony Lindgren t...@atomide.com wrote: +static struct of_device_id omap_prm_dt_match_table[] = { + { .compatible = ti,omap4-prm }, +

[GIT PULL] omap soc clean-up for v3.17 merge window

2014-07-21 Thread Tony Lindgren
The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1: Linux 3.16-rc4 (2014-07-06 12:37:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.17/soc-cleanup for you to fetch changes up to

Re: [RFC PATCH 4/7] ARM: OMAP4+: PRM: register interrupt information from DT

2014-07-21 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [140721 05:11]: On Mon, Jul 21, 2014 at 6:28 AM, Tony Lindgren t...@atomide.com wrote: * Nishanth Menon n...@ti.com [140721 04:24]: On Mon, Jul 21, 2014 at 5:51 AM, Tony Lindgren t...@atomide.com wrote: +static struct of_device_id omap_prm_dt_match_table[] =

Re: [PATCH 3/6] tty: serial: 8250 core: add runtime pm

2014-07-21 Thread Mika Westerberg
On Wed, Jul 09, 2014 at 07:49:34PM +0200, Sebastian Andrzej Siewior wrote: While comparing the OMAP-serial and the 8250 part of this I noticed that the the latter does not use runtime-pm. Here are the pieces. It is basically a get before first register access and a last_busy + put after last

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-21 Thread Laurent Pinchart
Hi Felipe, What happened to these two patches ? On Monday 16 December 2013 17:48:29 Felipe Balbi wrote: On Mon, Dec 16, 2013 at 02:38:27PM -0800, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [131216 13:31]: On Mon, Dec 16, 2013 at 09:23:43PM +0530, Kishon Vijay Abraham I wrote:

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-21 Thread Felipe Balbi
Hi, On Mon, Jul 21, 2014 at 05:04:57PM +0200, Laurent Pinchart wrote: Hi Felipe, What happened to these two patches ? looks like I lost them. On Monday 16 December 2013 17:48:29 Felipe Balbi wrote: On Mon, Dec 16, 2013 at 02:38:27PM -0800, Tony Lindgren wrote: * Felipe Balbi

Re: AM3517 fails to boot 3.16-rc5 device tree kernel

2014-07-21 Thread Michael Welling
On Mon, Jul 21, 2014 at 12:09:13AM -0700, Tony Lindgren wrote: * Michael Welling mwell...@emacinc.com [140718 07:42]: On Fri, Jul 18, 2014 at 1:38 AM, Tony Lindgren t...@atomide.com wrote: Hmm maybe double check your're booting device tree based kernel instead of legacy machine ID

Re: [GIT PULL] omap soc clean-up for v3.17 merge window

2014-07-21 Thread Olof Johansson
On Mon, Jul 21, 2014 at 5:30 AM, Tony Lindgren t...@atomide.com wrote: The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1: Linux 3.16-rc4 (2014-07-06 12:37:51 -0700) are available in the git repository at:

Re: [PATCH v2 0/3] iommu: Remove OMAP IOVMM driver

2014-07-21 Thread Laurent Pinchart
Hi Tony and Joerg, On Monday 21 July 2014 02:33:36 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [140721 02:16]: Hi Suman, Joerg and Tony, On Friday 18 July 2014 11:53:56 Suman Anna wrote: On 07/18/2014 05:49 AM, Laurent Pinchart wrote: Hello,

[PATCH 6/7] arm: dts: omap3-gta04: Add display alias

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 370c08b..05fd4d2 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++

[PATCH 7/7] arm: dts: omap3-gta04: Add twl4030 regulators parameters

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 05fd4d2..e39ede2 100644 ---

[PATCH 4/7] arm: dts: omap3-gta04: Move spi gpio pins to pmx_core2

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 5b08d93..4ca1277 100644 ---

[PATCH 3/7] arm: dts: omap3-gta04: Add wifi reset node

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 6d1a8d8..5b08d93 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++

[PATCH 1/7] arm: dts: omap3-gta04: Add nand support

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 54 +++ 1 file changed, 54 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 021311f..7d7ddd7 100644 ---

[PATCH 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 7d7ddd7..6d1a8d8 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts

[PATCH 5/7] arm: dts: omap3-gta04: Add USB host support

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 45 +++ 1 file changed, 45 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 4ca1277..370c08b 100644 ---

[PATCH 0/7] arm: dts: oma3-gta04: Various updates

2014-07-21 Thread Marek Belisko
Following patchset add various improvements to gta04 devicetree. Marek Belisko (7): arm: dts: omap3-gta04: Add nand support arm: dts: omap3-gta04: Fix magnetometer model arm: dts: omap3-gta04: Add wifi reset node arm: dts: omap3-gta04: Move spi gpio pins to pmx_core2 arm: dts:

Re: AM3517 fails to boot 3.16-rc5 device tree kernel

2014-07-21 Thread Michael Welling
On Mon, Jul 21, 2014 at 11:38 AM, Michael Welling mwell...@emacinc.com wrote: On Mon, Jul 21, 2014 at 12:09:13AM -0700, Tony Lindgren wrote: * Michael Welling mwell...@emacinc.com [140718 07:42]: On Fri, Jul 18, 2014 at 1:38 AM, Tony Lindgren t...@atomide.com wrote: Hmm maybe double