Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
6975259ae30e05068e87ab35dfc4caefb47cffe2
/
drivers
/
fpga
f632a81
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
6941673
fpga: dfl: fme: align PR buffer size per PR datawidth
by Wu Hao
· 6 years ago
49ec630
fpga: dfl: fme: remove copy_to_user() in ioctl for PR
by Wu Hao
· 6 years ago
e150e3f
fpga: dfl-fme-mgr: fix FME_PR_INTFC_ID register address.
by Wu Hao
· 6 years ago
65b6668
drivers: Add generic helper to match by of_node
by Suzuki K Poulose
· 6 years ago
786285f
drivers: fpga: Kconfig: pedantic cleanups
by Enrico Weigelt
· 6 years ago
9331b67
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
1ce2c85
Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
b886d83
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
by Thomas Gleixner
· 6 years ago
75a6faf
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
by Thomas Gleixner
· 6 years ago
8e8e69d
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
by Thomas Gleixner
· 6 years ago
498ddaa
fpga: zynqmp-fpga: Correctly handle error pointer
by Moritz Fischer
· 6 years ago
de9a7f6
fpga: dfl: expand minor range when registering chrdev region
by Chengguang Xu
· 6 years ago
dfe3de8
fpga: dfl: Add lockdep classes for pdata->lock
by Scott Wood
· 6 years ago
1306984
fpga: dfl: afu: Pass the correct device to dma_mapping_error()
by Scott Wood
· 6 years ago
f5dd873
fpga: stratix10-soc: fix use-after-free on s10_init()
by Wen Yang
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
dc413a9
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
c09f747
fpga manager: Adding FPGA Manager support for Xilinx zynqmp
by Nava kishore Manne
· 6 years ago
5c07488
Merge 5.0-rc6 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
38cd7ad
fpga: altera_freeze_bridge: remove restriction to socfpga
by Alan Tull
· 6 years ago
f1bd3a6
fpga: mgr: altera-ps-spi: make array dummy static, shrinks object size
by Colin Ian King
· 6 years ago
32a6637
fpga: stratix10-soc: fix wrong of_node_put() in init function
by Nicolas Saenz Julienne
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
488d040
fpga: of-fpga-region: Use platform_set_drvdata
by Moritz Fischer
· 6 years ago
b77c987
fpga: dfl-fme-region: Use platform_get_drvdata()
by Moritz Fischer
· 6 years ago
e7eef1d
fpga: add intel stratix10 soc fpga manager driver
by Alan Tull
· 6 years ago
1a195d8
fpga: mgr: altera-ps-spi: enable usage on non-dt platforms
by Anatolij Gustschin
· 6 years ago
30522a9
fpga: altera-cvp: fix probing for multiple FPGAs on the bus
by Anatolij Gustschin
· 6 years ago
9e9a615
zynq-fpga: Only route PR via PCAP when required
by Mike Looijmans
· 6 years ago
68f6053
fpga: altera-cvp: Fix registration for CvP incapable devices
by Andreas Puhm
· 6 years ago
ae66864
fpga: dfl: fme: remove set but not used variable 'priv'
by YueHaibing
· 6 years ago
187fade
fpga: altera-cvp: fix 'bad IO access' on x86_64
by Anatolij Gustschin
· 6 years ago
fea82b7
fpga: add devm_fpga_region_create
by Alan Tull
· 6 years ago
213befe
fpga: bridge: add devm_fpga_bridge_create
by Alan Tull
· 6 years ago
084181f
fpga: mgr: add devm_fpga_mgr_create
by Alan Tull
· 6 years ago
ba1cb31
Merge 4.19-rc7 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
b4d9a0e
fpga: bridge: fix obvious function documentation error
by Alan Tull
· 6 years ago
34bd2833
fpga: do not access region struct after fpga_region_unregister
by Alan Tull
· 6 years ago
f685fc6
Merge b4.19-rc4 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
83b15fe
drivers: fpga: fix two trivial spelling mistakes
by Colin Ian King
· 6 years ago
029d727b
fpga: dfl: fme: fix return value check in in pr_mgmt_init()
by Wei Yongjun
· 6 years ago
83cf9cd
Merge 4.18-rc5 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
fa8dda1
fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls support
by Wu Hao
· 7 years ago
857a262
fpga: dfl: afu: add afu sub feature support
by Xiao Guangrong
· 7 years ago
6fd893c
fpga: dfl: afu: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
by Wu Hao
· 7 years ago
e4664c0
fpga: dfl: afu: add header sub feature support
by Wu Hao
· 7 years ago
47c1b19
fpga: dfl: afu: add port ops support
by Wu Hao
· 7 years ago
1a1527c
fpga: dfl: add FPGA Accelerated Function Unit driver basic framework
by Wu Hao
· 7 years ago
7514a42
fpga: dfl: fme-region: add support for compat_id
by Wu Hao
· 7 years ago
bb61b9b
fpga: dfl: add fpga region platform driver for FME
by Wu Hao
· 7 years ago
de892df
fpga: dfl: add fpga bridge platform driver for FME
by Wu Hao
· 7 years ago
5ebae80
fpga: dfl: fme-mgr: add compat_id support
by Wu Hao
· 7 years ago
af275ec
fpga: dfl: add fpga manager platform driver for FME
by Wu Hao
· 7 years ago
29de762
fpga: dfl: fme: add partial reconfiguration sub feature support
by Kang Luwei
· 7 years ago
620e1902
fpga: dfl: fme: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
by Wu Hao
· 7 years ago
0a27ff2
fpga: dfl: fme: add header sub feature support
by Kang Luwei
· 7 years ago
322ddeb
fpga: dfl: add FPGA Management Engine driver basic framework
by Kang Luwei
· 7 years ago
968b819
fpga: dfl-pci: add enumeration for feature devices
by Wu Hao
· 7 years ago
72ddd9f
fpga: add FPGA DFL PCIe device driver
by Zhang Yi
· 7 years ago
d06b004
fpga: dfl: add dfl_fpga_check_port_id function.
by Wu Hao
· 7 years ago
6e8fd6e
fpga: dfl: add dfl_fpga_port_ops support.
by Wu Hao
· 7 years ago
5b57d02
fpga: dfl: add feature device infrastructure
by Xiao Guangrong
· 7 years ago
5d56e11
fpga: dfl: add dfl_fpga_cdev_find_port
by Wu Hao
· 7 years ago
b16c514
fpga: dfl: add chardev support for feature devices
by Wu Hao
· 7 years ago
543be3d
fpga: add device feature list support
by Wu Hao
· 7 years ago
41a8b2c
fpga: region: add compat_id support
by Wu Hao
· 7 years ago
ecb5fbe
fpga: mgr: add status for fpga-manager
by Wu Hao
· 7 years ago
122c577
fpga: altera-cvp: Fix an error handling path in 'altera_cvp_probe()'
by Christophe Jaillet
· 7 years ago
fdff405
fpga: clarify that unregister functions also free
by Alan Tull
· 7 years ago
917a430
fpga: region: kernel-doc fixes
by Alan Tull
· 7 years ago
060ac5c
fpga: bridge: kernel-doc fixes
by Alan Tull
· 7 years ago
ff9da89
fpga: mgr: kernel-doc fixes
by Alan Tull
· 7 years ago
473f01f
fpga: use SPDX
by Alan Tull
· 7 years ago
9f36897
fpga: region: change api, add fpga_region_create/free
by Alan Tull
· 7 years ago
371cd1b
fpga: bridge: change api, don't use drvdata
by Alan Tull
· 7 years ago
7085e2a
fpga: manager: change api, don't use drvdata
by Alan Tull
· 7 years ago
bbaa9cd
fpga: region: don't use drvdata in common fpga code
by Alan Tull
· 7 years ago
720d690
Merge 4.17-rc3 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
093a89d
fpga: fpga-region: comment on fpga_region_program_fpga locking
by Alan Tull
· 7 years ago
88fb3a0
fpga: lattice machxo2: Add Lattice MachXO2 support
by Paolo Pisati
· 7 years ago
84d84c5
fpga: Remove depends on HAS_DMA in case of platform dependency
by Geert Uytterhoeven
· 7 years ago
881c93c
fpga-manager: altera-ps-spi: preserve nCONFIG state
by Anatolij Gustschin
· 7 years ago
c4ccc89
PCI: Add Altera vendor ID
by Johannes Thumshirn
· 7 years ago
d9cc5a0
fpga: socfpga-a10: disable clk on error in socfpga_a10_fpga_probe()
by Alexey Khoroshilov
· 7 years ago
0f5eb15
fpga: region: release of_parse_phandle nodes after use
by Ian Abbott
· 7 years ago
397f33c
fpga: fpga-bridge: remove unnecessary null check in of_fpga_bridge_get
by Gustavo A. R. Silva
· 7 years ago
5f76c6f
fpga: fpga-mgr: remove unnecessary code in __fpga_mgr_get
by Gustavo A. R. Silva
· 7 years ago
845089b
fpga: add attribute groups
by Alan Tull
· 7 years ago
84e93f1
fpga: clean up fpga Kconfig
by Alan Tull
· 7 years ago
8a54167
fpga: of-fpga-region: accept overlays that don't program FPGA
by Alan Tull
· 7 years ago
ef3acdd
fpga: region: move device tree support to of-fpga-region.c
by Alan Tull
· 7 years ago
503d4b7
fpga: region: add fpga_region_class_find
by Alan Tull
· 7 years ago
52a3a7c
fpga: region: add register/unregister functions
by Alan Tull
· 7 years ago
3b49537
fpga: region: rename some functions prior to moving
by Alan Tull
· 7 years ago
59460a9
fpga: region: add fpga-region.h header
by Alan Tull
· 7 years ago
c8898ed
fpga: region: separate out code that parses the overlay
by Alan Tull
· 7 years ago
61c3210
fpga: region: use image info as parameter for programming region
by Alan Tull
· 7 years ago
ed81f5f
fpga: region: fix slow warning with more than one overlay
by Alan Tull
· 7 years ago
Next »