summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-adp5588.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner
2019-02-09gpio: adp5588.c: Switch to events systemNikolaus Voss
2019-02-09gpio: adp5588: Add device tree supportNikolaus Voss
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-08-29drivers: gpio: Update MODULE AUTHOR email addressMichael Hennerich
2018-08-29gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich
2018-01-13gpio: adp5588: Include proper headerLinus Walleij
2017-05-29gpio: adp5588: move header file out of I2C realmWolfram Sang
2016-02-23gpio: adp5588: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: adp5588: use gpiochip data pointerLinus Walleij
2015-07-28gpio: kill off set_irq_flags usageRob Herring
2015-04-08gpio: removing kfree remove functionalityVarka Bhadram
2015-04-08gpio: use (!foo) instead of (foo == NULL)Varka Bhadram
2015-04-08gpio: use devm_kzallocVarka Bhadram
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe
2014-05-09gpio: adp5588: remove unnecessary OOM messagesJingoo Han
2014-02-13gpio: adp5588 - add support for gpio namesJean-Francois Dagenais
2014-02-13gpio: adp5588: get value from data out when dir is outJean-Francois Dagenais
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-08-16gpio: use dev_get_platdata()Jingoo Han
2012-11-28gpio: remove use of __devexitBill Pemberton
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-11-28gpio: remove use of __devexit_pBill Pemberton
2012-09-04gpio: adp5588: Use module_i2c_driverAxel Lin
2012-04-10gpio: Fix uninitialized variable bit in adp5588_irq_handlerAxel Lin
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely
2011-06-06gpio: reorganize driversGrant Likely