From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 18 Oct 2013 11:35:18 -0700 Subject: [U-Boot] [PATCH v4 08/11] net/fman: add a fm_enable_port function In-Reply-To: <1382089644-14595-9-git-send-email-valentin.longchamp@keymile.com> References: <1382089644-14595-1-git-send-email-valentin.longchamp@keymile.com> <1382089644-14595-9-git-send-email-valentin.longchamp@keymile.com> Message-ID: <52617F66.8030108@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/18/2013 02:47 AM, Valentin Longchamp wrote: > This can be useful if one wants to disable an interface in u-boot > because u-boot should not manage it but then later reenable it for FDT > fixing or if the kernel uses this interface. > > Signed-off-by: Valentin Longchamp > > --- > Changes in v4: None > Changes in v3: > - add a call to fman_enable_port in fm_enable_port enable the port in > hardware as well. > > Changes in v2: None > Applied to 85xx/next, pending merge to 85xx/master. York