History log of /drivers/staging/gs_fpgaboot/io.c
Revision Date Author Comments
06a3fab941da48d04fb9c00a5422a6e9740578e8 05-Sep-2014 Paul Bolle <pebolle@tiscali.nl> staging: gs_fpgaboot: remove checks for CONFIG_B4860G100

There are two checks for CONFIG_B4860G100 in this driver. But there's no
Kconfig symbol B4860G100. These checks will always evaluate to false.
Remove them and the code they hide.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
ba660d25b59a68dbc44634a9844705c86ee6a893 04-Sep-2014 Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com> staging: gs_fpgaboot: remove unnecessary return statements

This fixes "void function return statements are not generally useful"
warnings from checkpatch.pl.

Signed-off-by: Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Reviewed-by: Insop Song <insop.song@gainspeed.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5535c4dd475ff936d36ad4d3f85d8be74f30245f 03-Apr-2014 Rocco Folino <lordzen87@gmail.com> staging: gs_fpgaboot: Fixed code style issues

Fixed missing a blank line after declarations warning

Signed-off-by: Rocco Folino <lordzen87@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7e41d9c3419e7608696c927b08055c7c0647e124 01-Mar-2014 Monam Agarwal <monamagarwal123@gmail.com> Staging: gs_gpgaboot: Fix Bad function definition in io.c

This patch fixes the following checkpatch.pl issues in io.c
WARNING: Bad function definition

Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
e7185c6958ee85b02629d95fe997977bb45e0393 21-Jan-2014 Insop Song <insop.song@gainspeed.com> staging: fpgaboot: Xilinx FPGA firmware download driver

This driver downloads Xilinx FPGA firmware using gpio pins.
It loads Xilinx FPGA bitstream format firmware image and
program the Xilinx FPGA using SelectMAP (parallel) mode.

Signed-off-by: Insop Song <insop.song@gainspeed.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>