21 Jul, 2010

1 commit

  • My Collabora address is no longer enabled - update the MODULE_AUTHOR
    fields of drivers to my current email address.

    Signed-off-by: Andres Salomon
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andres Salomon
     

13 Mar, 2010

1 commit

  • Due to a hardware limitation cs5535_mfgpt_free_timer() cannot actually
    release the timer hardware, but it will at least free the now unreferenced
    struct associated with it so calling it is the cleaner thing to do.

    Signed-off-by: Jens Rottmann
    Acked-by: Andres Salomon
    Cc: Jordan Crouse
    Cc: Ingo Molnar
    Cc: john stultz
    Signed-off-by: Andrew Morton
    Signed-off-by: Thomas Gleixner

    Jens Rottmann
     

23 Feb, 2010

1 commit

  • geode-mfgpt: restore previous behavior for selecting IRQ

    The MFGPT IRQ used to be, in order of decreasing priority,
    * IRQ supplied by the user as a boot-time parameter,
    * IRQ previously set by the BIOS or another driver,
    * default IRQ given at compile time.

    Return to this behavior, which got broken when splitting the
    MFGPT/clocksource driver for 2.6.33-rc1.

    Signed-off-by: Jens Rottmann
    Acked-by: Andres Salomon
    Cc: Jordan Crouse
    Cc: Ingo Molnar
    Cc: john stultz
    Acked-by: Thomas Gleixner
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jens Rottmann
     

16 Dec, 2009

1 commit

  • This is based on the old code in arch/x86/kernel/mfgpt_32.c, but is
    modular and not Geode-specific. There's no reason why the clock event
    device needs to be registered so early at boot; the clockevent code is
    perfectly capable of dynamic switching.

    [akpm@linux-foundation.org: add linux/irq.h include]
    Signed-off-by: Andres Salomon
    Cc: Jordan Crouse
    Cc: Ingo Molnar
    Cc: Thomas Gleixner
    Cc: john stultz
    Cc: Chris Ball
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andres Salomon