commit | b0d384733c05906b807cbb9a1b732ad12b521dbe | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Dec 03 15:37:29 2015 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 05 11:21:15 2016 +0100 |
tree | 7c0232a89318d9498561365f8fe5e0650cd6762b | |
parent | 0ca8c5c4af758b2a8d763b33508f99a3116c3c01 [diff] |
gpio: tc3589x: 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>