1. 26 Nov, 2014 8 commits
  2. 20 Nov, 2014 4 commits
  3. 05 Nov, 2014 21 commits
  4. 30 Oct, 2014 3 commits
  5. 29 Oct, 2014 2 commits
  6. 23 Oct, 2014 1 commit
    • Akinobu Mita's avatar
      nandsim: add id_bytes module parameter · b00358a5
      Akinobu Mita authored
      nandsim can simulate NAND Flash which returns the ID bytes specified
      by first_id_byte, ..., fourth_id_byte module parameters.
      
      In order to simulate NAND flash which returns more than four ID bytes,
      this adds id_bytes module parameter which is specified by the array of
      byte like this:
      
       # modprobe nandsim id_bytes=0x98,0xdc,0x90,0x26,0x76,0x15,0x01,0x08 bch=1
      
      This doesn't add fifth_id_byte, ..., seventh_id_byte module parameters,
      because they are redundant.  But the existing first_id_byte, ...,
      fourth_id_byte module parameters are preserved and add "(obsolete)" to
      the description.
      
      Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Brian Norris <computersforpeace@gmail.com>
      Cc: linux-mtd@lists.infradead.org
      Signed-off-by: default avatarAkinobu Mita <akinobu.mita@gmail.com>
      Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
      b00358a5
  7. 22 Oct, 2014 1 commit