[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140801183748.GL30458@sirena.org.uk>
Date: Fri, 1 Aug 2014 19:37:48 +0100
From: Mark Brown <broonie@...nel.org>
To: Jassi Brar <jaswinder.singh@...aro.org>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
ks.giri@...sung.com, arnd@...db.de, ijc+devicetree@...lion.org.uk,
mark.rutland@....com, robh+dt@...nel.org, pawel.moll@....com,
courtney.cavin@...ymobile.com, mporter@...aro.org,
slapdau@...oo.com.au, lftan.linux@...il.com, loic.pallardy@...com,
s-anna@...com, ashwin.chaugule@...aro.org, bjorn@...o.se,
patches@...aro.org, mollie.wu@...aro.org,
t.takinishi@...fujitsu.com, khilman@...aro.org,
lee.jones@...aro.org, andy.green@...aro.org
Subject: Re: [PATCHv10 2/4] mailbox: Introduce framework for mailbox
On Fri, Aug 01, 2014 at 06:01:36PM +0530, Jassi Brar wrote:
> Introduce common framework for client/protocol drivers and
> controller drivers of Inter-Processor-Communication (IPC).
>
> Client driver developers should have a look at
> include/linux/mailbox_client.h to understand the part of
> the API exposed to client drivers.
> Similarly controller driver developers should have a look
> at include/linux/mailbox_controller.h
Reviewed-by: Mark Brown <broonie@...aro.org>
One very minor thing:
> + t = add_to_rbuf(chan, mssg);
> + if (t < 0) {
> + pr_err("Try increasing MBOX_TX_QUEUE_LEN\n");
> + return t;
> + }
In this and the other error messages it's probably worth doing something
like a dev_ print with the device in the mbox_controller - if there's
more than one mailbox controller in the system it may well make
someone's life easier to get a hint about which one is running into
trouble. Similarly if there were some identification for the channels
that might be useful to display that (perhaps add a name field people
can initialize if they like in the struct?).
This is clearly not a blocker for merge though.
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists