summaryrefslogtreecommitdiffstats
path: root/drivers/net/zynq_gem.c
Commit message (Expand)AuthorAgeFilesLines
* net: zynq_gem: Add SGMII support for zynqMPSiva Durga Prasad Paladugu2016-04-041-2/+11
* net: zynq_gem: Return error incase of invalid phy addressSiva Durga Prasad Paladugu2016-04-041-3/+1
* net: gem: Allow to set the MAC from an EEPROMJoe Hershberger2016-04-041-0/+18
* net: zynq_gem: Add support for SGMII interfaceSiva Durga Prasad Paladugu2016-04-041-7/+19
* net: zynq: Change MDC setup for arm64Michal Simek2016-01-271-0/+4
* net: zynq_gem: Use shared wait_for_bitMateusz Kulikowski2016-01-251-33/+2
* net: gem: Add driver dependencies to PHYLIBMichal Simek2015-12-181-4/+0
* net: gem: Separate recv and free_pkt functionsMichal Simek2015-12-181-20/+32
* net: gem: Fix return value from recvMichal Simek2015-12-181-1/+1
* net: gem: Setup default phy address to -1Michal Simek2015-12-181-1/+2
* net: gem: Enable CTRL+C in wait_for_bitMichal Simek2015-12-071-0/+6
* net: gem: Read information about interface from DTMichal Simek2015-12-071-8/+12
* net: gem: Move driver to DMMichal Simek2015-12-071-69/+110
* net: gem: Fix miiphy_read nameMichal Simek2015-12-071-2/+2
* net: gem: Remove zynq_gem_of_init()Michal Simek2015-12-071-42/+0
* net: gem: Enable MDIO bus earlierMichal Simek2015-12-071-5/+9
* net: gem: Check if priv->phydev is validMichal Simek2015-12-071-0/+2
* net: gem: Extract phy init codeMichal Simek2015-12-071-17/+30
* net: gem: Remove phydev variableMichal Simek2015-12-071-13/+10
* net: gem: Change mii function not to use eth_device structureMichal Simek2015-12-071-13/+19
* net: gem: Change mdio_wait prototype to pass regsMichal Simek2015-12-071-4/+3
* net: gem: Do not continue if phy is not foundMichal Simek2015-12-071-4/+10
* net: zynq: Fix MDC setting for zynqMichal Simek2015-11-191-1/+1
* net: zynq: Remove unused MDCCLKDIV2 macroMichal Simek2015-11-191-1/+0
* net: zynq: Fix mdc clock division setting for 100Mbit/sMichal Simek2015-11-191-2/+2
* net: zynq: Wait till packet is sentMichal Simek2015-11-191-1/+32
* net: zynq: Disable secondary queuesEdgar E. Iglesias2015-11-191-0/+26
* net: zynq: Add dummy packet to fix packet duplication issueMichal Simek2015-11-191-2/+8
* net: zynq: Do not report TX underrunMichal Simek2015-11-191-2/+0
* net: zynq: Setup BD when structures are filledMichal Simek2015-11-191-3/+3
* net: zynq: Allocate BD_SPACE in connection to RX_BUFMichal Simek2015-11-191-1/+1
* net: zynq: Fix clearing statisticMichal Simek2015-11-191-4/+3
* net: zynq: Extend register description with offsetsMichal Simek2015-11-191-15/+15
* net: zynq: Add support for different PHY interface typesMichal Simek2015-11-191-1/+8
* net: zynq: Add debug message to phyread/phywriteMichal Simek2015-11-191-1/+12
* driver: net: Fix pointer conversion warnings for xilinx_zynqmp_epPrabhakar Kushwaha2015-11-121-8/+8
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* net: gem: Extend timeout valueMichal Simek2015-07-281-1/+1
* zynq: gem: Setting up WRAP bit for one TX bdMichal Simek2015-07-281-1/+2
* zynq: gem: Increase the Rx buffer descriptors to 32Siva Durga Prasad Paladugu2015-07-281-1/+1
* zynqmp: gem: Flush the rx buffers while transmittingSiva Durga Prasad Paladugu2015-07-281-3/+7
* zynqmp: gem: Set data bus width to 64bit for arm64Siva Durga Prasad Paladugu2015-07-281-1/+8
* net: gem: Use correct type for castingMichal Simek2015-04-201-1/+2
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* net: gem: Use phys_addr_t instead of int for addressesMichal Simek2015-01-211-2/+3
* net: zynq: Fix sparse warnings in gemMichal Simek2014-05-061-0/+1
* net: zynq: Use predefined macros instead of hardcoded valueMichal Simek2014-05-061-1/+2
* net: gem: Add OF initialization supportMichal Simek2014-03-041-0/+42
* net: zynq_gem: Calculate clock dividers dynamicallySoren Brinkmann2014-02-191-6/+11
* net: zynq_gem: Move RCLK details out of driverSoren Brinkmann2014-02-191-5/+2
OpenPOWER on IntegriCloud