[PATCH v4 0/2] net/phy: micrel: Add DT configuration support and documentation for KSZ9031

2014-05-06 Thread Hubert Chaumette
fields prameter to account for registers specificities - Added binding documentation Changes since v1: - Removed ksz9021 and ksz9031 fixup deletions from arch/arm/mach-imx/mach-imx6q.c Hubert Chaumette (2): Update Micrel KSZ90x1 binding documentation ARM: i.MX6: Add OF configuration support

[PATCH v4 1/2] Update Micrel KSZ90x1 binding documentation

2014-05-06 Thread Hubert Chaumette
Renames micrel-ksz9021.txt to micrel-ksz90x1.txt and adds documentation for the KSZ9031 binding from patch 1. Also adds step increment information, and note about phy fixups. Signed-off-by: Hubert Chaumette --- .../devicetree/bindings/net/micrel-ksz9021.txt | 49

[PATCH v4 2/2] ARM: i.MX6: Add OF configuration support for ksz9031

2014-05-06 Thread Hubert Chaumette
Adds support for ksz9031 PAD skew configuration over devicetree. Signed-off-by: Hubert Chaumette --- drivers/net/phy/micrel.c | 106 ++- 1 file changed, 105 insertions(+), 1 deletion(-) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c

[PATCH v3 2/2] Update Micrel KSZ90x1 binding documentation

2014-04-29 Thread Hubert Chaumette
Renames micrel-ksz9021.txt to micrel-ksz90x1.txt and adds documentation for the KSZ9031 binding from patch 1. Also adds step increment information, and note about phy fixups. Signed-off-by: Hubert Chaumette --- .../devicetree/bindings/net/micrel-ksz9021.txt | 49

[PATCH v3 0/2] net/phy: micrel: Add DT configuration support and

2014-04-29 Thread Hubert Chaumette
specificities - Added binding documentation Changes since v1: - Removed ksz9021 and ksz9031 fixup deletions from arch/arm/mach-imx/mach-imx6q.c Hubert Chaumette (2): Add support for ksz9031 PAD skew configuration over devicetree. Update Micrel KSZ90x1 binding documentation .../devicetree

[PATCH v3 1/2] Add support for ksz9031 PAD skew configuration over devicetree.

2014-04-29 Thread Hubert Chaumette
Adds support for ksz9031 PAD skew configuration over devicetree. Signed-off-by: Hubert Chaumette --- drivers/net/phy/micrel.c | 167 +-- 1 file changed, 44 insertions(+), 123 deletions(-) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy

Re: [PATCH] ARM: i.MX6: Add OF configuration support for ksz9031

2014-04-23 Thread Hubert Chaumette
Le mardi 22 avril 2014 à 09:10 -0700, Florian Fainelli a écrit : > 2014-04-22 8:49 GMT-07:00 Hubert Chaumette : > > Adds support for ksz9031 PAD skew configuration over devicetree. > > > > Changes since v1: > > - Removed ksz9021 and ksz9031 fixup deletions from > &g

Re: [PATCH] ARM: i.MX6: Add OF configuration support for ksz9031

2014-04-23 Thread Hubert Chaumette
Hi Alexandre, Le mardi 22 avril 2014 à 18:21 +0200, Alexandre Belloni a écrit : As this is version two of your patch, you should probably use [PATCHv2]. > Indeed, it seems --subject-prefix is *not* a /send-email/ option... Also, this doesn't have anything to do with i.mx6 anymore. I think youe >

Re: [PATCH] ARM: i.MX6: Add OF configuration support for ksz9031

2014-04-22 Thread Hubert Chaumette
Le mercredi 16 avril 2014 à 16:03 +0800, Shawn Guo a écrit : > On Mon, Apr 14, 2014 at 11:08:16AM +0200, Hubert Chaumette wrote: > > - Adds support for ksz9031 PAD skew configuration over devicetree > > - Removes hard-coded pad skew configuration for imx6q-sabrelite, now > >

[PATCH] ARM: i.MX6: Add OF configuration support for ksz9031

2014-04-22 Thread Hubert Chaumette
Adds support for ksz9031 PAD skew configuration over devicetree. Changes since v1: - Removed ksz9021 and ksz9031 fixup deletions from arch/arm/mach-imx/mach-imx6q.c Signed-off-by: Hubert Chaumette --- drivers/net/phy/micrel.c | 185 ++- 1 file

[PATCH] net/phy: micrel: fix bugged test on device tree loading for ksz9021

2014-04-22 Thread Hubert Chaumette
node. As a result, the value "0" is written to the relevant registers. Change the conditions to test against the right initialization value. Signed-off-by: Hubert Chaumette --- drivers/net/phy/micrel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net

[PATCH] ARM: i.MX6: Add OF configuration support for ksz9031

2014-04-14 Thread Hubert Chaumette
Gustschin's patch from http://www.spinics.net/lists/arm-kernel/msg319771.html Signed-off-by: Hubert Chaumette --- arch/arm/mach-imx/mach-imx6q.c | 45 -- drivers/net/phy/micrel.c | 185 - 2 files changed, 184 insertions(+), 46 deletions(-) diff

[PATCH] ARM: i.MX6: update KSZ9031 phy fixup

2014-03-21 Thread Hubert Chaumette
Update KSZ9031RN phy fixup for Congatec conga-QEVAL and conga-QMX6 combo : set RGMII GTX_CLK and RX_CLK pad skew to +0.96ns. Signed-off-by: Hubert Chaumette --- arch/arm/mach-imx/mach-imx6q.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach