index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
axis-fifo
Age
Commit message (
Expand
)
Author
Lines
2026-01-27
staging: axis-fifo: Fix indentation
Geet Singhi
-1
/
+1
2026-01-11
staging: axis-fifo: Clean up register and mask definitions
Ovidiu Panait
-27
/
+25
2026-01-11
staging: axis-fifo: Remove redundant comments
Ovidiu Panait
-95
/
+10
2026-01-11
staging: axis-fifo: Remove noisy error messages for user errors
Ovidiu Panait
-15
/
+2
2026-01-11
staging: axis-fifo: Remove unnecessary zero-length packet check
Ovidiu Panait
-5
/
+0
2026-01-11
staging: axis-fifo: Remove unnecessary casts from file->private_data
Ovidiu Panait
-2
/
+2
2026-01-11
staging: axis-fifo: Drop unneeded release callback
Ovidiu Panait
-8
/
+0
2026-01-11
staging: axis-fifo: Use devm_kasprintf for device name allocation
Ovidiu Panait
-8
/
+7
2026-01-11
staging: axis-fifo: Add poll() support
Ovidiu Panait
-1
/
+25
2026-01-11
staging: axis-fifo: Remove read/write timeout module parameters
Ovidiu Panait
-56
/
+6
2025-10-13
staging: axis-fifo: drop debug print of remapped base address
Ovidiu Panait
-2
/
+0
2025-10-13
staging: axis-fifo: drop redundant read/write_flags from axis_fifo
Ovidiu Panait
-22
/
+8
2025-10-13
staging: axis-fifo: remove get_dts_property() helper
Ovidiu Panait
-26
/
+13
2025-10-13
staging: axis-fifo: remove unneeded irq field from struct axis_fifo
Ovidiu Panait
-7
/
+6
2025-10-13
staging: axis-fifo: simplify interrupt handling
Ovidiu Panait
-111
/
+33
2025-10-13
staging: axis-fifo: add compatible strings for v4.2 and v4.3
Ovidiu Panait
-2
/
+7
2025-10-07
Merge tag 'staging-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-37
/
+31
2025-09-12
staging: axis-fifo: flush RX FIFO on read errors
Ovidiu Panait
-7
/
+11
2025-09-12
staging: axis-fifo: fix TX handling on copy_from_user() failure
Ovidiu Panait
-26
/
+10
2025-08-18
staging: axis-fifo: fix maximum TX packet length check
Ovidiu Panait
-4
/
+10
2025-08-13
staging: axis-fifo: use unique identifiers in device names
Ovidiu Panait
-5
/
+13
2025-08-11
staging: axis-fifo: remove unnecessary dev_set_drvdata() calls
Ovidiu Panait
-13
/
+6
2025-07-24
staging: axis-fifo: add debugfs interface for dumping fifo registers
Ovidiu Panait
-0
/
+44
2025-07-24
staging: axis-fifo: remove sysfs interface
Ovidiu Panait
-175
/
+0
2025-04-25
staging: axis-fifo: Remove hardware resets for user errors
Gabriel Shahrouzi
-8
/
+3
2025-04-25
staging: axis-fifo: Correct handling of tx_fifo_depth for size validation
Gabriel Shahrouzi
-3
/
+0
2024-10-09
staging: Switch back to struct platform_driver::remove()
Sergio Paracuellos
-1
/
+1
2024-04-09
staging: axis-fifo: Fix indentation
Uri Arev
-5
/
+5
2024-02-17
staging: axis-fifo: Use sysfs_emit()
Christophe JAILLET
-6
/
+1
2023-07-27
staging: Explicitly include correct DT includes
Rob Herring
-4
/
+2
2023-07-27
staging: axis-fifo: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
-10
/
+2
2023-06-17
axis-fifo: remove the unnecessary dev_info()
Prathu Baronia
-3
/
+0
2023-04-03
staging: axis-fifo: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-03-17
staging: axis-fifo: initialize timeouts in init only
Khadija Kamran
-11
/
+17
2021-12-30
staging: axis-fifo: Use platform_get_irq() to get the interrupt
Lad Prabhakar
-8
/
+3
2021-09-13
staging: axis-fifo: convert to use miscdevice
Greg Kroah-Hartman
-62
/
+26
2021-05-10
staging: axis-fifo: axis-fifo: Fix function naming in the documentation
Lee Jones
-1
/
+1
2021-05-10
staging: axis-fifo: axis-fifo: Fix some formatting issues
Lee Jones
-8
/
+8
2021-04-08
staging: axis-fifo: remove redundant dev_err call
Muhammad Usama Anjum
-1
/
+0
2020-04-13
staging: axis-fifo: Fix parenthesis alignment
John B. Wyatt IV
-5
/
+7
2020-01-22
staging: axis-fifo: replace spinlock with mutex
Quentin Deslandes
-59
/
+101
2019-12-17
staging: axis-fifo: add unspecified HAS_IOMEM dependency
Brendan Higgins
-1
/
+1
2019-11-03
staging: axis-fifo: remove unused pointer to memory resource
Quentin Deslandes
-7
/
+4
2019-11-03
staging: axis-fifo: request resources using managed functions
Quentin Deslandes
-32
/
+13
2019-11-03
staging: axis-fifo: avoid parsing ignored device tree properties
Quentin Deslandes
-191
/
+74
2019-04-16
staging: remove redundant 'default n' from Kconfig
Bartlomiej Zolnierkiewicz
-1
/
+0
2019-04-16
staging: axis-fifo: Add elaborate description in Kconfig
Moses Christopher
-2
/
+4
2019-04-03
staging: add missing SPDX lines to Makefile files
Greg Kroah-Hartman
-0
/
+1
2019-04-03
staging: add missing SPDX lines to Kconfig files
Greg Kroah-Hartman
-0
/
+1
2019-03-18
staging: axis-fifo: add CONFIG_OF dependency
Arnd Bergmann
-0
/
+1
[next]