1. 04 1月, 2014 26 次提交
  2. 13 12月, 2013 2 次提交
  3. 07 11月, 2013 4 次提交
  4. 25 10月, 2013 1 次提交
    • E
      mtd: nand: pxa3xx: Fix registered MTD name · 18a84e93
      Ezequiel Garcia 提交于
      In a recent commit:
      
        commit f455578d
        Author: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
        Date:   Mon Aug 12 14:14:53 2013 -0300
      
        mtd: nand: pxa3xx: Remove hardcoded mtd name
      
        There's no advantage in using a hardcoded name for the mtd device.
        Instead use the provided by the platform_device.
      
      The MTD name was changed to use the one provided by the platform_device.
      However, this can be problematic as some users want to set partitions
      using the kernel parameter 'mtdparts', where the name is needed.
      
      Therefore, to avoid regressions in users relying in 'mtdparts' we revert
      the change and use the previous one 'pxa3xx_nand-0'.
      
      While at it, let's put a big comment and prevent this change from happening
      ever again.
      Signed-off-by: NEzequiel Garcia <ezequiel.garcia@free-electrons.com>
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      18a84e93
  5. 18 9月, 2013 1 次提交
  6. 31 8月, 2013 6 次提交