16 Jul, 2007

6 commits


10 May, 2007

1 commit


09 May, 2007

1 commit


16 Feb, 2007

2 commits


06 Jan, 2007

1 commit

  • Russell King recently reminded us that one shouldn't use
    asm/arch/hardware.h but one should use asm/hardware.h
    (http://lkml.org/lkml/2006/12/23/26). Unfortunately, the leds-s3c24xx
    driver is using the wrong header. This patch is fixing that.

    Signed-off-by: Arnaud Patard
    Signed-off-by: Richard Purdie
    Acked-by: Ben Dooks
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Richard Purdie
     

13 Dec, 2006

1 commit


08 Dec, 2006

1 commit

  • A driver for the PCEngines WRAP boards (http://www.pcengines.ch), which are
    very similar to the Soekris net4801 (same NS SC1100 geode reference
    design).

    The LEDs on the WRAP are on different GPIO lines and I have modified and
    copied the net48xx error led support for this. It also includes support
    for an "extra" led (in addition to error). The three LEDs on the WRAP are
    at GPIO lines 2,3,18 (WRAP LEDs from left to right). This driver gives
    access to the second and third LEDs by twiddling GPIO lines 3 & 18.

    Because these boards are so similar to the net48xx, I basically sed-ed that
    driver to form the basis for leds-wrap.c. The only changes from
    leds-net48xx.c are:

    - #define WRAP_EXTRA_LED_GPIO

    - name changes

    - duplicate relevant sections to provide support for the "extra" led

    - reverse the various *_led_set values. The WRAP is "backwards" from the
    net48xx, and these needed to be updated for that.

    [akpm@osdl.org: build fix]
    Signed-off-by: Kristian Kielhofner
    Acked-by: Richard Purdie
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kristian Kielhofner
     

04 Dec, 2006

1 commit


17 Oct, 2006

1 commit


04 Oct, 2006

3 commits


01 Oct, 2006

1 commit

  • I was playing with LED triggers when I noticed that changing from heartbeat
    (or ide-disk) to "none" at the right moment would leave the LED stuck on.
    This is easy to reproduce by doing "find / >/dev/null" with the ide-disk
    trigger enabled and then switching to "none".

    Here is a patch that fixes the problem by explicitly turning the LED off
    after removing the existing trigger.

    Signed-off-by: Paul Collins
    Acked-by: Richard Purdie
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Paul Collins
     

30 Sep, 2006

1 commit


15 Jul, 2006

1 commit

  • Add the DRVNAME define to remove the two separate references of the driver
    name by string, and move the .driver.owner into the existing .driver
    sub-structure.

    Signed-off-by: Chris Boot
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Chris Boot
     

11 Jul, 2006

1 commit

  • Add LED Class device support for the Soekris net48xx Error LED. Tested
    only on a net4801, but should work on a net4826 as well. I'd love to find
    a way of detecting a Soekris net48xx device but there is no DMI or any
    Soekris-specific PCI devices.

    [akpm@osdl.org: fixlets, cleanups]
    Signed-off-by: Chris Boot
    Cc: Ben Dooks
    Cc: Richard Purdie
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Chris Boot
     

01 Jul, 2006

1 commit


28 Jun, 2006

1 commit

  • locking init cleanups:

    - convert " = SPIN_LOCK_UNLOCKED" to spin_lock_init() or DEFINE_SPINLOCK()
    - convert rwlocks in a similar manner

    this patch was generated automatically.

    Motivation:

    - cleanliness
    - lockdep needs control of lock initialization, which the open-coded
    variants do not give
    - it's also useful for -rt and for lock debugging in general

    Signed-off-by: Ingo Molnar
    Signed-off-by: Arjan van de Ven
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Ingo Molnar
     

26 Jun, 2006

1 commit

  • Add an LED trigger acts like a heart beat. This can be used as a
    replacement of CONFIG_HEARTBEAT code exists in some arch's timer code.

    Signed-off-by: Atsushi Nemoto
    Acked-by: Richard Purdie
    Cc: "Nish Aravamudan"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Atsushi Nemoto
     

23 Jun, 2006

1 commit


19 Jun, 2006

1 commit


16 May, 2006

2 commits


11 Apr, 2006

3 commits


01 Apr, 2006

8 commits