1. d699ed2 mtd: nand: make use of nand_set/get_controller_data() helpers by Boris BREZILLON · 9 years ago
  2. 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 9 years ago
  3. 063294a mtd: nand: pxa3xx: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  4. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 9 years ago
  5. 1d8d8b5 mtd: nand: fix drivers abusing mtd->priv by Boris BREZILLON · 9 years ago
  6. d55d31a mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths by Ezequiel García · 9 years ago
  7. f3028c8 mtd: pxa3xx_nand: Remove dead code by Ezequiel García · 9 years ago
  8. b1e4857 mtd: pxa3xx_nand: Remove redundant NAND sensing by Ezequiel García · 9 years ago
  9. 154f50f mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ezequiel García · 9 years ago
  10. 66e8e47 mtd: pxa3xx_nand: Fix initial controller configuration by Ezequiel García · 9 years ago
  11. c7f00c2 mtd: pxa3xx_nand: Increase the initial chunk size by Ezequiel García · 9 years ago
  12. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
  13. 89c1702 mtd: pxa3xx_nand: clean up the pxa3xx timings by Antoine Ténart · 9 years ago
  14. f19fe98 mtd: pxa3xx_nand: rework flash detection and timing setup by Antoine Ténart · 9 years ago
  15. 3f225b7 mtd: pxa3xx_nand: add helpers to setup the timings by Antoine Ténart · 9 years ago
  16. ab53a57 mtd: pxa3xx_nand: fix some compile issues on non-ARM arches by Antoine Ténart · 9 years ago
  17. d3e94f3 mtd: pxa3xx_nand: switch to device PM by Brian Norris · 9 years ago
  18. 2e17497 mtd: pxa3xx_nand: don't duplicate MTD suspend/resume by Brian Norris · 9 years ago
  19. 45aaeff mtd: nand: pass page number to ecc->write_xxx() methods by Boris BREZILLON · 9 years ago
  20. 550dab5 mtd: nand: pxa3xx_nand: show parent device in sysfs by Frans Klaver · 9 years ago
  21. e971aff mtd: nand: pxa3xx-nand: prevent DFI bus lockup on removal by Robert Jarzmik · 9 years ago
  22. 8f5ba31 mtd: nand: pxa3xx-nand: switch to dmaengine by Robert Jarzmik · 9 years ago
  23. a9cadf7 mtd: pxa3xx_nand: Remove unused platform-data flash specification by Ezequiel García · 9 years ago
  24. b226eca nand: pxa3xx: Increase READ_ID buffer and make the size static by Ezequiel García · 9 years ago
  25. 21fc0ef mtd: nand: pxa3xx-nand: fix random command timeouts by Robert Jarzmik · 9 years ago
  26. 0b14392 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Robert Jarzmik · 9 years ago
  27. bc3e00f mtd: pxa3xx_nand: add a default chunk size by Antoine Ténart · 9 years ago
  28. c163409 nand: pxa3xx: Increase initial buffer size by Ezequiel Garcia · 9 years ago
  29. ce914e6 mtd: nand: pxa3xx: fix build on ARM64 by Rob Herring · 9 years ago
  30. afca11e mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeout by Maxime Ripard · 9 years ago
  31. e5860c1 mtd: pxa3xx_nand: cleanup wait_for_completion handling by Nicholas Mc Guire · 10 years ago
  32. 7c2f717 mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0 by Antoine Ténart · 10 years ago
  33. ed446cc Merge MTD updates into -next by Brian Norris · 10 years ago
  34. e423c90 mtd: pxa3xx_nand: fix driver when num_cs is 0 by Robert Jarzmik · 10 years ago
  35. 2454225 mtd: pxa3xx-nand: handle PIO in threaded interrupt by Robert Jarzmik · 10 years ago
  36. 8dad038 mtd: nand: pxa3xx: Fix PIO FIFO draining by Maxime Ripard · 10 years ago
  37. b7e46062 mtd: pxa3xx_nand: make the driver work on big-endian systems by Thomas Petazzoni · 10 years ago
  38. 5b3e507 mtd: nand: pxa3xx: Use ECC strength and step size devicetree binding by Ezequiel Garcia · 10 years ago
  39. eee0166 mtd: nand: pxa3xx: Clean pxa_ecc_init() error handling by Ezequiel Garcia · 10 years ago
  40. 17754ad mtd: nand: pxa3xx: Make of_device_id array const by Jingoo Han · 10 years ago
  41. e634ce5 mtd: nand: pxa3xx: Print actual ECC strength in error message by Ezequiel Garcia · 11 years ago
  42. 2a565f5 mtd: nand: pxa3xx: Remove unused macro by Ezequiel Garcia · 11 years ago
  43. 3db227b mtd: nand: pxa3xx: Add support for 2048 bytes page size devices by Rodolfo Giometti · 11 years ago
  44. 1963ff9 mtd: nand: pxa3xx: Add "armada370-nand" compatible by Ezequiel Garcia · 11 years ago
  45. 30b2afc mtd: nand: pxa3xx: Consolidate ECC initialization by Ezequiel Garcia · 11 years ago
  46. 5cbbdc6 mtd: nand: pxa3xx: Use extended cmdfunc() only if needed by Ezequiel Garcia · 11 years ago
  47. d20d0a6 mtd: nand: pxa3xx: Clear need_wait flag when starting a command by Ezequiel Garcia · 11 years ago
  48. 6033a94 mtd: nand: pxa3xx: make ECC configuration checks more explicit by Brian Norris · 11 years ago
  49. 87f5336 mtd: nand: pxa3xx: Add ECC BCH correctable errors detection by Ezequiel Garcia · 11 years ago
  50. 535cb57 mtd: nand: pxa3xx: Add multiple chunk write support by Ezequiel Garcia · 11 years ago
  51. 70ed852 mtd: nand: pxa3xx: Introduce multiple page I/O support by Ezequiel Garcia · 11 years ago
  52. fa543be mtd: nand: pxa3xx: Add a read/write buffers markers by Ezequiel Garcia · 11 years ago
  53. e7f9a6a mtd: nand: pxa3xx: Fix SEQIN column address set by Ezequiel Garcia · 11 years ago
  54. 39f83d1 mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command() by Ezequiel Garcia · 11 years ago
  55. c39ff03 mtd: nand: pxa3xx: Split prepare_command_pool() in two stages by Ezequiel Garcia · 11 years ago
  56. 01d9947 mtd: nand: pxa3xx: Remove READ0 switch/case falltrough by Ezequiel Garcia · 11 years ago
  57. 86beeba mtd: nand: pxa3xx: Add helper function to set page address by Ezequiel Garcia · 11 years ago
  58. f0e6a32e mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start by Ezequiel Garcia · 11 years ago
  59. 43bcfd2 mtd: nand: pxa3xx: Add driver-specific ECC BCH support by Ezequiel Garcia · 11 years ago
  60. 776f265 mtd: nand: pxa3xx: Add bad block handling by Ezequiel Garcia · 11 years ago
  61. 56704d8 mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready by Ezequiel Garcia · 11 years ago
  62. 55d9fd6 mtd: nand: pxa3xx: Use a completion to signal device ready by Ezequiel Garcia · 11 years ago
  63. 6a3e486 mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize() by Ezequiel Garcia · 11 years ago
  64. 0a3f3a1 mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize by Ezequiel Garcia · 11 years ago
  65. 2128b08 mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count by Ezequiel Garcia · 11 years ago
  66. 2d79ab1 mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal by Ezequiel Garcia · 11 years ago
  67. c7e9c7e mtd: nand: pxa3xx: Early variant detection by Ezequiel Garcia · 11 years ago
  68. 4e86fd2 mtd: nand: pxa3xx: read_page() returns max_bitflips by Ezequiel Garcia · 11 years ago
  69. 664c7f5 mtd: nand: pxa3xx: Prevent sub-page writes by Ezequiel Garcia · 11 years ago
  70. de484a3 mtd: nand: pxa3xx: Add documentation about the controller by Ezequiel Garcia · 11 years ago
  71. 15b540c mtd: nand: pxa3xx: Use info->use_dma to release DMA resources by Ezequiel Garcia · 11 years ago
  72. 9c59ac6 Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string" by Ezequiel Garcia · 11 years ago
  73. b1eb234 mtd: nand: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  74. 62e8b85 mtd: nand: pxa3xx: Allocate data buffer on detected flash size by Ezequiel Garcia · 11 years ago
  75. 95b2656 mtd: nand: pxa3xx: Move DMA I/O enabling by Ezequiel Garcia · 11 years ago
  76. 5576bc7 mtd: nand: pxa3xx_nand: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  77. 18a84e9 mtd: nand: pxa3xx: Fix registered MTD name by Ezequiel Garcia · 11 years ago
  78. ab5be58 mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OF by Ezequiel Garcia · 11 years ago
  79. 6b45c1e mtd: nand: pxa3xx: Allow devices with no dma resources by Ezequiel Garcia · 11 years ago
  80. 57ff88f mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int() by Ezequiel Garcia · 11 years ago
  81. f4db2e3 mtd: nand: pxa3xx: Make dma code dependent on dma capable platforms by Ezequiel Garcia · 11 years ago
  82. 48cf7ef mtd: nand: pxa3xx: Move cached registers to info structure by Ezequiel Garcia · 11 years ago
  83. ec82135 mtd: nand: pxa3xx: Remove unneeded internal cmdset by Ezequiel Garcia · 11 years ago
  84. f455578 mtd: nand: pxa3xx: Remove hardcoded mtd name by Ezequiel Garcia · 11 years ago
  85. b7655bc mtd: nand: pxa3xx: Add a local loop variable by Ezequiel Garcia · 11 years ago
  86. 41a6343 mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page read by Ezequiel Garcia · 11 years ago
  87. 3a1a344 mtd: nand: pxa3xx: Support command buffer #3 by Ezequiel Garcia · 11 years ago
  88. 5bb653e mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' field by Ezequiel Garcia · 11 years ago
  89. cd9d118 mtd: nand: pxa3xx: Handle ECC and DMA enable/disable properly by Ezequiel Garcia · 11 years ago
  90. c0f3b86 mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string by Ezequiel Garcia · 11 years ago
  91. 453810b mtd: nand: use dev_get_platdata() by Jingoo Han · 11 years ago
  92. 8461a99 mtd: nand: pxa3xx_nand: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  93. ce0268f mtd: nand: pxa3xx: Add support for Read parameter page command by Ezequiel Garcia · 11 years ago
  94. d14231f mtd: nand: pxa3xx: Add address support for READID command by Ezequiel Garcia · 11 years ago
  95. f395898 mtd: nand: pxa3xx: Fix MODULE_DEVICE_TABLE declaration by Ezequiel Garcia · 11 years ago
  96. a33e435 mtd: nand: pxa3xx: Use of_machine_is_compatible() by Ezequiel Garcia · 11 years ago
  97. 0a60d04 mtd: nand: pxa3xx: Set info->use_dma properly by Ezequiel Garcia · 11 years ago
  98. 498b614 mtd: nand: pxa3xx: Move buffer release code to its own function by Ezequiel Garcia · 11 years ago
  99. 1f8eaff mtd: nand: pxa3xx: Check for clk_prepare_enable() return value by Ezequiel Garcia · 11 years ago
  100. fb32061 mtd: nand: pxa3xx: Use clk_prepare_enable and clk_disable_unprepare by Ezequiel Garcia · 11 years ago