summaryrefslogtreecommitdiff
path: root/drivers/net/pfe_eth
Commit message (Expand)AuthorAgeFilesLines
* net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean2021-09-281-2/+2
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-7/+7
* armv8: ls1012a: Pass PPFE firmware to Linux through FDTChaitanya Sakinam2021-06-171-2/+58
* ls1012a: net: pfe: remove pfe stop from bootcmdMian Yousaf Kaukab2021-06-161-1/+1
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-1/+1
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-051-1/+1
|\
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+1
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-4/+44
|\ \ | |/ |/|
| * net: pfe_eth: read PFE ESBC header flash with spi_flash_read APIBiwen Li2020-12-101-4/+44
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* | 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
|/
* net: pfe_eth: Remove non-DM code check from pfe_spi_flash_initKuldeep Singh2020-09-241-11/+5
* net: pfe_eth: Fix resoure leak in pfe_spi_flash_initKuldeep Singh2020-09-241-0/+4
* ls1012a, pfe_eth: Update probe to avoid resource leakChaitanya Sakinam2020-09-241-11/+6
* ls1012a, pfe_eth: correction in delay implementationChaitanya Sakinam2020-09-241-2/+3
* armv8: ls1012a: RGMII ports require internal delayChaitanya Sakinam2020-07-271-1/+1
* net: pfe_eth: Use spi_flash_read API to access flash memoryKuldeep Singh2020-07-271-1/+44
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-186-0/+7
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-7/+8
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-054-0/+4
* Fix typo in macros, "FIRMEWARE" -> "FIRMWARE"Thomas Hebb2019-12-051-2/+2
* drivers: net: pfe_eth: undefined return valueHeinrich Schuchardt2019-09-041-2/+1
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-1/+2
* ls1012a: remove debug info from u-boot logPramod Kumar2018-09-271-1/+0
* LS1012AFRWY: Add Secure Boot supportVinitha V Pillai2018-06-111-0/+29
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-12/+6
* configs: ls1012a: add pfe configuration for LS1012ACalvin Johnson2018-03-222-0/+24
* drivers: net: pfe_eth: provide pfe commandsCalvin Johnson2018-03-221-0/+497
* drivers: net: pfe_eth: LS1012A PFE driver introductionCalvin Johnson2018-03-225-0/+2460