All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] Add streaming support to driver_data API
@ 2017-05-20  6:49 yi1.li
  2017-05-20  6:49 ` [PATCHv2 1/3] firmware: Add streaming support for driver_data_request_sync API yi1.li
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: yi1.li @ 2017-05-20  6:49 UTC (permalink / raw)
  To: mcgrof, atull, gregkh, wagi, dwmw2, rafal, arend.vanspriel, rjw,
	moritz.fischer, pmladek, johannes.berg, emmanuel.grumbach,
	luciano.coelho, kvalo, luto, takahiro.akashi, dhowells, pjones
  Cc: linux-kernel, linux-fpga, Yi Li

From: Yi Li <yi1.li@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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-05-24 13:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-20  6:49 [PATCHv2 0/3] Add streaming support to driver_data API yi1.li
2017-05-20  6:49 ` [PATCHv2 1/3] firmware: Add streaming support for driver_data_request_sync API yi1.li
2017-05-20  6:49 ` [PATCHv2 2/3] test: add streaming test to driver_data tester yi1.li
2017-05-20  6:49 ` [PATCHv2 3/3] fpga_mgr: Add streaming support through the new driver_data API yi1.li
2017-05-22 21:09   ` Alan Tull
2017-05-23  4:11     ` Li, Yi
2017-05-23 15:21       ` Alan Tull
2017-05-23 15:25         ` Alan Tull
2017-05-24 13:25           ` Li, Yi
2017-05-24 13:45           ` Li, Yi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.