summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-ath79.c
AgeCommit message (Expand)Author
2023-07-19gpio: Explicitly include correct DT includesRob Herring
2023-03-10gpio: ath79: Convert to immutable irq_chipLinus Walleij
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-05-25gpio: ath79: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2020-12-01gpio: ath79: Fix fall-through warning for ClangGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-10-09gpio: ath79: use devm_platform_ioremap_resource()Bartosz Golaszewski
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-06-27gpio: ath79: Pass irqchip when adding gpiochipLinus Walleij
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-07-29gpio: fix meaningless return expressionzhong jiang
2018-03-27gpio: ath79: Fix potential NULL dereference in ath79_gpio_probe()Wei Yongjun
2017-12-02gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-10-19gpio: mark expected switch fall-throughsGustavo A. R. Silva
2017-03-16gpio: ath79: make use of raw_spinlock variantsJulia Cartwright
2016-10-24gpio: ath79: Fix module autoloadJavier Martinez Canillas
2016-09-15gpio: ath79: fix implicit assumption module.h is presentPaul Gortmaker
2016-02-25gpio: ath79: Check valid gpio count for both DT and non-DT casesAxel Lin
2016-02-10gpio: ath79: Update the copyright noticeAlban Bedel
2016-02-10gpio: ath79: Add support for the interrupt controllerAlban Bedel
2016-02-10gpio: ath79: Make the driver removableAlban Bedel
2016-02-10gpio: ath79: Allow building in compile testsAlban Bedel
2016-02-10gpio: ath79: Move to the generic GPIO driverAlban Bedel
2016-01-05gpio: ath79: use gpiochip data pointerLinus Walleij
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij
2015-12-11gpio: ath79: Fix the logic to clear offset bit of AR71XX_GPIO_REG_OE registerAxel Lin
2015-11-30gpio: use dev_get_platdata()Nizam Haider
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-10-02gpio: ath79: Convert to the state container design patternAlban Bedel
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel
2015-09-03MIPS: ath79: Move the GPIO driver to drivers/gpioAlban Bedel