Re: [OpenWrt-Devel] [PATCH 1/3] ipq40xx: Add gigadevice nandspi flash driver

2019-10-30 Thread Daniel Danzberger
> Is there a reason why the upstream SPI-NAND framework isn't being used? No, I didn't know about it. The patches I used are copied from a compex openwrt tree and have only been modified by me to run on kernel 4.19 I am going to checkout the new API and try to make the device work with it. On

Re: [OpenWrt-Devel] [PATCH 1/3] ipq40xx: Add gigadevice nandspi flash driver

2019-10-30 Thread Jeff Kletsky
On 10/30/19 4:27 AM, Daniel Danzberger wrote: This patch adds support for Gigadevice SPI NAND device to the mt29f stagging driver. Signed-off-by: Daniel Danzberger --- ...port-gigadevice-nandspi-flash-device.patch | 1778 + 1 file changed, 1778 insertions(+) create mode

Re: [OpenWrt-Devel] [PATCH 1/3] ipq40xx: Add gigadevice nandspi flash driver

2019-10-30 Thread Robert Marko
On Wed, 30 Oct 2019 at 12:28, Daniel Danzberger wrote: > > This patch adds support for Gigadevice SPI NAND device to the mt29f stagging > driver. Which model of SPI NAND does this board use? MT29F was removed in 4.21 and should not be used as upstream SPI-NAND framework replaced it in vendor

[OpenWrt-Devel] [PATCH 1/3] ipq40xx: Add gigadevice nandspi flash driver

2019-10-30 Thread Daniel Danzberger
This patch adds support for Gigadevice SPI NAND device to the mt29f stagging driver. Signed-off-by: Daniel Danzberger --- ...port-gigadevice-nandspi-flash-device.patch | 1778 + 1 file changed, 1778 insertions(+) create mode 100644