06 Sep, 2008

1 commit


07 Aug, 2008

2 commits


01 Jul, 2006

1 commit


03 Apr, 2006

1 commit


18 Jan, 2006

1 commit


08 Jan, 2006

1 commit


16 Nov, 2005

1 commit


09 Nov, 2005

1 commit

  • This patch removes almost all inclusions of linux/version.h. The 3
    #defines are unused in most of the touched files.

    A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
    unfortunatly in linux/version.h.

    There are also lots of #ifdef for long obsolete kernels, this was not
    touched. In a few places, the linux/version.h include was move to where
    the LINUX_VERSION_CODE was used.

    quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`

    search pattern:
    /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h

    Signed-off-by: Olaf Hering
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Olaf Hering
     

08 Sep, 2005

1 commit

  • Patch from Tony Lindgren

    This patch syncs the mainline kernel with linux-omap tree.
    The highlights of the patch are:
    - Clock updates by Tuukka Tikkanen, Juha Yrjola,
    Daniel Petrini and Tony Lindgren
    - DMA fixes by Imre Deak, Juha Yrjola and Daniel Petrini
    - Add support to dual-mode hardware timers by Lauri Leukkunen
    - GPIO support for 24xx by Paul Mundt
    - GPIO wake-up support by Tony Lindgren
    - Better GPIO interrupt handler to not lose interrupts by
    Ralph Walden and Ladislav Michl
    - Power Management updates by Tuukka Tikkanen
    - Make Power Management code use new SRAM functions by
    Tony Lindgren

    Signed-off-by: Tony Lindgren
    Signed-off-by: Russell King

    Tony Lindgren
     

11 Jul, 2005

2 commits