1. 03 12月, 2012 4 次提交
  2. 18 11月, 2012 2 次提交
  3. 16 11月, 2012 1 次提交
    • M
      mtd: nand_wait: warn if the nand is busy on exit · f251b8df
      Matthieu CASTET 提交于
      This patch allow to detect buggy driver/hardware with
      bad RnB (dev_ready) management or when timeout occurs in polling mode.
      
      This works when dev_ready is set or not set.
      There are 2 methods to wait for an erase/program command completion:
      
      1. Wait until nand RnB pin goes high (that's what chip->dev_ready usually does)
      2. Poll the device: send a status (0x70) command and read status byte in a loop
         until bit NAND_STATUS_READY is set
      
      In all cases, you should send a status command after completion, to check if
      the operation was successful. And if the operation completed, the status should
      have bit NAND_STATUS_READY set.
      Signed-off-by: NMatthieu CASTET <matthieu.castet@parrot.com>
      Signed-off-by: NArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      f251b8df
  4. 15 11月, 2012 3 次提交
  5. 29 9月, 2012 12 次提交
  6. 17 7月, 2012 1 次提交
  7. 07 7月, 2012 2 次提交
  8. 09 6月, 2012 1 次提交
  9. 14 5月, 2012 13 次提交
  10. 27 3月, 2012 1 次提交