summaryrefslogtreecommitdiffstats
path: root/drivers/staging/axis-fifo
AgeCommit message (Expand)AuthorLines
2026-01-27staging: axis-fifo: Fix indentationGeet Singhi-1/+1
2026-01-11staging: axis-fifo: Clean up register and mask definitionsOvidiu Panait-27/+25
2026-01-11staging: axis-fifo: Remove redundant commentsOvidiu Panait-95/+10
2026-01-11staging: axis-fifo: Remove noisy error messages for user errorsOvidiu Panait-15/+2
2026-01-11staging: axis-fifo: Remove unnecessary zero-length packet checkOvidiu Panait-5/+0
2026-01-11staging: axis-fifo: Remove unnecessary casts from file->private_dataOvidiu Panait-2/+2
2026-01-11staging: axis-fifo: Drop unneeded release callbackOvidiu Panait-8/+0
2026-01-11staging: axis-fifo: Use devm_kasprintf for device name allocationOvidiu Panait-8/+7
2026-01-11staging: axis-fifo: Add poll() supportOvidiu Panait-1/+25
2026-01-11staging: axis-fifo: Remove read/write timeout module parametersOvidiu Panait-56/+6
2025-10-13staging: axis-fifo: drop debug print of remapped base addressOvidiu Panait-2/+0
2025-10-13staging: axis-fifo: drop redundant read/write_flags from axis_fifoOvidiu Panait-22/+8
2025-10-13staging: axis-fifo: remove get_dts_property() helperOvidiu Panait-26/+13
2025-10-13staging: axis-fifo: remove unneeded irq field from struct axis_fifoOvidiu Panait-7/+6
2025-10-13staging: axis-fifo: simplify interrupt handlingOvidiu Panait-111/+33
2025-10-13staging: axis-fifo: add compatible strings for v4.2 and v4.3Ovidiu Panait-2/+7
2025-10-07Merge tag 'staging-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-37/+31
2025-09-12staging: axis-fifo: flush RX FIFO on read errorsOvidiu Panait-7/+11
2025-09-12staging: axis-fifo: fix TX handling on copy_from_user() failureOvidiu Panait-26/+10
2025-08-18staging: axis-fifo: fix maximum TX packet length checkOvidiu Panait-4/+10
2025-08-13staging: axis-fifo: use unique identifiers in device namesOvidiu Panait-5/+13
2025-08-11staging: axis-fifo: remove unnecessary dev_set_drvdata() callsOvidiu Panait-13/+6
2025-07-24staging: axis-fifo: add debugfs interface for dumping fifo registersOvidiu Panait-0/+44
2025-07-24staging: axis-fifo: remove sysfs interfaceOvidiu Panait-175/+0
2025-04-25staging: axis-fifo: Remove hardware resets for user errorsGabriel Shahrouzi-8/+3
2025-04-25staging: axis-fifo: Correct handling of tx_fifo_depth for size validationGabriel Shahrouzi-3/+0
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos-1/+1
2024-04-09staging: axis-fifo: Fix indentationUri Arev-5/+5
2024-02-17staging: axis-fifo: Use sysfs_emit()Christophe JAILLET-6/+1
2023-07-27staging: Explicitly include correct DT includesRob Herring-4/+2
2023-07-27staging: axis-fifo: Use devm_platform_get_and_ioremap_resource()Yangtao Li-10/+2
2023-06-17axis-fifo: remove the unnecessary dev_info()Prathu Baronia-3/+0
2023-04-03staging: axis-fifo: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-17staging: axis-fifo: initialize timeouts in init onlyKhadija Kamran-11/+17
2021-12-30staging: axis-fifo: Use platform_get_irq() to get the interruptLad Prabhakar-8/+3
2021-09-13staging: axis-fifo: convert to use miscdeviceGreg Kroah-Hartman-62/+26
2021-05-10staging: axis-fifo: axis-fifo: Fix function naming in the documentationLee Jones-1/+1
2021-05-10staging: axis-fifo: axis-fifo: Fix some formatting issuesLee Jones-8/+8
2021-04-08staging: axis-fifo: remove redundant dev_err callMuhammad Usama Anjum-1/+0
2020-04-13staging: axis-fifo: Fix parenthesis alignmentJohn B. Wyatt IV-5/+7
2020-01-22staging: axis-fifo: replace spinlock with mutexQuentin Deslandes-59/+101
2019-12-17staging: axis-fifo: add unspecified HAS_IOMEM dependencyBrendan Higgins-1/+1
2019-11-03staging: axis-fifo: remove unused pointer to memory resourceQuentin Deslandes-7/+4
2019-11-03staging: axis-fifo: request resources using managed functionsQuentin Deslandes-32/+13
2019-11-03staging: axis-fifo: avoid parsing ignored device tree propertiesQuentin Deslandes-191/+74
2019-04-16staging: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz-1/+0
2019-04-16staging: axis-fifo: Add elaborate description in KconfigMoses Christopher-2/+4
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman-0/+1
2019-03-18staging: axis-fifo: add CONFIG_OF dependencyArnd Bergmann-0/+1