From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753648AbdCFK7i (ORCPT ); Mon, 6 Mar 2017 05:59:38 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:53804 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752967AbdCFK7g (ORCPT ); Mon, 6 Mar 2017 05:59:36 -0500 MIME-Version: 1.0 In-Reply-To: <1681991488797167@web29m.yandex.ru> References: <20170305233138.64574-1-icenowy@aosc.xyz> <20170305233138.64574-2-icenowy@aosc.xyz> <20170306103535.jdaiwr65gtrhh7jp@lukather> <1681991488797167@web29m.yandex.ru> From: Chen-Yu Tsai Date: Mon, 6 Mar 2017 18:48:34 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] Re: [PATCH v7 1/6] ARM: dts: sun8i: drop skeleton.dtsi inclusion in H3 DTSI To: Icenowy Zheng Cc: Maxime Ripard , Rob Herring , Chen-Yu Tsai , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-sunxi@googlegroups.com" 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, Mar 6, 2017 at 6:46 PM, Icenowy Zheng wrote: > > > 06.03.2017, 18:35, "Maxime Ripard" : >> Hi, >> >> On Mon, Mar 06, 2017 at 07:31:33AM +0800, Icenowy Zheng wrote: >>> The skeleton.dtsi file is now deprecated, and do not exist in ARM64 >>> environment. >>> >>> Since we will soon reuse most part of H3 DTSI for H5, which is an ARM64 >>> chip, drop skeleton.dtsi inclusion now. >>> >>> Signed-off-by: Icenowy Zheng >> >> Your prefix (and in the three later patches) should be >> ARM: sun8i: h3 > > Oh I think we never added SoC name in prefix... It's better to add them for sun8i, which encompasses a whole bunch of SoCs, unlike the older sun[4-7]i. Even sun5i patches have them. ChenYu From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: Re: [PATCH v7 1/6] ARM: dts: sun8i: drop skeleton.dtsi inclusion in H3 DTSI Date: Mon, 6 Mar 2017 18:48:34 +0800 Message-ID: References: <20170305233138.64574-1-icenowy@aosc.xyz> <20170305233138.64574-2-icenowy@aosc.xyz> <20170306103535.jdaiwr65gtrhh7jp@lukather> <1681991488797167@web29m.yandex.ru> Reply-To: wens-jdAy2FN1RRM@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <1681991488797167-2RFDN0mQWyRxpj1cXAZ9Bg@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Icenowy Zheng Cc: Maxime Ripard , Rob Herring , Chen-Yu Tsai , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org" List-Id: devicetree@vger.kernel.org On Mon, Mar 6, 2017 at 6:46 PM, Icenowy Zheng wrote: > > > 06.03.2017, 18:35, "Maxime Ripard" : >> Hi, >> >> On Mon, Mar 06, 2017 at 07:31:33AM +0800, Icenowy Zheng wrote: >>> The skeleton.dtsi file is now deprecated, and do not exist in ARM64 >>> environment. >>> >>> Since we will soon reuse most part of H3 DTSI for H5, which is an ARM64 >>> chip, drop skeleton.dtsi inclusion now. >>> >>> Signed-off-by: Icenowy Zheng >> >> Your prefix (and in the three later patches) should be >> ARM: sun8i: h3 > > Oh I think we never added SoC name in prefix... It's better to add them for sun8i, which encompasses a whole bunch of SoCs, unlike the older sun[4-7]i. Even sun5i patches have them. ChenYu From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Mon, 6 Mar 2017 18:48:34 +0800 Subject: [linux-sunxi] Re: [PATCH v7 1/6] ARM: dts: sun8i: drop skeleton.dtsi inclusion in H3 DTSI In-Reply-To: <1681991488797167@web29m.yandex.ru> References: <20170305233138.64574-1-icenowy@aosc.xyz> <20170305233138.64574-2-icenowy@aosc.xyz> <20170306103535.jdaiwr65gtrhh7jp@lukather> <1681991488797167@web29m.yandex.ru> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Mar 6, 2017 at 6:46 PM, Icenowy Zheng wrote: > > > 06.03.2017, 18:35, "Maxime Ripard" : >> Hi, >> >> On Mon, Mar 06, 2017 at 07:31:33AM +0800, Icenowy Zheng wrote: >>> The skeleton.dtsi file is now deprecated, and do not exist in ARM64 >>> environment. >>> >>> Since we will soon reuse most part of H3 DTSI for H5, which is an ARM64 >>> chip, drop skeleton.dtsi inclusion now. >>> >>> Signed-off-by: Icenowy Zheng >> >> Your prefix (and in the three later patches) should be >> ARM: sun8i: h3 > > Oh I think we never added SoC name in prefix... It's better to add them for sun8i, which encompasses a whole bunch of SoCs, unlike the older sun[4-7]i. Even sun5i patches have them. ChenYu