1. 19 11月, 2013 2 次提交
  2. 18 11月, 2013 1 次提交
    • J
      watchdog: Get rid of MODULE_ALIAS_MISCDEV statements · 487722cf
      Jean Delvare 提交于
      I just can't find any value in MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR)
      and MODULE_ALIAS_MISCDEV(TEMP_MINOR) statements.
      
      Either the device is enumerated and the driver already has a module
      alias (e.g. PCI, USB etc.) that will get the right driver loaded
      automatically.
      
      Or the device is not enumerated and loading its driver will lead to
      more or less intrusive hardware poking. Such hardware poking should be
      limited to a bare minimum, so the user should really decide which
      drivers should be tried and in what order. Trying them all in
      arbitrary order can't do any good.
      
      On top of that, loading that many drivers at once bloats the kernel
      log. Also many drivers will stay loaded afterward, bloating the output
      of "lsmod" and wasting memory. Some modules (cs5535_mfgpt which gets
      loaded as a dependency) can't even be unloaded!
      
      If defining char-major-10-130 is needed then it should happen in
      user-space.
      Signed-off-by: NJean Delvare <jdelvare@suse.de>
      Acked-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Mike Frysinger <vapier.adi@gmail.com>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Zwane Mwaikambo <zwane@arm.linux.org.uk>
      Cc: Jim Cromie <jim.cromie@gmail.com>
      487722cf
  3. 29 3月, 2012 1 次提交
  4. 28 3月, 2012 2 次提交
  5. 02 1月, 2012 1 次提交
  6. 06 11月, 2011 1 次提交
  7. 12 1月, 2011 2 次提交
  8. 07 3月, 2010 1 次提交
  9. 10 7月, 2009 1 次提交
  10. 29 10月, 2008 1 次提交
  11. 07 8月, 2008 1 次提交
  12. 06 8月, 2008 1 次提交
    • W
      [WATCHDOG] Coding style - Indentation - part 2 · 0c06090c
      Wim Van Sebroeck 提交于
      This brings the watchdog drivers into line with coding style.
      This patch takes cares of the indentation as described in chapter 1.
      Main changes:
      * Re-structure the ioctl switch call for all drivers as follows:
      	switch (cmd) {
      	case WDIOC_GETSUPPORT:
      	case WDIOC_GETSTATUS:
      	case WDIOC_GETBOOTSTATUS:
      	case WDIOC_GETTEMP:
      	case WDIOC_SETOPTIONS:
      	case WDIOC_KEEPALIVE:
      	case WDIOC_SETTIMEOUT:
      	case WDIOC_GETTIMEOUT:
      	case WDIOC_GETTIMELEFT:
      	default:
      	}
      
      This to make the migration from the drivers to the uniform watchdog
      device driver easier in the future.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      0c06090c
  13. 22 6月, 2008 1 次提交
  14. 03 11月, 2007 1 次提交
  15. 18 10月, 2007 1 次提交
  16. 25 7月, 2007 1 次提交
  17. 27 3月, 2007 1 次提交
  18. 28 1月, 2007 1 次提交
  19. 05 10月, 2006 1 次提交
  20. 03 10月, 2006 1 次提交
  21. 04 7月, 2006 1 次提交
  22. 02 11月, 2005 1 次提交
  23. 03 9月, 2005 1 次提交
    • P
      [WATCHDOG] w83627hf_wdt.c-initialized_bios_bug · 93642ecd
      P@Draig Brady 提交于
      Attached is a small update to the w83627hf watchdog driver
      to initialise appropriately if it was already initialised
      in the BIOS. On tyan motherboards for e.g. you can init
      the watchdog to 4 mins, then when the driver is loaded it
      sets the watchdog to "seconds" mode, and then machine will
      reboot within 4 seconds. So this patch resets the timeout
      to the configured value if the watchdog is already running.
      Signed-off-by: NP@draig Brady <P@draigBrady.com>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      93642ecd
  24. 28 7月, 2005 1 次提交
  25. 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