summaryrefslogtreecommitdiff
path: root/drivers/net/fm/fm.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-2/+2
* driver: net: fm: add DM ETH supportMadalin Bucur2020-04-291-0/+80
* net: fm: fix build error when not using nandFrancois Gervais2020-04-171-0/+2
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* configs: Migrate CONFIG_FMAN_ENET and some related options to KconfigTom Rini2019-05-261-1/+1
* net: fm: add TFABOOT supportRajesh Bhagat2018-12-061-3/+100
* ppa/fm/qe: use block layer in ppa/fm/qe driverYinbo Zhu2018-09-271-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* blk: Remove various places that do flush cache after readBin Meng2017-09-151-2/+0
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* net: fm: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-1/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-09-261-0/+10
|\
| * net: fm: fix spi flash probe for using driver modelQianyu Gong2016-09-141-0/+10
* | treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
|/
* net/fm: Remove unused code of FMan QMIHou Zhiqiang2016-08-221-3/+0
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-031-1/+1
* qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong2016-02-241-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-1/+2
* net/fm: Add support for 64-bit platformsHou Zhiqiang2015-10-291-8/+12
* net/fm: Fix the endian issue to support both endianness platformsHou Zhiqiang2015-10-291-5/+6
* QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CON...Zhao Qiang2014-04-221-6/+6
* drivers/fm: Fix compiling error if FW location is not definedYork Sun2013-08-091-0/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* net: Use new numeric setenv functionsSimon Glass2013-02-281-3/+1
* powerpc/corenet_ds: Slave module for boot from SRIOLiu Gang2012-04-241-0/+2
* powerpc/85xx: clean up and document the QE/FMAN microcode macrosTimur Tabi2011-11-291-16/+16
* drivers/net/fm/fm.c: Fix GCC 4.6 build warningKumar Gala2011-11-111-2/+1
* powerpc/85xx: Add support for FMan ethernet in Independent modeKumar Gala2011-09-291-0/+432