summaryrefslogtreecommitdiff
path: root/sys/dev/xilinx
AgeCommit message (Expand)Author
2025-12-16axidma(4): switch interrupt type.Ruslan Bukin
2025-12-12xae(4): remove unused function.Ruslan Bukin
2025-11-26xae(4), axidma(4): rewrite DMA operation.Ruslan Bukin
2025-10-27xilinx pci: Codasip Prime board supportRuslan Bukin
2025-04-22axidma(4): add local data cache flushes.Ruslan Bukin
2025-03-26xilinx axi ethernet: allocate memory for buffers.Ruslan Bukin
2025-03-26xilinx quad spi: various fixes.Ruslan Bukin
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-07Mechanically convert if_xae to IfAPIJustin Hibbits
2022-05-23Add fdt to name of a fdt specific functionAndrew Turner
2022-05-10xilinx: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-12if_xae: Remove unused variables.John Baldwin
2022-04-12axidma: Remove unused variables.John Baldwin
2020-09-08RISC-V: fix some mismatched format specifiersMitchell Horne
2020-09-01xilinx: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-08Enter the network epoch in the xdma interrupt handler if requiredRuslan Bukin
2020-02-07Fix xae(4) driver attachement on the Government Furnished Equipment (GFE)Ruslan Bukin
2020-01-29Add driver for Xilinx XDMA PCIe Bridge found in the U.S. GovernmentRuslan Bukin
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-07-04Negate the logic of XCHAN_CAP_NOBUFS macro and rename it toRuslan Bukin
2019-05-08Add driver for the Xilinx AXI Direct Memory Access (AXI DMA) controllerRuslan Bukin
2019-05-08Add driver for Xilinx AXI Ethernet tri-mode (10/100/1000 Mb/s) MAC foundRuslan Bukin
2016-12-18ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot
2016-04-19Assert CS for single transfers.Ruslan Bukin
2016-04-19Add driver for Xilinx AXI Quad SPI device. The device was found inRuslan Bukin