From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753086AbcBOMRf (ORCPT ); Mon, 15 Feb 2016 07:17:35 -0500 Received: from foss.arm.com ([217.140.101.70]:44844 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752757AbcBOMRd (ORCPT ); Mon, 15 Feb 2016 07:17:33 -0500 Subject: Re: [PATCH 0/4] mailbox: mailbox-test: support single channel with separate Tx and Rx buffer To: Jassi Brar References: <1455210808-29395-1-git-send-email-sudeep.holla@arm.com> Cc: Lee Jones , Sudeep Holla , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org From: Sudeep Holla Organization: ARM Message-ID: <56C1C1DA.5000207@arm.com> Date: Mon, 15 Feb 2016 12:17:30 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1455210808-29395-1-git-send-email-sudeep.holla@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jassi, On 11/02/16 17:13, Sudeep Holla wrote: > Hi Lee, Jassi, > > Assuming mailbox-test was designed to be generic, I am trying to extend > it to support single channel with separate Tx and Rx buffer. With these > changes I am able to test arm_mhu driver. However I couldn't understand > the intention of converting buffer to ASCII hex dump in read method. > I have a local change to remove that so that it can deal with any data > in any format(e.g. some protocol format) and userspace can deal with the > actual interpretation of the data. Let me know your thoughts on that. > Can you review this ? It would be good to get this in for v4.6 -- Regards, Sudeep