1. 28 7月, 2017 1 次提交
    • A
      ARM: rpc: rename RAM_SIZE macro · 47589c4a
      Arnd Bergmann 提交于
      The RAM_SIZE macro in mach/hardware.h conflicts with macros of
      the same name in multiple drivers, leading to annoying build warnings:
      
      In file included from drivers/net/ethernet/cirrus/cs89x0.c:79:0:
      drivers/net/ethernet/cirrus/cs89x0.h:324:0: error: "RAM_SIZE" redefined [-Werror]
       #define RAM_SIZE 0x1000       /*  The card has 4k bytes or RAM */
       ^
      In file included from /git/arm-soc/arch/arm/mach-rpc/include/mach/io.h:16:0,
                       from /git/arm-soc/arch/arm/include/asm/io.h:194,
                       from /git/arm-soc/include/linux/scatterlist.h:8,
                       from /git/arm-soc/include/linux/dmaengine.h:24,
                       from /git/arm-soc/include/linux/netdevice.h:38,
                       from /git/arm-soc/drivers/net/ethernet/cirrus/cs89x0.c:54:
      arch/arm/mach-rpc/include/mach/hardware.h:28:0: note: this is the location of the previous definition
       #define RAM_SIZE  0x10000000
      
      We don't use RAM_SIZE/RAM_START at all, so we could just remove
      them, but it might be nice to leave them for documentation purposes,
      so this renames them to RPC_RAM_SIZE/RPC_RAM_START in order to
      avoid the build warnings
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      47589c4a
  2. 26 8月, 2016 1 次提交
    • R
      ARM: document and update UNCACHEABLE_ADDR definitions · c94e4ad2
      Russell King 提交于
      Document the UNCACHEABLE_ADDR definitions for footbridge and SA1100
      so that we know where they're located and/or what they're accessing.
      Change RiscPC to calculate the UNCACHEABLE_ADDR value from FLUSH_BASE
      as that's where we locate that.
      
      UNCACHEABLE_ADDR is used to perform an uncached access (ARMv4
      terminology) necessary to force a CPU clock-switch to the memory-
      speed clock, as required for entering WFI.
      Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
      c94e4ad2
  3. 14 3月, 2012 1 次提交
  4. 17 8月, 2011 3 次提交
  5. 07 8月, 2008 1 次提交
  6. 07 4月, 2006 1 次提交
  7. 29 9月, 2005 1 次提交
  8. 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