summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-davinci.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09gpio: Use device_get_match_data()Rob Herring1-6/+3
2023-07-29gpio: davinci: Remove redundant dev_err_probe()Ruan Jinjie1-1/+1
2023-06-13gpio: davinci: make davinci_gpio_dev_pm_ops staticMin-Hua Chen1-1/+1
2023-05-11gpio: davinci: correct non-kerneldoc commentKrzysztof Kozlowski1-1/+1
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2023-04-03gpio: davinci: Add irq chip flag to skip set wakeDhruva Gole1-1/+1
2023-04-03gpio: davinci: Do not clear the bank intr enable bit in save_contextDhruva Gole1-3/+0
2023-03-06gpiolib: remove asm-generic/gpio.hArnd Bergmann1-2/+0
2023-01-30gpio: davinci: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2023-01-30gpio: davinci: Do not mention legacy API in the codeAndy Shevchenko1-1/+1
2022-11-10gpio: davinci: add support of module buildGuillaume La Roque1-0/+11
2022-10-17gpio: davinci: Stop using ARCH_NR_GPIOSChristophe Leroy1-3/+0
2022-07-19gpio: davinci: Add support for system suspend/resume PMDevarsh Thakkar1-0/+83
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko1-1/+0
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-2/+1
2020-08-28gpio: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2020-04-02gpio: Unconditionally assign .request()/.free()Thierry Reding1-5/+2
2019-07-15gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy1-2/+3
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-3/+4
2019-06-08gpio: davinci: Add new compatible for K3 AM654 SoCsKeerthy1-0/+1
2019-06-08gpio: davinci: Fix the compiler warning with ARM64 config enabledKeerthy1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-21gpio: davinci: use devm_platform_ioremap_resource()Bartosz Golaszewski1-3/+1
2018-11-26gpio: davinci: restore a way to manually specify the GPIO baseBartosz Golaszewski1-1/+1
2018-09-20gpio: davinci: Move driver local definitions to driverAndrew F. Davis1-0/+28
2018-09-20gpio: davinci: Allocate the correct amount of memory for controllerAndrew F. Davis1-6/+4
2018-09-20gpio: davinci: Use dev name for label and automatic base selectionAndrew F. Davis1-18/+4
2018-06-18gpio: davinci: Do not assume continuous IRQ numberingKeerthy1-21/+42
2018-06-18gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probeKeerthy1-18/+11
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-05-30gpio: davinci: fix build warning when !CONFIG_OFSekhar Nori1-2/+0
2018-02-12gpio: davinci: add support for pinmux gpio rangesDavid Lechner1-0/+6
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2018-01-14gpio: davinci: Include proper headerLinus Walleij1-1/+1
2017-11-30gpio: davinci: Assign first bank regs for unbanked caseKeerthy1-1/+1
2017-08-14gpio: davinci: Handle the return value of davinci_gpio_irq_setup functionKeerthy1-1/+4
2017-08-14gpio: davinci: Convert prinkt to dev_errKeerthy1-2/+1
2017-08-14gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_dataKeerthy1-2/+12
2017-05-29gpio: davinci: Handle return value of clk_prepare_enableArvind Yadav1-2/+9
2017-03-15gpio: davinci: use devm_irq_alloc_descs()Bartosz Golaszewski1-1/+1
2017-01-26gpio: davinci: Remove custom .xlateKeerthy1-22/+0
2017-01-26gpio: davinci: Add support for multiple GPIO controllersKeerthy1-1/+3
2017-01-26gpio: davinci: Redesign driver to accommodate ngpios in one gpio chipKeerthy1-54/+73
2017-01-26gpio: davinci: Remove gpio2regs functionKeerthy1-24/+11
2017-01-11gpio: davinci: Remove redundant members davinci_gpio_controller stuctKeerthy1-3/+0
2016-11-09gpio: davinci: Use unique labels for each gpio chipAxel Haslam1-1/+6
2016-02-22Merge branch 'devel' into for-nextLinus Walleij1-2/+3
2016-02-16gpio: davinci: Fix possible NULL pointer deferenceNicholas Krause1-0/+2
2016-02-10gpio: davinci: Fix the number of controllers allocatedLokesh Vutla1-2/+3
2016-02-10gpio: davinci: Add the missing of-node pointerKeerthy1-1/+1