[PATCH] mtd: chips: Add support for PMC SPI Flash chips in m25p80.c

Artem Bityutskiy dedekind1 at gmail.com
Fri May 10 10:18:40 EDT 2013


On Thu, 2013-04-04 at 11:40 +0200, Michel Stempin wrote:
> Add support for PMC (now Chingis, part of ISSI) Pm25LV512 (512 kBbit), Pm25LV010 (1 Mbit) (see datasheet http://www.geocities.jp/scottle556/pdf/Pm25LV512-010.pdf) and Pm25LQ032 (32 Mbit) (datasheet:http://www.chingistek.com/img/Product_Files/Pm25LQ032C%20datasheet%20v1.6.1.pdf) SPI Flash chips, used in various WiFi pocket routers.
> 
> Signed-off-by: Gabor Juhos <juhosg at openwrt.org>
> Signed-off-by: Michel Stempin <michel.stempin at wanadoo.fr>

Would you please rebase against the latest kernel and re-send. Please,
pay attention to this patch which is already in upstream:

commit e534ee4f9ca29fdb38eea4b0c53f2154fbd8c1ee
Author: Krzysztof Mazur <krzysiek at podlesie.net>
Date:   Fri Feb 22 15:51:05 2013 +0100

    mtd: m25p80: introduce SST_WRITE flag for SST byte programming
    
    Not all SST devices implement the SST byte programming command.
    Some devices (like SST25VF064C) implement only standard m25p80 page
    write command.
    
    Now SPI flash devices that need sst_write() are explicitly marked
    with new SST_WRITE flag and the decision to use sst_write() is based
    on this flag instead of manufacturer id.
    
    Signed-off-by: Krzysztof Mazur <krzysiek at podlesie.net>
    Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>

-- 
Best Regards,
Artem Bityutskiy




More information about the linux-mtd mailing list