1. 13 1月, 2021 1 次提交
  2. 15 12月, 2020 5 次提交
  3. 20 11月, 2020 1 次提交
    • J
      devlink: move request_firmware out of driver · b44cfd4f
      Jacob Keller 提交于
      All drivers which implement the devlink flash update support, with the
      exception of netdevsim, use either request_firmware or
      request_firmware_direct to locate the firmware file. Rather than having
      each driver do this separately as part of its .flash_update
      implementation, perform the request_firmware within net/core/devlink.c
      
      Replace the file_name parameter in the struct devlink_flash_update_params
      with a pointer to the fw object.
      
      Use request_firmware rather than request_firmware_direct. Although most
      Linux distributions today do not have the fallback mechanism
      implemented, only about half the drivers used the _direct request, as
      compared to the generic request_firmware. In the event that
      a distribution does support the fallback mechanism, the devlink flash
      update ought to be able to use it to provide the firmware contents. For
      distributions which do not support the fallback userspace mechanism,
      there should be essentially no difference between request_firmware and
      request_firmware_direct.
      Signed-off-by: NJacob Keller <jacob.e.keller@intel.com>
      Acked-by: NShannon Nelson <snelson@pensando.io>
      Acked-by: NVasundhara Volam <vasundhara-v.volam@broadcom.com>
      Reviewed-by: NJiri Pirko <jiri@nvidia.com>
      Signed-off-by: NJakub Kicinski <kuba@kernel.org>
      b44cfd4f
  4. 17 11月, 2020 2 次提交
  5. 13 10月, 2020 2 次提交
  6. 05 10月, 2020 1 次提交
  7. 28 9月, 2020 7 次提交
  8. 21 9月, 2020 2 次提交
  9. 16 9月, 2020 1 次提交
  10. 26 8月, 2020 3 次提交
  11. 24 8月, 2020 1 次提交
  12. 28 7月, 2020 5 次提交
  13. 13 7月, 2020 1 次提交
  14. 09 7月, 2020 3 次提交
  15. 27 5月, 2020 1 次提交
  16. 06 5月, 2020 1 次提交
  17. 05 5月, 2020 3 次提交