Re: [PATCH v2 0/3] reload the firmware as needed

2024-03-04 Thread Ferruh Yigit
On 3/1/2024 8:42 AM, Chaoyong He wrote: > Add the necessary logic to get firmware version from firmware file, and > only reload the firmware when the firmware version changed. > > Also add a device argument which can force reload the firmware and > ignore the firmware version. > > --- > v2: > * U

[PATCH v2 0/3] reload the firmware as needed

2024-03-01 Thread Chaoyong He
Add the necessary logic to get firmware version from firmware file, and only reload the firmware when the firmware version changed. Also add a device argument which can force reload the firmware and ignore the firmware version. --- v2: * Update commit log to explain what 'MIP' is. * Document abou