aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pcf857x.c
AgeCommit message (Expand)Author
2024-04-25master: sync with upstream 6.6Bruce Ashfield
2023-05-23gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-01-30gpio: pcf857x: Drop unneeded explicit castingAndy Shevchenko
2023-01-30gpio: pcf857x: Make use of device propertiesAndy Shevchenko
2023-01-30gpio: pcf857x: Get rid of legacy platform dataAndy Shevchenko
2023-01-30gpio: pcf857x: Implement get_multiple/set_multiple methodsRadu Rendec
2023-01-30gpio: pcf857x: Fix indentation of variable declarationsRadu Rendec
2023-01-30gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Radu Rendec
2022-11-24gpio: pcf857x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-05-24gpio: pcf857x: Make the irqchip immutableGeert Uytterhoeven
2022-04-25gpio: pcf857x: Make teardown callback return voidUwe Kleine-König
2021-02-18gpio: pcf857x: Fix missing first interruptMaxim Kiselev
2020-07-20gpio: pcf857x: Use irqchip templateLinus Walleij
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2019-02-14gpio: pcf857x: Simpify wake-up handlingGeert Uytterhoeven
2019-01-23gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros
2018-05-24gpio: pcf857x: Include the right headerLinus Walleij
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-05-23gpio: pcf857x: move header file out of I2C realmWolfram Sang
2017-04-24gpio: move tca9554 from pcf857x to pca953xAnders Darander
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij
2016-06-07gpio: pcf857x: restore the initial line state of all pcf linesKishon Vijay Abraham I
2016-02-23gpio: pcf857x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: pcf857x: use gpiochip data pointerLinus Walleij
2015-12-26gpio: pcf857x: Be sure to clamp return valueLinus Walleij
2015-12-11gpio: Restore indentation of parent device setupGeert Uytterhoeven
2015-11-30gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-07-16gpio: pcf857x: get rid of slock spinlockGrygorii Strashko
2015-06-16gpio: pcf857x: handle only enabled irqsGrygorii Strashko
2015-06-01gpio: pcf857x: Check for irq_set_irq_wake() failuresGeert Uytterhoeven
2015-03-04gpio: pcf857x: Propagate wake-up setting to parent irq controllerGeert Uytterhoeven
2015-03-04gpio: pcf857x: Switch to use gpiolib irqchip helpersGeert Uytterhoeven
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe
2014-05-28gpio: pcf857x: Add IRQF_SHARED when request irqGeorge Cherian
2014-05-28gpio: pcf857x: Avoid calling irq_domain_cleanup twiceGeorge Cherian
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-09-23gpio: pcf857x: Add OF supportLaurent Pinchart
2013-09-18gpio: pcf857x: only use set_irq_flags() on ARMLinus Walleij
2013-09-17gpio: pcf857x: call the gpio user handler iff gpio_to_irq is doneGeorge Cherian
2013-09-17gpio: pcf857x: remove the irq_demux_work and gpio->irqGeorge Cherian
2013-09-17gpio: pcf857x: change to devm_request_threaded_irqGeorge Cherian
2013-08-23gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart
2013-08-23gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart
2013-08-16gpio: use dev_get_platdata()Jingoo Han
2013-03-27gpio: pcf857x: use devm_kzalloc()Jingoo Han
2013-03-27Add TI TCA9554 to supported devices tableNikolay Balandin
2012-12-07gpio: pcf857x: use client->irq for gpio_to_irq()Kuninori Morimoto