aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dwc
Commit message (Expand)AuthorAgeFilesLines
* ofw: bool-ify OF_hasprop()Mitchell Horne2026-04-161-4/+4
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* dwc: cleanupMichael Tuexen2026-01-201-10/+6
* dwc: add receive checksum offload for IPv6Michael Tuexen2026-01-173-6/+6
* dwc: add transmit checksum offload for IPv6Michael Tuexen2026-01-172-3/+9
* dwc: prepare for IPv6 transmit checksum offloadingMichael Tuexen2026-01-161-3/+3
* dwc: improve IPv4 transmit checksum offloadingMichael Tuexen2026-01-161-14/+7
* if_dwc: Add support for cvitek ethernet controllerBojan Novković2025-08-011-0/+89
* if_dwc: Ignore clk_set_assigned errors if "assigned_clocks" is not specifiedBojan Novković2025-08-011-1/+1
* Remove now-redundant calls to device_delete_childJohn Baldwin2025-01-021-4/+0
* dwc: fix DEBUG macro nameMitchell Horne2024-02-271-1/+1
* dwc: Fix two typos in a source code commentGordon Bergling2024-01-221-1/+1
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-101-1/+1
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-102-2/+2
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-106-6/+6
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-106-6/+6
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-6/+0
* Revert "dwc: re-rewrite barrier part"Emmanuel Vadot2023-10-161-0/+3
* dwc: re-rewrite barrier partEmmanuel Vadot2023-10-121-3/+3
* dwc: Rewrite barrier partEmmanuel Vadot2023-10-061-3/+0
* dwc: rockchip: Properly calculate mii clock based on pclk_macEmmanuel Vadot2023-10-061-2/+22
* dwc: Get the mii clock after calling IF_DWC_INITEmmanuel Vadot2023-10-061-1/+5
* dwc: Rewrite part of the descriptors setup functionsEmmanuel Vadot2023-10-061-37/+29
* dwc: if_dwc_aw: Include net/if_media.hEmmanuel Vadot2023-10-051-0/+1
* dwc: Remove if_dwc_mac_typeEmmanuel Vadot2023-10-059-46/+22
* dwc: Move BUS_MODE_DEFAULT_PBL; in if_dwcvar.hEmmanuel Vadot2023-10-053-3/+3
* dwc: Do not re-invent phy mode typeEmmanuel Vadot2023-10-054-21/+25
* dwc: Move dma engine configuration to dwc1000_dma.cEmmanuel Vadot2023-10-053-28/+31
* dwc: Move the dma reset code in dwc1000_dma.cEmmanuel Vadot2023-10-054-17/+30
* dwc: Setup desc addresses in the dma init function.Emmanuel Vadot2023-10-052-11/+11
* dwc: Move interrupt related code to core and dma fileEmmanuel Vadot2023-10-055-29/+66
* dwc: Put all DMA related defines in dma1000_dma.cEmmanuel Vadot2023-10-052-95/+96
* dwc: Move struct dwc_hash_maddr_ctx declaration in dwc1000_coreEmmanuel Vadot2023-10-052-5/+5
* dwc: Move the txstart dma part to dwc1000_dmaEmmanuel Vadot2023-10-053-42/+50
* dwc: Split core functionsEmmanuel Vadot2023-10-053-363/+474
* dwc: Split dma functionsEmmanuel Vadot2023-10-054-741/+848
* dwc: Rename if_dwc.h to dwc1000_reg.hEmmanuel Vadot2023-10-056-19/+22
* dwc: Drop 'All rights reserved'Emmanuel Vadot2023-10-053-3/+0
* dwc: Rewrite clock and reset functionsEmmanuel Vadot2023-10-055-54/+98
* dwc: Add support for aalEmmanuel Vadot2023-10-052-0/+6
* dwc: Add support for mixed-burstEmmanuel Vadot2023-10-052-0/+6
* dwc: Remove unused GPIO_ACTIVE_LOW defineEmmanuel Vadot2023-10-051-6/+4
* dwc: Rename dwc_reset to dwc_reset_phyEmmanuel Vadot2023-10-052-19/+23
* dwc: Move every sub drivers to dev/dwcEmmanuel Vadot2023-10-053-0/+880
* IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits2023-08-251-1/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* dwc(4): Use bool rather than boolean_t.John Baldwin2023-05-041-3/+3
* Mechanically convert dwc(4) to IfAPIJustin Hibbits2023-03-072-2/+2