summaryrefslogtreecommitdiff
path: root/sys/dev/cadence
AgeCommit message (Expand)Author
2025-01-02cgem: Cleanup detaching of child miibus deviceJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-18if_cgem: Rewrite clock partEmmanuel Vadot
2023-09-18if_cgem: Cleanup compatible and add new onesEmmanuel Vadot
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09cgem: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-12cgem: support SGMII PHY connection modeMilan Obuch
2022-04-12cgem: rework hardware quirk detectionMilan Obuch
2022-02-21if_cgem: Make ext_resources non-optionalEmmanuel Vadot
2021-07-21cgem: Add support for the SiFive FU740Jessica Clarke
2021-02-18cgem: improve usage of busdma(9) KPIMitchell Horne
2021-01-11cgem: update 64-bit checkMitchell Horne
2021-01-10cgem: add 64-bit supportThomas Skibo
2020-09-01cadence: clean up empty lines in .c and .h filesMateusz Guzik
2020-04-02Cadence GEM ethernet driver style clean-up, no functional changes.Ian Lepore
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-29cgem: Add another compat string for the SiFive fu540Mitchell Horne
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-04-24Add support for Cadence network controller found in HiFive Unleashed board.Ruslan Bukin
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-26Refactor DTS files for Zynq-based SoCsOleksandr Tymoshenko
2015-03-09Use the new ifnet API. Also, allocate bus_dma_maps as needed instead ofIan Lepore
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-09-03Fixes and enhancements for the if_cgem driver...Ian Lepore
2014-07-14Fix the Zedboard/Zynq ethernet driver to handle media speed changes soIan Lepore
2014-06-17Fix teardown of static DMA allocations in various NIC drivers:John Baldwin
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-04-28Bring copyright changes with the agreement of Thomas Skibo.Wojciech A. Koszek
2013-04-27Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek