summaryrefslogtreecommitdiff
path: root/drivers/net/zynq_gem.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2015-01-21net: gem: Use phys_addr_t instead of int for addressesMichal Simek1-2/+3
2014-05-06net: zynq: Fix sparse warnings in gemMichal Simek1-0/+1
2014-05-06net: zynq: Use predefined macros instead of hardcoded valueMichal Simek1-1/+2
2014-03-04net: gem: Add OF initialization supportMichal Simek1-0/+42
2014-02-19net: zynq_gem: Calculate clock dividers dynamicallySoren Brinkmann1-6/+11
2014-02-19net: zynq_gem: Move RCLK details out of driverSoren Brinkmann1-5/+2
2014-01-21net: gem: Check if phy was correctly detectedMichal Simek1-0/+5
2013-11-23net: zynq_gem: Add d-cache supportSrikanth Thokala1-29/+53
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-30net: gem: Add support for phy autodetectionMichal Simek1-0/+51
2013-04-30net: gem: Preserve clk on emio interfaceDavid Andrey1-3/+9
2013-04-30net: gem: Pass phy address to initDavid Andrey1-6/+2
2013-04-30net: gem: Fix gem driver on 1Gbps LANMichal Simek1-15/+38
2013-04-30net: gem: Do not initialize BDs againMichal Simek1-39/+47
2013-04-30net: gem: Simplify return path in zynq_gem_recvMichal Simek1-3/+1
2013-04-30net: gem: Remove WRAP bit from TX buffer descriptionMichal Simek1-2/+1
2012-09-26net: Add driver for Zynq Gem IPMichal Simek1-0/+440