From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: [GIT PULL] Qualcomm Driver Updates for v4.9 Date: Fri, 2 Sep 2016 22:56:04 -0500 Message-ID: <1472874964-17800-1-git-send-email-andy.gross@linaro.org> Return-path: Received: from mail-oi0-f44.google.com ([209.85.218.44]:36824 "EHLO mail-oi0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753810AbcICD40 (ORCPT ); Fri, 2 Sep 2016 23:56:26 -0400 Received: by mail-oi0-f44.google.com with SMTP id r205so107512925oih.3 for ; Fri, 02 Sep 2016 20:56:07 -0700 (PDT) Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: arm@kernel.org Cc: Arnd Bergmann , Olof Johansson , Kevin Hilman , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-4.9 for you to fetch changes up to 23c282d62f573263db679e6b4c9f2da82aa24f96: rtc: rtc-pm8xxx: Add support for pm8018 rtc (2016-09-02 13:44:16 -0500) ---------------------------------------------------------------- Qualcomm ARM Based Driver Updates for v4.9 * Silence smem probe defer messages * Make scm explicitly non-modular * Assorted SMD bug fixes and minor changes * Add PM8018 RTC support ---------------------------------------------------------------- Bjorn Andersson (5): soc: qcom: smd: Correct compile stub prototypes soc: qcom: smd: Simplify multi channel handling soc: qcom: smd: Request irqs after parsing properties soc: qcom: smd: Represent smd edges as devices soc: qcom: smd: Reset rx tail rather than tx Neil Armstrong (1): rtc: rtc-pm8xxx: Add support for pm8018 rtc Paul Gortmaker (1): firmware: qcom_scm: make it explicitly non-modular Stephen Boyd (1): soc: qcom: smem: Silence probe defer error .../devicetree/bindings/mfd/qcom-pm8xxx.txt | 1 + drivers/firmware/qcom_scm.c | 19 +- drivers/rtc/rtc-pm8xxx.c | 1 + drivers/soc/qcom/smd.c | 265 ++++++++++++--------- drivers/soc/qcom/smem.c | 3 +- include/linux/soc/qcom/smd.h | 29 ++- 6 files changed, 191 insertions(+), 127 deletions(-)