19 Mar, 2010

1 commit


17 Mar, 2010

2 commits


16 Mar, 2010

3 commits


15 Mar, 2010

5 commits


14 Mar, 2010

1 commit


13 Mar, 2010

2 commits

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (56 commits)
    doc: fix typo in comment explaining rb_tree usage
    Remove fs/ntfs/ChangeLog
    doc: fix console doc typo
    doc: cpuset: Update the cpuset flag file
    Fix of spelling in arch/sparc/kernel/leon_kernel.c no longer needed
    Remove drivers/parport/ChangeLog
    Remove drivers/char/ChangeLog
    doc: typo - Table 1-2 should refer to "status", not "statm"
    tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments
    No need to patch AMD-provided drivers/gpu/drm/radeon/atombios.h
    devres/irq: Fix devm_irq_match comment
    Remove reference to kthread_create_on_cpu
    tree-wide: Assorted spelling fixes
    tree-wide: fix 'lenght' typo in comments and code
    drm/kms: fix spelling in error message
    doc: capitalization and other minor fixes in pnp doc
    devres: typo fix s/dev/devm/
    Remove redundant trailing semicolons from macros
    fix typo "definetly" -> "definitely" in comment
    tree-wide: s/widht/width/g typo in comments
    ...

    Fix trivial conflict in Documentation/laptops/00-INDEX

    Linus Torvalds
     
  • * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (370 commits)
    ARM: S3C2443: Add set_rate and round_rate calls for armdiv clock
    ARM: S3C2443: Remove #if 0 for clk_mpll
    ARM: S3C2443: Update notes on MPLLREF clock
    ARM: S3C2443: Further clksrc-clk conversions
    ARM: S3C2443: Change to using plat-samsung clksrc-clk implementation
    USB: Fix s3c-hsotg build following Samsung platform header moves
    ARM: S3C64XX: Reintroduce unconditional build of audio device
    ARM: 5961/1: ux500: fix CLKRST addresses
    ARM: 5977/1: arm: Enable backtrace printing on oops when PC is corrupted
    ASoC: Fix S3C64xx IIS driver for Samsung header reorg
    ARM: S3C2440: Fix plat-s3c24xx move of s3c2440/s3c2442 support
    [ARM] pxa: fix typo in mxm8x10.h
    [ARM] pxa/raumfeld: set GPIO drive bits for LED pins
    [ARM] pxa/zeus: Add support for mcp2515 CAN bus
    [ARM] pxa/zeus: Add support for onboard max6369 watchdog
    [ARM] pxa/zeus: Add Eurotech as the manufacturer
    [ARM] pxa/zeus: Correct the USB host initialisation flags
    [ARM] pxa/zeus: Allow usage of 8250-compatible UART in uncompress
    [ARM] pxa: refactor uncompress.h for non-PXA uarts
    [ARM] mmp2: fix incorrect calling of chip->mask_ack() for 2nd level cascaded IRQs
    ...

    Linus Torvalds
     

10 Mar, 2010

3 commits


09 Mar, 2010

3 commits


08 Mar, 2010

