firmware: ti_sci: Allow for device shared and exclusive requests
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 7 Jun 2019 13:54:39 +0000 (19:24 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 27 Jul 2019 01:49:21 +0000 (21:49 -0400)
commitae0b8a2bc8f46f2b4aadca50f9110803463ddb7e
tree6290afb950144ee4f91cf86dfec5d689d26aeb8b
parentbfe28bc70fc8b192878d6e8b7f7db344091643cf
firmware: ti_sci: Allow for device shared and exclusive requests

Sysfw provides an option for requesting exclusive access for a
device using the flags MSG_FLAG_DEVICE_EXCLUSIVE. If this flag is
not used, the device is meant to be shared across hosts. Once a device
is requested from a host with this flag set, any request to this
device from a different host will be nacked by sysfw. Current tisci
driver enables this flag for every device requests. But this may not
be true for all the devices. So provide a separate commands in driver
for exclusive and shared device requests.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/firmware/ti_sci.c
include/linux/soc/ti/ti_sci_protocol.h