Changeset 909


Ignore:
Timestamp:
Feb 22, 2010 4:52:57 PM (3 years ago)
Author:
snelson
Message:

patch to remove all references to dead chipdrivers.
We also need to 'svn rm' the following files:

am29f040b.c
en29f002a.c
m29f002.c
mx29f002.c
pm29f002.c
sst49lf040.c
w49f002u.c

Signed-off-by: Sean Nelson <audiohacked@…>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>

Location:
trunk
Files:
7 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/chipdrivers.h

    r907 r909  
    6161int write_82802ab(struct flashchip *flash, uint8_t *buf); 
    6262 
    63 /* am29f040b.c */ 
    64 int probe_29f040b(struct flashchip *flash); 
    65 int erase_29f040b(struct flashchip *flash); 
    66 int erase_sector_29f040b(struct flashchip *flash, unsigned int blockaddr, unsigned int blocksize); 
    67 int erase_chip_29f040b(struct flashchip *flash, unsigned int blockaddr, unsigned int blocksize); 
    68 int write_29f040b(struct flashchip *flash, uint8_t *buf); 
    69  
    70 /* pm29f002.c */ 
    71 int write_pm29f002(struct flashchip *flash, uint8_t *buf); 
    72  
    73 /* en29f002a.c */ 
    74 int probe_en29f002a(struct flashchip *flash); 
    75 int erase_en29f002a(struct flashchip *flash); 
    76 int write_en29f002a(struct flashchip *flash, uint8_t *buf); 
    77  
    7863/* jedec.c */ 
    7964uint8_t oddparity(uint8_t val); 
     
    9176int write_sector_jedec_common(struct flashchip *flash, uint8_t *src, chipaddr dst, unsigned int page_size, unsigned int mask); 
    9277 
    93 /* m29f002.c */ 
    94 int erase_m29f002(struct flashchip *flash); 
    95 int write_m29f002t(struct flashchip *flash, uint8_t *buf); 
    96 int write_m29f002b(struct flashchip *flash, uint8_t *buf); 
    97  
    9878/* m29f400bt.c */ 
    9979int probe_m29f400bt(struct flashchip *flash); 
     
    10686void write_page_m29f400bt(chipaddr bios, uint8_t *src, 
    10787                          chipaddr dst, int page_size); 
    108  
    109 /* mx29f002.c */ 
    110 int probe_29f002(struct flashchip *flash); 
    111 int erase_29f002(struct flashchip *flash); 
    112 int erase_chip_29f002(struct flashchip *flash, unsigned int addr, unsigned int blocklen); 
    113 int erase_sector_29f002(struct flashchip *flash, unsigned int address, unsigned int blocklen); 
    114 int write_29f002(struct flashchip *flash, uint8_t *buf); 
    11588 
    11689/* pm49fl00x.c */ 
     
    131104int erase_sector_28sf040(struct flashchip *flash, unsigned int address, unsigned int sector_size); 
    132105int write_28sf040(struct flashchip *flash, uint8_t *buf); 
    133  
    134 /* sst39sf020.c */ 
    135 int probe_39sf020(struct flashchip *flash); 
    136 int write_39sf020(struct flashchip *flash, uint8_t *buf); 
    137  
    138 /* sst49lf040.c */ 
    139 int erase_49lf040(struct flashchip *flash); 
    140 int write_49lf040(struct flashchip *flash, uint8_t *buf); 
    141106 
    142107/* sst49lfxxxc.c */ 
     
    171136int probe_w29ee011(struct flashchip *flash); 
    172137 
    173 /* w49f002u.c */ 
    174 int write_49f002(struct flashchip *flash, uint8_t *buf); 
    175  
    176138/* stm50flw0x0x.c */ 
    177139int probe_stm50flw0x0x(struct flashchip *flash); 
Note: See TracChangeset for help on using the changeset viewer.