summaryrefslogtreecommitdiffstats
path: root/drivers/net/fm/eth.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Access device ofnode through functionsSimon Glass2021-01-051-2/+2
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-4/+18
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-05-201-1/+1
|\
| * driver: net: fm: minor fix in DM ETH supportMadalin Bucur2020-05-191-1/+1
* | 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
* | common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
|/
* driver: net: fm: add DM ETH supportMadalin Bucur2020-04-291-10/+341
* driver: net: fm: separate receive buffer free codeMadalin Bucur2020-04-291-26/+37
* driver: net: fm: change init_phy() paramMadalin Bucur2020-04-291-11/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: fman: fix 2.5G SGMII settingsshaohui xie2016-12-081-10/+23
* net/fm: Add QSGMII PCS initShaohui Xie2015-10-291-5/+13
* net: Move some header files to include/Shaohui Xie2015-10-291-2/+2
* net: fm: bug fix when CONFIG_PHYLIB not definedShaohui Xie2015-10-291-1/+7
* net/fm: Make the return value logic consistent with conventionHou Zhiqiang2015-10-291-24/+36
* net/fm: Add support for 64-bit platformsHou Zhiqiang2015-10-291-19/+42
* net/fm: Fix the endian issue to support both endianness platformsHou Zhiqiang2015-10-291-33/+37
* qoriq eth.c bugfix: handle received corrupted frames correctlyDaniel Inderbitzin2015-08-111-2/+3
* net/memac_phy: reuse driver for little endian SoCsShaohui Xie2015-04-231-1/+1
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* net/fm: Fix error when FMAN MAC has no PHYCodrin Ciubotariu2015-01-161-12/+18
* net/fman: update 10GEC to fit new SoCShengzhou Liu2014-12-051-2/+5
* net/fm: add 2.5G SGMII supportShengzhou Liu2014-11-191-4/+12
* net/fman: Add support for 10GEC3 and 10GEC4Shengzhou Liu2013-11-251-2/+10
* powerpc/t4240: add QSGMII interface supportShaohui Xie2013-08-201-1/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* Fman/t4240: some fix for 10G XAUIShaohui Xie2013-05-141-0/+2
* drivers/net/: sparse fixesKim Phillips2012-11-041-1/+1
* powerpc/fm: fix TBI PHY address settingsshaohui xie2012-10-221-2/+2
* fm/mEMAC: add mEMAC frame workRoy Zang2012-10-221-2/+37
* net: abort network initialization if the PHY driver failsTimur Tabi2012-07-111-1/+8
* drivers/net/fm/eth.c: Fix compile warningJoe Hershberger2012-05-221-1/+1
* powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHYTimur Tabi2011-10-091-1/+2
* powerpc/85xx: Add support for FMan ethernet in Independent modeKumar Gala2011-09-291-0/+670