summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ich.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud