Skip to content
  1. Jun 28, 2012
    • Linus Torvalds's avatar
      Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 2b256794
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "Here you find quite a few changes for HD-audio and a copule of quirk
        additions for USB-audio.  All reasonably small and/or trivial."
      
      * tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ALSA: hda - Fix power-map regression for HP dv6 & co
        ALSA: hda - Initialize caches at codec reconfiguration
        ALSA: hda - Fix memory leaks at module unload
        ALSA: hda - Fix memory leaks in Realtek & Conexant codec parsers
        ALSA: hda - Add Realtek ALC280 codec support
        ALSA: hda - Remove obsoleted CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKS
        ASoC: wm8994: remove duplicate code
        ALSA: usb-audio: add BOSS GT-100 support
        ALSA: HDA: Add inverted internal mic quirk for Lenovo S205
        ALSA: hda - Fix ALC272X codec detection
        ALSA: snd_usb_audio: ignore ctrl errors on QuickCam Pro for Notebooks
        ALSA: snd_usb_audio: ignore ctrl errors on QuickCam E3500
      2b256794
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu · 6ebfbe9a
      Linus Torvalds authored
      Pull a m68knommu fix from Greg Ungerer:
       "It contains a single fix for breakage using the Freescale FEC eth
        driver on ColdFire CPUs."
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
        m68knommu: define a local devm_clk_get() function
      6ebfbe9a
    • Linus Torvalds's avatar
      Merge tag 'mmc-fixes-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc · 843760c5
      Linus Torvalds authored
      Pull MMC fixes from Chris Ball:
      
       - omap_hsmmc: Using AUTO_CMD12 (enabled by default in 3.5-rc1) has
         been found to cause data corruption on the BeagleBoard, but no
         other OMAP boards so far.  Revert the patch until there's a root
         cause explanation that makes sense, at which point we might
         decide to use a blacklist or whitelist.
      
       - mmc_block: Fix incorrect data timeouts for the case of multiblock
         (ACMD22) writes for block-addressed cards.
      
      * tag 'mmc-fixes-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc:
        Revert "mmc: omap_hsmmc: Enable Auto CMD12"
        mmc: block: fix the data timeout issue with ACMD22
      843760c5
    • Linus Torvalds's avatar
      Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux · e04fb020
      Linus Torvalds authored
      Pull clk common framework fixes from Mike Turquette:
       "This contains three NULL pointer fixes and two device regression
        fixups.
      
        Two NULL pointer dereferences were in the common clk core due to lack
        of sanity checking and the third NPD was in the mxs-specific clock
        code due to incorrect use of __initdata.
      
        The device regressions were the result of improper data: a wrong
        string name for matching DT data broke the SPEAr ethernet controller
        and another string matching problem in the mxs clock data resulted in
        a broken MMC controller."
      
      * tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux:
        clk: mxs: fix clock lookup after freeing init memory
        clk: mxs: fix ref_io clock definition
        clk: Check parent for NULL in clk_change_rate
        clk: Allow late cache allocation for clk->parents
        clk: SPEAr600: Fix ethernet clock name for DT based probing
      e04fb020
    • Dave Jones's avatar
      chmod +x scripts/gfp-translate · 6b44695e
      Dave Jones authored
      
      
      This script lacks an executable bit.
      
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      6b44695e
  2. Jun 27, 2012
    • Ming Lei's avatar
      Revert "mmc: omap_hsmmc: Enable Auto CMD12" · fe852273
      Ming Lei authored
      This patch reverts the commit dba3c29e.
      
      After bisecting, this commit dba3c29e
      
       is found to ruin micro-SD card data
      (writing incorrect file, or fs is corrupt after several times mount)
      on the beagle-xm revB, and reverting the commit will fix the problem.
      
      Also from TRM of OMAP3/OMAP4/DM37x, the below is mentioned about
      the Auto CMD12 Enable bit.
              - SDIO does not support this feature.
              - SD card only.
      Looks it is not suitable to always enable Auto CMD12 in host controller
      driver.
      
      Considered that the commit is not mature enough, so ask to revert it
      first.
      
      Cc: Balaji T K <balajitk@ti.com>
      Cc: Venkatraman S <svenkatr@ti.com>
      Buglink: https://lkml.org/lkml/2012/6/10/225
      Reported-by: default avatarPaolo Pisati <p.pisati@gmail.com>
      Reported-bisected-and-tested-by: default avatarMing Lei <ming.lei@canonical.com>
      Signed-off-by: default avatarMing Lei <ming.lei@canonical.com>
      Acked-by: default avatarVenkatraman S <svenkatr@ti.com>
      Signed-off-by: default avatarChris Ball <cjb@laptop.org>
      fe852273
    • Subhash Jadavani's avatar
      mmc: block: fix the data timeout issue with ACMD22 · d380443c
      Subhash Jadavani authored
      
      
      If multi block write operation fails for SD card, during
      error handling we send the SD_APP_SEND_NUM_WR_BLKS (ACMD22)
      to know how many blocks were already programmed by card.
      
      But mmc_sd_num_wr_blocks() function which sends the ACMD22
      calculates the data timeout value from csd.tacc_ns and
      csd.tacc_clks parameters which will be 0 for block addressed
      (>2GB cards) SD card. This would result in timeout_ns and
      timeout_clks being 0 in the mmc_request passed to host driver.
      This means host controller would program its data timeout timer
      value with 0 which could result in DATA TIMEOUT errors from
      controller.
      
      To fix this issue, mmc_sd_num_wr_blocks() should instead
      just call the mmc_set_data_timeout() to calculate the
      data timeout value. mmc_set_data_timeout() function
      ensures that non zero timeout value is set even for
      block addressed SD cards.
      
      Signed-off-by: default avatarSubhash Jadavani <subhashj@codeaurora.org>
      Reviewed-by: default avatarVenkatraman S <svenkatr@ti.com>
      Signed-off-by: default avatarChris Ball <cjb@laptop.org>
      d380443c
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · d1346a6c
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Just two changes: one udl endian fix, one nouveau memory corruption on
        some GPUs."
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
        drm/nouveau/fbcon: using nv_two_heads is not a good idea
        drm/udl: Make sure to get correct endian keys from vendor descriptor
      d1346a6c
    • Linus Torvalds's avatar
      Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid · 60d2c252
      Linus Torvalds authored
      Pull HID fixes from Jiri Kosina:
       "The most important one is a purification of Kconfig for CONFIG_HID;
        the inclusion of HID groups and autoloading didn't leave the Kconfig
        in a really consistent state.  Henrik's patch fixes that.  In addition
        to that, there are two small fixes for logitech and magicmouse
        drivers."
      
      * 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
        HID: Fix the generic Kconfig options
        HID: magicmouse: Correct report range of major / minor axes
        HID: logitech: don't use stack based dj_report structures
      60d2c252
  3. Jun 26, 2012
  4. Jun 25, 2012
  5. Jun 24, 2012