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