From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 11 Jun 2009 09:20:41 -0700 Subject: [U-Boot] [PATCH/next] Blackfin: bfin_mac: do portmuxing earlier to allow board override In-Reply-To: <200906110330.53043.vapier@gentoo.org> References: <1243634676-18202-1-git-send-email-vapier@gentoo.org> <4A2353D3.5030601@gmail.com> <200906110330.53043.vapier@gentoo.org> Message-ID: <4A312ED9.4060306@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike Frysinger wrote: > On Monday 01 June 2009 00:06:43 Ben Warren wrote: > >> Mike Frysinger wrote: >> >>> Some boards may want to undo some pin muxing for the EMAC (like when a >>> board doesn't have the RX error interrupt hooked up), but in order to do >>> that, we need to do portmuxing during the eth init step. >>> >>> Signed-off-by: Mike Frysinger >>> CC: Ben Warren >>> --- >>> >> Applied to net/next. >> > > please drop this, it causes subtle interaction problems with spi on some > platforms. i'll have to rethink things. > > Will do cheers, Ben