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
*
Merge tag 'fpga-cleanup-for-5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2021-01-12
2
-6
/
+4
|
\
|
*
fpga: dfl: fme: Constify static attribute_group structs
Rikard Falkeborn
2021-01-10
1
-3
/
+3
|
*
fpga: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
2021-01-10
1
-3
/
+1
*
|
fpga: dfl: add support for N3000 Nios private feature
Xu Yilun
2021-01-07
3
-0
/
+601
*
|
fpga: dfl: move dfl bus related APIs to include/linux/dfl.h
Xu Yilun
2021-01-07
2
-72
/
+1
*
|
fpga: dfl: move dfl_device_id to mod_devicetable.h
Xu Yilun
2021-01-07
1
-12
/
+1
*
|
fpga: dfl: fix the definitions of type & feature_id for dfl devices
Xu Yilun
2021-01-07
2
-9
/
+8
*
|
fpga: dfl-pci: locate DFLs by PCIe vendor specific capability
Matthew Gerlach
2021-01-07
1
-1
/
+86
*
|
fpga: dfl: refactor cci_enumerate_feature_devs()
Matthew Gerlach
2021-01-07
1
-37
/
+47
|
/
*
Merge 5.10-rc7 into char-misc-next
Greg Kroah-Hartman
2020-12-07
1
-0
/
+1
|
\
|
*
fpga: Specify HAS_IOMEM dependency for FPGA_DFL
David Gow
2020-12-01
1
-0
/
+1
*
|
fpga: fpga-mgr: altera-pr-ip: Simplify registration
Moritz Fischer
2020-12-01
2
-13
/
+1
*
|
fpga: fpga-mgr: zynqmp: Simplify registration
Moritz Fischer
2020-12-01
1
-20
/
+1
*
|
fpga: fpga-mgr: xilinx-spi: Simplify registration
Moritz Fischer
2020-12-01
1
-13
/
+1
*
|
fpga: fpga-mgr: ts73xx: Simplify registration
Moritz Fischer
2020-12-01
1
-13
/
+1
*
|
fpga: fpga-mgr: socfpga: Simplify registration
Moritz Fischer
2020-12-01
1
-13
/
+1
*
|
fpga: fpga-mgr: machxo2-spi: Simplify registration
Moritz Fischer
2020-12-01
1
-13
/
+1
*
|
fpga: fpga-mgr: ice40-spi: Simplify registration
Moritz Fischer
2020-12-01
1
-13
/
+1
*
|
fpga: fpga-mgr: dfl-fme-mgr: Simplify registration
Moritz Fischer
2020-12-01
1
-12
/
+1
*
|
fpga: fpga-mgr: altera-ps-spi: Simplify registration
Moritz Fischer
2020-12-01
1
-13
/
+1
*
|
fpga: fpga-mgr: Add devm_fpga_mgr_register() API
Moritz Fischer
2020-12-01
1
-12
/
+69
|
/
*
fpga: dfl: create a dfl bus type to support DFL devices
Xu Yilun
2020-09-09
2
-8
/
+343
*
fpga: fpga-region: Cleanup an outdated comment
Moritz Fischer
2020-09-04
1
-1
/
+1
*
fpga: dfl: map feature mmio resources in their own feature drivers
Xu Yilun
2020-08-30
3
-77
/
+141
*
fpga manager: xilinx-spi: provide better diagnostics on programming failure
Luca Ceresoli
2020-08-30
1
-1
/
+15
*
fpga manager: xilinx-spi: add error checking after gpiod_get_value()
Luca Ceresoli
2020-08-30
1
-8
/
+27
*
fpga manager: xilinx-spi: fix write_complete timeout handling
Luca Ceresoli
2020-08-30
1
-8
/
+15
*
fpga manager: xilinx-spi: remove final dot from dev_err() strings
Luca Ceresoli
2020-08-30
1
-2
/
+2
*
fpga manager: xilinx-spi: remove stray comment
Luca Ceresoli
2020-08-19
1
-1
/
+0
*
fpga: dfl: change data type of feature id to u16
Xu Yilun
2020-08-19
3
-20
/
+21
*
fpga: stratix10-soc: make FPGA task un-interruptible
Richard Gong
2020-08-19
1
-20
/
+3
*
Merge 5.8-rc7 into char-misc-next
Greg Kroah-Hartman
2020-07-27
2
-2
/
+4
|
\
|
*
fpga: dfl: fix bug in port reset handshake
Matthew Gerlach
2020-07-13
1
-1
/
+2
|
*
fpga: dfl: pci: reduce the scope of variable 'ret'
Xu Yilun
2020-07-13
1
-1
/
+2
*
|
Merge tag 'fpga-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...
Greg Kroah-Hartman
2020-07-23
11
-43
/
+574
|
\
\
|
|
/
|
/
|
|
*
fpga: dfl: pci: add device id for Intel FPGA PAC N3000
Xu Yilun
2020-07-12
1
-0
/
+2
|
*
fpga: dfl: afu: add AFU interrupt support
Xu Yilun
2020-07-06
1
-0
/
+28
|
*
fpga: dfl: fme: add interrupt support for global error reporting
Xu Yilun
2020-07-06
2
-0
/
+24
|
*
fpga: dfl: afu: add interrupt support for port error reporting
Xu Yilun
2020-07-06
2
-0
/
+21
|
*
fpga: dfl: introduce interrupt trigger setting API
Xu Yilun
2020-06-28
2
-0
/
+173
|
*
fpga: dfl: pci: add irq info for feature devices enumeration
Xu Yilun
2020-06-28
1
-9
/
+67
|
*
fpga: dfl: parse interrupt info for feature devices on enumeration
Xu Yilun
2020-06-28
2
-0
/
+194
|
*
fpga manager: xilinx-spi: check INIT_B pin during write_init
Luca Ceresoli
2020-06-26
1
-1
/
+54
|
*
fpga: Fix dead store in fpga-bridge.c
Tom Rix
2020-06-18
1
-4
/
+2
|
*
fpga: Fix dead store fpga-mgr.c
Tom Rix
2020-06-18
1
-3
/
+1
|
*
fpga: dfl: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2020-06-18
2
-8
/
+1
|
*
fpga manager: xilinx-spi: remove unneeded, mistyped variables
Luca Ceresoli
2020-06-18
1
-4
/
+2
|
*
fpga manager: xilinx-spi: valid for the 7 Series too
Luca Ceresoli
2020-06-18
1
-1
/
+1
|
*
fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-06-18
1
-14
/
+5
*
|
Merge tag 'fpga-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2020-06-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]