summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-uniphier.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: uniphier: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* gpio: Explicitly include correct DT includesRob Herring2023-07-191-1/+0
* Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-081-8/+10
|\
| * gpio: uniphier: Use helper functions to get private data from IRQ dataKunihiko Hayashi2021-09-221-3/+3
| * gpio: uniphier: Use helper function to get IRQ hardware numberKunihiko Hayashi2021-09-221-5/+7
* | gpio: uniphier: Fix void functions to remove return valueKunihiko Hayashi2021-09-221-2/+2
|/
* gpio: uniphier: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-1/+1
* gpio: uniphier: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-10/+3
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+4
* drivers: gpio: uniphier: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
* gpio: uniphier: convert to SPDX License IdentifierMasahiro Yamada2018-12-071-13/+4
* gpio: uniphier: include <linux/bits.h> instead of <linux/bitops.h>Masahiro Yamada2018-10-161-1/+1
* Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-08-151-2/+1
|\
| * gpio: uniphier: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko2018-08-061-2/+1
* | gpio: uniphier: set legitimate irq trigger type in .to_irq hookMasahiro Yamada2018-07-231-1/+5
|/
* treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+1
* gpio: uniphier: fix mismatch between license text and MODULE_LICENSEMasahiro Yamada2017-11-301-1/+1
* Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-2/+3
* gpio: uniphier: add UniPhier GPIO controller driverMasahiro Yamada2017-10-231-0/+507