1. 03 9月, 2005 1 次提交
    • O
      [WATCHDOG] correct sysfs name for watchdog devices · 2dab3cab
      Olaf Hering 提交于
      While looking for possible candidates for our udev.rules package,
      I found a few odd ->name properties. /dev/watchdog has minor 130
      according to devices.txt. Since all watchdog drivers use the
      misc_register() call, they will end up in /sys/class/misc/$foo.
      udev may create the /dev/watchdog node if the driver is loaded.
      I dont have such a device, so I cant test it.
      The drivers below provide names with spaces and even with / in it.
      Not a big deal, but apps may expect /dev/watchdog.
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      2dab3cab
  2. 28 7月, 2005 1 次提交
  3. 29 6月, 2005 1 次提交
  4. 21 6月, 2005 1 次提交
    • L
      [PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdog · e4fe1981
      Lennert Buytenhek 提交于
      Patch from Lennert Buytenhek
      
      The IXP2000 has four timers, but if we're on an A-step IXP2800, timer
      2 and 3 don't work.  We need two timers for timekeeping (one for the
      timer interrupt and one for tracking missed jiffies), so on early
      IXP2800s we have no other choice but to use timer 1 and 4 for that,
      but on all other IXP2000s we'd rather leave timer 4 free since that's
      the only timer we can use for the watchdog.
      So, on buggy IXP2000s (i.e. the A-step IXP2800) we use timer 4 for
      tracking missed jiffies, and on all all non-buggy IXP2000s (i.e.
      everything but the A-step IXP2800) we use timer 2.
      On a pre-production IXP2800, this patch should print these messages
      on boot:
      	Enabling IXP2800 erratum #25 workaround
      	Unable to use IXP2000 watchdog due to IXP2800 erratum #25
      On any non-buggy IXP2800 (as well as on IXP2400s) you shouldn't see
      anything at all, and the watchdog should be usable again.
      
      Signed-off-by: Lennert Buytenhek
      Signed-off-by: Deepak Saxena
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      e4fe1981
  5. 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