summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/oa_tc6.c
AgeCommit message (Expand)AuthorFilesLines
13 daysnet: ethernet: oa_tc6: Fix for the wrong data typeSelvamani Rajagopal1-1/+1
13 daysnet: ethernet: oa_tc6: Disable tx queues on fatal errorSelvamani Rajagopal1-0/+4
13 daysnet: ethernet: oa_tc6: Improve the error recoverySelvamani Rajagopal1-35/+108
13 daysnet: ethernet: oa_tc6: Protect skb pointer used by two different kernel insta...Selvamani Rajagopal1-33/+76
2026-07-21net: ethernet: oa_tc6: Use the read_mms/write_mms functions for C45Ciprian Regus1-9/+10
2026-07-21net: ethernet: oa_tc6: Add read_mms/write_mms register access functionsCiprian Regus1-0/+44
2026-07-21net: ethernet: oa_tc6: Add the OA_TC6_ prefix to standard registersCiprian Regus1-18/+19
2026-07-21net: ethernet: oa_tc6: Export standard defined registersCiprian Regus1-50/+0
2026-07-21net: ethernet: oa_tc6: Export the C45 access functionsCiprian Regus1-4/+6
2026-07-21net: ethernet: oa_tc6: add OA_TC6_BROKEN_PHY quirk flagCiprian Regus1-1/+13
2026-07-21net: ethernet: oa_tc6: Handle the OA TC6 SPI protected modeCiprian Regus1-17/+76
2026-06-15net: ethernet: oa_tc6: Remove FCS size in RX frameSelvamani Rajagopal1-0/+11
2026-06-15net: ethernet: oa_tc6: mdiobus->parent initialized with NULLSelvamani Rajagopal1-2/+1
2026-06-15net: ethernet: oa_tc6: Interrupt is active low, level triggered.Selvamani Rajagopal1-50/+76
2025-08-29net: ethernet: oa_tc6: Handle failure of spi_setupStefan Wahren1-1/+2
2024-12-17net: ethernet: oa_tc6: fix tx skb race condition between reference pointersParthiban Veerasooran1-0/+6
2024-12-17net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0Parthiban Veerasooran1-2/+3
2024-09-11net: ethernet: oa_tc6: add helper function to enable zero align rx frameParthiban Veerasooran1-0/+24
2024-09-11net: ethernet: oa_tc6: implement mac-phy interruptParthiban Veerasooran1-1/+51
2024-09-11net: ethernet: oa_tc6: implement receive path to receive rx ethernet framesParthiban Veerasooran1-8/+233
2024-09-11net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet framesParthiban Veerasooran1-2/+397
2024-09-11net: ethernet: oa_tc6: enable open alliance tc6 data communicationParthiban Veerasooran1-0/+30
2024-09-11net: ethernet: oa_tc6: implement internal PHY initializationParthiban Veerasooran1-1/+229
2024-09-11net: ethernet: oa_tc6: implement error interrupts unmaskingParthiban Veerasooran1-0/+31
2024-09-11net: ethernet: oa_tc6: implement software resetParthiban Veerasooran1-0/+56
2024-09-11net: ethernet: oa_tc6: implement register read operationParthiban Veerasooran1-2/+82
2024-09-11net: ethernet: oa_tc6: implement register write operationParthiban Veerasooran1-0/+242