1. 23 4月, 2015 1 次提交
    • G
      frv: add io{read,write}{16,32}be functions · 04fca0e3
      Guenter Roeck 提交于
      These functions are used in various drivers, including the latest
      version of the 8250 driver. The latter causes the following build
      failure.
      
      drivers/tty/serial/8250/8250_core.c: In function 'mem32be_serial_out':
      drivers/tty/serial/8250/8250_core.c:456:2: error:
      			implicit declaration of function 'iowrite32be'
      drivers/tty/serial/8250/8250_core.c: In function 'mem32be_serial_in':
      drivers/tty/serial/8250/8250_core.c:462:2: error:
      			implicit declaration of function 'ioread32be'
      
      Cc: Kevin Cernekee <cernekee@gmail.com>
      Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Fixes: c627f2ce ("serial: 8250: Add support for big-endian MMIO
      	accesses")
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NRob Herring <robh@kernel.org>
      04fca0e3
  2. 21 10月, 2014 1 次提交
    • W
      frv: io: implement dummy relaxed accessor macros for writes · 88a68169
      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 frv, in the same
      vein as the dummy definitions for the relaxed read accessors.
      
      Cc: David Howells <dhowells@redhat.com>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      88a68169
  3. 04 12月, 2011 1 次提交
  4. 10 4月, 2009 1 次提交
  5. 21 8月, 2008 1 次提交
  6. 12 10月, 2006 1 次提交
  7. 23 6月, 2006 2 次提交
  8. 26 4月, 2006 1 次提交
  9. 15 2月, 2006 1 次提交
  10. 09 1月, 2006 1 次提交
  11. 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