1. 01 Jul, 2015 9 commits
  2. 25 Jun, 2015 6 commits
    • Kevin Hilman's avatar
      Merge tag 'armsoc-defconfig' into test-merge · 1a429fce
      Kevin Hilman authored
      ARM: SoC: defconfig updates for v4.2
      
      We keep collecting defconfig updates in a separate branch mostly to encourage
      people to handle them separately and avoid conflicts between different topics.
      
      Most of these are enablement of new SoCs, boards or drivers that have
      come in, or minor config refreshes due to reorderings in Kconfig
      files, etc. I.e. mostly minor churn of various kinds.
      
      Conflicts: None
      
      # gpg: Signature made Wed Jun 24 21:32:27 2015 PDT using RSA key ID D3FBC665
      # gpg: Good signature from "Kevin Hilman <khilman@deeprootsystems.com>"
      # gpg:                 aka "Kevin Hilman <khilman@linaro.org>"
      # gpg:                 aka "Kevin Hilman <khilman@kernel.org>"
      1a429fce
    • Kevin Hilman's avatar
      Merge tag 'armsoc-drivers' into test-merge · 32270e80
      Kevin Hilman authored
      ARM: SoC: driver updates for v4.2
      
      Some of these are for drivers/soc, where we're now putting
      SoC-specific drivers these days. Some are for other driver subsystems
      where we have received acks from the appropriate maintainers.
      
      Some highlights:
      
      - simple-mfd: document DT bindings and misc updates
      - migrate mach-berlin to simple-mfd for clock, pinctrl and reset
      - memory: support for Tegra132 SoC
      - memory: introduce tegra EMC driver for scaling memory frequency
      - misc. updates for ARM CCI and CCN busses
      
       Conflicts:
      	arch/arm64/boot/dts/arm/juno-motherboard.dtsi
      
       Trivial add/add conflict with our dt branch.
       Resolution: take both sides.
      
      # gpg: Signature made Wed Jun 24 21:32:17 2015 PDT using RSA key ID D3FBC665
      # gpg: Good signature from "Kevin Hilman <khilman@deeprootsystems.com>"
      # gpg:                 aka "Kevin Hilman <khilman@linaro.org>"
      # gpg:                 aka "Kevin Hilman <khilman@kernel.org>"
      
      # Conflicts:
      #	arch/arm64/boot/dts/arm/juno-motherboard.dtsi
      32270e80
    • Kevin Hilman's avatar
      Merge tag 'armsoc-dt' into test-merge · 39e79b87
      Kevin Hilman authored
      ARM: SoC: DT updates for v4.2
      
      As usual, quite a few device-tree updates in ARM land.  There was ome
      minor churn in DTs due to relicensing under a dual-license, and lots
      of little additions of new peripherals, features etc, but nothing
      really exciting to call to your attention.  Some higlights, focsuing
      on support for new SoCs and boards:
      
      - AT91: new boards: Overkiz,  Acme Systems' Arietta G25
      - tegra: HDA support
      - bcm: new platforms: Buffalo WXR-1900DHP, SmartRG SR400ac, ASUS RT-AC87U
      - mvebu: new platforms: Compulab CM-A510, Armada 385-based Linksys
        boards, DLink DNS-327L
      - OMAP: new platforms: Baltos IR5221, LogicPD Torpedo, Toby-Churchill SL50
      - ARM: added support for Juno r1 board
      - sunxi: A33 SoC support; new boards: A23 EVB, SinA33, GA10H-A33, Mele A1000G
      - imx: i.MX7D SoC support; new boards: Armadeus Systems APF6,
        Gateworks GW5510, and aristainetos2 boards
      - hisilicon: hi6220 SoC support; new boards: 96boards hikey
      
      Conflicts: None
      
      # gpg: Signature made Wed Jun 24 21:32:14 2015 PDT using RSA key ID D3FBC665
      # gpg: Good signature from "Kevin Hilman <khilman@deeprootsystems.com>"
      # gpg:                 aka "Kevin Hilman <khilman@linaro.org>"
      # gpg:                 aka "Kevin Hilman <khilman@kernel.org>"
      39e79b87
    • Kevin Hilman's avatar
      Merge tag 'armsoc-soc' into test-merge · 03fa6267
      Kevin Hilman authored
      ARM: SoC: platform support for v4.2
      
      Our SoC branch usually contains expanded support for new SoCs and
      other core platform code. Some highlights from this round:
      
      - sunxi: SMP support for A23 SoC
      - socpga: big-endian support
      - pxa: conversion to common clock framework
      - bcm: SMP support for BCM63138
      - imx: support new I.MX7D SoC
      - zte: basic support for ZX296702 SoC
      
       Conflicts:
      	arch/arm/mach-socfpga/core.h
      
      Trivial remove/remove conflict with our cleanup branch.
      Resolution: remove both sides
      
      # gpg: Signature made Wed Jun 24 21:32:12 2015 PDT using RSA key ID D3FBC665
      # gpg: Good signature from "Kevin Hilman <khilman@deeprootsystems.com>"
      # gpg:                 aka "Kevin Hilman <khilman@linaro.org>"
      # gpg:                 aka "Kevin Hilman <khilman@kernel.org>"
      
      # Conflicts:
      #	arch/arm/mach-socfpga/core.h
      03fa6267
    • Kevin Hilman's avatar
      Merge tag 'armsoc-cleanup' into test-merge · 8d2977bf
      Kevin Hilman authored
      ARM: SoC cleanups for v4.2
      
      A relatively small setup of cleanups this time around, and similar to last time
      the bulk of it is removal of legacy board support:
      
      - OMAP: removal of legacy (non-DT) booting for several platforms
      - i.MX: remove some legacy board files
      
      Conflicts: None
      
      # gpg: Signature made Wed Jun 24 21:32:09 2015 PDT using RSA key ID D3FBC665
      # gpg: Good signature from "Kevin Hilman <khilman@deeprootsystems.com>"
      # gpg:                 aka "Kevin Hilman <khilman@linaro.org>"
      # gpg:                 aka "Kevin Hilman <khilman@kernel.org>"
      8d2977bf
    • Arnd Bergmann's avatar
      ARM: hisi: revert changes from hisi/hip04-dt branch · 58c17967
      Arnd Bergmann authored
      This backs out all changes that were added in the hip04-dt
      branch after various boot problems were discovered in UEFI booting.
      Reported-by: default avatarTyler Baker <tyler.baker@linaro.org>
      Cc: Wei Xu <xuwei5@hisilicon.com>
      [khilman: minor changelog updates]
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      58c17967
  3. 24 Jun, 2015 1 commit
  4. 22 Jun, 2015 1 commit
  5. 21 Jun, 2015 1 commit
  6. 20 Jun, 2015 1 commit
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · 8f4ce072
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "A smattering of fixes,
      
        mgag200:
            don't accept modes that aren't aligned properly as hw can't do it
      
        i915:
            two regression fixes
      
        radeon:
            one query to allow userspace fixes
            one oops fixer for older hw with new options enabled"
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
        drm/radeon: don't probe MST on hw we don't support it on
        drm/radeon: Add RADEON_INFO_VA_UNMAP_WORKING query
        drm/mgag200: Reject non-character-cell-aligned mode widths
        Revert "drm/i915: Don't skip request retirement if the active list is empty"
        drm/i915: Always reset vma->ggtt_view.pages cache on unbinding
      8f4ce072
  7. 19 Jun, 2015 11 commits
  8. 18 Jun, 2015 7 commits
  9. 17 Jun, 2015 3 commits