1. 18 10月, 2007 1 次提交
  2. 24 7月, 2007 1 次提交
  3. 03 10月, 2006 1 次提交
  4. 04 7月, 2006 1 次提交
  5. 01 7月, 2006 1 次提交
  6. 09 1月, 2006 2 次提交
    • M
      [PATCH] powerpc/8xx: Fix m8xx_wdt issues · 398f6858
      Marcelo Tosatti 提交于
      The following fixes some issues with the last mpc8xx_wdt update:
      
      - Adds missing #include <asm/io.h>
      - Use "uint __iomem" pointer for in_be32/out_be32
      Signed-off-by: NMarcelo Tosatti <marcelo.tosatti@cyclades.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      398f6858
    • M
      [PATCH] ppc32: m8xx watchdog update · fb64c244
      Marcelo Tosatti 提交于
      This updates m8xx_wdt as follows:
      
      1) Remove now obsolete fpos check in the write() function. The driver is
      currently non functional due to this bug.
      
      2) Use in/out macros for register access.
      
      3) Allows m8xx_wdt to use a kernel timer instead of the builtin RTC/PIT
      for keep-alive trigger (which is responsible for servicing the watchdog
      until an userspace application takes over). For instance Cyclades PRxK
      boards (MPC 855T based) have a non-functional internal RTC/PIT unit.
      Behaviour for boards with RTC/PIT is unchaged.
      
      4) The last change required moving the RTCSC register setting code
      to a weak function which can be overriden by board specific files.
      Otherwise the timer init code trashes the register making it impossible
      for m8xx_wdt to detect the situation.
      Signed-off-by: NMarcelo Tosatti <marcelo.tosatti@cyclades.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      fb64c244
  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