summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-249-78/+95
|\ \
| * \ Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman2023-02-062-7/+14
| |\ \
| * \ \ Merge tag 'ib-mfd-fpga-hwmon-v6.3' of git://git.kernel.org/pub/scm/linux/kern...Xu Yilun2023-01-292-138/+228
| |\ \ \
| * | | | fpga: bridge: return errors in the show() method of the "state" attributeMarco Pagani2023-01-281-4/+7
| * | | | fpga: dfl: more kernel-doc correctionsXu Yilun2023-01-285-3/+5
| * | | | fpga: dfl: kernel-doc correctionsRandy Dunlap2023-01-282-4/+5
| * | | | fpga: microchip-spi: separate data frame write routineIvan Bornyakov2023-01-281-13/+23
| * | | | fpga: microchip-spi: rewrite status polling in a time measurable wayIvan Bornyakov2023-01-281-15/+17
| * | | | fpga: microchip-spi: move SPI I/O buffers out of stackIvan Bornyakov2023-01-281-46/+47
| | |_|/ | |/| |
* | | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-242-51/+237
|\ \ \ \
| * \ \ \ Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman2023-02-062-7/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | fpga: dfl: add basic support for DFHv1Matthew Gerlach2023-01-192-51/+205
| * | | | fpga: dfl: Add DFHv1 Register DefinitionsBasheer Ahmed Muddebihal2023-01-191-0/+32
| | |/ / | |/| |
* | | | Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-02-232-143/+274
|\ \ \ \ | |_|/ / |/| | |
| * | | fpga: m10bmc-sec: Add support for N6000Ilpo Järvinen2023-01-301-5/+46
| | |/ | |/|
| * | fpga: m10bmc-sec: Make rsu status type specificIlpo Järvinen2023-01-271-31/+78
| * | fpga: m10bmc-sec: Create helpers for rsu status/progress checksIlpo Järvinen2023-01-271-28/+31
| * | fpga: intel-m10-bmc: Rework flash read/writeIlpo Järvinen2023-01-271-64/+79
| * | mfd: intel-m10-bmc: Support multiple CSR register layoutsIlpo Järvinen2023-01-271-24/+49
| * | mfd: intel-m10-bmc: Split into core and spi specific partsIlpo Järvinen2023-01-271-1/+1
| |/
* | fpga: m10bmc-sec: Fix probe rollbackIlpo Järvinen2022-12-301-5/+12
* | fpga: stratix10-soc: Fix return value check in s10_ops_write_init()Zheng Yongjun2022-12-301-2/+2
|/
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-166-5/+604
|\
| * fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA managerIvan Bornyakov2022-10-255-0/+601
| * fpga: zynq: Switch to use dev_err_probe() helperYang Yingliang2022-10-251-5/+3
* | fpga: m10bmc-sec: Fix kconfig dependenciesRuss Weight2022-11-151-1/+3
|/
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-084-1/+23
|\
| * fpga: m10bmc-sec: d5005 bmc secure update driverRuss Weight2022-09-111-0/+3
| * fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()Dan Carpenter2022-09-041-1/+1
| * fpga: microchip-spi: add missing module author entryConor Dooley2022-08-151-0/+1
| * fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cardsMatthew Gerlach2022-08-151-0/+18
* | fpga: m10bmc-sec: Fix possible memory leak of flash_bufRuss Weight2022-09-191-4/+4
|/
* fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream"Colin Ian King2022-06-291-1/+1
* fpga: microchip-spi: add Microchip MPF FPGA managerIvan Bornyakov2022-06-243-0/+407
* fpga: fpga-mgr: support bitstream offset in image bufferIvan Bornyakov2022-06-241-25/+198
* fpga: altera-pr-ip: fix unsigned comparison with less than zeroMarco Pagani2022-06-101-1/+1
* fpga: Directly use ida_alloc()/free()keliu2022-06-084-11/+11
* fpga: m10bmc-sec: add max10 secure update functionsRuss Weight2022-06-081-0/+394
* fpga: m10bmc-sec: expose max10 canceled keys in sysfsRuss Weight2022-06-081-0/+54
* fpga: m10bmc-sec: expose max10 flash update countRuss Weight2022-06-081-0/+43
* fpga: m10bmc-sec: create max10 bmc secure updateRuss Weight2022-06-083-0/+149
* fpga: dfl: Allow Port to be linked to FME's DFLMatthew Gerlach2022-05-102-0/+10
* fpga: dfl: check feature type before parse irq infoTianfei zhang2022-05-101-16/+22
* fpga: fpga-region: fix kernel-doc formatting issuesNava kishore Manne2022-05-101-7/+9
* fpga: Use tab instead of space indentationNava kishore Manne2022-05-101-3/+3
* fpga: fpga-mgr: fix kernel-doc warningsNava kishore Manne2022-05-101-0/+4
* fpga: fix for coding style issuesNava kishore Manne2022-05-103-10/+11
* fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-251-10/+5