Re: BUG: TI CPSW driver hanging up when setting mac-address to early

2015-12-19 Thread Mugunthan V N
On Thursday 17 December 2015 01:39 PM, Pascal Speck (Iktek) wrote: > Hi Mugunthan, > please see my comments below: > > Am 17.12.2015 um 07:08 schrieb Mugunthan V N: >> On Tuesday 08 December 2015 09:55 PM, Tony Lindgren wrote: >>> * ker...@iktek.de [151207 09:17]: &g

Re: BUG: TI CPSW driver hanging up when setting mac-address to early

2015-12-16 Thread Mugunthan V N
t try to implement the mac address reading mechanism in drivers/net/ethernet/ti/cpsw-common.c file to avoid setting of mac address from userspace. 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: [PATCH 06/14] ARM: am437x: cm-t43: dts: add dual emac support

2015-11-26 Thread Mugunthan V N
> Signed-off-by: Nikita Kiryanov > Cc: Tony Lindgren > Cc: Igor Grinberg > Cc: Dmitry Lifshitz > Cc: Ian Campbell Acked-by: Mugunthan V N Regards Mugunthan V N -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord..

Re: [PATCH] net: cpsw: Fix ethernet regression for dm814x

2015-11-18 Thread Mugunthan V N
> Let's fix the issue by adding handling for dm814x. > > Cc: Mugunthan V N > Signed-off-by: Tony Lindgren Acked-by: Mugunthnan V N Regards Mugunthan V N -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to major

[PATCH 2/2] arm: dts: am4372: add spi alias for qspi

2015-11-18 Thread Mugunthan V N
Set the alias for qspi to spi0 Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am4372.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index d83ff9c..bb03b80 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot

[PATCH 0/2] adding spi alias for qspi

2015-11-18 Thread Mugunthan V N
Adding missed spi alias for qspi which helps probe the qspi device in U-Boot. Mugunthan V N (2): dts: dra7: add spi alias for qspi arm: dts: am4372: add spi alias for qspi arch/arm/boot/dts/am4372.dtsi | 1 + arch/arm/boot/dts/dra7.dtsi | 1 + 2 files changed, 2 insertions

[PATCH 1/2] dts: dra7: add spi alias for qspi

2015-11-18 Thread Mugunthan V N
Set the alias for qspi to spi0 Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index bc672fb..b2badf9 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7

Re: [PATCH] drivers: net: cpsw: Add support for fixed-link PHY

2015-11-04 Thread Mugunthan V N
On Wednesday 04 November 2015 02:39 AM, Markus Brunner wrote: > Add support for a fixed-link devicetree sub-node in case the the > cpsw MAC is directly connected to a non-mdio PHY/device. > > Signed-off-by: Markus Brunner Looks good to me. Acked-by: Mugunthan V N Regards M

Re: [PATCH 5/6] ARM: OMAP2+: dts: cm-t335: add support for network device

2015-10-27 Thread Mugunthan V N
ctive state. > Add mac node with single slave device. Add nodes for davinci_mdio and > cpsw_emac0. > > Acked-by: Igor Grinberg > Signed-off-by: Ilya Ledvich > Signed-off-by: Uri Mashiach Acked-by: Mugunthan V N Regards Mugunthan V N -- To unsubscribe from this list: send the

[PATCH 3/3] ARM: DTS: dra7xx: am57xx: fix cd-gpios definition as per hardware design and dt binding docs

2015-10-12 Thread Mugunthan V N
. So correcting the dt card detect gpio definition. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am57xx-beagle-x15.dts | 2 +- arch/arm/boot/dts/dra7-evm.dts | 2 +- arch/arm/boot/dts/dra72-evm.dts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch

[PATCH 2/3] ARM: DTS: am43xx: fix cd-gpios definition as per hardware design and dt binding docs

2015-10-12 Thread Mugunthan V N
card detect gpio definition. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am437x-gp-evm.dts | 2 +- arch/arm/boot/dts/am437x-idk-evm.dts | 2 +- arch/arm/boot/dts/am437x-sk-evm.dts | 2 +- arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff

[PATCH 1/3] ARM: DTS: am335x: fix cd-gpios definition as per hardware design and dt binding docs

2015-10-12 Thread Mugunthan V N
card detect gpio definition. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am335x-bone-common.dtsi | 3 +-- arch/arm/boot/dts/am335x-evm.dts | 2 +- arch/arm/boot/dts/am335x-evmsk.dts| 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts

