| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-11 | mtd: cfi: Use common error handling code in two functions | Markus Elfring | 2 | -19/+18 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 3 | -3/+3 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 3 | -6/+3 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -2/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 6 | -7/+7 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 9 | -24/+21 |
| 2026-01-22 | mtd: jedec_probe: fix shift-out-of-bounds UB in JEDEC ID masking | Chenxi Hou | 1 | -2/+2 |
| 2025-09-29 | mtd: jedec_probe: use struct_size() helper for cfiq allocation | Rahul Kumar | 1 | -1/+1 |
| 2025-09-29 | mtd: cfi: use struct_size() helper for cfiq allocation | Gopi Krishna Menon | 1 | -1/+1 |
| 2025-09-11 | mtd: jedec_probe: Remove space before newline | Colin Ian King | 1 | -1/+1 |
| 2024-10-21 | mtd: cfi_cmdset_0002: remove redundant assignment to variable ret | Colin Ian King | 1 | -3/+1 |
| 2024-07-01 | mtd: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
| 2024-02-26 | mtd: chips: remove redundant assignment to variable timeo | Colin Ian King | 1 | -2/+2 |
| 2023-10-27 | mtd: cfi_cmdset_0001: Byte swap OTP info | Linus Walleij | 1 | -2/+18 |
| 2023-09-22 | mtd: map_ram: prevent use of point and unpoint when NO_XIP is set | Shivamurthy Shastri | 1 | -2/+6 |
| 2023-08-18 | mfd: Explicitly include correct DT includes | Rob Herring | 1 | -2/+1 |
| 2023-06-09 | mtd: chips: Use SPDX license headers | Linus Walleij | 9 | -11/+15 |
| 2022-04-28 | mtd: cfi_cmdset_0002: Rename chip_ready variables | Tokunori Ikegami | 1 | -7/+7 |
| 2022-04-28 | mtd: cfi_cmdset_0002: Add S29GL064N ID definition | Tokunori Ikegami | 1 | -2/+3 |
| 2022-04-28 | mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N | Tokunori Ikegami | 1 | -8/+34 |
| 2022-04-28 | mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_write | Tokunori Ikegami | 1 | -63/+32 |
| 2021-12-09 | mtd: gen_probe: Use bitmap_zalloc() when applicable | Christophe JAILLET | 1 | -5/+4 |
| 2021-10-15 | mtd: fixup CFI on ixp4xx | Arnd Bergmann | 1 | -0/+2 |
| 2021-08-16 | Merge tag 'mtd/fixes-for-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2021-07-16 | mtd: cfi_cmdset_0002: fix crash when erasing/writing AMD cards | Andreas Persson | 1 | -1/+1 |
| 2021-07-12 | mtd: cfi_util: Fix unreachable code issue | Gustavo A. R. Silva | 1 | -2/+2 |
| 2021-06-11 | mtd: Convert list_for_each to entry variant | Zou Wei | 1 | -4/+1 |
| 2021-04-16 | mtd: core: Constify buf in mtd_write_user_prot_reg() | Tudor Ambarus | 2 | -6/+7 |
| 2021-04-15 | Merge tag 'cfi/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Richard Weinberger | 1 | -1/+5 |
| 2021-04-08 | mtd: cfi_cmdset_0002: remove redundant assignment to variable timeo | Colin Ian King | 1 | -1/+1 |
| 2021-04-08 | mtd: cfi_cmdset_0002: Disable buffered writes for AMD chip 0x2201 | Mauri Sandberg | 1 | -0/+4 |
| 2021-03-11 | mtd: cfi: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 3 | -0/+5 |
| 2020-08-02 | mtd: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
| 2020-04-30 | mtd: cfi_cmdset_0001: Support the absence of protection registers | Jean-Philippe Brucker | 1 | -5/+8 |
| 2020-03-30 | mtd: Convert fallthrough comments into statements | Miquel Raynal | 4 | -22/+16 |
| 2019-11-09 | mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlash | Sergei Shtylyov | 1 | -25/+33 |
| 2019-11-09 | mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status() | Sergei Shtylyov | 1 | -0/+4 |
| 2019-11-09 | mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup() | Hou Tao | 1 | -1/+0 |
| 2019-11-09 | mtd: cfi_cmdset_*: kill useless 'ret' variable initializers | Sergei Shtylyov | 3 | -18/+18 |
| 2019-11-09 | mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay() | Sergei Shtylyov | 1 | -1/+1 |
| 2019-09-15 | mtd: cfi_cmdset_0002: Fix do_erase_chip() to get chip as erasing mode | Tokunori Ikegami | 1 | -1/+1 |
| 2019-08-27 | mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1 | Tokunori Ikegami | 1 | -0/+6 |
| 2019-08-27 | mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths | Tokunori Ikegami | 1 | -14/+24 |
| 2019-08-27 | mtd: cfi_cmdset_0002: Split wait for write buffer completion sequence | Tokunori Ikegami | 1 | -41/+51 |
| 2019-08-27 | mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence | Tokunori Ikegami | 1 | -16/+22 |
| 2019-08-27 | mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement | Tokunori Ikegami | 1 | -19/+43 |
| 2019-08-27 | mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size | Tokunori Ikegami | 1 | -40/+50 |
| 2019-08-27 | mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer() | Tokunori Ikegami | 1 | -26/+27 |
| 2019-08-27 | mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword() | Tokunori Ikegami | 1 | -6/+12 |
| 2019-08-27 | mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe() | Sergei Shtylyov | 1 | -1/+1 |
| 2019-07-06 | Merge tag 'nand/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Richard Weinberger | 3 | -0/+3 |
| 2019-06-27 | mtd: cfi_cmdset_0002: Add support for polling status register | Vignesh Raghavendra | 1 | -17/+113 |
| 2019-06-27 | mtd: cfi_cmdset_0002: dynamically determine the max sectors | Chris Packham | 1 | -5/+8 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-06 | mtd: cfi_cmdset_0002: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
| 2019-05-06 | mtd: cfi_util: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+6 |
| 2019-04-05 | mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer | Liu Jian | 1 | -1/+5 |
| 2019-01-15 | mtd: cfi: cmdset_0001: Use struct_size() in kmalloc() | Gustavo A. R. Silva | 1 | -1/+2 |
| 2019-01-15 | mtd: gen_probe: Use struct_size() in kmalloc() | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-11-09 | mtd: cfi_cmdset_0020: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+6 |
| 2018-08-11 | Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 1 | -8/+11 |
| 2018-07-19 | mtd: Make Kconfig formatting consistent | Boris Brezillon | 1 | -1/+1 |
| 2018-07-07 | mtd: cfi: cmdset_0002: remove redundant variable timeo | Colin Ian King | 1 | -2/+0 |
| 2018-07-07 | mtd: Use kasprintf() instead of fixed buffer formatting | Geert Uytterhoeven | 1 | -2/+5 |
| 2018-06-24 | mtd: replace VMLINUX_SYMBOL_STR() with string literal | Masahiro Yamada | 1 | -2/+2 |
| 2018-06-22 | mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking. | Joakim Tjernlund | 1 | -0/+2 |
| 2018-06-22 | mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudary | Joakim Tjernlund | 1 | -1/+1 |
| 2018-06-22 | mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chips | Joakim Tjernlund | 1 | -3/+3 |
| 2018-06-22 | mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock() | Joakim Tjernlund | 1 | -4/+5 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -3/+4 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 3 | -5/+9 |
| 2018-06-08 | Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2 | -26/+78 |
| 2018-05-30 | mtd: cfi_cmdset_0002: Change erase one block to enable XIP once | Tokunori Ikegami | 1 | -4/+2 |
| 2018-05-30 | mtd: cfi_cmdset_0002: Change erase functions to check chip good only | Tokunori Ikegami | 1 | -10/+12 |
| 2018-05-30 | mtd: cfi_cmdset_0002: Change erase functions to retry for error | Tokunori Ikegami | 1 | -0/+10 |
| 2018-05-30 | mtd: cfi_cmdset_0002: Change definition naming to retry write operation | Tokunori Ikegami | 1 | -3/+3 |
| 2018-05-30 | mtd: cfi_cmdset_0002: Change write buffer to check correct value | Tokunori Ikegami | 1 | -1/+1 |
| 2018-05-12 | mtd: cfi_cmdset_0002: Fix coding style issues | Tokunori Ikegami | 1 | -13/+13 |
| 2018-05-04 | mtd: cfi: Add early fixup for S70GL02GS | Aaron Sierra | 1 | -0/+12 |
| 2018-05-04 | mtd: cfi: Support early CFI fixups | Aaron Sierra | 1 | -0/+30 |
| 2018-04-24 | mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block. | Joakim Tjernlund | 1 | -3/+6 |
| 2018-04-24 | mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug. | Joakim Tjernlund | 1 | -0/+17 |
| 2018-04-24 | mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block. | Joakim Tjernlund | 1 | -5/+11 |
| 2018-04-06 | Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd | Linus Torvalds | 5 | -42/+37 |
| 2018-03-29 | mtd: jedec_probe: Fix crash in jedec_read_mfr() | Linus Walleij | 1 | -0/+2 |
| 2018-03-29 | mtd: jedec_probe: add Eon EN29LV400A IDs | Linus Walleij | 1 | -0/+32 |
| 2018-03-21 | mtd: Stop updating erase_info->state and calling mtd_erase_callback() | Boris Brezillon | 4 | -42/+5 |
| 2017-11-22 | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2 | -27/+41 |
| 2017-11-13 | mtd: remove the get_unmapped_area method | Nicolas Pitre | 2 | -35/+0 |
| 2017-11-13 | mtd: chips/map_rom.c: implement point and unpoint methods | Nicolas Pitre | 1 | -0/+25 |
| 2017-11-13 | mtd: chips/map_ram.c: implement point and unpoint methods | Nicolas Pitre | 1 | -0/+24 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-05-11 | mtd: cfi_cmdset_0020: Drop unnecessary static | Julia Lawall | 1 | -1/+1 |
| 2017-04-19 | drivers/mtd: Convert remaining uses of pr_warning to pr_warn | Joe Perches | 1 | -4/+8 |
| 2016-07-09 | mtd: cfi_cmdset_0020: Deinline do_write_buffer, save 5316 bytes | Denys Vlasenko | 1 | -1/+1 |
| 2016-04-03 | mtd: avoid stack overflow in MTD CFI code | Arnd Bergmann | 1 | -0/+1 |
| 2016-01-06 | mtd: cfi_cmdset_0001: fixing memory leak and handling failed kmalloc | Insu Yun | 1 | -1/+7 |
| 2015-12-18 | mtd: cfi_cmdset_0002: use swap() in cfi_cmdset_0002() | Fabian Frederick | 1 | -4/+2 |
| 2015-11-30 | mtd: cfi: enforce valid geometry configuration | Arnd Bergmann | 1 | -0/+4 |
| 2015-05-28 | mtd: chips: fixup dependencies, to prevent build error | Brian Norris | 1 | -0/+1 |
| 2015-05-27 | mtd: cfi_cmdset_0002: Initialize datum before calling map_word_load_partial | Christian Riesch | 1 | -1/+1 |
| 2015-05-27 | mtd: cfi: deinline large functions | Denys Vlasenko | 1 | -0/+188 |
| 2015-03-30 | mtd: cfi: clean up some indenting | Dan Carpenter | 1 | -15/+15 |
| 2015-01-09 | mtd: map_rom: Support UBI on ROM | Aaron Sierra | 1 | -1/+12 |
| 2015-01-09 | mtd: map_ram: Enable mtdoops | Alessio Igor Bogani | 1 | -0/+1 |
| 2014-11-25 | mtd: delete unnecessary checks before two function calls | Markus Elfring | 1 | -2/+1 |
| 2014-10-29 | mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chips | Dmitry Eremin-Solenikov | 1 | -0/+2 |
| 2014-08-19 | Merge l2-mtd/next into l2-mtd/master | Brian Norris | 1 | -0/+2 |
| 2014-08-19 | mtd: cfi_cmdset_0002: allow retry/timeout loop to exit | Brian Norris | 1 | -0/+2 |
| 2014-08-15 | mtd: cfi_cmdset_0002: check return code for get_chip() | Brian Norris | 1 | -0/+4 |
| 2014-07-21 | Merge tag 'v3.16-rc6' into MTD development branch | Brian Norris | 1 | -0/+43 |
| 2014-07-16 | mtd: cfi_cmdset_0002: fix do_write_buffer() timeout error | Bean Huo | 1 | -2/+23 |
| 2014-07-13 | mtd: cfi_cmdset_0001.c: add support for Sharp LH28F640BF NOR | Andrea Adami | 1 | -0/+43 |
| 2014-07-11 | mtd: cfi_cmdset_0002: Add support for locking OTP memory | Christian Riesch | 1 | -5/+84 |
| 2014-07-11 | mtd: cfi_cmdset_0002: Add support for writing OTP memory | Christian Riesch | 1 | -7/+60 |
| 2014-07-11 | mtd: cfi_cmdset_0002: Invalidate cache after entering/exiting OTP memory | Christian Riesch | 1 | -10/+34 |
| 2014-07-11 | mtd: cfi_cmdset_0002: Add support for reading OTP | Christian Riesch | 1 | -0/+156 |
| 2014-05-20 | mtd: Kconfig: give the CFI command set version in prompt and help | Philippe De Muyter | 1 | -8/+8 |
| 2014-05-20 | mtd: cfi: indent some if statements | Dan Carpenter | 2 | -3/+3 |
| 2014-03-10 | mtd: Add a retlen parameter to _get_{fact,user}_prot_info | Christian Riesch | 1 | -18/+13 |
| 2014-03-10 | mtd: gen_probe: Remove unnecessary OOM messages | Jingoo Han | 1 | -2/+0 |
| 2014-03-10 | mtd: cfi: Remove unnecessary OOM messages | Jingoo Han | 5 | -20/+6 |
| 2014-03-10 | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 3 | -3/+0 |
| 2013-08-05 | mtd: jedec_probe: fix LH28F640BF definition | Andrea Adami | 1 | -6/+7 |
| 2013-08-05 | mtd: refactor call to request_module | Kees Cook | 1 | -3/+1 |
| 2013-08-05 | mtd: cfi_cmdset_0002: print @adr when write timeout occurs | Huang Shijie | 1 | -2/+2 |
| 2013-05-09 | Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+0 |
| 2013-04-05 | mtd: merge mtdchar module with mtdcore | Artem Bityutskiy | 1 | -1/+0 |
| 2013-03-15 | CONFIG_SYMBOL_PREFIX: cleanup. | Rusty Russell | 1 | -3/+5 |
| 2013-03-02 | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -0/+217 |
| 2013-02-04 | mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking | Stefan Roese | 1 | -0/+217 |
| 2013-01-11 | drivers/mtd/chips: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -1/+1 |
| 2012-12-03 | mtd: fix recovery after failed write-buffer operation in cfi_cmdset_0002.c | Harald Nordgard-Hansen | 1 | -2/+14 |
| 2012-09-29 | mtd: cfi_cmdset_0001: Fix problem with unlocking timeout | Stefan Roese | 1 | -3/+11 |
| 2012-07-16 | mtd: cfi_cmdset_0002: Micron M29EW bugfixes as per TN-13-07 | Gerlando Falauto | 1 | -0/+67 |
| 2012-07-06 | mtd: chips: reorganize Kconfig help on swapping | Paul Bolle | 1 | -9/+2 |
| 2012-05-13 | mtd: cfi_cmdset_0002: Slight cleanup of fixup messages | David Woodhouse | 1 | -3/+3 |
| 2012-05-13 | mtd: add fixup for S29NS512P NOR flash. | Javier Martin | 1 | -0/+14 |
| 2012-03-30 | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 8 | -127/+319 |
| 2012-03-27 | mtd: chips: cfi_cmdset_0002: Match ENABLE_VPP()/DISABLE_VPP() calls | Paul Parsons | 1 | -2/+4 |
| 2012-03-27 | mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() calls | Paul Parsons | 1 | -6/+9 |
| 2012-03-27 | mtd: fix 'Flash device refused suspend due to active operation' message | Russell King | 1 | -1/+1 |
| 2012-03-27 | mtd: simplify return logic in do_map_probe() | Uwe Kleine-König | 1 | -4/+1 |
| 2012-03-27 | mtd: move zero length verification to MTD API functions | Artem Bityutskiy | 3 | -15/+0 |
| 2012-03-27 | mtd: remove retlen zeroing duplication | Artem Bityutskiy | 4 | -22/+0 |
| 2012-03-27 | mtd: remove R/O checking duplication | Artem Bityutskiy | 2 | -6/+1 |
| 2012-03-27 | mtd: do not duplicate length and offset checks in drivers | Artem Bityutskiy | 3 | -16/+1 |
| 2012-03-27 | mtd: return error code from mtd_unpoint | Artem Bityutskiy | 1 | -6/+10 |
| 2012-03-27 | mtd: add leading underscore to all mtd functions | Artem Bityutskiy | 7 | -58/+58 |
| 2012-03-27 | mtd: cfi: AMD/Fujitsu compatibles: add panic write support | Ira W. Snyder | 1 | -0/+240 |
| 2012-03-23 | mtd: use for_each_clear_bit() | Akinobu Mita | 1 | -4/+2 |
| 2012-02-28 | mtd: simplify return logic in do_map_probe() | Uwe Kleine-König | 1 | -4/+1 |
| 2012-01-09 | mtd: introduce mtd_write interface | Artem Bityutskiy | 1 | -3/+5 |
| 2012-01-09 | mtd: cfi: Allow per-mapping CFI device endianness | Aaron Sierra | 1 | -2/+3 |
| 2011-09-11 | mtd: cleanup style on pr_debug messages | Brian Norris | 1 | -6/+4 |
| 2011-09-11 | mtd: replace DEBUG() with pr_debug() | Brian Norris | 3 | -37/+25 |
| 2011-09-11 | mtd: spelling, capitalization, uniformity | Brian Norris | 1 | -1/+1 |
| 2011-05-25 | mtd: remove duplicate assignment of chip->state | Tadashi Abe | 2 | -2/+0 |
| 2011-05-25 | mtd: fix hang-up in cfi erase and read contention | Tadashi Abe | 3 | -9/+5 |
| 2011-05-25 | mtd: cmdset_0002: add CFI 1.5 support for S29GL-S | Gernot Hoyler | 1 | -2/+3 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 5 | -10/+10 |
| 2011-03-11 | mtd: cfi: add support for AMIC flashes (e.g. A29L160AT) | Steffen Sledz | 1 | -0/+1 |
| 2011-03-11 | mtd: cfi: fix writebufsize initialization | Anatolij Gustschin | 3 | -3/+3 |
| 2011-03-11 | mtd: fix race in cfi_cmdset_0001 driver | Joakim Tjernlund | 1 | -21/+22 |
| 2011-03-11 | mtd: jedec_probe: initialise make sector erase command variable | Antony Pavlov | 1 | -2/+3 |
| 2011-03-11 | mtd: jedec_probe: Change variable name from cfi_p to cfi | Antony Pavlov | 1 | -16/+16 |
| 2011-01-06 | mtd: cfi: add writebufsize initialization | Anatolij Gustschin | 3 | -0/+6 |
| 2011-01-06 | mtd: cfi_cmdset_0002: add support for Samsung K8D3x16UxC NOR chips | Guillaume LECERF | 1 | -1/+3 |
| 2011-01-06 | mtd: cfi_cmdset_0002: add support for Samsung K8D6x16UxM NOR chips | Guillaume LECERF | 1 | -3/+13 |
| 2010-12-03 | mtd: cfi_fixup: remove unused 'param' parameter | Guillaume LECERF | 4 | -76/+76 |
| 2010-10-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -2/+2 |
| 2010-10-26 | Revert "mtd: cleanup Kconfig dependencies" | David Woodhouse | 1 | -22/+24 |
| 2010-10-26 | mtd: cfi_cmdset_0002: make sector erase command variable | Guillaume LECERF | 2 | -4/+8 |
| 2010-10-26 | mtd: cfi_cmdset_0002: add CFI detection for SST 38VF640x chips | Guillaume LECERF | 1 | -0/+26 |
| 2010-10-26 | mtd: cfi_util: add support for switching SST 39VF640xB chips into QRY mode | Guillaume LECERF | 1 | -0/+7 |
| 2010-10-26 | mtd: cfi_cmdset_0001: use defined value of P_ID_INTEL_PERFORMANCE instead of ... | Guillaume LECERF | 1 | -2/+2 |
| 2010-10-25 | mtd: cfi_cmdset_0002: code cleanups | Wolfram Sang | 1 | -39/+8 |
| 2010-10-24 | mtd: cleanup Kconfig dependencies | H Hartley Sweeten | 1 | -24/+22 |
| 2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -2/+2 |
| 2010-08-08 | mtd: Remove obsolete <mtd/compatmac.h> include | David Woodhouse | 8 | -8/+0 |
| 2010-08-06 | mtd: cfi_cmdset_0002: consider version 1.4 as a valid primary extension version | Guillaume LECERF | 1 | -3/+4 |
| 2010-08-06 | mtd: change struct flchip_shared spinlock locking into mutex | Stefani Seibold | 1 | -10/+10 |
| 2010-08-04 | mtd: cfi_cmdset_0002: fix the check for valid primary extension versions | Guillaume LECERF | 1 | -3/+12 |
| 2010-08-02 | mtd: cfi_probe: print manufacturer and id of probed chip | Guillaume LECERF | 1 | -2/+2 |
| 2010-08-02 | mtd: add an ioctl to query the lock status of a flash sector | Richard Cochran | 1 | -0/+10 |
| 2010-05-20 | mtd: cfi_cmdset_0002: use AMD standard command-set with Winbond flash chips | Guillaume LECERF | 2 | -0/+4 |
| 2010-05-20 | mtd: cfi_cmdset_0002: Fix MODULE_ALIAS and linkage for new 0701 commandset ID | David Woodhouse | 1 | -0/+3 |
| 2010-05-14 | mtd: cfi_cmdset_0002: Fix argument order in bootloc warning | David Woodhouse | 1 | -1/+1 |
| 2010-05-14 | mtd: chips: add SST39WF160x NOR-flashes | Wolfram Sang | 1 | -0/+30 |
| 2010-05-14 | mtd: jedec_probe: remove spaces before tabs | Artem Bityutskiy | 1 | -4/+4 |
| 2010-05-14 | mtd: chips: use common manufacturer codes in jedec_probe() | Wolfram Sang | 1 | -135/+117 |
| 2010-05-14 | mtd: cfi_util: do not printk if no extended query table | Guillaume LECERF | 1 | -1/+2 |
| 2010-05-14 | mtd: cfi_cmdset_0002: add CFI detection for SST 39VF{32, 64}xxB chips | Guillaume LECERF | 1 | -0/+15 |
| 2010-05-14 | mtd: cfi_cmdset_0002: add CFI detection for SST 39VF{16, 32}xx chips | Guillaume LECERF | 2 | -0/+36 |
| 2010-05-14 | mtd: cfi_cmdset_0002: Tone down warning messages about TopBottom CFI field | David Woodhouse | 1 | -4/+5 |
| 2010-05-14 | mtd: cfi_cmdset_0002: do not fail on no extended query table as they are both... | Guillaume LECERF | 1 | -43/+44 |
| 2010-05-14 | mtd: cfi_probe: use P_ID_* definitions instead of hardcoded values | Guillaume LECERF | 1 | -5/+5 |
| 2010-05-14 | mtd: cfi_probe: add support for SST 0x0701 vendorname | Guillaume LECERF | 1 | -0/+8 |
| 2010-05-14 | mtd: cfi_probe: make the addresses used to enter Auto Select Mode variable | Guillaume LECERF | 1 | -3/+4 |