aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fm/fm.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-2/+2
2020-04-29driver: net: fm: add DM ETH supportMadalin Bucur1-0/+80
2020-04-17net: fm: fix build error when not using nandFrancois Gervais1-0/+2
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-05-26configs: Migrate CONFIG_FMAN_ENET and some related options to KconfigTom Rini1-1/+1
2018-12-06net: fm: add TFABOOT supportRajesh Bhagat1-3/+100
2018-09-27ppa/fm/qe: use block layer in ppa/fm/qe driverYinbo Zhu1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-15blk: Remove various places that do flush cache after readBin Meng1-2/+0
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-07-11net: fm: use get_nand_dev_by_index()Grygorii Strashko1-1/+2
2016-09-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+10
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-14net: fm: fix spi flash probe for using driver modelQianyu Gong1-0/+10
2016-08-22net/fm: Remove unused code of FMan QMIHou Zhiqiang1-3/+0
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood1-1/+1
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong1-1/+1
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-1/+2
2015-10-29net/fm: Add support for 64-bit platformsHou Zhiqiang1-8/+12
2015-10-29net/fm: Fix the endian issue to support both endianness platformsHou Zhiqiang1-5/+6
2014-04-22QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CON...Zhao Qiang1-6/+6
2013-08-09drivers/fm: Fix compiling error if FW location is not definedYork Sun1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-02-28net: Use new numeric setenv functionsSimon Glass1-3/+1
2012-04-24powerpc/corenet_ds: Slave module for boot from SRIOLiu Gang1-0/+2
2011-11-29powerpc/85xx: clean up and document the QE/FMAN microcode macrosTimur Tabi1-16/+16
2011-11-11drivers/net/fm/fm.c: Fix GCC 4.6 build warningKumar Gala1-2/+1
2011-09-29powerpc/85xx: Add support for FMan ethernet in Independent modeKumar Gala1-0/+432