summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns_mdio.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-20net: ethernet: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-07-19net: hns: Remove unnecessary (void*) conversionsWu Yunchuan1-5/+5
2023-01-18net: hns: Separate C22 and C45 transactionsAndrew Lunn1-57/+135
2022-07-04net: hns: Fix spelling mistakes in comments.Zhang Jiaming1-2/+2
2021-09-27net: hns: Fix spelling mistake "maped" -> "mapped"Colin Ian King1-1/+1
2021-03-24net: hns: remove redundant variable initializationYonglong Liu1-2/+2
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-2/+1
2019-10-03net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_r...Yizhuo1-1/+5
2019-07-13net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu1-11/+7
2019-01-28net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu1-1/+1
2017-07-08net: hns: Fix a wrong op phy C45 codeYunsheng Lin1-1/+1
2017-04-04net: hns: Optimise the code in hns_mdio_wait_ready()Kejian Yan1-4/+6
2017-04-04net: hns: Clean redundant code from hns_mdio.c fileKejian Yan1-10/+0
2016-10-17net: hisilicon: Fix hns_mdio module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-07-01net: hns: get reset registers from DTKejian Yan1-14/+66
2016-06-05net: hisilicon: add support of acpi for hns-mdioKejian Yan1-37/+69
2016-06-05net: hisilicon: cleanup to prepare for other casesKejian Yan1-30/+18
2016-01-15net: hns: fixes no syscon error when init mdioyankejian1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-5/+0
2015-10-22net: hisilicon: deals with the sub ctrl by sysconyankejian1-10/+11
2015-09-21net: add Hisilicon Network Subsystem MDIO supporthuangdaode1-0/+520