1. b64456a Merge branch 'testing/new-warnings' into fixes by Arnd Bergmann · 12 years ago
  2. d680e2c mtd/omap2: fix dmaengine_slave_config error handling by Arnd Bergmann · 12 years ago
  3. a334937 ARM: imx: gpmi-nand depends on mxs-dma by Arnd Bergmann · 12 years ago
  4. a6dc772 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  5. 2df41d0 mtd: omap2: remove private DMA API implementation by Russell King · 12 years ago
  6. 763e735 mtd: omap2: add DMA engine support by Russell King · 12 years ago
  7. 287dc4b Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  8. 7784350 ARM: Kirkwood: Replace mrvl with marvell by Andrew Lunn · 12 years ago
  9. baffab2 ARM: Orion: fix driver probe error handling with respect to clk by Simon Baatz · 12 years ago
  10. 1471d41 MTD: NAND: JZ4740: Multi-bank support with autodetection by Maarten ter Huurne · 12 years ago
  11. 596fd46 mtd: nandsim: don't open code a do_div helper by Herton Ronaldo Krzesinski · 12 years ago
  12. 6023813a mtd: gpmi-nand: fix read page when reading to vmalloced area by Sascha Hauer · 12 years ago
  13. 096bcc2 mtd: mxc_nand: use 32bit copy functions by Sascha Hauer · 12 years ago
  14. 48f8b64 mtd: cafe_nand: fix an & vs | mistake by Dan Carpenter · 12 years ago
  15. ea3b2ea mtd: nand: initialize bitflip_threshold prior to BBT scanning by Shmulik Ladkani · 12 years ago
  16. f5e7e84 Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  17. 4a43faf mtd: mxc_nand: move ecc strengh setup before nand_scan_tail by Sascha Hauer · 12 years ago
  18. 5636ce0 mtd: gpmi-nand: define ecc.strength by Marek Vasut · 12 years ago
  19. 34a5704 mtd: nand: fix scan_read_raw_oob by Dmitry Maluka · 12 years ago
  20. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  21. f6a26ae Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  22. 813a95e Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  23. 9bc747b Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  24. 3e48b1b mtd: nand: gpmi: fix compile error caused by pinctrl call by Shawn Guo · 12 years ago
  25. 3c0dec5 Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clock by Arnd Bergmann · 12 years ago
  26. a0fabf72 mtd: Add orion_nand devicetree bindings by Jamie Lentin · 12 years ago
  27. 4f5a9fd Merge branch 'imx/pinctrl' into imx/clock by Arnd Bergmann · 12 years ago
  28. 0e618ef mtd: nand: omap: add support for hardware BCH ecc by Ivan Djelic · 12 years ago
  29. 1951f2f mtd: nand: check the return code of 'read_oob/read_oob_raw' by Shmulik Ladkani · 12 years ago
  30. 5c2ffb1 mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw' by Shmulik Ladkani · 12 years ago
  31. 9013bb4 mtd: gpmi: add gpmi support for mx6q by Huang Shijie · 12 years ago
  32. e10db1f mtd: gpmi: add device tree support to gpmi-nand by Huang Shijie · 12 years ago
  33. 279f08d mtd: nand: utilize oob_required parameter by Brian Norris · 12 years ago
  34. 7725cc8 mtd: gpmi-nand: utilize oob_requested parameter by Brian Norris · 12 years ago
  35. a6976cd mtd: IFC NAND: utilize oob_required parameter by Brian Norris · 12 years ago
  36. d112dc7 mtd: eLBC NAND: utilize oob_required parameter by Brian Norris · 12 years ago
  37. e47f3db mtd: nand: pass proper 'oob_required' parameter by Brian Norris · 12 years ago
  38. 1fbb938 mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces by Brian Norris · 12 years ago
  39. b4f7aa8 mtd: add read_byte support to plat_nand by John Crispin · 12 years ago
  40. a4f20351 OF: MTD: make plat_nand loadable from DT by John Crispin · 12 years ago
  41. 1826dbc mtd: nand: kill NAND_NO_AUTOINCR option by Brian Norris · 12 years ago
  42. c00a099 mtd: nand: remove autoincrement 'sndcmd' code by Brian Norris · 12 years ago
  43. 831d316 mtd: nandsim: remove autoincrement code by Brian Norris · 12 years ago
  44. edbc4540 mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Mike Dunn · 12 years ago
  45. e2788c9 mtd: nand: add sanity check of ecc strength to nand_scan_tail() by Mike Dunn · 12 years ago
  46. 3f91e94 mtd: nand: read_page() returns max_bitflips by Mike Dunn · 12 years ago
  47. 44df4d1 mtd: nand: fix incorrect ecc strength values by Mike Dunn · 12 years ago
  48. 86c2072 mtd: ecc_strength is at ecc step granularity by Mike Dunn · 12 years ago
  49. 09cbe58 mtd: nand: Add a NAND_CMD_STATUS when using write verification by Bastian Hecht · 12 years ago
  50. 4b6f05e mtd: mxc_nand: fix several sparse warnings about incorrect address space by Uwe Kleine-König · 12 years ago
  51. 6436356 mtd: mxc_nand: implement device tree probing by Uwe Kleine-König · 12 years ago
  52. f48d0f9 mtd: mxc_nand: put several more fields into devtype_data by Uwe Kleine-König · 12 years ago
  53. 69d023b mtd: mxc_nand: put callback for data correction into devtype struct by Uwe Kleine-König · 12 years ago
  54. 5e05a2d mtd: mxc_nand: split chip_select function and put it into devtype struct by Uwe Kleine-König · 12 years ago
  55. 6dcdf99 mtd: mxc_nand: put ecc layout into devtype structs by Uwe Kleine-König · 12 years ago
  56. 6d38af2 mtd: mxc_nand: split some functions to get rid of more nfc_is_vX() by Uwe Kleine-König · 12 years ago
  57. e4303b2 mtd: mxc_nand: move function pointers to a per-SOC struct by Uwe Kleine-König · 12 years ago
  58. 8556958 mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessary by Uwe Kleine-König · 12 years ago
  59. 8d1fd16 mtd: mxc_nand: set owner field to prevent module unloading when in use by Uwe Kleine-König · 12 years ago
  60. a9c465f mtd: nand: omap: fix race condition in omap_wait() by Ivan Djelic · 12 years ago
  61. e25da1c mtd: fsmc_nand: Add clk_{un}prepare() support by Viresh Kumar · 12 years ago
  62. d7efe22 mtd: omap2: fix resource leak in prefetch-busy path by Grazvydas Ignotas · 12 years ago
  63. 886bd33 mtd: print out the page size and oob size after parsing out the nand by Huang Shijie · 12 years ago
  64. 59fdd5b mtd: IFC NAND: Add support of ONFI NAND flash by Prabhakar Kushwaha · 12 years ago
  65. 4d16cd6 mtd: use module_pci_driver by Axel Lin · 12 years ago
  66. 4aa6ae3 mtd: gpmi: do not include the mxs.h by Huang Shijie · 12 years ago
  67. f2e5a24 mtd: plat_nand: Add default partition parser to driver by H Hartley Sweeten · 12 years ago
  68. 9ff00d5 Merge tag 'for-linus-3.4-20120513' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  69. 39febc0 mtd: nand: gpmi: adopt pinctrl support by Shawn Guo · 12 years ago
  70. 304b2c6 ARM: clps711x: Using a single definition for the PHYS and VIRT registers offset by Alexander Shiyan · 12 years ago
  71. 9c2bd50 ARM: Orion: NAND: Add support for clk, if there is one. by Andrew Lunn · 13 years ago
  72. b027274 mtd: ams-delta: fix request_mem_region() failure by Janusz Krzysztofik · 12 years ago
  73. 97c3213 mtd mxc_nand: prepare/unprepare clock by Sascha Hauer · 13 years ago
  74. d04525e dma: mxs-dma: enable channel in device_issue_pending call by Shawn Guo · 12 years ago
  75. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  76. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  77. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  78. 09893ee Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  79. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  80. fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  81. 1bfecd9 Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  82. d61b7a5 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  83. a78da28 mtd: nand: gpmi: fix function annotations by Wolfram Sang · 12 years ago
  84. 3b27dac mtd: unify initialization of erase_info->fail_addr by Shmulik Ladkani · 13 years ago
  85. 6379575 mtd: support ONFI multi lun NAND by Matthieu CASTET · 12 years ago
  86. eea6281 mtd: Add device-tree support to fsmc_nand by Stefan Roese · 12 years ago
  87. 2a5dbead mtd: nand/fsmc: Remove sparse warnings and errors by Vipin Kumar · 13 years ago
  88. 4774fb0 mtd: nand/fsmc: Add DMA support by Vipin Kumar · 13 years ago
  89. 604e754 mtd: nand/fsmc: Access the NAND device word by word whenever possible by Vipin Kumar · 13 years ago
  90. 712c4ad mtd: nand/fsmc: Use dev_err to report error scenario by Vipin Kumar · 13 years ago
  91. 82b9dbe mtd: nand/fsmc: Use devm routines by Vipin Kumar · 13 years ago
  92. e2f6bce mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform by Vipin Kumar · 13 years ago
  93. f63acb7 mtd: fsmc_nand: add pm callbacks to support hibernation by Shiraz Hashim · 13 years ago
  94. 467e6e7 mtd: nand/fsmc: Initialize the badblockbits to 7 by Vipin Kumar · 13 years ago
  95. b533f8d mtd: nand/fsmc: Flip the bit only if the error index is < 4096 by Vipin Kumar · 13 years ago
  96. aea686b mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices by Vipin Kumar · 13 years ago
  97. 4cbe1bf0 mtd: nand/fsmc: Correct the multiline comment format by Vipin Kumar · 13 years ago
  98. 04f1685 mtd: nand/fsmc: Remove default partition information from driver by Armando Visconti · 13 years ago
  99. 7147032 mtd: nand/fsmc: Pass partition information through platform data by Vipin Kumar · 13 years ago
  100. 09ef90d mtd: gpmi: fix the wrong DMA command. by Huang Shijie · 13 years ago