]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: socfpga: Enhance FPGA program write rbf data with size >= 4 bytes
authorTien Fong Chee <tien.fong.chee@intel.com>
Mon, 25 Sep 2017 08:40:01 +0000 (16:40 +0800)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 26 Nov 2017 01:34:10 +0000 (02:34 +0100)
commitbd08ce8f5e2bedd5e2ba51891bba09dc10760004
tree050607fdcacb8ebb991ddd4c6486685ef12b4999
parent772f8765d71a1929111288a2ed9b5577740b1538
arm: socfpga: Enhance FPGA program write rbf data with size >= 4 bytes

Existing FPGA program write is always assume RBF data >= 32 bytes, so
any rbf data less than 32 bytes writing to FPGA would be failed.
This patch enhances the FPGA program write to support rbf data with
size >= 4 bytes.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
drivers/fpga/socfpga.c