summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pcf857x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-071-0/+1
* gpio: pcf857x: Extend match data support for OF tablesBiju Das2023-08-221-15/+14
* gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-231-1/+1
* gpio: pcf857x: Drop unneeded explicit castingAndy Shevchenko2023-01-301-1/+1
* gpio: pcf857x: Make use of device propertiesAndy Shevchenko2023-01-301-7/+4
* gpio: pcf857x: Get rid of legacy platform dataAndy Shevchenko2023-01-301-32/+2
* gpio: pcf857x: Implement get_multiple/set_multiple methodsRadu Rendec2023-01-301-0/+29
* gpio: pcf857x: Fix indentation of variable declarationsRadu Rendec2023-01-301-15/+15
* gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Radu Rendec2023-01-301-11/+11
* gpio: pcf857x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* gpio: pcf857x: Make the irqchip immutableGeert Uytterhoeven2022-05-241-14/+21
* gpio: pcf857x: Make teardown callback return voidUwe Kleine-König2022-04-251-11/+3
* gpio: pcf857x: Fix missing first interruptMaxim Kiselev2021-02-181-1/+1
* gpio: pcf857x: Use irqchip templateLinus Walleij2020-07-201-23/+24
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-02-171-14/+12
|\
| * gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros2019-01-231-14/+12
* | gpio: pcf857x: Simpify wake-up handlingGeert Uytterhoeven2019-02-141-14/+1
|/
* 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