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

2014-04-23 Thread Florian Fainelli
2014-04-23 0:35 GMT-07:00 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

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 > > arch/arm/mach-imx/mach-imx6q.c >

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 Alexandre Belloni
Hi, As this is version two of your patch, you should probably use [PATCHv2]. Also, this doesn't have anything to do with i.mx6 anymore. I think youe subject line should look like: [PATCHv2] net: phy: micrel: Add DT configuration support for ksz9031 On 22/04/2014 at 17:49:08 +0200, Hubert Chaumett

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

2014-04-22 Thread Florian Fainelli
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 > arch/arm/mach-imx/mach-imx6q.c You should probably update the existing binding document in Documentation/dev

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 > > redundant > > with a

[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 change

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

2014-04-16 Thread Shawn Guo
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 redundant > with arch/arm/boot/dts/imx6qdl-sabrelite.dtsi > > Tested on congatec conga-QEVA

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

2014-04-14 Thread Hubert Chaumette
- Adds support for ksz9031 PAD skew configuration over devicetree - Removes hard-coded pad skew configuration for imx6q-sabrelite, now redundant with arch/arm/boot/dts/imx6qdl-sabrelite.dtsi Tested on congatec conga-QEVAL board with conga-QMX6 module. This patch is based on Anatolij Gustschin's