1. 09fd3f8 mtd: nand: omap2: Fix subpage write by Roger Quadros · 7 years ago
  2. 6639b27 mtd: nand: omap2: Fix partition creation via cmdline mtdparts by Roger Quadros · 7 years ago
  3. a93295a mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failed by Roger Quadros · 8 years ago
  4. affe8a2 Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  5. de3bfc4 mtd: nand: omap2: fix return value check in omap_nand_probe() by Wei Yongjun · 8 years ago
  6. 7ce9ea7 mtd: nand: omap2: Add check for old elm binding by Teresa Remmet · 8 years ago
  7. aa7abd3 mtd: nand: omap2: Support parsing dma channel information from DT by Cooper Jr., Franklin · 8 years ago
  8. 8c6f0fc mtd: nand: omap2: Fix high memory dma prefetch transfer by Cooper Jr., Franklin · 8 years ago
  9. 03d3a1d mtd: nand: omap2: Start dma request before enabling prefetch by Cooper Jr., Franklin · 8 years ago
  10. 57a605b mtd: nand: omap2: fix compare_const_fl.cocci warnings by Julia Lawall · 8 years ago
  11. d7b83b8 mtd: nand: omap2: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  12. e04dbf3 mtd: nand: omap2: switch to mtd_ooblayout_ops by Boris Brezillon · 8 years ago
  13. 8cfc1e8b mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 8 years ago
  14. f679888 mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 8 years ago
  15. 10f22ee mtd: nand: omap2: Implement NAND ready using gpiolib by Roger Quadros · 9 years ago
  16. c9711ec mtd: nand: omap: Clean up device tree support by Roger Quadros · 10 years ago
  17. 01b95fc mtd: nand: omap: Copy platform data parameters to omap_nand_info data by Roger Quadros · 10 years ago
  18. d6e5521 mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty check by Roger Quadros · 9 years ago
  19. c509aef mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registers by Roger Quadros · 9 years ago
  20. a8c65d5 mtd: nand: simplify nand_bch_init() usage by Boris BREZILLON · 8 years ago
  21. 6e94119 mtd: nand: return consistent error codes in ecc.correct() implementations by Boris BREZILLON · 8 years ago
  22. 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 8 years ago
  23. 432420c mtd: nand: omap2: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 8 years ago
  24. 4578ea9 mtd: nand: omap2: create and use mtd_to_omap() by Boris BREZILLON · 8 years ago
  25. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 9 years ago
  26. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
  27. 45aaeff mtd: nand: pass page number to ecc->write_xxx() methods by Boris BREZILLON · 9 years ago
  28. 853f1c5 mtd: nand: omap2: show parent device structure in sysfs by Frans Klaver · 9 years ago
  29. 0760e81 mtd: nand: omap: drop condition with no effect by Nicholas Mc Guire · 9 years ago
  30. d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  31. 775a913 mtd: nand: omap: Fix NAND enumeration on 3430 LDP by Roger Quadros · 10 years ago
  32. 1dc338e mtd: nand: omap: Synchronize the access to the ECC engine by Rostislav Lisovy · 10 years ago
  33. 94cb4ee mtd: nand: omap: Do not use global variables by Rostislav Lisovy · 10 years ago
  34. 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  35. d2f08c7 nand: omap2: Replace pr_err with dev_err by Ezequiel García · 10 years ago
  36. 93af53b nand: omap2: Remove horrible ifdefs to fix module probe by Ezequiel García · 10 years ago
  37. fef775c nand: omap2: Add support for flash-based bad block table by Ezequiel García · 10 years ago
  38. 40ddbf5 mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc() by Roger Quadros · 10 years ago
  39. 7d5929c mtd: nand: omap: Revert to using software ECC by default by Roger Quadros · 10 years ago
  40. 2913aae mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error by Ted Juan · 10 years ago
  41. 9748fff mtd: nand: omap: add support for BCH16_ECC - NAND driver updates by pekon gupta · 10 years ago
  42. f306e8c mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-page by pekon gupta · 10 years ago
  43. 9fd6c6c mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’ by Christian Engelmayer · 10 years ago
  44. 00d0989 mtd: omap2: Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  45. 3f4eb14 mtd: devices: elm: check for hardware engine's design constraints by Pekon Gupta · 10 years ago
  46. c7b05e9 mtd: nand: omap: remove is_elm_present flag by Pekon Gupta · 10 years ago
  47. 16e6932 mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC configs by Pekon Gupta · 10 years ago
  48. c5957a3 mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GPMC configs by Pekon Gupta · 10 years ago
  49. 7c977c3 mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwecc_bch by Pekon Gupta · 10 years ago
  50. 7bcd1dc mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calculate_ecc_bch by Pekon Gupta · 10 years ago
  51. 2c9f236 mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calculate_ecc_bch by Pekon Gupta · 10 years ago
  52. f5dc06f mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW ecc-scheme by Pekon Gupta · 10 years ago
  53. a4c7ca0 mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calculate_ecc_bch by Pekon Gupta · 10 years ago
  54. 13fbe06 mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-flip correction logic by Pekon Gupta · 10 years ago
  55. b08e1f6 mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhancements by Pekon Gupta · 10 years ago
  56. 78f43c5 mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detection for BCHx_HW ECC schemes by Pekon Gupta · 10 years ago
  57. de0a4d6 mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variable 'eccsize' and 'ecc_vector_size' by Pekon Gupta · 10 years ago
  58. 4e55807 mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nand_info' by Pekon Gupta · 10 years ago
  59. bb38eef mtd: nand: omap: fix ecclayout->oobfree->length by Pekon Gupta · 10 years ago
  60. aa6092f mtd: nand: omap: fix ecclayout->oobfree->offset by Pekon Gupta · 10 years ago
  61. eae39cb mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driver by Pekon Gupta · 10 years ago
  62. cf0e4d2 mtd: omap2: use nand_base defaults for polled I/O by Brian Norris · 11 years ago
  63. 9211439 mtd: nand: omap: fix error return code in omap_nand_probe() by Wei Yongjun · 11 years ago
  64. 70ba6d7 mtd: nand: omap: updated devm_xx for all resource allocation and free calls by Pekon Gupta · 11 years ago
  65. 32d42a8 mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead of lib/bch.c by Pekon Gupta · 11 years ago
  66. b491da7 mtd: nand: omap: clean-up ecc layout for BCH ecc schemes by Pekon Gupta · 11 years ago
  67. a919e51 mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe by Pekon Gupta · 11 years ago
  68. f18befb mtd: nand: omap: use DT specified bus-width only for scanning NAND device by Pekon Gupta · 11 years ago
  69. 633deb5 mtd: nand: omap: cleanup: replace local references with generic framework names by Pekon Gupta · 11 years ago
  70. c66d039 mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes by Pekon Gupta · 11 years ago
  71. 453810b mtd: nand: use dev_get_platdata() by Jingoo Han · 11 years ago
  72. dad2256 mtd: nand: remove NAND_BBT_SCANEMPTY by Brian Norris · 11 years ago
  73. c156400 mtd: nand: omap2: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  74. 4ff6772 mtd: omap2: use msecs_to_jiffies() by Toan Pham · 11 years ago
  75. ad24578 mtd: devices: elm: check for device's presence before configuration by Daniel Mack · 11 years ago
  76. 48476df Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  77. 62116e5 mtd: nand: omap2: Support for hardware BCH error correction. by Philip Avinash · 11 years ago
  78. c3e4b99 mtd: nand: omap2: Update nerrors using ecc.strength by Philip Avinash · 11 years ago
  79. ccf04c5 mtd: omap-nand: pass device_node in platform data by Daniel Mack · 11 years ago
  80. ca2a88f Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  81. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 12 years ago
  82. 06f2551 mtd: remove use of __devinit by Bill Pemberton · 12 years ago
  83. 99f0b8d Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 12 years ago
  84. 2b6c4e7 ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h by Lokesh Vutla · 12 years ago
  85. d5e7c86 ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2 by Lokesh Vutla · 12 years ago
  86. 2ef9f3d mtd: nand: omap: handle gpmc bch[48] by Afzal Mohammed · 12 years ago
  87. 47f88af4 mtd: nand: omap: bring in gpmc nand macros by Afzal Mohammed · 12 years ago
  88. 4ea1e4b mtd: nand: omap: read nand using register address by Afzal Mohammed · 12 years ago
  89. 48b51d4 mtd: nand: omap: free region as per resource size by Afzal Mohammed · 12 years ago
  90. ffe3150 Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers by David Woodhouse · 12 years ago
  91. 4d3d688 mtd: omap2: fix module loading by Andreas Bießmann · 12 years ago
  92. 7d9b110 mtd: omap2: fix omap_nand_remove segfault by Andreas Bießmann · 12 years ago
  93. 657f28f mtd: kill MTD_NAND_VERIFY_WRITE by Huang Shijie · 12 years ago
  94. 4cacbe2 mtd: omap2: fix some typos in comments by Peter Meerwald · 12 years ago
  95. 2203747 ARM: omap: move platform_data definitions by Arnd Bergmann · 12 years ago
  96. 5c46845 mtd: nand: omap2: use gpmc provided irqs by Afzal Mohammed · 12 years ago
  97. 9c4c2f8 mtd: nand: omap2: obtain memory from resource by Afzal Mohammed · 12 years ago
  98. 65b97cf mtd: nand: omap2: handle nand on gpmc by Afzal Mohammed · 12 years ago
  99. d680e2c mtd/omap2: fix dmaengine_slave_config error handling by Arnd Bergmann · 12 years ago
  100. 2df41d0 mtd: omap2: remove private DMA API implementation by Russell King · 12 years ago