aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-adp5588.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-09gpio: adp5588.c: Switch to events systemNikolaus Voss1-56/+35
2019-02-09gpio: adp5588: Add device tree supportNikolaus Voss1-83/+68
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2018-08-29drivers: gpio: Update MODULE AUTHOR email addressMichael Hennerich1-1/+1
2018-08-29gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich1-4/+20
2018-01-13gpio: adp5588: Include proper headerLinus Walleij1-1/+1
2017-05-29gpio: adp5588: move header file out of I2C realmWolfram Sang1-1/+1
2016-02-23gpio: adp5588: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-3/+1
2016-01-05gpio: adp5588: use gpiochip data pointerLinus Walleij1-11/+7
2015-07-28gpio: kill off set_irq_flags usageRob Herring1-9/+1
2015-04-08gpio: removing kfree remove functionalityVarka Bhadram1-1/+0
2015-04-08gpio: use (!foo) instead of (foo == NULL)Varka Bhadram1-2/+2
2015-04-08gpio: use devm_kzallocVarka Bhadram1-2/+1
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-5/+1
2014-05-09gpio: adp5588: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-02-13gpio: adp5588 - add support for gpio namesJean-Francois Dagenais1-0/+1
2014-02-13gpio: adp5588: get value from data out when dir is outJean-Francois Dagenais1-2/+13
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-3/+6
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-04gpio: adp5588: Use module_i2c_driverAxel Lin1-13/+1
2012-04-10gpio: Fix uninitialized variable bit in adp5588_irq_handlerAxel Lin1-1/+1
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely1-3/+2
2011-06-06gpio: reorganize driversGrant Likely1-0/+503