From: Lee Jones Date: Mon, 11 May 2015 16:08:50 +0000 (+0100) Subject: mailbox: Add ability for clients to request channels by name X-Git-Tag: omap-for-v4.3/legacy-v2-signed~138^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfabde206aa10ae71a89ba75e68b1f58a6336a05;p=pandora-kernel.git mailbox: Add ability for clients to request channels by name This patch supplies a new framework API; mbox_request_channel_byname(). It works by supplying the usual client pointer as the first argument and a string as the second. The API will search the client's node for a 'mbox-names' property then request a channel in the normal way using the requested string's index as the expected second 'index' argument. Signed-off-by: Lee Jones Signed-off-by: Jassi Brar --- Reading git-diff-tree failed