summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0718-36/+18
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-273-6/+0
* arm: socfpga: Fix with the correct polling on bit is setTien Fong Chee2018-04-271-5/+5
* fpga: zynq: Add delay after PCFG_PROG_B changeSiva Durga Prasad Paladugu2018-04-091-0/+16
* fpga: zynqmp: Fix the nonsecure bitstream loading issueSiva Durga Prasad Paladugu2018-04-091-2/+6
* fpga: zynqmp: Update zynqmp_load() as per latest xilfpgaSiva Durga Prasad Paladugu2018-04-091-5/+1
* fpga: zynqmp: Add support to get the PCAP status for fpga info commandNitin Jain2018-04-091-0/+14
* fpga: Simplify error path in fpga_addMichal Simek2018-03-231-10/+11
* arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPLVipul Kumar2018-02-281-0/+7
* fpga: Added Kconfig support for FPGA_SPARTAN3Vipul Kumar2018-02-281-0/+5
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-10/+7
* fpga: allow programming fpga from FIT image for all FPGA driversGoldschmidt Simon2017-12-142-0/+22
* arm: socfpga: Enhance FPGA program write rbf data with size >= 4 bytesTien Fong Chee2017-11-261-6/+8
* fpga: xilinx: Avoid using local intermediate bufferSiva Durga Prasad Paladugu2017-08-021-16/+10
* arm: socfpga: Add FPGA driver support for Arria 10Tien Fong Chee2017-07-262-0/+480
* kconfig: Convert FPGA_SOCFPGA configuration to KconfigTien Fong Chee2017-07-261-0/+8
* arm: socfpga: Restructure FPGA driver in the preparation to support A10Tien Fong Chee2017-07-263-233/+255
* fpga: zynqmppl: Reuse invoke_smc routineSiva Durga Prasad Paladugu2017-06-201-17/+8
* FPGA: drivers/fpga/ivm_core.c: incorrect printfxypron.glpk@gmx.de2017-04-181-1/+1
* fpga: zynqmp: Remove empty functionsMichal Simek2017-01-101-12/+0
* arm: imx: add i.MX53 Beckhoff CX9020 Embedded PCPatrick Bruenn2016-12-161-0/+20
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-232-2/+2
* fpga: xilinx: zynqmp: Add PL bitstream download support for ZynqMPSiva Durga Prasad Paladugu2016-09-224-0/+262
* fpga: Add Kconfig to fpga subsystemMichal Simek2016-09-221-0/+3
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-161-1/+1
* fpga: Fix typo in function commentMichal Simek2016-05-241-1/+1
* fpga: altera: Add StratixV supportStefan Roese2016-03-243-0/+107
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-1/+1
* Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals"Dinh Nguyen2016-02-041-1/+1
* fpga: xilinx: Check for substring in device ID validationSiva Durga Prasad Paladugu2016-01-271-2/+2
* arm: socfpga: set the fpga global bit to disable HPS to FPGA signalsDinh Nguyen2016-01-161-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-193-0/+3
* arm: socfpga: Fix FPGA bitstream programming routineMarek Vasut2015-08-081-0/+3
* fpga: xilinx: Show fpga info if definedMichal Simek2015-01-211-4/+5
* fpga: xilinx: Check if fpga operations are definedMichal Simek2015-01-211-2/+15
* fpga: Export fpga_get_desc for SPLMichal Simek2015-01-211-1/+1
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-5/+5
* arm: socfpga: fpga: Add SoCFPGA FPGA programming interfacePavel Machek2014-10-063-0/+305
* fpga: altera: Turn the switches into table lookupMarek Vasut2014-10-061-111/+60
* fpga: altera: Make altera_validate return normal valuesMarek Vasut2014-10-061-9/+9
* fpga: altera: Move altera_validate to the topMarek Vasut2014-10-061-32/+26
* fpga: altera: More indentation trimdownMarek Vasut2014-10-061-118/+120
* fpga: altera: Clean up altera_validate functionMarek Vasut2014-10-061-22/+21
* fpga: altera: Clean up the printing and debugMarek Vasut2014-10-061-59/+58
* m68k: Fix warnings with gcc 4.6Simon Glass2014-06-112-6/+6
* fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu2014-05-203-0/+129
* fpga: zynqpl: Clean partial bitstream handlingMichal Simek2014-05-201-12/+6
* fpga: Define bitstream type based on command selectionMichal Simek2014-05-206-12/+19
* fpga: zynq: Use helper function zynq_validate_bitstreamSiva Durga Prasad Paladugu2014-05-131-7/+25
* fpga: zynq: Use helper functions for zynq dmaSiva Durga Prasad Paladugu2014-05-131-86/+115