From patchwork Fri Feb 22 22:23:33 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 10827059 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 CF27113B5 for ; Fri, 22 Feb 2019 22:23:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B915C32A7F for ; Fri, 22 Feb 2019 22:23:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ACED832AB1; Fri, 22 Feb 2019 22:23:53 +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 0AAC232A7F for ; Fri, 22 Feb 2019 22:23:52 +0000 (UTC) X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 22 Feb 2019 14:23:51 -0800 X-Received: by mail.kernel.org (Postfix) id 6A92A206C0; Fri, 22 Feb 2019 22:23:51 +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 3A81920675; Fri, 22 Feb 2019 22:23:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3A81920675 X-Received: by mail-qt1-f194.google.com with SMTP id b8so4329520qtr.9; Fri, 22 Feb 2019 14:23:51 -0800 (PST) X-Gm-Message-State: AHQUAuZtgVWGxOjdd3SXzyOmgKmdTNH7uNFBz73B17+Nbu2exMCgX08o PcuTeqt5fhXQDA6kx0FtRk1U/NNIEpegLcqOKCg= X-Google-Smtp-Source: AHgI3Ibwppi4MVqZhb6qRVVg+LL6tEM+cl0hJIclw6j8T/1qTDncK5AY9WA5lNXQb3SSJdeyS4pg0Y+1ZeLK0KeU8TQ= X-Received: by 2002:a0c:b05a:: with SMTP id l26mr4929954qvc.40.1550874230273; Fri, 22 Feb 2019 14:23:50 -0800 (PST) MIME-Version: 1.0 From: Arnd Bergmann Date: Fri, 22 Feb 2019 23:23:33 +0100 Message-ID: Subject: [GIT PULL] ARM: SoC fixes for 5.0 To: Linuxkernel+Patchwork-Soc via Email Integration Cc: arm-soc , soc@kernel.org, Linux ARM , Linux Kernel Mailing List 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=1550874232; bh=Uh8t0mGmOwTNca7p91g6B+WKccFJuGXvzX8+458zvng=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=mHkQzwilIpq6LLOAcQK+JTqbxKZ7sO3PWoDC090DS0fal+mrE7s9A8V92/HVFo5gaEh pzkANH7WvgHsDni309Ri5Hx3tEfJqrF7k6lnf+Y7lLv08Jxyb6k7bX7nMUoxgr/h/MuQU XCz3iTZ1oMOol/lzMk3FVOJYtdfZP3DM2rs= X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438: Linux 5.0-rc7 (2019-02-17 18:46:40 -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 2f8b1ce19ebdaffa0f3f11d178b387b60e29c0fc: Merge tag 'mvebu-fixes-5.0-2' of git://git.infradead.org/linux-mvebu into arm/fixes (2019-02-22 14:58:41 +0100) ---------------------------------------------------------------- ARM: SoC fixes for 5.0 Only a handful of device tree fixes, all simple enough: NVIDIA Tegra: - Fix a regression for booting on chromebooks TI OMAP: - Two fixes PHY mode on am335x reference boards Marvell mvebu: - A regression fix for Armada XP NAND flash controllers - An incorrect reset signal on the clearfog board Signed-off-by: Arnd Bergmann ---------------------------------------------------------------- Arnd Bergmann (2): Merge tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes Merge tag 'mvebu-fixes-5.0-2' of git://git.infradead.org/linux-mvebu into arm/fixes Baruch Siach (1): arm64: dts: clearfog-gt-8k: fix SGMII PHY reset signal Peter Ujfalusi (2): ARM: dts: am335x-evmsk: Fix PHY mode for ethernet ARM: dts: am335x-evm: Fix PHY mode for ethernet Thierry Reding (1): ARM: tegra: Restore DT ABI on Tegra124 Chromebooks Thomas Petazzoni (1): ARM: dts: armada-xp: fix Armada XP boards NAND description Tony Lindgren (1): Merge branch 'am335x-phy-fixes' into omap-for-v5.0/fixes-v2 arch/arm/boot/dts/am335x-evm.dts | 2 +- arch/arm/boot/dts/am335x-evmsk.dts | 4 ++-- arch/arm/boot/dts/armada-xp-db.dts | 46 +++++++++++++++++++----------------- arch/arm/boot/dts/armada-xp-gp.dts | 13 ++++++---- arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 85 ++++++++++++++++++++++++++++++++++-------------------------------- arch/arm/boot/dts/tegra124-nyan.dtsi | 17 +++++++++++++- arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts | 2 +- 7 files changed, 96 insertions(+), 73 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#35): https://linux.kernel.org/g/patchwork-soc/message/35 Mute This Topic: https://linux.kernel.org/mt/30004024/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] -=-=-=-=-=-=-=-=-=-=-=-