1. 26 Mar, 2015 7 commits
  2. 25 Mar, 2015 25 commits
  3. 24 Mar, 2015 1 commit
  4. 23 Mar, 2015 1 commit
    • James Hogan's avatar
      metag: Fix ioremap_wc/ioremap_cached build errors · 0164a711
      James Hogan authored
      When ioremap_wc() or ioremap_cached() are used without first including
      asm/pgtable.h, the _PAGE_CACHEABLE or _PAGE_WR_COMBINE definitions
      aren't found, resulting in build errors like the following (in
      next-20150323 due to "lib: devres: add a helper function for
      ioremap_wc"):
      
      lib/devres.c: In function ‘devm_ioremap_wc’:
      lib/devres.c:91: error: ‘_PAGE_WR_COMBINE’ undeclared
      
      We can't easily include asm/pgtable.h in asm/io.h due to dependency
      problems, so split out the _PAGE_* definitions from asm/pgtable.h into a
      separate asm/pgtable-bits.h header (as a couple of other architectures
      already do), and include that in io.h instead.
      Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
      Cc: linux-metag@vger.kernel.org
      Cc: Abhilash Kesavan <a.kesavan@samsung.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      0164a711
  5. 22 Mar, 2015 6 commits