aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-xilinx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-193/+198
2021-06-14gpio: gpio-xilinx: update on suspend and resume callsSrinivas Neeli1-4/+4
2021-05-12gpio: xilinx: Correct kernel doc for xgpio_probe()Andy Shevchenko1-1/+1
2021-05-12gpio: xilinx: No need to disable IRQs in the handlerAndy Shevchenko1-3/+2
2021-05-12gpio: xilinx: Switch to use bitmap APIsAndy Shevchenko1-178/+178
2021-05-12gpio: xilinx: Introduce xgpio_read_chan() / xgpio_write_chan()Andy Shevchenko1-31/+37
2021-02-15gpio: gpio-xilinx: Add check if width exceeds 32Srinivas Neeli1-0/+5
2021-02-15gpio: gpio-xilinx: Add support for suspend and resumeSrinivas Neeli1-3/+89
2021-02-15gpio: gpio-xilinx: Add interrupt supportSrinivas Neeli1-4/+242
2021-02-15gpio: gpio-xilinx: Reduce spinlock array to arraySrinivas Neeli1-13/+12
2021-02-15gpio: gpio-xilinx: Simplify with dev_err_probe()Srinivas Neeli1-5/+2
2020-11-18gpio: gpio-xilinx: Check return value of of_property_read_u32Srinivas Neeli1-3/+5
2020-11-18gpio: gpio-xilinx: Add remove functionSrinivas Neeli1-0/+18
2020-11-18gpio: gpio-xilinx: Add clock supportSrinivas Neeli1-0/+17
2020-11-18gpio: gpio-xilinx: Arrange headers in sorting orderSrinivas Neeli1-3/+3
2020-02-10gpio: xilinx: Fix bug where the wrong GPIO register is written toPaul Thomas1-2/+3
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-54/+36
2019-06-10gpio: xilinx: convert from OF GPIO to standard devm APIsRobert Hancock1-54/+36
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 175Thomas Gleixner1-8/+1
2018-08-10gpio: xilinx: Use the right includeLinus Walleij1-1/+1
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-06-08gpio: xilinx: Add support to set multiple GPIO at onceIban Rodriguez1-0/+48
2016-01-07gpio: xilinx: Do not use gpiochip_get_data() in xgpio_save_regs()Guenter Roeck1-1/+2
2016-01-05gpio: xilinx: use gpiochip data pointerLinus Walleij1-11/+6
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-07-16gpio/xilinx: Use correct address when setting initial values.Raphaƫl Teysseyre1-2/+2
2015-05-12gpio: xilinx: Fix kernel-doc warningsMichal Simek1-1/+3
2015-01-15gpio/xilinx: Use of_mm_gpiochip_removeRicardo Ribalda Delgado1-4/+1
2015-01-15gpio/xilinx: Create a single gpio chip on dual coresRicardo Ribalda Delgado1-108/+109
2015-01-15gpio/xilinx: Fix kernel-docRicardo Ribalda Delgado1-16/+21
2015-01-15gpio/xilinx: Add support for X86 ArchRicardo Ribalda Delgado1-1/+1
2015-01-15gpio/xilinx: Convert the driver to platform device interfaceRicardo Ribalda Delgado1-17/+66
2015-01-15gpio/xilinx: Remove offset propertyRicardo Ribalda Delgado1-23/+11
2014-09-24gpio: Fix ngpio in gpio-xilinx driverGernot Vormayr1-12/+15
2014-05-09gpio: xilinx: Make of_device_id array constJingoo Han1-1/+1
2013-06-17GPIO: xilinx: Use BIT macroMichal Simek1-6/+6
2013-06-17GPIO: xilinx: Use __raw_readl/__raw_writel IO functionsMichal Simek1-2/+7
2013-06-17GPIO: xilinx: Add support for dual channelMichal Simek1-12/+91
2013-06-17GPIO: xilinx: Simplify driver probe functionMichal Simek1-14/+10
2012-11-28gpio: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely1-1/+0
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker1-0/+1
2011-06-06gpio: reorganize driversGrant Likely1-0/+233