1. 09 Sep, 2015 16 commits
    • Kevin Hilman's avatar
      Merge tag 'qcom-dt-for-4.3-rc2' of git://codeaurora.org/quic/kernel/agross-msm into next/late · 312146b5
      Kevin Hilman authored
      Qualcomm ARM Based Device Tree Updates for v4.3-rc2
      
      * Add labels for serial nodes to be used for aliasing and stdout-path
      * Add stdout-path for APQ8064 Compulab QS600
      * Add stdout-path for APQ8064 Inforce 6410
      * Add stdout-path for APQ8074 Dragonboard
      * Add stdout-path for APQ8084 Inforce 6540
      * Add stdout-path for APQ8084 MTP
      * Add stdout-path for IPQ8064 AP148
      * Add stdout-path for MSM8660 Surf
      * Add stdout-path for MSM8960 CDP
      * Add stdout-path for MSM8974 Xperia Honami
      
      * tag 'qcom-dt-for-4.3-rc2' of git://codeaurora.org/quic/kernel/agross-msm: (24 commits)
        ARM: dts: qcom: msm8974-sony-xperia-honami: Use stdout-path
        ARM: dts: qcom: msm8960-cdp: Use stdout-path
        ARM: dts: qcom: msm8660-surf: Use stdout-path
        ARM: dts: qcom: ipq8064-ap148: Use stdout-path
        ARM: dts: qcom: apq8084-mtp: Use stdout-path
        ARM: dts: qcom: apq8084-ifc6540: Use stdout-path
        ARM: dts: qcom: apq8074-dragonboard: Use stdout-path
        ARM: dts: qcom: apq8064-ifc6410: Use stdout-path
        ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path
        ARM: dts: qcom: Label serial nodes for aliasing and stdout-path
        ARM: dts: qs600: Add real regulators to sdcc
        ARM: dts: ifc6410: add real regulators for sdcc nodes.
        ARM: dts: apq8064: remove temporary fixed regulator for mmc
        ARM: dts: apq8064: fix missing gsbi cell-index
        ARM: dts: apq8064: Add DT support for GSBI6 and for UART pin mux
        ARM: dts: apq8064: add pm8921 mpp support
        ARM: dts: apq8064: Add pm8921 mfd and its gpio node
        ARM: dts: msm8974: Add smem reservation and node
        ARM: dts: msm8974: Add tcsr mutex node
        ARM: dts: qcom: Add ks8851 node for wired ethernet
        ...
      312146b5
    • Kevin Hilman's avatar
      Merge branch 'next/defconfig' into next/late · 7f981212
      Kevin Hilman authored
      * next/defconfig: (45 commits)
        ARM: multi_v7_defconfig: Enable PBIAS regulator
        ARM: add TC2 PM support to multi_v7_defconfig
        ARM: tegra: Update multi_v7_defconfig
        ARM: tegra: Update default configuration
        ARM: at91/defconfig: at91_dt: remove ARM_AT91_ETHER
        ARM: at91/defconfig: at91_dt: enable DRM hlcdc support
        ARM: at91: at91_dt_defconfig: enable ISI and ov2640 support
        ARM: multi_v7_defconfig: Enable Allwinner P2WI, PWM, DMA_SUN6I, cryptodev
        ARM: sunxi_defconfig: Enable DMA_SUN6I, P2WI, PWM, cryptodev, EXTCON, FHANDLE
        ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig
        ARM: multi_v7_defconfig: Select MX6UL and MX7D
        ARM: prima2_defconfig: enable build for hwspinlock
        ARM: prima2_defconfig: enable build for RTC
        ARM: prima2_defconfig: enable build for misc input
        ARM: prima2_defconfig: enable build for SiRFSoC SDHC host
        ARM: prima2_defconfig: fix the outdated defconfig
        ARM: imx_v6_v7_defconfig: Select CONFIG_IKCONFIG_PROC
        ARM: defconfig: orion5x: add DT support
        ARM: qcom_defconfig: Enable options for KS8851 ethernet
        ARM: multi_v7_defconfig: Enable support for PWM Regulators
        ...
      7f981212
    • Kishon Vijay Abraham I's avatar
      ARM: multi_v7_defconfig: Enable PBIAS regulator · ae1973a2
      Kishon Vijay Abraham I authored
      PBIAS regulator is required for MMC module in OMAP2, OMAP3, OMAP4,
      OMAP5 and DRA7 SoCs. Enable it here.
      Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      ae1973a2
    • Kevin Hilman's avatar
      Merge branch 'drivers/reset' into next/late · 71d44049
      Kevin Hilman authored
      * drivers/reset:
        reset: ath79: Fix missing spin_lock_init
        reset: Add (devm_)reset_control_get stub functions
        reset: reset-zynq: Adding support for Xilinx Zynq reset controller.
        docs: dts: Added documentation for Xilinx Zynq Reset Controller bindings.
        MIPS: ath79: Add the reset controller to the AR9132 dtsi
        reset: Add a driver for the reset controller on the AR71XX/AR9XXX
        devicetree: Add bindings for the ATH79 reset controller
        reset: socfpga: Update reset-socfpga to read the altr,modrst-offset property
        doc: dt: add documentation for lpc1850-rgu reset driver
        reset: add driver for lpc18xx rgu
        reset: sti: constify of_device_id array
        ARM: STi: DT: Move reset controller constants into common location
        MAINTAINERS: add include/dt-bindings/reset path to reset controller entry
      71d44049
    • Kevin Hilman's avatar
      Merge tag 'reset-for-4.3-fixes' of git://git.pengutronix.de/git/pza/linux into drivers/reset · 97380315
      Kevin Hilman authored
      Merge "Reset controller fixes for v4.3" from Philipp Zabel:
      
      Reset controller fixes for v4.3
      
      - added stubs to avoid build breakage in COMPILE_TEST
        configurations with RESET_CONTROLLER disabled
      - fixed missing spinlock initialization in ath79 driver
      
      * tag 'reset-for-4.3-fixes' of git://git.pengutronix.de/git/pza/linux:
        reset: ath79: Fix missing spin_lock_init
        reset: Add (devm_)reset_control_get stub functions
      97380315
    • Stephen Boyd's avatar
      ARM: dts: qcom: msm8974-sony-xperia-honami: Use stdout-path · 8f1dc3cf
      Stephen Boyd authored
      Use stdout-path so that we don't have to put the console on the
      kernel command line.
      
      Cc: Tim Bird <tim.bird@sonymobile.com>
      Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      8f1dc3cf
    • Stephen Boyd's avatar
      ARM: dts: qcom: msm8960-cdp: Use stdout-path · c0ed5959
      Stephen Boyd authored
      Use stdout-path so that we don't have to put the console on the
      kernel command line.
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      c0ed5959
    • Stephen Boyd's avatar
      ARM: dts: qcom: msm8660-surf: Use stdout-path · a9673108
      Stephen Boyd authored
      Use stdout-path so that we don't have to put the console on the
      kernel command line.
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      a9673108
    • Stephen Boyd's avatar
      ARM: dts: qcom: ipq8064-ap148: Use stdout-path · 9a61b3a3
      Stephen Boyd authored
      Use stdout-path so that we don't have to put the console on the
      kernel command line.
      
      Cc: Mathieu Olivari <mathieu@codeaurora.org>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      9a61b3a3
    • Stephen Boyd's avatar
      ARM: dts: qcom: apq8084-mtp: Use stdout-path · ccfdf7cd
      Stephen Boyd authored
      Use stdout-path so that we don't have to put the console on the
      kernel command line.
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      ccfdf7cd
    • Stephen Boyd's avatar
      ARM: dts: qcom: apq8084-ifc6540: Use stdout-path · d92c945d
      Stephen Boyd authored
      Use stdout-path so that we don't have to put the console on the
      kernel command line.
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      d92c945d
    • Stephen Boyd's avatar
      ARM: dts: qcom: apq8074-dragonboard: Use stdout-path · 5f769789
      Stephen Boyd authored
      Use stdout-path so that we don't have to put the console on the
      kernel command line.
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      5f769789
    • Stephen Boyd's avatar
      ARM: dts: qcom: apq8064-ifc6410: Use stdout-path · 7f9e28b6
      Stephen Boyd authored
      Use stdout-path so that we don't have to put the console on the
      kernel command line.
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      7f9e28b6
    • Stephen Boyd's avatar
      ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path · 4e19db11
      Stephen Boyd authored
      Use stdout-path so that we don't have to put the console on the
      kernel command line.
      
      Cc: Mike Rapoport <mike.rapoport@gmail.com>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      4e19db11
    • Stephen Boyd's avatar
      ARM: dts: qcom: Label serial nodes for aliasing and stdout-path · 10bfcfea
      Stephen Boyd authored
      Add a label to the serial nodes that are being used for the
      console.
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      10bfcfea
    • Andy Gross's avatar
      Merge tag 'qcom-dt-for-4.3' into v4.2-rc2 · 9f384d67
      Andy Gross authored
      Qualcomm ARM Based Device Tree Updates for v4.3
      
      * Switch to use pinctrl compatible for GPIOs
      * Add RPM regulators for MSM8960
      * Add SPI Ethernet support on MSM8960 CDP
      * Add SMEM support along with dependencies
      * Add PM8921 support for GPIO and MPP
      * Fix GSBI cell index
      * Switch to use real regulators on APQ8064 w/ SDCC
      9f384d67
  2. 01 Sep, 2015 2 commits
  3. 21 Aug, 2015 6 commits
    • Olof Johansson's avatar
      Merge tag 'tegra-for-4.3-defconfig' of... · ba5d183b
      Olof Johansson authored
      Merge tag 'tegra-for-4.3-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/defconfig
      
      ARM: tegra: Default configuration updates for v4.3-rc1
      
      Enable the GK20A GPU (via the Nouveau driver) and CPU frequency scaling
      on Tegra124.
      
      * tag 'tegra-for-4.3-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        ARM: tegra: Update multi_v7_defconfig
        ARM: tegra: Update default configuration
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      ba5d183b
    • Olof Johansson's avatar
      Merge tag 'samsung-defconfig-new' of... · 7c4ecc72
      Olof Johansson authored
      Merge tag 'samsung-defconfig-new' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/late
      
      Samsung defconfig updates for v4.3
      
      - for exynos_defconfig
        : enable SND_SOC_ODROIDX2 and SND_SIMPLE_CARD for
          Odroid-XU3 to use max98090 audio codec
        : enalbe SENSORS_NTC_THERMISTOR for Peach boards
        : enable cpufreq-dt driver with ONDEMAND governor
          for Exynos SoCs 3250, 4210, 4212, 4412 and 5250
      
      - for multi_v7_defconfig:
        : remove SAMSUNG_USB2PHY and SAMSUNG_USB3PHY are not used now
        : enable SENSORS_NTC_THERMISTOR and EXYNOS_ADC for Peach boards
        : enable REGULATOR_MAX77802 for Peach boards
      
      * tag 'samsung-defconfig-new' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        ARM: exynos_defconfig: Enable cpufreq-dt driver
        ARM: multi_v7_defconfig: Enable max77802 regulator
        ARM: exynos_defconfig: Enable NTC Thermistors support
        ARM: multi_v7_defconfig: Enable NTC Thermistors support
        ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs
        ARM: exynos_defconfig: Enable CONFIG_SND_SOC_ODROIDX2 for Odroid-XU3
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      7c4ecc72
    • Olof Johansson's avatar
      Merge tag 'samsung-late-cpufreq-driver' of... · deb14362
      Olof Johansson authored
      Merge tag 'samsung-late-cpufreq-driver' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/late
      
      Samsung cpufreq driver updates for v4.3
      
      - remove exynos4 SoCs and exynos5250 specific cpufreq driver support
        and unselectable rule for arm-exynos-cpufreq.o because of supporting
        generic cpufreq driver for the exynos SoCs
      
      * Note this is depending on tags/samsung-clk-driver, tags/samsung-soc
        and tags/samsung-late-dt
      
      * tag 'samsung-late-cpufreq-driver' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        cpufreq: exynos: Remove unselectable rule for arm-exynos-cpufreq.o
        cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support
        cpufreq: exynos: remove exynos5250 specific cpufreq driver support
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      deb14362
    • Olof Johansson's avatar
      Merge tag 'samsung-soc' of... · 418012fb
      Olof Johansson authored
      Merge tag 'samsung-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/late
      
      Samsung SoC updates for v4.3
      
      - add compatible string to exynos_cpufreq_matchs to switch for
        supporting generic cpufreq driver for exynos3250, 4210, 4212
        and 5250 SoCs in mach-exynos/
      
      * tag 'samsung-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        ARM: EXYNOS: switch to using generic cpufreq driver for exynos4x12
        ARM: EXYNOS: Add exynos3250 compatible to use generic cpufreq driver
        ARM: EXYNOS: switch to using generic cpufreq driver for exynos5250
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      418012fb
    • Olof Johansson's avatar
      Merge tag 'samsung-late-dt' of... · 819167e7
      Olof Johansson authored
      Merge tag 'samsung-late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/late
      
      Samsung 2nd DT updates for v4.3
      
      - for exynos3250, 4212, 4412 and 5250
        : add CPU OPP and regulator supply property
      
      - for exynos3250
        : add CPU cooling binding for exynos3250 boards
      
      - for exynos4 SoCs
        : add iommu property to JPEG device
      
      - for exynos4412-odroidu3
        : enable SPI1
      
      - for exynos5250-snow
        : add SPI CS
      
      - for exynos5422
        : add exynos5422-cpus.dtsi to correct cpu order
      
      * Note this branch is depending on tags/samsung-clk-driver
      
      * tag 'samsung-late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: (22 commits)
        ARM: dts: add iommu property to JPEG device for exynos4
        ARM: dts: enable SPI1 for exynos4412-odroidu3
        ARM: dts: Add SPI CS on exynos5250-snow
        ARM: dts: Add CPU cooling binding for exynos3250 boards
        ARM: dts: add exynos5422-cpus.dtsi to correct cpu order
        ARM: dts: add CPU OPP and regulator supply property for exynos4x12
        ARM: dts: Add CPU OPP and regulator supply property for exynos3250
        ARM: dts: add CPU OPP and regulator supply property for exynos5250
        ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of paths
        ARM: dts: Include exynos5420-pinctrl after the nodes were defined for exynos5420
        ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of paths
        ARM: dts: Include exynos5250-pinctrl after the nodes were defined for exynos5250
        ARM: dts: Enable thermal-zones for exynos5422-odroidxu3
        ARM: dts: Define default thermal-zones for exynos5422
        ARM: dts: Enable TMU for exynos5422-odroidxu3
        ARM: dts: Add pwm-fan node for exynos5422-odroidxu3
        ARM: dts: Use labels for overriding nodes for exynos4210-universal_c210
        ARM: dts: Set max17047 over heat and voltage thresholds for exynos4412-trats2
        ARM: dts: Enable USB3 regulators for exynos5422-odroidxu3
        ARM: dts: Clean up indentation for exynos5410-smdk5410
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      819167e7
    • Olof Johansson's avatar
      Merge tag 'samsung-clk-driver' of... · 6b077058
      Olof Johansson authored
      Merge tag 'samsung-clk-driver' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/late
      
      Samsung clk driver updates for v4.3
      
      - add cpu clock configuration data and instantiate cpu clock
        for exynos3250, 4210, 4412 and 5250 SoCs to support Samsung
        specific cpu-clock type
      
      * Note this branch has been provided to clk tree as a topic branch
      
      * tag 'samsung-clk-driver' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        clk: exynos4x12: add cpu clock configuration data and instantiate cpu clock
        clk: exynos3250: Add cpu clock configuration data and instaniate cpu clock
        clk: exynos5250: add cpu clock configuration data and instantiate cpu clock
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      6b077058
  4. 18 Aug, 2015 2 commits
  5. 16 Aug, 2015 1 commit
  6. 14 Aug, 2015 2 commits
  7. 13 Aug, 2015 11 commits