13 commits

  • Conflicts:
    Documentation/filesystems/proc.txt
    arch/arm/mach-u300/include/mach/debug-macro.S
    drivers/net/qlge/qlge_ethtool.c
    drivers/net/qlge/qlge_main.c
    drivers/net/typhoon.c

    Jiri Kosina
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6: (26 commits)
    ALSA: hdmi - show debug message on changing audio infoframe
    ALSA: hdmi - merge common code for intelhdmi and nvhdmi
    ALSA: hda - Add ASRock mobo to MSI blacklist
    ALSA: hda: uninitialized variable fix
    ALSA: hda: Use LPIB for a Biostar Microtech board
    ALSA: usb/audio.h: Fix field order
    ALSA: fix jazz16 compile (udelay)
    ALSA: hda: Use LPIB for Dell Latitude 131L
    ALSA: hda - Build hda_eld into snd-hda-codec module
    ALSA: hda - Support NVIDIA MCP89 and GT21x hdmi audio
    ALSA: hda - Support max codecs to 8 for nvidia hda controller
    ALSA: riptide: clean up while loop
    ALSA: usbaudio - remove debug "SAMPLE BYTES" printk line
    ALSA: timer - pass real event in snd_timer_notify1() to instance callback
    ALSA: oxygen: change || to &&
    ALSA: opti92x: use PnP data to select Master Control port
    ASoC: fix ak4104 register array access
    ASoC: soc_pcm_open: Add missing bailout tag
    ALSA: usbaudio: Fix wrong bitrate for Creative Creative VF0470 Live Cam
    ALSA: ua101: removing debugging code
    ...

    Linus Torvalds
     
  • Since alc_auto_create_input_ctls() doesn't set the elements for the
    secondary ADCs, "Input Source" elemtns for these also get empty, resulting
    in buggy outputs of alsactl like:
    control.14 {
    comment.access 'read write'
    comment.type ENUMERATED
    comment.count 1
    iface MIXER
    name 'Input Source'
    index 1
    value 0
    }

    This patch fixes alc_mux_enum_*() (and others) to fall back to the
    first entry if the secondary input mux is empty.

    Signed-off-by: Takashi Iwai
    Cc:

    Takashi Iwai
     
  • Fix a wrong value passed to snd_hda_check_board_codec_sid_config() as
    the upper-limit in parse_alc268(), so that any wrong value can't be
    passed.

    So far, no bogus value was set in the quirk entries, so this won't give
    any behavioral changes.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • Takashi Iwai
     
  • Takashi Iwai
     
  • Takashi Iwai
     
  • Also change printk level for the two others.

    Signed-off-by: Wu Fengguang
    Signed-off-by: Takashi Iwai

    Wu Fengguang
     
  • Create patch_hdmi.c to hold common code from intelhdmi and nvhdmi.

    For now the patch_hdmi.c file is simply included by patch_intelhdmi.c
    and patch_nvhdmi.c, and does not represent a real codec.

    There are no behavior changes to intelhdmi. However nvhdmi made several
    changes when copying code out of intelhdmi, which are all reverted in
    this patch. Wei Ni confirmed that the reverted code actually works fine.

    Tested-by: Wei Ni
    Signed-off-by: Wu Fengguang
    Signed-off-by: Takashi Iwai

    Wu Fengguang
     
  • * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6: (66 commits)
    mfd: Fix ucb1x00 build failure for collie_defconfig
    mfd: Fix lpc_sch related depends/selects, fix build error
    gpio: Fix sch_gpio warning
    gpio: add Intel SCH GPIO controller driver
    i2c: convert i2c-isch to platform_device
    mfd: Use completion interrupt for WM831x AUXADC
    mfd: Use completion interrupt for WM835x AUXADC
    mfd: Introduce remove_script function for twl4030
    mfd/mmc: SDHI Kconfig update
    mfd: sh_mobile_sdhi MMC_CAP_MMC_HIGHSPEED support
    gpiolib: Force wm831x GPIOs into GPIO mode when requested
    mfd: Add WM831x revision B support
    gpiolib: Correct debugfs display of WM831x GPIO inversion
    gpiolib: Actually set output state in wm831x_gpio_direction_output()
    tmio_mmc: Balance cell enable()/disable() calls
    tmio_mmc: Remove const from platform data V3
    tmio_mmc: Use 100ms mmc_detect_change() delay
    tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2
    tmio_mmc: Keep card-detect interrupts enabled
    mfd: Add twl6030 base addr for ID0, ID1, ID2
    ...

    Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (26 commits)
    sh: Convert sh to use read/update_persistent_clock
    sh: Move PMB debugfs entry initialization to later stage
    sh: Fix up flush_cache_vmap() on SMP.
    sh: fix up MMU reset with variable PMB mapping sizes.
    sh: establish PMB mappings for NUMA nodes.
    sh: check for existing mappings for bolted PMB entries.
    sh: fixed virt/phys mapping helpers for PMB.
    sh: make pmb iomapping configurable.
    sh: reworked dynamic PMB mapping.
    sh: Fix up cpumask_of_pcibus() for the NUMA build.
    serial: sh-sci: Tidy up build warnings.
    sh: Fix up ctrl_read/write stragglers in migor setup.
    serial: sh-sci: Add DMA support.
    dmaengine: shdma: extend .device_terminate_all() to record partial transfer
    sh: merge sh7722 and sh7724 DMA register definitions
    sh: activate runtime PM for dmaengine on sh7722 and sh7724
    dmaengine: shdma: add runtime PM support.
    dmaengine: shdma: separate DMA headers.
    dmaengine: shdma: convert to platform device resources
    dmaengine: shdma: fix DMA error handling.
    ...

    Linus Torvalds
     
  • The headphone detect and charger are using the IRQ numbers so need
    to take account of irq_base with the genirq conversion. I obviously
    picked the wrong system for initial testing.

    Signed-off-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Mark Brown
     
  • To better match genirq.

    Signed-off-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Mark Brown
     

07 Mar, 2010

3 commits


05 Mar, 2010

4 commits

  • Commit eaa9b3a748539651f50e3a234c8854e1b42a839a introduced the following
    uninitialized warning:

    sound/pci/hda/patch_realtek.c: In function 'set_capture_mixer':
    sound/pci/hda/patch_realtek.c:4928: warning: 'pin' is used uninitialized in this function
    sound/pci/hda/patch_realtek.c:4918: note: 'pin' was declared here

    It appears indeed that 'pin' needs to be initialized to 0.

    Signed-off-by: Frederik Deweerdt
    Signed-off-by: Takashi Iwai

    Frederik Deweerdt
     
  • BugLink: https://launchpad.net/bugs/523953

    The OR has verified that position_fix=1 is necessary to work around
    errors on his machine.

    Reported-by: MMarking
    Cc:
    Signed-off-by: Daniel T Chen
    Signed-off-by: Takashi Iwai

    Daniel T Chen
     
  • While trying to compile jazz16 isa sound driver on alpha (2.6.33+git), I
    found a compile failure in jazz16.c (udelay is unknown). Fix it by
    including delay.h.

    Signed-foo-by: Meelis Roos
    Signed-off-by: Takashi Iwai

    Meelis Roos
     
  • The reorgs of the Samsung headers have moved the GPIO bank definitions
    from plat/ to mach/ - the IIS driver needs to be updated to take care
    of this.

    Signed-off-by: Mark Brown
    Signed-off-by: Ben Dooks

    Mark Brown