index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pfe_eth
Age
Commit message (
Expand
)
Author
2025-08-01
net: Tighten some network driver dependencies
Tom Rini
2025-05-29
global: Avoid indirect inclusion of <env.h> from <net.h>
Tom Rini
2024-07-22
drivers: net: Remove duplicate newlines
Marek Vasut
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
2023-06-12
global: Use proper project name U-Boot
Michal Simek
2022-11-10
global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
Tom Rini
2022-09-07
net: Convert fit verification to use fit_get_data_*
Sean Anderson
2022-05-23
spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode
Patrice Chotard
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-27
Convert CONFIG_ENV_SPI_BUS et al to Kconfig
Tom Rini
2021-09-28
net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"
Vladimir Oltean
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-06-17
armv8: ls1012a: Pass PPFE firmware to Linux through FDT
Chaitanya Sakinam
2021-06-16
ls1012a: net: pfe: remove pfe stop from bootcmd
Mian Yousaf Kaukab
2021-02-15
image: Adjust the workings of fit_check_format()
Simon Glass
2021-01-05
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-10
net: pfe_eth: read PFE ESBC header flash with spi_flash_read API
Biwen Li
2020-09-24
net: pfe_eth: Remove non-DM code check from pfe_spi_flash_init
Kuldeep Singh
2020-09-24
net: pfe_eth: Fix resoure leak in pfe_spi_flash_init
Kuldeep Singh
2020-09-24
ls1012a, pfe_eth: Update probe to avoid resource leak
Chaitanya Sakinam
2020-09-24
ls1012a, pfe_eth: correction in delay implementation
Chaitanya Sakinam
2020-07-27
armv8: ls1012a: RGMII ports require internal delay
Chaitanya Sakinam
2020-07-27
net: pfe_eth: Use spi_flash_read API to access flash memory
Kuldeep Singh
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop image.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-12-05
Fix typo in macros, "FIRMEWARE" -> "FIRMWARE"
Thomas Hebb
2019-09-04
drivers: net: pfe_eth: undefined return value
Heinrich Schuchardt
2018-10-28
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
Patrick Delaunay
2018-09-27
ls1012a: remove debug info from u-boot log
Pramod Kumar
2018-06-11
LS1012AFRWY: Add Secure Boot support
Vinitha V Pillai
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-22
configs: ls1012a: add pfe configuration for LS1012A
Calvin Johnson
2018-03-22
drivers: net: pfe_eth: provide pfe commands
Calvin Johnson
2018-03-22
drivers: net: pfe_eth: LS1012A PFE driver introduction
Calvin Johnson