Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips

2015-09-21 Thread Felix Fietkau
On 2015-09-21 22:23, Chris Blake wrote: > Sorry about that, below should be an updated patch. git send-email was > giving me issues, so I may need to resolve that before trying again if > this still doesn't work. > > Signed-off-by: Chris R Blake Still doesn't work. You should try sending emails

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips

2015-09-21 Thread Chris Blake
Sorry about that, below should be an updated patch. git send-email was giving me issues, so I may need to resolve that before trying again if this still doesn't work. Signed-off-by: Chris R Blake --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.c b/target/linux/ar71xx/fil

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips

2015-09-21 Thread Felix Fietkau
On 2015-09-21 15:03, Chris Blake wrote: > The following patch is to add ath79_register_m25p80_large, which sets > is_flash to false to support bit banging. This is needed on some 32MB+ > SPI chips, such as the S25FL256S1 > > Signed-off-by: Chris R Blake Your patches are still line wrapped and whi

[OpenWrt-Devel] [PATCH 1/2] ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips

2015-09-21 Thread Chris Blake
The following patch is to add ath79_register_m25p80_large, which sets is_flash to false to support bit banging. This is needed on some 32MB+ SPI chips, such as the S25FL256S1 Signed-off-by: Chris R Blake --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.c b/target/linux/ar71x