1. 08 8月, 2015 1 次提交
  2. 06 4月, 2015 1 次提交
  3. 06 11月, 2014 1 次提交
  4. 20 10月, 2014 1 次提交
  5. 21 5月, 2014 2 次提交
  6. 11 3月, 2014 1 次提交
  7. 19 2月, 2014 1 次提交
  8. 12 1月, 2014 1 次提交
  9. 04 1月, 2014 1 次提交
  10. 07 11月, 2013 4 次提交
  11. 28 10月, 2013 1 次提交
  12. 10 10月, 2013 1 次提交
  13. 06 8月, 2013 2 次提交
  14. 04 2月, 2013 1 次提交
    • K
      mtd: fsl_ifc_nand: use more portable i/o accessors · 0c69fb03
      Kim Phillips 提交于
      in/out_be32 accessors are Power arch centric whereas
      ioread/writebe32 are available in other arches.
      
      Since the IFC device registers are annotated big endian in
      fsl_ifc.h, the accessor annotations now match, resulting in the
      pleasant side-effect of this patch silencing sparse endian
      warnings such as the following:
      
      drivers/mtd/nand/fsl_ifc_nand.c:179:19: warning: incorrect type in argument 1 (different base types)
      drivers/mtd/nand/fsl_ifc_nand.c:179:19:    expected unsigned int volatile [noderef] [usertype] <asn:2>*addr
      drivers/mtd/nand/fsl_ifc_nand.c:179:19:    got restricted __be32 [noderef] <asn:2>*<noident>
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      Signed-off-by: NArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      0c69fb03
  15. 22 11月, 2012 1 次提交
  16. 16 11月, 2012 1 次提交
  17. 29 9月, 2012 2 次提交
  18. 27 9月, 2012 1 次提交
  19. 07 7月, 2012 2 次提交
  20. 14 5月, 2012 6 次提交
  21. 16 3月, 2012 1 次提交