index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fpga
Commit message (
Expand
)
Author
Age
Files
Lines
*
fpga: add devm_fpga_region_create
Alan Tull
2018-10-16
4
-20
/
+63
*
fpga: bridge: add devm_fpga_bridge_create
Alan Tull
2018-10-16
6
-38
/
+73
*
fpga: mgr: add devm_fpga_mgr_create
Alan Tull
2018-10-16
12
-80
/
+87
*
Merge 4.19-rc7 into char-misc-next
Greg Kroah-Hartman
2018-10-08
3
-3
/
+6
|
\
|
*
fpga: bridge: fix obvious function documentation error
Alan Tull
2018-09-30
1
-1
/
+1
|
*
fpga: do not access region struct after fpga_region_unregister
Alan Tull
2018-09-30
2
-2
/
+5
*
|
Merge b4.19-rc4 into char-misc-next
Greg Kroah-Hartman
2018-09-16
1
-1
/
+1
|
\
|
|
*
fpga: dfl: fme: fix return value check in in pr_mgmt_init()
Wei Yongjun
2018-09-12
1
-1
/
+1
*
|
drivers: fpga: fix two trivial spelling mistakes
Colin Ian King
2018-09-12
2
-2
/
+2
|
/
*
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
2018-07-16
1
-2
/
+4
|
\
|
*
fpga: altera-cvp: Fix an error handling path in 'altera_cvp_probe()'
Christophe Jaillet
2018-07-07
1
-2
/
+4
*
|
fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls support
Wu Hao
2018-07-15
4
-3
/
+554
*
|
fpga: dfl: afu: add afu sub feature support
Xiao Guangrong
2018-07-15
4
-7
/
+451
*
|
fpga: dfl: afu: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
Wu Hao
2018-07-15
1
-0
/
+11
*
|
fpga: dfl: afu: add header sub feature support
Wu Hao
2018-07-15
1
-1
/
+78
*
|
fpga: dfl: afu: add port ops support
Wu Hao
2018-07-15
1
-1
/
+121
*
|
fpga: dfl: add FPGA Accelerated Function Unit driver basic framework
Wu Hao
2018-07-15
3
-0
/
+173
*
|
fpga: dfl: fme-region: add support for compat_id
Wu Hao
2018-07-15
1
-0
/
+1
*
|
fpga: dfl: add fpga region platform driver for FME
Wu Hao
2018-07-15
3
-0
/
+95
*
|
fpga: dfl: add fpga bridge platform driver for FME
Wu Hao
2018-07-15
3
-0
/
+121
*
|
fpga: dfl: fme-mgr: add compat_id support
Wu Hao
2018-07-15
1
-0
/
+15
*
|
fpga: dfl: add fpga manager platform driver for FME
Wu Hao
2018-07-15
3
-0
/
+341
*
|
fpga: dfl: fme: add partial reconfiguration sub feature support
Kang Luwei
2018-07-15
5
-2
/
+644
*
|
fpga: dfl: fme: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
Wu Hao
2018-07-15
1
-0
/
+12
*
|
fpga: dfl: fme: add header sub feature support
Kang Luwei
2018-07-15
1
-0
/
+68
*
|
fpga: dfl: add FPGA Management Engine driver basic framework
Kang Luwei
2018-07-15
3
-0
/
+171
*
|
fpga: dfl-pci: add enumeration for feature devices
Wu Hao
2018-07-15
1
-2
/
+142
*
|
fpga: add FPGA DFL PCIe device driver
Zhang Yi
2018-07-15
3
-0
/
+121
*
|
fpga: dfl: add dfl_fpga_check_port_id function.
Wu Hao
2018-07-15
2
-0
/
+23
*
|
fpga: dfl: add dfl_fpga_port_ops support.
Wu Hao
2018-07-15
2
-0
/
+100
*
|
fpga: dfl: add feature device infrastructure
Xiao Guangrong
2018-07-15
2
-1
/
+152
*
|
fpga: dfl: add dfl_fpga_cdev_find_port
Wu Hao
2018-07-15
2
-0
/
+53
*
|
fpga: dfl: add chardev support for feature devices
Wu Hao
2018-07-15
2
-3
/
+130
*
|
fpga: add device feature list support
Wu Hao
2018-07-15
4
-0
/
+1019
*
|
fpga: region: add compat_id support
Wu Hao
2018-07-15
1
-0
/
+22
*
|
fpga: mgr: add status for fpga-manager
Wu Hao
2018-07-15
1
-0
/
+28
|
/
*
fpga: clarify that unregister functions also free
Alan Tull
2018-05-25
3
-3
/
+3
*
fpga: region: kernel-doc fixes
Alan Tull
2018-05-25
1
-2
/
+5
*
fpga: bridge: kernel-doc fixes
Alan Tull
2018-05-25
1
-0
/
+1
*
fpga: mgr: kernel-doc fixes
Alan Tull
2018-05-25
1
-9
/
+29
*
fpga: use SPDX
Alan Tull
2018-05-25
11
-135
/
+11
*
fpga: region: change api, add fpga_region_create/free
Alan Tull
2018-05-25
2
-21
/
+60
*
fpga: bridge: change api, don't use drvdata
Alan Tull
2018-05-25
5
-42
/
+117
*
fpga: manager: change api, don't use drvdata
Alan Tull
2018-05-25
11
-59
/
+204
*
fpga: region: don't use drvdata in common fpga code
Alan Tull
2018-05-25
2
-1
/
+1
*
Merge 4.17-rc3 into char-misc-next
Greg Kroah-Hartman
2018-04-30
1
-1
/
+1
|
\
|
*
fpga-manager: altera-ps-spi: preserve nCONFIG state
Anatolij Gustschin
2018-04-23
1
-1
/
+1
*
|
fpga: fpga-region: comment on fpga_region_program_fpga locking
Alan Tull
2018-04-23
1
-0
/
+5
*
|
fpga: lattice machxo2: Add Lattice MachXO2 support
Paolo Pisati
2018-04-23
3
-0
/
+411
*
|
fpga: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
2018-04-23
1
-1
/
+0
|
/
[next]