aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/davinci_emac.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-22net: davinci_emac: Restore the internal MDIO accessors return valueskarl beldan1-7/+6
2016-08-22net: davinci_emac: Invalidate only the received portion of a bufferkarl beldan1-5/+5
2016-08-22net: davinci_emac: Round up top tx buffer boundaries for dcache opskarl beldan1-1/+1
2016-08-22net: davinci_emac: Remove useless dcache ops on descriptorskarl beldan1-28/+0
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger1-6/+5
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger1-5/+20
2016-02-06net: davinci_emac: fix NULL check after pointer dereferenceVishwas Srivastava1-1/+3
2016-02-06net: fix wrong initialization in davinci-emac driverVishwas Srivastava1-2/+2
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-08-11net: davinci_emac: don't teardown inactive rx channelJeroen Hofstee1-1/+2
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-2/+3
2014-10-25net: davince: add missing includeJeroen Hofstee1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-15/+1
2012-10-01da850/omap-l138: davinci_emac: Suppress auto negotiation if neededBastian Ruppert1-1/+2
2012-07-07da850/omap-l138: Enable auto negotiation in RMII modeRajashekhara, Sudhakar1-0/+8
2012-05-22davinci: Fix Ethernet driver interface warningJoe Hershberger1-1/+1
2011-12-06ARM: davici_emac: Fix condition for number of phy detectsPrabhakar Lad1-1/+1
2011-12-06davinci_emac: hardcode 100Mbps for AM35xx and RMIIIlya Yanok1-1/+2
2011-12-06davinci_emac: fix for running with dcache enabledIlya Yanok1-2/+39
2011-12-06davinci_emac: conditionally compile specific PHY supportIlya Yanok1-0/+8
2011-12-06davinci_emac: use internal addresses in buffer descriptorsIlya Yanok1-9/+30
2011-12-06davinci_emac: move arch-independent defines to separate headerIlya Yanok1-0/+1
2011-11-15arm, davinci_emac: fix driver bug if more then 3 PHYs are detectedHeiko Schocher1-8/+16
2011-11-03net, davinci_emac: make clock divider in MDIO control register configurableHeiko Schocher1-2/+7
2011-11-03davinci_emac: compilation fix, phy is array nowIlya Yanok1-1/+1
2011-10-27davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUMManjunath Hadli1-7/+7
2011-10-27davinci: emac: add support for more than 1 PHYsManjunath Hadli1-65/+100
2011-10-27davinci: emac: add new features to autonegotiate for EMACManjunath Hadli1-2/+28
2011-09-30net, davinci_emac: let the EMAC detect the PHYsHeiko Schocher1-0/+3
2011-09-30net, davinci_emac: make less verbose - turn printf() into debug()Heiko Schocher1-1/+1
2011-09-30net, davinci_emac: add KSZ8864 switchHeiko Schocher1-0/+7
2011-09-04da850: fix the channel number for EMAC teardown initNagabhushana Netagunte1-2/+2
2011-04-11ea20: fix undefined PHY_* errorsBen Gardiner1-3/+3
2011-02-02DaVinci DM6467: Added ET1011C (LSI) PHY supportSandeep Paulraj1-0/+7
2011-02-02DaVinci EMAC: Add name to Ethernet deviceSandeep Paulraj1-0/+1
2011-02-02DaVinci EMAC: Fix davinci_eth_gigabit_enableSandeep Paulraj1-3/+4
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-8/+8
2010-11-30da850: Add RMII support for EMACSudhakar Rajashekhara1-1/+40
2010-10-11davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddrBen Gardiner1-41/+39
2010-08-09miiphy: constify device nameMike Frysinger1-2/+2
2010-01-31TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XXNick Thompson1-95/+171
2009-06-15Switched davinci_emac Ethernet driver to use newer APIBen Warren1-46/+24
2009-06-15Initial cleanup of Davinci Ethernet driverBen Warren1-77/+69
2009-06-15Moved Davinci Ethernet driver to drivers/netBen Warren1-0/+655