index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fpga
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-31
fpga: stratix10-soc: fix wrong of_node_put() in init function
Nicolas Saenz Julienne
1
-4
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2
-3
/
+2
2018-11-26
fpga: of-fpga-region: Use platform_set_drvdata
Moritz Fischer
1
-1
/
+1
2018-11-26
fpga: dfl-fme-region: Use platform_get_drvdata()
Moritz Fischer
1
-1
/
+1
2018-11-26
fpga: add intel stratix10 soc fpga manager driver
Alan Tull
3
-0
/
+542
2018-11-26
fpga: mgr: altera-ps-spi: enable usage on non-dt platforms
Anatolij Gustschin
1
-5
/
+35
2018-11-26
fpga: altera-cvp: fix probing for multiple FPGAs on the bus
Anatolij Gustschin
1
-10
/
+24
2018-11-11
zynq-fpga: Only route PR via PCAP when required
Mike Looijmans
1
-0
/
+4
2018-11-11
fpga: altera-cvp: Fix registration for CvP incapable devices
Andreas Puhm
1
-0
/
+9
2018-11-11
fpga: dfl: fme: remove set but not used variable 'priv'
YueHaibing
1
-2
/
+0
2018-11-11
fpga: altera-cvp: fix 'bad IO access' on x86_64
Anatolij Gustschin
1
-2
/
+4
2018-10-16
fpga: add devm_fpga_region_create
Alan Tull
4
-20
/
+63
2018-10-16
fpga: bridge: add devm_fpga_bridge_create
Alan Tull
6
-38
/
+73
2018-10-16
fpga: mgr: add devm_fpga_mgr_create
Alan Tull
12
-80
/
+87
2018-10-08
Merge 4.19-rc7 into char-misc-next
Greg Kroah-Hartman
3
-3
/
+6
2018-09-30
fpga: bridge: fix obvious function documentation error
Alan Tull
1
-1
/
+1
2018-09-30
fpga: do not access region struct after fpga_region_unregister
Alan Tull
2
-2
/
+5
2018-09-16
Merge b4.19-rc4 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2018-09-12
drivers: fpga: fix two trivial spelling mistakes
Colin Ian King
2
-2
/
+2
2018-09-12
fpga: dfl: fme: fix return value check in in pr_mgmt_init()
Wei Yongjun
1
-1
/
+1
2018-07-16
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+4
2018-07-15
fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls support
Wu Hao
4
-3
/
+554
2018-07-15
fpga: dfl: afu: add afu sub feature support
Xiao Guangrong
4
-7
/
+451
2018-07-15
fpga: dfl: afu: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
Wu Hao
1
-0
/
+11
2018-07-15
fpga: dfl: afu: add header sub feature support
Wu Hao
1
-1
/
+78
2018-07-15
fpga: dfl: afu: add port ops support
Wu Hao
1
-1
/
+121
2018-07-15
fpga: dfl: add FPGA Accelerated Function Unit driver basic framework
Wu Hao
3
-0
/
+173
2018-07-15
fpga: dfl: fme-region: add support for compat_id
Wu Hao
1
-0
/
+1
2018-07-15
fpga: dfl: add fpga region platform driver for FME
Wu Hao
3
-0
/
+95
2018-07-15
fpga: dfl: add fpga bridge platform driver for FME
Wu Hao
3
-0
/
+121
2018-07-15
fpga: dfl: fme-mgr: add compat_id support
Wu Hao
1
-0
/
+15
2018-07-15
fpga: dfl: add fpga manager platform driver for FME
Wu Hao
3
-0
/
+341
2018-07-15
fpga: dfl: fme: add partial reconfiguration sub feature support
Kang Luwei
5
-2
/
+644
2018-07-15
fpga: dfl: fme: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
Wu Hao
1
-0
/
+12
2018-07-15
fpga: dfl: fme: add header sub feature support
Kang Luwei
1
-0
/
+68
2018-07-15
fpga: dfl: add FPGA Management Engine driver basic framework
Kang Luwei
3
-0
/
+171
2018-07-15
fpga: dfl-pci: add enumeration for feature devices
Wu Hao
1
-2
/
+142
2018-07-15
fpga: add FPGA DFL PCIe device driver
Zhang Yi
3
-0
/
+121
2018-07-15
fpga: dfl: add dfl_fpga_check_port_id function.
Wu Hao
2
-0
/
+23
2018-07-15
fpga: dfl: add dfl_fpga_port_ops support.
Wu Hao
2
-0
/
+100
2018-07-15
fpga: dfl: add feature device infrastructure
Xiao Guangrong
2
-1
/
+152
2018-07-15
fpga: dfl: add dfl_fpga_cdev_find_port
Wu Hao
2
-0
/
+53
2018-07-15
fpga: dfl: add chardev support for feature devices
Wu Hao
2
-3
/
+130
2018-07-15
fpga: add device feature list support
Wu Hao
4
-0
/
+1019
2018-07-15
fpga: region: add compat_id support
Wu Hao
1
-0
/
+22
2018-07-15
fpga: mgr: add status for fpga-manager
Wu Hao
1
-0
/
+28
2018-07-07
fpga: altera-cvp: Fix an error handling path in 'altera_cvp_probe()'
Christophe Jaillet
1
-2
/
+4
2018-05-25
fpga: clarify that unregister functions also free
Alan Tull
3
-3
/
+3
2018-05-25
fpga: region: kernel-doc fixes
Alan Tull
1
-2
/
+5
2018-05-25
fpga: bridge: kernel-doc fixes
Alan Tull
1
-0
/
+1
[next]