1. 09 Mar, 2014 3 commits
  2. 01 Mar, 2014 4 commits
  3. 28 Feb, 2014 14 commits
  4. 25 Feb, 2014 2 commits
    • Arnd Bergmann's avatar
      Merge tag 'mvebu-soc-3xx-3.15' of git://git.infradead.org/linux-mvebu into next/soc · 88dbede1
      Arnd Bergmann authored
      Merge "mvebu new SoCs for v3.15" from Jason Cooper:
      
       - mvebu
          - initial support for Armada 375, 380, and 385
      
      Depends:
       - tags/mvebu-soc-3.15 (resolves delete/rename hidden conflict)
      
      * tag 'mvebu-soc-3xx-3.15' of git://git.infradead.org/linux-mvebu:
        Documentation: arm: update Marvell documentation about Armada 375/38x
        ARM: mvebu: add initial support for the Armada 380/385 SOCs
        ARM: mvebu: add workaround for data abort issue on Armada 375
        ARM: mvebu: add initial support for the Armada 375 SOCs
        ARM: mvebu: add Armada 375 support to the system-controller driver
        ARM: mvebu: make CPU_PJ4B selection a per-SoC choice
        ARM: mvebu: rename DT machine structure for Armada 370/XP
        ARM: mvebu: rename armada-370-xp.c to board-v7.c
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      88dbede1
    • Arnd Bergmann's avatar
      Merge branch 'mvebu/soc' into next/soc · 4a70931b
      Arnd Bergmann authored
      Merge dependency for mvebu-soc-3xx branch from cleanups.
      
      * mvebu/soc:
        ARM: mvebu: remove unneeded ->map_io field for Armada 370/XP
        ARM: mvebu: make use of of_find_matching_node_and_match
        ARM: mvebu: Makefile clean-up
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      4a70931b
  5. 22 Feb, 2014 9 commits
  6. 21 Feb, 2014 1 commit
  7. 20 Feb, 2014 1 commit
    • Olof Johansson's avatar
      Merge tag 'qcom-soc-for-3.15' of... · 567acf8e
      Olof Johansson authored
      Merge tag 'qcom-soc-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/soc
      
      Merge "Qualcomm ARM Based SoC Updates for v3.15" from Kumar Gala:
      
      * Add support for determining smp ops based on device tree.
      * Add DT binding specs for Krait/Scorpion enable method
      * Add DT binding specs for various Krait Processor controller complexes
      * Add SoC SMP support for Krait Processor Subsystem v1 & v2
      
      * tag 'qcom-soc-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom:
        ARM: qcom: Add SMP support for KPSSv2
        ARM: qcom: Add SMP support for KPSSv1
        devicetree: bindings: Document qcom,saw2 node
        devicetree: bindings: Document qcom,kpss-acc
        devicetree: bindings: Document Krait/Scorpion cpus and enable-method
        ARM: qcom: Re-organize platsmp to make it extensible
        ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smp
        ARM: qcom: Rename various msm prefixed functions to qcom
        clocksource: qcom: split building of legacy vs multiplatform support
        ARM: qcom: Split Qualcomm support into legacy and multiplatform
        clocksource: qcom: Move clocksource code out of mach-msm
        ARM: msm: kill off hotplug.c
        ARM: msm: Remove pen_release usage
        ARM: dts: msm: split out msm8660 and msm8960 soc into dts include
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      567acf8e
  8. 16 Feb, 2014 6 commits
    • Linus Torvalds's avatar
      Linux 3.14-rc3 · 6d0abeca
      Linus Torvalds authored
      6d0abeca
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs · 3962dfbe
      Linus Torvalds authored
      Pull btrfs fixes from Chris Mason:
       "We have a small collection of fixes in my for-linus branch.
      
        The big thing that stands out is a revert of a new ioctl.  Users
        haven't shipped yet in btrfs-progs, and Dave Sterba found a better way
        to export the information"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
        Btrfs: use right clone root offset for compressed extents
        btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105
        Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol
        Btrfs: fix max_inline mount option
        Btrfs: fix a lockdep warning when cleaning up aborted transaction
        Revert "btrfs: add ioctl to export size of global metadata reservation"
      3962dfbe
    • Linus Torvalds's avatar
      Merge tag 'dt-fixes-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux · 4302a875
      Linus Torvalds authored
      Pull devicetree fixes from Rob Herring:
       "Fix booting on PPC boards.  Changes to of_match_node matching caused
        the serial port on some PPC boards to stop working.  Reverted the
        change and reimplement to split matching between new style compatible
        only matching and fallback to old matching algorithm"
      
      * tag 'dt-fixes-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
        of: search the best compatible match first in __of_match_node()
        Revert "OF: base: match each node compatible against all given matches first"
      4302a875
    • Kevin Hao's avatar
      of: search the best compatible match first in __of_match_node() · 06b29e76
      Kevin Hao authored
      Currently, of_match_node compares each given match against all node's
      compatible strings with of_device_is_compatible.
      
      To achieve multiple compatible strings per node with ordering from
      specific to generic, this requires given matches to be ordered from
      specific to generic. For most of the drivers this is not true and also
      an alphabetical ordering is more sane there.
      
      Therefore, this patch introduces a function to match each of the node's
      compatible strings against all given compatible matches without type and
      name first, before checking the next compatible string. This implies
      that node's compatibles are ordered from specific to generic while
      given matches can be in any order. If we fail to find such a match
      entry, then fall-back to the old method in order to keep compatibility.
      
      Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      Signed-off-by: default avatarKevin Hao <haokexin@gmail.com>
      Tested-by: default avatarStephen Chivers <schivers@csc.com>
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      06b29e76
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending · 946dd683
      Linus Torvalds authored
      Pull SCSI target fixes from Nicholas Bellinger:
       "Mostly minor fixes this time to v3.14-rc1 related changes.  Also
        included is one fix for a free after use regression in persistent
        reservations UNREGISTER logic that is CC'ed to >= v3.11.y stable"
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending:
        Target/sbc: Fix protection copy routine
        IB/srpt: replace strict_strtoul() with kstrtoul()
        target: Simplify command completion by removing CMD_T_FAILED flag
        iser-target: Fix leak on failure in isert_conn_create_fastreg_pool
        iscsi-target: Fix SNACK Type 1 + BegRun=0 handling
        target: Fix missing length check in spc_emulate_evpd_83()
        qla2xxx: Remove last vestiges of qla_tgt_cmd.cmd_list
        target: Fix 32-bit + CONFIG_LBDAF=n link error w/ sector_div
        target: Fix free-after-use regression in PR unregister
      946dd683
    • Linus Torvalds's avatar
      Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · 2d0ef4fb
      Linus Torvalds authored
      Pull i2c fixes from Wolfram Sang:
       "i2c has a bugfix and documentation improvements for you"
      
      * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        Documentation: i2c: mention ACPI method for instantiating devices
        Documentation: i2c: describe devicetree method for instantiating devices
        i2c: mv64xxx: refactor message start to ensure proper initialization
      2d0ef4fb