Age | Commit message (Expand) | Author | Files | Lines |
2022-10-19 | gpio: arizona: Remove unused header(s) | Andy Shevchenko | 1 | -3/+2 |
2021-12-17 | gpio: Propagate firmware node from a parent device | Andy Shevchenko | 1 | -3/+2 |
2020-12-02 | gpio: arizona: disable pm_runtime in case of failure | Zheng Liang | 1 | -0/+1 |
2020-06-16 | gpio: arizona: put pm_runtime in case of failure | Navid Emamdoost | 1 | -1/+5 |
2020-06-16 | gpio: arizona: handle pm_runtime_get_sync failure case | Navid Emamdoost | 1 | -0/+1 |
2019-08-05 | gpio: arizona: Use local copy of pdata | Charles Keepax | 1 | -2/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2018-01-13 | gpio: arizona: Include proper header | Linus Walleij | 1 | -1/+1 |
2017-05-29 | gpio: arizona: Add support for GPIOs that need to be maintained | Charles Keepax | 1 | -2/+33 |
2017-04-24 | gpio: arizona: Correct check whether the pin is an input | Charles Keepax | 1 | -1/+1 |
2017-04-07 | gpio: arizona: Correct handling for reading input GPIOs | Charles Keepax | 1 | -2/+28 |
2016-12-07 | gpio: arizona: Tidy up probe error path | Charles Keepax | 1 | -5/+2 |
2016-12-07 | gpio: arizona: Remove pointless set of platform drvdata | Charles Keepax | 1 | -2/+0 |
2016-09-13 | gpio: constify gpio_chip structures | Julia Lawall | 1 | -1/+1 |
2016-02-23 | gpio: arizona: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -10/+2 |
2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -11/+6 |
2016-01-11 | gpio: arizona: Support Cirrus Logic CS47L24 and WM1831 | Richard Fitzgerald | 1 | -0/+4 |
2016-01-05 | gpio: arizona: use gpiochip data pointer | Linus Walleij | 1 | -10/+5 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
2015-10-02 | gpio: arizona: add support for WM8998 and WM1814 | Richard Fitzgerald | 1 | -0/+2 |
2015-04-18 | Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -2/+1 |
2015-04-08 | gpio: use (!foo) instead of (foo == NULL) | Varka Bhadram | 1 | -1/+1 |
2015-04-08 | gpio: arizona: drop owner assignment from platform_drivers | Varka Bhadram | 1 | -1/+0 |
2015-02-26 | gpio: arizona: Add support for WM8280/WM8281 | Richard Fitzgerald | 1 | -0/+1 |
2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -1/+2 |
2013-12-04 | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 1 | -1/+1 |
2013-10-02 | gpio: arizona: Use the of_node from the Arizona device | Charles Keepax | 1 | -0/+3 |
2013-09-20 | gpio: arizona: Add wm8997 support to probe | Charles Keepax | 1 | -0/+1 |
2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han | 1 | -1/+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 | -1/+1 |
2012-11-28 | gpio: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-07-17 | gpiolib: Add support for Wolfson Microelectronics Arizona class devices | Mark Brown | 1 | -0/+163 |