index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pfe_eth
Age
Commit message (
Expand
)
Author
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