1. 08 3月, 2012 2 次提交
  2. 05 3月, 2012 3 次提交
    • A
      drm/gma500: Fix Cedarview boot failures in 3.3-rc · 91982b58
      Alan Cox 提交于
      Production GMA3600/3650 hardware turns out to be subtly different to the
      development platforms. This combined with a minor driver bug is causing
      the kernel to hang on these platforms.
      
      This patch does the following
      
      - turn down a couple of messages that were meant to be debug and are
        causing much confusion
      
      - ensure the hotplug interrupt is disabled on Cedartrail systems.
      
      - fix a bug where gtt roll mode called psbfb_sync, which tries to sync
        the 2D engine. On other devices it is harmless as the 2D engine is
        present but not in use when in gtt roll mode, on Cedartrail it causes
        a hang
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      91982b58
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 · a5939eef
      Linus Torvalds 提交于
      MFD fixes from Samuel Ortiz:
       "This is the pull request for the MFD fixes for 3.3.  We have a few
        NULL pointer dereferences fixes, an ACPI conflict check fix, and a
        couple of wm8994 fixes."
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6:
        mfd: Correct readability of WM8994 DC servo 4E register
        mfd: Initialize tps65912 irq platform data properly
        mfd: Fix ACPI conflict check
        mfd: Fix ab8500 error path bug
        mfd: Test for jack detection when deciding if wm8994 should suspend
        mfd: Initialize tps65910 irq platform data properly
        mfd: Fix possible s5m null pointer dereference
        mfd: wm8350 variable dereferenced before check
      a5939eef
    • L
      vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.c · 5483f18e
      Linus Torvalds 提交于
      It's only used inside fs/dcache.c, and we're going to play games with it
      for the word-at-a-time patches.  This time we really don't even want to
      export it, because it really is an internal function to fs/dcache.c, and
      has been since it was introduced.
      
      Having it in that extremely hot header file (it's included in pretty
      much everything, thanks to <linux/fs.h>) is a disaster for testing
      different versions, and is utterly pointless.
      
      We really should have some kind of header file diet thing, where we
      figure out which parts of header files are really better off private and
      only result in more expensive compiles.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5483f18e
  3. 04 3月, 2012 5 次提交
  4. 03 3月, 2012 13 次提交
  5. 02 3月, 2012 8 次提交
  6. 01 3月, 2012 9 次提交