On 08/20/2016 01:06 AM, Vladimir Zapolskiy wrote:
To establish a connection between GPIO controllers and pin multiplexor controller add gpio-ranges properties to all GPIO controllers found on iMX50 SoC. The change was done after human parsing of output from
Looks like it is better to update copy-pasted commit messages to reflect not only imxXX-pinfunc.h file name but also a SoC name from above. I expect to get some review comments and fix it all together in v2, but if you prefer to see better commit messages earlier, please let me know and I'll resend the edited versions of the changes v1 2-7. Sorry for a typo.
% gawk -n '{ sub(/.*__/, ""); if ($1 ~ "^GPIO") print $1, $2/4}' imx6q-pinfunc.h | sort -n Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@xxxxxxxxxx> ---
-- With best wishes, Vladimir -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html