diff options
author | Tero Kristo <[email protected]> | 2023-04-14 10:25:39 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2023-05-17 09:15:39 -0500 |
commit | 67d1b0a1030fb20d54b720df6e976c06b893fb00 (patch) | |
tree | 099e482baf2147992009e7356c4d48f1ea5d18f4 /drivers/fpga/fpga-bridge.c | |
parent | e752f9b924a1fd1afcf36e51b03dfa9c3096a3bd (diff) |
soc: ti: pruss: Add pruss_get()/put() API
Add two new get and put API, pruss_get() and pruss_put() to the
PRUSS platform driver to allow client drivers to request a handle
to a PRUSS device. This handle will be used by client drivers to
request various operations of the PRUSS platform driver through
additional API that will be added in the following patches.
The pruss_get() function returns the pruss handle corresponding
to a PRUSS device referenced by a PRU remoteproc instance. The
pruss_put() is the complimentary function to pruss_get().
Co-developed-by: Suman Anna <[email protected]>
Signed-off-by: Suman Anna <[email protected]>
Signed-off-by: Tero Kristo <[email protected]>
Co-developed-by: Grzegorz Jaszczyk <[email protected]>
Signed-off-by: Grzegorz Jaszczyk <[email protected]>
Signed-off-by: Puranjay Mohan <[email protected]>
Reviewed-by: Roger Quadros <[email protected]>
Reviewed-by: Tony Lindgren <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Acked-by: Mathieu Poirier <[email protected]>
Signed-off-by: MD Danish Anwar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Nishanth Menon <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions