summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-davinci.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: davinci: Add support for GPIO controllers on TI K3 SoCsSascha Hauer2023-11-031-0/+2
* gpio: davinci: Redesign driver to accommodate ngpios in one gpio chipSascha Hauer2023-11-031-39/+29
* 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-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* include: <io.h>: define (read|write)[bwlq]_relaxedAhmad Fatoum2021-06-111-3/+0
* gpio: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2021-03-041-9/+5
* treewide: Use driver macroSascha Hauer2020-09-291-5/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* gpio-davinci: gpio get should return 0 or 1Jan Luebbe2015-06-011-1/+1
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+2
* gpio: add driver for TI DaVinci SoCsAntony Pavlov2014-03-181-0/+211