1. 17 3月, 2015 1 次提交
  2. 21 10月, 2014 1 次提交
    • W
      m32r: io: implement dummy relaxed accessor macros for writes · cb147c0f
      Will Deacon 提交于
      write{b,w,l}_relaxed are implemented by some architectures in order to
      permit memory-mapped I/O accesses with weaker barrier semantics than the
      non-relaxed variants.
      
      This patch adds dummy macros for the write accessors to m32r, in the
      same vein as the dummy definitions for the relaxed read accessors.
      
      Cc: Hirokazu Takata <takata@linux-m32r.org>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      cb147c0f
  3. 04 10月, 2009 1 次提交
    • H
      m32r: define ioread* and iowrite* macros · d2c5821c
      Hirokazu Takata 提交于
      Define ioread* and iowrite* macros to fix the following build errors:
      
        CC [M]  drivers/uio/uio_smx.o
      drivers/uio/uio_smx.c: In function 'smx_handler':
      drivers/uio/uio_smx.c:31: error: implicit declaration of function 'ioread32'
      drivers/uio/uio_smx.c:37: error: implicit declaration of function 'iowrite32'
      Signed-off-by: NHirokazu Takata <takata@linux-m32r.org>
      d2c5821c
  4. 17 4月, 2009 1 次提交
  5. 12 10月, 2006 1 次提交
  6. 27 9月, 2005 1 次提交
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4