Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241840
| From | Kukjin Kim <kgene@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/5] ARM: dts: Use GPIO constants for flags cells in exynos boards |
| Date | 2015-10-08 00:50 +0200 |
| Message-ID | <qh5H4-1L2-21@gated-at.bofh.it> (permalink) |
| References | <qgWNr-5TU-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/07/15 22:14, Javier Martinez Canillas wrote: > Hello, > > This series contains trivial patches that use the GPIO constants > defined in include/dt-bindings/gpio/gpio.h to express GPIO polarity > instead of numeric values. > > There is no functional change and the compiled dtbs are unchanged but > is a good practice to use the defined macros instead of magic numbers > since that makes the DTS more readable. > > Since the changes are trivial, I thought that split the changes per > board DTS would create an unnecessary churn but a single patch would > maybe be harder to review so I decided that split it by SoC family > would be a good trade off. > > Please let me know if you prefer another approach. > > Best regards, > Javier > > > Javier Martinez Canillas (5): > ARM: dts: Use GPIO constants for flags cells in exynos3250 boards > ARM: dts: Use GPIO constants for flags cells in exynos4120 boards > ARM: dts: Use GPIO constants for flags cells in exynos4412 boards > ARM: dts: Use GPIO constants for flags cells in exynos5420/5422/5800 > boards > ARM: dts: Use GPIO constants for flags cells in exynos5440 boards > > arch/arm/boot/dts/exynos3250-monk.dts | 8 ++--- > arch/arm/boot/dts/exynos3250-rinato.dts | 10 +++--- > arch/arm/boot/dts/exynos4210-origen.dts | 15 ++++---- > arch/arm/boot/dts/exynos4210-smdkv310.dts | 3 +- > arch/arm/boot/dts/exynos4210-trats.dts | 29 +++++++-------- > arch/arm/boot/dts/exynos4210-universal_c210.dts | 42 +++++++++++----------- > arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 15 ++++---- > arch/arm/boot/dts/exynos4412-odroidu3.dts | 2 +- > arch/arm/boot/dts/exynos4412-odroidx.dts | 8 ++--- > arch/arm/boot/dts/exynos4412-origen.dts | 15 ++++---- > arch/arm/boot/dts/exynos4412-tiny4412.dts | 9 ++--- > arch/arm/boot/dts/exynos4412-trats2.dts | 34 +++++++++--------- > arch/arm/boot/dts/exynos5420-arndale-octa.dts | 3 +- > arch/arm/boot/dts/exynos5420-peach-pit.dts | 8 ++--- > arch/arm/boot/dts/exynos5420-smdk5420.dts | 7 ++-- > arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 4 +-- > arch/arm/boot/dts/exynos5440-ssdk5440.dts | 5 +-- > arch/arm/boot/dts/exynos5800-peach-pi.dts | 8 ++--- > 18 files changed, 118 insertions(+), 107 deletions(-) > Applied this whole series, thanks. - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/5] ARM: dts: Use GPIO constants for flags cells in exynos boards Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-07 15:20 +0200 [PATCH 2/5] ARM: dts: Use GPIO constants for flags cells in exynos4120 boards Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-07 15:20 +0200 [PATCH 1/5] ARM: dts: Use GPIO constants for flags cells in exynos3250 boards Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-07 15:20 +0200 [PATCH 4/5] ARM: dts: Use GPIO constants for flags cells in exynos5420/5422/5800 boards Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-07 15:20 +0200 Re: [PATCH 0/5] ARM: dts: Use GPIO constants for flags cells in exynos boards Kukjin Kim <kgene@kernel.org> - 2015-10-08 00:50 +0200
csiph-web