1. 7934650 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  2. 848b83a convert get_sb_mtd() users to ->mount() by Al Viro · 14 years ago
  3. 0896804 mtd: cfi_cmdset_0002: make sector erase command variable by Guillaume LECERF · 14 years ago
  4. b46daf7 mtd: remove junk tabs in nand.h by Sebastian Andrzej Siewior · 14 years ago
  5. a0491fc mtd: cleanup nand.h by Sebastian Andrzej Siewior · 14 years ago
  6. 453281a mtd: nand: introduce NAND_CREATE_EMPTY_BBT by Sebastian Andrzej Siewior · 14 years ago
  7. 7cba7b1 mtd: nand: add support for BBT without OOB by Sebastian Andrzej Siewior · 14 years ago
  8. 12a40a5 mtd: add init_size hook for NAND driver by Huang Shijie · 14 years ago
  9. 5daa7b2 mtd: prepare partition add and del functions for ioctl requests by Roman Tereshonkov · 14 years ago
  10. 6c009ab mtd: generic FSMC NAND MTD driver by Linus Walleij · 14 years ago
  11. d1e1f4e mtd: nand: add support for reading ONFI parameters from NAND device by Florian Fainelli · 14 years ago
  12. caa4b6f mtd: nand: add NAND_CMD_PARAM (0xec) definition by Florian Fainelli · 14 years ago
  13. 5c709ee mtd: nand: Increase NAND_MAX_OOBSIZE by Brian Norris · 14 years ago
  14. 0ceacf3 mtd: edit comments on deprecation of ioctl ECCGETLAYOUT by Brian Norris · 14 years ago
  15. cc26c3c mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT by Brian Norris · 14 years ago
  16. f4a2da0 mtd: inftl.h: fix spacing errors by Brian Norris · 14 years ago
  17. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  18. a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
  19. 78ef7fa mtd-physmap: add support users can assign the probe type in board files by Barry Song · 15 years ago
  20. 8ae6641 mtd: change struct flchip_shared spinlock locking into mutex by Stefani Seibold · 14 years ago
  21. ad0d363 mtd: OneNAND: Introduce chip_probe function by Kyungmin Park · 14 years ago
  22. 58373ff mtd: nand: more BB Detection refactoring and dynamic scan options by Brian Norris · 14 years ago
  23. 30fe811 mtd: nand: edit macro flag for BBT scan of last page in block by Brian Norris · 14 years ago
  24. 9938424 mtd: add an ioctl to query the lock status of a flash sector by Richard Cochran · 14 years ago
  25. b60b08b mtd: nand: support alternate BB marker locations on MLC by Kevin Cernekee · 14 years ago
  26. 426c457 mtd: nand: extend NAND flash detection to new MLC chips by Kevin Cernekee · 14 years ago
  27. 9ea5973 mtd: suppress warnings in inline_map_read() by Kevin Cernekee · 14 years ago
  28. 709c4ef mtd: map.h: add missing bug.h include by Kevin Cernekee · 14 years ago
  29. 3328dc3 mtd: onenand: add new callback for bufferram read by Kyungmin Park · 14 years ago
  30. 4a8ce0b mtd: onenand: allocate verify buffer in the core by Kyungmin Park · 14 years ago
  31. 6a88c47 mtd: onenand: add support for chips with 4KiB page size by Kyungmin Park · 14 years ago
  32. ae73182 mtd: chips: use common manufacturer codes in jedec_probe() by Wolfram Sang · 14 years ago
  33. 54b93a4 mtd: cfi_probe: add support for SST 0x0701 vendorname by Guillaume LECERF · 14 years ago
  34. 1cd2620 mtd/nand/sh_flctl: Move function mtd_to_flctl to fix build failure by Peter Huewe · 14 years ago
  35. c4e7737 mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers. by Stefani Seibold · 14 years ago
  36. 6702641 mtd/nand/sh_flctl: Replace the dangerous mtd_to_flctl macro by Ferenc Wagner · 14 years ago
  37. 0a382a74 mtd: mtdram.h: checkpatch cleanup by Andrea Gelmini · 15 years ago
  38. 329f905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  39. a779053 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  40. 93edbad mtd: Workaround wrong write protect status on some xD cards by Maxim Levitsky · 15 years ago
  41. 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 15 years ago
  42. e0b58d0 mtd: nand: add ->badblockbits for minimum number of set bits in bad block byte by Maxim Levitsky · 15 years ago
  43. b64d39d mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation by Maxim Levitsky · 15 years ago
  44. 026ec57 mtd: blktrans: allow FTL drivers to export sysfs attributes by Maxim Levitsky · 15 years ago
  45. 048d871 mtd: blktrans: Hotplug fixes by Maxim Levitsky · 15 years ago
  46. a863862 mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and thread by Maxim Levitsky · 15 years ago
  47. 3bd4565 mtd: create unlocked versions of {get,put}_mtd_device by Maxim Levitsky · 15 years ago
  48. f3e69c6 mtd: move more manufacturers to the common cfi.h header file by Guillaume LECERF · 15 years ago
  49. 7d70f33 mtd: nand: add lock/unlock routines by Vimal Singh · 15 years ago
  50. b520e41 mtd: Replace static array of devices with an idr structure by Ben Hutchings · 15 years ago
  51. 1449c5d mtd: quiet sparse noise in cfi.h by H Hartley Sweeten · 15 years ago
  52. 010ab82 mtd: sh_flctl SHBUSSEL and SEL_16BIT support by Magnus Damm · 15 years ago
  53. b79c7ad mtd: trivial sh_flctl changes by Magnus Damm · 15 years ago
  54. f6a8c60 mtd: Really add ARM pismo support by Russell King - ARM Linux · 15 years ago
  55. 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  56. b2ef1a2 mtd: move manufacturer to the common cfi.h header file by Hans-Christian Egtvedt · 15 years ago
  57. b1c6e6d mtd: nand: add option to quieten off the no device found messgae by Ben Dooks · 15 years ago
  58. 7207302 mtd: OneNAND: multiblock erase support by Mika Korhonen · 15 years ago
  59. 1c63aca mtd: Add __nand_calculate_ecc() to NAND ECC functions by Akinobu Mita · 15 years ago
  60. 3cf6025 mtd: OneNAND OTP support rework by Amul Kumar Saha · 15 years ago
  61. b571028 UBI: Add ubi_open_volume_path by Corentin Chary · 15 years ago
  62. 30631cb mtd: unify status enum from three headers by Alessandro Rubini · 15 years ago
  63. c62d81b mtd: use bbm.h in nand.h by Alessandro Rubini · 15 years ago
  64. 6469f54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  65. be2f092 mtd: nand: add __nand_correct_data helper function by Atsushi Nemoto · 15 years ago
  66. 6e0cb13 mtd: nand: add new ECC mode - ECC_HW_OOB_FIRST by Sneha Narnakaje · 15 years ago
  67. 46a8cf2 mtd: nand: add "page" parameter to all read_page/read_page_raw APIs by Sneha Narnakaje · 15 years ago
  68. 778dbcc mtd: onenand: make onenand/generic.c more generic by Magnus Damm · 15 years ago
  69. 2f82af0 Nicolas Pitre has a new email address by Nicolas Pitre · 15 years ago
  70. 652696e mtd: OneNAND: 4-bit ECC status macros by Kyungmin Park · 15 years ago
  71. 6afc4fd mtd: fix the conversion from dev to mtd_info by Saeed Bishara · 15 years ago
  72. 7699ad3 mtd: let include/linux/mtd/partitions.h stand on its own by Nicolas Pitre · 15 years ago
  73. ac1b7c3 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  74. 31bb999 mtd: onenand: add bbt_wait & unlock_all as replaceable for some platform by Kyungmin Park · 15 years ago
  75. 5988af2 mtd: Flex-OneNAND support by Rohit Hagargundgi · 15 years ago
  76. f36e20c mtd: plat_nand: allow platform to set partitions by H Hartley Sweeten · 15 years ago
  77. bf95efd mtd: plat_nand: add platform probe/remove callbacks by H Hartley Sweeten · 15 years ago
  78. d6fed9e mtd: extend plat_nand for (read|write)_buf by Alexander Clouter · 15 years ago
  79. ee8f376 mtd: OneNAND: add support for OneNAND manufactured by Numonyx by Adrian Hunter · 15 years ago
  80. 0e0ee1c UBI: add notification API by Dmitry Pervushin · 15 years ago
  81. b90cf66 [MTD] Remove option for add_mtd_partitions() to not register partitions. by David Woodhouse · 15 years ago
  82. 81ec536 [MTD] [NAND] Add support for 4KiB pages. by Thomas Gleixner · 17 years ago
  83. 1f24b5a [MTD] driver model updates by David Brownell · 15 years ago
  84. 402d326 NOMMU: Present backing device capabilities for MTD chardevs by David Howells · 16 years ago
  85. a4b6d51 [MTD] partitioning utility predicates by David Brownell · 16 years ago
  86. 7c51d57 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  87. fefae48 [MTD] CFI: remove major/minor version check for command set 0x0002 by Wolfgang Grandegger · 16 years ago
  88. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  89. 475b44c mtd: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  90. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  91. d814083 [MTD] LPDDR extended physmap driver to support LPDDR flash by Alexey Korolev · 16 years ago
  92. d13e51e [MTD] LPDDR added new pfow_base parameter by Alexey Korolev · 16 years ago
  93. eb3db27 [MTD] LPDDR PFOW definition by Alexey Korolev · 16 years ago
  94. 922ab53 [MTD] LPDDR QINFO records definitions by Alexey Korolev · 16 years ago
  95. 160bbab [MTD] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  96. d3af0f0 [MTD] [NAND] remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  97. c4956ed Merge branch 'misc/mtd/sharpsl-nand' of git://git.kernel.org/pub/scm/linux/kernel/git/lumag/tosa-2.6 by David Woodhouse · 16 years ago
  98. 26cdb67 [MTD] Remove more strange u_intxx_t types by David Woodhouse · 16 years ago
  99. 3854be7 [MTD] Remove strange u_int32_t types from FTL by David Woodhouse · 16 years ago
  100. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago