linux/drivers/fpga
Ian Abbott 4ae2bd4b3a fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
The global spinlock `l3_remap_lock` is reinitialized every time the
"probe" function `alt_fpga_bridge_probe()` is called.  It should only be
initialized once.  Use `DEFINE_SPINLOCK()` to initialize it statically.

Fixes: e5f8efa5c8 ("ARM: socfpga: fpga bridge driver support")
Cc: <stable@vger.kernel.org> # 4.10+
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-By: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-08-10 14:27:55 -07:00
..
Kconfig fpga manager: Add Altera CvP driver 2017-07-17 17:26:15 +02:00
Makefile fpga manager: Add Altera CvP driver 2017-07-17 17:26:15 +02:00
altera-cvp.c fpga manager: Add Altera CvP driver 2017-07-17 17:26:15 +02:00
altera-fpga2sdram.c
altera-freeze-bridge.c fpga fr br: update supported version numbers 2017-04-26 11:38:56 +02:00
altera-hps2fpga.c fpga: altera-hps2fpga: fix multiple init of l3_remap_lock 2017-08-10 14:27:55 -07:00
altera-pr-ip-core-plat.c fpga pr ip: Platform driver for Altera Partial Reconfiguration IP. 2017-04-08 17:45:28 +02:00
altera-pr-ip-core.c fpga pr ip: Core driver support for Altera Partial Reconfiguration IP. 2017-04-08 17:45:28 +02:00
altera-ps-spi.c fpga-manager: altera-ps-spi: use bitrev8x4 2017-07-17 17:26:14 +02:00
fpga-bridge.c fpga: bridge: Replace open-coded list_for_each + list_entry 2017-03-17 15:10:48 +09:00
fpga-mgr.c
fpga-region.c fpga: Convert to using %pOF instead of full_name 2017-08-10 14:27:55 -07:00
ice40-spi.c
socfpga-a10.c
socfpga.c
ts73xx-fpga.c
xilinx-pr-decoupler.c fpga: Add support for Xilinx LogiCORE PR Decoupler 2017-04-08 17:50:36 +02:00
xilinx-spi.c fpga manager: Add Xilinx slave serial SPI driver 2017-04-08 17:45:28 +02:00
zynq-fpga.c