From: Yi Li <yi1...@linux.intel.com>

This series enables the streaming support on driver_data sync API
and add self test and FPGA mgr to test/use stream firmware in
4KB trucks.  

Changes in v2:

  - Rebase to Luis R. Rodriguez's 20170501-driver-data-try2
    branch 
  - Expended fw_get_filesystem_firmware function and added
    DRIVER_DATA_REQ_STREAMING flag for driver_data streaming mode.
  - Add self test cases.

Yi Li (3):
  firmware: Add streaming support for driver_data_request_sync API
  test: add streaming test to driver_data tester
  fpga_mgr: Add streaming support through the new driver_data API

 drivers/base/firmware_class.c                   |  94 +++++++++++++++++---
 drivers/fpga/fpga-mgr.c                         | 111 ++++++++++++++++++++++++
 include/linux/driver_data.h                     |  10 +++
 include/linux/fpga/fpga-mgr.h                   |   4 +
 lib/test_driver_data.c                          |  80 ++++++++++++++++-
 tools/testing/selftests/firmware/driver_data.sh |  32 +++++++
 6 files changed, 316 insertions(+), 15 deletions(-)

-- 
2.7.4

Reply via email to