Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
15df6b31b62671d4e2347131bdbf4c07a305cab1
/
drivers
/
fpga
336d461
dm: core: Create a new header file for 'compat' features
by Simon Glass
· 4 years, 9 months ago
db5741f
arm: socfpga: Convert system manager from struct to defines
by Ley Foon Tan
· 5 years ago
1eb69ae
common: Move ARM cache operations out of common.h
by Simon Glass
· 5 years ago
9edefc2
common: Move some cache and MMU functions out of common.h
by Simon Glass
· 5 years ago
4036195
arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request()
by Michal Simek
· 5 years ago
6596270
arm64: versal: Rename versal_pm_request to xilinx_pm_request
by Michal Simek
· 5 years ago
866225f
arm64: xilinx: Move firmware functions from platform to driver
by Michal Simek
· 5 years ago
5743981
arm64: zynqmp: use firmware driver to get version
by Ibai Erkiaga
· 5 years ago
009ab7b
firmware: zynqmp: create firmware header
by Ibai Erkiaga
· 5 years ago
23decf0
fpga: zynqmp: Fix second local variable declaration
by Michal Simek
· 5 years ago
26e054c
arm64: versal: fpga: Add PL bit stream load support
by Siva Durga Prasad Paladugu
· 5 years ago
b283d6b
fpga: altera: cyclon2: Check function pointer before calling
by Alexander Dahl
· 5 years ago
3911b19
fpga: altera: cyclon2: Fix indentation
by Alexander Dahl
· 5 years ago
bb2c0fa
fpga: altera: cyclon2: Fix most checkpatch warnings
by Alexander Dahl
· 5 years ago
175dccd
fpga: virtex2: Add slave serial programming support
by Robert Hancock
· 5 years ago
a0549f7
fpga: virtex2: Add additional clock cycles after DONE assertion
by Robert Hancock
· 5 years ago
3372081
fpga: virtex2: Split out image writing from pre/post operations
by Robert Hancock
· 5 years ago
25d63a3
fpga: virtex2: added Kconfig option
by Robert Hancock
· 5 years ago
fa57af0
fpga: virtex2: cosmetic: Cleanup code style
by Robert Hancock
· 5 years ago
a89c2ad
fpga: arria10: Fix error in fpga pin configuration
by Dalon Westergreen
· 5 years ago
1085bb3
spl: socfpga: Implement fpga bitstream loading with socfpga loadfs
by Tien Fong Chee
· 6 years ago
0a42a13
ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
by Tien Fong Chee
· 6 years ago
c1cf539
ARM: socfpga: Moving the watchdog reset to the for-loop status polling
by Tien Fong Chee
· 6 years ago
f4b53b2
ARM: socfpga: Cleaning up and ensuring consistent format messages in driver
by Tien Fong Chee
· 6 years ago
31f7ce7
arm: zynq: Add an info message about post config
by Siva Durga Prasad Paladugu
· 6 years ago
3003c44
fpga: Replace char * with const char * for filename
by Tien Fong Chee
· 6 years ago
5097ba6
ARM: socfpga: stratix10: Return valid error code from FPGA driver
by Ang, Chee Hong
· 6 years ago
8df324a
fpga: zynqmp: show an error message when FPGA programming fails
by Luca Ceresoli
· 6 years ago
877ec6e
arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
by Ang, Chee Hong
· 6 years ago
c41e660
arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
by Ang, Chee Hong
· 6 years ago
d5de3d4
arm: socfpga: fpga: fix type of local variable
by Simon Goldschmidt
· 6 years ago
fbf7fb0
fpga: zynqmp: Modify PL bitstream loading sequence
by Siva Durga Prasad Paladugu
· 6 years ago
a225f81
fpga: Kconfig: Replace spaces with tabs
by Michal Simek
· 6 years ago
d600c4f
drivers: fpga: zynqpl: fix compilation with SPL
by Luis Araneda
· 6 years ago
37e3a36
xilinx: zynq: Add support to secure images
by Siva Durga Prasad Paladugu
· 6 years ago
a18d09e
fpga: zynqmp: Add secure bitstream loading for ZynqMP
by Siva Durga Prasad Paladugu
· 6 years ago
cedd48e
cmd: fpga: Add support to load secure bitstreams
by Siva Durga Prasad Paladugu
· 6 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
4ae87a8
arm: socfpga: Fix with the correct polling on bit is set
by Tien Fong Chee
· 7 years ago
71723aa
fpga: zynq: Add delay after PCFG_PROG_B change
by Siva Durga Prasad Paladugu
· 7 years ago
31bcb34
fpga: zynqmp: Fix the nonsecure bitstream loading issue
by Siva Durga Prasad Paladugu
· 7 years ago
19ed4b6
fpga: zynqmp: Update zynqmp_load() as per latest xilfpga
by Siva Durga Prasad Paladugu
· 7 years ago
b32e11a7
fpga: zynqmp: Add support to get the PCAP status for fpga info command
by Nitin Jain
· 7 years ago
cda1e3f
fpga: Simplify error path in fpga_add
by Michal Simek
· 7 years ago
3990c9d
arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL
by Vipul Kumar
· 7 years ago
f415834
fpga: Added Kconfig support for FPGA_SPARTAN3
by Vipul Kumar
· 7 years ago
4826350
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
by Álvaro Fernández Rojas
· 7 years ago
8b93a92
fpga: allow programming fpga from FIT image for all FPGA drivers
by Goldschmidt Simon
· 7 years ago
bd08ce8
arm: socfpga: Enhance FPGA program write rbf data with size >= 4 bytes
by Tien Fong Chee
· 7 years ago
d863909
fpga: xilinx: Avoid using local intermediate buffer
by Siva Durga Prasad Paladugu
· 8 years ago
2baa997
arm: socfpga: Add FPGA driver support for Arria 10
by Tien Fong Chee
· 7 years ago
fa23ba1
kconfig: Convert FPGA_SOCFPGA configuration to Kconfig
by Tien Fong Chee
· 7 years ago
6867e19
arm: socfpga: Restructure FPGA driver in the preparation to support A10
by Tien Fong Chee
· 7 years ago
7033ae2
fpga: zynqmppl: Reuse invoke_smc routine
by Siva Durga Prasad Paladugu
· 8 years ago
ea1e3f9
FPGA: drivers/fpga/ivm_core.c: incorrect printf
by xypron.glpk@gmx.de
· 8 years ago
3d4eb33
fpga: zynqmp: Remove empty functions
by Michal Simek
· 8 years ago
98d62e6
arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC
by Patrick Bruenn
· 8 years ago
1221ce4
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
6b24501
fpga: xilinx: zynqmp: Add PL bitstream download support for ZynqMP
by Siva Durga Prasad Paladugu
· 9 years ago
6ded73a
fpga: Add Kconfig to fpga subsystem
by Michal Simek
· 8 years ago
62a3b7d
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
905bca6
fpga: Fix typo in function comment
by Michal Simek
· 8 years ago
ff9c4c5
fpga: altera: Add StratixV support
by Stefan Roese
· 9 years ago
a6f70a3
Fix spelling of "transferred".
by Vagrant Cascadian
· 9 years ago
a409a8b
Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals"
by Dinh Nguyen
· 9 years ago
f721326
fpga: xilinx: Check for substring in device ID validation
by Siva Durga Prasad Paladugu
· 9 years ago
b00a21f
arm: socfpga: set the fpga global bit to disable HPS to FPGA signals
by Dinh Nguyen
· 9 years ago
24b852a
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
bfa89d2
arm: socfpga: Fix FPGA bitstream programming routine
by Marek Vasut
· 9 years ago
e136eae
fpga: xilinx: Show fpga info if defined
by Michal Simek
· 10 years ago
6cd68c8
fpga: xilinx: Check if fpga operations are defined
by Michal Simek
· 10 years ago
ebd322d
fpga: Export fpga_get_desc for SPL
by Michal Simek
· 10 years ago
d455d87
fs: API changes enabling extra parameter to return size of type loff_t
by Suriyan Ramasami
· 10 years ago
230fe9b
arm: socfpga: fpga: Add SoCFPGA FPGA programming interface
by Pavel Machek
· 10 years ago
2012f23
fpga: altera: Turn the switches into table lookup
by Marek Vasut
· 10 years ago
fda915a
fpga: altera: Make altera_validate return normal values
by Marek Vasut
· 10 years ago
54c96b1
fpga: altera: Move altera_validate to the top
by Marek Vasut
· 10 years ago
4a4c0a5
fpga: altera: More indentation trimdown
by Marek Vasut
· 10 years ago
5561a84
fpga: altera: Clean up altera_validate function
by Marek Vasut
· 10 years ago
0ae16cb
fpga: altera: Clean up the printing and debug
by Marek Vasut
· 10 years ago
ddc9437
m68k: Fix warnings with gcc 4.6
by Simon Glass
· 10 years ago
1a89766
fpga: Added support to load bit stream from SD/MMC
by Siva Durga Prasad Paladugu
· 11 years ago
5b815c9
fpga: zynqpl: Clean partial bitstream handling
by Michal Simek
· 11 years ago
7a78bd2
fpga: Define bitstream type based on command selection
by Michal Simek
· 11 years ago
3108185
fpga: zynq: Use helper function zynq_validate_bitstream
by Siva Durga Prasad Paladugu
· 11 years ago
a0735a3
fpga: zynq: Use helper functions for zynq dma
by Siva Durga Prasad Paladugu
· 11 years ago
42a74a0
fpga: zynq: Remove sparse warnings
by Michal Simek
· 11 years ago
14cfc4f
fpga: xilinx: Simplify load/dump/info function handling
by Michal Simek
· 11 years ago
f8c1be9
fpga: xilinx: Avoid CamelCase for in Xilinx_desc
by Michal Simek
· 11 years ago
d9071ce
fpga: virtex2: Avoid CamelCase
by Michal Simek
· 11 years ago
2a6e386
fpga: spartan3: Avoid CamelCase
by Michal Simek
· 11 years ago
b625b9a
fpga: spartan2: Avoid CamelCase
by Michal Simek
· 11 years ago
1ace402
sizes.h - consolidate for all architectures
by Alexey Brodkin
· 11 years ago
c83a35f
fpga: zynq: Correct fpga load when buf is not aligned
by Novasys Ingenierie
· 11 years ago
7b6af41
drivers: descend into sub directories only when it is necessary
by Masahiro Yamada
· 11 years ago
b129e8c
fpga: zynqpl: Do not place bitstream below 1MB
by Michal Simek
· 11 years ago
ec4b73f
fpga: zynqpl: Add dcache flush support
by Jagannadha Sutradharudu Teki
· 11 years ago
710f1d3
drivers: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
Next »