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
     

20 Oct, 2007

2 commits

  • * Convert files to UTF-8.

    * Also correct some people's names
    (one example is Eißfeldt, which was found in a source file.
    Given that the author used an ß at all in a source file
    indicates that the real name has in fact a 'ß' and not an 'ss',
    which is commonly used as a substitute for 'ß' when limited to
    7bit.)

    * Correct town names (Goettingen -> Göttingen)

    * Update Eberhard Mönkeberg's address (http://lkml.org/lkml/2007/1/8/313)

    Signed-off-by: Jan Engelhardt
    Signed-off-by: Adrian Bunk

    Jan Engelhardt
     
  • remove asm/bitops.h includes

    including asm/bitops directly may cause compile errors. don't include it
    and include linux/bitops instead. next patch will deny including asm header
    directly.

    Cc: Adrian Bunk
    Signed-off-by: Jiri Slaby
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jiri Slaby
     

18 Oct, 2007

1 commit