summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-adp5588.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-2/+1Star
* gpio: adp5588.c: Switch to events systemNikolaus Voss2019-02-091-56/+35Star
* gpio: adp5588: Add device tree supportNikolaus Voss2019-02-091-83/+68Star
* Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-231-1/+1
|\
| * drivers: gpio: Update MODULE AUTHOR email addressMichael Hennerich2018-08-291-1/+1
* | gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich2018-08-291-4/+20
|/
* gpio: adp5588: Include proper headerLinus Walleij2018-01-131-1/+1
* gpio: adp5588: move header file out of I2C realmWolfram Sang2017-05-291-1/+1
* gpio: adp5588: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-3/+1Star
* gpio: adp5588: use gpiochip data pointerLinus Walleij2016-01-051-11/+7Star
* gpio: kill off set_irq_flags usageRob Herring2015-07-281-9/+1Star
* gpio: removing kfree remove functionalityVarka Bhadram2015-04-081-1/+0Star
* gpio: use (!foo) instead of (foo == NULL)Varka Bhadram2015-04-081-2/+2
* gpio: use devm_kzallocVarka Bhadram2015-04-081-2/+1Star
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-5/+1Star
* gpio: adp5588: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
* gpio: adp5588 - add support for gpio namesJean-Francois Dagenais2014-02-131-0/+1
* gpio: adp5588: get value from data out when dir is outJean-Francois Dagenais2014-02-131-2/+13
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-3/+6
* gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* gpio: adp5588: Use module_i2c_driverAxel Lin2012-09-041-13/+1Star
* gpio: Fix uninitialized variable bit in adp5588_irq_handlerAxel Lin2012-04-101-1/+1
* gpiolib: output basic details and consolidate gpio device driversGrant Likely2011-12-121-3/+2Star
* gpio: reorganize driversGrant Likely2011-06-061-0/+503