1. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  2. 3d3a860 arm: socfpga: Convert system manager from struct to defines by Ley Foon Tan · 5 years ago
  3. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  4. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  5. 4c3de37 arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request() by Michal Simek · 5 years ago
  6. 142fb5b arm64: versal: Rename versal_pm_request to xilinx_pm_request by Michal Simek · 5 years ago
  7. 81efd2a arm64: xilinx: Move firmware functions from platform to driver by Michal Simek · 5 years ago
  8. 6aa5bc8 arm64: zynqmp: use firmware driver to get version by Ibai Erkiaga · 5 years ago
  9. c8a3efa firmware: zynqmp: create firmware header by Ibai Erkiaga · 5 years ago
  10. 2712114 fpga: zynqmp: Fix second local variable declaration by Michal Simek · 5 years ago
  11. b739897 arm64: versal: fpga: Add PL bit stream load support by Siva Durga Prasad Paladugu · 5 years ago
  12. d52678c fpga: altera: cyclon2: Check function pointer before calling by Alexander Dahl · 5 years ago
  13. a8da71c fpga: altera: cyclon2: Fix indentation by Alexander Dahl · 5 years ago
  14. 246bc02 fpga: altera: cyclon2: Fix most checkpatch warnings by Alexander Dahl · 5 years ago
  15. 0b88834 fpga: virtex2: Add slave serial programming support by Robert Hancock · 5 years ago
  16. 7b5140c fpga: virtex2: Add additional clock cycles after DONE assertion by Robert Hancock · 5 years ago
  17. 8a7d663 fpga: virtex2: Split out image writing from pre/post operations by Robert Hancock · 5 years ago
  18. be7f746 fpga: virtex2: added Kconfig option by Robert Hancock · 5 years ago
  19. 19b55dc fpga: virtex2: cosmetic: Cleanup code style by Robert Hancock · 5 years ago
  20. 0e13e5f fpga: arria10: Fix error in fpga pin configuration by Dalon Westergreen · 5 years ago
  21. fe03d80 spl: socfpga: Implement fpga bitstream loading with socfpga loadfs by Tien Fong Chee · 6 years ago
  22. ca99a8a ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading by Tien Fong Chee · 6 years ago
  23. 725b122 ARM: socfpga: Moving the watchdog reset to the for-loop status polling by Tien Fong Chee · 6 years ago
  24. 7f3dace ARM: socfpga: Cleaning up and ensuring consistent format messages in driver by Tien Fong Chee · 6 years ago
  25. 9bf652d arm: zynq: Add an info message about post config by Siva Durga Prasad Paladugu · 6 years ago
  26. 3b45f6b fpga: Replace char * with const char * for filename by Tien Fong Chee · 6 years ago
  27. c4192f7 ARM: socfpga: stratix10: Return valid error code from FPGA driver by Ang, Chee Hong · 6 years ago
  28. add7f41d fpga: zynqmp: show an error message when FPGA programming fails by Luca Ceresoli · 6 years ago
  29. ff14f16 arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table by Ang, Chee Hong · 6 years ago
  30. dcc3bb6 arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver by Ang, Chee Hong · 6 years ago
  31. 4003448 arm: socfpga: fpga: fix type of local variable by Simon Goldschmidt · 6 years ago
  32. 62fe313 fpga: zynqmp: Modify PL bitstream loading sequence by Siva Durga Prasad Paladugu · 6 years ago
  33. 55af55a fpga: Kconfig: Replace spaces with tabs by Michal Simek · 6 years ago
  34. 4397602 drivers: fpga: zynqpl: fix compilation with SPL by Luis Araneda · 6 years ago
  35. e460352 xilinx: zynq: Add support to secure images by Siva Durga Prasad Paladugu · 6 years ago
  36. 6809e81 fpga: zynqmp: Add secure bitstream loading for ZynqMP by Siva Durga Prasad Paladugu · 6 years ago
  37. cce0cb0 cmd: fpga: Add support to load secure bitstreams by Siva Durga Prasad Paladugu · 6 years ago
  38. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  39. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  40. 2c0f3ae arm: socfpga: Fix with the correct polling on bit is set by Tien Fong Chee · 7 years ago
  41. eac0cd1 fpga: zynq: Add delay after PCFG_PROG_B change by Siva Durga Prasad Paladugu · 7 years ago
  42. e4d16c2 fpga: zynqmp: Fix the nonsecure bitstream loading issue by Siva Durga Prasad Paladugu · 7 years ago
  43. 91c315d fpga: zynqmp: Update zynqmp_load() as per latest xilfpga by Siva Durga Prasad Paladugu · 7 years ago
  44. d9361d4 fpga: zynqmp: Add support to get the PCAP status for fpga info command by Nitin Jain · 7 years ago
  45. 3529c11 fpga: Simplify error path in fpga_add by Michal Simek · 7 years ago
  46. 4a4946b arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL by Vipul Kumar · 7 years ago
  47. b8f64b9 fpga: Added Kconfig support for FPGA_SPARTAN3 by Vipul Kumar · 7 years ago
  48. 918de03 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  49. 9179c81 fpga: allow programming fpga from FIT image for all FPGA drivers by Goldschmidt Simon · 7 years ago
  50. c604b0a arm: socfpga: Enhance FPGA program write rbf data with size >= 4 bytes by Tien Fong Chee · 7 years ago
  51. 3da614c fpga: xilinx: Avoid using local intermediate buffer by Siva Durga Prasad Paladugu · 8 years ago
  52. 1d675f3 arm: socfpga: Add FPGA driver support for Arria 10 by Tien Fong Chee · 7 years ago
  53. cde4219 kconfig: Convert FPGA_SOCFPGA configuration to Kconfig by Tien Fong Chee · 7 years ago
  54. 31e50f4 arm: socfpga: Restructure FPGA driver in the preparation to support A10 by Tien Fong Chee · 7 years ago
  55. 4e98589 fpga: zynqmppl: Reuse invoke_smc routine by Siva Durga Prasad Paladugu · 8 years ago
  56. 69f14ce FPGA: drivers/fpga/ivm_core.c: incorrect printf by xypron.glpk@gmx.de · 8 years ago
  57. 117b6ca fpga: zynqmp: Remove empty functions by Michal Simek · 8 years ago
  58. ba81b04 arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC by Patrick Bruenn · 8 years ago
  59. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  60. 460fdce fpga: xilinx: zynqmp: Add PL bitstream download support for ZynqMP by Siva Durga Prasad Paladugu · 9 years ago
  61. e34f1f6 fpga: Add Kconfig to fpga subsystem by Michal Simek · 8 years ago
  62. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  63. b563a6b fpga: Fix typo in function comment by Michal Simek · 9 years ago
  64. d919d72 fpga: altera: Add StratixV support by Stefan Roese · 9 years ago
  65. 53d41e6 Fix spelling of "transferred". by Vagrant Cascadian · 9 years ago
  66. 1e35776 Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals" by Dinh Nguyen · 9 years ago
  67. 64b9709 fpga: xilinx: Check for substring in device ID validation by Siva Durga Prasad Paladugu · 9 years ago
  68. fd59e5f arm: socfpga: set the fpga global bit to disable HPS to FPGA signals by Dinh Nguyen · 9 years ago
  69. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  70. 490dfd1 arm: socfpga: Fix FPGA bitstream programming routine by Marek Vasut · 9 years ago
  71. 35d9ad2 fpga: xilinx: Show fpga info if defined by Michal Simek · 10 years ago
  72. 1c1350d fpga: xilinx: Check if fpga operations are defined by Michal Simek · 10 years ago
  73. fbadb76 fpga: Export fpga_get_desc for SPL by Michal Simek · 10 years ago
  74. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  75. c721380 arm: socfpga: fpga: Add SoCFPGA FPGA programming interface by Pavel Machek · 10 years ago
  76. f5d25e4 fpga: altera: Turn the switches into table lookup by Marek Vasut · 10 years ago
  77. b9d4df3 fpga: altera: Make altera_validate return normal values by Marek Vasut · 10 years ago
  78. ff4072c fpga: altera: Move altera_validate to the top by Marek Vasut · 10 years ago
  79. 1822135 fpga: altera: More indentation trimdown by Marek Vasut · 10 years ago
  80. c5e53b5 fpga: altera: Clean up altera_validate function by Marek Vasut · 10 years ago
  81. 9e3a844 fpga: altera: Clean up the printing and debug by Marek Vasut · 10 years ago
  82. 660031e m68k: Fix warnings with gcc 4.6 by Simon Glass · 10 years ago
  83. 9112b4c fpga: Added support to load bit stream from SD/MMC by Siva Durga Prasad Paladugu · 11 years ago
  84. f46ccf4 fpga: zynqpl: Clean partial bitstream handling by Michal Simek · 11 years ago
  85. 1466365 fpga: Define bitstream type based on command selection by Michal Simek · 11 years ago
  86. 7857c72 fpga: zynq: Use helper function zynq_validate_bitstream by Siva Durga Prasad Paladugu · 11 years ago
  87. 2f72618 fpga: zynq: Use helper functions for zynq dma by Siva Durga Prasad Paladugu · 11 years ago
  88. 15f156a fpga: zynq: Remove sparse warnings by Michal Simek · 11 years ago
  89. 75fafac fpga: xilinx: Simplify load/dump/info function handling by Michal Simek · 11 years ago
  90. 25e1e2e fpga: xilinx: Avoid CamelCase for in Xilinx_desc by Michal Simek · 11 years ago
  91. 9025888 fpga: virtex2: Avoid CamelCase by Michal Simek · 11 years ago
  92. 2091a0c fpga: spartan3: Avoid CamelCase by Michal Simek · 11 years ago
  93. 5206cca fpga: spartan2: Avoid CamelCase by Michal Simek · 11 years ago
  94. 267d8e2 sizes.h - consolidate for all architectures by Alexey Brodkin · 11 years ago
  95. cbe4b09 fpga: zynq: Correct fpga load when buf is not aligned by Novasys Ingenierie · 11 years ago
  96. 6252698 drivers: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  97. 94dc92f fpga: zynqpl: Do not place bitstream below 1MB by Michal Simek · 11 years ago
  98. 8cfb246 fpga: zynqpl: Add dcache flush support by Jagannadha Sutradharudu Teki · 11 years ago
  99. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  100. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago