]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: ti_sci: Add support for RM core ops
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 30 Apr 2019 10:12:18 +0000 (15:42 +0530)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 1 May 2019 09:40:24 +0000 (10:40 +0100)
commit9ab2121053504ae2d70e64c247d025f887bcf159
tree46c018479da1ae3fa83cc56f709b3b083b608697
parentac14c8adf4b902ca2e80d7bc76234cafeef1c9ad
firmware: ti_sci: Add support for RM core ops

TISCI provides support for getting the resources(IRQ, RING etc..)
assigned to a specific device. These resources can be handled by
the client and in turn sends TISCI cmd to configure the resources.

It is very important that client should keep track on usage of these
resources.

Add support for TISCI commands to get resource ranges.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/firmware/ti_sci.c
drivers/firmware/ti_sci.h
include/linux/soc/ti/ti_sci_protocol.h