summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ich.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: ich: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-03-091-9/+1
* gpio: ich: Switch to be dependent on LPC_ICHAndy Shevchenko2021-05-051-2/+0
* gpio: ich: changed every 'unsigned' to 'unsigned int'Abanoub Sameh2020-07-221-13/+13
* gpio: ich: fix a typosachin agarwal2020-04-131-1/+1
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+4
* gpio: ich: Convert to use SPDX identifierAndy Shevchenko2018-12-071-14/+1
* gpio: ich: Sort headers alphabeticallyAndy Shevchenko2018-12-071-3/+3
* gpio: ich: Join string literals backAndy Shevchenko2018-12-071-3/+2
* gpio: ich: Convert pr_<level> to dev_<level>Andy Shevchenko2018-12-071-6/+5
* gpio: ich: Switch to use struct device instead of platform_deviceAndy Shevchenko2018-12-071-10/+11
* gpio: ich: Simplify error handling in ichx_write_bit()Andy Shevchenko2018-12-071-12/+3
* gpio: ich: Use BIT() macroLinus Walleij2018-03-191-8/+9
* gpio: ich: Include the right headerLinus Walleij2018-03-191-2/+2
* gpio: ich: Use devm_request_regionWilliam Breathitt Gray2016-02-161-42/+9
* gpio: convert remaining users to gpiochip_add_data()Linus Walleij2016-01-051-1/+1
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* gpio: ich: Implement get_direction functionAaron Sierra2015-04-081-0/+6
* gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-8/+1
* gpio: ich: set regs and reglen for i3100 and ich6 chipsetVincent Donnefort2014-05-091-0/+4
* gpio: ich: Add support for Intel AvotonVincent Donnefort2014-03-191-1/+25
* gpio: ich: Add output levels cache supportVincent Donnefort2014-03-191-2/+19
* gpio: ich: Add support for multiple register addressesVincent Donnefort2014-03-191-12/+31
* gpio: ich: Add blink capability optionVincent Donnefort2014-03-191-1/+9
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-1/+1
* gpio: ich: add GPO_BLINK supportVincent Donnefort2013-06-191-1/+7
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-061-13/+4
|\
| * gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean valueMika Westerberg2013-03-271-1/+1
| * gpio-ich: Check for pin availability at request timeJean Delvare2013-03-271-12/+3
* | gpio-ich: Fix value returned by ichx_gpio_requestJean Delvare2013-03-271-1/+1
|/
* gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expectMika Westerberg2013-03-021-2/+2
* gpio/ich: Add missing spinlock initJean Delvare2012-12-191-0/+1
* gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-3/+3
* gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* gpio: gpio-ich: Share ownership of GPIO groupsJean Delvare2012-09-141-10/+69
* gpio: Add support for Intel ICHx/3100/Series[56] GPIOPeter Tyser2012-05-011-0/+419