summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek/mtk_wed_mcu.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25net: ethernet: mtk_wed: remove wo pointer in wo_r32/wo_w32 signatureLorenzo Bianconi1-6/+6
2023-10-25net: ethernet: mtk_wed: fix firmware loading for MT7986 SoCLorenzo Bianconi1-23/+25
2023-09-19net: ethernet: mtk_wed: introduce WED support for MT7988Sujuan Chen1-9/+24
2023-09-19net: ethernet: mtk_wed: make memory region optionalLorenzo Bianconi1-10/+13
2023-09-19net: ethernet: mtk_wed: move mem_region array out of mtk_wed_mcu_load_firmwareLorenzo Bianconi1-19/+18
2023-09-19net: ethernet: mtk_wed: do not configure rx offload if not supportedLorenzo Bianconi1-1/+1
2023-09-19net: ethernet: mtk_wed: introduce versioning utility routinesLorenzo Bianconi1-1/+1
2023-09-14net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()Lorenzo Bianconi1-0/+3
2023-04-22net: ethernet: mtk_eth_soc: use WO firmware for MT7981Daniel Golle1-1/+6
2022-12-09net: ethernet: mtk_wed: fix some possible NULL pointer dereferencesLorenzo Bianconi1-0/+3
2022-11-11net: ethernet: mtk_wed: add configure wed wo supportLorenzo Bianconi1-8/+37
2022-11-11net: ethernet: mtk_wed: introduce wed wo supportLorenzo Bianconi1-2/+1
2022-11-11net: ethernet: mtk_wed: introduce wed mcu supportSujuan Chen1-0/+359