summaryrefslogtreecommitdiffstats
path: root/drivers/net/pch_gbe.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* net: pch_gbe: Make probe/remove staticBin Meng2018-10-091-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: pch_gbe: Add cache maintenancePaul Burton2017-06-021-0/+12
* net: pch_gbe: CPU accessible addresses are virtualPaul Burton2017-06-021-12/+13
* net: pch_gbe: Fix rx descriptor buffer addressesPaul Burton2017-06-021-2/+2
* net: pch_gbe: Reset during probePaul Burton2017-06-021-0/+5
* net: pch_gbe: Make 64 bit safePaul Burton2016-09-211-10/+10
* net: pch_gbe: Use dm_pci_map_bar to discover MMIO basePaul Burton2016-09-211-5/+3
* net: pch_gbe: Convert to use DM PCI APIBin Meng2016-02-051-15/+12
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
* dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-121-1/+1
* net: pch_gbe: Add driver remove supportBin Meng2015-10-291-0/+12
* net: pch_gbe: Convert to driver modelBin Meng2015-09-091-60/+73
* net: pch_gbe: Fix pch_gbe device nameBin Meng2015-04-201-1/+1
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* net: Add Intel Topcliff GMAC driverBin Meng2015-03-241-0/+466