RE: [EXT] Re: [PATCH] net: pfe_eth: Use spi_flash_read API to access flash memory

2020-01-07 Thread Kuldeep Singh
Hi Frieder, > -Original Message- > From: Schrempf Frieder > Sent: Tuesday, January 7, 2020 4:28 PM > To: Kuldeep Singh ; u-boot@lists.denx.de > Cc: Yunfeng Ding ; joe.hershber...@ni.com > Subject: [EXT] Re: [PATCH] net: pfe_eth: Use spi_flash_read API to access

Re: [PATCH] net: pfe_eth: Use spi_flash_read API to access flash memory

2020-01-07 Thread Schrempf Frieder
On 11.12.19 12:53, Kuldeep Singh wrote: > 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 > --- > drivers/net/pf

RE: [PATCH] net: pfe_eth: Use spi_flash_read API to access flash memory

2019-12-22 Thread Kuldeep Singh
feng Ding > ; Kuldeep Singh > Subject: [PATCH] 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 mem

[PATCH] net: pfe_eth: Use spi_flash_read API to access flash memory

2019-12-11 Thread Kuldeep Singh
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 --- drivers/net/pfe_eth/pfe_firmware.c | 44 +