1. 4d62435 mtd: mxc_nand: remove cpu_is_xxx by using platform_device_id by Shawn Guo · 12 years ago
  2. ffe3150 Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers by David Woodhouse · 12 years ago
  3. 24b82d3 mtd: mxc_nand: Adapt the clock name to the new clock framework by Fabio Estevam · 12 years ago
  4. ddf16d6 mtd: mxc_nand: Convert to module_platform_driver() by Fabio Estevam · 12 years ago
  5. 657f28f mtd: kill MTD_NAND_VERIFY_WRITE by Huang Shijie · 12 years ago
  6. 82906b1 ARM: imx: move platform_data definitions by Arnd Bergmann · 12 years ago
  7. 71718a8e mtd: mxc_nand: add i.MX53 support by Sascha Hauer · 12 years ago
  8. 71885b6 mtd: mxc_nand: swap iomem resource order by Sascha Hauer · 12 years ago
  9. e4a09cb mtd: mxc_nand: Use managed resources by Sascha Hauer · 12 years ago
  10. 3d05969 nand: mxc_nand: Use clk_prepare_enable/clk_disable_unprepare by Fabio Estevam · 12 years ago
  11. 096bcc2 mtd: mxc_nand: use 32bit copy functions by Sascha Hauer · 12 years ago
  12. f5e7e84 Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  13. 4a43faf mtd: mxc_nand: move ecc strengh setup before nand_scan_tail by Sascha Hauer · 12 years ago
  14. 4b6f05e mtd: mxc_nand: fix several sparse warnings about incorrect address space by Uwe Kleine-König · 12 years ago
  15. 6436356 mtd: mxc_nand: implement device tree probing by Uwe Kleine-König · 12 years ago
  16. f48d0f9 mtd: mxc_nand: put several more fields into devtype_data by Uwe Kleine-König · 12 years ago
  17. 69d023b mtd: mxc_nand: put callback for data correction into devtype struct by Uwe Kleine-König · 12 years ago
  18. 5e05a2d mtd: mxc_nand: split chip_select function and put it into devtype struct by Uwe Kleine-König · 12 years ago
  19. 6dcdf99 mtd: mxc_nand: put ecc layout into devtype structs by Uwe Kleine-König · 12 years ago
  20. 6d38af2 mtd: mxc_nand: split some functions to get rid of more nfc_is_vX() by Uwe Kleine-König · 12 years ago
  21. e4303b2 mtd: mxc_nand: move function pointers to a per-SOC struct by Uwe Kleine-König · 12 years ago
  22. 8556958 mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessary by Uwe Kleine-König · 12 years ago
  23. 8d1fd16 mtd: mxc_nand: set owner field to prevent module unloading when in use by Uwe Kleine-König · 12 years ago
  24. 97c3213 mtd mxc_nand: prepare/unprepare clock by Sascha Hauer · 13 years ago
  25. 6a918ba mtd: flash drivers set ecc strength by Mike Dunn · 13 years ago
  26. 42d7fbe mtd: do not use plain 0 as NULL by Artem Bityutskiy · 13 years ago
  27. 5172ac1 mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocks by Wolfram Stering · 13 years ago
  28. c97926d mtd: mxc_nand: add mx53 NFC driver support by Jason Liu · 13 years ago
  29. 0a32a10 mtd: cleanup style on pr_debug messages by Brian Norris · 13 years ago
  30. 289c052 mtd: replace DEBUG() with pr_debug() by Brian Norris · 13 years ago
  31. d4ed8f1 mtd: mxc_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  32. bb9ebd4 mtd: nand: rename NAND_USE_FLASH_BBT by Brian Norris · 13 years ago
  33. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 13 years ago
  34. 759f1d3 mtd: mxc_nand: convert to mtd_device_register() by Jamie Iles · 13 years ago
  35. d178e3e mtd: mxc_nand: add support for multiple chips on V21 devices by Baruch Siach · 14 years ago
  36. 7bf7e37 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 by Artem Bityutskiy · 14 years ago
  37. 2c1c5f1 mtd: mxc_nand: fix OOB corruption when page size > 2KiB by Baruch Siach · 14 years ago
  38. 5d9d993 mtd: mxc_nand: fix read past buffer end by Baruch Siach · 14 years ago
  39. 177b241 kbuild, mtd, net: a few comment typo fixes and rewording by Gilles Espinasse · 14 years ago
  40. 2ebf062 mtd: mxc_nand: Fix warning on nr_parts unused variable by Fabio Estevam · 14 years ago
  41. 63f1474 mxc_nand: do not depend on disabling the irq in the interrupt handler by Sascha Hauer · 14 years ago
  42. b8db2f5 mtd: mxc_nand: configure pages per block for v2 controller by Sascha Hauer · 14 years ago
  43. f7b66e5 mxc_nand: Do not do byte accesses to the NFC buffer. by John Ogness · 14 years ago
  44. e8a89ce Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  45. 71ec515 mxc_nand: Add v3 (i.MX51) Support by Sascha Hauer · 14 years ago
  46. 6e85dfd mxc_nand: support 8bit ecc by Sascha Hauer · 14 years ago
  47. 94f77e5 mxc_nand: fix correct_data function by Sascha Hauer · 14 years ago
  48. 1bc9918 mxc_nand: add V1_V2 namespace to registers by Sascha Hauer · 14 years ago
  49. 7aaf28a mxc_nand: factor out a check_int function by Sascha Hauer · 14 years ago
  50. 5f97304 mxc_nand: make some internally used functions overwriteable by Sascha Hauer · 14 years ago
  51. c29c607 mxc_nand: rework get_dev_status by Sascha Hauer · 14 years ago
  52. 938cf99 mxc_nand: remove 0xe00 offset from registers by Sascha Hauer · 14 years ago
  53. 04dd0d3 mtd: mxc_nand: dont call suspend and resume explicitly by Eric Bénard · 14 years ago
  54. 6a8cfcf mtd: mxc_nand: fix unbalanced enable for IRQ by Eric Bénard · 14 years ago
  55. e2c8488 mtd: mxc_nand: remove unused variable by Uwe Kleine-König · 14 years ago
  56. 6c49939 mtd: mxc_nand: fix OOB accesses on i.MX27 by Sascha Hauer · 14 years ago
  57. cce0246 mxc_nand: add support for platform defined partitions by Baruch Siach · 14 years ago
  58. 5ea3202 mxc_nand: Fix OOB handling by Sascha Hauer · 14 years ago
  59. 7385097 mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case value by David Woodhouse · 14 years ago
  60. a47bfd2 mtd: mxc_nand: support i.MX21 by Ivo Clarysse · 14 years ago
  61. d484018 mtd: mxc_nand: set NFC registers after reset by Ivo Clarysse · 14 years ago
  62. 329f905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  63. 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 15 years ago
  64. 6680376 mtd: mxc_nand: add RESET command support by Eric Benard · 15 years ago
  65. 9c14b15 mtd: mxc-nand: don't disable clock in mxcnd-suspend by Uwe Kleine-König · 15 years ago
  66. b840bc1 mtd: mxc-nand: no need to check for validity of platform driver data by Uwe Kleine-König · 15 years ago
  67. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  68. 51eeb87 Revert "mtd: move mxcnd_remove to .exit.text" by Uwe Kleine-König · 15 years ago
  69. 9617876 Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6 by David Woodhouse · 15 years ago
  70. daa0f15 mtd: don't use __exit_p to wrap mxcnd_remove by Uwe Kleine-König · 15 years ago
  71. 1fbff0a mxc_nand: use DRIVER_NAME where appropriate by Sascha Hauer · 15 years ago
  72. c110eaf mxc_nand: remove TROP_US_DELAY by Sascha Hauer · 15 years ago
  73. f137205 mxc_nand: Allow flash based bbt by Sascha Hauer · 15 years ago
  74. f06368f mxc_nand: disable sp_en bit only once by Sascha Hauer · 15 years ago
  75. 9467114 mxc_nand: Add NFC V2 support by Sascha Hauer · 15 years ago
  76. 2d69c7f mxc_nand: Get rid of pagesize_2k flag by Sascha Hauer · 15 years ago
  77. c6de7e1 mxc_nand: Make main/spare areas runtime configurable by Sascha Hauer · 15 years ago
  78. 0e60c7c mxc_nand: remove unused defines by Sascha Hauer · 15 years ago
  79. c5d23f1 mxc nand: modify send_page to send all pages, not only one by Sascha Hauer · 15 years ago
  80. 89121a6 mxc nand: simplify command processing by Sascha Hauer · 15 years ago
  81. f8f9608 mxc nand: use buffers by Sascha Hauer · 15 years ago
  82. d970a07 mxc nand: use resource_size() by Sascha Hauer · 15 years ago
  83. a4ad57f mxc nand: remove dead code by Sascha Hauer · 15 years ago
  84. 6246549 mxc nand: remove debug param by Sascha Hauer · 15 years ago
  85. a3e65b6 mxc_nand: introduce mxc_do_addr_cycle by Sascha Hauer · 15 years ago
  86. 06ecb04 mxc_nand: merge send_read_page and send_prog_page by Sascha Hauer · 15 years ago
  87. 13e1add mxc_nand: cleanup initialization by Sascha Hauer · 15 years ago
  88. 8c1fd89 mxc_nand: cleanup eccoob descriptions by Sascha Hauer · 15 years ago
  89. 1cc5239 Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27" by David Woodhouse · 15 years ago
  90. 82613b0 mtd: move mxcnd_remove to .exit.text by Uwe Kleine-König · 15 years ago
  91. 71b7d0d mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27 by Eric Benard · 15 years ago
  92. e635a01 Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux by David Woodhouse · 15 years ago
  93. 43950a6 mtd: nand: max_retries off by one in mxc_nand by Roel Kluin · 15 years ago
  94. bd3fd62 mtd: MXC NAND support for 2KiB page size flashes by Vladimir Barinov · 15 years ago
  95. b258fd8 mtd: mxc_nand: add correct dev_id parameter to free_irq() calls by Magnus Lilja · 15 years ago
  96. 8541c11 mtd: MXC NAND driver fixes (v5) by Vladimir Barinov · 15 years ago
  97. ccd9385 [MTD] Remove mtd->{suspend,resume} calls from board drivers by David Woodhouse · 15 years ago
  98. 22ae77b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  99. 87f39f0 [MTD] support driver model updates by David Brownell · 16 years ago
  100. e65fb00 [ARM] MXC: remove _clk suffix from clock names by Sascha Hauer · 16 years ago