1. 28 1月, 2014 2 次提交
  2. 21 1月, 2014 1 次提交
    • B
      mtd: m25p80: assign default read command · 99ed1a16
      Brian Norris 提交于
      In the following commit (in -next):
      
          commit 8552b439
          drivers: mtd: m25p80: convert "bool" read check into an enum
      
      We converted the boolean 'fast_read' property to become an enum
      'flash_read', but at the same time, we changed the conditional path so
      that it doesn't choose a default value in some cases (technically, we
      choose the correct default simply by virtue of devm_kzalloc(), which
      zeroes this out to be a NORMAL read operation, but still...).
      
      Fix this by setting a default for the 'else' clause.
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Cc: Sourav Poddar <sourav.poddar@ti.com>
      Acked-by: NMarek Vasut <marex@denx.de>
      99ed1a16
  3. 17 1月, 2014 1 次提交
  4. 04 1月, 2014 3 次提交
  5. 07 11月, 2013 8 次提交
  6. 28 10月, 2013 1 次提交
  7. 27 9月, 2013 1 次提交
    • E
      mtd: m25p80: Fix 4 byte addressing mode for Micron devices. · 2b468ef0
      Elie De Brauwer 提交于
      According to the datasheet for Micron n25q256a (N25Q256A13ESF40F) 4-byte
      addressing mode should be entered as follows:
      
      <quote>
      To enter or exit the 4-byte address mode, the WRITE ENABLE command
      must be executed to set the write enable latch bit to 1. (Note: The
      WRITE ENABLE command must NOT be executed on the N25Q256A83ESF40x and
      N25Q256A83E1240x devices.) S# must be driven LOW. The effect of the
      command is immediate; after the command has been executed, the write
      enable latch bit is cleared to 0.
      </quote>
      
      Micron's portable way to perform this for all types of Micron flash
      is to first issue a write enable, then switch the addressing mode
      followed by a write disable to avoid leaving the flash in a write-
      able state.
      Signed-off-by: NElie De Brauwer <eliedebrauwer@email.com>
      [Brian: reworked a bit]
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      2b468ef0
  8. 31 8月, 2013 7 次提交
  9. 06 8月, 2013 4 次提交
  10. 05 4月, 2013 6 次提交
  11. 04 2月, 2013 2 次提交
  12. 03 12月, 2012 1 次提交
  13. 22 11月, 2012 3 次提交