summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/phy.c
Commit message (Expand)AuthorAgeFilesLines
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-20/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* e1000e: Fix error path in link detectionBenjamin Poirier2017-10-101-3/+4
* e1000e: use BIT() macro for bit definesJacob Keller2016-05-131-2/+2
* e1000e: Bump the version to 3.2.5Yanir Lubetkin2015-06-031-1/+1
* e1000e: Cleanup to fix checkpatch missing blank linesDavid Ertman2014-04-231-0/+1
* e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman2014-03-071-27/+20
* e1000e: fix compiler warningsDavid Ertman2013-12-171-3/+7
* e1000e: cleanup whitespaceBruce Allan2013-05-211-11/+11
* e1000e: fix scheduling while atomic bugsBruce Allan2013-03-281-4/+4
* e1000e: additional error handling on PHY register accessesBruce Allan2013-03-271-0/+12
* e1000e: cleanup USLEEP_RANGE checkpatch checksBruce Allan2013-03-081-6/+6
* e1000e: cleanup unnecessary line breaksBruce Allan2013-03-081-4/+2
* e1000e: cleanup formatting of static structsBruce Allan2013-03-081-2/+4
* e1000e: cleanup (add/remove) blank lines where appropriateBruce Allan2013-03-081-0/+2
* e1000e: cleanup SPACING checkpatch checksBruce Allan2013-03-081-1/+1
* e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checksBruce Allan2013-03-081-5/+4
* e1000e: cleanup LEADING_SPACE checkpatch warningsBruce Allan2013-03-081-5/+5
* e1000e: cleanup SPACING checkpatch errors and warningsBruce Allan2013-03-081-1/+1
* e1000e: cleanup CODE_INDENT checkpatch errorsBruce Allan2013-03-081-41/+40
* e1000e: cleanup checkpatch braces checksBruce Allan2013-02-051-1/+0
* e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan2013-02-041-38/+0
* e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan2013-02-041-4/+0
* e1000e: use generic IEEE MII definitionsBruce Allan2013-01-311-92/+87
* e1000e: resolve -Wunused-parameter compile warningsBruce Allan2013-01-311-1/+1
* e1000e: cleanup: group OR'ed bit settings with parensBruce Allan2013-01-311-2/+3
* e1000e: cleanup: remove e1000e_commit_phy()Bruce Allan2013-01-271-23/+12
* e1000e: cleanup: remove e1000_get_cable_length()Bruce Allan2013-01-271-2/+2
* e1000e: cleanup: remove e1000_get_phy_cfg_done()Bruce Allan2013-01-271-19/+1
* e1000e: cleanup: rename e1000_get_cfg_done()Bruce Allan2013-01-271-2/+2
* e1000e: cleanup: remove e1000_force_speed_duplex()Bruce Allan2013-01-271-17/+1
* e1000e: cleanup: remove e1000_set_d0_lplu_state()Bruce Allan2013-01-271-27/+6
* e1000e: cleanup: do not assign a variable a value when not necessaryBruce Allan2013-01-271-3/+3
* e1000e: do not ignore variables which get set a valueBruce Allan2013-01-271-1/+1
* e1000e: cleanup: remove unnecessary function prototypesBruce Allan2013-01-271-2/+1
* e1000e: update copyright dateBruce Allan2013-01-271-1/+1
* e1000e: cosmetic cleanup of commentsBruce Allan2012-12-011-94/+47
* e1000e: implement 82577/579 MDI setting supportBruce W Allan2012-08-211-2/+29
* e1000e: test for valid check_reset_block function pointerBruce Allan2012-06-051-3/+5
* e1000e: enable forced master/slave on 82577Bruce Allan2012-05-051-26/+45
* e1000e: initial support for i217Bruce Allan2012-05-041-0/+3
* e1000e: Resolve intermittent negotiation issue on 82574/82583.Matthew Vick2012-05-031-1/+17
* e1000e: cleanup boolean logicBruce Allan2012-04-141-12/+11
* e1000e: use msleep instead of mdelayBruce Allan2012-02-291-3/+1
* e1000e: cleanup whitespace and indentationBruce Allan2012-02-291-37/+22
* e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan2012-02-241-2/+2
* e1000e: cleanup use of check_reset_block function pointerBruce Allan2012-02-241-1/+1
* e1000e: cleanup goto statements to exit points without common workBruce Allan2012-02-131-122/+88
* e1000e: cleanup: remove unnecessary test and returnBruce Allan2012-02-131-2/+0
* e1000e: cleanup: always return 0Bruce Allan2012-02-131-1/+1