summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-davinci.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Use device_get_match_data()Rob Herring2023-10-091-6/+3
* gpio: davinci: Remove redundant dev_err_probe()Ruan Jinjie2023-07-291-1/+1
* gpio: davinci: make davinci_gpio_dev_pm_ops staticMin-Hua Chen2023-06-131-1/+1
* gpio: davinci: correct non-kerneldoc commentKrzysztof Kozlowski2023-05-111-1/+1
* Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-251-2/+0
|\
| * gpiolib: remove asm-generic/gpio.hArnd Bergmann2023-03-061-2/+0
* | gpio: davinci: Add irq chip flag to skip set wakeDhruva Gole2023-04-031-1/+1
* | gpio: davinci: Do not clear the bank intr enable bit in save_contextDhruva Gole2023-04-031-3/+0
|/
* gpio: davinci: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-1/+0
* gpio: davinci: Do not mention legacy API in the codeAndy Shevchenko2023-01-301-1/+1
* gpio: davinci: add support of module buildGuillaume La Roque2022-11-101-0/+11
* gpio: davinci: Stop using ARCH_NR_GPIOSChristophe Leroy2022-10-171-3/+0
* gpio: davinci: Add support for system suspend/resume PMDevarsh Thakkar2022-07-191-0/+83
* gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-171-1/+0
* gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-2/+1
* gpio: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-6/+2
* gpio: Unconditionally assign .request()/.free()Thierry Reding2020-04-021-5/+2
* gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy2019-07-151-2/+3
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-3/+4
|\
| * gpio: davinci: Add new compatible for K3 AM654 SoCsKeerthy2019-06-081-0/+1
| * gpio: davinci: Fix the compiler warning with ARM64 config enabledKeerthy2019-06-081-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* gpio: davinci: use devm_platform_ioremap_resource()Bartosz Golaszewski2019-02-211-3/+1
* gpio: davinci: restore a way to manually specify the GPIO baseBartosz Golaszewski2018-11-261-1/+1
* gpio: davinci: Move driver local definitions to driverAndrew F. Davis2018-09-201-0/+28
* gpio: davinci: Allocate the correct amount of memory for controllerAndrew F. Davis2018-09-201-6/+4
* gpio: davinci: Use dev name for label and automatic base selectionAndrew F. Davis2018-09-201-18/+4
* gpio: davinci: Do not assume continuous IRQ numberingKeerthy2018-06-181-21/+42
* gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probeKeerthy2018-06-181-18/+11
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* gpio: davinci: fix build warning when !CONFIG_OFSekhar Nori2018-05-301-2/+0
* gpio: davinci: add support for pinmux gpio rangesDavid Lechner2018-02-121-0/+6
* Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-01-311-1/+1
|\
| * gpio: davinci: Include proper headerLinus Walleij2018-01-141-1/+1
* | gpio: davinci: Assign first bank regs for unbanked caseKeerthy2017-11-301-1/+1
|/
* gpio: davinci: Handle the return value of davinci_gpio_irq_setup functionKeerthy2017-08-141-1/+4
* gpio: davinci: Convert prinkt to dev_errKeerthy2017-08-141-2/+1
* gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_dataKeerthy2017-08-141-2/+12
* gpio: davinci: Handle return value of clk_prepare_enableArvind Yadav2017-05-291-2/+9
* gpio: davinci: use devm_irq_alloc_descs()Bartosz Golaszewski2017-03-151-1/+1
* gpio: davinci: Remove custom .xlateKeerthy2017-01-261-22/+0
* gpio: davinci: Add support for multiple GPIO controllersKeerthy2017-01-261-1/+3
* gpio: davinci: Redesign driver to accommodate ngpios in one gpio chipKeerthy2017-01-261-54/+73
* gpio: davinci: Remove gpio2regs functionKeerthy2017-01-261-24/+11
* gpio: davinci: Remove redundant members davinci_gpio_controller stuctKeerthy2017-01-111-3/+0
* gpio: davinci: Use unique labels for each gpio chipAxel Haslam2016-11-091-1/+6
* Merge branch 'devel' into for-nextLinus Walleij2016-02-221-2/+3
|\
| * gpio: davinci: Fix possible NULL pointer deferenceNicholas Krause2016-02-161-0/+2
| * gpio: davinci: use irq_data_get_chip_typeGeliang Tang2016-01-281-2/+1
* | gpio: davinci: Fix the number of controllers allocatedLokesh Vutla2016-02-101-2/+3