From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752687AbdAZLXv (ORCPT ); Thu, 26 Jan 2017 06:23:51 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:51520 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752351AbdAZLXt (ORCPT ); Thu, 26 Jan 2017 06:23:49 -0500 MIME-Version: 1.0 In-Reply-To: <20170126101529.j3fuku4hyy3pbge3@lukather> References: <20170124023230.3990-1-wens@csie.org> <20170124023230.3990-11-wens@csie.org> <20170126101529.j3fuku4hyy3pbge3@lukather> From: Chen-Yu Tsai Date: Thu, 26 Jan 2017 19:23:25 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header To: Maxime Ripard Cc: Chen-Yu Tsai , Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , linux-clk , linux-arm-kernel , devicetree , linux-kernel , linux-sunxi 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 Thu, Jan 26, 2017 at 6:15 PM, Maxime Ripard wrote: > On Tue, Jan 24, 2017 at 10:32:29AM +0800, Chen-Yu Tsai wrote: >> All dts files for the sunxi platform have been switched to the generic >> pinconf bindings. As a result, the sunxi specific pinctrl macros are >> no longer used. >> >> Remove the #include entry with the following command: >> >> sed -i -e '/pinctrl\/sun4i-a10.h/D' \ >> arch/arm64/boot/dts/allwinner/*.dts? >> >> Signed-off-by: Chen-Yu Tsai > > Applied, thanks! > > Maybe we should also remove the header entirely? I don't know. What do we do about deprecated bindings? ChenYu From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header Date: Thu, 26 Jan 2017 19:23:25 +0800 Message-ID: References: <20170124023230.3990-1-wens@csie.org> <20170124023230.3990-11-wens@csie.org> <20170126101529.j3fuku4hyy3pbge3@lukather> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20170126101529.j3fuku4hyy3pbge3@lukather> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Maxime Ripard Cc: Chen-Yu Tsai , Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , linux-clk , linux-arm-kernel , devicetree , linux-kernel , linux-sunxi List-Id: devicetree@vger.kernel.org On Thu, Jan 26, 2017 at 6:15 PM, Maxime Ripard wrote: > On Tue, Jan 24, 2017 at 10:32:29AM +0800, Chen-Yu Tsai wrote: >> All dts files for the sunxi platform have been switched to the generic >> pinconf bindings. As a result, the sunxi specific pinctrl macros are >> no longer used. >> >> Remove the #include entry with the following command: >> >> sed -i -e '/pinctrl\/sun4i-a10.h/D' \ >> arch/arm64/boot/dts/allwinner/*.dts? >> >> Signed-off-by: Chen-Yu Tsai > > Applied, thanks! > > Maybe we should also remove the header entirely? I don't know. What do we do about deprecated bindings? ChenYu -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Thu, 26 Jan 2017 19:23:25 +0800 Subject: [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header In-Reply-To: <20170126101529.j3fuku4hyy3pbge3@lukather> References: <20170124023230.3990-1-wens@csie.org> <20170124023230.3990-11-wens@csie.org> <20170126101529.j3fuku4hyy3pbge3@lukather> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 26, 2017 at 6:15 PM, Maxime Ripard wrote: > On Tue, Jan 24, 2017 at 10:32:29AM +0800, Chen-Yu Tsai wrote: >> All dts files for the sunxi platform have been switched to the generic >> pinconf bindings. As a result, the sunxi specific pinctrl macros are >> no longer used. >> >> Remove the #include entry with the following command: >> >> sed -i -e '/pinctrl\/sun4i-a10.h/D' \ >> arch/arm64/boot/dts/allwinner/*.dts? >> >> Signed-off-by: Chen-Yu Tsai > > Applied, thanks! > > Maybe we should also remove the header entirely? I don't know. What do we do about deprecated bindings? ChenYu