From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753868AbdKGGDg (ORCPT ); Tue, 7 Nov 2017 01:03:36 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:52386 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753219AbdKGGDf (ORCPT ); Tue, 7 Nov 2017 01:03:35 -0500 X-Google-Smtp-Source: ABhQp+Tuhkh8JF6viQIqfGWo1JFEXb61ZNL9UqTsKS6N/SgQQYlWTxjSrKLD2xtrhqKgmLoS53QkSw== Date: Mon, 6 Nov 2017 22:03:31 -0800 From: Bjorn Andersson To: Loic Pallardy Cc: ohad@wizery.com, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, arnaud.pouliquen@st.com, benjamin.gaignard@linaro.org Subject: Re: [PATCH v2 0/2] remoteproc: increase debug capabilities Message-ID: <20171107060331.GA22677@builder> References: <1509988196-24377-1-git-send-email-loic.pallardy@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509988196-24377-1-git-send-email-loic.pallardy@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 On Mon 06 Nov 09:09 PST 2017, Loic Pallardy wrote: > This series increases remoteproc debug capabilities by adding: > - associated resource table dump feature > - registered carveouts list dump feature > Looks good, patches applied to rproc-next Regards, Bjorn > --- > Changes from V1: > - Fix 0-DAY reported issues on open functions prototype > - Rebase on Linux 4.14-rc8 > > Loic Pallardy (2): > remoteproc: debug: add resource table dump feature > remoteproc: debug: add carveouts list dump feature > > drivers/remoteproc/remoteproc_debugfs.c | 130 ++++++++++++++++++++++++++++++++ > 1 file changed, 130 insertions(+) > > -- > 1.9.1 >