1. 30 8月, 2008 1 次提交
  2. 16 8月, 2008 1 次提交
    • A
      [ARM] Fix a pile of broken watchdog drivers · 8b5942c3
      Adrian Bunk 提交于
      These patches from Adrian fix:
      - ixp4xx_wdt: 20d35f3e
        CC      drivers/watchdog/ixp4xx_wdt.o
      ixp4xx_wdt.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__'
      ixp4xx_wdt.c: In function 'wdt_enable':
      ixp4xx_wdt.c:41: error: 'wdt_lock' undeclared (first use in this
      ixp4xx_wdt.c:41: error: (Each undeclared identifier is reported only
      ixp4xx_wdt.c:41: error: for each function it appears in.)
      ixp4xx_wdt.c: In function 'wdt_disable':
      ixp4xx_wdt.c:52: error: 'wdt_lock' undeclared (first use in this
      ixp4xx_wdt.c: In function 'ixp4xx_wdt_init':
      ixp4xx_wdt.c:186: error: 'wdt_lock' undeclared (first use in this
      make[3]: *** [drivers/watchdog/ixp4xx_wdt.o] Error 1
      
      - at91rm9200_wdt: 2760600d
        CC      drivers/watchdog/at91rm9200_wdt.o
      at91rm9200_wdt.c:188: error: 'at91_wdt_ioctl' undeclared here (not in a
      make[3]: *** [drivers/watchdog/at91rm9200_wdt.o] Error 1
      
      - wdt285: d0e58eed
        CC [M]  drivers/watchdog/wdt285.o
      wdt285.c: In function 'footbridge_watchdog_init':
      wdt285.c:211: error: 'KERN_WARN' undeclared (first use in this function)
      wdt285.c:211: error: (Each undeclared identifier is reported only once
      wdt285.c:211: error: for each function it appears in.)
      wdt285.c:212: error: expected ')' before string constant
      make[3]: *** [drivers/watchdog/wdt285.o] Error 1
      
      And this patch from rmk:
      - s3c2410_wdt: 41dc8b72
        CC      drivers/watchdog/s3c2410_wdt.o
      s3c2410_wdt.c: In function `s3c2410wdt_start':
      s3c2410_wdt.c:161: warning: `return' with a value, in function returning void
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      8b5942c3
  3. 13 8月, 2008 1 次提交
    • A
      ALi M7101 PMU also available on Sun Netra's too · bdd87354
      Alexander Clouter 提交于
      My Sun Netra T1 AC200 has one of these... bit harsh not letting me use it
      and all :)
      
      ==========
      alex@woodchuck:~$ lspci -nn
      00:01.0 PCI bridge [0604]: Sun Microsystems Computer Corp. Simba Advanced PCI Bridge [108e:5000] (rev 13)
      00:01.1 PCI bridge [0604]: Sun Microsystems Computer Corp. Simba Advanced PCI Bridge [108e:5000] (rev 13)
      01:03.0 Non-VGA unclassified device [0000]: ALi Corporation M7101 Power Management Controller [PMU] [10b9:7101]
      01:05.1 Ethernet controller [0200]: Sun Microsystems Computer Corp. RIO GEM [108e:1101] (rev 01)
      01:05.3 USB Controller [0c03]: Sun Microsystems Computer Corp. RIO USB [108e:1103] (rev 01)
      01:07.0 ISA bridge [0601]: ALi Corporation M1533/M1535 PCI to ISA Bridge [Aladdin IV/V/V+] [10b9:1533]
      01:0c.0 Bridge [0680]: Sun Microsystems Computer Corp. RIO EBUS [108e:1100] (rev 01)
      01:0c.1 Ethernet controller [0200]: Sun Microsystems Computer Corp. RIO GEM [108e:1101] (rev 01)
      01:0c.3 USB Controller [0c03]: Sun Microsystems Computer Corp. RIO USB [108e:1103] (rev 01)
      01:0d.0 IDE interface [0101]: ALi Corporation M5229 IDE [10b9:5229] (rev c3)
      02:08.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53C896/897 [1000:000b] (rev 07)
      02:08.1 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53C896/897 [1000:000b] (rev 07)
      ==========
      Signed-off-by: NAlexander Clouter <alex@digriz.org.uk>
      Cc: Wim Van Sebroeck <wim@iguana.be>
      Cc: "David S. Miller" <davem@davemloft.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      bdd87354
  4. 11 8月, 2008 7 次提交
    • W
      [WATCHDOG] pcwd.c - fix open_allowed type. · 36cbaa87
      Wim Van Sebroeck 提交于
      Fix following warnings:
      drivers/watchdog/pcwd.c: In function 'pcwd_open':
      drivers/watchdog/pcwd.c:703: warning: passing argument 2 of 'test_and_set_bit' from incompatible pointer type
      drivers/watchdog/pcwd.c: In function 'pcwd_close':
      drivers/watchdog/pcwd.c:723: warning: passing argument 2 of 'clear_bit' from incompatible pointer type
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      36cbaa87
    • A
      [WATCHDOG] fix watchdog/ixp4xx_wdt.c compilation · 9229376e
      Adrian Bunk 提交于
      This patch fixes the following compile error caused by
      commit 20d35f3e
      ([WATCHDOG 22/57] ixp4xx_wdt: unlocked_ioctl):
      
      <--  snip  -->
      
      ...
        CC      drivers/watchdog/ixp4xx_wdt.o
      ixp4xx_wdt.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__' 
      ixp4xx_wdt.c: In function 'wdt_enable':
      ixp4xx_wdt.c:41: error: 'wdt_lock' undeclared (first use in this 
      ixp4xx_wdt.c:41: error: (Each undeclared identifier is reported only 
      ixp4xx_wdt.c:41: error: for each function it appears in.)
      ixp4xx_wdt.c: In function 'wdt_disable':
      ixp4xx_wdt.c:52: error: 'wdt_lock' undeclared (first use in this 
      ixp4xx_wdt.c: In function 'ixp4xx_wdt_init':
      ixp4xx_wdt.c:186: error: 'wdt_lock' undeclared (first use in this 
      make[3]: *** [drivers/watchdog/ixp4xx_wdt.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      9229376e
    • A
      [WATCHDOG] fix watchdog/wdt285.c compilation · 3f11df21
      Adrian Bunk 提交于
      This patch fixes the following compile error caused by
      commit d0e58eed
      ([WATCHDOG 55/57] wdt285: switch to unlocked_ioctl and tidy up ...):
      
      <--  snip  -->
      
      ...
        CC [M]  drivers/watchdog/wdt285.o
      wdt285.c: In function 'footbridge_watchdog_init':
      wdt285.c:211: error: 'KERN_WARN' undeclared (first use in this function)
      wdt285.c:211: error: (Each undeclared identifier is reported only once
      wdt285.c:211: error: for each function it appears in.)
      wdt285.c:212: error: expected ')' before string constant
      make[3]: *** [drivers/watchdog/wdt285.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      3f11df21
    • A
      [WATCHDOG] fix watchdog/at91rm9200_wdt.c compilation · 3c4fafd6
      Adrian Bunk 提交于
      This patch fixes the following compile error:
      
      <--  snip  -->
      
      ...
        CC      drivers/watchdog/at91rm9200_wdt.o
      at91rm9200_wdt.c:188: error: 'at91_wdt_ioctl' undeclared here (not in a 
      make[3]: *** [drivers/watchdog/at91rm9200_wdt.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      3c4fafd6
    • A
      [WATCHDOG] fix watchdog/shwdt.c compilation · 58cf4198
      Adrian Bunk 提交于
      This patch fixes the following compile errors caused by
      commit 70b814ec
      ([WATCHDOG 45/57] shwdt: coding style, cleanup, switch to unlocked_io):
      
      <--  snip  -->
      
      ...
        CC      drivers/watchdog/shwdt.o
      shwdt.c:64: error: 'WTCSR_CKS_4096' undeclared here (not in a function)
      shwdt.c: In function 'sh_wdt_start':
      shwdt.c:92: error: 'wdt_lock' undeclared (first use in this function)
      shwdt.c:92: error: (Each undeclared identifier is reported only once
      shwdt.c:92: error: for each function it appears in.)
      shwdt.c:97: error: implicit declaration of function 'sh_wdt_read_csr'
      shwdt.c:98: error: 'WTCSR_WT' undeclared (first use in this function)
      shwdt.c:99: error: implicit declaration of function 'sh_wdt_write_csr'
      shwdt.c:101: error: implicit declaration of function 'sh_wdt_write_cnt'
      shwdt.c:112: error: 'WTCSR_TME' undeclared (first use in this function)
      shwdt.c:113: error: 'WTCSR_RSTS' undeclared (first use in this function)
      shwdt.c: In function 'sh_wdt_stop':
      shwdt.c:142: error: 'wdt_lock' undeclared (first use in this function)
      shwdt.c:147: error: 'WTCSR_TME' undeclared (first use in this function)
      shwdt.c: In function 'sh_wdt_keepalive':
      shwdt.c:160: error: 'wdt_lock' undeclared (first use in this function)
      shwdt.c: In function 'sh_wdt_set_heartbeat':
      shwdt.c:176: error: 'wdt_lock' undeclared (first use in this function)
      shwdt.c: In function 'sh_wdt_ping':
      shwdt.c:192: error: 'wdt_lock' undeclared (first use in this function)
      shwdt.c:197: error: 'WTCSR_IOVF' undeclared (first use in this function)
      shwdt.c: At top level:
      shwdt.c:417: error: conflicting type qualifiers for 'sh_wdt_info'
      shwdt.c:71: error: previous declaration of 'sh_wdt_info' was here
      make[3]: *** [drivers/watchdog/shwdt.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      58cf4198
    • A
      [WATCHDOG] fix watchdog/txx9wdt.c compilation · f8494e06
      Adrian Bunk 提交于
      This patch fixes the following compile error caused by
      commit 8dc244f7
      ([WATCHDOG 48/57] txx9: Fix locking, switch to unlocked_ioctl):
      
      <--  snip  -->
      
      ...
        CC      drivers/watchdog/txx9wdt.o
      txx9wdt.c:48: warning: type defaults to 'int' in declaration of 
      txx9wdt.c:48: warning: parameter names (without types) in function 
      txx9wdt.c: In function 'txx9wdt_ping':
      txx9wdt.c:52: error: 'txx9_lock' undeclared (first use in this function)
      txx9wdt.c:52: error: (Each undeclared identifier is reported only once
      txx9wdt.c:52: error: for each function it appears in.)
      txx9wdt.c: In function 'txx9wdt_start':
      txx9wdt.c:59: error: 'txx9_lock' undeclared (first use in this function)
      txx9wdt.c: In function 'txx9wdt_stop':
      txx9wdt.c:71: error: 'txx9_lock' undeclared (first use in this function)
      make[3]: *** [drivers/watchdog/txx9wdt.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      f8494e06
    • J
      [WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=n · d6efcab8
      Jean Delvare 提交于
      The problem is that iTCO_vendor_support.ko is still being built while
      iTCO_vendor.h claims that its functions do not exist. The following
      Makefile update fixes that. It causes iTCO_vendor_support.ko to no
      longer be built if CONFIG_ITCO_VENDOR_SUPPORT=n.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      d6efcab8
  5. 08 8月, 2008 1 次提交
  6. 07 8月, 2008 3 次提交
  7. 06 8月, 2008 12 次提交
  8. 05 8月, 2008 7 次提交
  9. 31 7月, 2008 1 次提交
  10. 25 7月, 2008 1 次提交
  11. 16 7月, 2008 1 次提交
  12. 13 7月, 2008 1 次提交
  13. 24 6月, 2008 1 次提交
  14. 22 6月, 2008 2 次提交