From patchwork Sat Mar 2 22:28:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 10836771 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 173D81390 for ; Sat, 2 Mar 2019 22:28:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DC2BA2A5DA for ; Sat, 2 Mar 2019 22:28:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B639C2A60F; Sat, 2 Mar 2019 22:28:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 324D42A5DA for ; Sat, 2 Mar 2019 22:28:37 +0000 (UTC) X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Sat, 02 Mar 2019 14:28:37 -0800 X-Received: by mail.kernel.org (Postfix) id 4EDE62087E; Sat, 2 Mar 2019 22:28:36 +0000 (UTC) X-Received: from mail-qt1-f194.google.com (mail-qt1-f194.google.com [209.85.160.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0FD0F20836; Sat, 2 Mar 2019 22:28:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0FD0F20836 X-Received: by mail-qt1-f194.google.com with SMTP id z25so1407196qti.13; Sat, 02 Mar 2019 14:28:35 -0800 (PST) X-Gm-Message-State: APjAAAU38ysuY++97PjM8IQ3FOxcSE8GvF/Go3ST6BUNf9o6xaTGrLpi vSgzV9VecHyIw6P4cjUvFQNx/i+efnnz99qA/nE= X-Google-Smtp-Source: APXvYqwEe3AtEXiMyf3Uk+io/gHndTg/voseNQA5z+Rh+dXRvQ4QSop0utEJ1YWk69layfxPdwnIhJ1MU30Y5M8UsEY= X-Received: by 2002:a0c:81ee:: with SMTP id 43mr8986770qve.180.1551565714881; Sat, 02 Mar 2019 14:28:34 -0800 (PST) MIME-Version: 1.0 From: Arnd Bergmann Date: Sat, 2 Mar 2019 23:28:17 +0100 Message-ID: Subject: [GIT PULL] ARM: SoC fixes for v5.0 To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Linux ARM , Linux Kernel Mailing List , arm-soc , soc@kernel.org Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1551565717; bh=En1F3qsSpSJenJSnPxwd69NhLjaTtVvAYLoBMqa9U4s=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Pe/LVddbvUwToFpYTuY7G3C51F4YG0HtA5/T/D63PIv6yFNr7ffjpp5rnO3WJRSbCWC WzHHopzflXNdOHip+k1zn9Jil30mWf/PGK3YUh6nefDn9ABVBNpOH48C3fm0VjwiNpQOU b4O1Prr0Cy5HWCtnrT7W1BU7Y7PROyCbt6I= X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 5908e6b738e3357af42c10e1183753c70a0117a9: Linux 5.0-rc8 (2019-02-24 16:46:45 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to 6089e65618dca3fc0e7ccd7a6315de62ebf893a4: Merge tag 'qcom-fixes-for-5.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/fixes (2019-03-01 15:08:16 +0100) ---------------------------------------------------------------- ARM: SoC fixes for v5.0 One more set of simple ARM platform fixes: - A boot regression on qualcomm msm8998 - Gemini display controllers got turned off by accident - incorrect reference counting in optee ---------------------------------------------------------------- Andy Gross (1): Merge tag 'qcom-fixes-for-5.0-rc3' into fixes-for-5.0-rc8 Arnd Bergmann (2): Merge tag 'tee-fix-for-v5.0' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes Merge tag 'qcom-fixes-for-5.0-rc8' of git://git.kernel.org/.../agross/linux into arm/fixes Julia Lawall (1): tee: optee: add missing of_node_put after of_device_is_available Linus Walleij (1): ARM: dts: gemini: Re-enable display controller Marc Gonzalez (1): arm64: dts: qcom: msm8998: Extend TZ reserved memory area arch/arm/boot/dts/gemini-dlink-dir-685.dts | 2 +- arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 +- drivers/tee/optee/core.c | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54): https://linux.kernel.org/g/patchwork-soc/message/54 Mute This Topic: https://linux.kernel.org/mt/30190727/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-