1. 21fc0ef mtd: nand: pxa3xx-nand: fix random command timeouts by Robert Jarzmik · 9 years ago
  2. 0b14392 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Robert Jarzmik · 9 years ago
  3. bc3e00f mtd: pxa3xx_nand: add a default chunk size by Antoine Ténart · 9 years ago
  4. 0f0aca5 mtd: omap_elm: Fix module alias by Axel Lin · 9 years ago
  5. af83a67c mtd: denali_pci: switch to dev_err() by Andy Shevchenko · 9 years ago
  6. add243d mtd: denali_pci: refactor driver using devres API by Andy Shevchenko · 9 years ago
  7. 2445d33 mtd: denali_pci: use module_pci_driver() macro by Andy Shevchenko · 9 years ago
  8. 04868a6 mtd: denali: hide core part from user in Kconfig by Andy Shevchenko · 9 years ago
  9. c163409 nand: pxa3xx: Increase initial buffer size by Ezequiel Garcia · 9 years ago
  10. ddb2c42 mtd: brcmnand: Fix misuse of IS_ENABLED by Axel Lin · 9 years ago
  11. d052e50 mtd: nand: sunxi: Set serial access mode correctly by Roy Spliet · 9 years ago
  12. 9c61829 mtd: nand: sunxi: Replace failsafe timing cfg with calculated value by Roy Spliet · 9 years ago
  13. cef1ed9 mtd: r852: make ecc_reg 32-bit in r852_ecc_correct by Nicolas Iooss · 9 years ago
  14. a11244c nand: davinci: add support for 4K page size nand devices by Sandeep Paulraj · 10 years ago
  15. 5891a8d mtd: nandsim: fix double free by shengyong · 9 years ago
  16. ec7478f mtd: nandsim: fix free of NULL pointer by shengyong · 9 years ago
  17. 641c792 mtd: nandsim: Fix kasprintf() usage by Richard Weinberger · 10 years ago
  18. bc349da mtd: cs553x_nand: Fix kasprintf() usage by Richard Weinberger · 10 years ago
  19. 905cce7 mtd: r852: Fix device_create_file() usage by Richard Weinberger · 10 years ago
  20. 5e65d48 mtd: brcmnand: drop unnecessary initialization by Brian Norris · 10 years ago
  21. 6a7c733 mtd: diskonchip: remove two-phase partitioning / registration by Brian Norris · 10 years ago
  22. 8bf57b0 mtd: plat_nand: use default partition probe by Brian Norris · 10 years ago
  23. db5b09f mtd: nand: correct indentation within conditional by Brian Norris · 10 years ago
  24. b74bdbe mtd: remove incorrect file name by Brian Norris · 10 years ago
  25. 8eeb4c5 mtd: mxc_nand: generate nand_ecclayout for 8 bit ECC by Baruch Siach · 10 years ago
  26. f650ce2 mtd: Allow compile test of GPIO consumers if !GPIOLIB by Geert Uytterhoeven · 10 years ago
  27. 0d17fc3 mtd: mxc_nand: fix truncate of unaligned oob copying by Baruch Siach · 10 years ago
  28. 7e7e473 mtd: mxc_nand: limit the size of used oob by Baruch Siach · 10 years ago
  29. 35d5d20 mtd: mxc_nand: cleanup copy_spare function by Uwe Kleine-König · 10 years ago
  30. bcb83a19 mtd: brcmnand: do not make local variable static by Hauke Mehrtens · 10 years ago
  31. 8020412 mtd: brcmnand: remove double new line from print by Hauke Mehrtens · 10 years ago
  32. f628ece mtd: brcmnand: add BCM63138 support by Brian Norris · 10 years ago
  33. ca22f04 mtd: brcmnand: add support for Broadcom's IPROC family by Brian Norris · 10 years ago
  34. c26211d mtd: brcmnand: add extra SoC support to library by Brian Norris · 10 years ago
  35. 303b442 mtd: brcmnand: add support for STB chips by Brian Norris · 10 years ago
  36. 27c5b17 mtd: nand: add NAND driver "library" for Broadcom STB NAND controller by Brian Norris · 10 years ago
  37. 5844fee mtd: nand: add common DT init code by Brian Norris · 10 years ago
  38. 0abe75d mtd: s3c2410: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  39. 8d1e568 mtd: mxc-nand: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  40. ce914e6 mtd: nand: pxa3xx: fix build on ARM64 by Rob Herring · 10 years ago
  41. afca11e mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeout by Maxime Ripard · 10 years ago
  42. 818a45b mtd: fsmc_nand: match wait_for_completion_timeout return type by Nicholas Mc Guire · 10 years ago
  43. 0bda3e1 mtd: fsmc_nand: fix handling of wait_for_completion_timeout return value by Nicholas Mc Guire · 10 years ago
  44. 0aec7ac9 mtd: nand: Remove in vain memset() in nand_onfi_get_features() by Richard Weinberger · 10 years ago
  45. 6661044 mtd: constify of_device_id array by Fabian Frederick · 10 years ago
  46. f5cd2ae mtd: nand_bbt: fix theoretical integer overflow in BBT write by Brian Norris · 10 years ago
  47. 83c5954 mtd: nand_bbt: unify/fix error handling in nand_scan_bbt() by Brian Norris · 10 years ago
  48. 1779935 mtd: nand_bbt: make nand_scan_bbt() static by Brian Norris · 10 years ago
  49. d24fe0c mtd: diskonchip: don't call nand_scan_bbt() directly by Brian Norris · 10 years ago
  50. a2281e8 mtd: nand_bbt: drop unnecessary header by Brian Norris · 10 years ago
  51. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  52. a62d016 Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  53. 3e550d2 Merge MTD fixes from 4.0 into -next by Brian Norris · 10 years ago
  54. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  55. 462b69b Merge branch 'linus' into irq/core to get the GIC updates which by Thomas Gleixner · 10 years ago
  56. 95d7066 mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 10 years ago
  57. 41c7540 mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DT by Wu, Josh · 10 years ago
  58. 477478a mtd: atmel_nand: add a definition for the oob reserved bytes by Josh Wu · 10 years ago
  59. d99d728 mtd: denali: Disable sub-page writes in Denali NAND driver by Graham Moore · 10 years ago
  60. e5860c1 mtd: pxa3xx_nand: cleanup wait_for_completion handling by Nicholas Mc Guire · 10 years ago
  61. 899b834 mtd: nand: gpmi: Check for scan_bbt() error by Fabio Estevam · 10 years ago
  62. 706d5b2 mtd: nand: gpmi: fixup return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  63. 62b57f4 mtd: fsmc_nand.c: Use default timings if none are provided in the dts by Stefan Roese · 10 years ago
  64. 60c70d6 mtd: nand: Prevent possible kernel lockup in nand_command() by Roger Quadros · 10 years ago
  65. 73c8aaf mtd: nand: fix spelling of REPLACEABLE by Brian Norris · 10 years ago
  66. 0ec56dc mtd: nand: fully initialize mtd_oob_ops by Brian Norris · 10 years ago
  67. 99f6d50 mtd: nand: denali: drop dead code by Brian Norris · 10 years ago
  68. b1a2348 mtd: nand: fixup bounds checks for nand_{lock,unlock}() by Brian Norris · 10 years ago
  69. 98ebb52 mtd: mxc-nand: Warn on unimplemented commands by Uwe Kleine-König · 10 years ago
  70. 3d6e81c mtd: mxc-nand: Implement support for PARAM command by Uwe Kleine-König · 10 years ago
  71. c4ca399 mtd: mxc-nand: Allow to use column addresses different from 0 by Uwe Kleine-König · 10 years ago
  72. 3f41069 mtd: mxc-nand: Do the word to byte mangling in the read_byte callback by Uwe Kleine-König · 10 years ago
  73. 1f42adc mtd: mxc-nand: Only enable hardware checksumming for fully detected flashes by Uwe Kleine-König · 10 years ago
  74. e35d1d8 mtd: mxc-nand: Add a timeout when waiting for interrupt by Uwe Kleine-König · 10 years ago
  75. 111573cc mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regs by Boris Brezillon · 10 years ago
  76. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  77. d8bf368d genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely by Valentin Rothberg · 10 years ago
  78. 393d23c mtd: atmel_nand: fix typo in dev_err error message by Colin Ian King · 10 years ago
  79. 5e0899d mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  80. a05973a mtd: s3c2410: drop useless / misspelled debug prints by Brian Norris · 10 years ago
  81. 7c2f717 mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0 by Antoine Ténart · 10 years ago
  82. ed446cc Merge MTD updates into -next by Brian Norris · 10 years ago
  83. e423c90 mtd: pxa3xx_nand: fix driver when num_cs is 0 by Robert Jarzmik · 10 years ago
  84. 2454225 mtd: pxa3xx-nand: handle PIO in threaded interrupt by Robert Jarzmik · 10 years ago
  85. 8dad038 mtd: nand: pxa3xx: Fix PIO FIFO draining by Maxime Ripard · 10 years ago
  86. 4b93d9d mtd: sh_flctl: remove slave_id settings for DMAEngine by Arnd Bergmann · 10 years ago
  87. dd58d38 mtd: hisilicon: && vs & typo by Dan Carpenter · 10 years ago
  88. 54f531f mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 Soc by Zhou Wang · 10 years ago
  89. be802bf mtd: kconfig: replace PPC_OF with PPC by Kevin Hao · 10 years ago
  90. d79ee72 mtd: denali: remove unnecessary stubs by Masahiro Yamada · 10 years ago
  91. 2ea69d2 mtd: nand: remove redundant local variable by Baruch Siach · 10 years ago
  92. 0760e81 mtd: nand: omap: drop condition with no effect by Nicholas Mc Guire · 10 years ago
  93. cd145af mtd: nand: jz4740: Convert to GPIO descriptor API by Lars-Peter Clausen · 10 years ago
  94. e0377cd mtd: nand: Request strength instead of bytes for soft BCH by Aaron Sierra · 10 years ago
  95. 240181f mtd: nand: default bitflip-reporting threshold to 75% of correction strength by Brian Norris · 10 years ago
  96. 5158577 mtd: atmel_nand: introduce a new compatible string for sama5d4 chip by Wu, Josh · 10 years ago
  97. 267d46e mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction() by Wu, Josh · 10 years ago
  98. 69a559e nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIA by Akinobu Mita · 10 years ago
  99. 526789f mtd: nand: ams-delta: fix overwritten mtd_info->owner in initialization by Akinobu Mita · 10 years ago
  100. 7c272ac mtd: denali: fix incorrect bitmask error in denali_setup_dma by Graham Moore · 10 years ago