Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-25 | gpio: gpiolib-devprop: Check chip->parent pointer before dereferencing | Thor Thayer | |
Confirm the chip->parent is valid before dereferencing because the parent parameter is optional. Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> | |||
2016-10-24 | gpio: Rework of_gpiochip_set_names() to use device property accessors | Mika Westerberg | |
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> |