commit | 22c30607d1e0c604b2450a7aa5bc90a63e24f088 | [log] [tgz] |
---|---|---|
author | Scott Branden <[email protected]> | Wed Jan 20 09:58:20 2021 -0800 |
committer | Greg Kroah-Hartman <[email protected]> | Mon Jan 25 18:44:44 2021 +0100 |
tree | a00d5473b154ae4f10829ab2c80b4d5a7831cfb5 | |
parent | af22527e82d12f9d0b5afb39f25926a91d5fa7e7 [diff] |
misc: bcm-vk: add open/release Add open/release to replace private data with context for other methods to use. Reason for the context is because it is allowed for multiple sessions to open sysfs. For each file open, when upper layer queries the response, only those that are tied to a specified open should be returned. Co-developed-by: Desmond Yan <[email protected]> Acked-by: Olof Johansson <[email protected]> Signed-off-by: Desmond Yan <[email protected]> Signed-off-by: Scott Branden <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>