summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/gen_probe.c
AgeCommit message (Expand)AuthorLines
8 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
8 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2023-06-09mtd: chips: Use SPDX license headersLinus Walleij-1/+1
2021-12-09mtd: gen_probe: Use bitmap_zalloc() when applicableChristophe JAILLET-5/+4
2019-08-27mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()Sergei Shtylyov-1/+1
2019-01-15mtd: gen_probe: Use struct_size() in kmalloc()Gustavo A. R. Silva-1/+1
2018-07-07mtd: Use kasprintf() instead of fixed buffer formattingGeert Uytterhoeven-2/+5
2018-06-24mtd: replace VMLINUX_SYMBOL_STR() with string literalMasahiro Yamada-2/+2
2014-03-10mtd: gen_probe: Remove unnecessary OOM messagesJingoo Han-2/+0
2013-08-05mtd: refactor call to request_moduleKees Cook-3/+1
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell-3/+5
2010-05-20mtd: cfi_cmdset_0002: use AMD standard command-set with Winbond flash chipsGuillaume LECERF-0/+1
2010-05-14mtd: cfi_cmdset_0002: add CFI detection for SST 39VF{16, 32}xx chipsGuillaume LECERF-0/+1
2010-05-14mtd: cfi_probe: use P_ID_* definitions instead of hardcoded valuesGuillaume LECERF-5/+5
2010-05-10mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold-2/+1
2008-08-02[MTD] Use DIV_ROUND_UPJulia Lawall-1/+1
2008-07-11[MTD] [NOR] gen_probe: No debug message when debugging is disabledJean Delvare-2/+2
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk-1/+0
2008-02-07[MTD] [NOR] fix startup lock when using multiple nor flash chipsRizzo Davide-1/+1
2006-11-30[MTD] Remove trailing whitespaceDavid Woodhouse-1/+1
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan-2/+1
2006-05-21[MTD] Account for MODULE_SYMBOL_PREFIX when requesting NOR chip driverDavid Woodhouse-3/+3
2006-05-20[MTD] Use __symbol_get() instead of symbol_get() in NOR chip probeDavid Woodhouse-2/+2
2006-05-17[MTD] Fix printk format error in gen_probe.cDavid Woodhouse-1/+1
2006-05-14[MTD] Deal correctly with NOR chips which are smaller than the map windowDavid Woodhouse-2/+14
2006-05-08Remove use of inter_module_crap in NOR flash chip drivers.David Woodhouse-13/+12
2005-11-07[MTD] chips: Clean up trailing white spacesThomas Gleixner-16/+16
2005-11-06{MTD] add support for Intel's "Sibley" flashNicolas Pitre-1/+2
2005-05-23[MTD] Fix MTD device probingRussell King-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+255