-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make d4xx unloadable #110
Make d4xx unloadable #110
Conversation
jnzw
commented
May 30, 2022
•
edited
Loading
edited
- Change sd->owner from THIS_MODULE to NULL so that we can unload the driver
- Remove unnecessary try_module_get/module_put
- Clean up metadata video nodes during remove
- Make embedded.video dynamically allocated
- Init embedded only if set in device tree
- Disable metadata for IR in the DTS
|
|
I've cleaned up this PR to include only necessary changes, and cherry-picked Xin's modification to enable dynamic creation of embedded metadata nodes based on DTS config. @d1ntel @xzhangxa Could you please review? |
It seems this branch no longer depends on on #107 and some code changes in that PR are moved here. Because that one won't be merged soon and this one will be merged earlier? Doing so you'll have to fix conflicts again for that PR later. |
Signed-off-by: Junze Wu <junze.wu@intel.com>