aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-max732x.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-03gpio: max732x: remove redundant CONFIG_OF and of_match_ptr()Gravatar Zhu Wang 1-5/+1
2023-05-23gpio: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-03-10gpio: max732x: Convert to immutable irq_chipGravatar Linus Walleij 1-2/+6
2022-11-24gpio: max732x: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+3
2022-05-05gpio: max732x: Drop unused support for irq and setup code via platform dataGravatar Uwe Kleine-König 1-35/+2
2020-08-04gpio: max732x: Use irqchip templateGravatar Linus Walleij 1-15/+15
2020-06-20gpio: max732x: remove redundant checkGravatar Gaurav Singh 1-1/+1
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-29/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-4/+1
2019-05-31gpio: max732x: use devm_gpiochip_add_data()Gravatar Bartosz Golaszewski 1-6/+2
2019-05-31gpio: max732x: use i2c_new_dummy_device()Gravatar Bartosz Golaszewski 1-23/+14
2018-06-18gpio: max732x: add error handling for i2c_new_dummyGravatar Zhouyang Jia 1-0/+12
2017-11-29gpio: max732x: Remove duplicate NULL checkGravatar Andy Shevchenko 1-4/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 1-1/+1
2017-05-23gpio: max732x: move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2016-11-25gpio: simplify adding threaded interruptsGravatar Linus Walleij 1-9/+8
2016-01-05gpio: max732x: use gpiochip data pointerGravatar Linus Walleij 1-15/+10
2015-12-26gpio: max732x: Be sure to clamp return valueGravatar Linus Walleij 1-2/+2
2015-11-30gpio: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-2/+2
2015-08-26gpio: max732x: Fix error handling in probe()Gravatar Nicholas Krause 1-3/+8
2015-07-16gpio: max732x: Add missing dev reference to gpiochipGravatar Marek Vasut 1-0/+1
2015-05-06gpio: max732x: Fix irq-events handlerGravatar Semen Protsenko 1-1/+1
2015-05-06gpio: max732x: Add IRQF_SHARED to irq flagsGravatar Semen Protsenko 1-6/+4
2015-05-04gpio: max732x: Propagate wake-up setting to parent irq controllerGravatar Semen Protsenko 1-0/+9
2015-03-02gpio: max732x: convert to GPIOLIB_IRQCHIPGravatar Linus Walleij 1-92/+42
2015-02-03gpio: max732x: use an inline function for container castGravatar Linus Walleij 1-15/+10
2015-01-30gpio: max732x: add set_multiple functionGravatar Mans Rullgard 1-3/+25
2015-01-15gpio: max732x: Fix possible deadlockGravatar Semen Protsenko 1-1/+11
2015-01-15gpio: max732x: Rewrite IRQ code to use irq_domain APIGravatar Semen Protsenko 1-35/+65
2015-01-15gpio: max732x: Add device tree supportGravatar Semen Protsenko 1-11/+51
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-6/+1
2014-03-12gpio: max732x: Fix possible NULL pointer dereference on i2c_new_dummy errorGravatar Krzysztof Kozlowski 1-0/+7
2014-03-12gpio: max732x: Fix I2C dummy device resource leak on probe failureGravatar Krzysztof Kozlowski 1-0/+2
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanGravatar Linus Walleij 1-1/+1
2013-08-16gpio: use dev_get_platdata()Gravatar Jingoo Han 1-4/+4
2013-03-27gpio: max732x: use devm_kzalloc()Gravatar Jingoo Han 1-3/+2
2012-11-28gpio: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-28gpio: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2011-06-06gpio: reorganize driversGravatar Grant Likely 1-0/+714