[PATCH 0/3] Fix mmc/sd card detect gpio dt definition

2015-10-12 Thread Mugunthan V N
m/12762169/ Mugunthan V N (3): ARM: DTS: am335x: fix cd-gpios definition as per hardware design and dt binding docs ARM: DTS: am43xx: fix cd-gpios definition as per hardware design and dt binding docs ARM: DTS: dra7xx: am57xx: fix cd-gpios definition as per hardware design and dt bi

Re: [net-next PATCH] driver: net: cpsw: add no_bd_ram dt parsing

2015-10-12 Thread Mugunthan V N
On Friday 09 October 2015 03:36 PM, Mugunthan V N wrote: > cpdma is capable of placing the dma descriptors in ddr using > dma_alloc_coherent() when the internal bd ram size is not enough. > To utilize this feature pass the DT parameter "no_bd_ram" and > increase bd_ram

[net-next PATCH] driver: net: cpsw: add no_bd_ram dt parsing

2015-10-09 Thread Mugunthan V N
cpdma is capable of placing the dma descriptors in ddr using dma_alloc_coherent() when the internal bd ram size is not enough. To utilize this feature pass the DT parameter "no_bd_ram" and increase bd_ram_size and number of rx descriptors. Signed-off-by: Mugunthan V N --- drivers/ne

[PATCH v2 1/1] ARM: DTS: dra72-evm: remove cpsw gpio hogging and add mode-gpios

2015-09-21 Thread Mugunthan V N
w error, so that user can decide either to built in gpio-pcf857x to continue with nfs boot or choose alternate rootfs filesystem like sd/ramdisk. When using mmc/ramdisk as root fs, cpsw will probe defer and re-probes again when gpio-pcf857x module is inserted and ethernet becomes operational. Sig

[net-next PATCH 0/4] Add support for reading macid when DT macid not found

2015-09-21 Thread Mugunthan V N
Did a boot test on dra7-evm [1] and am437x-gp-evm [2]. Pushed a branch [3] for others to test the patch. [1]: http://pastebin.ubuntu.com/12513420/ [2]: http://pastebin.ubuntu.com/12513428/ [3]: git://git.ti.com/~mugunthanvnm/ti-linux-kernel/linux.git cpsw-macid-read-support Mugunthan V N (4

[net-next PATCH 3/4] arm: dts: dra7: add syscon phandle to cpsw node

2015-09-21 Thread Mugunthan V N
There are 2 MACIDs stored in the control module of the dra7. These are read by the cpsw driver if no valid MACID was found in the devicetree. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm

[net-next PATCH 1/4] drivers: net: cpsw: davinci_emac: move reading mac id to common file

2015-09-21 Thread Mugunthan V N
Moving mac address reading from ethernet driver to common file for better maintenance and for code reusable. Signed-off-by: Mugunthan V N --- drivers/net/ethernet/ti/cpsw-common.c | 58 -- drivers/net/ethernet/ti/cpsw.c | 11 +++ drivers/net/ethernet

[net-next PATCH 4/4] arm: dts: am4372: add syscon phandle to cpsw node

2015-09-21 Thread Mugunthan V N
There are 2 MACIDs stored in the control module of the am4372. These are read by the cpsw driver if no valid MACID was found in the devicetree. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am4372.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch

[net-next PATCH 2/4] drivers: net: cpsw-common: add support for reading mac address for dra7 and am437x platforms

2015-09-21 Thread Mugunthan V N
Adding support for reading mac address using syscon driver for dra7 and am437x platforms Signed-off-by: Mugunthan V N --- drivers/net/ethernet/ti/cpsw-common.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/ethernet/ti/cpsw-common.c b/drivers/net/ethernet/ti/cpsw

Re: [PATCH 1/1] ARM: DTS: dra72-evm: remove cpsw gpio hogging and add select-slave-gpio

2015-09-21 Thread Mugunthan V N
On Monday 21 September 2015 01:34 PM, Mugunthan V N wrote: > Since GPIO hogging fails to through error when booting with > gpio-pcf857x as module and NFS root filesystem. So by having > mode-gpio, it throw error to user so that the used can make > gpio-pcf857x as inbuilt for NFS. Wh

[PATCH 1/1] ARM: DTS: dra72-evm: remove cpsw gpio hogging and add select-slave-gpio

2015-09-21 Thread Mugunthan V N
gpio-pcf857x module is inserted and ethernet becomes operational. Signed-off-by: Mugunthan V N --- The driver patch is applied to net-next branch (also present in linux-next) with commit '1d147ccbfc35 ("drivers: net: cpsw: Add support to drive gpios for ethernet to be functional") an

