summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pcf857x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: pcf857x: Include the right headerLinus Walleij2018-05-241-1/+1
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* gpio: pcf857x: move header file out of I2C realmWolfram Sang2017-05-231-1/+1
* gpio: move tca9554 from pcf857x to pca953xAnders Darander2017-04-241-2/+0
* gpio: simplify adding threaded interruptsLinus Walleij2016-11-251-5/+6
* gpio: pcf857x: restore the initial line state of all pcf linesKishon Vijay Abraham I2016-06-071-0/+9
* gpio: pcf857x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-7/+3
* gpio: pcf857x: use gpiochip data pointerLinus Walleij2016-01-051-4/+4
* gpio: pcf857x: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: Restore indentation of parent device setupGeert Uytterhoeven2015-12-111-1/+1
* gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-11-301-1/+0
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* gpio: pcf857x: get rid of slock spinlockGrygorii Strashko2015-07-161-9/+5
* gpio: pcf857x: handle only enabled irqsGrygorii Strashko2015-06-161-11/+35
* gpio: pcf857x: Check for irq_set_irq_wake() failuresGeert Uytterhoeven2015-06-011-2/+14
* gpio: pcf857x: Propagate wake-up setting to parent irq controllerGeert Uytterhoeven2015-03-041-3/+34
* gpio: pcf857x: Switch to use gpiolib irqchip helpersGeert Uytterhoeven2015-03-041-94/+27
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-3/+1
* gpio: pcf857x: Add IRQF_SHARED when request irqGeorge Cherian2014-05-281-1/+1
* gpio: pcf857x: Avoid calling irq_domain_cleanup twiceGeorge Cherian2014-05-281-4/+5
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
* gpio: pcf857x: Add OF supportLaurent Pinchart2013-09-231-8/+36
* gpio: pcf857x: only use set_irq_flags() on ARMLinus Walleij2013-09-181-3/+7
* gpio: pcf857x: call the gpio user handler iff gpio_to_irq is doneGeorge Cherian2013-09-171-3/+19
* gpio: pcf857x: remove the irq_demux_work and gpio->irqGeorge Cherian2013-09-171-37/+0
* gpio: pcf857x: change to devm_request_threaded_irqGeorge Cherian2013-09-171-4/+24
* gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart2013-08-231-5/+4
* gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart2013-08-231-2/+2
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-2/+2
* gpio: pcf857x: use devm_kzalloc()Jingoo Han2013-03-271-5/+2
* Add TI TCA9554 to supported devices tableNikolay Balandin2013-03-271-0/+1
* gpio: pcf857x: use client->irq for gpio_to_irq()Kuninori Morimoto2012-12-071-18/+11
* gpio: pcf857x: fixup smatch WARNINGKuninori Morimoto2012-09-121-3/+3
* gpio: pcf857x: enable gpio_to_irq() supportKuninori Morimoto2012-08-231-0/+122
* gpio: pcf857x: share 8/16 bit access functionsKuninori Morimoto2012-07-121-62/+31
* gpiolib: output basic details and consolidate gpio device driversGrant Likely2011-12-121-4/+1
* drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker2011-10-311-0/+1
* gpio: reorganize driversGrant Likely2011-06-061-0/+369
OpenPOWER on IntegriCloud