summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/lxt.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: lxt: Add suspend/resume support to LXT971 and LXT973.Christophe Leroy2019-05-231-0/+6
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-161-4/+4
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-6/+1Star
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-2/+2
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-2/+0Star
* net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-5/+0Star
* net: phy: lxt: Export link partner advertisingThomas Bogendoerfer2017-06-201-7/+4Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* lxt: simplify lxt970_config_init()Sergei Shtylyov2016-05-161-5/+1Star
* lxt: simplify lxt97[01]_config_intr()Sergei Shtylyov2016-05-161-12/+4Star
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-4/+0Star
* net: phy: replace phy_drivers_register callsJohan Hovold2014-11-121-14/+1Star
* net: phy: lxt: fix checkpath errorsFlorian Fainelli2013-12-181-2/+2
* Supject: phy: make local function staticstephen hemminger2013-03-091-1/+1
* lxt PHY: Support for the buggy LXT973 rev A2LEROY Christophe2012-09-271-0/+127
* phylib: Support registering a bunch of driversChristian Hohnstaedt2012-07-091-35/+12Star
* net/phy: fix many "defined but unused" warningsUwe Kleine-König2010-10-051-1/+1
* phylib: Add autoload support for the LXT973 phy.David Woodhouse2010-06-271-0/+1
* phylib: Add support for the LXT973 phy.Richard Cochran2010-06-101-1/+50
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+0Star
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* | phylib: Add module table to all existing phy driversDavid Woodhouse2010-04-021-0/+8
|/
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] Fix phy id for LXT971A/LXT972AUwe Zeisberger2006-06-271-4/+4
* Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik2005-11-061-1/+0Star
* This patch adds a PHY Abstraction Layer to the Linux Kernel, enablingAndy Fleming2005-07-311-0/+179