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