[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E174E91.2090609@boundarydevices.com>
Date: Fri, 08 Jul 2011 11:38:09 -0700
From: Troy Kisky <troy.kisky@...ndarydevices.com>
To: Shawn Guo <shawn.guo@...aro.org>
CC: Sascha Hauer <s.hauer@...gutronix.de>, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
u.kleine-koenig@...gutronix.de, LW@...O-electronics.de,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] net/fec: gasket needs to be enabled for some i.mx
On 7/8/2011 3:18 AM, Sascha Hauer wrote:
> On Fri, Jul 01, 2011 at 06:11:22PM +0800, Shawn Guo wrote:
>> On the recent i.mx (mx25/50/53), there is a gasket inside fec
>> controller which needs to be enabled no matter phy works in MII
>> or RMII mode.
>>
>> The current code enables the gasket only when phy interface is RMII.
>> It's broken when the driver works with a MII phy. The patch uses
>> platform_device_id to distinguish the SoCs that have the gasket and
>> enables it on these SoCs for both MII and RMII mode.
>>
>> Signed-off-by: Troy Kisky <troy.kisky@...ndarydevices.com>
While you're making changes, you can change this to
Reported-by: Troy Kisky
Thanks
>> Signed-off-by: Shawn Guo <shawn.guo@...aro.org>
>> Cc: David S. Miller <davem@...emloft.net>
>> Cc: Sascha Hauer <s.hauer@...gutronix.de>
>> ---
>> arch/arm/mach-imx/clock-imx25.c | 2 +-
>> arch/arm/mach-imx/clock-imx27.c | 2 +-
>> arch/arm/mach-imx/clock-imx35.c | 2 +-
>> arch/arm/mach-mx5/clock-mx51-mx53.c | 4 +-
>> arch/arm/plat-mxc/devices/platform-fec.c | 17 ++++++++-------
>> arch/arm/plat-mxc/include/mach/devices-common.h | 1 +
>> drivers/net/fec.c | 26 ++++++++++++++++++++--
>> 7 files changed, 38 insertions(+), 16 deletions(-)
>
> Just realized that this change breaks m68k support. You shouldn't remove
> DRIVER_NAME from fec_devtype[]
>
>
> Sascha
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists