1. 20 3月, 2013 1 次提交
  2. 16 3月, 2013 3 次提交
    • A
      Merge branch 'spear/multiplatform' into next/multiplatform · 3a768d04
      Arnd Bergmann 提交于
      The spear platform has been cleaned up a lot by Viresh
      Kumar, and is relatively easy to convert to multiplatform,
      getting us one more step closer to having all ARMv7
      platforms included.
      
      I originally did this before 3.8 but merging it never
      worked out so far, mostly because of conflicts against
      patches in the DMA tree, but also because I did not push very
      hard for these.
      
      * spear/multiplatform:
        ARM: spear: enable spear13xx in multi_v7_defconfig
        ARM: spear: fix build error in restart.c
        ARM: spear: use multiplatform configuration options.
        ARM: spear: rename duplicate pl080_plat_data
        ARM: spear: make clock driver independent of headers
        ARM: spear: move generic.h and pl080.h into private dir
        ARM: spear: move all files to mach-spear
        ARM: spear: move spear.h and misc_regs.h into plat-spear
        ARM: spear: merge Kconfig files
        ARM: spear: make spear3xx/6xx mach/spear.h files identical
        ARM: spear: move identical headers to plat-spear/include/mach
        ARM: spear: unify mach/generic.h and mach/irqs.h
        ARM: spear13xx: make mach/dma.h local
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      3a768d04
    • A
      Merge branch 'cns3xxx/multiplatform' into next/multiplatform · b83e139c
      Arnd Bergmann 提交于
      I've looked at all the platforms recently to see what their
      state is. cns3xxx seems quite clean but not very actively
      maintained. Since it is really easy to convert to multiplatform,
      that's what I did here.
      
      * cns3xxx/multiplatform:
        ARM: cns3xxx: initial DT support
        ARM: cns3xxx: enable multiplatform support
        ARM: cns3xxx: move debug_ll code to include/debug/
        ARM: cns3xxx: enable sparse IRQ support
        ARM: cns3xxx: make mach header files local
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      b83e139c
    • A
      Merge tag 'nomadik-multiplatform' of... · 0203e0f7
      Arnd Bergmann 提交于
      Merge tag 'nomadik-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/multiplatform
      
      From Linus Walleij <linus.walleij@linaro.org>:
      
      Multiplatform support for the Nomadik
      - Get rid of the last header files in the <mach/*> namespace
      - Move the debug macro to the common place
      - Make the necessary Kconfig fixes and move the platform Kconfig
        fragment down to the mach directory.
      - Include necessary defconfig update to get the platform going.
      
      * tag 'nomadik-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik:
        ARM: nomadik: delete remnant include files
        ARM: nomadik: convert to multiplatform
        ARM: nomadik: move debugmacro to debug includes
        ARM: nomadik: delete IRQ header
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      0203e0f7
  3. 15 3月, 2013 5 次提交
  4. 13 3月, 2013 13 次提交
  5. 11 3月, 2013 1 次提交
  6. 10 3月, 2013 2 次提交
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace · 72932611
      Linus Torvalds 提交于
      Pull namespace bugfixes from Eric Biederman:
       "This is three simple fixes against 3.9-rc1.  I have tested each of
        these fixes and verified they work correctly.
      
        The userns oops in key_change_session_keyring and the BUG_ON triggered
        by proc_ns_follow_link were found by Dave Jones.
      
        I am including the enhancement for mount to only trigger requests of
        filesystem modules here instead of delaying this for the 3.10 merge
        window because it is both trivial and the kind of change that tends to
        bit-rot if left untouched for two months."
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
        proc: Use nd_jump_link in proc_ns_follow_link
        fs: Limit sys_mount to only request filesystem modules (Part 2).
        fs: Limit sys_mount to only request filesystem modules.
        userns: Stop oopsing in key_change_session_keyring
      72932611
    • L
      Atmel MXT touchscreen: increase reset timeouts · 8343bce1
      Linus Torvalds 提交于
      There is a more complete atmel patch-series out by Nick Dyer that fixes
      this and other things, but in the meantime this is the minimal thing to
      get the touchscreen going on (at least my) Pixel Chromebook.
      
      Not that I want my dirty fingers near that beautiful screen, but it
      seems that a non-initialized touchscreen will also end up being a
      constant wakeup source, so you have to disable it to go to sleep.  And
      it's easier to just fix the initialization sequence.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8343bce1
  7. 09 3月, 2013 15 次提交