Age | Commit message (Expand) | Author |
2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen |
2018-12-07 | gpio: ich: Convert to use SPDX identifier | Andy Shevchenko |
2018-12-07 | gpio: ich: Sort headers alphabetically | Andy Shevchenko |
2018-12-07 | gpio: ich: Join string literals back | Andy Shevchenko |
2018-12-07 | gpio: ich: Convert pr_<level> to dev_<level> | Andy Shevchenko |
2018-12-07 | gpio: ich: Switch to use struct device instead of platform_device | Andy Shevchenko |
2018-12-07 | gpio: ich: Simplify error handling in ichx_write_bit() | Andy Shevchenko |
2018-03-19 | gpio: ich: Use BIT() macro | Linus Walleij |
2018-03-19 | gpio: ich: Include the right header | Linus Walleij |
2016-02-16 | gpio: ich: Use devm_request_region | William Breathitt Gray |
2016-01-05 | gpio: convert remaining users to gpiochip_add_data() | Linus Walleij |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij |
2015-04-08 | gpio: ich: Implement get_direction function | Aaron Sierra |
2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang |
2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe |
2014-05-09 | gpio: ich: set regs and reglen for i3100 and ich6 chipset | Vincent Donnefort |
2014-03-19 | gpio: ich: Add support for Intel Avoton | Vincent Donnefort |
2014-03-19 | gpio: ich: Add output levels cache support | Vincent Donnefort |
2014-03-19 | gpio: ich: Add support for multiple register addresses | Vincent Donnefort |
2014-03-19 | gpio: ich: Add blink capability option | Vincent Donnefort |
2013-12-04 | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij |
2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han |
2013-06-19 | gpio: ich: add GPO_BLINK support | Vincent Donnefort |
2013-05-06 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds |
2013-03-27 | gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean value | Mika Westerberg |
2013-03-27 | gpio-ich: Check for pin availability at request time | Jean Delvare |
2013-03-27 | gpio-ich: Fix value returned by ichx_gpio_request | Jean Delvare |
2013-03-02 | gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expect | Mika Westerberg |
2012-12-19 | gpio/ich: Add missing spinlock init | Jean Delvare |
2012-11-28 | gpio: remove use of __devexit | Bill Pemberton |
2012-11-28 | gpio: remove use of __devinit | Bill Pemberton |
2012-11-28 | gpio: remove use of __devexit_p | Bill Pemberton |
2012-09-14 | gpio: gpio-ich: Share ownership of GPIO groups | Jean Delvare |
2012-05-01 | gpio: Add support for Intel ICHx/3100/Series[56] GPIO | Peter Tyser |