1. 26 Aug, 2013 4 commits
    • Greg Ungerer's avatar
      m68knommu: user generic iomap to support ioread*/iowrite* · f79b8592
      Greg Ungerer authored
      There is no reason we cannot use the generic iomap support to give us
      the ioread* and iowrite* family of IO access functions. The m68k arch with
      MMU enabled does, so this makes us consistent for all m68k now.
      
      Some potentially valid drivers will fail to compile without these,
      for example:
      
      drivers/i2c/busses/i2c-ocores.c:81:2: error: implicit declaration of
      function ‘iowrite8’ [-Werror=implicit-function-declaration]
      drivers/i2c/busses/i2c-ocores.c:86:2: error: implicit declaration of
      function ‘iowrite16’ [-Werror=implicit-function-declaration]
      drivers/i2c/busses/i2c-ocores.c:91:2: error: implicit declaration of
      function ‘iowrite32’ [-Werror=implicit-function-declaration]
      drivers/i2c/busses/i2c-ocores.c:96:2: error: implicit declaration of
      function ‘ioread8’ [-Werror=implicit-function-declaration]
      drivers/i2c/busses/i2c-ocores.c:101:2: error: implicit declaration of
      function ‘ioread16’ [-Werror=implicit-function-declaration]
      drivers/i2c/busses/i2c-ocores.c:106:2: error: implicit declaration of
      function ‘ioread32’ [-Werror=implicit-function-declaration]
      Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
      f79b8592
    • Alexander Stein's avatar
      m68k/coldfire: flush cache when creating the signal stack frame · 42cb38bc
      Alexander Stein authored
      When the signal stack frame is created, it must be flushed in order to
      make sure the cache fetches the correct data.
      Without cache flush the icache might pick up old cached data from an older
      signal stack frame if the signal is raised again very fast.
      In case of copyback the data cache muist be pushed first, but is untested.
      Signed-off-by: default avatarAlexander Stein <alexander.stein@systec-electronic.com>
      Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
      42cb38bc
    • Geert Uytterhoeven's avatar
      m68knommu: Mark functions only called from setup_arch() __init · df592eb5
      Geert Uytterhoeven authored
      Some functions that are only called (indirectly) from setup_arch() lack
      __init annotations.
      Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
      df592eb5
    • Linus Torvalds's avatar
      Linux 3.11-rc7 · d8dfad38
      Linus Torvalds authored
      d8dfad38
  2. 25 Aug, 2013 4 commits
  3. 24 Aug, 2013 8 commits
  4. 23 Aug, 2013 17 commits
  5. 22 Aug, 2013 7 commits