From patchwork Fri Oct 11 08:49:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 11185039 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 327FF112B for ; Fri, 11 Oct 2019 08:49:28 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (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 CF0F42190F for ; Fri, 11 Oct 2019 08:49:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="ME1EuHCH" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF0F42190F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+608+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 4IZ0YY1556264xolfsr0XLiq; Fri, 11 Oct 2019 01:49:27 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.7323.1570783762252955457 for ; Fri, 11 Oct 2019 01:49:22 -0700 X-Received: by mail.kernel.org (Postfix) id B547321D7C; Fri, 11 Oct 2019 08:49:21 +0000 (UTC) X-Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 631C52190F; Fri, 11 Oct 2019 08:49:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 631C52190F X-Originating-IP: 2.139.156.91 X-Received: from localhost (91.red-2-139-156.staticip.rima-tde.net [2.139.156.91]) (Authenticated sender: gregory.clement@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 71D486000D; Fri, 11 Oct 2019 08:49:17 +0000 (UTC) From: Gregory CLEMENT To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Andrew Lunn , Jason Cooper , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: fixes for v5.4 (#1) Date: Fri, 11 Oct 2019 10:49:16 +0200 Message-ID: <87blunsm43.fsf@FE-laptop> MIME-Version: 1.0 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 X-Gm-Message-State: ODRMF3M5gKRvmB7Ph50jHhuDx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1570783767; bh=BYy2Mfv/6JDUBR2hTvd7ubwOLT4QVDRqPSco4xWdy8c=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=ME1EuHCHPWRdw7AN8vJmQVOYNn4anicb7VgRQ6Ql2hezMFkI1Jx+Wuq+l3yRNtbR9bm pe60e5qVVDrPjyOh52CjVHuA4Z8J3zZy3L6TyktcuQX3622IMXKltlEyw2wZs035VTsYF iv9bDleu17AOl2E7WDrZtZrUkZklV87YBYM= Hi, Here is the first pull request for fixes for mvebu for v5.4. Gregory The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-5.4-1 for you to fetch changes up to 187c195ac57fbb84a84ca07e93c6f16fd8edfbe4: arm64: dts: armada-3720-turris-mox: convert usb-phy to phy-supply (2019-10-09 09:08:04 +0200) ---------------------------------------------------------------- mvebu fixes for 5.4 (part 1) Fix regression on USB for Turris Mox (Armada 3720 based board) ---------------------------------------------------------------- Marek BehĂșn (1): arm64: dts: armada-3720-turris-mox: convert usb-phy to phy-supply arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-)