summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-generic.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-6/+6
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* gpio: generic: fixup syncing with upstream Linux gpio-mmio driverAhmad Fatoum2021-05-311-1/+1
* gpio: generic: sync with upstream Linux gpio-mmio driverAhmad Fatoum2021-05-101-111/+320
* gpio: gpio-generic-platform: remove unused non-DT supportAhmad Fatoum2021-05-101-21/+1
* gpio: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2021-03-041-10/+5
* treewide: Use driver macroSascha Hauer2020-09-291-5/+1
* gpio: get function returns masked register valueRenaud Barbier2020-08-031-1/+1
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-261-2/+0
* gpio: gpio-generic: add dt supportAntony Pavlov2017-09-081-0/+9
* gpio: gpio-generic: fix bgpio_map()Antony Pavlov2017-09-081-2/+2
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-1/+1
* resource: Let request_iomem_region return an error pointerSascha Hauer2014-09-161-2/+3
* resource: Let dev_get_resource_by_name return an error pointerSascha Hauer2014-09-161-3/+4
* common: Allow for I/O mapped I/OMichel Stam2014-04-081-2/+2
* Add Generic GPIO driverAlexander Shiyan2013-03-111-0/+428