summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-max732x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: max732x: Remove duplicate NULL checkAndy Shevchenko2017-11-291-4/+2
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* gpio: max732x: move header file out of I2C realmWolfram Sang2017-05-231-1/+1
* gpio: simplify adding threaded interruptsLinus Walleij2016-11-251-9/+8
* gpio: max732x: use gpiochip data pointerLinus Walleij2016-01-051-15/+10
* gpio: max732x: Be sure to clamp return valueLinus Walleij2015-12-261-2/+2
* gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-11-301-1/+0
* gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
* gpio: max732x: Fix error handling in probe()Nicholas Krause2015-08-261-3/+8
* gpio: max732x: Add missing dev reference to gpiochipMarek Vasut2015-07-161-0/+1
* gpio: max732x: Fix irq-events handlerSemen Protsenko2015-05-061-1/+1
* gpio: max732x: Add IRQF_SHARED to irq flagsSemen Protsenko2015-05-061-6/+4
* gpio: max732x: Propagate wake-up setting to parent irq controllerSemen Protsenko2015-05-041-0/+9
* gpio: max732x: convert to GPIOLIB_IRQCHIPLinus Walleij2015-03-021-92/+42
* gpio: max732x: use an inline function for container castLinus Walleij2015-02-031-15/+10
* gpio: max732x: add set_multiple functionMans Rullgard2015-01-301-3/+25
* gpio: max732x: Fix possible deadlockSemen Protsenko2015-01-151-1/+11
* gpio: max732x: Rewrite IRQ code to use irq_domain APISemen Protsenko2015-01-151-35/+65
* gpio: max732x: Add device tree supportSemen Protsenko2015-01-151-11/+51
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-6/+1
* gpio: max732x: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski2014-03-121-0/+7
* gpio: max732x: Fix I2C dummy device resource leak on probe failureKrzysztof Kozlowski2014-03-121-0/+2
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-4/+4
* gpio: max732x: use devm_kzalloc()Jingoo Han2013-03-271-3/+2
* gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-2/+2
* gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* gpio: reorganize driversGrant Likely2011-06-061-0/+714
OpenPOWER on IntegriCloud