summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aspeed.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename pinctrl_gpio_set_config_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski2023-11-041-1/+1
* gpio: aspeed: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-3/+3
* gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()Bartosz Golaszewski2023-10-051-1/+1
* gpio: aspeed: Convert to immutable irq_chipLinus Walleij2023-03-101-7/+38
* gpio: aspeed: Always register the irqchipJoel Stanley2023-03-101-26/+23
* gpio: aspeed: Add missing header(s)Andy Shevchenko2022-10-191-2/+3
* gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlockIwona Winiarska2021-12-101-26/+26
* gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-6/+3
* gpio: aspeed: fix ast2600 bank propertiesBilly Tsai2020-10-261-0/+1
* Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-10-021-2/+2
|\
| * gpio: aspeed: fix ast2600 bank propertiesTao Ren2020-09-241-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
|/
* gpio: aspeed-sgpio: fixed typosSachin agarwal2020-01-231-1/+1
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-4/+3
* gpio: aspeed: Add in ast2600 details to Aspeed driverRashmica Gupta2019-09-111-2/+20
* gpio: aspeed: Use ngpio property from device tree if availableRashmica Gupta2019-09-111-7/+11
* gpio: aspeed: Setup irqchip dynamicallyRashmica Gupta2019-09-111-9/+7
* gpio/aspeed: Fix incorrect number of banksRashmica Gupta2019-09-111-1/+1
* gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij2019-09-111-7/+6
* gpio: aspeed: Pass irqchip when adding gpiochipLinus Walleij2019-08-151-31/+29
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge tag 'v5.1-rc3' into develLinus Walleij2019-04-081-0/+2
|\
| * gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu2019-03-251-0/+2
* | drivers: gpio: aspeed: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
|/
* gpio: aspeed: remove duplicated statementTao Ren2018-12-211-1/+0
* gpio: aspeed: fix compile testing warningArnd Bergmann2018-07-131-1/+1
* gpio: aspeed: Add interfaces for co-processor to grab GPIOsBenjamin Herrenschmidt2018-07-021-20/+231
* gpio: aspeed: Add command source registersBenjamin Herrenschmidt2018-07-021-0/+54
* gpio: aspeed: Add "Read Data" register to read the write latchBenjamin Herrenschmidt2018-07-021-2/+27
* gpio: aspeed: Rework register type accessorsBenjamin Herrenschmidt2018-07-021-49/+69
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-06-081-4/+20
|\
| * gpio: aspeed: Use a cache of output data registersBenjamin Herrenschmidt2018-05-231-2/+19
| * gpio: aspeed: Set output latch before changing directionBenjamin Herrenschmidt2018-05-231-2/+1
* | gpio: fix aspeed_gpio unmask irqGovert Overgaauw2018-04-261-1/+1
|/
* gpio: fix aspeed_gpio_banks array size checkVasyl Gomonovych2017-12-281-1/+1
* gpio: aspeed: Add support for reset toleranceAndrew Jeffery2017-12-021-2/+37
* Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-3/+6
|\
| * gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-081-2/+2
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| * gpio: mark expected switch fall-throughsGustavo A. R. Silva2017-10-191-0/+3
* | pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-2/+2
|/
* gpio: aspeed: Remove reference to clock name in debounce warning messageAndrew Jeffery2017-08-151-1/+1
* gpio: aspeed: Don't attempt to debounce if disabledJoel Stanley2017-05-221-0/+3
* gpio: aspeed: Add open-source and open-drain supportAndrew Jeffery2017-04-241-0/+4
* gpio: aspeed: Add debounce supportAndrew Jeffery2017-04-241-5/+276
* gpio: aspeed: Remove dependence on GPIOF_* macrosAndrew Jeffery2017-02-041-3/+2
* gpio: aspeed: Add banks Y, Z, AA, AB and ACAndrew Jeffery2017-01-261-14/+160