19 Apr, 2008

1 commit


11 Apr, 2008

1 commit

  • Since 43cc71eed1250755986da4c0f9898f9a635cb3bf, the platform modalias is
    prefixed with "platform:". Add MODULE_ALIAS() to the hotpluggable watchdog
    drivers, to re-enable auto loading.

    [dbrownell@users.sourceforge.net: more drivers; registration fixes]
    Signed-off-by: Kay Sievers
    Signed-off-by: David Brownell
    Cc: Wim Van Sebroeck
    Cc: Greg KH
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kay Sievers
     

07 Apr, 2008

1 commit

  • I noticed this while testing the latest code. I'm not sure if it is required,
    but the normal (or LSB) timeout value is set to zero, so the MSB should
    be as well to stay consistent.

    If the chip revision is >= 8, set MSB of the 16-bit timeout value to zero
    when disabling the watchdog in it8712f_wdt_disable().

    Signed-off-by: Andrew Paprocki
    Signed-off-by: Wim Van Sebroeck
    Signed-off-by: Andrew Morton

    Andrew Paprocki
     

02 Apr, 2008

1 commit


07 Mar, 2008

1 commit


06 Mar, 2008

6 commits


19 Feb, 2008

4 commits


03 Feb, 2008

1 commit


29 Jan, 2008

1 commit


26 Jan, 2008

4 commits

  • "static struct file_operations" should be
    "static const struct file_operations".

    Signed-off-by: Jan Engelhardt
    Signed-off-by: Wim Van Sebroeck

    Jan Engelhardt
     
  • This is a driver for watchdog timer built into TXx9 MIPS SoCs.

    Signed-off-by: Atsushi Nemoto
    Cc: Ralf Baechle
    Signed-off-by: Wim Van Sebroeck
    Signed-off-by: Andrew Morton

    Atsushi Nemoto
     
  • Make sure that we first do a register_reboot_notifier before we
    do a misc_register. A misc_register opens the interface to
    userspace and it's best to do this as the last action.

    Signed-off-by: Wim Van Sebroeck

    Wim Van Sebroeck
     
  • The audit of _p usage shows various drivers assume inb_p is somehow atomic.
    Of course it isn't and the delay can be split from the I/O cycle causing a
    timing violation on chips that matter (eg this one)

    With the proposed use of udelay() for some _p delays this will cease to be
    a mostly theoretical bug (as the delay stall is unsplittable) and wants
    fixing.

    Lots of other drivers need fixing this way too.

    Signed-off-by: Alan Cox
    Signed-off-by: Wim Van Sebroeck
    Signed-off-by: Andrew Morton

    Alan Cox
     

25 Jan, 2008

1 commit

  • These are derivatives of the AT32AP7000 chip, which means that most of
    the code stays the same. Rename a few files, functions, definitions
    and config symbols to reflect that they apply to all AP700x chips, and
    exclude some platform devices from chips where they aren't present.

    Signed-off-by: Haavard Skinnemoen

    Haavard Skinnemoen
     

19 Jan, 2008

1 commit


05 Dec, 2007

1 commit

  • Adds support for the built-in watchdog on EPIC Nano 7240 boards from IEI.

    Tested on Nano-7240RS.

    Hardware documentation of the platform (including watchdog) can be found
    on the IEI website: http://www.ieiworld.com

    Signed-off-by: Gilles Gigan
    Signed-off-by: Wim Van Sebroeck

    Gilles Gigan
     

20 Nov, 2007

4 commits


03 Nov, 2007

5 commits


31 Oct, 2007

1 commit


27 Oct, 2007

1 commit


25 Oct, 2007

2 commits


24 Oct, 2007

2 commits

  • Driver for the watchdog timer. Still doesn't reboots the machine
    on some boards, but we have improved and cleaned it

    Signed-off-by: Matteo Croce
    Signed-off-by: Nicolas Thill
    Signed-off-by: Enrik Berkhan
    Signed-off-by: Christer Weinigel
    Signed-off-by: Wim Van Sebroeck

    Matteo Croce
     
  • ICP's Wafer 5823 SBC has, as far as I can tell, the same WDT as many,
    if not all ICP's SBC's (that do have a WDT). I have tested it with
    several boards, including Rocky 4783, Rocky 3703 and Rocky 3782.

    I propose a rename of the Wafer 5823 watchdog timer driver
    to something like "IPC (SBC) Watchdog Timer", to reflect that it
    works with other IPC boards (maybe even all of them).

    Signed-off-by: Veljkovic Srdjan
    Signed-off-by: Wim Van Sebroeck

    Veljkovic Srdjan
     

22 Oct, 2007

1 commit

  • Add 'fsl,' prefix to 'compatible' property for gpt nodes.
    Add 'fsl,' prefix to empty, GPT0 specific 'has-wdt' property.
    The fsl, prefix is being added to better match the convention of prefixing
    manufacturer specific properties and values with the vendors name.

    Signed-off-by: Marian Balakowicz
    Signed-off-by: Grant Likely

    Marian Balakowicz