Message ID | cover.1548233325.git.horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Simon Horman |
Headers | show
Return-Path: <linux-renesas-soc-owner@kernel.org> 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 34BDF1515 for <patchwork-linux-renesas-soc@patchwork.kernel.org>; Thu, 24 Jan 2019 15:12:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 23FCC310FA for <patchwork-linux-renesas-soc@patchwork.kernel.org>; Thu, 24 Jan 2019 15:12:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 21BFA310F0; Thu, 24 Jan 2019 15:12:44 +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=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6C5A7310F5 for <patchwork-linux-renesas-soc@patchwork.kernel.org>; Thu, 24 Jan 2019 15:12:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727996AbfAXPMm (ORCPT <rfc822;patchwork-linux-renesas-soc@patchwork.kernel.org>); Thu, 24 Jan 2019 10:12:42 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:39092 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727943AbfAXPMm (ORCPT <rfc822;linux-renesas-soc@vger.kernel.org>); Thu, 24 Jan 2019 10:12:42 -0500 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 8583C25B769; Fri, 25 Jan 2019 02:12:39 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1548342759; bh=issk7FBYbyy/2PSPtlN0wumYv5+re1LfxIW0OtXDvr8=; h=From:To:Cc:Subject:Date:From; b=cl2neZV6Bmm44KQvxpWyw7b9myX8vJK/iHI1OqMjlyTb1IsTfSzE5J3k2DIfrw/EK MdNn/tmi/CAfcCW7Y4b6nVCumC9dcLaQR1Ge8i4qIGLsI/aoZUIsrR4t0ra8EVd1j8 QdTsKLraoLIvBlPi93ePXp4DNPBdlCkar74Ystr4= Received: by reginn.horms.nl (Postfix, from userid 7100) id 8B287940471; Thu, 24 Jan 2019 16:12:37 +0100 (CET) From: Simon Horman <horms+renesas@verge.net.au> To: arm@kernel.org Cc: linux-renesas-soc@vger.kernel.org, Olof Johansson <olof@lixom.net>, Kevin Hilman <khilman@kernel.org>, Arnd Bergmann <arnd@arndb.de>, linux-arm-kernel@lists.infradead.org, Magnus Damm <magnus.damm@gmail.com>, Simon Horman <horms+renesas@verge.net.au> Subject: [GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.1 Date: Thu, 24 Jan 2019 16:12:32 +0100 Message-Id: <cover.1548233325.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: <linux-renesas-soc.vger.kernel.org> X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
[GIT,PULL] Renesas ARM64 Based SoC DT Updates for v5.1
|
expand
|
On Thu, Jan 24, 2019 at 4:12 PM Simon Horman <horms+renesas@verge.net.au> wrote: > > Hi Olof, Hi Kevin, Hi Arnd, > > Please consider these Renesas ARM64 based SoC DT updates for v5.1. > > I am sending this pull-request now as a number of patches > have accumulated in this branch. I expect to send a follow-up > pull-request closer to the usual rc6 timing. Pulled into arm/dt, thanks for sending these early! Arnd