]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit9c19fb6895bef1c350087e57afebc0847adf960d
tree46c018479da1ae3fa83cc56f709b3b083b608697
parent905c30477f4d88ea535c6970c50bbb159d733249
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