1. 1534b8b mtd: fix nand kernel-doc warnings by Randy Dunlap · 14 years ago
  2. b46daf7 mtd: remove junk tabs in nand.h by Sebastian Andrzej Siewior · 14 years ago
  3. a0491fc mtd: cleanup nand.h by Sebastian Andrzej Siewior · 14 years ago
  4. 453281a mtd: nand: introduce NAND_CREATE_EMPTY_BBT by Sebastian Andrzej Siewior · 14 years ago
  5. 7cba7b1 mtd: nand: add support for BBT without OOB by Sebastian Andrzej Siewior · 14 years ago
  6. 12a40a5 mtd: add init_size hook for NAND driver by Huang Shijie · 14 years ago
  7. d1e1f4e mtd: nand: add support for reading ONFI parameters from NAND device by Florian Fainelli · 14 years ago
  8. caa4b6f mtd: nand: add NAND_CMD_PARAM (0xec) definition by Florian Fainelli · 14 years ago
  9. 5c709ee mtd: nand: Increase NAND_MAX_OOBSIZE by Brian Norris · 14 years ago
  10. a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
  11. 30fe811 mtd: nand: edit macro flag for BBT scan of last page in block by Brian Norris · 14 years ago
  12. b60b08b mtd: nand: support alternate BB marker locations on MLC by Kevin Cernekee · 14 years ago
  13. 426c457 mtd: nand: extend NAND flash detection to new MLC chips by Kevin Cernekee · 14 years ago
  14. 93edbad mtd: Workaround wrong write protect status on some xD cards by Maxim Levitsky · 14 years ago
  15. 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 14 years ago
  16. e0b58d0 mtd: nand: add ->badblockbits for minimum number of set bits in bad block byte by Maxim Levitsky · 14 years ago
  17. 7d70f33 mtd: nand: add lock/unlock routines by Vimal Singh · 14 years ago
  18. b1c6e6d mtd: nand: add option to quieten off the no device found messgae by Ben Dooks · 15 years ago
  19. 30631cb mtd: unify status enum from three headers by Alessandro Rubini · 15 years ago
  20. c62d81b mtd: use bbm.h in nand.h by Alessandro Rubini · 15 years ago
  21. 6e0cb13 mtd: nand: add new ECC mode - ECC_HW_OOB_FIRST by Sneha Narnakaje · 15 years ago
  22. 46a8cf2 mtd: nand: add "page" parameter to all read_page/read_page_raw APIs by Sneha Narnakaje · 15 years ago
  23. f36e20c mtd: plat_nand: allow platform to set partitions by H Hartley Sweeten · 15 years ago
  24. bf95efd mtd: plat_nand: add platform probe/remove callbacks by H Hartley Sweeten · 15 years ago
  25. d6fed9e mtd: extend plat_nand for (read|write)_buf by Alexander Clouter · 15 years ago
  26. 81ec536 [MTD] [NAND] Add support for 4KiB pages. by Thomas Gleixner · 17 years ago
  27. d3af0f0 [MTD] [NAND] remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  28. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  29. 17c1d2b [MTD] [NAND] Fix missing kernel-doc by Alexey Korolev · 16 years ago
  30. 96d8b64 [MTD] [NAND] fix subpage read for small page NAND by Alexey Korolev · 16 years ago
  31. 3d45955 [MTD] [NAND] subpage read feature as a way to increase performance. by Alexey Korolev · 16 years ago
  32. a8931ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  33. 44d1b98 Fix various old email addresses for dwmw2 by David Woodhouse · 16 years ago
  34. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 16 years ago
  35. 30eb0db [MTD] [NAND] Add NAND manufacturer AMD. by Steven J. Hill · 17 years ago
  36. 972edcb [MTD] [NAND] platform NAND driver: update header by Vitaly Wool · 17 years ago
  37. 8c60e54 [MTD][NAND] Add Micron Manufacturer ID by sshahrom@micron.com · 17 years ago
  38. 552a827 [MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chip by Randy Dunlap · 17 years ago
  39. bd3c97a7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  40. 29072b9 [MTD] NAND: add subpage write support by Thomas Gleixner · 18 years ago
  41. 351edd2 [PATCH] MTD: fix last kernel-doc warning by Randy Dunlap · 18 years ago
  42. 7dcdcbef [MTD] NAND: Combined oob buffer so it's contiguous with data by David Woodhouse · 18 years ago
  43. b77d95c [MTD NAND] Provide prototype for newly-exported nand_wait_ready() by David Woodhouse · 18 years ago
  44. 956e944 [MTD NAND] Allow override of page read and write functions. by David Woodhouse · 18 years ago
  45. 4bf63fc [MTD NAND] Allocate chip->buffers separately to allow it to be overridden by David Woodhouse · 18 years ago
  46. 3b85c32 [MTD NAND] Split nand_scan() into two parts; allow board driver to intervene by David Woodhouse · 18 years ago
  47. ea9b6dc MTD: kernel-doc fixes + additions by Randy Dunlap · 18 years ago
  48. 844d3b4 MTD: fix all kernel-doc warnings by Randy Dunlap · 18 years ago
  49. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  50. 7bc3312 [MTD] NAND: Fix breakage all over the place by Thomas Gleixner · 18 years ago
  51. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 18 years ago
  52. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 18 years ago
  53. 8be834f [MTD] NAND Fix platform structure and NDFC driver by Thomas Gleixner · 18 years ago
  54. f75e509 [MTD] NAND modularize write function by Thomas Gleixner · 18 years ago
  55. f5bbdac [MTD] NAND Modularize read function by Thomas Gleixner · 18 years ago
  56. 9577f44 [MTD] NAND Add read/write function pointers to struct nand_ecc_ctrl by Thomas Gleixner · 18 years ago
  57. 7a30601 [MTD] NAND Introduce NAND_NO_READRDY option by Thomas Gleixner · 18 years ago
  58. cad74f2 [MTD] NAND remove write_byte/word function from nand_chip by Thomas Gleixner · 18 years ago
  59. 7abd3ef [MTD] Refactor NAND hwcontrol to cmd_ctrl by Thomas Gleixner · 18 years ago
  60. 9223a45 [MTD] Remove read/write _ecc variants by Thomas Gleixner · 18 years ago
  61. 9a57d47 [MTD] NAND ECC hwctl function has no return value by Thomas Gleixner · 18 years ago
  62. 6dfc6d2 [MTD] NAND modularize ECC by Thomas Gleixner · 18 years ago
  63. 58dd8f2b [MTD] NAND consolidate data types by Thomas Gleixner · 18 years ago
  64. 2c0a2be [MTD] NAND whitespace and formatting cleanup by Thomas Gleixner · 18 years ago
  65. 41796c2 [MTD] Add platform support for NAND by Thomas Gleixner · 18 years ago
  66. a36ed29 [MTD] Simplify NAND locking by Thomas Gleixner · 18 years ago
  67. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  68. 61ecfa8 [MTD] includes: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  69. 962034f [MTD] NAND: Add suspend/resume functionality by Vitaly Wool · 19 years ago
  70. 0dfc624 [MTD] NAND: Reorganize chip locking by Thomas Gleixner · 19 years ago
  71. f1f67a9 [MTD] NAND: Add Hynix to manufacturer list by Nicolas S. Dade · 19 years ago
  72. 0040bf3 [MTD] NAND: Skip bad block table scan on request by Thomas Gleixner · 19 years ago
  73. 068e3c0 [MTD] NAND Add optional ECC status check callback by David A. Marlin · 19 years ago
  74. 28a48de [MTD] NAND extended commands, badb block table autorefresh by David A. Marlin · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago