diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2022-02-14 19:09:51 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-18 16:11:00 +0300 |
commit | 965602eabb57d086466ad749e81941e3dd66b595 (patch) | |
tree | 2f6654258a4173334172b947c6d95ea0dc706481 /tools/perf/scripts/python/stackcollapse.py | |
parent | 084973e944bec21804f8afb0515b25434438699a (diff) | |
download | linux-965602eabb57d086466ad749e81941e3dd66b595.tar.xz |
misc: fastrpc: separate fastrpc device from channel context
Currently fastrpc misc device instance is within channel context struct
with a kref. So we have 2 structs with refcount, both of them managing the
same channel context structure.
Separate fastrpc device from channel context and by adding a dedicated
fastrpc_device structure, this should clean the structures a bit and also help
when adding secure device node support.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20220214161002.6831-2-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions