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