From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932993AbdKGIT6 convert rfc822-to-8bit (ORCPT ); Tue, 7 Nov 2017 03:19:58 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:39117 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932593AbdKGIT4 (ORCPT ); Tue, 7 Nov 2017 03:19:56 -0500 From: Loic PALLARDY To: Bjorn Andersson CC: "ohad@wizery.com" , "linux-remoteproc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Arnaud POULIQUEN , "benjamin.gaignard@linaro.org" Subject: RE: [PATCH v2 0/2] remoteproc: increase debug capabilities Thread-Topic: [PATCH v2 0/2] remoteproc: increase debug capabilities Thread-Index: AQHTVyIWmh4fPNq5nUOpixhFm8K0XqMIXT6AgAA2xGA= Date: Tue, 7 Nov 2017 08:19:52 +0000 Message-ID: References: <1509988196-24377-1-git-send-email-loic.pallardy@st.com> <20171107060331.GA22677@builder> In-Reply-To: <20171107060331.GA22677@builder> Accept-Language: fr-FR, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.75.127.46] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-11-07_02:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > -----Original Message----- > From: Bjorn Andersson [mailto:bjorn.andersson@linaro.org] > Sent: Tuesday, November 07, 2017 7:04 AM > To: Loic PALLARDY > Cc: ohad@wizery.com; linux-remoteproc@vger.kernel.org; linux- > kernel@vger.kernel.org; Arnaud POULIQUEN ; > benjamin.gaignard@linaro.org > Subject: Re: [PATCH v2 0/2] remoteproc: increase debug capabilities > > 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 Thanks Regards, Loic > > 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 > >