summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-xilinx.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-193/+198
|\
| * 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-178/+178
| * 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-181-0/+17
* gpio: gpio-xilinx: Arrange headers in sorting orderSrinivas Neeli2020-11-181-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
* gpio/xilinx: Add support for X86 ArchRicardo Ribalda Delgado2015-01-151-1/+1
* gpio/xilinx: Convert the driver to platform device interfaceRicardo Ribalda Delgado2015-01-151-17/+66
* gpio/xilinx: Remove offset propertyRicardo Ribalda Delgado2015-01-151-23/+11
* gpio: Fix ngpio in gpio-xilinx driverGernot Vormayr2014-09-241-12/+15
* gpio: xilinx: Make of_device_id array constJingoo Han2014-05-091-1/+1
* GPIO: xilinx: Use BIT macroMichal Simek2013-06-171-6/+6
* GPIO: xilinx: Use __raw_readl/__raw_writel IO functionsMichal Simek2013-06-171-2/+7
* GPIO: xilinx: Add support for dual channelMichal Simek2013-06-171-12/+91
* GPIO: xilinx: Simplify driver probe functionMichal Simek2013-06-171-14/+10
* gpio: remove use of __devinitdataBill Pemberton2012-11-281-1/+1