1. 07 11月, 2013 2 次提交
  2. 28 10月, 2013 1 次提交
  3. 06 8月, 2013 2 次提交
  4. 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
  5. 22 11月, 2012 1 次提交
  6. 16 11月, 2012 1 次提交
  7. 29 9月, 2012 2 次提交
  8. 27 9月, 2012 1 次提交
  9. 07 7月, 2012 2 次提交
  10. 14 5月, 2012 6 次提交
  11. 16 3月, 2012 1 次提交