summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/mailbox.c
diff options
context:
space:
mode:
authorHiroshi DOYU <Hiroshi.DOYU@nokia.com>2010-05-18 13:15:32 (GMT)
committerHiroshi DOYU <Hiroshi.DOYU@nokia.com>2010-08-04 12:50:17 (GMT)
commit6b23398591a51943dbf08f30cfc2475a895cb1b4 (patch)
treeff2c318b9fa3ef8a90d0413a85976614fd822cd7 /arch/arm/mach-omap2/mailbox.c
parentb5bebe410204cf84337b54c372cceda2d6b27de6 (diff)
downloadlinux-fsl-qoriq-6b23398591a51943dbf08f30cfc2475a895cb1b4.tar.xz
omap mailbox: Set a device in logical mbox instance for traceability
With this patch, you'll get the following sysfs directories. This structure implies that a single platform device, "omap2-mailbox" holds multiple logical mbox instances. This could be the base to add sysfs files for each logical mboxes. Then userland application can access a mbox through sysfs entries if necessary(ex: setting kfifo size dynamically) ~# tree -d -L 2 /sys/devices/platform/omap2-mailbox/ /sys/devices/platform/omap2-mailbox/ |-- driver -> ../../../bus/platform/drivers/omap2-mailbox |-- mbox | |-- dsp <- they are each instances of logical mailbox. | |-- ducati | |-- iva2 | |-- mbox01 | |-- mbox02 | |-- mbox03 | |-- ..... | `-- tesla |-- power `-- subsystem -> ../../../bus/platform This was wrongly dropped by: commit c7c158e57bce6220644f2bcd65d82e1468aa40ec Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Diffstat (limited to 'arch/arm/mach-omap2/mailbox.c')
0 files changed, 0 insertions, 0 deletions