Age | Commit message (Expand) | Author | Files | Lines |
2017-03-22 | gpio: moxart: Switch to using the FTGPIO010 driver | Linus Walleij | 1 | -84/+0 |
2016-03-31 | gpio: moxart: make explicitly non-modular | Paul Gortmaker | 1 | -6/+1 |
2016-03-08 | Merge branch 'devm-gpiochip-add-data' into devel | Linus Walleij | 1 | -1/+1 |
2016-03-07 | gpio: moxart: Drop redundant code to set already initialized gpio_chip fields | Axel Lin | 1 | -3/+0 |
2016-02-23 | gpio: moxart: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -1/+1 |
2016-01-07 | gpio: moxart: fix build regression | Arnd Bergmann | 1 | -1/+1 |
2016-01-05 | gpio: generic: factor into gpio_chip struct | Linus Walleij | 1 | -15/+14 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
2015-10-16 | gpio: replace trivial implementations of request/free with generic one | Jonas Gorski | 1 | -12/+2 |
2015-05-11 | gpio: moxart: get value of output gpio from generic driver | Vladimir Zapolskiy | 1 | -14/+3 |
2015-01-09 | gpio: moxart: convert to use basic mmio gpio library | Kamlakant Patel | 1 | -70/+31 |
2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-05-09 | gpio: moxart: remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 |
2014-03-27 | gpio: moxart: Actually set output state in moxart_gpio_direction_output() | Axel Lin | 1 | -0/+1 |
2014-03-27 | gpio: moxart: Avoid forward declaration | Axel Lin | 1 | -20/+19 |
2013-12-20 | gpio: moxart: remove redundant dev_err call in moxart_gpio_probe() | Wei Yongjun | 1 | -4/+1 |
2013-12-20 | gpio: moxart: add missing .owner to struct gpio_chip | Wei Yongjun | 1 | -0/+1 |
2013-12-04 | gpio: MOXA ART: rename moxart_gpio_base to base | Jonas Jensen | 1 | -14/+10 |
2013-12-03 | gpio: Add MOXA ART GPIO driver | Jonas Jensen | 1 | -0/+162 |