From: Javier Martinez Canillas Date: Mon, 21 Sep 2015 12:57:25 +0000 (+0200) Subject: gpio: mention in DT binding doc that -gpio is deprecated X-Git-Tag: omap-for-v4.3/fixes-rc5~93^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7ae65ced7dd71aa3dc29bda7a94ac82d9ea7751;p=pandora-kernel.git gpio: mention in DT binding doc that -gpio is deprecated The gpiolib supports parsing DT properties of the form -gpio but it was only added for compatibility with older DT bindings that got it wrong and should not be used in newer bindings. The commit that added support for this was: dd34c37aa3e8 ("gpio: of: Allow -gpio suffix for property names") but didn't update the documentation to explain this so it's been a source of confusion. So let's make this clear in the GPIO DT binding doc. Signed-off-by: Javier Martinez Canillas Signed-off-by: Rob Herring --- Reading git-diff-tree failed