1. 05 9月, 2005 2 次提交
  2. 03 9月, 2005 7 次提交
  3. 10 8月, 2005 1 次提交
  4. 04 8月, 2005 1 次提交
    • I
      [PATCH] ARM: 2833/2: Remove support for WDIOF_MAGICCLOSE from sa1100-wdt · 9bbd0375
      Ian Campbell 提交于
      Patch from Ian Campbell
      
      On PXA255 there is no way to disable the watchdog. Turning off OIER[E3]
      as suggested in the existing comment does not work.
      
      I posted a note to the ARM mailing list a little while ago asking for
      opinions from people using SA1100. There was one reponse from Nico who
      believes that the SA1100 is the same as the PXA255 in this respect.
      
      You also asked me to involve the watchdog maintainer which I tried to
      do but didn't hear anything back. There are only a couple of other
      drivers which can't stop the watchdog and there seems to be no
      consistancy regarding printing an error etc. I decided to print
      something since that matches the case for all the other drivers when
      NOWAYOUT is turned on.
      
      Also, I changed the device .name to "watchdog" like most of the other
      watchdogs. udev uses it as the device name (by default) and spaces etc.
      get in the way.
      
      Superceded 2833/1 because 2.6.13-rc4 caused rejects.
      Signed-off-by: NIan Campbell <icampbell@arcom.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      9bbd0375
  5. 28 7月, 2005 2 次提交
  6. 27 7月, 2005 4 次提交
  7. 02 7月, 2005 1 次提交
    • G
      [PATCH] PCI: clean up dynamic pci id logic · 75865858
      Greg Kroah-Hartman 提交于
      The dynamic pci id logic has been bothering me for a while, and now that
      I started to look into how to move some of this to the driver core, I
      thought it was time to clean it all up.
      
      It ends up making the code smaller, and easier to follow, and fixes a
      few bugs at the same time (dynamic ids were not being matched
      everywhere, and so could be missed on some call paths for new devices,
      semaphore not needed to be grabbed when adding a new id and calling the
      driver core, etc.)
      
      I also renamed the function pci_match_device() to pci_match_id() as
      that's what it really does.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      75865858
  8. 29 6月, 2005 1 次提交
  9. 23 6月, 2005 1 次提交
    • U
      [PATCH] ppc64: add a watchdog driver for rtas · 031f7ede
      Utz Bacher 提交于
      Add a watchdog using the RTAS OS surveillance service. This is
      provided as a simpler alternative to rtasd. The added value
      is that it works with standard watchdog client programs and
      can therefore also do user space monitoring.
      
      On BPA, rtasd is not really useful because the hardware does
      not have much to report with event-scan.
      
      The driver should also work on other platforms that support
      the OS surveillance rtas calls.
      Signed-off-by: NArnd Bergmann <arndb@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      031f7ede
  10. 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
  11. 17 5月, 2005 1 次提交
  12. 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