index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
fpga
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2020-01-07
arm: socfpga: Convert system manager from struct to defines
Ley Foon Tan
2
-8
/
+3
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2
-0
/
+2
2019-12-02
common: Move some cache and MMU functions out of common.h
Simon Glass
1
-0
/
+1
2019-10-24
arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request()
Michal Simek
1
-7
/
+9
2019-10-24
arm64: versal: Rename versal_pm_request to xilinx_pm_request
Michal Simek
1
-1
/
+1
2019-10-24
arm64: xilinx: Move firmware functions from platform to driver
Michal Simek
1
-0
/
+1
2019-10-08
arm64: zynqmp: use firmware driver to get version
Ibai Erkiaga
1
-2
/
+2
2019-10-08
firmware: zynqmp: create firmware header
Ibai Erkiaga
1
-0
/
+1
2019-10-08
fpga: zynqmp: Fix second local variable declaration
Michal Simek
1
-1
/
+1
2019-10-08
arm64: versal: fpga: Add PL bit stream load support
Siva Durga Prasad Paladugu
4
-1
/
+68
2019-07-30
fpga: altera: cyclon2: Check function pointer before calling
Alexander Dahl
1
-1
/
+5
2019-07-30
fpga: altera: cyclon2: Fix indentation
Alexander Dahl
1
-16
/
+16
2019-07-30
fpga: altera: cyclon2: Fix most checkpatch warnings
Alexander Dahl
1
-42
/
+39
2019-07-30
fpga: virtex2: Add slave serial programming support
Robert Hancock
1
-13
/
+83
2019-07-30
fpga: virtex2: Add additional clock cycles after DONE assertion
Robert Hancock
1
-4
/
+16
2019-07-30
fpga: virtex2: Split out image writing from pre/post operations
Robert Hancock
1
-157
/
+174
2019-07-30
fpga: virtex2: added Kconfig option
Robert Hancock
1
-0
/
+8
2019-07-30
fpga: virtex2: cosmetic: Cleanup code style
Robert Hancock
1
-134
/
+136
2019-07-21
fpga: arria10: Fix error in fpga pin configuration
Dalon Westergreen
1
-4
/
+5
2019-05-10
spl: socfpga: Implement fpga bitstream loading with socfpga loadfs
Tien Fong Chee
1
-1
/
+1
2019-05-10
ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
Tien Fong Chee
1
-13
/
+484
2019-05-10
ARM: socfpga: Moving the watchdog reset to the for-loop status polling
Tien Fong Chee
1
-1
/
+1
2019-05-10
ARM: socfpga: Cleaning up and ensuring consistent format messages in driver
Tien Fong Chee
1
-6
/
+7
2019-04-16
arm: zynq: Add an info message about post config
Siva Durga Prasad Paladugu
1
-0
/
+2
2019-04-16
fpga: Replace char * with const char * for filename
Tien Fong Chee
1
-1
/
+2
2019-02-18
ARM: socfpga: stratix10: Return valid error code from FPGA driver
Ang, Chee Hong
1
-11
/
+6
2019-01-24
fpga: zynqmp: show an error message when FPGA programming fails
Luca Ceresoli
1
-1
/
+1
2018-12-20
arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
Ang, Chee Hong
1
-0
/
+6
2018-12-20
arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
Ang, Chee Hong
3
-0
/
+300
2018-10-31
arm: socfpga: fpga: fix type of local variable
Simon Goldschmidt
2
-2
/
+2
2018-09-26
fpga: zynqmp: Modify PL bitstream loading sequence
Siva Durga Prasad Paladugu
1
-10
/
+25
2018-09-11
fpga: Kconfig: Replace spaces with tabs
Michal Simek
1
-8
/
+8
2018-07-19
drivers: fpga: zynqpl: fix compilation with SPL
Luis Araneda
1
-2
/
+2
2018-07-19
xilinx: zynq: Add support to secure images
Siva Durga Prasad Paladugu
1
-0
/
+45
2018-06-01
fpga: zynqmp: Add secure bitstream loading for ZynqMP
Siva Durga Prasad Paladugu
2
-0
/
+66
2018-06-01
cmd: fpga: Add support to load secure bitstreams
Siva Durga Prasad Paladugu
1
-0
/
+29
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
18
-36
/
+18
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
3
-6
/
+0
2018-04-27
arm: socfpga: Fix with the correct polling on bit is set
Tien Fong Chee
1
-5
/
+5
2018-04-09
fpga: zynq: Add delay after PCFG_PROG_B change
Siva Durga Prasad Paladugu
1
-0
/
+16
2018-04-09
fpga: zynqmp: Fix the nonsecure bitstream loading issue
Siva Durga Prasad Paladugu
1
-2
/
+6
2018-04-09
fpga: zynqmp: Update zynqmp_load() as per latest xilfpga
Siva Durga Prasad Paladugu
1
-5
/
+1
2018-04-09
fpga: zynqmp: Add support to get the PCAP status for fpga info command
Nitin Jain
1
-0
/
+14
2018-03-23
fpga: Simplify error path in fpga_add
Michal Simek
1
-10
/
+11
2018-02-28
arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL
Vipul Kumar
1
-0
/
+7
2018-02-28
fpga: Added Kconfig support for FPGA_SPARTAN3
Vipul Kumar
1
-0
/
+5
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
1
-10
/
+7
2017-12-14
fpga: allow programming fpga from FIT image for all FPGA drivers
Goldschmidt Simon
2
-0
/
+22
2017-11-26
arm: socfpga: Enhance FPGA program write rbf data with size >= 4 bytes
Tien Fong Chee
1
-6
/
+8
[next]