index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
fpga
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-5
/
+5
2024-02-18
fpga: remove redundant checks for bridge ops
Marco Pagani
1
-4
/
+4
2024-02-18
fpga: dfl: make dfl_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-08
fpga: ice40-spi: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-2
/
+2
2024-01-18
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
14
-54
/
+28
2023-12-21
fpga: zynq-fpga: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: xilinx-pr-decoupler: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: stratix10-soc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: socfpga-a10: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: of-fpga-region: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: intel-m10-bmc-sec-update: Convert to platform remove callback returning...
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: dfl-fme-region: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: dfl-fme-main: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: dfl-fme-br: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: dfl-afu-main: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: altera-hps2fpga: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: altera-freeze-bridge: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-21
fpga: altera-fpga2sdram: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-1
/
+1
2023-11-17
drivers/fpga: use standard array-copy function
Philipp Stanner
1
-2
/
+2
2023-11-04
Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-62
/
+15
2023-10-24
fpga: Fix memory leak for fpga_region_test_class_find()
Jinjie Ruan
1
-0
/
+2
2023-10-21
fpga: disable KUnit test suites when module support is enabled
Marco Pagani
1
-2
/
+2
2023-10-16
fpga: versal: Add support for 44-bit DMA operations
Nava kishore Manne
1
-1
/
+1
2023-10-16
fpga: altera-ps-spi: Use spi_get_device_match_data()
Rob Herring
1
-40
/
+6
2023-10-13
fpga: Use device_get_match_data()
Rob Herring
2
-21
/
+8
2023-08-11
fpga: region: make fpga_region_class a static const structure
Ivan Orlov
1
-12
/
+11
2023-08-11
fpga: fpga-mgr: make fpga_mgr_class a static const structure
Ivan Orlov
1
-13
/
+12
2023-08-11
fpga: bridge: make fpga_bridge_class a static const structure
Ivan Orlov
1
-13
/
+12
2023-08-07
fpga: dfl-pci: Use pci_find_vsec_capability() to simplify the code
Xiongfeng Wang
1
-11
/
+4
2023-07-23
fpga: add configuration for the FPGA KUnit test suites.
Marco Pagani
5
-0
/
+27
2023-07-23
fpga: add an initial KUnit suite for the FPGA Region
Marco Pagani
1
-0
/
+211
2023-07-23
fpga: add an initial KUnit suite for the FPGA Bridge
Marco Pagani
1
-0
/
+175
2023-07-23
fpga: add an initial KUnit suite for the FPGA Manager
Marco Pagani
1
-0
/
+327
2023-07-17
fpga: Explicitly include correct DT includes
Rob Herring
6
-7
/
+10
2023-07-15
fpga: socfpga-a10: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-5
/
+2
2023-07-15
fpga: fpga-mgr: altera-pr-ip: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-5
/
+1
2023-07-10
fpga: zynq-fpga: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2023-07-10
fpga: fpga-mgr: ts73xx: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2023-07-10
fpga: fpga-mgr: socfpga: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-5
/
+2
2023-07-10
fpga: xilinx-pr-decoupler: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2023-07-10
fpga: dfl-fme-mgr: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2023-07-10
fpga: bridge: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2023-07-10
fpga: bridge: fix kernel-doc
Marco Pagani
1
-11
/
+12
2023-07-10
fpga: region: fix kernel-doc
Marco Pagani
1
-6
/
+8
2023-07-10
fpga: dfl: fme: use SI unit prefix macros
Peter Colberg
1
-8
/
+9
2023-07-03
Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-6
/
+6
2023-06-15
mfd: intel-m10-bmc: Manage access to MAX 10 fw handshake registers
Ilpo Järvinen
1
-3
/
+14
2023-06-15
mfd: intel-m10-bmc: Create m10bmc_sys_update_bits()
Ilpo Järvinen
1
-16
/
+14
2023-06-06
fpga: zynq-fpga: Ensure proper xCAP interface switch
Alfonso Rodriguez
1
-4
/
+4
[next]