From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 21 Mar 2017 12:57:46 -0500 Subject: [U-Boot] [PATCH v1 33/41] net: mvpp2: Add remove function that is called before the OS is started In-Reply-To: <20170321142802.24276-34-sr@denx.de> References: <20170321142802.24276-1-sr@denx.de> <20170321142802.24276-34-sr@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Mar 21, 2017 at 9:27 AM, Stefan Roese wrote: > This patch adds a remove function to the mvpp2 ethernet driver which is > called before the OS is started, doing: > > - Allocate the used buffers back from the buffer manager > - Stop the BM activity > > Signed-off-by: Stefan Roese > Cc: Stefan Chulski > Cc: Kostya Porotchkin > Cc: Nadav Haklai Acked-by: Joe Hershberger