| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-04-17 | gpio: ich: use new line value setter callbacks | Bartosz Golaszewski | 1 | -4/+8 |
| 2023-03-09 | gpio: ich: Use devm_gpiochip_add_data() to simplify remove path | Andrew Davis | 1 | -9/+1 |
| 2021-05-05 | gpio: ich: Switch to be dependent on LPC_ICH | Andy Shevchenko | 1 | -2/+0 |
| 2020-07-22 | gpio: ich: changed every 'unsigned' to 'unsigned int' | Abanoub Sameh | 1 | -13/+13 |
| 2020-04-13 | gpio: ich: fix a typo | sachin agarwal | 1 | -1/+1 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
| 2018-12-07 | gpio: ich: Convert to use SPDX identifier | Andy Shevchenko | 1 | -14/+1 |
| 2018-12-07 | gpio: ich: Sort headers alphabetically | Andy Shevchenko | 1 | -3/+3 |
| 2018-12-07 | gpio: ich: Join string literals back | Andy Shevchenko | 1 | -3/+2 |
| 2018-12-07 | gpio: ich: Convert pr_<level> to dev_<level> | Andy Shevchenko | 1 | -6/+5 |
| 2018-12-07 | gpio: ich: Switch to use struct device instead of platform_device | Andy Shevchenko | 1 | -10/+11 |
| 2018-12-07 | gpio: ich: Simplify error handling in ichx_write_bit() | Andy Shevchenko | 1 | -12/+3 |
| 2018-03-19 | gpio: ich: Use BIT() macro | Linus Walleij | 1 | -8/+9 |
| 2018-03-19 | gpio: ich: Include the right header | Linus Walleij | 1 | -2/+2 |
| 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-06 | 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-19 | 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 |