]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
mailbox: mailbox-test: allow reserved areas in SRAM
authorSudeep Holla <sudeep.holla@arm.com>
Tue, 29 Nov 2016 14:37:05 +0000 (14:37 +0000)
committerJassi Brar <jaswinder.singh@linaro.org>
Mon, 19 Dec 2016 14:40:23 +0000 (20:10 +0530)
commitdb4d22c07e3e652eeec82abcc1399e6305edd838
treeeecf14f74e78d61c80e844cb439892203f748ae2
parentbaef9a35d24626ebdc5a9074455e63eea6c7f6af
mailbox: mailbox-test: allow reserved areas in SRAM

When CONFIG_SRAM is enable and the SRAM region is found, the entire SRAM
region resource is requested and marked as occupied by SRAM driver even
if certain parts of regions is marked reserved.

It's quite possible that a small region of the SRAM is reserved for all
the mailbox communication and hence it may fail to request the region
as it's already marked busy region.

This patch tries to just do a ioremap of this mailbox memory region if
it finds it busy.

Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/mailbox-test.c