aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aspeed.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-10gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlockIwona Winiarska1-26/+26
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-6/+3
2020-10-26gpio: aspeed: fix ast2600 bank propertiesBilly Tsai1-0/+1
2020-10-02Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+2
2020-09-24gpio: aspeed: fix ast2600 bank propertiesTao Ren1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-01-23gpio: aspeed-sgpio: fixed typosSachin agarwal1-1/+1
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-4/+3
2019-09-11gpio: aspeed: Add in ast2600 details to Aspeed driverRashmica Gupta1-2/+20
2019-09-11gpio: aspeed: Use ngpio property from device tree if availableRashmica Gupta1-7/+11
2019-09-11gpio: aspeed: Setup irqchip dynamicallyRashmica Gupta1-9/+7
2019-09-11gpio/aspeed: Fix incorrect number of banksRashmica Gupta1-1/+1
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij1-7/+6
2019-08-15gpio: aspeed: Pass irqchip when adding gpiochipLinus Walleij1-31/+29
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-08Merge tag 'v5.1-rc3' into develLinus Walleij1-0/+2
2019-04-05drivers: gpio: aspeed: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2019-03-25gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu1-0/+2
2018-12-21gpio: aspeed: remove duplicated statementTao Ren1-1/+0
2018-07-13gpio: aspeed: fix compile testing warningArnd Bergmann1-1/+1
2018-07-02gpio: aspeed: Add interfaces for co-processor to grab GPIOsBenjamin Herrenschmidt1-20/+231
2018-07-02gpio: aspeed: Add command source registersBenjamin Herrenschmidt1-0/+54
2018-07-02gpio: aspeed: Add "Read Data" register to read the write latchBenjamin Herrenschmidt1-2/+27
2018-07-02gpio: aspeed: Rework register type accessorsBenjamin Herrenschmidt1-49/+69
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+20
2018-05-23gpio: aspeed: Use a cache of output data registersBenjamin Herrenschmidt1-2/+19
2018-05-23gpio: aspeed: Set output latch before changing directionBenjamin Herrenschmidt1-2/+1
2018-04-26gpio: fix aspeed_gpio unmask irqGovert Overgaauw1-1/+1
2017-12-28gpio: fix aspeed_gpio_banks array size checkVasyl Gomonovych1-1/+1
2017-12-02gpio: aspeed: Add support for reset toleranceAndrew Jeffery1-2/+37
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij1-3/+6
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding1-2/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-10-19gpio: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2017-08-15gpio: aspeed: Remove reference to clock name in debounce warning messageAndrew Jeffery1-1/+1
2017-05-22gpio: aspeed: Don't attempt to debounce if disabledJoel Stanley1-0/+3
2017-04-24gpio: aspeed: Add open-source and open-drain supportAndrew Jeffery1-0/+4
2017-04-24gpio: aspeed: Add debounce supportAndrew Jeffery1-5/+276
2017-02-04gpio: aspeed: Remove dependence on GPIOF_* macrosAndrew Jeffery1-3/+2
2017-01-26gpio: aspeed: Add banks Y, Z, AA, AB and ACAndrew Jeffery1-14/+160
2017-01-26gpio: aspeed: Make bank names stringsJoel Stanley1-7/+7
2016-09-23gpio: aspeed: remove redundant return value checkWei Yongjun1-3/+0
2016-09-15gpio: aspeed: fix return value check in aspeed_gpio_probe()Wei Yongjun1-2/+2
2016-09-13gpio: aspeed: add MODULE_LICENSE()Linus Walleij1-0/+1
2016-09-07gpio: Add Aspeed driverJoel Stanley1-0/+457