1. 9e3677a mtd: atmel_nand: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  2. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  3. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  4. 82cb6ac Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  5. a749d13 mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected by Josh Wu · 11 years ago
  6. 2a3d933 mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_ds by Josh Wu · 11 years ago
  7. 81f29b4 mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driver by Josh Wu · 11 years ago
  8. e9d8da8 mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code by Josh Wu · 11 years ago
  9. 2c2b928 mtd: atmel_nand: fix deferred probe from __init by Johan Hovold · 11 years ago
  10. ff52c67 mtd: atmel_nand: fix error return code in atmel_nand_probe() by Wei Yongjun · 11 years ago
  11. 2fa831f mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sector by Josh Wu · 11 years ago
  12. 1fad0e8 mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable() by Josh Wu · 11 years ago
  13. 453810b mtd: nand: use dev_get_platdata() by Jingoo Han · 11 years ago
  14. 9fe5f52 mtd: atmel_nand: fix the warning when CONFIG_OF is not defined by Josh Wu · 11 years ago
  15. 6054d4d mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sram by Josh Wu · 11 years ago
  16. 1ae9c09 mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sram by Josh Wu · 11 years ago
  17. 7dc37de mtd: atmel_nand: add Nand Flash Controller (NFC) support by Josh Wu · 11 years ago
  18. 5ee3d9d mtd: atmel_nand: replace pmecc enable code with one function. by Josh Wu · 11 years ago
  19. 0d63748 mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremap by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  20. edc9cba mtd: atmel_nand: fix pmecc selction for ecc requirement typo by Josh Wu · 11 years ago
  21. 2e29497 mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  22. f666d64 mtd: atmel_nand: using a stronger ECC is not dangerous by Richard Genoud · 11 years ago
  23. 91e8592 mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  24. 1b71926 mtd: atmel_nand: add a new dt binding item for nand dma support by Josh Wu · 11 years ago
  25. 71b94e2 mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform data by Josh Wu · 11 years ago
  26. c5345ed mtd: atmel_nand: use module_platform_driver_probe() by Jingoo Han · 11 years ago
  27. 84cfbbb mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC requirement. by Josh Wu · 12 years ago
  28. e66b431 mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional. by Josh Wu · 12 years ago
  29. c0cf787 mtd: atmel_nand: avoid to report an error when lookup table offset is 0. by Josh Wu · 12 years ago
  30. d892994 Drivers: mtd: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  31. ca2a88f Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  32. c0c70d9 mtd: at91: atmel_nand: return bit flips for the PMECC read_page() by Josh Wu · 12 years ago
  33. 06f2551 mtd: remove use of __devinit by Bill Pemberton · 12 years ago
  34. 251e783 MTD: atmel_nand: add pinctrl consumer support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  35. 28446ac mtd: atmel nand: fix gpio missing request by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  36. 1c7b874 mtd: at91: atmel_nand: add Programmable Multibit ECC controller support by Josh Wu · 12 years ago
  37. a41b51a mtd: at91: add dt parameters for Atmel PMECC by Josh Wu · 12 years ago
  38. 3dfe41a mtd: at91: extract hw ecc initialization to one function by Josh Wu · 12 years ago
  39. 1fbb938 mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces by Brian Norris · 12 years ago
  40. 3f91e94 mtd: nand: read_page() returns max_bitflips by Mike Dunn · 12 years ago
  41. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  42. 6a918ba mtd: flash drivers set ecc strength by Mike Dunn · 12 years ago
  43. 42d7fbe mtd: do not use plain 0 as NULL by Artem Bityutskiy · 12 years ago
  44. d6a0166 atmel/nand: add DT support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  45. 3dcb7ea mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBT by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  46. bf4289c ATMEL: fix nand ecc support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  47. 5008231 Revert "mtd: atmel_nand: optimize read/write buffer functions" by Artem Bityutskiy · 13 years ago
  48. 1d6dc06 ARM: at91/nand: use gpio_is_valid to check the gpio by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  49. fb54275 mtd: atmel_nand: optimize read/write buffer functions by Nicolas Ferre · 13 years ago
  50. 201ab53 mtd: atmel_nand: fix wrong use of 0 as NULL by Nicolas Ferre · 13 years ago
  51. ef5d79f mtd: atmel_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  52. 2108c3b mtd: atmel_nand don't specify default parsing options by Dmitry Eremin-Solenikov · 13 years ago
  53. 1754aab mtd: ATMEL, AVR32: inline nand partition table access by Dmitry Eremin-Solenikov · 13 years ago
  54. bb9ebd4 mtd: nand: rename NAND_USE_FLASH_BBT by Brian Norris · 13 years ago
  55. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 13 years ago
  56. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  57. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  58. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  59. e6232b4 mtd: atmel_nand: convert to mtd_device_register() by Jamie Iles · 13 years ago
  60. 5c39c4c mtd: atmel_nand: add missing include of linux/dmaengine.h by Hans-Christian Egtvedt · 13 years ago
  61. 80b4f81 mtd: atmel_nand: use CPU I/O when buffer is in vmalloc(ed) region by Hong Xu · 13 years ago
  62. 9d51567 mtd: atmel_nand: modify test case for using DMA operations by Nicolas Ferre · 13 years ago
  63. cb457a4 mtd: atmel_nand: fix support for CPUs that do not support DMA access by Hong Xu · 13 years ago
  64. 042bc9c mtd: atmel_nand: trivial: change DMA usage information trace by Nicolas Ferre · 13 years ago
  65. cbc6c5e mtd: atmel_nand: Add DMA support to access Nandflash by Hong Xu · 14 years ago
  66. 9a9745c3 mtd: atmel_nand: fix warning: 'part_probes' defined but not used by Andreas Bießmann · 14 years ago
  67. 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 14 years ago
  68. 895fb49 mtd: error return -EIO instead of EIO by Roel Kluin · 15 years ago
  69. e4af3bf mtd: atmel_nand: unused variable removed by Claudio Scordino · 15 years ago
  70. 46a8cf2 mtd: nand: add "page" parameter to all read_page/read_page_raw APIs by Sneha Narnakaje · 15 years ago
  71. ae27a7a mtd: atmel_nand: Fix typo s/parititions/partitions/ by Thadeu Lima de Souza Cascardo · 15 years ago
  72. f4fa697 mtd: add on-flash BBT support for Atmel NAND driver by Simon Polette · 15 years ago
  73. 744f659 [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device controller by Gregory CLEMENT · 15 years ago
  74. 3fc2389 [MTD] [NAND] Bug on atmel_nand HW ECC : OOB info not correctly written by Richard Genoud · 16 years ago
  75. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  76. d6248fd [MTD] [NAND] atmel_nand: Work around AT32AP7000 ECC erratum by Haavard Skinnemoen · 16 years ago
  77. 23a346c [MTD] [NAND] atmel_nand speedup via {read,write}s{b,w}() by David Brownell · 16 years ago
  78. 90574d0 [MTD] [NAND] Fix checkpatch warnings which showed up when atmel_nand.c moved by David Woodhouse · 16 years ago
  79. cc0c72e [MTD] [NAND] atmel_nand: Clean up and fix probe() error path by Håvard Skinnemoen · 16 years ago
  80. 3c3796c [MTD] [NAND] rename at91_nand -> atmel_nand: internal symbols by Håvard Skinnemoen · 16 years ago
  81. d4f4c0a [MTD] [NAND] rename at91_nand -> atmel_nand: file names and Kconfig by Håvard Skinnemoen · 16 years ago[Renamed (98%) from drivers/mtd/nand/at91_nand.c]
  82. 62fd71f [MTD] [NAND] at91_nand: Convert to generic GPIO API by Håvard Skinnemoen · 16 years ago
  83. 8136508 [MTD] [NAND] at91_nand: use at91_nand_{en,dis}able consistently. by Atsushi Nemoto · 16 years ago
  84. 2314488 [MTD] [NAND] at91_nand: control NCE signal by Atsushi Nemoto · 16 years ago
  85. d43fa14 [MTD] [NAND] AT91 hardware ECC compile fix for at91sam9263 / at91sam9260 by Richard Genoud · 16 years ago
  86. 77f5492 [MTD] [NAND] Hardware ECC controller on at91sam9263 / at91sam9260 by Richard Genoud · 16 years ago
  87. 52f8301 [MTD] [NAND] at91_nand: Make part_probes[] static by Atsushi Nemoto · 16 years ago
  88. 1ff1842 [MTD] [NAND] fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  89. 842b1a10 [MTD] [NAND] at91_nand: Make mtdparts option can override board info by Atsushi Nemoto · 17 years ago
  90. a4265f8 [MTD] [NAND] at91_nand rdy_pin fix by Ivan Kuten · 17 years ago
  91. 693ef66 [MTD] [NAND] at91_nand.c: CMDLINE_PARTS support by Andrew Victor · 17 years ago
  92. dd11b8c [MTD] NAND: Support for 16-bit bus-width on AT91. by Andrew Victor · 18 years ago
  93. 42cb140 [MTD] NAND: AT91 NAND driver by Andrew Victor · 18 years ago