aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cadence
Commit message (Expand)AuthorAgeFilesLines
* cgem: Cleanup detaching of child miibus deviceJohn Baldwin2025-01-021-6/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+0
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* if_cgem: Rewrite clock partEmmanuel Vadot2023-09-181-32/+86
* if_cgem: Cleanup compatible and add new onesEmmanuel Vadot2023-09-181-5/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* cgem: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* cgem: support SGMII PHY connection modeMilan Obuch2022-04-122-1/+15
* cgem: rework hardware quirk detectionMilan Obuch2022-04-121-18/+19
* if_cgem: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-28/+0
* cgem: Add support for the SiFive FU740Jessica Clarke2021-07-211-4/+4
* cgem: improve usage of busdma(9) KPIMitchell Horne2021-02-181-8/+4
* cgem: update 64-bit checkMitchell Horne2021-01-111-1/+1
* cgem: add 64-bit supportThomas Skibo2021-01-102-109/+296
* cadence: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Cadence GEM ethernet driver style clean-up, no functional changes.Ian Lepore2020-04-022-451/+452
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* cgem: Add another compat string for the SiFive fu540Mitchell Horne2020-01-291-3/+4
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-33/+23
* Add support for Cadence network controller found in HiFive Unleashed board.Ruslan Bukin2019-04-241-1/+7
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Refactor DTS files for Zynq-based SoCsOleksandr Tymoshenko2016-04-261-0/+3
* Use the new ifnet API. Also, allocate bus_dma_maps as needed instead ofIan Lepore2015-03-091-97/+134
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-8/+8
* Fixes and enhancements for the if_cgem driver...Ian Lepore2014-09-032-114/+515
* Fix the Zedboard/Zynq ethernet driver to handle media speed changes soIan Lepore2014-07-141-33/+71
* Fix teardown of static DMA allocations in various NIC drivers:John Baldwin2014-06-171-4/+12
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Bring copyright changes with the agreement of Thomas Skibo.Wojciech A. Koszek2013-04-282-5/+6
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-272-0/+1759