Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1a60864fc1c3b268a921549bcfc707c98083260b
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
phy.c
9e6c3b6
e1000e: fix compiler warnings
by David Ertman
· 11 years ago
e80bd1d
e1000e: cleanup whitespace
by Bruce Allan
· 12 years ago
274a85e
e1000e: fix scheduling while atomic bugs
by Bruce Allan
· 12 years ago
bb03451
e1000e: additional error handling on PHY register accesses
by Bruce Allan
· 12 years ago
ce43a21
e1000e: cleanup USLEEP_RANGE checkpatch checks
by Bruce Allan
· 12 years ago
e5fe254
e1000e: cleanup unnecessary line breaks
by Bruce Allan
· 12 years ago
04e115c
e1000e: cleanup formatting of static structs
by Bruce Allan
· 12 years ago
fc830b7
e1000e: cleanup (add/remove) blank lines where appropriate
by Bruce Allan
· 12 years ago
53aa82d
e1000e: cleanup SPACING checkpatch checks
by Bruce Allan
· 12 years ago
17e813e
e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checks
by Bruce Allan
· 12 years ago
66501f5
e1000e: cleanup LEADING_SPACE checkpatch warnings
by Bruce Allan
· 12 years ago
362e20c
e1000e: cleanup SPACING checkpatch errors and warnings
by Bruce Allan
· 12 years ago
f0ff439
e1000e: cleanup CODE_INDENT checkpatch errors
by Bruce Allan
· 12 years ago
a7a1d9d
e1000e: cleanup checkpatch braces checks
by Bruce Allan
· 12 years ago
93b9f8b
e1000e: cosmetic move of #defines and function prototypes to the new phy.h
by Bruce Allan
· 12 years ago
1b41db3
e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h
by Bruce Allan
· 12 years ago
c2ade1a
e1000e: use generic IEEE MII definitions
by Bruce Allan
· 12 years ago
8bb6286
e1000e: resolve -Wunused-parameter compile warnings
by Bruce Allan
· 12 years ago
c063f60
e1000e: cleanup: group OR'ed bit settings with parens
by Bruce Allan
· 12 years ago
6b598e1
e1000e: cleanup: remove e1000e_commit_phy()
by Bruce Allan
· 12 years ago
dde3a57
e1000e: cleanup: remove e1000_get_cable_length()
by Bruce Allan
· 12 years ago
84c1bef
e1000e: cleanup: remove e1000_get_phy_cfg_done()
by Bruce Allan
· 12 years ago
fe90849
e1000e: cleanup: rename e1000_get_cfg_done()
by Bruce Allan
· 12 years ago
c2c6629
e1000e: cleanup: remove e1000_force_speed_duplex()
by Bruce Allan
· 12 years ago
7de89f0
e1000e: cleanup: remove e1000_set_d0_lplu_state()
by Bruce Allan
· 12 years ago
70806a7
e1000e: cleanup: do not assign a variable a value when not necessary
by Bruce Allan
· 12 years ago
7dbbe5d
e1000e: do not ignore variables which get set a value
by Bruce Allan
· 12 years ago
1f96012d
e1000e: cleanup: remove unnecessary function prototypes
by Bruce Allan
· 12 years ago
bf67044
e1000e: update copyright date
by Bruce Allan
· 12 years ago
e921eb1
e1000e: cosmetic cleanup of comments
by Bruce Allan
· 12 years ago
e86fd89
e1000e: implement 82577/579 MDI setting support
by Bruce W Allan
· 13 years ago
470a542
e1000e: test for valid check_reset_block function pointer
by Bruce Allan
· 13 years ago
7b9f7e3
e1000e: enable forced master/slave on 82577
by Bruce Allan
· 13 years ago
2fbe452
e1000e: initial support for i217
by Bruce Allan
· 13 years ago
885fe7b
e1000e: Resolve intermittent negotiation issue on 82574/82583.
by Matthew Vick
· 13 years ago
04499ec
e1000e: cleanup boolean logic
by Bruce Allan
· 13 years ago
bb9c5ee
e1000e: use msleep instead of mdelay
by Bruce Allan
· 13 years ago
3d3a167
e1000e: cleanup whitespace and indentation
by Bruce Allan
· 13 years ago
57cde76
e1000e: rename e1000e_config_collision_dist() and call as function pointer
by Bruce Allan
· 13 years ago
44abd5c
e1000e: cleanup use of check_reset_block function pointer
by Bruce Allan
· 13 years ago
5015e53
e1000e: cleanup goto statements to exit points without common work
by Bruce Allan
· 13 years ago
f764956
e1000e: cleanup: remove unnecessary test and return
by Bruce Allan
· 13 years ago
8260725
e1000e: cleanup: always return 0
by Bruce Allan
· 13 years ago
7eb61d8
e1000e: cleanup: remove unnecessary assignments just before returning
by Bruce Allan
· 13 years ago
75ce153
e1000e: cleanup: rename goto labels to be more meaningful
by Bruce Allan
· 13 years ago
f92518d
e1000e: replace '1' with 'true' for boolean get_link_status
by Bruce Allan
· 13 years ago
668018d
e1000e: remove unnecessary parentheses
by Bruce Allan
· 13 years ago
f5e261e
e1000e: update copyright year
by Bruce Allan
· 13 years ago
434f139
e1000e: concatenate long debug strings which span multiple lines
by Bruce Allan
· 13 years ago
dee1ad4
intel: Move the Intel wired LAN drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/e1000e/phy.c]
945a515
intel drivers: repair missing flush operations
by Jesse Brandeburg
· 14 years ago
2b6b168
e1000e: access multiple PHY registers on same page at the same time
by Bruce Allan
· 14 years ago
1bba438
e1000e: convert short duration msleep() to usleep_range()
by Bruce Allan
· 14 years ago
90da066
e1000e: reduce scope of some variables, remove unnecessary ones
by Bruce Allan
· 14 years ago
d018b6f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
af667a2
e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs
by Bruce Allan
· 14 years ago
0d6057e
e1000e: update Copyright for 2011
by Bruce Allan
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
482fed8
e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy
by Bruce Allan
· 14 years ago
b1cdfea
e1000e: checkpatch warnings - braces
by Bruce Allan
· 14 years ago
6480641
e1000e: checkpatch error - open braces
by Bruce Allan
· 14 years ago
664dc87
e1000e: 82579 PHY incorrectly identified during init
by Bruce Allan
· 14 years ago
6674450
Intel Wired LAN drivers: Use static const
by Jeff Kirsher
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
451152d
e1000e: update copyright information
by Bruce Allan
· 15 years ago
d3738bb
e1000e: initial support for 82579 LOMs
by Bruce Allan
· 15 years ago
eab50ff
e1000e: Incorrect function pointer set for force_speed_duplex on 82577
by Bruce Allan
· 15 years ago
fddaa1a
e1000e: MDIO slow mode should always be done for 82577
by Bruce Allan
· 15 years ago
0be8401
e1000e: correct ICH/PCH PHY operations function pointers
by Bruce Allan
· 15 years ago
5eb6f3c
e1000e: refactor PHY ID detection workaround
by Bruce Allan
· 15 years ago
07f025e
e1000e: PHY type cleanups in e1000e_check_downshift()
by Bruce Allan
· 15 years ago
9b71b41
e1000e: add debug messages
by Bruce Allan
· 15 years ago
5ff5b66
e1000e: comment corrections
by Bruce Allan
· 15 years ago
17f208d
e1000e: provide family-specific PHY power up/down operations
by Bruce Allan
· 15 years ago
eb656d4
e1000e: guard against buffer overflow in cable length tables
by Bruce Allan
· 15 years ago
9b963e5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
564ea9b
e1000e: set bools to true/false instead of 1/0
by Bruce Allan
· 15 years ago
c7e54b1
e1000e: update copyright information
by Bruce Allan
· 15 years ago
94d8186
e1000e: cleanup ops function pointers
by Bruce Allan
· 15 years ago
3bb99fe
e1000e: consolidate two dbug macros into one simpler one
by Bruce Allan
· 15 years ago
98086a9
e1000e: improper return code signage
by Bruce Allan
· 15 years ago
189983d
e1000e: remove unnecessary 82577 workaround causing link issues
by Bruce Allan
· 15 years ago
842ec8b
e1000e: read of PHY register may access wrong page on 82578
by Bruce Allan
· 15 years ago
1d5846b
e1000e: rework disable K1 at 1000Mbps for 82577/82578
by Bruce Allan
· 15 years ago
5ccdcec
e1000e: allow for swflag to be held over consecutive PHY accesses
by Bruce Allan
· 15 years ago
906e8d9
e1000e: delay second read of PHY_STATUS register on failure of first read
by Bruce Allan
· 16 years ago
e65fa87
e1000e: PHY loopback broken on 82578
by Bruce Allan
· 16 years ago
a4f58f5
e1000e: add support for 82577/82578 GbE LOM parts
by Bruce Allan
· 16 years ago
5c48ef3e2
e1000e: sync change flow control variables with ixgbe
by Bruce Allan
· 16 years ago
5aa49c8
e1000e: commit speed/duplex changes for m88 PHY
by Bruce Allan
· 16 years ago
4662e82
e1000e: add support for new 82574L part
by Bruce Allan
· 16 years ago
f4187b5
e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts
by Bruce Allan
· 16 years ago
97ac8ca
e1000e: Add support for BM PHYs on ICH9
by Bruce Allan
· 17 years ago
2d9498f
e1000e: Fix HW Error on es2lan, ARP capture issue by BMC
by David Graham
· 17 years ago
318a94d
e1000e: reorganize PHY and flow control interface
by Jeff Kirsher
· 17 years ago
ad68076
e1000e: reformat comment blocks, cosmetic changes only
by Bruce Allan
· 17 years ago
489815c
e1000e: fix spelling errors in comments
by Auke Kok
· 17 years ago
c00acf4
netdev: ARRAY_SIZE() cleanups
by Alejandro Martinez Ruiz
· 17 years ago
bc7f75f
[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)
by Auke Kok
· 17 years ago