commit | 92a41e2f73879373a4ce2df4b2137d03ba1289ec | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Dec 07 14:43:28 2015 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 05 11:21:15 2016 +0100 |
tree | 329686315e14492b1f2e992dccf7c83462628a4d | |
parent | b0d384733c05906b807cbb9a1b732ad12b521dbe [diff] |
gpio: timberdale: use gpiochip data pointer This makes the driver use the data pointer added to the gpio_chip to store a pointer to the state container instead of relying on container_of(). Signed-off-by: Linus Walleij <linus.walleij@linaro.org>