[net-next PATCH v3] drivers: net: cpsw: Add support to drive gpios for ethernet to be functional

2015-09-07 Thread Mugunthan V N
in DT when gpio based muxing is required. This will throw a warning when gpio get fails and returns probe defer. When gpio-pcf857x module is installed, cpsw probes again and ethernet becomes functional. Verified this on DRA72x with pcf as module and ramdisk. Signed-off-by: Mugunthan V N ---

[net-next PATCH v2] drivers: net: cpsw: Add support to make gpio drive which slave connected to phy

2015-09-02 Thread Mugunthan V N
in DT when gpio based muxing is required. This will throw a warning when gpio get fails and returns probe defer. When gpio-pcf857x module is installed, cpsw probes again and ethernet becomes functional. Verified this on DRA72x with pcf as module and ramdisk. Signed-off-by: Mugunthan V N --- Chang

Re: [net-next PATCH] drivers: net: cpsw: Add support to make gpio drive which slave connected to phy

2015-09-01 Thread Mugunthan V N
On Tuesday 01 September 2015 09:06 PM, Tony Lindgren wrote: > * Mugunthan V N [150901 04:28]: >> --- a/Documentation/devicetree/bindings/net/cpsw.txt >> +++ b/Documentation/devicetree/bindings/net/cpsw.txt >> @@ -26,6 +26,9 @@ Optional properties: >> - dual_emac

[PATCH] ARM: DTS: dra72-evm: remove cpsw gpio hogging and add select-slave-gpio

2015-09-01 Thread Mugunthan V N
when gpio-pcf857x module is inserted and ethernet becomes operational. Signed-off-by: Mugunthan V N --- This patch depends on driver changes [1] and tested on DRA72x, logs [2] [1]: http://patchwork.ozlabs.org/patch/512783/ [2]: http://pastebin.ubuntu.com/12244652/ --- arch/arm/boot/dts/dra72

[net-next PATCH] drivers: net: cpsw: Add support to make gpio drive which slave connected to phy

2015-09-01 Thread Mugunthan V N
uot; in DT when gpio based muxing is required. This will through a warning when vgpio get fails and returns probe defer. When gpio-pcf857x module is installed, cpsw probes again and ethernet becomes functional. Verified this on DRA72x with pcf as module and ramdisk [1] Signed-off-by: Mugunthan

[PATCH] Documentation: DT: cpsw: document missing compatible

2015-08-30 Thread Mugunthan V N
CPSW driver has multiple compatibles for errata implentations but not documented, add necessary documentation. Signed-off-by: Mugunthan V N --- The compatibles are added in the commit 7da1160002f1 ('drivers: net: cpsw: add am335x errata workarround for interrutps') which is presen

Re: [net-next PATCH 1/3] drivers: net: cpsw: add am335x errata workarround for interrutps

