Re: [PATCH 0/5] ARM: dts: Use GPIO constants for flags cells in exynos boards

2015-10-07 Thread Kukjin Kim
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

[PATCH 0/5] ARM: dts: Use GPIO constants for flags cells in exynos boards

2015-10-07 Thread Javier Martinez Canillas
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 magi