Re: [net-next v4 0/2] devlink: move common flash_update calls to core

2020-11-19 Thread Jakub Kicinski
On Wed, 18 Nov 2020 11:06:34 -0800 Jacob Keller wrote: > This series moves a couple common pieces done by all drivers of the > ->flash_update interface into devlink.c flash update handler. Specifically, > the core code will now request_firmware and > devlink_flash_update_(begin|end)_notify. > >

[net-next v4 0/2] devlink: move common flash_update calls to core

2020-11-18 Thread Jacob Keller
This series moves a couple common pieces done by all drivers of the ->flash_update interface into devlink.c flash update handler. Specifically, the core code will now request_firmware and devlink_flash_update_(begin|end)_notify. This cleanup is intended to simplify driver implementations so that t