aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/tegra186_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13treewide: use dev_read_addr_*_ptr() where appropriateMatthias Schiffer1-2/+2
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-3/+3
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-5/+5
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass1-2/+1
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-2/+2
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-2/+2
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-10-08dm: gpio: Correct use of -ENODEV in driversSimon Glass1-1/+1
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-05-31gpio: add Tegra186 GPIO driverStephen Warren1-0/+288