01 Aug, 2007

1 commit


18 Jul, 2007

1 commit


17 Jul, 2007

1 commit

  • Make some offending drivers depend on it and set CONFIG_ARCH_NO_VIRT_TO_BUS
    for ppc64 so that we don't build those drivers.

    This gets PowerPC allmodconfig and allyesconfig much closer to building.

    Signed-off-by: Stephen Rothwell
    Cc: Al Viro
    Acked-by: David Miller
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Stephen Rothwell
     

09 May, 2007

2 commits


12 Feb, 2007

2 commits


08 Dec, 2006

1 commit


04 Oct, 2006

3 commits

  • * git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (39 commits)
    Add missing maintainer countries in CREDITS
    Fix bytes kilobytes typo in Kconfig for ramdisk
    fix a typo in Documentation/pi-futex.txt
    BUG_ON conversion for fs/xfs/
    BUG_ON() conversion in fs/nfsd/
    BUG_ON conversion for fs/reiserfs
    BUG_ON cleanups in arch/i386
    BUG_ON cleanup in drivers/net/tokenring/
    BUG_ON cleanup for drivers/md/
    kerneldoc-typo in led-class.c
    debugfs: spelling fix
    rcutorture: Fix incorrect description of default for nreaders parameter
    parport: Remove space in function calls
    Michal Wronski: update contact info
    Spelling fix: "control" instead of "cotrol"
    reboot parameter in Documentation/kernel-parameters.txt
    Fix copy&waste bug in comment in scripts/kernel-doc
    remove duplicate "until" from kernel/workqueue.c
    ite_gpio fix tabbage
    fix file specification in comments
    ...

    Fixed trivial path conflicts due to removed files:
    arch/mips/dec/boot/decstation.c, drivers/char/ite_gpio.c

    Linus Torvalds
     
  • Signed-off-by: Adrian Bunk

    Matt LaPlante
     
  • As per feature-removal-schedule.txt.

    Signed-off-by: Yoichi Yuasa
    Acked-by: Alan Cox
    Signed-off-by: Ralf Baechle

    Yoichi Yuasa
     

02 Sep, 2006

1 commit


09 Aug, 2006

1 commit


30 Jun, 2006

1 commit


27 Jun, 2006

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (40 commits)
    kbuild: trivial fixes in Makefile
    kbuild: adding symbols in Kconfig and defconfig to TAGS
    kbuild: replace abort() with exit(1)
    kbuild: support for %.symtypes files
    kbuild: fix silentoldconfig recursion
    kbuild: add option for stripping modules while installing them
    kbuild: kill some false positives from modpost
    kbuild: export-symbol usage report generator
    kbuild: fix make -rR breakage
    kbuild: append -dirty for updated but uncommited changes
    kbuild: append git revision for all untagged commits
    kbuild: fix module.symvers parsing in modpost
    kbuild: ignore make's built-in rules & variables
    kbuild: bugfix with initramfs
    kbuild: modpost build fix
    kbuild: check license compatibility when building modules
    kbuild: export-type enhancement to modpost.c
    kbuild: add dependency on kernel.release to the package targets
    kbuild: `make kernelrelease' speedup
    kconfig: KCONFIG_OVERWRITECONFIG
    ...

    Linus Torvalds
     

26 Jun, 2006

1 commit


20 Jun, 2006

1 commit

  • The current HAL2 Kconfig description indicates it is only used on SGI
    Indy systems, however all members of the Indigo2 Family have this sound
    card as well. Plus a minor grammatical fix is included.

    Signed-off-by: Joshua Kinard
    Signed-off-by: Ralf Baechle

    Kumba
     

09 Jun, 2006

1 commit


28 Apr, 2006

1 commit


20 Apr, 2006

2 commits

  • There was a report of a regression in the ALSA driver for the same
    hardware.

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     
  • Update the schedule for the removal of drivers depending on
    OBSOLETE_OSS_DRIVER as follows:

    - adjust OBSOLETE_OSS_DRIVER dependencie
    - from the release of 2.6.16 till the release of 2.6.17:
    approx. two months for users to report problems with the ALSA
    drivers for the same hardware
    - after the release of 2.6.17 (and before 2.6.18):
    remove the subset of drivers marked at OBSOLETE_OSS_DRIVER without
    known regressions in the ALSA drivers for the same hardware

    Additionally, correct some OBSOLETE_OSS_DRIVER dependencies.
    A rationale of the changes is in
    http://lkml.org/lkml/2006/1/28/135

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     

09 Nov, 2005

1 commit


24 Aug, 2005

2 commits


28 Jun, 2005

1 commit


26 Jun, 2005

1 commit

  • SOUND_PRIME (for OSS) is a tristate.

    This doesn't make much sense if most users are checking for
    SOUND_PRIME!=0.

    This patch changes the semantics of SOUND_PRIME to being a limit for all
    OSS modules, IOW: SOUND_PRIME=m does now say that all OSS drivers can
    only be modular.

    As a side effect, since SOUND_PRIME already depends on SOUND, there's no
    longer a reason for drivers depending on SOUND_PRIME to additionally
    depend on SOUND.

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     

01 Jun, 2005

1 commit


28 May, 2005

1 commit

  • This patch adds dummy gameport_register_port, gameport_unregister_port
    and gameport_set_phys functions to gameport.h for the case when a driver
    can't use gameport.

    This fixes the compilation of some OSS drivers with GAMEPORT=n without
    the need to #if inside every single driver.

    This patch also removes the non-working and now obsolete SOUND_GAMEPORT.

    This patch is also an alternative solution for ALSA drivers with similar
    problems (but #if's inside the drivers might have the advantage of
    saving some more bytes of gameport is not available).

    The only user-visible change is that for GAMEPORT=m the affected OSS
    drivers are now allowed to be built statically (but they won't have
    gameport support).

    Signed-off-by: Adrian Bunk
    Signed-off-by: Vojtech Pavlik
    Signed-off-by: Dmitry Torokhov

    Adrian Bunk
     

17 Apr, 2005

2 commits

  • Compiling SOUND_AD1889 with PCI=n results in the following compile
    error:

    sound/built-in.o(.text+0x24f0c): In function `ad1889_remove':
    : undefined reference to `pci_release_region'

    This patch adds the missing dependency on PCI.

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     
  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds