lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1444223657-7248-1-git-send-email-javier@osg.samsung.com> Date: Wed, 7 Oct 2015 15:14:12 +0200 From: Javier Martinez Canillas <javier@....samsung.com> To: linux-kernel@...r.kernel.org Cc: linux-samsung-soc@...r.kernel.org, Kukjin Kim <kgene@...nel.org>, Krzysztof Kozlowski <k.kozlowski@...sung.com>, Javier Martinez Canillas <javier@....samsung.com> Subject: [PATCH 0/5] ARM: dts: Use GPIO constants for flags cells in exynos boards 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(-) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists