22 Nov, 2006

1 commit


18 Mar, 2006

4 commits


31 Jan, 2006

1 commit


01 Dec, 2005

1 commit

  • There are currently two IPW_DEBUG options in drivers/net/wireless/Kconfig
    (one for ipw2100 and one for ipw2200). The attached patch splits it into
    IPW2100_DEBUG and IPW2200_DEBUG.

    Signed-off-by: Brice Goglin
    Cc: "James P. Ketrenos"
    Cc: Jeff Garzik
    Signed-off-by: Andrew Morton
    Signed-off-by: Jeff Garzik

    Brice Goglin
     

19 Nov, 2005

1 commit


10 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 Nov, 2005

3 commits


22 Sep, 2005

1 commit


26 Aug, 2005

1 commit

  • From: Adrian Bunk

    This patch contains the following possible cleanups:
    - make needlessly global code static
    - remove the unused IPW_DEBUG_ENABLED

    Signed-off-by: Adrian Bunk
    Signed-off-by: Jiri Benc

    Jiri Benc
     

28 Jun, 2005

3 commits


28 May, 2005

2 commits