Description of problem: Update Mont-TSSE driver for updating firmware file by sysfs. User can echo 1 to the tsse_image_load file in the sysfs device directory to trigger loading firmware. The original driver just support loading firmware file after server power on. In some cases, the firmware file need to be updated during the server is running. So we update the driver function to support loading firmware file without server shutting down. Besides we fix some coding standard problems. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/3014