aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-davinci.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09gpio: Use device_get_match_data()Gravatar Rob Herring 1-6/+3
2023-07-29gpio: davinci: Remove redundant dev_err_probe()Gravatar Ruan Jinjie 1-1/+1
2023-06-13gpio: davinci: make davinci_gpio_dev_pm_ops staticGravatar Min-Hua Chen 1-1/+1
2023-05-11gpio: davinci: correct non-kerneldoc commentGravatar Krzysztof Kozlowski 1-1/+1
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+0
2023-04-03gpio: davinci: Add irq chip flag to skip set wakeGravatar Dhruva Gole 1-1/+1
2023-04-03gpio: davinci: Do not clear the bank intr enable bit in save_contextGravatar Dhruva Gole 1-3/+0
2023-03-06gpiolib: remove asm-generic/gpio.hGravatar Arnd Bergmann 1-2/+0
2023-01-30gpio: davinci: Remove duplicate assignment of of_gpio_n_cellsGravatar Andy Shevchenko 1-1/+0
2023-01-30gpio: davinci: Do not mention legacy API in the codeGravatar Andy Shevchenko 1-1/+1
2022-11-10gpio: davinci: add support of module buildGravatar Guillaume La Roque 1-0/+11
2022-10-17gpio: davinci: Stop using ARCH_NR_GPIOSGravatar Christophe Leroy 1-3/+0
2022-07-19gpio: davinci: Add support for system suspend/resume PMGravatar Devarsh Thakkar 1-0/+83
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversGravatar Andy Shevchenko 1-1/+0
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 1-2/+1
2020-08-28gpio: davinci: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-6/+2
2020-04-02gpio: Unconditionally assign .request()/.free()Gravatar Thierry Reding 1-5/+2
2019-07-15gpio: davinci: silence error prints in case of EPROBE_DEFERGravatar Keerthy 1-2/+3
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-3/+4
2019-06-08gpio: davinci: Add new compatible for K3 AM654 SoCsGravatar Keerthy 1-0/+1
2019-06-08gpio: davinci: Fix the compiler warning with ARM64 config enabledGravatar Keerthy 1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-21gpio: davinci: use devm_platform_ioremap_resource()Gravatar Bartosz Golaszewski 1-3/+1
2018-11-26gpio: davinci: restore a way to manually specify the GPIO baseGravatar Bartosz Golaszewski 1-1/+1
2018-09-20gpio: davinci: Move driver local definitions to driverGravatar Andrew F. Davis 1-0/+28
2018-09-20gpio: davinci: Allocate the correct amount of memory for controllerGravatar Andrew F. Davis 1-6/+4
2018-09-20gpio: davinci: Use dev name for label and automatic base selectionGravatar Andrew F. Davis 1-18/+4
2018-06-18gpio: davinci: Do not assume continuous IRQ numberingGravatar Keerthy 1-21/+42
2018-06-18gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probeGravatar Keerthy 1-18/+11
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2018-05-30gpio: davinci: fix build warning when !CONFIG_OFGravatar Sekhar Nori 1-2/+0
2018-02-12gpio: davinci: add support for pinmux gpio rangesGravatar David Lechner 1-0/+6
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-1/+1
2018-01-14gpio: davinci: Include proper headerGravatar Linus Walleij 1-1/+1
2017-11-30gpio: davinci: Assign first bank regs for unbanked caseGravatar Keerthy 1-1/+1
2017-08-14gpio: davinci: Handle the return value of davinci_gpio_irq_setup functionGravatar Keerthy 1-1/+4
2017-08-14gpio: davinci: Convert prinkt to dev_errGravatar Keerthy 1-2/+1
2017-08-14gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_dataGravatar Keerthy 1-2/+12
2017-05-29gpio: davinci: Handle return value of clk_prepare_enableGravatar Arvind Yadav 1-2/+9
2017-03-15gpio: davinci: use devm_irq_alloc_descs()Gravatar Bartosz Golaszewski 1-1/+1
2017-01-26gpio: davinci: Remove custom .xlateGravatar Keerthy 1-22/+0
2017-01-26gpio: davinci: Add support for multiple GPIO controllersGravatar Keerthy 1-1/+3
2017-01-26gpio: davinci: Redesign driver to accommodate ngpios in one gpio chipGravatar Keerthy 1-54/+73
2017-01-26gpio: davinci: Remove gpio2regs functionGravatar Keerthy 1-24/+11
2017-01-11gpio: davinci: Remove redundant members davinci_gpio_controller stuctGravatar Keerthy 1-3/+0
2016-11-09gpio: davinci: Use unique labels for each gpio chipGravatar Axel Haslam 1-1/+6
2016-02-22Merge branch 'devel' into for-nextGravatar Linus Walleij 1-2/+3
2016-02-16gpio: davinci: Fix possible NULL pointer deferenceGravatar Nicholas Krause 1-0/+2
2016-02-10gpio: davinci: Fix the number of controllers allocatedGravatar Lokesh Vutla 1-2/+3
2016-02-10gpio: davinci: Add the missing of-node pointerGravatar Keerthy 1-1/+1