Age | Commit message (Expand) | Author | Files | Lines |
2016-02-16 | gpio: ich: Use devm_request_region | William Breathitt Gray | 1 | -42/+9 |
2016-01-05 | gpio: convert remaining users to gpiochip_add_data() | Linus Walleij | 1 | -1/+1 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
2015-04-08 | gpio: ich: Implement get_direction function | Aaron Sierra | 1 | -0/+6 |
2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -8/+1 |
2014-05-09 | gpio: ich: set regs and reglen for i3100 and ich6 chipset | Vincent Donnefort | 1 | -0/+4 |
2014-03-19 | gpio: ich: Add support for Intel Avoton | Vincent Donnefort | 1 | -1/+25 |
2014-03-19 | gpio: ich: Add output levels cache support | Vincent Donnefort | 1 | -2/+19 |
2014-03-19 | gpio: ich: Add support for multiple register addresses | Vincent Donnefort | 1 | -12/+31 |
2014-03-19 | gpio: ich: Add blink capability option | Vincent Donnefort | 1 | -1/+9 |
2013-12-04 | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 1 | -1/+1 |
2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-06-19 | gpio: ich: add GPO_BLINK support | Vincent Donnefort | 1 | -1/+7 |
2013-05-07 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -13/+4 |
2013-03-27 | gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean value | Mika Westerberg | 1 | -1/+1 |
2013-03-27 | gpio-ich: Check for pin availability at request time | Jean Delvare | 1 | -12/+3 |
2013-03-27 | gpio-ich: Fix value returned by ichx_gpio_request | Jean Delvare | 1 | -1/+1 |
2013-03-02 | gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expect | Mika Westerberg | 1 | -2/+2 |
2012-12-20 | gpio/ich: Add missing spinlock init | Jean Delvare | 1 | -0/+1 |
2012-11-28 | gpio: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -3/+3 |
2012-11-28 | gpio: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-09-14 | gpio: gpio-ich: Share ownership of GPIO groups | Jean Delvare | 1 | -10/+69 |
2012-05-01 | gpio: Add support for Intel ICHx/3100/Series[56] GPIO | Peter Tyser | 1 | -0/+419 |