From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751365AbdBFHLO (ORCPT ); Mon, 6 Feb 2017 02:11:14 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:38414 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750932AbdBFHLN (ORCPT ); Mon, 6 Feb 2017 02:11:13 -0500 MIME-Version: 1.0 In-Reply-To: <8f51ef7e000e57e1fa861188d421ad1bfd9af86a.1486320544.git-series.maxime.ripard@free-electrons.com> References: <8f51ef7e000e57e1fa861188d421ad1bfd9af86a.1486320544.git-series.maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Mon, 6 Feb 2017 15:10:45 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/9] ARM: sun5i: A10s: Switch the EMAC pins indices To: Maxime Ripard Cc: Chen-Yu Tsai , linux-arm-kernel , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 6, 2017 at 2:49 AM, Maxime Ripard wrote: > One of the pins group for the EMAC can be used by all the SoCs of the sun5i > family, and as such can be moved to the common DTSI. > > Unfortunately, this group is the second one we declare in our DT for now. > Make it the first one so that it's more logical and consistent with the > rest of our DTs before moving it. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Mon, 6 Feb 2017 15:10:45 +0800 Subject: [PATCH 1/9] ARM: sun5i: A10s: Switch the EMAC pins indices In-Reply-To: <8f51ef7e000e57e1fa861188d421ad1bfd9af86a.1486320544.git-series.maxime.ripard@free-electrons.com> References: <8f51ef7e000e57e1fa861188d421ad1bfd9af86a.1486320544.git-series.maxime.ripard@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 6, 2017 at 2:49 AM, Maxime Ripard wrote: > One of the pins group for the EMAC can be used by all the SoCs of the sun5i > family, and as such can be moved to the common DTSI. > > Unfortunately, this group is the second one we declare in our DT for now. > Make it the first one so that it's more logical and consistent with the > rest of our DTs before moving it. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai