aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pcf857x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24gpio: pcf857x: Include the right headerLinus Walleij1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-05-23gpio: pcf857x: move header file out of I2C realmWolfram Sang1-1/+1
2017-04-24gpio: move tca9554 from pcf857x to pca953xAnders Darander1-2/+0
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-5/+6
2016-06-07gpio: pcf857x: restore the initial line state of all pcf linesKishon Vijay Abraham I1-0/+9
2016-02-23gpio: pcf857x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-7/+3
2016-01-05gpio: pcf857x: use gpiochip data pointerLinus Walleij1-4/+4
2015-12-26gpio: pcf857x: Be sure to clamp return valueLinus Walleij1-1/+1
2015-12-11gpio: Restore indentation of parent device setupGeert Uytterhoeven1-1/+1
2015-11-30gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-07-16gpio: pcf857x: get rid of slock spinlockGrygorii Strashko1-9/+5
2015-06-16gpio: pcf857x: handle only enabled irqsGrygorii Strashko1-11/+35
2015-06-01gpio: pcf857x: Check for irq_set_irq_wake() failuresGeert Uytterhoeven1-2/+14
2015-03-04gpio: pcf857x: Propagate wake-up setting to parent irq controllerGeert Uytterhoeven1-3/+34
2015-03-04gpio: pcf857x: Switch to use gpiolib irqchip helpersGeert Uytterhoeven1-94/+27
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-3/+1
2014-05-28gpio: pcf857x: Add IRQF_SHARED when request irqGeorge Cherian1-1/+1
2014-05-28gpio: pcf857x: Avoid calling irq_domain_cleanup twiceGeorge Cherian1-4/+5
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-09-23gpio: pcf857x: Add OF supportLaurent Pinchart1-8/+36
2013-09-18gpio: pcf857x: only use set_irq_flags() on ARMLinus Walleij1-3/+7
2013-09-17gpio: pcf857x: call the gpio user handler iff gpio_to_irq is doneGeorge Cherian1-3/+19
2013-09-17gpio: pcf857x: remove the irq_demux_work and gpio->irqGeorge Cherian1-37/+0
2013-09-17gpio: pcf857x: change to devm_request_threaded_irqGeorge Cherian1-4/+24
2013-08-23gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart1-5/+4
2013-08-23gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart1-2/+2
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-2/+2
2013-03-27gpio: pcf857x: use devm_kzalloc()Jingoo Han1-5/+2
2013-03-27Add TI TCA9554 to supported devices tableNikolay Balandin1-0/+1
2012-12-07gpio: pcf857x: use client->irq for gpio_to_irq()Kuninori Morimoto1-18/+11
2012-09-12gpio: pcf857x: fixup smatch WARNINGKuninori Morimoto1-3/+3
2012-08-23gpio: pcf857x: enable gpio_to_irq() supportKuninori Morimoto1-0/+122
2012-07-12gpio: pcf857x: share 8/16 bit access functionsKuninori Morimoto1-62/+31
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely1-4/+1
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker1-0/+1
2011-06-06gpio: reorganize driversGrant Likely1-0/+369