Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935241AbeAORa7 (ORCPT + 1 other); Mon, 15 Jan 2018 12:30:59 -0500 Received: from mail-pf0-f170.google.com ([209.85.192.170]:42232 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933233AbeAORaz (ORCPT ); Mon, 15 Jan 2018 12:30:55 -0500 X-Google-Smtp-Source: ACJfBovXMjjU+F5LVzuYz0i7mqP5/6QNO7w+Mi9cqdeTQ4OinvRrrOsNgVQgzkLti1WVz8NueJsqmA== Date: Mon, 15 Jan 2018 09:30:52 -0800 From: Bjorn Andersson To: Loic PALLARDY Cc: Ohad Ben-Cohen , "linux-remoteproc@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 0/8] Remoteproc cleanups Message-ID: <20180115173052.GY17344@builder> References: <20180105235805.9948-1-bjorn.andersson@linaro.org> <876e3f0622504971b17e3e3bac99d8fd@SFHDAG7NODE2.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <876e3f0622504971b17e3e3bac99d8fd@SFHDAG7NODE2.st.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon 15 Jan 02:35 PST 2018, Loic PALLARDY wrote: > > > > -----Original Message----- > > From: Bjorn Andersson [mailto:bjorn.andersson@linaro.org] > > Sent: Saturday, January 06, 2018 12:58 AM > > To: Ohad Ben-Cohen ; Bjorn Andersson > > > > Cc: linux-remoteproc@vger.kernel.org; linux-kernel@vger.kernel.org; Loic > > PALLARDY > > Subject: [PATCH v2 0/8] Remoteproc cleanups > > > > The first patch removes code that became unnecessary when the recovery > > flow was > > redesigned. > > > > The following patches moves the assignment of cached_table to the > > resource > > table loader, rather than core code, which allows this to made optional and > > finally drops the various dummy resource tables provided by drivers. > > > > Then finally the last patch ensures that table_ptr isn't left pointing into > > memory of a stopped remoteproc. > > I have tested this series on B2260 96Board for st-slim remote processor support. > > Reviewed-By: Loic Pallardy > Tested-By: Loic Pallardy > Thanks Loic, very much appreciate you looking into this! Regards, Bjorn