From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew McClintock Subject: [PATCH 00/17] Additional IPQ4019 platform support Date: Wed, 23 Mar 2016 17:04:55 -0500 Message-ID: <1458770712-10880-1-git-send-email-mmcclint@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:53097 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751595AbcCWWF3 (ORCPT ); Wed, 23 Mar 2016 18:05:29 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: andy.gross@linaro.org, linux-arm-msm@vger.kernel.org Cc: qca-upstream.external@qca.qualcomm.com, Matthew McClintock This series adds the following: - Bugfixes for pinctrl for ipq4019 - Bugfixes for clk for ipq4019 - Watchdog chagnes for alternate register layouts - Reset, SPI, I2C added to device trees - cpufreq driver for ipq4019 and required device tree changes - device tree changes for crypto - device tree changes for using DMA with serial Matthew McClintock (17): pinctrl: qcom: ipq4019: set ngpios to correct value pinctrl: qcom: ipq4019: fix the function enum for gpio mode pinctrl: qcom: ipq4019: fix register offsets clk: qcom: ipq4019: switch remaining defines to enums clk: qcom: ipq4019: add some fixed clocks for ddrppl and fepll watchdog: qcom: update device tree bindings watchdog: qcom: add option for standalone watchdog not in timer block watchdog: qcom: configure BARK time in addition to BITE time watchdog: qcom: add kpss-standalone to device tree binding qcom: ipq4019: add watchdog node to ipq4019 SoC and DK01 device tree qcom: ipq4019: add support for reset via qcom,ps-hold qcom: ipq4019: add spi node to ipq4019 SoC and DK01 device tree qcom: ipq4019: add i2c node to ipq4019 SoC and DK01 device tree cpufreq: ipq4019: add cpufreq driver qcom: ipq4019: add cpu operating points for cpufreq support qcom: ipq4019: add crypto nodes to ipq4019 SoC and DK01 device tree qcom: ipq4019: add DMA nodes to ipq4019 SoC and DK01 device tree .../devicetree/bindings/watchdog/qcom-wdt.txt | 6 +- arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | 53 +++++++++++++ arch/arm/boot/dts/qcom-ipq4019.dtsi | 92 ++++++++++++++++++++++ drivers/clk/qcom/gcc-ipq4019.c | 70 ++++++++-------- drivers/cpufreq/Kconfig.arm | 9 +++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/ipq4019-cpufreq.c | 35 ++++++++ drivers/pinctrl/qcom/pinctrl-ipq4019.c | 14 ++-- drivers/watchdog/qcom-wdt.c | 74 ++++++++++++----- 9 files changed, 289 insertions(+), 65 deletions(-) create mode 100644 drivers/cpufreq/ipq4019-cpufreq.c -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project