07 Mar, 2007

2 commits

  • * 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa:
    [ALSA] version 1.0.14rc3
    [ALSA] cmipci - Allow to disable integrated FM port
    [ALSA] hda-codec - Fix logic error in headphone mute for Conexant codecs
    [ALSA] hda-codec - Add missing Mic Boost for AD1986A codec
    [ALSA] ac97 - Add Thinkpad X31 and R40 to AD1981x blacklist
    [ALSA] Add missing sysfs device assignment for ALSA PCI drivers
    [ALSA] hda-codec - Define pin configs for MacBooks
    [ALSA] hda-codec - Add missing Mic Boost controls for ALC262
    [ALSA] soc - WM9712 PCM volume
    [ALSA] soc - Fix WM9712 register cache entry
    [ALSA] hda-codec - Add method for configuring Mac Pro without PCI SSID
    [ALSA] hda-codec - Add LFE support on Dell M90

    Linus Torvalds
     
  • Provide a module param "pool_mode" for sunrpc.ko which allows a sysadmin to
    choose the mode for mapping NFS thread service pools to CPUs. Values are:

    auto choose a mapping mode heuristically
    global (default, same as the pre-2.6.19 code) a single global pool
    percpu one pool per CPU
    pernode one pool per NUMA node

    Note that since 2.6.19 the hardcoded behaviour has been "auto", this patch
    makes the default "global".

    The pool mode can be changed after boot/modprobe using /sys, if the NFS and
    lockd services have been shut down. A useful side effect of this change is to
    fix a small memory leak when unloading the module.

    Signed-off-by: Greg Banks
    Signed-off-by: Neil Brown
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Greg Banks
     

06 Mar, 2007

2 commits

  • The driver didn't allow to disable the integrated FM port (if available),
    and this annoyed people who don't want FM port. Now fm_port=0 disables
    the FM port unconditionally. fm_port=1 is used for enabling the integrated
    FM port (as default).
    Also fixed the documentation about this option.
    Fix ALSA bug#2491.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     
  • Define pin configs for MacBook and MacBook Pro with STAC92xx codecs.
    The latter is detected automatically by checking codec SSID now.
    Also, fixed the documentation regarding available modeliof sigmatel
    codec chips.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     

05 Mar, 2007

3 commits

  • Add some documentation for the new and very useful io-accounting feature.
    It's being added to Documentation/filesystems/proc.txt

    Signed-off-by: Roland Kletzing
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Roland Kletzing
     
  • Since wext is being replaced as fast as we can (it'll probably stick around
    for legacy drivers though) and the wext/netlink stuff was never really
    used, this schedules it for removal.

    The removal schedule is tight but there are no users of the code, the main
    user of the wext user interface are the wireless-tools, they only have an
    alpha version using the netlink interface and even that is incomplete.

    Signed-off-by: Johannes Berg
    Signed-off-by: John W. Linville
    Cc: Jeff Garzik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Johannes Berg
     
  • * master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6:
    ide: make legacy IDE VLB modules check for the "probe" kernel params (v2)
    ide: remove some obsoleted kernel params (v2)
    ide/pci/delkin_cb.c: pci_module_init to pci_register_driver
    scc_pata: bugfix for checking DMA IRQ status
    ide: remove a ton of pointless #undef REALLY_SLOW_IO
    siimage: DRAC4 note
    adjust legacy IDE resource setting (v2)
    ide: fix pmac breakage
    ide-cs: Update device table
    ide: ide_get_best_pio_mode() returns incorrect IORDY setting (take 2)
    piix/slc90e66: more tuneproc() fixing (take 2)
    ide: fix drive side 80c cable check, take 2
    cmd64x: fix PIO mode setup (take 3)
    alim15x3: fix PIO mode setup

    Linus Torvalds
     

04 Mar, 2007

2 commits

  • Legacy IDE VLB host drivers didn't check for "probe" options when compiled
    as modules, which was obviously wrong as we don't want module to poke at
    random I/O ports by simply loading it. Fix it by adding "probe" module param
    to legacy IDE VLB host drivers.

    v2:
    * don't obsolete old "ide0=dtc2278/ht6560b/qd65xx/ali14xx/umc8672"
    IDE driver options yet (per Alan Cox's request) and enhance documentation

    Signed-off-by: Bartlomiej Zolnierkiewicz

    Bartlomiej Zolnierkiewicz
     
  • Remove

    * "hdx=serialize"
    * "idex=noautotune"
    * "idex=autotune"

    kernel params, they have been obsoleted for ages.

    "idex=serialize", "hdx=noautotune" and "hdx=autotune" are still available
    so there is no funcionality loss caused by this patch.

    v2:

    * fix CONFIG_BLK_DEV_4DRIVES=y build broken by version 1 of the patch
    [ /me wearing brown paper bag ]

    Signed-off-by: Bartlomiej Zolnierkiewicz

    Bartlomiej Zolnierkiewicz
     

02 Mar, 2007

4 commits


01 Mar, 2007

1 commit


27 Feb, 2007

2 commits

  • * master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
    [SPARC] uctrl: Check request_irq() return value.
    [SPARC64]: Update defconfig.
    [SPARC64] bbc_i2c: Fix kenvctrld eating %100 cpu.
    [SPARC64]: Fix arch_teardown_msi_irq().
    [SPARC64]: virt_irq_free only needed when CONFIG_PCI_MSI
    [SPARC]: Remove the broken SUN_AURORA driver.

    Linus Torvalds
     
  • The SUN_AURORA driver:
    - has been marked as BROKEN for more than two years and
    - is still marked as BROKEN.

    Drivers that had been marked as BROKEN for such a long time seem to be
    unlikely to be revived in the forseeable future.

    But if anyone wants to ever revive this driver, the code is still
    present in the older kernel releases.

    Signed-off-by: Adrian Bunk
    Signed-off-by: David S. Miller

    Adrian Bunk
     

24 Feb, 2007

1 commit

  • This patch (as859) makes the default USB autosuspend delay a module
    parameter of usbcore. By setting the delay value at boot time, users
    will be able to prevent the system from autosuspending devices which
    for some reason can't handle it.

    The patch also stores the autosuspend delay as a per-device value. A
    later patch will allow the user to change the value, tailoring the
    delay for each individual device. A delay value of 0 will prevent
    autosuspend.

    Signed-off-by: Alan Stern
    Signed-off-by: Greg Kroah-Hartman

    Alan Stern
     

21 Feb, 2007

18 commits


20 Feb, 2007

5 commits