u-boot-brain/drivers/net/pfe_eth
Kuldeep Singh e0152dbed6 net: pfe_eth: Use spi_flash_read API to access flash memory
Current PFE firmware access spi-nor memory directly. New spi-mem
framework does not support direct memory access. So, let's use
spi_flash_read API to access memory instead of directly using it.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
2020-07-27 14:16:27 +05:30
..
Kconfig configs: ls1012a: add pfe configuration for LS1012A 2018-03-22 15:05:31 -05:00
Makefile drivers: cosmetic: Convert SPDX license tags to Linux Kernel style 2018-10-28 09:26:39 -04:00
pfe_cmd.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
pfe_driver.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
pfe_eth.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
pfe_firmware.c net: pfe_eth: Use spi_flash_read API to access flash memory 2020-07-27 14:16:27 +05:30
pfe_hw.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
pfe_mdio.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00