summaryrefslogtreecommitdiff
path: root/drivers/qe/uec.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-28net: qe: uec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean1-1/+1
2020-09-17net, qe: add DM support for QE UEC ethernetHeiko Schocher1-0/+2
2020-09-17powerpc, qe: fix codingstyle issues for drivers/qeHeiko Schocher1-297/+299
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-4/+4
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-11-24powerpc: P1025: Remove macro CONFIG_P1025York Sun1-5/+5
2016-11-24powerpc: P1021: Remove macro CONFIG_P1021York Sun1-5/+5
2016-11-24powerpc: P1012: Drop configuration for P1012York Sun1-5/+5
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-24treewide: use #include <...> to include public headersMasahiro Yamada1-6/+6
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger1-1/+1
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger1-11/+21
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong1-1/+1
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2014-07-23qe: move immap_qe.h from arch directory into common directoryZhao Qiang1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2012-08-23powerpc/mpc8xxx: Remove P1015 and P1016 from CPU listYork Sun1-10/+5
2012-05-22drivers/qe/uec.c: Fix compile warningJoe Hershberger1-1/+1
2011-11-11drivers/qe/uec.c: Fix GCC 4.6 build warningKumar Gala1-7/+0
2011-04-21fsl: Change fsl_phy_enet_if to phy_interface_tAndy Fleming1-27/+29
2011-04-20Remove instances of phy_read/writeAndy Fleming1-3/+0
2011-04-05powerpc/85xx: Add P1021 specific QE and UEC supportHaiying Wang1-1/+36
2010-10-20powerpc/fsl: Introduce common enum for PHY typesKumar Gala1-5/+5
2010-10-12UEC: Don't udelay needlesslyJoakim Tjernlund1-1/+3
2010-08-09miiphy: constify device nameMike Frysinger1-3/+3
2010-08-09net: rename "FSL UECx" net interfaces "UECx"Kim Phillips1-1/+1
2010-05-0483xx: UEC: Added support for bitBang MII driver access to PHYsRichard Retanubun1-4/+2
2010-02-0183xx, uec: split enet_interface in two variablesHeiko Schocher1-53/+69
2009-08-11Assigned a static SMI address to all UECs TBIPA address.Richard Retanubun1-8/+9
2009-07-08Coding style cleanup; update CHANGELOGWolfgang Denk1-2/+0
2009-06-13drivers/qe: add sgmii support in for UEC driverHaiying Wang1-0/+17
2009-06-13qe: Pass in uec_info struct through uec_initializeHaiying Wang1-188/+37
2009-06-13drivers/qe: Change QE RISC ALLOCATION to support 4 RISCsHaiying Wang1-1/+31
2009-06-13drivers/qe: Rename the camel-case identifiers in uecHaiying Wang1-16/+16
2008-11-10NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.richardretanubun1-3/+43
2008-11-10Adds two more ethernet interface to 83xxrichardretanubun1-0/+8
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-42/+42
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-1/+47
2008-10-18Change UEC PHY interface to RGMII on MPC8568MDSHaiying Wang1-0/+1
2008-08-13drivers/qe: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-08-08QE UEC: Fix compiler warningsBen Warren1-36/+33
2008-08-08QE UEC: Add MII CommandsDavid Saada1-0/+53
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-03-26uec: add support for RGMII_RXID interface modeAnton Vorontsov1-0/+1
2008-01-17net: reduce boot latency on QE UEC based boardsKim Phillips1-26/+43
2008-01-16QE UEC: Extend number of supported UECs to 4David Saada1-1/+42
2008-01-14QE: fix compile warningDave Liu1-0/+1
2008-01-10Fix Ethernet init() return codesBen Warren1-3/+3