1. 03c287d mtd: nand: atmel_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  2. 41c7540 mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DT by Wu, Josh · 10 years ago
  3. 477478a mtd: atmel_nand: add a definition for the oob reserved bytes by Josh Wu · 10 years ago
  4. 111573cc mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regs by Boris Brezillon · 10 years ago
  5. 393d23c mtd: atmel_nand: fix typo in dev_err error message by Colin Ian King · 10 years ago
  6. 5158577 mtd: atmel_nand: introduce a new compatible string for sama5d4 chip by Wu, Josh · 10 years ago
  7. 267d46e mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction() by Wu, Josh · 10 years ago
  8. d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  9. 068b44b mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpy by Wu, Josh · 10 years ago
  10. abb1cd0 mtd: atmel_nand: make PMECC lookup table and offset property optional by Josh Wu · 10 years ago
  11. 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  12. 022a478 mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes instead by Wu, Josh · 10 years ago
  13. c9447ff mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps instead by Wu, Josh · 10 years ago
  14. 2d405ec mtd: nand: atmel_nand: retrieve NFC clock by Boris BREZILLON · 10 years ago
  15. ff0a215 mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram write by Wu, Josh · 10 years ago
  16. 8fb7b93 mtd: atmel_nand: remove redundant dev_err call by Wei Yongjun · 10 years ago
  17. a355710 mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page size by Wu, Josh · 10 years ago
  18. 796fe36 mtd: atmel_nand: increase chip_delay by Raphaël Poggi · 10 years ago
  19. e4e0693 mtd: atmel_nand: NFC: support multiple interrupt handling by Josh Wu · 11 years ago
  20. 72a78e3 mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bit by Wu, Josh · 11 years ago
  21. 50e04e2 mtd: atmel_nand: add NFC status error check by Wu, Josh · 11 years ago
  22. b385766 mtd: atmel_nand: make ecc parameters same as definition by Bo Shen · 11 years ago
  23. 90445ff mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC by Herve Codina · 11 years ago
  24. 74414a94 mtd: atmel_nand: change log level by Nicolas Ferre · 11 years ago
  25. 3dad234 mtd: nand: force NAND_CMD_READID onto 8-bit bus by Brian Norris · 11 years ago
  26. 1295f97 mtd: atmel_nand: use dev_err() instead of printk() by Jingoo Han · 11 years ago
  27. 9e3677a mtd: atmel_nand: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  28. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  29. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  30. 82cb6ac Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  31. a749d13 mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected by Josh Wu · 11 years ago
  32. 2a3d933 mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_ds by Josh Wu · 11 years ago
  33. 81f29b4 mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driver by Josh Wu · 11 years ago
  34. e9d8da8 mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code by Josh Wu · 11 years ago
  35. 2c2b928 mtd: atmel_nand: fix deferred probe from __init by Johan Hovold · 11 years ago
  36. ff52c67 mtd: atmel_nand: fix error return code in atmel_nand_probe() by Wei Yongjun · 11 years ago
  37. 2fa831f mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sector by Josh Wu · 11 years ago
  38. 1fad0e8 mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable() by Josh Wu · 11 years ago
  39. 453810b mtd: nand: use dev_get_platdata() by Jingoo Han · 11 years ago
  40. 9fe5f52 mtd: atmel_nand: fix the warning when CONFIG_OF is not defined by Josh Wu · 11 years ago
  41. 6054d4d mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sram by Josh Wu · 11 years ago
  42. 1ae9c09 mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sram by Josh Wu · 11 years ago
  43. 7dc37de mtd: atmel_nand: add Nand Flash Controller (NFC) support by Josh Wu · 11 years ago
  44. 5ee3d9d mtd: atmel_nand: replace pmecc enable code with one function. by Josh Wu · 11 years ago
  45. 0d63748 mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremap by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  46. edc9cba mtd: atmel_nand: fix pmecc selction for ecc requirement typo by Josh Wu · 11 years ago
  47. 2e29497 mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  48. f666d64 mtd: atmel_nand: using a stronger ECC is not dangerous by Richard Genoud · 11 years ago
  49. 91e8592 mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  50. 1b71926 mtd: atmel_nand: add a new dt binding item for nand dma support by Josh Wu · 12 years ago
  51. 71b94e2 mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform data by Josh Wu · 12 years ago
  52. c5345ed mtd: atmel_nand: use module_platform_driver_probe() by Jingoo Han · 12 years ago
  53. 84cfbbb mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC requirement. by Josh Wu · 12 years ago
  54. e66b431 mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional. by Josh Wu · 12 years ago
  55. c0cf787 mtd: atmel_nand: avoid to report an error when lookup table offset is 0. by Josh Wu · 12 years ago
  56. d892994 Drivers: mtd: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  57. ca2a88f Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  58. c0c70d9 mtd: at91: atmel_nand: return bit flips for the PMECC read_page() by Josh Wu · 12 years ago
  59. 06f2551 mtd: remove use of __devinit by Bill Pemberton · 12 years ago
  60. 251e783 MTD: atmel_nand: add pinctrl consumer support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  61. 28446ac mtd: atmel nand: fix gpio missing request by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  62. 1c7b874 mtd: at91: atmel_nand: add Programmable Multibit ECC controller support by Josh Wu · 12 years ago
  63. a41b51a mtd: at91: add dt parameters for Atmel PMECC by Josh Wu · 12 years ago
  64. 3dfe41a mtd: at91: extract hw ecc initialization to one function by Josh Wu · 12 years ago
  65. 1fbb938 mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces by Brian Norris · 13 years ago
  66. 3f91e94 mtd: nand: read_page() returns max_bitflips by Mike Dunn · 13 years ago
  67. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  68. 6a918ba mtd: flash drivers set ecc strength by Mike Dunn · 13 years ago
  69. 42d7fbe mtd: do not use plain 0 as NULL by Artem Bityutskiy · 13 years ago
  70. d6a0166 atmel/nand: add DT support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  71. 3dcb7ea mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBT by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  72. bf4289c ATMEL: fix nand ecc support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  73. 5008231 Revert "mtd: atmel_nand: optimize read/write buffer functions" by Artem Bityutskiy · 13 years ago
  74. 1d6dc06 ARM: at91/nand: use gpio_is_valid to check the gpio by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  75. fb54275 mtd: atmel_nand: optimize read/write buffer functions by Nicolas Ferre · 13 years ago
  76. 201ab53 mtd: atmel_nand: fix wrong use of 0 as NULL by Nicolas Ferre · 13 years ago
  77. ef5d79f mtd: atmel_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 14 years ago
  78. 2108c3b mtd: atmel_nand don't specify default parsing options by Dmitry Eremin-Solenikov · 14 years ago
  79. 1754aab mtd: ATMEL, AVR32: inline nand partition table access by Dmitry Eremin-Solenikov · 14 years ago
  80. bb9ebd4 mtd: nand: rename NAND_USE_FLASH_BBT by Brian Norris · 14 years ago
  81. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 14 years ago
  82. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  83. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  84. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 14 years ago
  85. e6232b4 mtd: atmel_nand: convert to mtd_device_register() by Jamie Iles · 14 years ago
  86. 5c39c4c mtd: atmel_nand: add missing include of linux/dmaengine.h by Hans-Christian Egtvedt · 14 years ago
  87. 80b4f81 mtd: atmel_nand: use CPU I/O when buffer is in vmalloc(ed) region by Hong Xu · 14 years ago
  88. 9d51567 mtd: atmel_nand: modify test case for using DMA operations by Nicolas Ferre · 14 years ago
  89. cb457a4 mtd: atmel_nand: fix support for CPUs that do not support DMA access by Hong Xu · 14 years ago
  90. 042bc9c mtd: atmel_nand: trivial: change DMA usage information trace by Nicolas Ferre · 14 years ago
  91. cbc6c5e mtd: atmel_nand: Add DMA support to access Nandflash by Hong Xu · 14 years ago
  92. 9a9745c3 mtd: atmel_nand: fix warning: 'part_probes' defined but not used by Andreas Bießmann · 14 years ago
  93. 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 15 years ago
  94. 895fb49 mtd: error return -EIO instead of EIO by Roel Kluin · 15 years ago
  95. e4af3bf mtd: atmel_nand: unused variable removed by Claudio Scordino · 15 years ago
  96. 46a8cf2 mtd: nand: add "page" parameter to all read_page/read_page_raw APIs by Sneha Narnakaje · 15 years ago
  97. ae27a7a mtd: atmel_nand: Fix typo s/parititions/partitions/ by Thadeu Lima de Souza Cascardo · 15 years ago
  98. f4fa697 mtd: add on-flash BBT support for Atmel NAND driver by Simon Polette · 16 years ago
  99. 744f659 [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device controller by Gregory CLEMENT · 16 years ago
  100. 3fc2389 [MTD] [NAND] Bug on atmel_nand HW ECC : OOB info not correctly written by Richard Genoud · 16 years ago