summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-pcf857x.c
AgeCommit message (Expand)Author
2021-02-18gpio: pcf857x: Fix missing first interruptMaxim Kiselev
2020-07-20gpio: pcf857x: Use irqchip templateLinus Walleij
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2019-02-14gpio: pcf857x: Simpify wake-up handlingGeert Uytterhoeven
2019-01-23gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros
2018-05-24gpio: pcf857x: Include the right headerLinus Walleij
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-05-23gpio: pcf857x: move header file out of I2C realmWolfram Sang
2017-04-24gpio: move tca9554 from pcf857x to pca953xAnders Darander
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij
2016-06-07gpio: pcf857x: restore the initial line state of all pcf linesKishon Vijay Abraham I
2016-02-23gpio: pcf857x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: pcf857x: use gpiochip data pointerLinus Walleij
2015-12-26gpio: pcf857x: Be sure to clamp return valueLinus Walleij
2015-12-11gpio: Restore indentation of parent device setupGeert Uytterhoeven
2015-11-30gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-07-16gpio: pcf857x: get rid of slock spinlockGrygorii Strashko
2015-06-16gpio: pcf857x: handle only enabled irqsGrygorii Strashko
2015-06-01gpio: pcf857x: Check for irq_set_irq_wake() failuresGeert Uytterhoeven
2015-03-04gpio: pcf857x: Propagate wake-up setting to parent irq controllerGeert Uytterhoeven
2015-03-04gpio: pcf857x: Switch to use gpiolib irqchip helpersGeert Uytterhoeven
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe
2014-05-28gpio: pcf857x: Add IRQF_SHARED when request irqGeorge Cherian
2014-05-28gpio: pcf857x: Avoid calling irq_domain_cleanup twiceGeorge Cherian
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-09-23gpio: pcf857x: Add OF supportLaurent Pinchart
2013-09-18gpio: pcf857x: only use set_irq_flags() on ARMLinus Walleij
2013-09-17gpio: pcf857x: call the gpio user handler iff gpio_to_irq is doneGeorge Cherian
2013-09-17gpio: pcf857x: remove the irq_demux_work and gpio->irqGeorge Cherian
2013-09-17gpio: pcf857x: change to devm_request_threaded_irqGeorge Cherian
2013-08-23gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart
2013-08-23gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart
2013-08-16gpio: use dev_get_platdata()Jingoo Han
2013-03-27gpio: pcf857x: use devm_kzalloc()Jingoo Han
2013-03-27Add TI TCA9554 to supported devices tableNikolay Balandin
2012-12-07gpio: pcf857x: use client->irq for gpio_to_irq()Kuninori Morimoto
2012-09-12gpio: pcf857x: fixup smatch WARNINGKuninori Morimoto
2012-08-23gpio: pcf857x: enable gpio_to_irq() supportKuninori Morimoto
2012-07-12gpio: pcf857x: share 8/16 bit access functionsKuninori Morimoto
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker
2011-06-06gpio: reorganize driversGrant Likely