aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/lxt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King1-16/+3
2019-12-19net: phy: use phy_resolve_aneg_pause()Russell King1-4/+1
2019-05-23net: phy: lxt: Add suspend/resume support to LXT971 and LXT973.Christophe Leroy1-0/+6
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-4/+4
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-6/+1
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn1-2/+2
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-2/+0
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-5/+0
2017-06-20net: phy: lxt: Export link partner advertisingThomas Bogendoerfer1-7/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-16lxt: simplify lxt970_config_init()Sergei Shtylyov1-5/+1
2016-05-16lxt: simplify lxt97[01]_config_intr()Sergei Shtylyov1-12/+4
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-4/+0
2014-11-12net: phy: replace phy_drivers_register callsJohan Hovold1-14/+1
2013-12-18net: phy: lxt: fix checkpath errorsFlorian Fainelli1-2/+2
2013-03-09Supject: phy: make local function staticstephen hemminger1-1/+1
2012-09-27lxt PHY: Support for the buggy LXT973 rev A2LEROY Christophe1-0/+127
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt1-35/+12
2010-10-05net/phy: fix many "defined but unused" warningsUwe Kleine-König1-1/+1
2010-06-26phylib: Add autoload support for the LXT973 phy.David Woodhouse1-0/+1
2010-06-09phylib: Add support for the LXT973 phy.Richard Cochran1-1/+50
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-02phylib: Add module table to all existing phy driversDavid Woodhouse1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] Fix phy id for LXT971A/LXT972AUwe Zeisberger1-4/+4
2005-11-05Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik1-1/+0
2005-07-30This patch adds a PHY Abstraction Layer to the Linux Kernel, enablingAndy Fleming1-0/+179