From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric@eukrea.com (Eric =?UTF-8?B?QsOpbmFyZA==?=) Date: Wed, 2 Apr 2014 15:38:55 +0200 Subject: [PATCH] ARM: i.MX6: update KSZ9031 phy fixup In-Reply-To: <20140402131404.GE8558@dragon> References: <1395421687-12934-1-git-send-email-hchaumette@adeneo-embedded.com> <20140321222320.14370739@e6520eb> <1762157698.5689069.1395675049240.JavaMail.zimbra@adeneo-embedded.com> <20140324164141.51b85f8c@e6520eb> <20140402131404.GE8558@dragon> Message-ID: <20140402153855.237e7a50@e6520eb> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Shawn, Le Wed, 2 Apr 2014 21:14:08 +0800, Shawn Guo a ?crit : > > On Mon, Mar 24, 2014 at 04:41:41PM +0100, Eric B?nard wrote: > > Hi Hubert, > > > > Le Mon, 24 Mar 2014 16:30:49 +0100 (CET), > > CHAUMETTE Hubert a ?crit : > > > > From: "Eric B?nard" > > > > that's board specific (the needed delay depends on the routing delay on > > > > the PCB), so this should not go in a generic file. > > > > > > > > Eric > > > > > > > > > > I admit it may need to be in a separate function, but this file already contains > > > board-specific fixups (for imx6q sabrelite, Data Modul eDM-QMX6). > > > > > true but that's not a reason to add more ;-) > > > > > Anyway, do you have any suggestion for the location I should put it ? > > > > > no idea at the moment, I simply used your patch to bring this issue on > > the ML as we recently needed to patch the default values for testing > > mainline kernel on a custom boards. > > Hmm, can such board-specific fixups be pushed down to bootloader? > that won't work if the kernel reset the PHY. Eric