aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-xilinx.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2025-08-071-2/+2
* gpio: xilinx: convert set_multiple() to the new API as wellBartosz Golaszewski2025-07-181-3/+5
* gpio: xilinx: use new GPIO line value setter callbacksBartosz Golaszewski2025-07-151-2/+4
* gpio: xilinx: Replace custom variants of bitmap_read()/bitmap_write()Andy Shevchenko2025-02-121-26/+12
* gpio: xilinx: Use better bitmap APIs where appropriateAndy Shevchenko2025-02-121-41/+27
* gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson2025-01-141-16/+16
* gpio: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-171-1/+1
* gpio: xilinx: use generic device propertiesBartosz Golaszewski2024-10-081-9/+8
* gpio: xilinx: use helper variable to store the address of pdev->devBartosz Golaszewski2024-10-081-17/+17
* gpio: xilinx: Use helper function devm_clk_get_optional_enabled()Zhang Zekun2024-09-051-10/+1
* gpio: xilinx: remove excess kernel docBartosz Golaszewski2023-12-181-1/+0
* gpio: xilinx: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* gpio: Explicitly include correct DT includesRob Herring2023-07-191-2/+2
* gpio: xilinx: Convert to immutable irq_chipLinus Walleij2023-03-231-8/+15
* gpio: xilinx: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-11/+0
* Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-08-051-0/+2
|\
| * gpio: xilinx: add missing blank line after declarationsShubhrajyoti Datta2022-07-261-0/+2
* | gpio: gpio-xilinx: Fix integer overflowSrinivas Neeli2022-07-221-1/+1
|/
* gpio: xilinx: simplify getting .driver_dataWolfram Sang2021-09-221-4/+2
* gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
* Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-051-187/+192
|\
| * gpio: gpio-xilinx: update on suspend and resume callsSrinivas Neeli2021-06-141-4/+4
| * gpio: xilinx: No need to disable IRQs in the handlerAndy Shevchenko2021-05-121-3/+2
| * gpio: xilinx: Switch to use bitmap APIsAndy Shevchenko2021-05-121-173/+173
| * gpio: xilinx: Introduce xgpio_read_chan() / xgpio_write_chan()Andy Shevchenko2021-05-121-31/+37
* | gpio: xilinx: Correct kernel doc for xgpio_probe()Andy Shevchenko2021-05-121-1/+1
|/
* gpio: gpio-xilinx: Add check if width exceeds 32Srinivas Neeli2021-02-151-0/+5
* gpio: gpio-xilinx: Add support for suspend and resumeSrinivas Neeli2021-02-151-3/+89
* gpio: gpio-xilinx: Add interrupt supportSrinivas Neeli2021-02-151-4/+242
* gpio: gpio-xilinx: Reduce spinlock array to arraySrinivas Neeli2021-02-151-13/+12
* gpio: gpio-xilinx: Simplify with dev_err_probe()Srinivas Neeli2021-02-151-5/+2
* gpio: gpio-xilinx: Check return value of of_property_read_u32Srinivas Neeli2020-11-181-3/+5
* gpio: gpio-xilinx: Add remove functionSrinivas Neeli2020-11-181-0/+18
* gpio: gpio-xilinx: Add clock supportSrinivas Neeli2020-11-171-0/+17
* gpio: gpio-xilinx: Arrange headers in sorting orderSrinivas Neeli2020-11-171-3/+3
* gpio: xilinx: Fix bug where the wrong GPIO register is written toPaul Thomas2020-02-101-2/+3
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-54/+36
|\
| * gpio: xilinx: convert from OF GPIO to standard devm APIsRobert Hancock2019-06-101-54/+36
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 175Thomas Gleixner2019-05-301-8/+1
|/
* gpio: xilinx: Use the right includeLinus Walleij2018-08-101-1/+1
* gpio: Convert to using %pOF instead of full_nameRob Herring2017-08-141-2/+2
* gpio: xilinx: Add support to set multiple GPIO at onceIban Rodriguez2016-06-081-0/+48
* gpio: xilinx: Do not use gpiochip_get_data() in xgpio_save_regs()Guenter Roeck2016-01-071-1/+2
* gpio: xilinx: use gpiochip data pointerLinus Walleij2016-01-051-11/+6
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* gpio/xilinx: Use correct address when setting initial values.Raphaël Teysseyre2015-07-161-2/+2
* gpio: xilinx: Fix kernel-doc warningsMichal Simek2015-05-121-1/+3
* gpio/xilinx: Use of_mm_gpiochip_removeRicardo Ribalda Delgado2015-01-151-4/+1
* gpio/xilinx: Create a single gpio chip on dual coresRicardo Ribalda Delgado2015-01-151-108/+109
* gpio/xilinx: Fix kernel-docRicardo Ribalda Delgado2015-01-151-16/+21