diff options
author | 2022-02-14 16:09:51 +0000 | |
---|---|---|
committer | 2022-03-18 14:11:00 +0100 | |
commit | 965602eabb57d086466ad749e81941e3dd66b595 (patch) | |
tree | 2f6654258a4173334172b947c6d95ea0dc706481 /scripts/gdb/linux/utils.py | |
parent | dt-bindings: nvmem: brcm,nvram: add basic NVMEM cells (diff) | |
download | linux-dev-965602eabb57d086466ad749e81941e3dd66b595.tar.xz linux-dev-965602eabb57d086466ad749e81941e3dd66b595.zip |
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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions