aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-05-01net: aquantia: fixups on 64bit dma countersDmitry Bogdanov1-5/+7
2019-05-01net: aquantia: add infrastructure to readout chip temperatureYana Esina1-0/+1
2019-03-01net: aquantia: use better wrappers for state registersNikita Danilov1-3/+3
2019-03-01net: aquantia: replace AQ_HW_WAIT_FOR with readx_poll_timeout_atomicNikita Danilov1-32/+78
2018-11-27net: aquantia: return 'err' if set MPI_DEINIT state failsYueHaibing1-0/+2
2018-11-17net: aquantia: cleanup err handing in hw_atl_utils_fw_rpc_waitYueHaibing1-4/+0
2018-09-28net: aquantia: Make function aq_fw1x_set_power() staticWei Yongjun1-2/+2
2018-09-11net: aquantia: renaming for better visibilityNikita Danilov1-7/+7
2018-09-11net: aquantia: whitespace changesNikita Danilov1-16/+17
2018-09-11net: aquantia: implement EEE supportYana Esina1-0/+2
2018-09-11net: aquantia: implement WOL supportYana Esina1-8/+76
2018-09-11net: aquantia: fix hw_atl_utils_fw_upload_dwordsYana Esina1-11/+25
2018-07-05net: aquantia: Make some functions staticWei Yongjun1-3/+3
2018-07-03net: aquantia: Implement rx/tx flow control ethtools callbackIgor Russkikh1-0/+1
2018-07-03net: aquantia: Improve adapter init/deinit logicIgor Russkikh1-24/+29
2018-04-11net: aquantia: Regression on reset with 1.x firmwareIgor Russkikh1-0/+16
2018-03-27net: aquantia: Make function hw_atl_utils_mpi_set_speed() staticWei Yongjun1-1/+1
2018-03-22net: aquantia: Change inefficient wait loop on fw data readsIgor Russkikh1-15/+27
2018-03-22net: aquantia: Fix a regression with reset on old firmwareIgor Russkikh1-0/+4
2018-03-22net: aquantia: Fix hardware reset when SPI may rarely hangupIgor Russkikh1-5/+15
2018-01-21net: aquantia: Introduce global AQC hardware reset sequenceIgor Russkikh1-8/+179
2018-01-21net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh1-2/+10
2018-01-21net: aquantia: Introduce firmware ops callbacksIgor Russkikh1-25/+56
2018-01-21net: aquantia: Cleanup pci functions moduleIgor Russkikh1-2/+0
2018-01-16net: aquantia: Prepend hw access functions declarations with prefixIgor Russkikh1-15/+15
2018-01-16net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh1-2/+2
2018-01-16net: aquantia: Cleanup hardware access modulesIgor Russkikh1-29/+25
2018-01-16net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZEIgor Russkikh1-1/+1
2017-12-15net: aquantia: Extend stat counters to 64bit valuesIgor Russkikh1-55/+25
2017-10-21net: aquantia: Reset nic statistics on interface up/downIgor Russkikh1-14/+55
2017-09-26aquantia: Fix transient invalid link down/up indicationsIgor Russkikh1-2/+1
2017-08-29net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous1-0/+6
2017-08-29net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous1-2/+2
2017-01-24net: ethernet: aquantia: Atlantic hardware abstraction layerDavid VomLehn1-0/+570