aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/gen_probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-27mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()Sergei Shtylyov1-1/+1
2019-01-15mtd: gen_probe: Use struct_size() in kmalloc()Gustavo A. R. Silva1-1/+1
2018-07-07mtd: Use kasprintf() instead of fixed buffer formattingGeert Uytterhoeven1-2/+5
2018-06-24mtd: replace VMLINUX_SYMBOL_STR() with string literalMasahiro Yamada1-2/+2
2014-03-10mtd: gen_probe: Remove unnecessary OOM messagesJingoo Han1-2/+0
2013-08-05mtd: refactor call to request_moduleKees Cook1-3/+1
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-3/+5
2010-05-20mtd: cfi_cmdset_0002: use AMD standard command-set with Winbond flash chipsGuillaume LECERF1-0/+1
2010-05-14mtd: cfi_cmdset_0002: add CFI detection for SST 39VF{16, 32}xx chipsGuillaume LECERF1-0/+1
2010-05-14mtd: cfi_probe: use P_ID_* definitions instead of hardcoded valuesGuillaume LECERF1-5/+5
2010-05-10mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold1-2/+1
2008-08-02[MTD] Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-07-11[MTD] [NOR] gen_probe: No debug message when debugging is disabledJean Delvare1-2/+2
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-1/+0
2008-02-07[MTD] [NOR] fix startup lock when using multiple nor flash chipsRizzo Davide1-1/+1
2006-11-30[MTD] Remove trailing whitespaceDavid Woodhouse1-1/+1
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-05-21[MTD] Account for MODULE_SYMBOL_PREFIX when requesting NOR chip driverDavid Woodhouse1-3/+3
2006-05-20[MTD] Use __symbol_get() instead of symbol_get() in NOR chip probeDavid Woodhouse1-2/+2
2006-05-17[MTD] Fix printk format error in gen_probe.cDavid Woodhouse1-1/+1
2006-05-14[MTD] Deal correctly with NOR chips which are smaller than the map windowDavid Woodhouse1-2/+14
2006-05-08Remove use of inter_module_crap in NOR flash chip drivers.David Woodhouse1-13/+12
2005-11-07[MTD] chips: Clean up trailing white spacesThomas Gleixner1-16/+16
2005-11-06{MTD] add support for Intel's "Sibley" flashNicolas Pitre1-1/+2
2005-05-23[MTD] Fix MTD device probingRussell King1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+255