Message ID | 1516279689-3119-1-git-send-email-hayashi.kunihiko@socionext.com |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 10.46.64.27 with SMTP id n27csp111342lja; Thu, 18 Jan 2018 04:48:17 -0800 (PST) X-Google-Smtp-Source: ACJfBovdtR6dH6FFnYRHFGT1YAFb7MEa5e/ZuOHU4qKm6YEtlUnQp4ZZ97F1AWzso7UjjjdtuT6S X-Received: by 10.101.77.207 with SMTP id q15mr11406166pgt.163.1516279697288; Thu, 18 Jan 2018 04:48:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516279697; cv=none; d=google.com; s=arc-20160816; b=wXzfR7NVcXZbE33pO8CiOOUap5UlIkq9ZhrBFnsGkudEkv+ESvRAUmyDqk9FzEeIpK Mccqn+kP+Y6PgTVacvVxRh6QW0UZmIj9GyR5BqEFbaQvMv60Tad/J2zvA44b1h3XBZDb uoN8XLAkYUy1uLED0Zg3nAb2J1E33enXQFAj0d4KEvYCzPvkh8Hl+USY+5TxWW6NE0bj 1h2gccqvm2SukO9lQz/9hhpHMHM+KQCKeScVUZMu0jISYXQi/jG9N07docwUfDtijPWJ huXzWOYqVbILGyX5tDdT0EXXW21j2s5fAIlBEx5VHCkNAItzsbcF4Lm6vJJDLrKDvRSd HhvA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=A9ax7WTKFl5OXmaakbmq+jmfT3M2sO0zu82uGBM2nIc=; b=G77gT8toeHZdHQtd38N2CRA+pYOVugf8IDjpeE8EUq3jn1w+6pWp8Q4UFy2QqMA5nd xEuiskQ8msgmiVFG//x5tfhxCyJd3iMFTjn2McTkpX5ypA2BbJJ4b6Lykkfa9U7yjpAu Rcj7144nLpcnaTN1+8+z4WXx7ofs2Di9GvfapiR64bfzJnxWSS+F/iVNjrSK5QlzQL7D R1s1loT+E8vCaabKIY91sekDQgpg5ynmnQe1VxNOtXyCZyPnfS59GJ5P6U6R9CUngJV9 8gNwU3ZWZqQvm2NxL3Yh8cpVViN3i1CU0+TtFFp/5AE0LiIBZCjXN16wyMKZB2Yn3uqU yjXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: <devicetree-owner@vger.kernel.org> Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g1si6595465pfj.303.2018.01.18.04.48.17; Thu, 18 Jan 2018 04:48:17 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755346AbeARMsQ (ORCPT <rfc822;vaibhav.hiremath@linaro.org> + 6 others); Thu, 18 Jan 2018 07:48:16 -0500 Received: from mx.socionext.com ([202.248.49.38]:44641 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754927AbeARMsQ (ORCPT <rfc822;devicetree@vger.kernel.org>); Thu, 18 Jan 2018 07:48:16 -0500 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 18 Jan 2018 21:48:15 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id 0E148600BE; Thu, 18 Jan 2018 21:48:15 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 18 Jan 2018 21:48:20 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 7B41D1A0DED; Thu, 18 Jan 2018 21:48:14 +0900 (JST) From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> To: Masahiro Yamada <yamada.masahiro@socionext.com>, linux-arm-kernel@lists.infradead.org Cc: Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, devicetree@vger.kernel.org, Masami Hiramatsu <masami.hiramatsu@linaro.org>, Jassi Brar <jaswinder.singh@linaro.org>, Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Subject: [PATCH 0/2] add ethernet nodes for UniPhier SoCs Date: Thu, 18 Jan 2018 21:48:07 +0900 Message-Id: <1516279689-3119-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: <devicetree.vger.kernel.org> X-Mailing-List: devicetree@vger.kernel.org |
Series |
add ethernet nodes for UniPhier SoCs
|
expand
|