Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565434 > unrolled thread
| Started by | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| First post | 2017-01-24 03:40 +0100 |
| Last post | 2017-01-27 21:50 +0100 |
| Articles | 4 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header Chen-Yu Tsai <wens@csie.org> - 2017-01-24 03:40 +0100
Re: [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-01-26 11:20 +0100
Re: [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header Chen-Yu Tsai <wens@csie.org> - 2017-01-26 12:30 +0100
Re: [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-01-27 21:50 +0100
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Date | 2017-01-24 03:40 +0100 |
| Subject | [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header |
| Message-ID | <t2ZbA-6F4-23@gated-at.bofh.it> |
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 <wens@csie.org>
---
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 99b6bb1e141c..6ec831177b22 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -44,7 +44,6 @@
#include <dt-bindings/clock/sun50i-a64-ccu.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
-#include <dt-bindings/pinctrl/sun4i-a10.h>
#include <dt-bindings/reset/sun50i-a64-ccu.h>
/ {
--
2.11.0
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2017-01-26 11:20 +0100 |
| Subject | Re: [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header |
| Message-ID | <t3PjP-65h-13@gated-at.bofh.it> |
| In reply to | #1565434 |
[Multipart message — attachments visible in raw view] — view raw
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 <wens@csie.org> Applied, thanks! Maybe we should also remove the header entirely? Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Date | 2017-01-26 12:30 +0100 |
| Subject | Re: [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header |
| Message-ID | <t3QpA-6Hl-23@gated-at.bofh.it> |
| In reply to | #1567271 |
On Thu, Jan 26, 2017 at 6:15 PM, Maxime Ripard <maxime.ripard@free-electrons.com> 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 <wens@csie.org> > > Applied, thanks! > > Maybe we should also remove the header entirely? I don't know. What do we do about deprecated bindings? ChenYu
[toc] | [prev] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2017-01-27 21:50 +0100 |
| Subject | Re: [PATCH 10/11] arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h header |
| Message-ID | <t4lD3-ro-11@gated-at.bofh.it> |
| In reply to | #1567336 |
[Multipart message — attachments visible in raw view] — view raw
On Thu, Jan 26, 2017 at 07:23:25PM +0800, Chen-Yu Tsai wrote: > On Thu, Jan 26, 2017 at 6:15 PM, Maxime Ripard > <maxime.ripard@free-electrons.com> 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 <wens@csie.org> > > > > Applied, thanks! > > > > Maybe we should also remove the header entirely? > > I don't know. What do we do about deprecated bindings? Well, we have to support the old device trees, but I don't think to be expected to still compile them from the source Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web