summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-2220-342/+520
|\
| * Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-081-0/+3
| |\
| * | fpga: region: add owner module and take its refcountMarco Pagani2024-04-231-10/+14
| * | fpga: dfl: remove unused member pdata from struct dfl_{afu,fme}Peter Colberg2024-04-234-9/+0
| * | fpga: dfl: remove unused function is_dfl_feature_present()Peter Colberg2024-04-231-5/+0
| * | fpga: ice40-spi: Don't use "proxy" headersAndy Shevchenko2024-04-231-2/+2
| * | fpga: tests: use KUnit devices instead of platform devicesMarco Pagani2024-04-093-46/+44
| * | fpga: altera-cvp: Remove an unused field in struct altera_cvp_confChristophe JAILLET2024-04-021-1/+0
| * | fpga: altera: drop driver owner assignmentKrzysztof Kozlowski2024-04-011-1/+0
| * | fpga: xilinx-core: add new gpio names for prog and initCharles Perry2024-03-311-2/+18
| * | fpga: xilinx-selectmap: add new driverCharles Perry2024-03-313-0/+104
| * | fpga: xilinx-spi: extract a common driver coreCharles Perry2024-03-315-209/+260
| * | fpga: bridge: add owner module and take its refcountMarco Pagani2024-03-311-26/+31
| * | fpga: manager: add owner module and take its refcountMarco Pagani2024-03-311-33/+49
* | | Merge tag 'mfd-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-05-221-1/+2
|\ \ \ | |_|/ |/| |
| * | mfd: intel-m10-bmc: Change staging size to a variableIlpo Järvinen2024-05-101-1/+2
| |/
* / fpga: dfl-pci: add PCI subdevice ID for Intel D5005 cardPeter Colberg2024-04-261-0/+3
|/
* Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-212-5/+5
|\
| * fpga: remove redundant checks for bridge opsMarco Pagani2024-02-181-4/+4
| * fpga: dfl: make dfl_bus_type constRicardo B. Marliere2024-02-181-1/+1
* | fpga: ice40-spi: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-2/+2
|/
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-1714-54/+28
|\
| * fpga: zynq-fpga: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: xilinx-pr-decoupler: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: stratix10-soc: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: socfpga-a10: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: of-fpga-region: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: intel-m10-bmc-sec-update: Convert to platform remove callback returning...Uwe Kleine-König2023-12-211-4/+2
| * fpga: dfl-fme-region: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: dfl-fme-main: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: dfl-fme-br: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: dfl-afu-main: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: altera-hps2fpga: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: altera-freeze-bridge: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * fpga: altera-fpga2sdram: Convert to platform remove callback returning voidUwe Kleine-König2023-12-211-4/+2
| * drivers/fpga: use standard array-copy functionPhilipp Stanner2023-11-171-2/+2
* | eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-1/+1
|/
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-034-62/+15
|\
| * fpga: versal: Add support for 44-bit DMA operationsNava kishore Manne2023-10-161-1/+1
| * fpga: altera-ps-spi: Use spi_get_device_match_data()Rob Herring2023-10-161-40/+6
| * fpga: Use device_get_match_data()Rob Herring2023-10-132-21/+8
* | fpga: Fix memory leak for fpga_region_test_class_find()Jinjie Ruan2023-10-241-0/+2
* | fpga: disable KUnit test suites when module support is enabledMarco Pagani2023-10-211-2/+2
|/
* fpga: region: make fpga_region_class a static const structureIvan Orlov2023-08-111-12/+11
* fpga: fpga-mgr: make fpga_mgr_class a static const structureIvan Orlov2023-08-111-13/+12
* fpga: bridge: make fpga_bridge_class a static const structureIvan Orlov2023-08-111-13/+12
* fpga: dfl-pci: Use pci_find_vsec_capability() to simplify the codeXiongfeng Wang2023-08-071-11/+4
* fpga: add configuration for the FPGA KUnit test suites.Marco Pagani2023-07-235-0/+27
* fpga: add an initial KUnit suite for the FPGA RegionMarco Pagani2023-07-231-0/+211
* fpga: add an initial KUnit suite for the FPGA BridgeMarco Pagani2023-07-231-0/+175