1. 06 11月, 2014 7 次提交
  2. 05 11月, 2014 12 次提交
  3. 30 10月, 2014 5 次提交
  4. 23 10月, 2014 2 次提交
    • A
      nandsim: add id_bytes module parameter · b00358a5
      Akinobu Mita 提交于
      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: NAkinobu Mita <akinobu.mita@gmail.com>
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      b00358a5
    • B
      mtd: docg3: fix 'defined but not used' warning · d4efafcc
      Brian Norris 提交于
      With CONFIG_OF=n, we can see the following warning:
      
         drivers/mtd/devices/docg3.c:2122:28: warning: 'docg3_dt_ids' defined but not used [-Wunused-variable]
          static struct of_device_id docg3_dt_ids[] = {
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Cc: Robert Jarzmik <robert.jarzmik@free.fr>
      d4efafcc
  5. 22 10月, 2014 14 次提交