kernel-hacking-2024-linux-s.../drivers/mailbox
Lee Jones dfabde206a 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 <lee.jones@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
2015-06-11 22:19:45 +05:30
..
arm_mhu.c mailbox: Make mbox_chan_ops const 2015-05-12 09:18:16 +05:30
bcm2835-mailbox.c mailbox: Enable BCM2835 mailbox support 2015-06-11 22:19:40 +05:30
Kconfig mailbox: Enable BCM2835 mailbox support 2015-06-11 22:19:40 +05:30
mailbox-altera.c mailbox: Make mbox_chan_ops const 2015-05-12 09:18:16 +05:30
mailbox.c mailbox: Add ability for clients to request channels by name 2015-06-11 22:19:45 +05:30
mailbox.h Mailbox: Add support for Platform Communication Channel 2014-11-27 12:51:09 +05:30
Makefile mailbox: Enable BCM2835 mailbox support 2015-06-11 22:19:40 +05:30
omap-mailbox.c mailbox: Fix up error handling in mbox_request_channel() 2015-05-12 09:18:21 +05:30
pcc.c mailbox: Make mbox_chan_ops const 2015-05-12 09:18:16 +05:30
pl320-ipc.c mailbox: rename pl320-ipc specific mailbox.h 2014-10-08 10:39:33 +05:30