m68k: reverse Mac IRQ damage
[safe/jmp/linux-2.6] / drivers / mtd / chips /
2007-04-19 Jan EngelhardtUse menuconfig objects: MTD
2007-04-17 Shashi Rao[MTD] Fix fwh_lock locking
2007-04-02 Rodolfo Giometti[MTD] [NOR] Support for auto locking flash on power up
2007-03-08 Vijay Sampath[MTD] [NOR] Fix oops in cfi_amdstd_sync
2007-02-19 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-09 Artem Bityutskiy[MTD] [NOR] Intel: remove ugly PROGREGION macros
2007-02-09 Artem Bityutskiy[MTD] [NOR] STAA: use writesize instead off eccsize...
2007-02-09 David Woodhouse[MTD] Fix default timeouts for Intel NOR flash
2006-12-01 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2006-11-30 David Woodhouse[MTD] Remove trailing whitespace
2006-11-29 Joakim Tjernlund[PATCH] Fix Intel/Sharp command set erase suspend bug
2006-11-28 Burman Yan[MTD] replace kmalloc+memset with kzalloc
2006-10-21 David Anders[MTD] NOR: leave Intel chips in read-array mode on...
2006-10-21 Alexey Dobriyan[MTD] JEDEC probe: fix comment typo (devic)
2006-10-21 Ryan Jackson[MTD] CHIPS: Support for SST 49LF040B flash chip
2006-10-03 Matt LaPlanteFix several typos in drivers/
2006-09-22 Håvard Skinnemoen[MTD] Unlock NOR flash automatically where necessary
2006-09-16 Håvard SkinnemoenMTD: Fix bug in fixup_convert_atmel_pri
2006-08-17 Haavard SkinnemoenMTD: Add lock/unlock operations for Atmel AT49BV6416
2006-08-17 Haavard SkinnemoenMTD: Convert Atmel PRI information to AMD format
2006-08-15 Takashi YOSHI[PATCH] MTD: Add Macronix MX29F040 to JEDEC
2006-07-15 Alexey Korolev[MTD] Fixes of performance and stability issues in...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-22 Artem B. Bityutskiy[MTD] Initialize 'writesize'
2006-06-14 David Woodhouse[MTD] Restore MTD_ROM and MTD_RAM types
2006-06-14 Artem B. Bityutskiy[MTD] assume mtd->writesize is 1 for NOR flashes
2006-05-30 Joern Engel[MTD] replace MTD_RAM with MTD_GENERIC_TYPE
2006-05-30 Joern Engel[MTD] replace MTD_ROM with MTD_GENERIC_TYPE
2006-05-22 Joern Engel[MTD] Introduce MTD_BIT_WRITEABLE
2006-05-22 Joern Engel[MTD] Merge STMicro NOR_ECC code with Intel Sibley...
2006-05-22 Joern Engel[MTD] Introduce writesize
2006-05-21 David Woodhouse[MTD] Account for MODULE_SYMBOL_PREFIX when requesting...
2006-05-20 David Woodhouse[MTD] Use __symbol_get() instead of symbol_get() in...
2006-05-17 David Woodhouse[MTD] Fix printk format error in gen_probe.c
2006-05-17 Nicolas Pitrecfi_cmdset_0001: factorize code to wait for flash status
2006-05-17 Nicolas Pitrecfi-cmdset-0001: always update the chip status
2006-05-17 Josh BoyerCHIPS: Fix potential starvation in cfi_cmdset_0001
2006-05-14 David Woodhouse[MTD] Fix legacy character sets throughout drivers...
2006-05-14 David Woodhouse[MTD] Deal correctly with NOR chips which are smaller...
2006-05-08 David WoodhouseExport cfi_cmdset_0020 and cfi_cmdset_0002 with EXPORT_...
2006-05-08 David WoodhouseRemove use of inter_module_crap in NOR flash chip drivers.
2006-04-17 Jörn EngelRemove unchecked MTD flags
2006-03-31 Anders LarsenMTD: remove obsolete Kconfig options
2006-03-31 Pavel Machek[PATCH] Add chip used in collie to jedec_probe
2006-03-31 Tobias Klauser[PATCH] drivers/mtd: Use ARRAY_SIZE macro
2006-03-31 Adrian Bunk[PATCH] drivers/mtd/: small cleanups
2006-03-26 Adrian BunkKconfig help: MTD_JEDECPROBE already supports Intel
2006-02-24 Simon Vogl[PATCH] cfi: init wait queue in chip struct
2006-02-21 Alexey Korolev[PATCH] cfi_cmdset_0001: fix range for cache invalidation
2006-02-08 Al Viro[PATCH] arm: fix dependencies for MTD_XIP
2006-01-17 Adrian Bunk[PATCH] build kernel/intermodule.c only when required
2006-01-17 Adrian Bunk[PATCH] no longer mark MTD_OBSOLETE_CHIPS as BROKEN
2005-11-29 Adrian Bunk[MTD] Make functions static, include header files with...
2005-11-29 Richard Purdie[MTD] chips: make sharps driver usable again
2005-11-29 Nicolas Pitre[MTD] cfi_cmdset_0001: relax locking rules for multi...
2005-11-29 Todd Poynor[MTD] CFI: Use 16-bit access to autoselect/read device...
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
2005-11-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/tglx/mtd-2.6
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: drivers/mtd
2005-11-07 Thomas Gleixner[MTD] chips: Clean up trailing white spaces
2005-11-07 Thomas Gleixner[MTD] chips: Clean up trailing white spaces
2005-11-07 Konstantin Baidarov[MTD] chips cfi_cmdset_0002: Prevent timeout race
2005-11-06 Nicolas Pitre[MTD] chips/cfi_cmdset_0001: fix for P30 cfi parsing
2005-11-06 Nicolas Pitre[MTD] writev support for cfi-cmdset-0001
2005-11-06 Nicolas Pitre{MTD] add support for Intel's "Sibley" flash
2005-11-06 Nicolas Pitre[MTD] cleanups to cfi_cmdset_0001
2005-11-06 Thomas GleixnerMerge branch 'master' of /home/tglx/work/mtd/git/linux...
2005-10-31 Tim Schmielau[PATCH] fix missing includes
2005-08-04 Todd Poynor[MTD] Pre-CFI Sharp chip driver: Some speedups and...
2005-08-04 Todd Poynor[MTD] CHIPS: Recognize Spansion CFI 1.4 chips
2005-07-13 Joern Engel[MTD] cfi_cmdset_0002: Plugged a mem leak.
2005-07-12 Thomas Gleixner[MTD] Make XIP support depend on CONFIG_ARM
2005-07-07 Thomas Gleixner[MTD] XIP cleanup
2005-07-04 Thomas Gleixner[MTD] cfi_cmdset_0002: Remove bogus include
2005-06-29 Todd Poynor[MTD] XIP for AMD CFI flash.
2005-05-24 Thomas Gleixner[MTD] cfi_cmdset_0002: Fix broken status check
2005-05-23 Eric W. Biedermann[MTD] CFI-0002 - Improve error checking
2005-05-23 Nicolas Pitre[MTD] CFI flash locking reorg for XIP
2005-05-23 Todd Poynor[MTD] CFI DEBUG_LOCK_BITS fixes for Intel NOR flash:
2005-05-23 Nicolas Pitre[MTD] Fix OTP for top-parameter devices
2005-05-23 Nicolas Pitre[MTD] Add reboot notifier to Intel NOR flash driver
2005-05-23 Todd Poynor[MTD] Avoid compile warnings for Intel CFI flash withou...
2005-05-23 Todd Poynor[MTD] cfi_cmdset_0001: Skip delay if Instant Block...
2005-05-23 Thomas Gleixner[MTD] cfi_cmdset_0001: Fix compiler warnings
2005-05-23 Nicolas Pitre[MTD] cfi_cmdset_0001: Fix state after sync
2005-05-23 Thomas Gleixner[MTD] cfi_cmdset_0001: Fix the buggy status check.
2005-05-23 Nicolas Pitre[MTD] Make OTP actually work.
2005-05-23 Ben Dooks[MTD] Add SST 39VF1601 (MPF+) ID
2005-05-23 Ben Dooks[MTD] Fixup probing logic for single 16bit devices
2005-05-23 Nicolas Pitre[MTD] Support for protection register support on Intel...
2005-05-23 Nicolas Pitre[MTD] Add OTP basisc
2005-05-23 Jonas Holmberg[MTD] amd_flash: Fix chip ID clash
2005-05-23 Russell King[MTD] Fix MTD device probing
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2