summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-74xx-mmio.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: 74xx-mmio: Use bits instead of plain numbers for flagsAndy Shevchenko2022-07-281-2/+2
* gpio: 74xx-mmio: use bits.h macros for all masksAndy Shevchenko2022-07-191-1/+2
* gpio: 74xx-mmio: Check MMIO_74XX_DIR_IN flag in mmio_74xx_dir_in()Andy Shevchenko2022-07-191-1/+4
* gpio: 74xx-mmio: Make use of device propertiesAndy Shevchenko2022-07-191-3/+4
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drivers: gpio: 74xx-mmio: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
* gpio: 74xx-mmio: Use of_device_get_match_data()Thierry Reding2018-05-161-7/+2
* gpio: 74xx-mmio: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-10/+1
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-051-22/+15
* gpio: 74xx: fix a possible NULL dereferenceLABBE Corentin2015-11-171-2/+5
* gpio: 74xx: Fix build warning about void to integer castNicholas Krause2015-07-161-1/+1
* GPIO: Add driver for 74xx-ICs with MMIO accessAlexander Shiyan2014-10-211-0/+170