Re: [resend PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-09-09 Thread Mugunthan V N
On Tuesday 09 September 2014 01:04 AM, Nishanth Menon wrote:
 On 00:49-20140909, Mugunthan V N wrote:
  Adding device tree entry for CPSW to make it work in Dual EMAC mode.
  
  These patches were tested with DRA7 hwmod patches on top of linux-next.
  The patches were already reviewed [1] and has been waiting for cross bar
  and hwmod to be pulled in. Now since all dependent patches has already
  pulled in, so reposting the patches again.
  
  Patches are tested on linux-next, the boot logs on DRA7xx EVM [2]
  
  [1] https://lkml.org/lkml/2014/5/13/89
  [2] http://slexy.org/view/s2YqO0Wj9b 
 Sorry this is now blocked inside TI. could you explain the testing done
 for sleep state? did you attempt sleep mode before testing this?
 

I have not tested sleep mode, just tested boot and ping test.

Regards
Mugunthan V N
--
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-info.html


Re: [resend PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-09-09 Thread Nishanth Menon
On Tue, Sep 9, 2014 at 6:29 AM, Mugunthan V N mugunthan...@ti.com wrote:

 Sorry this is now blocked inside TI. could you explain the testing done
 for sleep state? did you attempt sleep mode before testing this?


 I have not tested sleep mode, just tested boot and ping test.

I must NAK then for the reason that this is a patch that is just build
tested and is not tested for the feature it claims to introduce.


-- 
---
Regards,
Nishanth Menon
--
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-info.html


Re: [resend PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-09-09 Thread Mugunthan V N
On Tuesday 09 September 2014 05:45 PM, Nishanth Menon wrote:
 On Tue, Sep 9, 2014 at 6:29 AM, Mugunthan V N mugunthan...@ti.com wrote:

 Sorry this is now blocked inside TI. could you explain the testing done
 for sleep state? did you attempt sleep mode before testing this?


 I have not tested sleep mode, just tested boot and ping test.
 
 I must NAK then for the reason that this is a patch that is just build
 tested and is not tested for the feature it claims to introduce.
 
 

Is suspend/resume supported in mainline, i was not able to test it.

root@dra7xx-evm:~# echo mem  /sys/power/state
-sh: echo: write error: Invalid argument

I was not able to use rtc wake also as the rtc device is not created.

Regards
Mugunthan V N

--
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-info.html


Re: [resend PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-09-09 Thread Nishanth Menon
On 09/09/2014 07:56 AM, Mugunthan V N wrote:
 On Tuesday 09 September 2014 05:45 PM, Nishanth Menon wrote:
 On Tue, Sep 9, 2014 at 6:29 AM, Mugunthan V N mugunthan...@ti.com wrote:

 Sorry this is now blocked inside TI. could you explain the testing done
 for sleep state? did you attempt sleep mode before testing this?


 I have not tested sleep mode, just tested boot and ping test.

 I must NAK then for the reason that this is a patch that is just build
 tested and is not tested for the feature it claims to introduce.


 
 Is suspend/resume supported in mainline, i was not able to test it.
 
 root@dra7xx-evm:~# echo mem  /sys/power/state
 -sh: echo: write error: Invalid argument
 
 I was not able to use rtc wake also as the rtc device is not created.

Right.. that is why I was curious how you posted a patch that
supposedly supports sleep pin configurations in a kernel that does not
support suspend-resume?

Hopefully we will have it supported in 3.18 kernel[1] - still need out
of tree wakeup timer patch[2] for testing though..

If you have at least tested on relevant branch which has the feature
expected for 3.18, I might still be OK with the patch.

[1]http://marc.info/?l=linux-kernelm=141019565513129w=2 and
http://marc.info/?l=linux-kernelm=141019566913133w=2
[2] details in http://marc.info/?l=linux-kernelm=140871637106555w=2

-- 
Regards,
Nishanth Menon
--
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-info.html


[resend PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-09-08 Thread Mugunthan V N
Adding device tree entry for CPSW to make it work in Dual EMAC mode.

These patches were tested with DRA7 hwmod patches on top of linux-next.
The patches were already reviewed [1] and has been waiting for cross bar
and hwmod to be pulled in. Now since all dependent patches has already
pulled in, so reposting the patches again.

Patches are tested on linux-next, the boot logs on DRA7xx EVM [2]

[1] https://lkml.org/lkml/2014/5/13/89
[2] http://slexy.org/view/s2YqO0Wj9b 

Mugunthan V N (3):
  pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC
  arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx
  arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM

 arch/arm/boot/dts/dra7-evm.dts| 107 ++
 arch/arm/boot/dts/dra7.dtsi   |  59 +
 include/dt-bindings/pinctrl/dra.h |   8 +++
 3 files changed, 174 insertions(+)

-- 
2.1.0

--
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-info.html


[resend PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-09-08 Thread Mugunthan V N
Adding device tree entry for CPSW to make it work in Dual EMAC mode.

These patches were tested with DRA7 hwmod patches on top of linux-next.
The patches were already reviewed [1] and has been waiting for cross bar
and hwmod to be pulled in. Now since all dependent patches has already
pulled in, so reposting the patches again.

Patches are tested on linux-next, the boot logs on DRA7xx EVM [2]

[1] https://lkml.org/lkml/2014/5/13/89
[2] http://slexy.org/view/s2YqO0Wj9b 

Mugunthan V N (3):
  pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC
  arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx
  arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM

 arch/arm/boot/dts/dra7-evm.dts| 107 ++
 arch/arm/boot/dts/dra7.dtsi   |  59 +
 include/dt-bindings/pinctrl/dra.h |   8 +++
 3 files changed, 174 insertions(+)

-- 
2.1.0

--
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-info.html


Re: [resend PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-09-08 Thread Nishanth Menon
On 00:49-20140909, Mugunthan V N wrote:
 Adding device tree entry for CPSW to make it work in Dual EMAC mode.
 
 These patches were tested with DRA7 hwmod patches on top of linux-next.
 The patches were already reviewed [1] and has been waiting for cross bar
 and hwmod to be pulled in. Now since all dependent patches has already
 pulled in, so reposting the patches again.
 
 Patches are tested on linux-next, the boot logs on DRA7xx EVM [2]
 
 [1] https://lkml.org/lkml/2014/5/13/89
 [2] http://slexy.org/view/s2YqO0Wj9b 

Sorry this is now blocked inside TI. could you explain the testing done
for sleep state? did you attempt sleep mode before testing this?

 
 Mugunthan V N (3):
   pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC
   arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx
   arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM
 
  arch/arm/boot/dts/dra7-evm.dts| 107 
 ++
  arch/arm/boot/dts/dra7.dtsi   |  59 +
  include/dt-bindings/pinctrl/dra.h |   8 +++
  3 files changed, 174 insertions(+)
 
-- 
Regards,
Nishanth Menon
--
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-info.html


[PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-07-23 Thread Mugunthan V N
Adding device tree entry for CPSW to make it work in Dual EMAC mode.

These patches were tested with DRA7 hwmod patches on top of linux-next.
The patches were already reviewed [1] and has been waiting for cross bar
and hwmod to be pulled in. Now since all dependent patches has already
pulled in, so reposting the patches again.

[1] https://lkml.org/lkml/2014/5/13/89

Mugunthan V N (3):
  pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC
  arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx
  arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM

 arch/arm/boot/dts/dra7-evm.dts| 105 ++
 arch/arm/boot/dts/dra7.dtsi   |  58 +
 include/dt-bindings/pinctrl/dra.h |   8 +++
 3 files changed, 171 insertions(+)

-- 
2.0.2.673.g9ab0882

--
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-info.html


Re: [PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-05-14 Thread Tony Lindgren
* Mugunthan V N mugunthan...@ti.com [140513 01:54]:
 Tony/Benoit
 
 On Tuesday 13 May 2014 01:34 PM, Mugunthan V N wrote:
  Adding device tree entry for CPSW to make it work in Dual EMAC mode.
 
  DRA7 cpsw phy sel driver patch has been pulled in net-next git with the
  following commit id *d415fa1b88748d664b7b6a310dd8e699d2686cf7*
 
  Mugunthan V N (3):
pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC
arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx
arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM
 
   arch/arm/boot/dts/dra7-evm.dts| 103 
  ++
   arch/arm/boot/dts/dra7.dtsi   |  59 ++
   include/dt-bindings/pinctrl/dra.h |   8 +++
   3 files changed, 170 insertions(+)
 
 
 This patch series depends on Cross bar dt patch set
 http://comments.gmane.org/gmane.linux.drivers.devicetree/73025

That's not enabled yet and sounds like it needs some more work.
I suggest you repost this tested without the crossbar.

Regards,

Tony
--
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-info.html


[PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-05-13 Thread Mugunthan V N
Adding device tree entry for CPSW to make it work in Dual EMAC mode.

DRA7 cpsw phy sel driver patch has been pulled in net-next git with the
following commit id *d415fa1b88748d664b7b6a310dd8e699d2686cf7*

Mugunthan V N (3):
  pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC
  arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx
  arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM

 arch/arm/boot/dts/dra7-evm.dts| 103 ++
 arch/arm/boot/dts/dra7.dtsi   |  59 ++
 include/dt-bindings/pinctrl/dra.h |   8 +++
 3 files changed, 170 insertions(+)

-- 
1.9.2.459.g68773ac

--
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-info.html


Re: [PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree

2014-05-13 Thread Mugunthan V N
Tony/Benoit

On Tuesday 13 May 2014 01:34 PM, Mugunthan V N wrote:
 Adding device tree entry for CPSW to make it work in Dual EMAC mode.

 DRA7 cpsw phy sel driver patch has been pulled in net-next git with the
 following commit id *d415fa1b88748d664b7b6a310dd8e699d2686cf7*

 Mugunthan V N (3):
   pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC
   arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx
   arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM

  arch/arm/boot/dts/dra7-evm.dts| 103 
 ++
  arch/arm/boot/dts/dra7.dtsi   |  59 ++
  include/dt-bindings/pinctrl/dra.h |   8 +++
  3 files changed, 170 insertions(+)


This patch series depends on Cross bar dt patch set
http://comments.gmane.org/gmane.linux.drivers.devicetree/73025

Regards
Mugunthan V N
--
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-info.html