aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-74xx-mmio.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-29gpio: 74xx-mmio: remove unneeded platform_set_drvdata() callGravatar Alexandru Ardelean 1-2/+0
2022-07-28gpio: 74xx-mmio: Use bits instead of plain numbers for flagsGravatar Andy Shevchenko 1-2/+2
2022-07-19gpio: 74xx-mmio: use bits.h macros for all masksGravatar Andy Shevchenko 1-1/+2
2022-07-19gpio: 74xx-mmio: Check MMIO_74XX_DIR_IN flag in mmio_74xx_dir_in()Gravatar Andy Shevchenko 1-1/+4
2022-07-19gpio: 74xx-mmio: Make use of device propertiesGravatar Andy Shevchenko 1-3/+4
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONGravatar Matti Vaittinen 1-1/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-05drivers: gpio: 74xx-mmio: use devm_platform_ioremap_resource()Gravatar Enrico Weigelt, metux IT consult 1-3/+1
2018-05-16gpio: 74xx-mmio: Use of_device_get_match_data()Gravatar Thierry Reding 1-7/+2
2016-02-23gpio: 74xx-mmio: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-10/+1
2016-01-05gpio: generic: factor into gpio_chip structGravatar Linus Walleij 1-22/+15
2015-11-17gpio: 74xx: fix a possible NULL dereferenceGravatar LABBE Corentin 1-2/+5
2015-07-16gpio: 74xx: Fix build warning about void to integer castGravatar Nicholas Krause 1-1/+1
2014-10-21GPIO: Add driver for 74xx-ICs with MMIO accessGravatar Alexander Shiyan 1-0/+170