1. 03 10月, 2018 10 次提交
  2. 05 9月, 2018 1 次提交
  3. 20 3月, 2018 1 次提交
  4. 16 2月, 2018 2 次提交
  5. 13 8月, 2017 1 次提交
  6. 30 5月, 2017 1 次提交
  7. 07 11月, 2016 1 次提交
  8. 06 5月, 2016 1 次提交
  9. 23 1月, 2016 1 次提交
  10. 08 1月, 2016 1 次提交
  11. 19 12月, 2015 2 次提交
  12. 09 12月, 2015 1 次提交
  13. 12 11月, 2015 1 次提交
    • B
      mtd: nand: drop unnecessary partition parser data · a61ae81a
      Brian Norris 提交于
      All of these drivers set up a parser data struct just to communicate DT
      partition data. This field has been deprecated and is instead supported
      by telling nand_scan_ident() about the 'flash_node'.
      
      This patch:
       * sets chip->flash_node for those drivers that didn't already (but used
         OF partitioning)
       * drops the parser data
       * switches to the simpler mtd_device_register() where possible, now
         that we've eliminated one of the auxiliary parameters
      
      Now that we've assigned chip->flash_node for these drivers, we can
      probably rely on nand_dt_init() to do more of the DT parsing for us, but
      for now, I don't want to fiddle with each of these drivers. The parsing
      is done in duplicate for now on some drivers. I don't think this should
      break things. (Famous last words.)
      
      (Rolled in some changes by Boris Brezillon)
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Reviewed-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
      a61ae81a
  14. 14 10月, 2015 1 次提交
  15. 29 9月, 2015 1 次提交
  16. 07 5月, 2015 1 次提交
  17. 20 10月, 2014 1 次提交
  18. 11 3月, 2014 1 次提交
  19. 13 1月, 2014 1 次提交
  20. 08 1月, 2014 1 次提交
  21. 04 1月, 2014 1 次提交
  22. 10 10月, 2013 1 次提交
  23. 24 8月, 2013 1 次提交
  24. 22 11月, 2012 4 次提交
  25. 29 9月, 2012 1 次提交
  26. 14 5月, 2012 1 次提交