summaryrefslogtreecommitdiff
path: root/drivers/qe
AgeCommit message (Expand)AuthorFilesLines
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-09-15blk: Remove various places that do flush cache after readBin Meng1-2/+0
2017-09-11QE: Set QE_IRAM_READY after uploading firmwareZhao Qiang1-2/+2
2017-06-02QE: add QE support on SD bootZhao Qiang1-1/+35
2017-04-17armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun1-3/+3
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 Yamada4-4/+4
2016-09-24treewide: use #include <...> to include public headersMasahiro Yamada4-21/+21
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-24board: ls1043ardb: Add micro QE support for ls1043ardbZhao Qiang1-4/+2
2016-02-24driver: qe: Mask the codes not used for micro QEZhao Qiang1-0/+6
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong8-306/+7
2015-08-03driver/qe: use strncpy instead of strcpyZhao Qiang1-1/+1
2015-08-03drivers/qe: transform parameter to compatible typeZhao Qiang1-2/+3
2015-04-21QE/DeepSleep: add QE deepsleep support for mpc85xxZhao Qiang2-0/+88
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2014-12-15qe/deep-sleep: modify qe deep-sleep for generic boardZhao Qiang1-0/+11
2014-11-19u_qe: add u_qe_upload_firmware for u_qeZhao Qiang2-2/+131
2014-11-19qe: add u-qe support to arm boardZhao Qiang4-1/+20
2014-09-08net: Merge asm/fsl_enet.h into fsl_mdio.hClaudiu Manoil1-1/+0
2014-08-20driver/qe: update status of QE microcodeVijay Rai1-1/+1
2014-07-23qe: move immap_qe.h from arch directory into common directoryZhao Qiang5-5/+5
2014-05-13qe: disable qe when qe-ucode fails to be uploaded for "deep sleep"Zhao Qiang1-1/+8
2014-04-23QE/U-QE: Add U-QE supportZhao Qiang1-0/+2
2014-04-23QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CON...Zhao Qiang1-1/+1
2013-11-17drivers/qe: move the entry to drivers/MakefileMasahiro Yamada1-2/+2
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-23/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk10-128/+10
2013-02-04ppc: Move CONFIG_QE to arch_global_dataSimon Glass2-13/+14
2013-02-02ppc: Move brg_clk to arch_global_dataSimon Glass2-3/+3
2012-10-24mpc83xx: add support for mpc8309Gerlando Falauto1-9/+12
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
2012-03-18net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger1-1/+1
2011-11-29powerpc/85xx: clean up and document the QE/FMAN microcode macrosTimur Tabi1-2/+2
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 Fleming3-46/+49
2011-04-20Remove instances of phy_read/writeAndy Fleming2-75/+73
2011-04-05powerpc/85xx: Add P1021 specific QE and UEC supportHaiying Wang1-1/+36
2011-01-25UEC: Fix compiler warnings introduced by linux/mii.h changeKumar Gala2-19/+9
2011-01-09miiphy: convert to linux/mii.hMike Frysinger2-52/+34
2010-11-18Exclude drivers/qe/fdt.c without CONFIG_QESebastien Carlier2-3/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-20powerpc/fsl: Introduce common enum for PHY typesKumar Gala3-26/+12
2010-10-12UEC PHY: Speed up initial PHY neg.Joakim Tjernlund1-0/+9
2010-10-12UEC PHY: Remove strange 0.5 sec delayJoakim Tjernlund1-1/+0
2010-10-12UEC: Don't udelay needlesslyJoakim Tjernlund1-1/+3