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