From patchwork Tue May 22 15:37:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 918396 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="0Dcng+y7"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40r0Cd03gXz9s16 for ; Wed, 23 May 2018 01:38:04 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id A391EC21DD4; Tue, 22 May 2018 15:38:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_BLOCKED, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 81786C21C6A; Tue, 22 May 2018 15:37:58 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 08A0CC21C6A; Tue, 22 May 2018 15:37:56 +0000 (UTC) Received: from conssluserg-06.nifty.com (conssluserg-06.nifty.com [210.131.2.91]) by lists.denx.de (Postfix) with ESMTPS id EF7CBC21C2F for ; Tue, 22 May 2018 15:37:55 +0000 (UTC) Received: from mail-vk0-f50.google.com (mail-vk0-f50.google.com [209.85.213.50]) (authenticated) by conssluserg-06.nifty.com with ESMTP id w4MFbjhs019013 for ; Wed, 23 May 2018 00:37:46 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com w4MFbjhs019013 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1527003466; bh=4cW7gzZhAcOsHARX25ROCY2fnC2nmTYpo+BIeRBlels=; h=From:Date:Subject:To:Cc:From; b=0Dcng+y7G2FScys7+1oeqkiD05nisHT9FrcQcPiS8RmzZtPbNe6spZWFjf0YvHljC nIoxor1xurEViEiKKhEpzdV+QiurwV/40i95T9h36iPbnMBAuBBLRD+6IstgizISOk JhJfxZt5ZuOEfhSarHhyRYJqGeJIkvFuGsNgO5W8w0VelrLiGtNWkuaeKpvxzZYb+q L4rb5J/cX+IJzsOT8JghAk7d7MVWwsV8cqrDqFOxseBgDokINg1tkvTtD5QuIsmNXT kIAFoOi0rmZZdSZbxUBesHzgmo5B3SWlLgYMS+fmN9h/k5ZdjFoXOdjl5tNgY+Uidr OQcYRenqOnjBw== X-Nifty-SrcIP: [209.85.213.50] Received: by mail-vk0-f50.google.com with SMTP id i185-v6so11181270vkg.3 for ; Tue, 22 May 2018 08:37:46 -0700 (PDT) X-Gm-Message-State: ALKqPwfNxbn1qf+ytJPdu0BN0IacA2+PMXzY60c/sD2S5sbw16IrDDpV edPADitS8dpUrE+OIowRPaJsdxQ63wc53kLSTjU= X-Google-Smtp-Source: AB8JxZoS4NbJMgrqBdf4rWfSGwpmsZiaOJ4uvT7ihJRmmJWNgOHZq5LD0fZoxrdnV4d9UsvcsNs3LhYiJJW0jhNJYPM= X-Received: by 2002:a1f:cc85:: with SMTP id c127-v6mr6788002vkg.166.1527003465133; Tue, 22 May 2018 08:37:45 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ab0:55d8:0:0:0:0:0 with HTTP; Tue, 22 May 2018 08:37:04 -0700 (PDT) From: Masahiro Yamada Date: Wed, 23 May 2018 00:37:04 +0900 X-Gmail-Original-Message-ID: Message-ID: To: Tom Rini Cc: U-Boot Mailing List Subject: [U-Boot] [GIT PULL] u-boot-uniphier/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Hi Tom, Please pull some more patches. Thanks. The following changes since commit 624d2cae3401c2e4d43c571a9b81d1f650e7703d: SPDX: Fixup SPDX tags in a few new files (2018-05-20 09:47:45 -0400) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git master for you to fetch changes up to c3d3e2a1ef7a84384ffb6ab107c6994e1656ebc6: ARM: dts: uniphier: sync with Linux 4.17-rc6 (2018-05-23 00:32:39 +0900) ---------------------------------------------------------------- Kunihiko Hayashi (4): ARM: dts: uniphier: add syscon-phy-mode property to each ethernet node ARM: dts: uniphier: add required clocks and resets to Pro4 ethernet node ARM: dts: uniphier: add clock-names and reset-names to ethernet node ARM: dts: uniphier: change phy-mode to 'internal' for LD11 Masahiro Yamada (2): ARM: uniphier: rename environment variable fdt_file to fdtfile ARM: dts: uniphier: sync with Linux 4.17-rc6 arch/arm/dts/uniphier-ld11.dtsi | 7 +++++-- arch/arm/dts/uniphier-ld20-ref.dts | 8 ++++++++ arch/arm/dts/uniphier-ld20.dtsi | 5 ++++- arch/arm/dts/uniphier-pro4.dtsi | 10 +++++++--- arch/arm/dts/uniphier-pxs2.dtsi | 3 +++ arch/arm/dts/uniphier-pxs3.dtsi | 8 +++++++- arch/arm/mach-uniphier/board_late_init.c | 4 ++-- include/configs/uniphier.h | 4 ++-- 8 files changed, 38 insertions(+), 11 deletions(-)