commit | 9427ecbed46cc8425338084ae42ce8749566586f | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Fri Oct 21 17:21:31 2016 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Oct 24 16:33:11 2016 +0200 |
tree | c5074390bd405e3e28277df09f600ea0a78ecd09 | |
parent | c80f1ba75df25837fb76044e06686b6587d33f6a [diff] |
gpio: Rework of_gpiochip_set_names() to use device property accessors In order to use "gpio-line-names" property in systems not having DT as their boot firmware, rework of_gpiochip_set_names() to use device property accessors. This reworked function is placed in a separate file making it clear it deals with universal device properties. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>