aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/jedec_probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+32
2018-03-29mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij1-0/+2
2018-03-29mtd: jedec_probe: add Eon EN29LV400A IDsLinus Walleij1-0/+32
2013-08-05mtd: jedec_probe: fix LH28F640BF definitionAndrea Adami1-6/+7
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-20/+12
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-11mtd: jedec_probe: initialise make sector erase command variableAntony Pavlov1-2/+3
2011-03-11mtd: jedec_probe: Change variable name from cfi_p to cfiAntony Pavlov1-16/+16
2010-05-14mtd: chips: add SST39WF160x NOR-flashesWolfram Sang1-0/+30
2010-05-14mtd: jedec_probe: remove spaces before tabsArtem Bityutskiy1-4/+4
2010-05-14mtd: chips: use common manufacturer codes in jedec_probe()Wolfram Sang1-135/+117
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-11-30mtd: fix M29W800D dev_id and uaddrLadislav Michl1-4/+4
2009-09-23mtd: jedec_probe: add PSD4256G6V idMike Frysinger1-0/+19
2009-09-19mtd: jedec: fix compilation problem with I28F640C3B definitionStefan Roese1-0/+18
2009-09-19mtd: jedec_probe: fix NEC uPD29F064115 detectionHiroshi Ito1-2/+2
2009-06-05mtd: add SST39SF040 chip to jedec_probeMichał Mirosław1-0/+13
2009-03-20[MTD] [CHIPS] Add JEDEC probe support for the SST 39VF3201 flash chipYegor Yefremov1-0/+16
2008-11-05[MTD] [NOR] Fix cfi_send_gen_cmd handling of x16 devices in x8 mode (v4)Eric W. Biederman1-6/+4
2008-07-31[MTD] [NOR] drivers/mtd/chips/jedec_probe.c: fix Am29DL800BB device IDJerry Hicks1-1/+1
2008-07-25[MTD] jedec_probe: Fix SST 16-bit chip detectionAtsushi Nemoto1-4/+10
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-1/+0
2008-06-04[MTD] [NOR] Add support for Eon EN29SL800B[BT] NOR flash chipsMike Rapoport1-0/+35
2008-06-04[MTD] [NOR] Add support for flash chips with ID in bank other than 0Mike Rapoport1-3/+16
2008-06-04[MTD] [NOR] Add support for AMD AM29SL800D[BT] NOR flash chipsMike Rapoport1-0/+32
2008-05-14[MTD] [NOR] Support for M50FLW080A and M50FLW080BNate Case1-0/+32
2008-04-22[MTD] [NOR] Add JEDEC support for the SST 36VF3203 flash chipAndrei Dolnikov1-0/+13
2008-04-22[MTD] [JEDEC] Fix whitespace noise in chip tableDavid Woodhouse1-14/+14
2008-04-22[MTD] [JEDEC] add support for the ST M29W400DB flash chipGordon Farquharson1-0/+32
2008-02-03[MTD] jedec probe: drop unnecessary forward declarationsIlpo Järvinen1-8/+0
2008-02-03[MTD] JEDEC probe: kill some inline bloatIlpo Järvinen1-2/+1
2007-12-03[MTD] [NOR] Attempt to clean up the JEDEC unlock address confusionDavid Woodhouse1-61/+24
2007-12-03[MTD] [NOR] Fix overflow check in jedec_probeDavid Woodhouse1-1/+1
2007-12-03[MTD] [NOR] Clean up jedec_probe, remove unlock address arraysDavid Woodhouse1-777/+624
2007-11-09[MTD] [NOR] Add support for the SST 39VF1601 flash chipDavid Howells1-0/+15
2007-07-23[MTD] Clean up duplicate includes in drivers/mtd/Jesper Juhl1-1/+0
2007-07-05[MTD] [NOR] add FUJITSU MBM29F800BA and ST M29F800AB descriptionsPhilippe De Muyter1-0/+36
2006-10-21[MTD] JEDEC probe: fix comment typo (devic)Alexey Dobriyan1-1/+1
2006-10-21[MTD] CHIPS: Support for SST 49LF040B flash chipRyan Jackson1-0/+15
2006-08-14[PATCH] MTD: Add Macronix MX29F040 to JEDECTakashi YOSHI1-0/+14
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-31[PATCH] Add chip used in collie to jedec_probePavel Machek1-0/+17
2006-03-31[PATCH] drivers/mtd: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2005-11-07[MTD] chips: Clean up trailing white spacesThomas Gleixner1-24/+24
2005-05-23[MTD] Add SST 39VF1601 (MPF+) IDBen Dooks1-1/+17
2005-05-23[MTD] Fixup probing logic for single 16bit devicesBen Dooks1-1/+11
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2127