2015-08-24 Thread Mugunthan V N
On Monday 24 August 2015 03:34 PM, Sekhar Nori wrote: > Hi Mugunthan, > > On Wednesday 12 August 2015 03:22 PM, Mugunthan V N wrote: >> > +static const struct of_device_id cpsw_of_mtable[] = { >> > + { .compatible = "ti,cpsw", .data = &cpsw_devtype[CPS

[net-next PATCH 2/3] ARM: dts: dra7: update cpsw compatible

2015-08-12 Thread Mugunthan V N
CPSW driver has been updated with compatibles for enabling errata workarounds. So updating cpsw compatibles. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi

[net-next PATCH 3/3] ARM: dts: am33xx: update cpsw compatible

2015-08-12 Thread Mugunthan V N
CPSW driver has been updated with compatibles for enabling errata workarounds. So updating cpsw compatibles. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am33xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts

[net-next PATCH 1/3] drivers: net: cpsw: add am335x errata workarround for interrutps

2015-08-12 Thread Mugunthan V N
pending and CPU is struck in ISR, the workaround is to disable the interrupts in ARM irq controller. [1] http://www.ti.com/lit/er/sprz360f/sprz360f.pdf Signed-off-by: Mugunthan V N --- drivers/net/ethernet/ti/cpsw.c | 83 +++--- 1 file changed, 77 insertions

[net-next PATCH 0/3] Add AM335x PG1.0 CPSW errata workaround

2015-08-12 Thread Mugunthan V N
controller for AM335x SoC in addition to the masking of interrupts in CPSW. Mugunthan V N (3): drivers: net: cpsw: add am335x errata workarround for interrutps ARM: dts: dra7: update cpsw compatible ARM: dts: am33xx: update cpsw compatible arch/arm/boot/dts/am33xx.dtsi | 2 +- arch/arm/boo

Re: [PATCH 3/4] ARM: omap2plus_defconfig: enable support for TI CPTS

2015-07-08 Thread Mugunthan V N
On Wednesday 08 July 2015 08:57 PM, Sekhar Nori wrote: > CPTS module of CPSW IP enables timestamp synchronization > using PTP. Enable CPTS feature of CPSW driver. > > Available on AM335x, AM437x and DRA7x SoCs. > > Signed-off-by: Sekhar Nori Acked-by: Mugunthan V N Reg

[PATCH 1/1] arm: dts: am43xx-clock: Add qspi clock node.

2015-06-24 Thread Mugunthan V N
From: Sourav Poddar Add clock node for qspi controller driver on am437x. Cc: Keerthy Cc: Tero Kristo Signed-off-by: Sourav Poddar Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am4372.dtsi| 2 ++ arch/arm/boot/dts/am43xx-clocks.dtsi | 8 2 files changed, 10 insertions

[PATCH 1/1] ARM: dts: DRA72: switch to cpsw slave0 for ethernet

2015-06-22 Thread Mugunthan V N
From: Vignesh R On DRA72 EVM, cpsw slave1 is muxed with VIN2A, hence switch to cpsw slave0 for ethernet. Add gpio hog entry to pcf_gpio_21 in order to select cpsw slave0. Signed-off-by: Vignesh R Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra72-evm.dts | 10 -- 1 file changed

Re: [PATCH 0/2] CLK: TI: add dpll_clksel_mac_clk node

2015-06-18 Thread Mugunthan V N
arm/boot/dts/am4372.dtsi| 7 +-- > arch/arm/boot/dts/am43xx-clocks.dtsi | 9 + > drivers/clk/ti/clk-43xx.c| 1 + > 3 files changed, 15 insertions(+), 2 deletions(-) > Tested-by: Mugunthan V N Regards Mugunthan V N -- To unsubscribe from this list: send the line

Re: [BUG?] drivers: net:ethernet: cpsw: add support for VLAN

2015-04-23 Thread Mugunthan V N
d upon. > > [1]: http://www.ti.com/lit/ug/spruh73l/spruh73l.pdf > Its bug in TRM, will check with TRM team and update here. 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

[PATCH 1/1] ARM: dts: dra72-evm: Add qspi device

2015-01-19 Thread Mugunthan V N
These add device tree entry for qspi device on dra72-evm. Signed-off-by: Mugunthan V N --- This patch is tested on linux-next and the boot logs is here [1] [1] - http://pastebin.ubuntu.com/9783555/ --- arch/arm/boot/dts/dra72-evm.dts | 77 + 1 file

Re: [patch-net-next v2 3/3] net: ethernet: cpsw: don't requests IRQs we don't use

2015-01-14 Thread Mugunthan V N
code altogether and let future patches > implement it if anybody needs those. > > Signed-off-by: Felipe Balbi Instead of introducing dummy ISR in previous patch and then removing in this patch, both can be squashed into a single patch. Regards Mugunthan V N -- To unsubscribe from this

[PATCH 1/1] ARM: dts: dra7-evm: fix qspi device tree partition size

2014-12-19 Thread Mugunthan V N
ugunthan V N --- This patch is tested on Linux next and the boot logs at [1] [1] - http://pastebin.ubuntu.com/9567672/ --- arch/arm/boot/dts/dra7-evm.dts | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm

Re: [PATCH v2] drivers: net : cpsw: Update Kconfig for CPSW

2014-12-03 Thread Mugunthan V N
On Thursday 04 December 2014 10:24 AM, Lokesh Vutla wrote: > CPSW is present in AM33xx, AM43xx, DRA7xx. > Updating the Kconfig to depend on ARCH_OMAP2PLUS instead of listing > all SoC's. > > Signed-off-by: Lokesh Vutla Acked-by: Mugunthan V N Regards Mugunthan V N -- To u

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

2014-11-06 Thread Mugunthan V N
Tony On Monday 03 November 2014 09:57 PM, Felipe Balbi wrote: > On Tue, Oct 21, 2014 at 12:22:23PM -0500, Nishanth Menon wrote: >> On 15:37-20141021, Mugunthan V N wrote: >>> Nishanth >>> >>> On Tuesday 21 October 2014 03:30 PM, Mugunthan V N wrote: >>&g

[PATCH 1/1] ARM: dts: dra72x-evm: Enable CPSW and MDIO

2014-11-03 Thread Mugunthan V N
Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active and sleep states and enable them in board evm dts file. Signed-off-by: Mugunthan V N --- Adding device tree entry for CPSW to make it work in Switch mode. Patches are tested on top of Nishanth's PM tree for v3.17 [1] and p

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

2014-10-21 Thread Mugunthan V N
Nishanth On Tuesday 21 October 2014 03:30 PM, 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. > Patches are tested on top of Nishanth's PM tree for v3.17 [1] and pu

[PATCH v3 1/2] ARM: dts: dra7: Add CPSW and MDIO module nodes for dra7

2014-10-21 Thread Mugunthan V N
Add CPSW and MDIO related device tree data for DRA7XX and made as status disabled. Phy-id, pinmux for active and sleep state needs to be added in board dts files and enable the CPSW device. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7.dtsi | 61

[PATCH v3 2/2] ARM: dts: dra7-evm: Enable CPSW and MDIO for dra7xx EVM

2014-10-21 Thread Mugunthan V N
Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active and sleep states and enable them in board evm dts file. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7-evm.dts | 106 + 1 file changed, 106 insertions(+) diff --git a/arch/arm

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

2014-10-21 Thread Mugunthan V N
anged pinctrl comments to hold mode0-name.mode-selected-name * Changes slave numbers in the pinctrl comments * Added cpsw and cpts clocks Changes from initial version: * Dropped patch for pinoff states * Changed pinoff state to mode15 Mugunthan V N (2): ARM: dts: dra7: Add CPSW and MDIO module

Re: CPSW bug with AM437x SK

2014-10-06 Thread Mugunthan V N
ny other media? I will try to reproduce this locally with my AM437x EVMsk. 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: [PATCH RESEND v6 0/7] net: cpsw: Support for am335x chip MACIDs

2014-09-29 Thread Mugunthan V N
m33xx.dtsi | 6 > drivers/net/ethernet/ti/Kconfig| 2 ++ > drivers/net/ethernet/ti/cpsw.c | 45 > -- > drivers/net/ethernet/ti/cpsw.h | 1 + > 5 files changed, 57 insertions(+), 3 deletions(-) >

Re: [PATCH v2 1/2] ARM: dts: dra7: Add CPSW and MDIO module nodes for dra7

2014-09-12 Thread Mugunthan V N
7;t > think I tried that yet. You can override it in board dts file 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: [PATCH v2 1/2] ARM: dts: dra7: Add CPSW and MDIO module nodes for dra7

2014-09-10 Thread Mugunthan V N
On Wednesday 10 September 2014 07:20 PM, Nishanth Menon wrote: > On 09/10/2014 08:37 AM, Mugunthan V N wrote: >> Add CPSW and MDIO related device tree data for DRA7XX and made as status >> disabled. Phy-id, pinmux for active and sleep state needs to be added in >> board dts

Re: [PATCH v2 1/2] ARM: dts: dra7: Add CPSW and MDIO module nodes for dra7

2014-09-10 Thread Mugunthan V N
On Thursday 11 September 2014 07:08 AM, Lennart Sorensen wrote: > On Wed, Sep 10, 2014 at 07:07:26PM +0530, Mugunthan V N wrote: >> Add CPSW and MDIO related device tree data for DRA7XX and made as status >> disabled. Phy-id, pinmux for active and sleep state needs to be added

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

2014-09-10 Thread Mugunthan V N
On Wednesday 10 September 2014 07:31 PM, Nishanth Menon wrote: > On 09/10/2014 08:37 AM, 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. >> Patches

Re: [PATCH v2 2/2] ARM: dts: dra7-evm: Enable CPSW and MDIO for dra7xx EVM

2014-09-10 Thread Mugunthan V N
On Wednesday 10 September 2014 07:26 PM, Nishanth Menon wrote: > On 09/10/2014 08:37 AM, Mugunthan V N wrote: >> Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active and >> sleep states and enable them in board evm dts file. >> >> Signed-off-by: Mugunthan V

[PATCH v2 2/2] ARM: dts: dra7-evm: Enable CPSW and MDIO for dra7xx EVM

2014-09-10 Thread Mugunthan V N
Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active and sleep states and enable them in board evm dts file. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7-evm.dts | 107 + 1 file changed, 107 insertions(+) diff --git a/arch/arm

[PATCH v2 1/2] ARM: dts: dra7: Add CPSW and MDIO module nodes for dra7

2014-09-10 Thread Mugunthan V N
Add CPSW and MDIO related device tree data for DRA7XX and made as status disabled. Phy-id, pinmux for active and sleep state needs to be added in board dts files and enable the CPSW device. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7.dtsi | 59

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

2014-09-10 Thread Mugunthan V N
rsion: * Dropped patch for pinoff states * Changed pinoff state to mode15 Mugunthan V N (2): ARM: dts: dra7: Add CPSW and MDIO module nodes for dra7 ARM: dts: dra7-evm: Enable CPSW and MDIO for dra7xx EVM arch/arm/boot/dts/dra7-evm.dts | 107 + arch/arm

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 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? >&g

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

Re: [resend PATCH 1/3] pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC

2014-09-09 Thread Mugunthan V N
ch series 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

[resend PATCH 2/3] arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx

2014-09-08 Thread Mugunthan V N
Add CPSW and MDIO related device tree data for DRA7XX and made as status disabled. Phy-id, pinmux for active and sleep state needs to be added in board dts files and enable the CPSW device. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7.dtsi | 59

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

2014-09-08 Thread Mugunthan V N
, 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

[resend PATCH 1/3] pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC

2014-09-08 Thread Mugunthan V N
Add pin off modes for dra7 SoC so that during module disable or suspend state it can help saving power Signed-off-by: Mugunthan V N --- include/dt-bindings/pinctrl/dra.h | 8 1 file changed, 8 insertions(+) diff --git a/include/dt-bindings/pinctrl/dra.h b/include/dt-bindings/pinctrl

[resend PATCH 3/3] arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM

2014-09-08 Thread Mugunthan V N
Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active and sleep states and enable them in board evm dts file. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7-evm.dts | 107 + 1 file changed, 107 insertions(+) diff --git a/arch/arm

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

2014-09-08 Thread Mugunthan V N
, 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

Re: [PATCH v4 5/7] net: cpsw: Add am33xx MACID readout

2014-08-21 Thread Mugunthan V N
On Thursday 21 August 2014 11:21 AM, Markus Pargmann wrote: > This patch adds a function to get the MACIDs from the am33xx SoC > control module registers which hold unique vendor MACIDs. This is only > used if of_get_mac_address() fails to get a valid mac address. > > Signed-off-by: Markus Pargmann

Re: [PATCH v3 5/7] net: cpsw: Add am33xx MACID readout

2014-08-19 Thread Mugunthan V N
On Tuesday 19 August 2014 02:20 PM, Markus Pargmann wrote: > Hi, > > On Tue, Aug 19, 2014 at 12:50:59AM +0200, Javier Martinez Canillas wrote: >> Hello Mugunthan, >> >> On Mon, Aug 18, 2014 at 9:58 PM, Mugunthan V N wrote: >>>> Thus, for this patchset, as

Re: [PATCH v3 5/7] net: cpsw: Add am33xx MACID readout

2014-08-18 Thread Mugunthan V N
On Tuesday 19 August 2014 01:11 AM, Steven Rostedt wrote: > On Mon, 18 Aug 2014 23:54:26 +0530 > Mugunthan V N wrote: > >> On Saturday 16 August 2014 08:48 PM, Markus Pargmann wrote: >>> + mac_addr[5] = (macid_lo >> 8) & 0xff; >>> + mac_ad

Re: [PATCH v3 5/7] net: cpsw: Add am33xx MACID readout

2014-08-18 Thread Mugunthan V N
[0] = (mac_hi & 0xFF) >> 16; mac_addr[1] = (mac_hi & 0xFF00) >> 8; mac_addr[2] = mac_hi & 0xFF; mac_addr[3] = (mac_lo & 0xFF) >> 16; mac_addr[4] = (mac_lo & 0xFF00) >> 8; mac_addr[5] = mac_lo & 0xFF; Regards Mugunthan V N -- To unsubscr

[PATCH 2/3] arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx

2014-07-23 Thread Mugunthan V N
Add CPSW and MDIO related device tree data for DRA7XX and made as status disabled. Phy-id, pinmux for active and sleep state needs to be added in board dts files and enable the CPSW device. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7.dtsi | 58

[PATCH 1/3] pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC

2014-07-23 Thread Mugunthan V N
Add pin off modes for dra7 SoC so that during module disable or suspend state it can help saving power Signed-off-by: Mugunthan V N --- include/dt-bindings/pinctrl/dra.h | 8 1 file changed, 8 insertions(+) diff --git a/include/dt-bindings/pinctrl/dra.h b/include/dt-bindings/pinctrl

[PATCH 3/3] arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM

2014-07-23 Thread Mugunthan V N
Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active and sleep states and enable them in board evm dts file. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7-evm.dts | 105 + 1 file changed, 105 insertions(+) diff --git a/arch/arm

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

2014-07-23 Thread Mugunthan V N
, 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

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

2014-07-22 Thread Mugunthan V N
force-idle, 1 = no-idle > > And so it seems to match what am33xx also has for am33xx_cpgmac_sysc > and am33xx TRM for 14.5.9 CONTROL register. So as far as I'm concerned: > > Acked-by: Tony Lindgren Paul, Can you pull this patch as Tony acked the patch. Regards Mugunthan V N --

Re: [PATCH 2/3] arm: dts: dra7: Enable CPSW and MDIO for dra7xx EVM

2014-07-09 Thread Mugunthan V N
On Wednesday 09 July 2014 12:10 AM, Sebastian Andrzej Siewior wrote: > From: Mugunthan V N > > Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active > and sleep states and enable them in board evm dts file. > > Signed-off-by: Mugunthan V N > [Resolved merge co

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

2014-07-09 Thread Mugunthan V N
On Wednesday 09 July 2014 12:10 AM, Sebastian Andrzej Siewior wrote: > Adding hwmod data for CPSW and MDIO which is present in DRA7xx SoC > > Signed-off-by: Mugunthan V N > Signed-off-by: Praveen Rao > Signed-off-by: Sebastian Andrzej Siewior > --- > arch/arm/mach-omap2/

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

2014-07-08 Thread Mugunthan V N
Adding hwmod data for CPSW and MDIO which is present in DRA7xx SoC Cc: Rajendra Nayak Cc: Tony Lindgren Cc: Russell King Cc: Paul Walmsley Signed-off-by: Mugunthan V N --- This patch was already send twice on 2013-10-18 and 2014-05-13. Adding more people in Cc to review the patch

Re: [PATCH 1/1] ARM: dts: am437x-gp-evm: Add ethernet support for GP EVM

2014-05-15 Thread Mugunthan V N
On Tuesday 13 May 2014 10:50 PM, Tony Lindgren wrote: > * Mugunthan V N [140507 02:31]: >> Add CPSW ethernet support for AM437x GP EVM which has one slave pinned out >> >> Signed-off-by: Mugunthan V N >> --- >> arch/ar

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* >

[PATCH 2/2] ARM: dts: am437x-gp-evm: Add ethernet support for GP EVM

2014-05-13 Thread Mugunthan V N
Add CPSW ethernet support for AM437x GP EVM which has one slave pinned out Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am437x-gp-evm.dts | 72 + 1 file changed, 72 insertions(+) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts

[PATCH 1/2] ARM: dts: am4372: Add cpsw phy sel dt node

2014-05-13 Thread Mugunthan V N
Add cpsw phy sel device tree node for selecting phy mode in control module Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am4372.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index ac37ac9..0ff84cf 100644 --- a

[PATCH 0/2] Add AM437x GP EVM cpsw DT node

2014-05-13 Thread Mugunthan V N
Add AM437x GP EVM cpsw device tree node Mugunthan V N (2): ARM: dts: am4372: Add cpsw phy sel dt node ARM: dts: am437x-gp-evm: Add ethernet support for GP EVM arch/arm/boot/dts/am4372.dtsi | 6 arch/arm/boot/dts/am437x-gp-evm.dts | 72 + 2

[PATCH 3/3] arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM

2014-05-13 Thread Mugunthan V N
Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active and sleep states and enable them in board evm dts file. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7-evm.dts | 103 + 1 file changed, 103 insertions(+) diff --git a/arch/arm

[PATCH 1/3] pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC

2014-05-13 Thread Mugunthan V N
Add pin off modes for dra7 SoC so that during module disable or suspend state it can help saving power Signed-off-by: Mugunthan V N --- include/dt-bindings/pinctrl/dra.h | 8 1 file changed, 8 insertions(+) diff --git a/include/dt-bindings/pinctrl/dra.h b/include/dt-bindings/pinctrl

[PATCH 2/3] arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx

2014-05-13 Thread Mugunthan V N
Add CPSW and MDIO related device tree data for DRA7XX and made as status disabled. Phy-id, pinmux for active and sleep state needs to be added in board dts files and enable the CPSW device. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/dra7.dtsi | 59

[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

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

2014-05-13 Thread Mugunthan V N
Adding hwmod data for CPSW and MDIO which is present in DRA7xx SoC Signed-off-by: Mugunthan V N --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 65 +++ 1 file changed, 65 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2

Re: [PATCH] ARM: dts: AM33XX: fix ethernet and mdio default state

2014-05-08 Thread Mugunthan V N
On Thursday 08 May 2014 02:27 PM, Johan Hovold wrote: > Make sure ethernet and mdio nodes are disabled by default and enable > them explicitly only on boards that actually use them. > > Signed-off-by: Johan Hovold Acked-by: Mugunthan V N Regards Mugunthan V N -- To unsubscribe fr

[PATCH 1/1] ARM: dts: am437x-gp-evm: Add ethernet support for GP EVM

2014-05-07 Thread Mugunthan V N
Add CPSW ethernet support for AM437x GP EVM which has one slave pinned out Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am437x-gp-evm.dts | 72 + 1 file changed, 72 insertions(+) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts

Re: [PATCH v2 0/6] Add CPTS support for AM437x

2014-05-05 Thread Mugunthan V N
i | 2 ++ > arch/arm/boot/dts/am4372.dtsi | 2 ++ > drivers/clk/ti/clk-43xx.c | 16 > drivers/net/ethernet/ti/cpsw.c | 56 > +++--- > drivers/net/ethernet/ti/cpts.c | 11 +++-- > 5 files changed, 66 insertions(+), 21 del

Re: [PATCH] ARM: dts: am335x-boards: Fixup the usb control module address in respective Board files

2014-04-08 Thread Mugunthan V N
to be done for respective board files. > Without these changes USB wont be detected in any of the boards. > > Signed-off-by: George Cherian Acked-by: Mugunthan V N -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kerne

[RESEND PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb

2014-03-06 Thread Mugunthan V N
DT node's unit address should be its own register offset address to make it a unique across the system. This patch corrects the incorrect USB entries with correct register offset for unit address. Cc: Sebastian Andrzej Siewior Cc: Felipe Balbi Signed-off-by: Mugunthan V N --- This patc

Re: [RFC] CPSW: dual standalone emac mode / bonding

2014-03-06 Thread Mugunthan V N
ket will be forwarded to that port and not to host port. When ever you start a transmission the ALE learns the host port MAC is x and updates ALE table with that port number and so there in your network is working. Regards Mugunthan V N -- To unsubscribe from this list: send the li

[RESEND Patch 1/9] ARM: dts: am437x gp-evm: add sd card dt nodes

2014-03-03 Thread Mugunthan V N
From: Balaji T K enable sd card slot on am437x-gp-evm Signed-off-by: Balaji T K Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am437x-gp-evm.dts | 27 +++ 1 file changed, 27 insertions(+) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts

[RESEND Patch 0/9] dts pending patches for TI omap

2014-03-03 Thread Mugunthan V N
Benoit/Tony Here I am send all the pending patches that can go into 3.15 merge window, all the patches were already posted to mailing list and has beed reviewed. Here I am rebasing the patches on top of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git omap-for-v3.15/dt and fix

[RESEND Patch 3/9] ARM: dts: am43x-epos-evm: add SD card hotplug support

2014-03-03 Thread Mugunthan V N
From: Balaji T K Add card detect gpio for SD card slot and include dt gpio header. Signed-off-by: Balaji T K Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am4372.dtsi| 1 + arch/arm/boot/dts/am43x-epos-evm.dts | 9 + 2 files changed, 10 insertions(+) diff --git a/arch

[RESEND Patch 2/9] ARM: dts: am335x-evm: add SD card hotplug support

2014-03-03 Thread Mugunthan V N
From: Balaji T K Add card detect gpio for SD card slot Signed-off-by: Balaji T K Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am335x-evm.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index 07d61bb

[RESEND Patch 4/9] ARM: dts: OMAP36xx: Add device node for ABB

2014-03-03 Thread Mugunthan V N
From: "Andrii.Tseglytskyi" Add ABB device node for OMAP36xx family of devices. Data is based on OMAP36XX Technical Reference Manual revision AB (Dec 2012). [n...@ti.com: co-developer] Signed-off-by: Nishanth Menon Signed-off-by: Andrii.Tseglytskyi Signed-off-by: Mugunthan V N ---

  1   2   3   4   >